* sysdeps/powerpc/powerpc64/Makefile
[glibc.git] / ChangeLog
blob445a27bd9992bc88865df7b46fa1c83ad4c321cf
1 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
3         * sysdeps/powerpc/powerpc64/Makefile
4         [$(build-shared) = yes] (pic-ccflag): Define it.
5         [$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
7 2002-09-27  Roland McGrath  <roland@redhat.com>
9         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
10         unneeded TLS cases.
12 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
14         * elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
15         unconditionally.  Set dli_fname to _dl_argv[0] only for main program.
17 2002-09-27  Roland McGrath  <roland@redhat.com>
19         * elf/dl-addr.c (_dl_addr): Add a cast.
21         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [USE_TLS]: Handle new
22         TLS relocs R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, and R_X86_64_TPOFF64.
24         * elf/elf.h (R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, R_X86_64_TPOFF64,
25         R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_DTPOFF32,
26         R_x86_64_GOTTPOFF, R_X86_64_TPOFF32): New macros.
27         (R_X86_64_NUM): Update the value.
29 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
31         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
32         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
33         addend.
34         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
35         the same l_addr computation.
36         * sysdeps/sparc/sparc64/configure.in: Removed.
37         * sysdeps/sparc/sparc64/configure: Removed.
38         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
40 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
42         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
43         if necessary.
44         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
45         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
46         symbol table if necessary.
48 2002-09-26  Roland McGrath  <roland@redhat.com>
50         * stdlib/longlong.h: Replaced with current version from GCC mainline,
51         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
53 2002-09-25  Andreas Jaeger  <aj@suse.de>
55         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
56         Patch by Guido Guenther <agx@sigxcpu.org>.
58 2002-09-25  Roland McGrath  <roland@redhat.com>
60         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
62 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
64         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
66 2002-09-24  Roland McGrath  <roland@redhat.com>
68         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
69         __libc_write, __libc_lseek64, to ...
70         (ld: GLIBC_PRIVATE): ... here.
72         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
73         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
74         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
75         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
76         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
77         and _res.
78         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
80         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
81         New macros for x86-64.
83         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
84         It was indentical to the linux/bits/time.h file.
86         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
88         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
90 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
92         * po/zh_CN.po: New file.
94 2002-09-23  Roland McGrath  <roland@redhat.com>
96         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
97         for gethostname declaration.
99         * catgets/open_catalog.c (__open_catalog): Don't use a value type
100         as the __builtin_expect expression, just the Boolean value.
102         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
103         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
104         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
105         * iconvdata/tst-loading.c (main): Likewise.
106         * catgets/tst-catgets.c (main): Likewise.
107         * stdlib/tst-xpg-basename.c (main): Likewise.
108         * stdlib/tst-bsearch.c (main): Likewise.
109         * stdio-common/test-vfprintf.c (main): Likewise.
110         * stdio-common/tst-rndseek.c (do_test): Likewise.
111         * libio/tst_swprintf.c (main): Likewise.
112         * libio/tst-fgetws.c (main): Likewise.
113         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
114         * time/tst-posixtz.c (main): Likewise.
115         * time/tst-strptime.c (test_tm): Likewise.
116         * time/tst-strptime.c (main): Likewise.
117         * time/tst-getdate.c (main): Likewise.
118         * posix/tst-mmap.c (main): Likewise.
119         * posix/tst-getaddrinfo.c (do_test): Likewise.
120         * io/tst-getcwd.c (do_test): Likewise.
121         * resolv/tst-aton.c (main): Likewise.
122         * inet/tst-network.c (main): Likewise.
123         * libio/tst-fgetws.c (main): Likewise.
124         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
125         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
126         for PTYNO.
128         * stdlib/msort.c (qsort): Add a cast to silence warning.
129         * stdio-common/vfprintf.c (process_string_arg): Likewise.
130         * libio/oldfileops.c (_IO_old_do_write): Likewise.
131         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
132         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
133         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
134         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
135         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
136         * sysdeps/unix/grantpt.c (grantpt): Likewise.
137         * libio/tst-widetext.c (main): Likewise.
138         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
139         * rt/tst-aio.c (test_file): Likewise.
140         * rt/tst-aio64.c (test_file): Likewise.
141         * resolv/tst-aton.c (main): Likewise.
143         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
145         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
146         instead of uint32_t in these macros.
148 2002-09-22  Bruno Haible  <bruno@clisp.org>
150         * iconv/iconv_prog.c (main): Provide an error message that identifies
151         the wrong encoding.
153         * iconvdata/tscii.c: New file.
154         * iconvdata/testdata/TSCII: New file.
155         * iconvdata/testdata/TSCII..UTF8: New file.
156         * iconvdata/TSCII.precomposed: New file.
157         * iconvdata/TSCII.irreversible: New file.
158         * iconvdata/gconv-modules (TSCII): New module.
159         * iconvdata/Makefile (modules): Add TSCII.
160         (distribute): Add tscii.c.
161         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
162         buffer size.
163         * iconvdata/tst-tables.sh: Add TSCII.
164         * iconvdata/TESTS: Add TSCII.
166         Revert 2002-04-18 patch.
167         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
168         FROM_DIRECTION): Make the FROM direction stateful again.
169         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
170         FROM_DIRECTION): Likewise.
172         * iconvdata/tst-e2big.c: New file.
173         * iconvdata/Makefile (tests): Add tst-e2big.
175 2002-09-23  Roland McGrath  <roland@redhat.com>
177         * elf/Makefile (test-extras): Define this instead of test-srcs.
178         * Makerules (all-nonlib): Include $(test-extras) too.
180 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
182         * sysdeps/hppa/abort-instr.h: New file.
184 2002-09-22  Roland McGrath  <roland@frob.com>
186         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
188         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
190 2002-09-22  Andreas Schwab  <schwab@suse.de>
192         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
194         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
195         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
196         Use GCC builtins.
198 2002-09-21  Roland McGrath  <roland@redhat.com>
200         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
201         Correct the value so it covers all platforms, and is computed
202         from _DL_PLATFORMS_COUNT rather than hard-wired.
203         From Andrew Suffield <asuffield@debian.org>.
205 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
207         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
208         locking when using mount tab file.
209         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
210         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
211         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
213         * elf/dl-init.c (_dl_init): Fix test of the size of the
214         preinit_array section.
215         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
216         Reported by Brian Cabral <cabral@ikuni.com>.
218 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
220         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
221         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
222         specific macros copied from sysdeps/powerpc/sysdep.h.
223         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
224         specific macros.
225         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
226         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
227         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
229 2002-09-19  Bruno Haible  <bruno@clisp.org>
231         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
232         returning.
234 2002-09-17  Bruno Haible  <bruno@clisp.org>
236         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
237         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
238         also on platforms with !HAVE_UT_TYPE.
239         (proc_utmp_eq): Remove function.
240         (internal_getut_r, pututline_file): Call __utmp_equal instead.
242 2002-09-20  Bruno Haible  <bruno@clisp.org>
244         * abi-tags: Add support for FreeBSD with ABI OS value 3.
245         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
247 2002-09-20  Roland McGrath  <roland@redhat.com>
249         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
250         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
251         terms of __WORDSIZE.
252         * sysdeps/x86_64/gmp-mparam.h: File removed.
253         * sysdeps/sparc/gmp-mparam.h: File removed.
254         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
255         * sysdeps/ia64/gmp-mparam.h: File removed.
256         * sysdeps/alpha/gmp-mparam.h: File removed.
258 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
260         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
261         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
262         casts.  Align __libc_stack_end to 8 bytes.
264 2002-09-20  Roland McGrath  <roland@redhat.com>
266         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
267         instead of asm for lrintf, __lrintf aliases.
269         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
270         int array for 32-/64-bit compatibility.
271         From Steven Munroe  <sjmunroe@us.ibm.com>.
273 2002-09-17  Bruno Haible  <bruno@clisp.org>
275         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
276         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
277         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
278         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
279         for iterating through the list of interfaces.
280         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
282 2002-09-20  Roland McGrath  <roland@redhat.com>
284         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
285         Reported by Bruno Haible <bruno@clisp.org>.
287         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
289         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
290         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
291         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
293 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
295         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
296         * sysdeps/powerpc/bits/wordsize.h: New file.
297         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
298         array to int array for 32-/64-bit compatibility.
300 2002-09-20  Roland McGrath  <roland@redhat.com>
302         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
304         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
305         Reported by Bruno Haible <bruno@clisp.org>.
307         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
308         before doubling RQ_LEN.
309         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
310         Reported by Bruno Haible <bruno@clisp.org>.
312 2002-09-18  Bruno Haible  <bruno@clisp.org>
314         * login/logout.c (logout): Don't assume ut_time has the same size as
315         a time_t.
316         * login/logwtmp.c (logwtmp): Likewise.
318         * sysdeps/pthread/configure: New file, moved here from
319         linuxthreads/sysdeps/unix/sysv/linux/configure.
321 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
323         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
324         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
325         Reported by Glen Nakamura <glen@imodulo.com>.
327 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
329         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
330         thread's sigstate data structure if it has been allocated.
332 2002-09-19  Roland McGrath  <roland@redhat.com>
334         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
335         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
337 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
339         * version.h (VERSION): Bump to 2.2.94.
341         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
342         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
343         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
344         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
346         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
348         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
350         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
352         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
354 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
356         * sysdeps/wordsize-32/Makefile: New file.
357         * sysdeps/arm/Makefile: Removed.
358         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
359         Don't add divdi3 here.
360         * sysdeps/m68k/Makefile: Likewise.
361         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
362         * sysdeps/sh/Makefile: Likewise.
363         * sysdeps/s390/s390-32/Makefile: Likewise.
365 2002-09-18  Roland McGrath  <roland@redhat.com>
367         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
368         the __ctype_* compat symbols, so the relocs generated bind to the
369         right versioned global symbol in the shared object.
371         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
372         from the value taken from the DT_VERSYM table.
373         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
374         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
375         (RESOLVE_GOTSYM): Likewise.
377         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
378         Add libc_hidden_def.
379         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
380         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
381         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
382         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
383         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
384         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
385         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
386         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
388 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
390         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
392         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
393         define sigaction and __sigaction as wrappers around
394         __libc_sigaction which rejects changing SIGCANCEL.
395         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
397         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
398         SETTID/CLEARTID.
400         * signal/allocrtsig.c: Move to...
401         * sysdeps/generic/allocrtsig.c: ...here.  New file.
403 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
405         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
407         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
408         R_386_TLS_LE): Define.
409         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
410         comments.
411         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
412         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
413         (elf_machine_rel): Handle R_386_TLS_TPOFF.
414         (elf_machine_rela): Likewise.
415         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
417 2002-09-17  Roland McGrath  <roland@redhat.com>
419         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
420         file-specific variable override so it compiles properly when using
421         --with-headers.
423 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
425         Ported to PowerPC64 running Linux.
426         * sysdeps/powerpc/powerpc64/Dist: New file.
427         * sysdeps/powerpc/powerpc64/Implies: New file.
428         * sysdeps/powerpc/powerpc64/Makefile: New file.
429         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
430         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
431         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
432         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
433         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
434         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
435         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
436         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
437         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
438         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
439         * sysdeps/powerpc/powerpc64/memset.S: New file.
440         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
441         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
442         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
443         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
444         * sysdeps/powerpc/powerpc64/strchr.S: New file.
445         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
446         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
447         * sysdeps/powerpc/powerpc64/strlen.S: New file.
448         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
449         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
450         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
451         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
452         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
453         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
454         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
455         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
456         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
457         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
458         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
460         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
461         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
462         various gcc versions.  Dot names required for powerpc64.
463         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
464         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
465         C_SYMBOL_DOT_NAME(alias).
466         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
467         original strong_alias macro.
468         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
469         C_SYMBOL_DOT_NAME(alias).
470         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
471         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
472         '.'ed name.
473         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
474         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
475         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
476         (hidden_def): Append hidden_dot_def1 macro to definition.
477         (hidden_ver): Append hidden_dot_def1 macro to definition.
478         (hidden_data_def): New macro.  Same as original hidden_def macro.
479         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
480         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
481         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
482         (hidden_weak): Append hidden_dot_weak1 macro to definition.
483         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
484         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
485         Otherwise defined as __GI_name.
486         (libc_hidden_data_def): New macro.  Use hidden_data_def.
487         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
488         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
489         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
490         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
491         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
492         (libm_hidden_data_def): New macro.  Use hidden_data_def.
493         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
494         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
495         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
497 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
499         * include/libc-symbols.h: Change *hidden_proto macros to accept
500         option parameters and pass those to the attribute definition.
501         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
503         * include/unistd.h: Declare __libc_pause.
505         * include/sys/socket.h: Declare __libc_send, __libc_recv,
506         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
508         * include/unistd.h: Declare __libc_fork.
510 2002-09-17  Roland McGrath  <roland@redhat.com>
512         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
513         (passwd2des): Define it as an alias.
514         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
516 2002-09-12  Bruno Haible  <bruno@clisp.org>
518         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
519         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
521         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
522         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
524 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
526         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
527         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
528         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
529         PowerPC64 does not have separate 64-bit syscalls.
531 2002-09-16  Roland McGrath  <roland@redhat.com>
533         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
535         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
536         New macro.
538         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
540         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
541         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
542         * sysdeps/generic/_exit.c: Likewise.
544 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
546         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
548         * elf/rtld.c (struct dl_start_final_info): New.
549         (_dl_start_final): Change second argument to struct
550         dl_start_final_info *.  Set start_time from info.
551         (_dl_start): Remove bootstrap_map variable, add info.
552         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
553         store HP_TIMING_NOW result into info.start_time.
555 2002-09-16  Andreas Jaeger  <aj@suse.de>
557         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
558         to _Exit.
559         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
561 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
563         * sysdeps/powerpc/abort-instr.h: New file.
565 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
567         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
568         comment.
570         * test-skeleton.c (main): Provide more information in case waitpid
571         fails.
573         * include/unistd.h: Declare __exit_thread.
574         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
575         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
576         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
577         * sysdeps/unix/sysv/linux/_exit.c: New file.
578         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
579         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
580         Add exit-thread.
582         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
584 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
586         * sysdeps/i386/dl-machine.h (elf_machine_rel)
587         (case R_386_TLS_DTPMOD32): Don't use addend.
588         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
589         (elf_machine_rela): Add support for TLS relocs.
591 2002-09-14  Roland McGrath  <roland@redhat.com>
593         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
595 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
597         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
598         specific asm macros for multiple percision integer math.
600 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
602         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
603         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
604         Remove per-machine conditionals for FLAG_* cases.
605         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
606         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
607         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
609 2002-09-10  Alan Modra <amodra@bigpond.net.au>
611         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
612         defined in entry.h.
613         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
614         lowest address for profiling in  __monstartup call.
615         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
617 2002-09-14  Roland McGrath  <roland@redhat.com>
619         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
620         instead of __NR_pread.
621         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
622         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
623         instead of __NR_pwrite.
624         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
626 2002-09-13  Roland McGrath  <roland@redhat.com>
628         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
630 2002-09-13  Andreas Jaeger  <aj@suse.de>
632         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
633         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
635 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
637         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
639 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
641         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
642         reading the headers.
644 2002-09-12  Roland McGrath  <roland@redhat.com>
646         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
647         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
648         find the ELF header.
650         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
651         executable if needed, in case it's actually a shared object.
653 2002-09-11  Roland McGrath  <roland@redhat.com>
655         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
656         l_map_start to adjust l_tls_initimage.
658         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
659         when using h_errno and it's not set to NETDB_INTERNAL.
660         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
662         * Makefile ($(common-objpfx)testrun.sh): New target.
663         (others): Depend on it.
664         (postclean-generated): Append it.
666         * nss/bug-erange.c: New file.
667         * nss/Makefile (tests): Add it.
669         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
670         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
672         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
673         strncmp, keeps the code smaller for a non-performance-critical case.
675         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
676         no longer wrongly matches arbitrary prefixes of NAME.
677         Reported by Jakub Jelinek <jakub@redhat.com>.
679 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
681         * posix/bug-regex11.c (tests): New array.
682         (main): Rewritten to run more different tests.
684 2002-09-10  Roland McGrath  <roland@redhat.com>
686         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
687         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
688         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
690         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
691         well so we don't get it declared by include/math.h's hidden_proto.
692         Then do hidden_proto for __isnanf locally so hidden_def works right.
694         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
695         a cast to turn nl_langinfo return value into an integer.
697 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
699         * posix/regexec.c (build_trtable): Fix the destination of
700         newline to prevent wrong states from overwriting.
701         Append break statements to optimization.
703 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
705         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
706         (build_range_exp): Add castings to strlen invocations.
707         (build_collating_symbol): Restore the type of characters from "char"
708         to "unsigned char", and supplement castings.
709         (build_collating_symbol): Likewise.
710         (build_equiv_class): Likewise.
711         (build_charclass): Likewise.
712         (seek_collating_symbol_entry): Likewise.
713         (parse_bracket_exp): Likewise.
714         (build_word_op): Supplement a casting.
715         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
716         (re_string_allocate): Fix castings.
717         (re_string_construct): Likewise.
718         (re_string_construct_common): Likewise.
719         (re_string_realloc_buffers): Likewise.
720         (build_wcs_buffer): Likewise.
721         (build_wcs_upper_buffer): Likewise.
722         (re_string_skip_chars): Likewise.
723         (re_string_reconstruct): Likewise.
724         * posix/regex_internal.h: Restore the type of characters in
725         re_string_t and bracket_elem_t from "char" to "unsigned char".
726         (re_string_elem_size_at): Fix castings.
727         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
728         (transit_state_bkref_loop): Restore the type of characters from
729         "char" to "unsigned char", and append a cast to "char*" pointer in
730         array subscript.
731         (check_node_accept_bytes): Likewise.
732         (find_collation_sequence_value): Likewise.
734 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
736         * sysdeps/mips/memcpy.S: New file.
737         * sysdeps/mips/memset.S: New file.
738         * sysdeps/mips/fpu/e_sqrt.c:  New file.
739         * sysdeps/mips/fpu/e_sqrtf.c: New file.
741         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
742         functional before. Also removed all SHLIB_COMPAT stuff.
743         * fpu/fegetenv.c: Likewise.
744         * fpu/fesetenv.c:: Likewise.
745         * fpu/feupdateenv.c: Likewise.
746         * fpu/fgetexcptflg.c: Likewise.
747         * fpu/fraiseexcpt.c: Likewise.
749         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
751 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
753         * include/math.h (__finite_internal, __finitef_internal,
754         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
755         (isfinite): Remove.
756         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
757         __isinfl, __isnanl): Add hidden_proto.
758         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
759         libm_hidden_proto.
760         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
761         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
762         __is{inf,nan} calls.
763         * stdio-common/printf_size.c (printf_size): Likewise.
764         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
765         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
766         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
767         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
768         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
769         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
770         (__finite): Add hidden_def.
771         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
772         (__finitef): Add hidden_def.
773         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
774         (__finitel): Add hidden_def.
775         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
776         hidden_def.
777         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
778         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
779         libm_hidden_def.
780         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
781         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
782         hidden_def.
783         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
784         (__isinfl): Remove INTDEF.
785         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
786         hidden_def.
787         (__isnanl): Remove INTDEF.
788         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
789         libm_hidden_def.
790         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
791         instead of sin and cos.
792         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
793         Add hidden_def.
794         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
795         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
796         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
797         libm_hidden_def.
798         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
799         Add hidden_def.
800         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
801         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
802         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
803         libm_hidden_def.
804         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
805         libm_hidden_def.
806         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
807         Add hidden_def.
808         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
809         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
810         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
811         libm_hidden_def.
812         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
813         __finitel_internal): Remove aliases.
814         (__finite, __finitef, __finitel): Add hidden_def.
815         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
816         __isnanl_internal): Remove aliases.
817         (__isnan, __isnanf, __isnanl): Add hidden_def.
818         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
819         __isinfl_internal): Remove aliases.
820         (__isinf, __isinff, __isinfl): Add hidden_def.
821         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
822         __fpclassifyl): Add libm_hidden_def.
823         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
824         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
825         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
826         (hidden_defx): Define and use.
827         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
828         libm_hidden_def.
829         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
830         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
831         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
832         Remove INTDEF.
833         (__isnan, __isnanf): Add hidden_def.
834         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
835         (__finitel): Add libm_hidden_def.
836         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
838         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
839         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
840         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
841         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
842         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
843         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
844         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
845         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
846         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
847         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
848         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
849         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
850         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
851         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
852         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
853         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
854         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
855         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
856         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
857         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
858         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
859         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
860         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
861         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
862         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
863         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
864         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
866 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
868         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
870 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
872         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
873         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
875 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
877         * string/stratcliff.c: Some more strncpy tests.
878         Patch by Daniel Jacobowitz <drow@mvista.com>.
880 2002-09-08  Roland McGrath  <roland@redhat.com>
882         * resolv/resolv.h: Include <sys/types.h> for u_long even in
883         the [__need_res_state] case.
884         Reported by Bruno Haible <bruno@clisp.org>.
886 2002-09-04  Bruno Haible  <bruno@clisp.org>
888         * sysdeps/generic/bits/ustat.h: Comment fix.
889         * io/sys/sendfile.h: Comment fix.
890         * sysdeps/posix/pread.c: Comment fix.
891         * sysdeps/posix/pread64.c: Comment fix.
892         * sysdeps/posix/pwrite.c: Comment fix.
893         * sysdeps/posix/pwrite64.c: Comment fix.
895 2002-09-06  Roland McGrath  <roland@redhat.com>
897         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
898         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
899         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
900         (_UTSNAME_MACHINE_LENGTH): Likewise.
901         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
903 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
905         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
906         test for filesystem type name of mount points.
908         * include/errno.h: Use errno definition with __thread for now only
909         in libc and ld.so.
911         * test-skeleton.c (main): Improve error message for unexpected
912         signal case.
914 2002-09-05  Roland McGrath  <roland@redhat.com>
916         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
917         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
919 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
921         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
922         case of failure.
924 2002-09-04  Bruno Haible  <bruno@clisp.org>
926         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
927         sigset_get_old_mask): Turn into inline functions.
928         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
929         sigset_get_old_mask): Likewise.
930         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
931         sigset_get_old_mask): Likewise.
932         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
933         syntax.
935         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
937         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
938         default definitions.
939         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
940         _sys_nerr_internal instead of _sys_nerr.
942         * nscd/connections.c (handle_request): Declare CALLER inside #if.
944 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
946         * sysdeps/powerpc/__longjmp.S: Moved to...
947         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
948         * sysdeps/powerpc/add_n.S: Moved to...
949         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
950         * sysdeps/powerpc/addmul_1.S: Moved to...
951         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
952         * sysdeps/powerpc/atomicity.h: Moved to...
953         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
954         * sysdeps/powerpc/backtrace.c: Moved to...
955         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
956         * sysdeps/powerpc/bp-asm.h: Moved to...
957         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
958         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
959         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
960         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
961         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
962         * sysdeps/powerpc/dl-machine.c: Moved to...
963         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
964         * sysdeps/powerpc/dl-machine.h: Moved to...
965         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
966         * sysdeps/powerpc/dl-start.S: Moved to...
967         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
968         * sysdeps/powerpc/gprrest0.S: Moved to...
969         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
970         * sysdeps/powerpc/gprrest1.S: Moved to...
971         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
972         * sysdeps/powerpc/gprsave0.S: Moved to...
973         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
974         * sysdeps/powerpc/gprsave1.S: Moved to...
975         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
976         * sysdeps/powerpc/lshift.S: Moved to...
977         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
978         * sysdeps/powerpc/memset.S: Moved to...
979         * sysdeps/powerpc/powerpc32/memset.S: ...here.
980         * sysdeps/powerpc/mul_1.S: Moved to...
981         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
982         * sysdeps/powerpc/ppc-mcount.S: Moved to...
983         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
984         * sysdeps/powerpc/register-dump.h: Moved to...
985         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
986         * sysdeps/powerpc/rshift.S: Moved to...
987         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
988         * sysdeps/powerpc/setjmp.S: Moved to...
989         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
990         * sysdeps/powerpc/stpcpy.S: Moved to...
991         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
992         * sysdeps/powerpc/strchr.S: Moved to...
993         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
994         * sysdeps/powerpc/strcmp.S: Moved to...
995         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
996         * sysdeps/powerpc/strcpy.S: Moved to...
997         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
998         * sysdeps/powerpc/strlen.S: Moved to...
999         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
1000         * sysdeps/powerpc/sub_n.S: Moved to...
1001         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
1002         * sysdeps/powerpc/submul_1.S: Moved to...
1003         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
1004         * sysdeps/powerpc/elf/bzero.S: Moved to...
1005         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
1006         * sysdeps/powerpc/elf/start.S: Moved to...
1007         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
1008         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
1009         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
1010         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
1011         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
1012         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
1013         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
1014         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
1015         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
1016         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
1017         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
1018         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
1019         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
1020         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
1021         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
1022         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
1023         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
1024         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
1025         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1026         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
1027         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1028         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1029         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1030         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1031         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1032         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1034         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1035         powerpc/powerpc64.
1037 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1039         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1040         minimum gcc version is 3.2
1041         * README: Add powerpc64 to supported targets list.
1042         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1043         Add powerpc64 and machine=powerpc/powerpc64.
1044         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1045         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1046         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1047         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1048         * sysdeps/powerpc/powerpc32/Dist: New file.
1049         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1050         * sysdeps/powerpc/powerpc32/Implies: New file.
1051         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1052         ($(with-fp) = no): Move test to powerpc32/Makefile.
1053         ($(subdir) = misc): Move to powerpc32/Makefile.
1054         ($(build-shared) = yes): Move to powerpc32/Makefile.
1055         ($(subdir) = csu): Move to powerpc32/Makefile.
1056         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1057         * sysdeps/powerpc/powerpc32/Makefile: New file.
1058         * sysdeps/powerpc/Versions: Remove libgcc functions.
1059         * sysdeps/powerpc/powerpc32/Versions: New file.
1060         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1061         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1062         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1063         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1064         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1065         ($machine): Add powerpc/powerpc64 to if ... | for
1066         libc_cv_slibdir=/libc64.
1067         (powerpc*): Set ldd_rewrite_script.
1068         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1069         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1070         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1071         Add clone.S.
1072         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1073         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1074         functions.  Remove GLIBC_2.2 functions except getrlimit and
1075         setrlimit.  Moved them to ...
1076         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1078 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1080         * libio/tst-atime.c: Include <errno.h>.
1081         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1083 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1085         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1086         warnings of some compilers.
1087         (build_collating_symbol): Change the type of characters from
1088         "unsigned char" to "char", and append a cast to "char*" pointer in
1089         array subscript.
1090         (build_collating_symbol): Likewise.
1091         (build_equiv_class): Likewise.
1092         (build_charclass): Likewise.
1093         (re_compile_pattern): Remove incorrect cast.
1094         (re_compile_fastmap_iter): Change the type of characters from
1095         "unsigned char" to "char", and append a cast to "char*" pointer
1096         in array subscript.
1097         (parse_bracket_exp): Likewise.
1098         * posix/regex_internal.c (re_string_construct_common): Likewise.
1099         (re_string_allocate): Likewise.
1100         (re_string_construct): Likewise.
1101         (re_string_realloc_buffers): Likewise.
1102         (build_wcs_buffer): Likewise.
1103         (re_string_reconstruct): Likewise.
1104         * posix/regex_internal.h: Change the type of characters in
1105         re_string_t and bracket_elem_t from "unsigned char" to "char".
1106         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1107         warnings of some compilers.
1108         (transit_state_bkref_loop): Change the type of characters from
1109         "unsigned char" to "char", and append a cast to "char*" pointer in
1110         array subscript.
1111         (check_node_accept_bytes): Likewise.
1112         (find_collation_sequence_value): Likewise.
1114 2002-09-04  Roland McGrath  <roland@redhat.com>
1116         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1117         from 1024 to 65536, to avoid buffer overrun.
1119 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1121         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1123 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1125         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1126         for filesystem.
1128 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1130         * posix/bug-regex11.c: New test.
1131         * posix/Makefile (tests): Add bug-regex11.
1133 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1135         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1136         newlocale.
1138 2002-09-02  Roland McGrath  <roland@redhat.com>
1140         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1141         __pthread_initialize_minimal and __libc_check_standard_fds to
1142         match the generic version.
1144         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1145         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1147         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1148         warnings on platorms where char is unsigned.
1150 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1152         * version.h (VERSION): Bump to 2.2.93.
1154         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1156 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1158         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1159         as relocated.
1161 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1163         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1165 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1167         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1168         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1169         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1170         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1171         (__wcsmbs_load_conv): Remove const from argument.
1172         (_nl_cleanup_ctype): New proto.
1173         (get_gconv_fcts): New function.
1174         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1175         (__wcsmbs_to_wc): Rename back to...
1176         (to_wc): ... this.
1177         (__wcsmbs_gconv_fcts): Rename to...
1178         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1179         (lock): Removed.
1180         (__libc_setlocale_lock): New extern.
1181         (__wcsmbs_load_conv): Remove const from argument.
1182         Initialize new_category->private.ctype instead of a global
1183         variable.
1184         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1185         update_function_ptrs.  No locking is necessary.
1186         (_nl_cleanup_ctype): New function.
1187         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1188         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1189         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1190         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1191         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1192         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1193         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1194         * wcsmbs/wctob.c (wctob): Likewise.
1195         * stdlib/mblen.c (mblen): Likewise.
1196         * stdlib/mbtowc.c (mbtowc): Likewise.
1197         * stdlib/wctomb.c (wctomb): Likewise.
1198         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1199         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1200         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1201         Removed.
1203 2002-09-02  Roland McGrath  <roland@frob.com>
1205         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1207 2002-09-01  Roland McGrath  <roland@redhat.com>
1209         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1210         Variable declarations removed.
1211         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1212         these functions to replace them.
1213         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1214         functions plus an indirection rather than the old global variables.
1215         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1216         Macros removed.
1217         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1218         inline functions.
1219         * ctype/ctype-info.c: Revert last reversion back the other way.
1220         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1221         Define real function versions of include/ctype.h inlines here.
1222         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1223         __ctype_tolower_loc, __ctype_toupper_loc.
1224         * locale/lc-ctype.c: Revert last reversion back the other way.
1225         (_nl_postload_ctype): If current thread uses the global locale,
1226         update its tsd vars.
1227         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1228         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1229         CTYPE_TOLOWER, CTYPE_TOUPPER.
1231         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1232         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1233         from __libc_tsd_threadvar_location.
1234         (__libc_tsd_set, __libc_tsd_get): Update uses.
1236 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1238         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1239         macro definitions for the standard functions to access the
1240         classification and mapping arrays.
1241         * include/ctype.h: Partly revert last patch.  Move the macro
1242         definitions for the exported functions back to the public header.
1243         #undef all the macros defined here before redefining.
1244         * ctype/ctype-info.c: Revert last patch.
1245         * locale/lc-ctype.c: Revert last patch.
1247         * ctype/Makefile (routines): Add isctype.
1248         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1249         * ctype/ctype.h: Add declaration of isctype.
1250         * include/ctype.h: Declare __isctype.
1251         * ctype/isctype.c: New file.
1253 2002-09-01  Roland McGrath  <roland@redhat.com>
1255         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1256         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1258         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1260         * locale/findlocale.c (_nl_remove_locale): Don't search in
1261         _nl_locale_file_list if DATA->alloc is ld_archive.
1262         Use _nl_unload_locale to do the rest of the work.
1264         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1265         of new structure to UNDELETABLE.
1267         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1268         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1269         towlower, towupper): Macros removed.
1270         * ctype/ctype.h (__tobody): Put parens around macro argument.
1271         (__isctype): Macro removed.
1272         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1273         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1274         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1275         tolower, toupper): Macros and inlines removed.
1276         * include/ctype.h [! NOT_IN_libc]
1277         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1278         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1279         tolower, toupper): Define here instead, using _NL_CURRENT.
1280         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1281         using _NL_CURRENT.
1282         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1283         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1284         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1285         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1286         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1287         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1288         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1289         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1290         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1291         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1292         (ISSORTMASK): Update use.
1293         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1294         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1295         (_nss_files_getENTNAME_r): Likewise.
1296         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1297         Likewise.
1299         * Makerules (all-nonlib): Renamed from all-tests.
1300         Include $(others) here too.
1301         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1302         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1303         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1304         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1305         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1306         the program modules via cppflags-iterator.mk.
1307         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1308         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1310 2002-08-31  Roland McGrath  <roland@redhat.com>
1312         * posix/tst-getconf.sh: If no third arg, work with static linking.
1314         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1316         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1317         [_NL_CURRENT_INDIRECT].
1319 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1321         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1323 2002-08-31  Roland McGrath  <roland@redhat.com>
1325         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1326         Instead, make the single allocation of the structure larger to hold
1327         the name strings.
1328         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1329         Instead, calculate size for a single allocation and copy into it.
1330         * locale/freelocale.c (__freelocale): Don't free names individually.
1332         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1334         * locale/xlocale.h (__locale_struct): Move __names member last,
1335         for binary compatibility.
1337         * locale/duplocale.c (__duplocale): Free names from the right array.
1339         * locale/uselocale.c (__uselocale): Return previous locale when
1340         setting a new one.
1342         * locale/newlocale.c: Commit changes from 2002-08-30
1343         batch where I failed to commit this file:
1344         (__newlocale): Fill in __names array.
1346 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1348         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1349         errlist-compat.c if versioning==yes.
1351 2002-08-31  Andreas Jaeger  <aj@suse.de>
1353         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1354         external functions with hidden attribute.
1355         (elf_machine_rela): Optimize.
1357         * sysdeps/x86_64/memset.S: New file.
1358         * sysdeps/x86_64/bzero.S: New file.
1359         * sysdeps/x86_64/stpcpy.S: New file.
1360         * sysdeps/x86_64/strcat.S: New file.
1361         * sysdeps/x86_64/strchr.S: New file.
1362         * sysdeps/x86_64/strcpy.S: New file.
1363         * sysdeps/x86_64/strcspn.S: New file.
1364         * sysdeps/x86_64/strlen.S: New file.
1365         * sysdeps/x86_64/strpbrk.S: New file.
1366         * sysdeps/x86_64/strspn.S: New file.
1367         * sysdeps/x86_64/strcmp.S: New file.
1368         * sysdeps/x86_64/strtok_r.S: New file.
1369         * sysdeps/x86_64/strtok.S: New file.
1370         * sysdeps/x86_64/memcpy.S: New file.
1371         * sysdeps/x86_64/mempcpy.S: New file.
1373         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1375         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1377 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1379         * stdio-common/Makefile (generated): Add errlist-compat.c.
1381         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1383         * locale/localeinfo.h: Pretty printing.
1385         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1386         form_number handling.
1388 2002-08-31  Andreas Jaeger  <aj@suse.de>
1390         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1391         double tests.
1393         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1394         __start_context.
1396         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1398         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1400         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1401         registers used for passing args.
1403         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1404         all needed registers.
1406         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1407         registers.
1409         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1410         registers.
1412 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1414         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1415         always_inline attribute.
1417 2002-08-30  Roland McGrath  <roland@redhat.com>
1419         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1420         presume it's the stub and bail without error.
1422         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1423         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1425         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1427         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1428         macros replace the i686 versions for 64-bit mode.
1430         * locale/duplocale.c: Include <string.h>.
1432         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1433         [_LIBC] (category_to_name): Don't define the function.  Instead
1434         define a macro using _nl_category_names.
1436         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1437         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1438         * locale/global-locale.c (_nl_global_locale): Likewise.
1439         * locale/duplocale.c (__duplocale): strdup __names elements.
1440         * locale/freelocale.c (__freelocale): Free __names elements.
1441         * locale/localename.c (_nl_current_names): Variable removed.
1442         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1443         * locale/localeinfo.h (_nl_current_names): Removed decl.
1444         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1445         _nl_current_names throughout.
1447         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1449         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1450         and sys_nerr in the output file.
1452         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1453         * scripts/cpp: Just use the environment variable.
1455         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1456         * libio/tst-mmap-offend.c (do_test): Likewise.
1457         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1458         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1459         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1461         * locale/localename.c: If the current locale is the global locale, use
1462         _nl_current_names; otherwise use the locale object.
1464 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1466         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1467         'm' to enable mmap I/O.
1468         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1469         former wasn't used (anymore?).
1470         (_IO_FLAGS2_MMAP): New define.
1471         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1472         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1473         _IO_FLAGS2_MMAP bit is set.
1474         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1475         Enable mmap-using mode only if 'm' was set.
1477 2002-08-29  Roland McGrath  <roland@frob.com>
1479         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1481         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1482         Change argument type from int to intptr_t.
1484         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1485         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1486         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1487         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1488         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1490         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1492         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1494         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1496         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1497         * assert/assert-perr.c: Add libc_hidden_def.
1498         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1500         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1501         found at all.
1502         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1503         sys_errlist stuff to ...
1504         * sysdeps/unix/sysv/linux/Versions: ... here.
1506         * mach/mach.h: Include <features.h>.
1508 2002-08-29  Roland McGrath  <roland@redhat.com>
1510         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1511         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1512         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1514         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1516         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1517         (norm_add_slashes): alloca -> __alloca
1519 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1521         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1522         string_malloced, it is unlikely to be set.
1523         Only call free with non-NULL workspace.
1524         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1525         -mcpu=ultrasparc, not only tune for it.
1526         (ASFLAGS*): Set unconditionally.
1528         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1529         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1530         p_vaddr/p_offset when computing LOADADDR.
1532 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1534         * version.h (VERSION): Bump to 2.2.92.
1536         * time/Makefile (tst-ftime_l-ENV): New variable.
1538         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1540         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1541         <U017A>, <U017D> and <U0179>. Add missing mappings.
1542         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1544         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1545         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1546         (struct tostruct): Use ACRINDEX as type for link field.
1547         (statuc gmonparam): Likewise for froms.
1548         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1549         kcount and froms.
1550         (write_call_graph): Use correct type for from_index and to_index.
1551         * gmon/mcount.c: Use correct types for frompcindex and toindex
1552         variables.
1553         Patches by Dan Kegel <dank@kegel.com>.
1555         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1556         canonical name.
1558         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1559         __isspace_l.  Replace calls to isspace.
1560         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1562 2002-08-29  Roland McGrath  <roland@redhat.com>
1564         * string/tst-strxfrm.c: Remove __ from function names.
1566 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1568         * include/wchar.h: Declare __mbsrtowcs_l.
1569         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1570         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1571         USE_IN_EXTENDED_LOCALE_MODEL.
1572         * wcsmbs/mbsrtowcs_l: New file.
1573         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1574         define as static.  Change all uses.
1575         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1576         Change all callers.
1577         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1578         * time/strftime.c: When translating for the extended locale model
1579         use the _l functions.
1580         * time/Makefile (tests): Add tst-ftime_l.
1581         * time/tst-ftime_l.c: New file.
1583 2002-08-28  Roland McGrath  <roland@redhat.com>
1585         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1586         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1587         from _nl_find_locale ok if for _nl_C_name.
1589         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1590         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1591         we know they are all linked in.
1593         * NEWS: Added 2.2.6 text from 2.2 branch version.
1595         * time/strptime.c (strptime_internal): Remove spurious const.
1597         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1598         _nl_select_era_entry): Moved to ...
1599         * time/era.c: ... here, new file.
1600         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1601         Add internal_function to definitions.  Take an additional argument
1602         giving the `struct locale_data *' to use.
1603         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1604         _nl_parse_alt_digit): Moved to ...
1605         * time/alt_digit.c: ... here, new file.
1606         * time/lc-time-cleanup.c: New file.
1607         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1608         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1609         (_nl_cleanup_time): Declare it.
1610         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1611         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1612         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1613         * time/strftime.c: Pass locale data to helper functions.
1614         * time/strptime.c: Likewise.
1616         * locale/localeinfo.h (struct locale_data): New member `private'
1617         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1618         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1619         * locale/C-collate.c: Update initializer.
1620         * locale/C-identification.c: Likewise.
1621         * locale/C-measurement.c: Likewise.
1622         * locale/C-telephone.c: Likewise.
1623         * locale/C-address.c: Likewise.
1624         * locale/C-name.c: Likewise.
1625         * locale/C-paper.c: Likewise.
1626         * locale/C-time.c: Likewise.
1627         * locale/C-numeric.c: Likewise.
1628         * locale/C-monetary.c: Likewise.
1629         * locale/C-messages.c : Likewise.
1630         * locale/C-ctype.c: Likewise.
1632         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1633         Redefine this too.
1635 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1637         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1638         (_rtld_global): Use it.
1640         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1641         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1642         object directory.  Pass all Versions files to the awk script.
1643         * sysdeps/gnu/errlist-compat.c: Removed.
1644         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1645         first Versions file in the search path which has them.
1646         Allow multiple errlist symbol versions to have the same count of
1647         errors.
1648         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1649         of "errlist-compat.c".
1650         * sysdeps/gnu/errlist.c: Regenerated.
1651         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1652         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1653         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1654         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1655         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1656         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1657         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1658         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1659         ECANCELLED if not defined by kernel headers.
1660         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1661         already defined by kernel headers.
1662         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1663         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1664         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1665         is a macro.
1666         * Versions.def (GLIBC_2.3) [librt]: Add.
1668         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1670 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1672         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1673         missing comma to .type directive.
1675 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1677         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1678         unconditionally.
1679         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1680         check.
1681         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1683 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1685         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1686         check to close_and_out close.  Replace return NULL statements where
1687         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1688         when it is no longer needed.
1690 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1692         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1693         string constants.
1694         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1695         * sysdeps/arm/dl-machine.h: Likewise.
1696         * sysdeps/cris/dl-machine.h: Likewise.
1697         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1698         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1700 2002-08-28  Roland McGrath  <roland@redhat.com>
1702         * Makeconfig (default_cflags): Revert unintended change.
1704 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1706         * version.h (VERSION): Bump to 2.2.91.
1708         * configure.in: Disable TLS support by default for now.
1710         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1712         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1713         warnings.
1715         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1717         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1718         fprintf/fwprintf calls.
1720 2002-08-28  Roland McGrath  <roland@redhat.com>
1722         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1723         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1725         * locale/setlocale.c: Declare postload functions weak.
1727         * elf/tst-tls1-static.c: New file.
1728         * elf/tst-tls2-static.c: New file.
1729         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1731         Make uselocale support static linking.
1732         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1733         This file again just defines _nl_C_locobj.
1734         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1735         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1736         using all weak references in the initializer.
1737         * locale/Makefile (aux): Add global-locale.
1738         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1739         these unconditional, along with the tsd decl.
1740         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1741         Define it under these conditions.
1742         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1743         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1744         `extern __thread struct locale_data *const *'.
1745         [NL_CURRENT_INDIRECT]
1746         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1747         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1748         the thread variable _nl_current_LC_FOO and also a special absolute
1749         symbol _nl_current_LC_FOO_used.
1750         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1751         Set each _nl_current_LC_FOO symbol to point into the new locale,
1752         using weak references to test if _nl_current_LC_FOO_used was linked in.
1753         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1754         [NL_CURRENT_INDIRECT]: ... with this one.
1755         (_nl_current, _nl_C): Variables removed.
1756         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1757         weak references to _nl_current_LC_FOO_used.
1758         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1759         (free_category): New function, broken out of ...
1760         (free_mem): ... here.  Call that.
1761         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1762         instead of a loop.
1764         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1765         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1766         it is already absolute.
1768         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1769         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1770         [$(build-static) = yes] (tests-static): New variable.
1771         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1773 2002-08-26  Christoph Hellwig  <hch@lst.de>
1775         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1776         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1778 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1780         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1782         * sysdeps/s390/Dist: Add bits/link.h.
1784         * sysdeps/sh/Dist: New file.
1786         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1788         * sysdeps/wordsize-32/Dist: New file.
1790         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1791         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1792         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1794         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1795         sys/personality.h.
1797         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1798         sparc/dl-brk.S.
1800         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1802         * sysdeps/unix/bsd/sun/Dist: New file.
1804         * sysdeps/unix/bsd/osf/Dist: New file.
1806         * sysdeps/unix/bsd/hp/Dist: New file.
1808         * sysdeps/unix/arm/Dist: New file.
1810         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1812         * sysdeps/mach/hurd/Dist: Add set-init.c.
1814         * sysdeps/i386/Dist: Add bits/link.h.
1816         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1818         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1820         * locale/Makefile (distribute): Add hashval.h.
1822         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1824         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1826         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1827         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1828         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1829         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1830         implementations.
1831         * libio/stdio.h: Likewise.
1832         * locale/locale.h: Likewise.
1833         * math/math.h: Likewise.
1834         * math/bits/mathcalls.h: Likewise.
1835         * setjmp/setjmp.h: Likewise.
1836         * signal/signal.h: Likewise.
1837         * stdlib/stdlib.h: Likewise.
1838         * string/string.h: Likewise.
1839         * time/time.h: Likewise.
1840         * wcsmbs/wchar.h: Likewise.
1841         * wctype/wctype.h: Likewise.
1843 2002-08-28  Roland McGrath  <roland@redhat.com>
1845         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1847 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1848             Roland McGrath <roland@redhat.com>
1850         * locale/hashval.h (compute_hashval): Use prototype defn.
1851         (hashval_t): New macro, defined to unsigned long int
1852         if not already defined.
1853         (compute_hashval): Return hashval_t instead of unsigned long int.
1854         * locale/loadarchive.c (hashval_t): New macro.
1855         * locale/programs/locarchive.c: Include hashval.h directly instead
1856         of simple-hash.h.
1857         (compute_hashval, hashval_t): Define these macros first.
1858         (insert_name): Use archive_hashval instead of compute_hashval.
1859         (add_locale, delete_locales_from_archive): Likewise.
1861 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1863         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1864         hash collisions if be_quiet.
1866 2002-08-27  Roland McGrath  <roland@redhat.com>
1868         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1869         __uselocale): Don't declare these any more.
1870         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1872         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1873         and treat it as an EOF return.
1874         * sysdeps/unix/readdir_r.c: Likewise.
1876         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1877         From Alexandre Oliva <aoliva@redhat.com>.
1878         * sysdeps/gnu/errlist-compat.c: Regenerated.
1880 2002-08-27  Brian Youmans  <3diff@gnu.org>
1882         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1883         wording at request of copyright holder Stephen Moshier.
1884         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1885         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1886         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1887         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1888         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1889         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1890         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1891         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1892         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1893         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1894         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1895         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1896         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1897         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1899 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1901         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1902         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1903         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1904         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1905         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1906         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1907         * wctype/iswctype_l.c (iswctype_l): Likewise.
1909 2002-08-27  Roland McGrath  <roland@redhat.com>
1911         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1913         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1914         * stdlib/stdlib.h: Don't declare __*_l names.
1915         * include/stdlib.h: Declare them here instead.
1916         * include/string.h: Don't declare __*_l names.
1917         * string/string.h: Declare them here instead.
1918         * time/time.h: Don't declare __*_l names.
1919         * include/time.h: Declare them here instead.
1920         * wcsmbs/wchar.h: Don't declare __*_l names.
1921         * include/wchar.h: Declare them here instead.
1922         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1923         Don't declare __*_l names.
1924         * include/wctype.h: Declare them here instead.
1925         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1926         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1927         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1928         * include/langinfo.h: Declare it here with __typeof.
1930         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1931         instead, taking an extra __locale_t argument.
1932         * time/Makefile (routines): Add strptime_l.
1933         * time/time.h (__strptime_l, strptime_l): Declare them.
1934         * time/strptime_l.c: New file.
1936         * time/time.h (__strftime_l, strftime_l): Declare them.
1937         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1938         * time/strftime_l.c: New file.
1939         * time/wcsftime_l.c: New file.
1940         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1941         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1942         strftime_l, wcsftime_l.
1943         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1944         or __wcsftime_l instead, taking an extra __locale_t argument.
1946         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1947         (libc: GLIBC_2.3): ... here.
1949 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1951         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1953         * Makefile (distribute): Add LICENSES.
1955         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1956         sys/debugreg.h.
1958         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1960         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1962         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1964         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1966         * sysdeps/mach/hurd/alpha/Dist: New file.
1968         * sysdeps/arm/Dist: Add bits/link.h.
1970         * sunrpc/Makefile: Distribute thrsvc.
1972         * stdio-common/Makefile: Remove more left-overs from old stdio.
1974         * include/linewrap.h: Removed.
1976         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1978         * intl/Makefile (distribute): Add plural-eval.c.
1980 2002-08-27  Roland McGrath  <roland@redhat.com>
1982         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1983         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1984         Say mtab is in either /var/run or /etc.
1986 2002-08-26  Roland McGrath  <roland@redhat.com>
1988         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1989         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1991         * sysdeps/gnu/Versions: New file.
1992         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1993         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1994         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1995         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1996         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1997         and _sys_nerr_internal instead of anything else.  Make it include
1998         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1999         Make it emit some asm magic if [EMIT_ERR_MAX].
2000         * sysdeps/gnu/errlist.c: Regenerated.
2001         * sysdeps/gnu/errlist-compat.awk: New file.
2002         * sysdeps/gnu/errlist-compat.c: New file (generated).
2003         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
2004         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
2005         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
2006         (SYS_ERRLIST, SYS_NERR): Macros removed.
2007         (sys_nerr, _sys_nerr): Remove these weak aliases.
2008         * sysdeps/unix/sysv/linux/errlist.c: File removed.
2009         * sysdeps/unix/sysv/linux/errlist.h: File removed.
2010         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
2012         * include/libc-symbols.h (declare_symbol): New macro.
2013         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
2014         * configure.in: New check to define it.
2015         * configure: Regenerated.
2017 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2019         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
2020         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
2022         * Make-dist: Remove traces of old stdio.
2023         * Makeconfig: Likewise.
2025         * locale/Makefile (localedef-aux): New variable.  Only md5
2026         assigned to it.  These files are not ddistributed in this directory.
2028         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2029         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2030         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2032         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2034         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2035         set h_errno to NO_RECOVERY [PR libc/4360].
2037 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2039         * libio/Makefile (tests): Add bug-fopena+.
2040         * libio/bug-fopena+.c: New file.
2041         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2042         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2044         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2046         * locale/xlocale.c: Fix the last change.  The variable still has
2047         to end in _data.
2048         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2049         (__libc_tsd_set): Add _data prefix to variable name.
2051 2002-08-26  Roland McGrath  <roland@redhat.com>
2053         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2054         macro with inline function.
2055         (sigset_get_old_mask): Likewise.
2056         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2057         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2058         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2059         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2060         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2061         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2062         values.
2063         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2064         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2066 2002-07-06  Bruno Haible  <bruno@clisp.org>
2068         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2069         sigset_get_old_mask): Make it work with larger sigset_t.
2070         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2071         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2072         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2074 2002-08-26  Roland McGrath  <roland@redhat.com>
2076         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2077         * manual/filesys.texi (File Times): Document lutimes and futimes.
2078         * misc/Makefile (routines): Add them.
2079         * misc/Versions (libc: GLIBC_2.3): Likewise.
2080         * sysdeps/generic/lutimes.c: New file.
2081         * sysdeps/generic/futimes.c: New file.
2082         * sysdeps/mach/hurd/lutimes.c: New file.
2083         * sysdeps/mach/hurd/futimes.c: New file.
2085         * manual/filesys.texi (File Times): Add explicit note about null
2086         pointer argument to utimes.
2088 2002-08-26  Roland McGrath  <roland@frob.com>
2090         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2091         (__ifreq): Add a cast.  Remove an unused variable.
2093         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2094         _HURD_THREADVAR_LOCALE.
2096 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2098         * posix/regexec.c (re_search_stub): Return correct match length
2099         if start != 0.
2100         * posix/bug-regex10.c: New test.
2101         * posix/Makefile (tests): Add bug-regex10.
2103 2002-08-26  Brian Youmans  <3diff@gnu.org>
2105         * COPYING.LIB: Replaced with fresh copy from
2106         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2107         suggested copying permission notice now says version 2.1 instead
2108         of version 2.
2110         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2111         from Library GPL.
2112         * crypt/crypt_util.c: Likewise.
2113         * crypt/ufc.c: Likewise.
2114         * elf/dl-conflict.c: Likewise.
2115         * elf/dl-iteratephdr.c: Likewise.
2116         * iconv/iconvconfig.h: Likewise.
2117         * malloc/arena.c: Likewise.
2118         * malloc/hooks.c: Likewise.
2119         * malloc/malloc.c: Likewise.
2120         * posix/glob/Makefile.ami: Likewise.
2121         * posix/glob/Makefile.in: Likewise.
2122         * stdlib/gmp-impl.h: Likewise.
2123         * stdlib/gmp.h: Likewise.
2124         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2125         * sysdeps/generic/strnlen.c: Likewise.
2126         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2127         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2128         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2129         * sysdeps/mach/hurd/spawni.c: Likewise.
2130         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2131         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2132         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2133         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2134         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2135         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2137         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2138         Lesser GPL copying permission notice from 2 to 2.1.
2139         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2140         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2141         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2142         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2143         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2144         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2145         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2146         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2147         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2148         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2149         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2150         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2151         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2152         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2153         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2154         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2155         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2156         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2157         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2158         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2159         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2160         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2161         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2162         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2163         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2164         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2165         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2166         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2167         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2168         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2169         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2170         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2171         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2172         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2173         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2174         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2175         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2176         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2177         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2178         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2179         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2180         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2181         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2182         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2183         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2184         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2185         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2186         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2187         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2188         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2189         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2190         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2191         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2192         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2193         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2195         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2196         Moshier and Lesser GPL copying permission notice, per license from
2197         Moshier.
2198         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2199         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2200         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2201         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2202         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2203         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2204         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2205         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2206         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2207         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2208         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2209         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2210         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2211         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2213         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2214         notice, per license from copyright holder Stephen Moshier.
2215         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2216         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2217         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2218         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2219         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2220         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2221         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2222         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2223         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2225 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2227         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2228         (shared-only-routines): Likewise.
2230 2002-08-26  Roland McGrath  <roland@redhat.com>
2232         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2233         name of "", store a null pointer instead.
2235         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2236         * configure: Regenerated.
2238         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2239         Initialize this instead of __libc_tsd_LOCALE_data.
2241         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2242         ptsname_r to EINVAL.
2244         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2246         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2247         implementations depend on pthreads.
2248         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2249         * rt/tst-aio64.c (do_test): Likewise.
2250         * rt/tst-aio2.c (do_test): Likewise.
2251         * rt/tst-aio3.c (do_test): Likewise.
2252         * rt/tst-aio4.c (do_test): Likewise.
2253         * rt/tst-aio5.c (do_test): Likewise.
2254         * rt/tst-aio6.c (do_test): Likewise.
2255         * rt/tst-aio7.c (do_test): Likewise.
2257         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2258         void so as to avoid compiler warnings.
2260         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2261         _IO_wide_data_FD, which is never used here.
2263         * libio/iofread.c
2264         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2265         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2266         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2268         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2269         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2271         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2272         (closelog): Likewise.
2274 2002-07-06  Bruno Haible  <bruno@clisp.org>
2276         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2278         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2279         * sysdeps/unix/alpha/pipe.S: ... here.
2280         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2282         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2284         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2285         * sysdeps/unix/i386/fork.S: Likewise.
2286         * sysdeps/unix/i386/pipe.S: Likewise.
2287         * sysdeps/unix/i386/wait.S: Likewise.
2289         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2290         * sysdeps/unix/arm/fork.S: Likewise.
2292         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2293         arguments.
2294         (DO_CALL): Swap argument order.
2295         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2296         arguments.
2297         (DO_CALL): Swap argument order.
2298         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2299         arguments.
2300         (DO_CALL): Swap argument order.
2301         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2302         arguments.
2303         (DO_CALL): Swap argument order.
2304         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2305         arguments.
2306         (DO_CALL): Swap argument order.
2307         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2308         arguments.
2309         (DO_CALL): Swap argument order.
2310         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2311         arguments.
2312         (DO_CALL): Swap argument order.
2314         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2315         (L): Define right for ELF.
2316         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2317         Now defined in sysdeps/i386/sysdep.h.
2319         * sysdeps/posix/readv.c: Ansify function definition.
2320         * sysdeps/posix/writev.c: Likewise.
2322         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2323         have the same size. Avoid direct cast from size_t to off_t.
2325         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2326         nul byte in entry[n].ut_user.
2327         (simulate_logout): Likewise.
2329         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2330         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2331         existence of corresponding members of 'struct utmp'.
2332         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2333         !_HAVE_UT_TYPE.
2335         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2336         allocate a buffer of at least BUFSIZ bytes, not just of
2337         sizeof (struct dirent).
2339         * sysdeps/generic/glob.c: Include <limits.h>.
2340         (NAME_MAX): Define a fallback.
2341         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2342         stack.
2343         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2344         (main): Allocate enough room for a 'struct dirent64' on the stack.
2345         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2346         'struct dirent'.
2348         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2349         kernel-features.h.
2351         * inet/htontest.c: Include <sys/types.h>.
2353         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2355         * include/sys/sysctl.h: Comment fix.
2357         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2358         _dl_load_lock.
2359         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2361         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2363         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2364         (__getpeername): New alias.
2365         (__getsockname): New alias.
2366         (__socket): New alias.
2368         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2370         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2371         (__fcntl_internal): New alias.
2372         (__profil): New alias.
2374 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2376         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2377         entry was for getaddr* lookup or not.  Add only matching cache
2378         entry.  Change all callers [PR libc/4317].
2380         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2381         finding the read position [PR libc/4265].
2382         * libio/Makefile (tests): Add bug-rewind2.
2383         * libio/bug-rewind2.c: New file.
2385         * libio/bug-rewind.c: Fix creation of temp file.
2387 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2389         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2390         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2391         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2392         to ENOENT if no entry is found.
2393         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2394         failure.
2395         * nis/nss_compat/compat-initgroups.c: Likewise.
2396         * nis/nss_compat/compat-pwd.c: Likewise.
2397         * nis/nss_compat/compat-spwd.c: Likewise.
2398         * nis/nss_nis/nis-alias.c: Likewise.
2399         * nis/nss_nis/nis-ethers.c: Likewise.
2400         * nis/nss_nis/nis-grp.c: Likewise.
2401         * nis/nss_nis/nis-hosts.c: Likewise.
2402         * nis/nss_nis/nis-initgroups.c: Likewise.
2403         * nis/nss_nis/nis-netgrp.c: Likewise.
2404         * nis/nss_nis/nis-network.c: Likewise.
2405         * nis/nss_nis/nis-proto.c: Likewise.
2406         * nis/nss_nis/nis-publickey.c: Likewise.
2407         * nis/nss_nis/nis-pwd.c: Likewise.
2408         * nis/nss_nis/nis-rpc.c: Likewise.
2409         * nis/nss_nis/nis-service.c: Likewise.
2410         * nis/nss_nis/nis-spwd.c: Likewise.
2411         * resolv/nss_dns/dns-host.c: Likewise.
2412         * resolv/nss_dns/dns-network.c: Likewise.
2413         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2414         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2415         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2416         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2417         * nis/nss_nisplus/nisplus-network.c: Likewise.
2418         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2419         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2420         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2421         * nis/nss_nisplus/nisplus-service.c: Likewise.
2422         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2423         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2424         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2425         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2426         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2428         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2429         declaring __restore and __restore_rt as hidden (if possible).
2431 2002-08-25  Roland McGrath  <roland@redhat.com>
2433         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2435         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2436         (getutent_r_file, internal_getut_r): Updated all callers.
2437         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2439 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2441         * locale/programs/locale.c: Don't print aliases for non-existing
2442         locales for 'locale -a'.
2443         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2445 2002-07-19  H.J. Lu  <hjl@gnu.org>
2447         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2449 2002-07-16  H.J. Lu  <hjl@gnu.org>
2451         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2452         sys/personality.h.
2453         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2455 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2457         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2458         not moved ahead of the fputs call.
2459         * elf/tst-tlsmod2.c (in_dso): Likewise.
2460         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2461         * elf/tst-tlsmod4.c (in_dso): Likewise.
2463 2002-08-25  Andreas Schwab  <schwab@suse.de>
2465         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2467 2002-08-25  Roland McGrath  <roland@redhat.com>
2469         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2470         resetting handler, to avoid the possibility of a spurious SIGALRM
2471         delivered to the user's handler.
2472         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2474         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2475         set -fkeep-inline-functions, which is not needed for the current file.
2477         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2478         (_dl_setup_hash): Add attribute_hidden.
2479         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2480         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2481         (_dl_new_object, _dl_map_object_deps): Likewise.
2482         (_dl_map_object_deps_internal): Remove decl.
2483         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2485         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2486         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2487         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2488         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2489         instead relying on the compiler to produce only GOTOFF variable refs.
2491 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2493         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2495         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2496         inline to avoid defining it in every file which includes this header.
2498         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2499         defining DONT_USE_BOOTSTRAP_MAP.
2501         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2502         * libio/tst-mmap-setvbuf.c (main): Likewise.
2503         * libio/tst-widetext.c (main): Likewise.
2505         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2506         message.
2507         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2508         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2510         * sysdeps/i386/elf/configure.in: Unconditionally define
2511         PI_STATIC_AND_HIDDEN.
2512         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2513         PI_STATIC_AND_HIDDEN is defined as well.
2514         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2516 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2518         * sysdeps/ia64/bzero.S: Define __bzero as well.
2520         * locale/programs/charmap.c (charmap_new_char): Don't use
2521         ULONG_MAX as maximum UCS4 value.
2523         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2525         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2527         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2528         * malloc/malloc.c (mALLINFo): Likewise.
2530         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2532         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2533         examining result of _IO_do_flush call.
2535         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2536         Use prec not spec when sizing buffers.
2538         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2539         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2540         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2541         * stdio-common/vfscanf.c (inchar): Likewise.
2542         * misc/efgcvt_r.c (fcvt_r): Likewise.
2543         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2544         * elf/readlib.c (process_file): Likewise.
2545         * elf/sprof.c (load_profdata): Likewise.
2546         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2547         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2548         * locale/programs/charmap.c (charmap_read): Likewise.
2549         * libio/fileops.c: Likewise.
2550         * libio/fmemopen.c: Likewise.
2551         * stdlib/strtod.c: Likewise.
2552         * elf/dl-load.c: Likewise.
2553         * iconv/iconvconfig.c: Likewise.
2554         * iconv/iconv_prog.c (process_block): Likewise.
2555         * elf/rtld.c (dl_main): Likewise.
2557         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2558         macro to calm down the compiler.
2560         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2562         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2564         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2565         placement of errno definition.
2566         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2567         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2568         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2569         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2570         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2572         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2573         from 1024 to 65536, to avoid buffer overrun.
2575 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2577         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2578         from 1024 to 65536, to avoid buffer overrun.
2579         * resolv/res_query.c (MAXPACKET): Likewise.
2581 2002-08-24  Andreas Jaeger  <aj@suse.de>
2583         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2585 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2587         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2588         two52 locally.
2589         (log2): Likewise.
2590         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2591         Patch by Simon Gee <simong@agile.tv>.
2593         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2594         Prefer reading /proc/stat since it is more uniform across
2595         architectures.
2597         * manual/texinfo.tex: Update to latest official version.
2599         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2600         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2601         * sysdeps/gnu/bits/shm.h: Likewise.
2602         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2603         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2604         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2605         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2606         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2607         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2608         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2609         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2610         since this is what the kernel says.
2612         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2613         since ssize_t is needed as well.  Replace const with __const.
2615 2002-08-23  Roland McGrath  <roland@redhat.com>
2617         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2618         __malloc_hook, __realloc_hook, __memalign_hook,
2619         __after_morecore_hook): Variable definitions moved to ...
2620         * malloc/malloc.c: ... here, so as to be before all references.
2622         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2623         global variable reference in an unused asm parameter, to ensure the
2624         compiler has set up the GOT register before we use it.
2626         * malloc/hooks.c: Move variable definitions ahead of uses.
2627         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2628         initializers that make reference to variables they define.
2630 2002-08-23  Andreas Jaeger  <aj@suse.de>
2632         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2633         alloca, free, qsort.
2635         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2637         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2638         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2640         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2641         <hch@lst.de>.
2642         * sysdeps/generic/fgetxattr.c: New file.
2643         * sysdeps/generic/flistxattr.c: New file.
2644         * sysdeps/generic/fremovexattr.c: New file.
2645         * sysdeps/generic/fsetxattr.c: New file.
2646         * sysdeps/generic/getxattr.c: New file.
2647         * sysdeps/generic/listxattr.c: New file.
2648         * sysdeps/generic/lgetxattr.c: New file.
2649         * sysdeps/generic/llistxattr.c: New file.
2650         * sysdeps/generic/lremovexattr.c: New file.
2651         * sysdeps/generic/lsetxattr.c: New file.
2652         * sysdeps/generic/removexattr.c: New file.
2653         * sysdeps/generic/setxattr.c: New file.
2654         * misc/Makefile (headers): Add sys/xattr.h.
2655         (routines): Add *xattr calls.
2656         * misc/Versions: Add *xattr calls with version 2.3.
2657         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2658         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2659         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2660         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2661         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2662         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2663         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2664         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2666 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2668         * sysdeps/powerpc/elf/libc-start.c
2669         (__cache_line_size): Declare.
2670         (__aux_init_cache): New function.
2671         (__libc_start_main): Change type of `auxvec' parameter to
2672         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2673         __aux_init_cache.
2674         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2675         (__cache_line_size): Declare.
2676         (__aux_init_cache): New function.
2677         (DL_PLATFORM_INIT): Define.
2678         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2679         value to select the correct stride for dcbz.
2681 2002-08-22  Andreas Jaeger  <aj@suse.de>
2683         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2684         shmat.
2686 2002-08-22  Roland McGrath  <roland@redhat.com>
2688         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2689         position indicated by locrectab against file bounds before rounding to
2690         page size.  In mapping loop, always set TO before breaking out of
2691         contiguous range coalescing loop.
2693         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2694         (or MAP_COPY if available) instead of MAP_SHARED.
2696         * scripts/firstversions.awk: When encountering a version newer than
2697         the specified earliest version, be sure to emit the specified earliest
2698         version first if any renaming of an older version to that has been.
2700 2002-08-21  Roland McGrath  <roland@redhat.com>
2702         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2703         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2704         (Configuring and compiling): Don't mention older GCC versions any more.
2705         * INSTALL: Regenerated.
2707         * manual/install.texi (Configuring and compiling, Installation,
2708         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2710         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2711         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2712         and with noinline otherwise.  Remove hack alloca use to prevent
2713         inlining, we can ask for it explicitly nowadays.
2715         * dlfcn/bug-dlsym1.c: New file.
2716         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2717         * dlfcn/Makefile (distribute): Add them.
2718         (tests): Add bug-dlsym1 here.
2719         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2720         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2721         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2723 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2725         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2726         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2727         before relocation.
2728         (_dl_start): Don't use local bootstrap_map variable if
2729         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2730         pass bootstrap_map to _dl_start_final in this case either.  Don't
2731         pass start_time to _dl_start_final ever.
2732         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2734         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2735         This cripples the scope lists necessary to search for symbols in
2736         dependencies which are not in the global scope.
2738         * include/setjmp.h (__libc_longjmp): Add declaration.
2740 2002-08-21  Andreas Jaeger  <aj@suse.de>
2742         * sysdeps/x86_64/_mcount.S: Fix assembler.
2744         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2745         with biarch support.
2747 2002-08-21  Andreas Jaeger  <aj@suse.de>
2749         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2751         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2753         * sysdeps/x86_64/machine-gmon.h: New file.
2754         * sysdeps/x86_64/_mcount.S: New file.
2756 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2758         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2759         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2760         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2761         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2762         to TL_INIT_TP.  Otherwise pass 1.
2763         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2764         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2766 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2768         * locale/programs/localedef.c (add_to_readlist): Error about
2769         circular dependencies only if the locale in question hasn't
2770         been finished.
2771         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2772         CTYPE_LOCALE to load_locale.
2773         * locale/programs/locfile.c (locfile_read): Don't include
2774         unneeded but available locales in locale_mask.
2776         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2777         print any messages about enlarging archive.
2779 2002-08-20  Brian Youmans  <3diff@gnu.org>
2781         * manual/contrib.texi: Removed licenses, added acknowledgements
2782         for contributions by Intel, IBM, Craig Metz.
2783         * LICENSES: New file, contains the text of all non-FSF licenses in the
2784         distribution that require putting the notice in the accompanying
2785         documentation.
2786         * README.template, README: Mention LICENSES.
2788         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2789         new one modelled on the modern BSD license, per recent letter
2790         of permission from CMU.
2791         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2793         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2794         from IBM to FSF, per the recent Software Letter.  Changed the
2795         distribution terms from GPL to LGPL.
2797         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2798         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2799         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2800         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2801         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2802         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2803         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2804         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2805         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2806         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2808         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2809         from IBM to FSF, per the recent Software Letter.  Corrected the
2810         text of the copying permission notice to say Lesser GPL instead
2811         of GPL in warranty disclaimer paragraph.
2812         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2813         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2814         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2815         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2816         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2817         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2818         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2819         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2820         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2821         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2822         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2823         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2824         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2825         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2826         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2827         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2828         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2829         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2830         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2831         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2832         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2834         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2835         permission notice to say Lesser GPL instead of GPL in warranty
2836         disclaimer paragraph.
2837         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2838         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2839         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2840         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2841         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2842         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2843         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2844         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2845         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2846         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2847         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2848         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2849         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2850         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2851         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2852         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2853         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2854         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2855         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2856         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2857         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2858         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2859         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2861 2002-08-20  Roland McGrath  <roland@redhat.com>
2863         Fix ABI compatibility with libc compiled with old tools on powerpc.
2864         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2865         and Jack Howarth <howarth@bromo.med.uc.edu>.
2866         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2867         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2868         pass -DHAVE_DOT_HIDDEN for these files.
2869         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2870         __floatdisf.
2871         * sysdeps/powerpc/divdi3.c: New file.
2872         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2873         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2875 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2877         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2878         partially overlapping mappings.  Remove unneeded (char *) casts.
2879         Never allow duplication of ranges in mapped areas.
2881 2002-08-20  Roland McGrath  <roland@redhat.com>
2883         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2884         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2886 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2888         * include/unistd.h: Don't hide _exit.
2890         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2891         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2892         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2893         argument 1 to TLS_INIT_TP.
2894         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2896         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2898         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2899         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2900         memory allocation to...
2901         (allocate_dtv): ...here.  New function.
2902         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2903         call allocate_dtv instead of _dl_allocate_tls_storage.
2904         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2905         (_dl_get_tls_static_info): New function.
2906         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2907         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2909 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2911         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2912         immediately if result == NULL.
2914 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2916         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2918 2002-08-18  Roland McGrath  <roland@frob.com>
2920         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2921         instead of __file_name_split.
2922         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2924         * sysdeps/mach/hurd/dl-sysdep.c
2925         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2926         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2928 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2930         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2931         in change before last: MAX -> MIN.
2933 2002-08-15  Roland McGrath  <roland@redhat.com>
2935         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2936         if seek would go past it.
2937         (mmap_remap_check): If file position is at or past EOF after check,
2938         leave read pointers at EOF and don't seek.
2940         * libio/tst-mmap-offend.c: New file.
2941         * libio/Makefile (tests): Add it.
2943         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2944         the name as passed, rather than the name in the archive dictionary.
2946 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2948         * csu/Makefile: Define elide-routines.os not static-only-routines.
2950         * include/sched.h (__clone): Add varargs at the end.
2952         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2953         case.
2954         (TLS_INIT_HELPER): If defined, use it.
2955         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2957 2002-08-15  Roland McGrath  <roland@redhat.com>
2959         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2960         on L->l_prev; it can happen under rtld --verify too.
2962         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2963         header separately, just map an initial window of 2MB from the file
2964         and remap if that is not large enough to cover the whole header.
2966 2002-08-15  Andreas Jaeger  <aj@suse.de>
2968         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2969         version 2.3.
2970         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2971         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2972         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2973         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2974         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2975         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2976         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2977         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2978         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2979         Patch by Andreas Gruenbacher <agruen@suse.de>.
2981         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2983 2002-08-14  Roland McGrath  <roland@redhat.com>
2985         * locale/locarchive.h (struct locale_category_data): Give this name to
2986         the type of locale_data_t's elements.
2987         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2988         (add_locale): Use that to sort the categories by size and put all
2989         those that fit into two pages into the LC_ALL block, instead of
2990         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2991         (show_archive_content): Detect categories inside LC_ALL block
2992         directly, instead of hard-coding.
2993         (oldlocrecentcmp): Compare just on file locations used.
2995 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2997         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2998         (oldlocrecentcmp): New function.
2999         (enlarge_archive): Re-add locales in the order they were added
3000         to the archive.
3001         (add_locale): Put all the small locale files together, if the small
3002         locale file block would occupy less pages if page size aligned, align
3003         it.
3004         (show_archive_content): Adjust for locale archives optimized for speed.
3006 2002-08-14  Roland McGrath  <roland@frob.com>
3008         * configure.in: Use "MISSING" as not-found value for MIG.
3009         * sysdeps/mach/configure.in: Fatal if mig not found.
3010         * configure, sysdeps/mach/configure: Regenerated.
3012 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3014         * locale/loadarchive.c (archfname): Add missing slash.
3016         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
3017         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
3019 2002-08-12  Roland McGrath  <roland@redhat.com>
3021         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
3022         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
3023         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
3024         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3025         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
3026         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
3027         * sysdeps/generic/waitpid.c: Likewise.
3029         * include/net/if.h: New file.  Use libc_hidden_proto
3030         for if_nametoindex and if_indextoname.
3031         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3032         * sysdeps/mach/hurd/if_index.c: Likewise.
3033         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3035         * include/grp.h (setgroups): Add libc_hidden_proto.
3036         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3037         * sysdeps/mach/hurd/setgroups.c: Likewise.
3038         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3039         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3041 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3043         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3044         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3045         * sysdeps/generic/setegid.c (setegid): Likewise.
3046         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3047         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3048         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3049         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3050         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3051         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3052         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3053         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3054         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3055         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3056         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3057         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3058         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3060         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3061         __lxstat_internal, __lxstat64_internal): Remove.
3062         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3063         Add hidden_proto.
3064         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3065         Remove INTDEF where present, remove #undef at the beginning.
3066         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3067         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3068         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3069         * sysdeps/generic/xstat.c (__xstat): Likewise.
3070         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3071         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3072         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3073         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3074         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3075         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3076         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3077         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3078         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3079         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3080         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3081         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3082         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3083         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3084         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3085         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3086         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3087         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3088         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3089         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3090         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3091         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3092         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3093         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3094         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3095         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3096         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3097         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3098         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3099         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3100         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3101         * sysdeps/unix/xstat.c (__xstat): Likewise.
3103         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3104         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3105         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3106         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3107         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3108         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3109         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3111         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3112         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3113         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3114         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3115         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3116         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3117         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3118         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3119         Likewise.
3120         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3121         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3122         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3123         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3124         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3125         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3126         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3127         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3129         * include/string.h (strcoll): Add libc_hidden_proto.
3130         * string/strcoll.c (strcoll): Add libc_hidden_def.
3132         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3134 2002-08-11  Philip Blundell  <philb@gnu.org>
3136         * sysdeps/arm/Makefile: New file.
3138 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3140         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3141         by another '|', end of regex or enclosing ')', clear branch.
3142         * posix/bug-regex9.c: New test.
3143         * posix/Makefile (tests): Add bug-regex9.
3145 2002-08-12  Roland McGrath  <roland@redhat.com>
3147         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3148         start count condition, use TOTAL instead of variable that was never
3149         set.  Fix outer loop termination condition to TOTAL >= after update.
3151         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3152         dl_tls_static_align and dl_tls_static_nelem.
3154 2002-08-11  Roland McGrath  <roland@redhat.com>
3156         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3157         of the TLS macros, otherwise the compiler might not have initialized
3158         the PIC register yet when we use the PLT via asm.
3159         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3160         * elf/tst-tlsmod2.c (in_dso): Likewise.
3162         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3164         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3165         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3167         * include/unistd.h: Use libc_hidden_proto for getdomainname
3168         and getlogin_r.
3169         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3170         * sysdeps/mach/hurd/getdomain.c: Likewise.
3171         * sysdeps/unix/getlogin_r.c: Likewise.
3172         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3173         * sysdeps/generic/getlogin_r.c: Likewise.
3175         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3176         * sunrpc/rtime.c: Add libc_hidden_def.
3178         * include/string.h: Use libc_hidden_proto for basename.
3179         * string/basename.c [_LIBC]: Add libc_hidden_def.
3181         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3183         * locale/loadarchive.c: munmap -> __munmap throughout.
3185         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3186         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3187         * sysdeps/generic/gai_strerror.c: Likewise.
3189         * include/sys/errno.h: New file.
3191         * include/signal.h: No libc_hidden_proto for raise,
3192         __libc_current_sigrtmin, __libc_current_sigrtmax.
3193         These need to be overridden by linuxthreads.
3194         * sysdeps/posix/raise.c: Reverted.
3195         * sysdeps/generic/raise.c: Reverted.
3196         * signal/allocrtsig.c: Reverted.
3198         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3200 2002-08-10  Roland McGrath  <roland@redhat.com>
3202         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3203         * locale/localeinfo.h: Declare it.
3204         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3205         current locale if it's not in the file list.
3206         Call _nl_archive_subfreeres.
3208 2002-08-10  Andreas Jaeger  <aj@suse.de>
3210         * sysdeps/i386/strchr.S: Add comment.
3212 2002-08-10  Roland McGrath  <roland@redhat.com>
3214         * include/wchar.h (putwc): Use libc_hidden_proto.
3215         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3216         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3217         * stdio-common/dprintf.c: Add libc_hidden_def.
3218         * stdio-common/fprintf.c: Likewise.
3219         * stdio-common/sprintf.c: Likewise.
3220         * stdio-common/sscanf.c: Likewise.
3221         * libio/iofwrite.c: Likewise.
3222         * libio/memstream.c: Likewise.
3223         * libio/putwc.c: Likewise.
3224         * stdio-common/perror.c: Likewise.
3225         * sysdeps/posix/remove.c: Likewise.
3226         * sysdeps/generic/remove.c: Likewise.
3227         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3228         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3230 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3232         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3233         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3234         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3235         towlower, towupper): Add libc_hidden_weak.
3237         * include/bits/dlfcn.h: New file.
3238         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3240         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3241         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3242         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3243         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3244         * include/shadow.h (_nss_files_parse_spent): Likewise.
3245         * include/netdb.h (_nss_files_parse_protoent,
3246         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3247         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3248         (LINE_PARSER): Use it.
3249         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3250         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3252         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3253         #endif.
3255         * manual/debug.texi (%MENU%): Remove trailing dot.
3256         Reported by <hayastan132@hotmail.com>.
3258         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3259         aliases.
3260         (lseek): Dummy.
3261         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3262         Likewise.
3264 2002-08-09  Roland McGrath  <roland@redhat.com>
3266         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3267         name to find codeset name (if any) and normalize it.  If the
3268         normalized name differs, look up only that in the archive.
3269         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3270         contains a codeset, normalize the codeset store only the normalized
3271         name in the archive.  If not, add an alias containing the locale's
3272         normalized codeset name.  Apply codeset name normalization when
3273         matching entries in the alias file.
3275         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3276         decrement HEAD->namehash_used here.
3277         (add_locale): Only need to insert name string when name_offset != 0.
3279         * locale/programs/localedef.c (options): Add -A/--alias-file.
3280         (alias_file): New variable.
3281         (parse_opt): Grok -A, set that.
3282         * locale/programs/localedef.h: Declare it.
3284         * locale/locarchive.h (struct locrecent): Add `refs' member.
3285         * locale/programs/locarchive.c (insert_name): New function, broken out
3286         of ...
3287         (add_locale_to_archive): ... here.  Call that.
3288         (add_alias): New function.
3289         (add_locale): New static function, add_locale_to_archive renamed.
3290         (add_locale_to_archive): Call that and use add_alias to add an alias
3291         for the name with codeset if the given name lacks it.
3292         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3294         * locale/Makefile (routines): Add loadarchive.
3295         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3296         (_nl_load_locale_from_archive): New function.
3297         * locale/localeinfo.h: Declare it.
3298         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3299         try _nl_load_locale_from_archive first.
3301         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3302         broken out of _nl_load_locale.
3303         (_nl_load_locale): Call that.
3304         * locale/localeinfo.h: Declare it.
3305         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3306         (struct locale_data): Remove unused member `options'.
3307         * locale/findlocale.c (_nl_remove_locale): Update uses.
3308         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3309         * locale/C-collate.c: Update initializer.
3310         * locale/C-identification.c: Likewise.
3311         * locale/C-measurement.c: Likewise.
3312         * locale/C-telephone.c: Likewise.
3313         * locale/C-address.c: Likewise.
3314         * locale/C-name.c: Likewise.
3315         * locale/C-paper.c: Likewise.
3316         * locale/C-time.c: Likewise.
3317         * locale/C-numeric.c: Likewise.
3318         * locale/C-monetary.c: Likewise.
3319         * locale/C-messages.c : Likewise.
3320         * locale/C-ctype.c: Likewise.
3322         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3323         use CHAR_BIT instead of BITSPERBYTE.
3325         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3326         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3327         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3328         (_nl_remove_locale): Likewise.
3329         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3331         * locale/findlocale.c (_nl_default_locale_path): New variable.
3332         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3333         * locale/localeinfo.h: Declare it.
3334         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3335         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3336         * locale/newlocale.c (__newlocale): Likewise.
3338         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3339         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3340         * sysdeps/generic/morecore.c: Likewise.
3341         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3342         (__libc_current_sigrtmax): Likewise.
3344 2002-08-08  Roland McGrath  <roland@redhat.com>
3346         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3347         * catgets/open_catalog.c (__open_catalog): Likewise.
3349         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3350         from typo INITIAL_NUM_NANES.
3351         (create_archive): Update use.
3353 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3355         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3357 2002-08-08  Roland McGrath  <roland@frob.com>
3359         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3361 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3363         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3364         else and undefine after including wcstol_l.c.
3365         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3367 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3369         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3371 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3373         * configure.in: Make the test for broken_alias_attribute stricter.
3375 2002-05-24  Robert Love  <rml@tech9.net>
3377         * posix/Makefile (routines): Add sched_getaffinity and
3378         sched_setaffinity.
3379         * posix/sched.h: Add declarations for sched_getaffinity and
3380         sched_setaffinity.
3381         * sysdeps/generic/sched_getaffinity.c: New file.
3382         * sysdeps/generic/sched_setaffinity.c: New file.
3383         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3384         sched_setaffinity.
3386 2002-08-06  Andreas Schwab  <schwab@suse.de>
3388         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3390 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3392         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3393         message.
3395         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3396         It is known to be defined.
3398         * include/string.h: Define index and rindex only if _ISOMAC is not
3399         defined.
3401         * elf/rtld.c: Include <errno.h>.
3402         * sysdeps/generic/libc-tls.c: Likewise.
3404 2002-08-07  Roland McGrath  <roland@redhat.com>
3406         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3407         it internally.
3408         (precsize_aton): Likewise.
3410         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3411         the static symbols added in the last change (doofus is me).
3413         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3414         loop to notice missing categories in a composite name.
3416         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3417         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3418         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3419         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3421 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3423         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3425 2002-08-07  Roland McGrath  <roland@redhat.com>
3427         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3428         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3429         Reported by Jakub Jelinek  <jakub@redhat.com>.
3431 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3433         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3434         division.
3436 2002-08-06  Roland McGrath  <roland@redhat.com>
3438         * include/getopt.h: Put private decls inside [_GETOPT_H].
3439         Use libc_hidden_proto for getopt_long, getopt_long_only.
3440         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3441         Add libc_hidden_def.
3443         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3444         Define as a macro for __dl_iterate_phdr.
3446         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3447         made static.  Add __ name as a strong alias.
3448         (internal_endnetgrent): Likewise.
3449         (internal_getnetgrent_r): Likewise.
3451         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3452         with no __ prefix.
3453         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3454         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3455         all *_l functions with no __ prefix.
3456         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3457         * ctype/ctype_l.c: Likewise.
3458         * locale/nl_langinfo.c: Likewise.
3459         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3460         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3461         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3462         * wctype/wctype.h [__USE_GNU]: Likewise.
3463         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3464         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3465         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3466         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3467         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3468         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3469         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3470         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3471         (__wcscasecmp_l): Add libc_hidden_def.
3472         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3473         (__wcsncasecmp_l): Add libc_hidden_def.
3474         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3475         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3476         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3477         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3478         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3479         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3480         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3481         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3482         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3483         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3484         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3485         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3486         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3487         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3489 2002-08-05  Roland McGrath  <roland@redhat.com>
3491         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3492         netname2user, host2netname, user2netname, key_gendes.
3493         * sunrpc/netname.c: Add libc_hidden_def.
3494         * sunrpc/key_call.c: Likewise.
3496         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3497         freeaddrinfo.
3498         * inet/getnameinfo.c: Add libc_hidden_def.
3499         * sysdeps/generic/getaddrinfo.c: Likewise.
3500         * sysdeps/posix/getaddrinfo.c: Likewise.
3502         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3503         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3504         * wcsmbs/wmemset.c: Add libc_hidden_def.
3506         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3507         (index, rindex): Define as macros for strchr, strrchr.
3509         * string/envz.c (envz_strip): index -> strchr
3511         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3512         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3514         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3515         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3517         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3518         * stdlib/wctomb.c: Add libc_hidden_def.
3520         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3521         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3522         * resolv/herror.c: Likewise.
3523         * inet/rcmd.c: Add libc_hidden_def.
3524         * inet/ruserpass.c: Likewise.
3525         * inet/getnetgrent_r.c: Likewise.
3527         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3528         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3529         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3530         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3531         libc_hidden_def.
3532         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3533         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3535         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3536         __libc_system.
3537         (__libc_system): Call it, putting just the line == NULL test here.
3539         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3540         variables work right.
3542         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3543         * elf/dl-close.c (_dl_close): Likewise.
3545         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3546         in6addr_any, in6addr_loopback.  Remove decls for
3547         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3548         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3549         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3550         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3551         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3552         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3553         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3554         in6addr_loopback.
3555         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3557         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3558         ether_aton_r.
3559         * inet/ether_aton_r.c: Add libc_hidden_def.
3560         * inet/ether_ntoa_r.c: Likewise.
3562         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3563         xprt_unregister.
3564         * sunrpc/svc.c: Add libc_hidden_def.
3565         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3566         pmap_set, pmap_unset.
3567         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3568         * sunrpc/pm_getport.c: Likewise.
3569         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3570         * sunrpc/publickey.c: Add libc_hidden_def.
3572 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3574         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3575         the other memset call in this function.
3577         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3578         at correct index.  Clear BSS region now that memalign is used.
3580 2002-08-05  Roland McGrath  <roland@redhat.com>
3582         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3583         * sysdeps/generic/uname.c: Add libc_hidden_def.
3584         * sysdeps/mach/hurd/uname.c: Likewise.
3586 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3588         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3589         wcspbrk): Add libc_hidden_proto.
3590         * time/strftime.c (my_strftime): Add libc_hidden_def.
3591         (strftime): Remove libc_hidden_def.
3592         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3593         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3594         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3595         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3596         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3597         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3599         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3600         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3601         __rpc_thread_createerr): Add libc_hidden_proto.
3602         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3603         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3604         __rpc_thread_createerr): Add libc_hidden_def.
3606         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3607         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3608         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3609         clnt_perror, clnt_sperror): Add libc_hidden_def.
3610         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3612         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3613         libc_hidden_proto.
3614         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3615         * sunrpc/des_soft.c (des_setparity): Likewise.
3617         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3618         Add libc_hidden_proto.
3619         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3620         Add libc_hidden_def.
3622 2002-08-05  Roland McGrath  <roland@redhat.com>
3624         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3625         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3626         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3627         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3628         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3629         old data, abandoning the original memory allocated by rtld at startup,
3630         instead of calling realloc normally.
3632 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3634         * po/fr.po: Update from translation team.
3636 2002-08-04  Roland McGrath  <roland@redhat.com>
3638         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3639         then generate a dummy module under the given name, obeying the
3640         normal rules for the "caller" field.
3642         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3643         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3645         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3646         weak here; we declare it weak or strong in the one place we use it.
3647         * sysdeps/generic/libc-start.c: ... which is here.
3648         Don't make the decl weak if [USE_TLS], since static programs need TLS
3649         setup even when single-threaded.
3651         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3653         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3654         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3655         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3656         all these variables.
3658 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3660         * include/stdio.h: Don't define macro magic to redirect function
3661         calls if _ISOMAC is defined.
3663         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3664         ldouble asin tests.
3666 2002-08-04  Roland McGrath  <roland@redhat.com>
3668         * stdlib/lrand48_r.c: Add libc_hidden_def.
3670         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3671         TCB with __libc_memalign instead of mmap.
3672         (_dl_deallocate_tls): Free it with free instead of munmap.
3674         * Makerules (cpp-srcs-left): When setting this to run
3675         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3676         words.  Combine the two loops into one on the concatenated list,
3677         including those as well as $(test-srcs).
3679         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3680         since we align here with optimally minimal waste anyway.
3681         (malloc): Just call that.
3683         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3684         the right variable.
3686         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3687         to compute memory location for l_tls_initimage.
3688         * elf/rtld.c (_dl_start): Likewise.
3689         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3691         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3692         because the .d file is generated in the non-shared case and
3693         so fails to catch them otherwise.
3695         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3696         split out of _dl_allocate_tls.
3697         (_dl_allocate_tls_init): Likewise.
3698         (_dl_allocate_tls): Call those.
3699         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3700         * elf/rtld.c (dl_main): Call them separately instead of calling
3701         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3702         is finished, so that the initializer data has been relocated before we
3703         copy it into the main thread's TLS block.
3705         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3706         loop conditions, prevented the last used module from being initialized.
3708 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3710         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3711         if glob resp. globfree are not macros.
3712         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3713         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3714         Add libc_hidden_ver.
3715         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3716         libc_hidden_def.
3717         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3718         instead of libc_hidden_weak.
3719         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3720         libc_hidden_ver instead of libc_hidden_def.
3721         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3722         libc_hidden_ver instead of libc_hidden_def.
3723         (wcstoll, wcstoq): Remove libc_hidden_weak.
3724         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3725         libc_hidden_ver.
3726         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3727         libc_hidden_ver.
3728         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3729         libc_hidden_ver.
3730         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3731         libc_hidden_ver.
3733 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3735         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3736         to access _sys_siglist.
3737         * string/strsignal.c: Likewise.
3738         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3739         * sysdeps/gnu/siglist.c: Likewise.
3740         * sysdeps/unix/siglist.c: Likewise.
3741         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3743         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3745         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3747         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3748         alias and use it.
3749         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3751         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3752         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3753         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3755         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3756         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3758         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3759         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3760         and __gconv_get_cache respectively.
3761         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3762         defined static.  Change all users.
3763         (__gconv_get_cache): New function.
3764         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3765         (__gconv_get_alias_db): New function.
3766         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3767         (__conv_modules_db): Likewise.
3768         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3769         and __gconv_get_alias_db.
3770         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3771         variables.
3773         * include/stdlib.h: Add prototype and libc_hidden_proto for
3774         __default_morecore.
3775         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3777         * malloc/obstack.c: Remove fputs macro.
3779         * malloc/mtrace.c: Remove fopen macro.
3781 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3783         * manual/debug.texi: Fix spelling to programmatically.
3784         Reported by <hayastan132@hotmail.com>.
3786 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3788         * include/libio.h: Add libc_hidden_proto for __uflow.
3789         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3790         fgetpos to _IO_* names.
3791         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3792         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3793         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3794         putwc_unlocked, vswscanf.
3795         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3796         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3797         * libio/fseek.c: Likewise.
3798         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3799         not fopencookie.
3800         * libio/genops.c (__uflow): Add libc_hidden_def.
3801         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3802         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3803         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3804         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3805         * libio/iofread_u.c (fread_unlocked): Likewise.
3806         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3807         * libio/iovswscanf.c (vswscanf): Likewise.
3808         * libio/putwc_u.c (putwc_unlocked): Likewise.
3809         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3810         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3811         * malloc/mtrace.c: Likewise.
3813         * sunrpc/clnt_perr.c: Remove fputs macro.
3814         * sunrpc/svc_simple.c: Likewise.
3815         * sunrpc/svc_tcp.c: Likewise.
3816         * sunrpc/svc_udp.c: Likewise.
3817         * sunrpc/xdr_rec.c: Likewise.
3818         * sunrpc/xdr_ref.c: Likewise.
3820         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3821         iconv_prog, linereader, and charmap-dir.
3822         * locale/Makefile: Likewise for locale and charmap-dir.
3823         * malloc/Makefile: Likewise for memusagestat.
3824         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3825         * sunrpc/Makefile: Likewise for rpc_main.
3826         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3827         * timezone/Makefile: Likewise for zic.
3829         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3831         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3832         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3833         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3834         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3835         _dl_close.
3837         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3838         __wunderflow.
3839         * libio/genops.c (__underflow): Add libc_hidden_def.
3840         * libio/wgenops.c (__wuflow): Likewise.
3841         (__wunderflow): Likewise.
3843         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3844         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3846         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3847         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3849         * include/string.h: Add libc_hidden_proto for __strverscmp.
3850         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3852         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3853         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3854         * sysdeps/posix/sysconf.c: Likewise.
3855         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3856         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3858         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3859         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3860         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3861         __iswxdigit_l, __towlower_l, __towupper_l.
3862         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3863         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3865         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3866         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3867         * sysdeps/mach/hurd/xmknod.c: Likewise.
3868         * sysdeps/unix/xmknod.c: Likewise.
3869         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3870         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3871         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3873         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3875 2002-08-03  Roland McGrath  <roland@redhat.com>
3877         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3878         setpriority.
3879         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3880         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3881         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3882         * sysdeps/mach/hurd/setpriority.c: Likewise.
3883         * sysdeps/mach/hurd/getpriority.c: Likewise.
3884         * sysdeps/generic/setpriority.c: Likewise.
3885         * sysdeps/generic/getpriority.c: Likewise.
3887         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3888         * malloc/mcheck.c: Add libc_hidden_def.
3890         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3891         * misc/hsearch_r.c: Add libc_hidden_def.
3893         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3894         * posix/fnmatch.c: Add libc_hidden_weak.
3896         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3897         execl, execle, execlp, execvp, getpid, getsid.
3898         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3899         * sysdeps/unix/alarm.c: Likewise.
3900         * posix/confstr.c: Likewise.
3901         * posix/execvp.c: Likewise.
3902         * posix/execlp.c: Likewise.
3903         * posix/execle.c: Likewise.
3904         * posix/execl.c: Likewise.
3905         * sysdeps/generic/getsid.c: Likewise.
3906         * sysdeps/mach/hurd/getsid.c: Likewise.
3907         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3908         * sysdeps/mach/hurd/getpid.c: Likewise.
3910         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3911         qecvt_r, qfcvt_r, lrand48_r.
3912         * misc/efgcvt_r.c: Add libc_hidden_def.
3914         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3915         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3917         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3918         * locale/nl_langinfo.c: Add libc_hidden_def.
3920         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3921         * sysdeps/generic/glob.c: Add libc_hidden_def.
3922         * sysdeps/generic/glob64.c: Likewise.
3923         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3925         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3927         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3929         * locale/setlocale.c (_nl_current_names): Variable moved ...
3930         * locale/localename.c (_nl_current_names): ... here, new file.
3931         Make it global, with attribute_hidden.
3932         * locale/localeinfo.h: Declare it.
3933         * locale/Makefile (aux): Add localename.
3934         * locale/localename.c (__current_locale_name): New function.
3935         * include/locale.h (__current_locale_name): Declare it.
3936         * intl/dcigettext.c (guess_category_value): Use that instead of
3937         calling setlocale.
3939         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3940         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3941         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3942         * locale/newlocale.c: Add alias to __ name.
3943         * locale/duplocale.c: Likewise.
3944         * locale/freelocale.c: Likewise.
3945         * locale/uselocale.c: New file.
3946         * locale/Makefile (routines): Add it.
3947         * locale/Versions (libc: GLIBC_2.3): New set.
3948         Add newlocale, duplocale, freelocale, uselocale.
3949         (libc: GLIBC_PRIVATE): Add __uselocale.
3951         * locale/localeinfo.h [SHARED]
3952         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3953         (_NL_CURRENT_DATA): Define using that.
3954         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3955         (_NL_CURRENT_DEFINE): Define to empty.
3956         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3957         conditionalized on this.
3958         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3959         taking initializer of _nl_C_locobj.
3960         [SHARED] (_nl_global_locale): New variable, using that initializer.
3961         (_nl_C_locobj): Use new macro for initialzier.
3962         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3963         [! SHARED] (CATEGORY_USED): New macro.
3964         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3965         (setdata, setlocale): Use that macro instead of examining _nl_current.
3966         (setdata): Set the slot in _nl_global_locale.
3967         Conditionalize setting of _nl_current on [! SHARED].
3968         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3969         declaration as an extern.
3970         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3972         * include/locale.h: Use libc_hidden_proto for setlocale.
3973         * locale/setlocale.c: Add libc_hidden_def.
3975         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3977         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3978         * misc/hsearch_r.c: Add libc_hidden_def.
3979         * misc/lsearch.c: Likewise.
3981         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3982         endttyent.
3983         * misc/getttyent.c: Add libc_hidden_def.
3985         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3986         * malloc/mcheck.c: Add libc_hidden_def.
3988         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3989         * include/argz.h: Use libc_hidden_proto for argz_delete.
3990         * string/argz-delete.c: Add libc_hidden_def.
3991         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3993         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3994         HIDDEN_JUMPTARGET for _exit.
3995         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3996         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3997         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3998         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
4000         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
4001         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
4002         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
4003         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
4005         * include/stdlib.h: Use libc_hidden_proto for abort,
4006         __strtof_internal, __strtod_internal, __strtold_internal,
4007         __strtol_internal, __strtoll_internal, __strtoul_internal,
4008         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
4009         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
4010         __strtoul_l_internal, __strtoull_l_internal.
4011         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
4012         __wcstod_internal, __wcstold_internal, __wcstol_internal,
4013         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
4014         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
4015         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
4016         __wcsncasecmp_l.
4017         * sysdeps/generic/abort.c: Add libc_hidden_def.
4018         * stdlib/strtod.c: Likewise.
4019         * sysdeps/generic/strtol.c: Likewise.
4020         * sysdeps/wordsize-64/strtol.c: Likewise.
4021         * sysdeps/wordsize-64/wcstol.c: Likewise.
4022         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
4024         * include/stdlib.h: Use libc_hidden_proto for qsort.
4025         * stdlib/msort.c: Add libc_hidden_def.
4027         * include/utime.h: Use libc_hidden_proto for utime.
4028         * sysdeps/generic/utime.c: Add libc_hidden_def.
4029         * sysdeps/unix/utime.c: Likewise.
4031         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4032         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4033         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4034         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4035         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4037         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4038         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4039         and __libc_current_sigrtmax.
4040         * signal/sigismem.c: Add libc_hidden_def.
4041         * signal/sigfillset.c: Likewise.
4042         * signal/sigempty.c: Likewise.
4043         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4044         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4045         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4046         * sysdeps/posix/raise.c: Likewise.
4047         * sysdeps/generic/raise.c: Likewise.
4049 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4051         * include/string.h: Use libc_hidden_proto for __stpcpy.
4052         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4053         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4054         * sysdeps/generic/stpcpy.c: Likewise.
4055         * sysdeps/i386/stpcpy.S: Likewise.
4056         * sysdeps/i386/i586/stpcpy.S: Likewise.
4057         * sysdeps/powerpc/stpcpy.S: Likewise.
4058         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4059         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4061         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4062         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4063         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4064         libc_hidden_def.
4065         * string/strdup.c (__strdup): Likewise.
4066         * string/strndup.c (__strndup): Likewise.
4067         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4068         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4070 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4072         * include/libio.h: New file.
4073         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4074         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4075         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4076         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4077         * sysdeps/unix/common/syscalls.list: Likewise.
4078         * sysdeps/unix/inet/syscalls.list: Likewise.
4079         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4080         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4081         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4082         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4083         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4084         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4085         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4086         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4087         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4088         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4089         * sysdeps/unix/syscalls.list: Likewise.
4091 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4092             Ulrich Drepper  <drepper@redhat.com>
4094         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4095         the arguments is big enough to cause an overflow.
4097 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4099         * assert/assert.c: Use hidden_def not INTDEF.
4101 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4103         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4104         not defined.
4106 2002-08-03  Roland McGrath  <roland@redhat.com>
4108         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4109         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4110         verr, verrx.
4111         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4112         * misc/syslog.c: Add libc_hidden_def.
4113         * misc/err.c: Likewise.
4114         * stdlib/exit.c: Likewise.
4115         * stdlib/bsearch.c: Likewise.
4116         * sysdeps/generic/getenv.c: Likewise.
4118         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4120         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4121         libc_hidden_weak for every system call symbol defined.
4123         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4124         timelocal, localtime, strftime.
4125         * time/asctime.c: Add libc_hidden_def.
4126         * time/mktime.c: Likewise.
4127         * time/localtime.c: Likewise.
4128         * time/strftime.c: Likewise.
4129         * time/strptime.c: Likewise.
4130         * sysdeps/generic/time.c: Likewise.
4131         * sysdeps/unix/time.c: Likewise.
4132         * sysdeps/unix/sysv/i386/time.S: Likewise.
4133         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4135         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4136         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4137         * resolv/inet_ntop.c: Likewise.
4138         * resolv/inet_pton.c: Likewise.
4139         * inet/inet_mkadr.c: Add libc_hidden_def.
4140         * inet/inet_netof.c: Likewise.
4141         * resolv/inet_addr.c: Likewise.
4143         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4144         clauses from conditionals for now.  Will have to be fixed later
4145         for older compilers.
4147         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4149 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4151         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4152         broken alias attribute handling.
4153         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4155 2002-08-02  Roland McGrath  <roland@frob.com>
4157         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4158         since it sets the variables we use in a -D switch.
4160 2002-08-02  Roland McGrath  <roland@redhat.com>
4162         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4163         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4164         matches long int, not int.
4166         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4167         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4168         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4169         * wctype/wctrans.c (wctrans): Likewise.
4170         * wctype/wctype.c (__wctype): Likewise.
4171         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4173 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4175         * assert/assert.c (__assert_fail): Fix typo in comment.
4177         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4178         * sunrpc/rpc_thread.c: Define it without static.
4179         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4181 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4183         * assert/assert.c (__assert_fail): Remove undef.
4184         Replace INTDEF with libc_hidden_def.
4185         * assert/__assert.c (__assert): Remove INTUSE.
4186         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4187         libc_hidden_weak.
4188         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4189         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4190         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4191         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4192         libm_hiden_ver): Define.
4193         * include/assert.h (__assert_fail_internal): Remove.
4194         (__assert_fail): Add prototype.  Add hidden_proto.
4195         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4196         libc_hidden_proto.
4197         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4198         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4199         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4200         Add libc_hidden_proto.
4201         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4202         __fcntl): Add libc_hidden_proto.  Remove macros.
4203         (__open_internal, __fcntl_internal): Remove.
4204         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4205         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4206         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4207         libc_hiden_proto.
4208         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4209         libc_hidden_def.
4210         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4211         Add libc_hidden_def.
4212         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4213         * sysdeps/generic/open.c (__open): Remove undef.
4214         Add libc_hidden_def.  Remove INTDEF.
4215         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4216         Add libc_hidden_def.
4217         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4218         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4219         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4220         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4221         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4222         (__libc_fcntl): Add libc_hidden_def.
4223         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4224         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4225         (__libc_open): Add libc_hidden_def.
4226         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4227         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4228         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4229         Add libc_hidden_def.
4230         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4231         Add libc_hidden_def.
4232         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4233         undef.
4234         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4235         (__libc_fcntl): Add libc_hidden_def.
4236         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4237         __getpgid_internal, __chown_internal): Remove.
4238         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4239         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4240         __GI___chown): Add.
4241         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4242         __getpid_internal, __open_internal, __write_internal): Remove.
4243         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4244         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4245         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4246         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4247         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4248         Replace INTDEF with libc_hidden_def.
4249         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4250         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4251         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4252         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4253         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4254         Add libc_hidden_proto.
4255         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4256         * include/sys/select.h (__select): Likewise.
4257         * include/sys/socket.h (__send): Likewise.
4258         * include/sys/statfs.h (__statfs): Likewise.
4259         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4260         __getpid, __getpgid, __setpgid, __close, __read, __write,
4261         __getpagesize, __sbrk): Likewise.
4262         (__chown_internal, __dup2_internal, __getpid_internal,
4263         __getpgid_internal, __close_internal, __write_internal,
4264         __getpagesize_internal): Remove.
4265         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4266         Remove macros.
4267         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4268         * include/sched.h (__sched_setscheduler): Likewise.
4269         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4270         * include/stdlib.h (__secure_getenv): Likewise.
4271         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4272         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4273         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4274         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4275         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4276         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4277         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4278         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4279         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4280         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4281         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4282         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4283         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4284         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4285         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4286         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4287         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4288         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4289         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4290         * libio/genops.c (__overflow): Add libc_hidden_def.
4291         * libio/iovdprintf.c: Remove libio.h include.
4292         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4293         libc_hidden_weak): Define to nothing if not defined.
4294         (__overflow, __woverflow): Add libc_hidden_proto.
4295         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4296         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4297         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4298         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4299         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4300         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4301         and libc_hidden_def.
4302         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4303         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4304         (__getpgid): Add libc_hidden_proto.
4305         (__bsd_getpgrp): Remove INTUSE.
4306         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4307         libc_hidden_def.
4308         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4309         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4310         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4311         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4312         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4313         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4314         __rpc_thread_createerr): Add libc_hidden_def.
4315         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4316         libc_hidden_def.
4317         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4318         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4319         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4320         * sysdeps/generic/chown.c (__chown): Likewise.
4321         * sysdeps/generic/close.c (__close): Likewise.
4322         * sysdeps/generic/dup2.c (__dup2): Likewise.
4323         * sysdeps/generic/pipe.c (__pipe): Likewise.
4324         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4325         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4326         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4327         * sysdeps/generic/read.c (__libc_read): Likewise.
4328         (__read): Add libc_hidden_weak.
4329         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4330         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4331         * sysdeps/generic/select.c (__select): Likewise.
4332         * sysdeps/generic/send.c (__send): Likewise.
4333         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4334         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4335         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4336         * sysdeps/generic/statfs.c (__statfs): Likewise.
4337         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4338         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4339         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4340         Remove undef and INTDEF.
4341         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4342         * sysdeps/generic/getpid.c (__getpid): Likewise.
4343         * sysdeps/generic/write.c (__libc_write): Likewise.
4344         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4345         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4346         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4347         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4348         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4349         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4350         Remove undef and INTDEF.
4351         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4352         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4353         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4354         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4355         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4356         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4357         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4358         (__pipe): Add libc_hidden_def.
4359         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4360         libc_hidden_weak.
4361         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4362         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4363         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4364         (__read): Add libc_hidden_weak.
4365         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4366         (__libc_pwrite64): Add libc_hidden_def.
4367         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4368         * sysdeps/mach/hurd/select.c (__select): Likewise.
4369         * sysdeps/mach/hurd/send.c (__send): Likewise.
4370         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4371         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4372         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4373         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4374         * sysdeps/posix/dup2.c: Likewise.
4375         Remove undef and INTDEF.
4376         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4377         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4378         (__pwrite64): Add libc_hidden_weak.
4379         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4380         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4381         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4382         * sysdeps/standalone/close.c (__close): Likewise.
4383         * sysdeps/standalone/write.c (__libc_write): Likewise.
4384         (__write): Add libc_hidden_weak.
4385         * sysdeps/standalone/read.c (__read): Likewise.
4386         (__libc_read): Add libc_hidden_def.
4387         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4388         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4389         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4390         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4391         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4392         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4393         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4394         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4395         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4396         __GI___sigaction): Add.
4397         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4398         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4399         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4400         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4401         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4402         __GI___setpgid): Add.
4403         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4404         Remove undef and INTDEF.
4405         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4406         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4407         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4408         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4409         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4410         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4411         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4412         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4413         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4414         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4415         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4416         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4417         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4418         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4419         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4420         __GI___statfs, __GI___send): Add.
4421         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4422         libc_hidden_ver resp. libc_hidden_def.
4423         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4424         libc_hidden_def.
4425         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4426         Likewise.  Remove undef and INTDEF.
4427         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4428         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4429         __GI___statfs, __GI___send): Add.
4430         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4431         libc_hidden_def.
4432         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4433         Likewise.
4434         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4435         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4436         libc_hidden_ver resp. libc_hidden_def.
4437         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4438         __GI___send): Add.
4439         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4440         Add libc_hidden_weak.
4441         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4442         Add libc_hidden_def.
4443         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4444         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4445         libc_hidden_weak.
4446         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4447         resp. libc_hidden_def.
4448         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4449         libc_hidden_weak.
4450         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4451         INTDEF.
4452         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4453         Likewise.  Remove undef.
4454         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4455         libc_hidden_weak.
4456         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4457         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4458         libc_hidden_weak.
4459         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4460         libc_hidden_def.
4461         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4462         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4463         Likewise.  Remove undef and INTDEF.
4464         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4465         libc_hidden_def.
4466         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4467         libc_hidden_weak.
4468         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4469         libc_hidden_def.
4470         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4471         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4472         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4473         libc_hidden_weak.
4474         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4475         Add libc_hidden_def.
4476         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4477         __GI___statfs): Add.
4478         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4479         libc_hidden_weak.
4480         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4481         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4482         Remove undef and INTDEF.
4483         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4484         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4485         libc_hidden_def.
4486         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4487         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4488         libc_hidden_weak.
4489         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4490         libc_hidden_def.
4491         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4492         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4493         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4494         Add.
4495         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4496         libc_hidden_def.  Remove undef and INTDEF.
4497         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4498         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4499         libc_hidden_def.
4500         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4501         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4502         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4503         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4504         Remove undef and INTDEF.
4505         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4506         broken visibility attribute handling.
4507         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4509 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4511         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4512         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4514         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4515         previous patch.
4517 2002-06-29  Todd Fries  <todd@openbsd.org>
4519         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4521 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4523         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4525 2002-07-30  Roland McGrath  <roland@redhat.com>
4527         * resolv/resolv.h (_res): Define macro unconditionally.
4528         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4529         * include/resolv.h: ... here.
4530         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4531         as a __thread variable.
4532         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4533         a __thread variable instead of a global.
4534         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4536         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4537         time we test it.
4539         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4541         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4542         decls of memset and memcpy.
4544         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4545         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4547         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4549         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4550         (__libc_tsd_define): Define using __thread.
4552         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4553         (__rpc_thread_variables): Use __libc_tsd_get.
4554         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4555         __rpc_thread_variables, which might allocate what we're about to free.
4557         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4558         thread-local variable.
4559         * resolv/netdb.h (h_errno): Define macro unconditionally.
4560         [_LIBC] (__set_h_errno): Macro moved to ...
4561         * include/netdb.h: ... here.
4562         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4563         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4564         [! _LIBC_REENTRANT]: #undef h_errno here.
4566         * include/errno.h: Protect from multiple inclusion.
4568         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4569         before defining them, since Linux's <linux/posix_types.h> might have
4570         defined them.
4572 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4574         * malloc/malloc.c (public_cALLOc): Check for overflow on
4575         multiplication.
4576         * sunrpc/xdr_array.c (xdr_array): Likewise.
4577         * sunrpc/rpc/types.h (mem_free): Add comment.
4578         Patch by Solar Designer <solar@openwall.com>.
4580 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4582         * sysdeps/unix/sysv/linux/kernel-features.h
4583         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4585 2002-08-01  Roland McGrath  <roland@redhat.com>
4587         * libio/fileops.c (_IO_file_sync_mmap): New function.
4588         (_IO_file_jumps_mmap): Use it.
4589         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4590         repeat the stat check and resize the mapped buffer as necessary.
4592 2002-07-31  Roland McGrath  <roland@redhat.com>
4594         * libio/fileops.c (decide_maybe_mmap): New static function.
4595         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4596         mmap the file contents.  Then switch the jump tables to the mmap
4597         tables if it worked, or the vanilla file tables if not.
4598         (_IO_file_underflow_maybe_mmap): New function.
4599         (_IO_file_seekoff_maybe_mmap): New function.
4600         (_IO_file_xsgetn_maybe_mmap): New function.
4601         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4602         * libio/libioP.h: Declare those.
4603         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4604         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4605         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4606         If the stream is read-only, set its jump tables to those new ones.
4607         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4608         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4609         We need the tables set before _IO_file_attach.
4611         * libio/tst-mmap-eofsync.c: New file.
4612         * libio/tst-mmap-fflushsync.c: New file.
4613         * libio/bug-mmap-fflush.c: New file.
4614         * libio/tst-mmap2-eofsync.c: New file.
4615         * libio/Makefile (tests): Add them.
4617         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4618         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4620 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4622         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4623         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4624         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4625         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4626         declare sys_errlist and sys_nerr.
4627         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4628         provide declarations.
4630 2002-07-31  Roland McGrath  <roland@redhat.com>
4632         * elf/rtld.c (dl_main): Fix typo in error message.
4634 2002-07-31  Roland McGrath  <roland@frob.com>
4636         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4637         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4638         sysdeps/mach/hurd/dl-sysdep.c change.
4640 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4642         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4643         -r`/build/include for kernel headers.
4645         * po/fi.po: New file.
4647 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4649         * configure.in (static_nss): Set to `yes' if --disable-shared.
4651 2002-07-23  Bruno Haible  <bruno@clisp.org>
4653         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4654         is set.
4656 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4658         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4659         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4660         arguments.
4662 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4664         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4665         alias.
4667 2002-07-21  Bruno Haible  <bruno@clisp.org>
4669         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4670         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4671         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4672         trans_sysdep_tab_offset.
4673         (struct sysdep_segment): New type.
4674         (struct sysdep_string): New type.
4675         (SEGMENTS_END): New macro.
4676         * intl/gettextP.h (struct sysdep_string_desc): New type.
4677         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4678         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4679         orig_tab, trans_tab, hash_tab to const pointers because they point
4680         into read-only memory.
4681         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4682         (PRI*): Define fallback values.
4683         (get_sysdep_segment_value): New function.
4684         (_nl_load_domain): Distinguish major and minor revision parts. Add
4685         support for minor revision 1 with system dependent strings.
4686         (_nl_unload_domain): Also free the 'malloced' field.
4687         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4688         now done in loadmsgcat.c. Add support for system dependent strings.
4690 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4692         * posix/bug-regex7.c: New file.
4693         * posix/bug-regex8.c: New file.
4694         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4696 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4698         * posix/bug-regex4.c (main): Fix typos.
4699         * posix/bug-regex6.c (main): Likewise.
4701 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4703         * posix/bug-regex6.c (main): Fix warnings.
4705         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4707         * iconv/iconv_prog.c (main): Improve error message for the cases
4708         where -t and/or -f parameter are missing.
4710 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4712         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4713         (re_search): Likewise.
4714         (re_match_2): Likewise.
4715         (re_search_2): Likewise.
4716         (re_search_stub): New function.
4717         (re_search_2_stub): New function.
4718         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4720 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4722         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4723         (re_string_eoi): Use STOP instead of LEN.
4724         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4725         (re_string_construct): Likewise.
4726         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4727         * posix/regexec.c (re_search_internal): Add a new argument STOP
4728         so that it can handle the argument STOP of re_search_2 and re_match_2
4729         correctly.
4730         (regexec): Adapt to new I/F of re_search_internal.
4731         (re_search_stub): Likewise.
4733 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4735         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4737         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4739         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4740         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4741         of __divdi3.
4743         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4744         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4745         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4746         alias for adjtimex syscall.
4748         * elf/dl-minimal.c: Define __assert_fail_internal.
4749         * assert/assert.c: Likewise.
4750         * include/assert.h: Define __assert_file macro if !SHARED and not
4751         NOT_IN_libc.
4753         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4754         programs.
4755         * locale/Makefile: Likewise.
4756         * nscd/Makefile: Likewise.
4757         * catgets/Makefile: Likewise.
4759 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4761         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4762         compute current position.
4764         * stdio-common/tst-fseek.c (main): Improve error messages.
4766         * libio/tst-freopen.c (main): Remove unused variable.
4768         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4769         succesful seek call.  Simplify error checking.
4771 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4773         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4774         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4776 2002-07-19  Roland McGrath  <roland@frob.com>
4778         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4779         __libc_enable_secure is set.
4781 2002-07-24  Roland McGrath  <roland@frob.com>
4783         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4784         This implementation supports only IPv4.
4785         * inet/ifaddrs.h: New file.
4786         * sysdeps/generic/ifaddrs.c: New file.
4787         * sysdeps/gnu/ifaddrs.c: New file.
4788         * inet/test-ifaddrs.c: New file.
4789         * inet/Makefile (routines): Add ifaddrs.
4790         (headers): Add ifaddrs.h here.
4791         (tests): Add test-ifaddrs.
4792         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4794         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4795         socket call to get an AF_INET socket, instead of using __opensock.
4796         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4798         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4799         if not -1 use it instead of calling __opensock.
4800         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4801         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4802         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4804         * sysdeps/mach/hurd/ifreq.h: New file.
4805         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4806         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4807         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4809         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4810         which gets moved around.  Calculate size of mmap'd buffer instead.
4812 2002-07-24  Philip Blundell  <philb@gnu.org>
4814         * sysdeps/unix/arm/brk.S: Improve schedule.
4815         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4816         efficient instruction.
4817         (__socket): Optimize return sequence.
4819 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4821         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4822         sockets on old kernels.
4824 2002-07-22  Philip Blundell  <philb@gnu.org>
4826         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4827         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4828         alias.
4830 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4832         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4833         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4835         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4836         test to detect duplicate locales.
4838         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4839         position would be before beginning of file.
4840         (_IO_file_seekoff_mmap): Likewise.
4841         * libio/Makefile (tests): Add bug-fseek.
4842         * libio/bug-fseek.c: New file.
4844         * intl/explodename.c: Remove support for CEN-style locale variables.
4845         It was never used and shouldn't be since it's not portable.
4846         * intl/finddomain.c: Likewise.
4847         * intl/l10nflist.c: Likewise.
4848         * intl/loadinfo.h: Likewise.
4849         * locale/findlocale.c: Likewise.
4851 2002-07-24  Roland McGrath  <roland@frob.com>
4853         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4854         position, calculate it to take into account an active pushback buffer.
4856         * libio/Makefile (tests): Add bug-ungetc.
4857         * libio/bug-ungetc.c: New file.
4859 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4861         * sysdeps/generic/libc-tls.c: New file.
4862         * csu/Makefile (routines): Add libc-tls.
4863         (static-only-routines): Add libc-tls.
4864         * elf/dl-support.c (_dl_phdr): New variable.
4865         (_dl_phnum): New variable.
4866         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4867         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4868         for !SHARED.  First look through auxiliary vector.  If TLS always
4869         call __pthread_initialize_minimal.
4871         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4872         in mmap call is never zero.
4874 2002-07-23  Andreas Jaeger  <aj@suse.de>
4876         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4877         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4879 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4881         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4882         creation and removal of the temp file.
4884         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4885         file creation.
4886         * test-skeleton.c (create_temp_file): New function.
4888 2002-07-22  Andreas Jaeger  <aj@suse.de>
4890         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4891         local label.
4893 2002-07-21  Roland McGrath  <roland@frob.com>
4895         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4896         put -I../include before -I../stdlib so we get the right errno.h et al.
4897         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4898         (CFLAGS-wcstof.c): Likewise.
4899         (CFLAGS-wcstold.c): Likewise.
4900         (CFLAGS-wcstod_l.c): Likewise.
4901         (CFLAGS-wcstof_l.c): Likewise.
4902         (CFLAGS-wcstold_l.c): Likewise.
4904 2002-07-19  Roland McGrath  <roland@frob.com>
4906         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4908 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4910         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4911         __ASSUME_AT_XID is defined.
4912         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4913         for 2.4.1 and up.
4914         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4915         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4917         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4918         (CFLAGS-wcstof.c): Likewise.
4919         (CFLAGS-wcstold.c): Likewise.
4920         (CFLAGS-wcstod_l.c): Likewise.
4921         (CFLAGS-wcstof_l.c): Likewise.
4922         (CFLAGS-wcstold_l.c): Likewise.
4924 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4926         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4927         __priority_which_t): Always typedef to int for C++.
4929 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4931         * configure.in: Add test for __thread support in compiler.
4932         * config.h.in: Add HAVE___THREAD.
4933         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4934         * include/sys/errno.h: Moved to...
4935         * stdlib/sys/errno.h: ...here.  New file.
4936         * stdlib/errno.h: New file.  Moved from...
4937         * include/errno.h: ...here.  Changed into an internal header defining
4938         libc-local things like __set_errno.
4939         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4940         bits/errno.h.
4941         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4942         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4943         either.
4944         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4945         from...
4946         (_dl_start_final): ...here.  Add code to initialize tls elements from
4947         bootstrap_map.
4948         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4949         if USE_TLS && HAVE___THREAD.
4950         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4951         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4952         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4953         * sysdeps/standalone/bits/errno.h: Likewise.
4954         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4955         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4956         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4957         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4958         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4959         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4960         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4961         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4962         use GL(dl_rtld_map), use map parameter.
4963         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4964         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4965         USE_TLS && HAVE___THREAD.
4966         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4967         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4968         TLS code sequence.
4969         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4971         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4972         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4973         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4974         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4975         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4976         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4978 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4980         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4981         MS_INVALIDATE values.
4983 2002-07-17  Andreas Schwab  <schwab@suse.de>
4984             Ulrich Drepper  <drepper@redhat.com>
4986         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4987         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4988         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4989         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4991 2002-07-01  H.J. Lu  <hjl@gnu.org>
4993         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4994         return value.
4996         * elf/circlemod1.c (circlemod1): Return int.
4997         * elf/circlemod2.c (circlemod2): Likewise.
4998         * elf/circlemod2a.c (circlemod2): Likewise.
4999         * elf/circlemod3.c (circlemod3): Likewise.
5000         (circlemod3a): A new function.
5002 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
5004         * catgets/tst-catgets.c (main): Don't expect results for
5005         untranslated messages.
5007         * glibcbug.in: Fix little typo.  Remove STDIO.
5009         * config.h.in: Fail if __FAST_MATH__ is defined.
5010         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
5011         (CPPFLAGS-test-idouble.c): Likewise.
5012         (CPPFLAGS-test-ildouble.c): Likewise.
5014 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5016         * intl/tst-gettext.sh: Pass -f option to msgfmt.
5017         * intl/tst-gettext.c: Correctly handle untranslated messages in
5018         positive tests.
5020         * po/de.po: Update from translation team.
5022 2002-07-02  H.J. Lu  <hjl@gnu.org>
5024         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
5025         use ll/sc.
5026         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5028         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5029         to 2.4.0 for mips.
5031 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5033         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5034         TLS fail if USE_TLS is not defined.
5036         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5037         and adjust state for seek position.  [PR libc/4070]
5038         * libio/Makefile (tests): Add bug-rewind.
5039         * libio/bug-rewind.c: New file.
5041 2002-07-12  Philip Blundell  <philb@gnu.org>
5043         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5044         (__backtrace): Use it.
5045         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5047 2002-07-12  Philip Blundell  <philb@gnu.org>
5049         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5050         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5051         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5052         (elf_machine_rela): Remove unused variable.
5054         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5055         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5056         define.
5058 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5060         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5062 2002-07-14  Andreas Jaeger  <aj@suse.de>
5064         * sysdeps/x86_64/bits/link.h: Add biarch support.
5066 2002-07-13  Andreas Jaeger  <aj@suse.de>
5068         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5069         Use correct indices.
5070         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5072 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5074         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5075         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5076         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5077         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5078         * sysdeps/s390/s390-32/bits/link.h: Remove.
5079         * sysdeps/s390/s390-64/bits/link.h: Remove.
5080         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5081         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5082         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5083         * sysdeps/s390/bits/wordsize.h: New file.
5084         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5085         elfclass.h.
5086         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5087         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5088         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5089         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5090         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5091         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5092         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5093         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5094         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5095         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5096         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5097         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5098         resource.h.
5099         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5100         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5101         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5102         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5103         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5104         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5105         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5106         sigaction.h.
5107         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5108         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5109         siginfo.h.
5110         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5111         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5112         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5113         socket.h.
5114         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5115         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5116         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5117         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5118         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5119         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5120         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5121         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5122         procfs.h.
5123         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5124         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5125         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5126         ucontext.h.
5127         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5128         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5130 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5132         * Versions.def (libc): Add GLIBC_2.3.
5133         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5134         * stdlib/canonicalize.c: Add compatibility version for realpath
5135         and make new code available in GLIBC_2.3.
5137 2002-07-06  Bruno Haible  <bruno@clisp.org>
5139         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5141 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5143         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5144         function do_init.  Use __libc_once.
5145         (do_init): New function.
5147         * iconvdata/iso8859-11.h: Removed.
5148         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5149         (distribute): Remove iso8859-11.h.
5150         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5152         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5153         underflow operation if c == (W)EOF.
5155 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5157         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5158         non-zero, adjust exponent.
5159         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5160         Remove NO_LONG_DOUBLE aliases.
5161         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5162         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5163         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5164         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5165         1**y and -1**+-Inf.
5166         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5167         Fix BITS_PER_MP_LIMB 32 extraction.
5168         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5169         exceptions for qNaNs.
5170         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5171         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5172         Raise exceptions when needed.  Don't recurse unnecessarily.
5173         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5174         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5175         exceptions for qNaNs.
5176         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5177         to fix *quo return value sign.
5178         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5179         case -Inf argument.
5180         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5182 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5184         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5185         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5186         -DNDEBUG.
5188 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5190         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5191         the result.
5193         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5194         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5196         * Versions.def (libthread_db): Add GLIBC_2.3.
5198 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5200         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5201         new stream if possible.
5202         * libio/freopen64.c (freopen64): Likewise.
5203         * libio/Makefile (tests): Add tst-freopen.
5204         * libio/tst-freopen.c: New file.
5206 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5208         * libio/stdio.h (obstack_printf): Add format attribute.
5209         (obstack_vprintf): Likewise.
5211 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5213         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5214         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5215         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5216         architectures.
5218 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5220         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5221         (init_dfa): ...here.
5223 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5225         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5226         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5227         nodes in parse trees.
5228         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5229         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5230         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5231         nodes which can epsilon transit.
5232         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5233         to IS_EPSILON_NODE macro.
5234         * posix/regexec.c (update_regs): New function to update registers
5235         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5236         (proceed_next_node): Use the entities of the nodes to determine
5237         whether the node can transit to.
5238         (set_regs): Use update_regs function to update registers.
5240 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5242         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5243         * posix/bug-regex6.c: New file.
5244         * posix/Makefile (tests): Add bug-regex6.
5245         (bug-regex6-ENV): Set LOCPATH.
5247 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5249         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5250         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5252 2002-07-06  Bruno Haible  <bruno@clisp.org>
5254         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5256 2002-07-06  Bruno Haible  <bruno@clisp.org>
5258         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5259         declarations.
5261         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5263         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5265         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5266         not _UTSNAME_H.
5267         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5269         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5270         * sysdeps/generic/bits/ustat.h: Likewise.
5272         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5274 2002-07-08  Andreas Jaeger  <aj@suse.de>
5276         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5278 2002-07-08  Andreas Jaeger  <aj@suse.de>
5280         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5282 2002-07-06  Andreas Jaeger  <aj@suse.de>
5284         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5285         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5286         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5287         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5288         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5289         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5290         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5291         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5292         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5293         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5294         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5296 2002-06-05  Brian Youmans <3diff@gnu.org>
5298         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5299         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5300         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5301         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5302         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5303         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5304         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5305         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5306         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5307         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5308         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5309         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5310         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5311         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5312         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5313         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5314         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5315         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5316         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5317         * sysdeps/ia64/fpu/e_log.S: Likewise.
5318         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5319         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5320         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5321         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5322         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5323         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5324         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5325         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5326         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5327         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5328         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5329         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5330         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5331         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5332         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5333         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5334         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5335         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5336         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5337         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5338         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5339         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5340         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5341         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5342         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5343         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5344         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5345         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5346         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5347         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5348         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5349         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5350         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5351         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5352         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5353         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5354         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5355         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5356         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5357         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5358         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5359         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5360         * sysdeps/ia64/fpu/s_round.S: Likewise.
5361         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5362         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5363         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5364         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5365         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5366         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5367         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5368         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5369         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5370         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5371         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5372         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5373         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5374         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5375         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5376         reflect IBM donation of math library to FSF
5377         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5378         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5379         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5380         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5381         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5382         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5383         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5384         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5385         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5386         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5387         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5388         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5389         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5390         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5391         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5392         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5393         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5394         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5395         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5396         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5397         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5398         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5399         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5400         * sysdeps/vax/__longjmp.c: Likewise.
5401         * sysdeps/vax/setjmp.c: Likewise.
5402         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5403         remove advertising clause
5404         * sysdeps/vax/htonl.s: Likewise.
5405         * sysdeps/vax/htons.s: Likewise.
5406         * libio/wfiledoalloc.c: Likewise.
5407         * stdlib/random.c: Likewise.
5408         * stdlib/random_r.c: Likewise.
5409         * sysdeps/mach/sys/reboot.h: Likewise.
5410         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5411         * sysdeps/posix/getaddrinfo.c: Likewise.
5412         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5413         GPL and corrected pointer to point to the correct license.
5415 2002-07-04  Andreas Jaeger  <aj@suse.de>
5417         * scripts/config.guess: New upstream version.
5418         * scripts/config.sub: Likewise.
5420 2002-07-02  Andreas Schwab  <schwab@suse.de>
5422         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5423         in parallel to bumping up the buffer pointer.
5425 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5427         * math/libm-test.inc (acos_test): Add missing L suffix for
5428         expected result.
5429         (cpow_test): Likewise.
5430         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5431         error for acos (0.0625).
5433 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5435         * locale/iso-639.def: Add entry for Ganda.
5436         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5437         definition.
5438         (address_finish): Handle entries with two letter ISO 639 code.
5440         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5441         directory if it existed before.
5442         * iconv/iconvconfig.c: Implement --prefix option.
5444         * math/libm-test.inc (cexp_test): Add missing L suffix for
5445         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5446         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5447         1.25 i).
5449 2002-05-29  H.J. Lu  <hjl@gnu.org>
5451         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5452         is turned on.
5454 2002-05-28  H.J. Lu  <hjl@gnu.org>
5456         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5457         are not dlopened on the dependency list of a dlopened object.
5459 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5461         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5462         dependencies if they are created between objects which are created
5463         while processing RTLD_NOW for objects loaded as part of the same
5464         dlopen call.
5466 2002-06-14  H.J. Lu  <hjl@gnu.org>
5468         * elf/Makefile (tests): Add circleload1.
5469         (modules-names): Add circlemod1, circlemod2, circlemod3,
5470         circlemod1a, circlemod2a and circlemod3a.
5471         ($(objpfx)circleload1): New target.
5472         ($(objpfx)circleload1.out): Likewise.
5473         ($(objpfx)circlemod1.so): Likewise.
5474         ($(objpfx)circlemod2.so): Likewise.
5475         ($(objpfx)circlemod1a.so): Likewise.
5476         ($(objpfx)circlemod2a.so): Likewise.
5477         * elf/circleload1.c: New file.
5478         * elf/circlemod1.c: New file.
5479         * elf/circlemod1a.c: New file.
5480         * elf/circlemod2.c: New file.
5481         * elf/circlemod2a.c: New file.
5482         * elf/circlemod3.c: New file.
5483         * elf/circlemod3a.c: New file.
5485 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5487         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5488         file descriptor.
5489         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5490         add check for fd not open for writing.
5492         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5493         completed element(s) and do not suspend thread if so.  Patch
5494         heavily modified by drepper.
5496         * rt/tst-aio7.c: New file.  Regression test for problems which the
5497         above three changes fix.
5498         * rt/Makefile (tests): Add tst-aio7.
5500 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5502         * rt/tst-aio6.c: Fix comment.
5504         * catgets/gencat.c (read_input_file): Handle more than one slash
5505         at end of line correctly [PR libc/3926].
5506         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5508         * catgets/sample.SJIS: Add test case for above bug.
5509         * catgets/test-gencat.c: Adjust test code.
5510         * catgets/test-gencat.sh: Adjust expected results.
5512         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5513         to skip relative relocations.
5514         Patch by Geoff Keating <geoffk@redhat.com>.
5516 2002-05-26  Bruno Haible  <bruno@clisp.org>
5518         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5519         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5520         All callers changed.
5521         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5522         STANDARD_FROM_LOOP_ERR_HANDLER.
5523         (utf8_internal_loop): Likewise.
5524         (ucs2_internal_loop): Likewise.
5525         (internal_ucs2_loop): Perform error handling like in
5526         STANDARD_FROM_LOOP_ERR_HANDLER.
5527         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5528         in STANDARD_FROM_LOOP_ERR_HANDLER.
5529         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5530         handling.
5531         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5532         in STANDARD_FROM_LOOP_ERR_HANDLER.
5533         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5534         handling.
5535         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5536         in STANDARD_FROM_LOOP_ERR_HANDLER.
5537         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5538         handling.
5539         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5540         STANDARD_FROM_LOOP_ERR_HANDLER.
5541         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5542         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5543         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5544         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5545         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5546         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5547         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5548         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5549         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5550         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5551         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5552         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5553         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5554         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5555         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5556         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5557         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5558         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5559         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5560         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5561         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5562         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5563         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5564         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5565         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5566         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5567         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5568         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5569         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5570         an error, still set result = __GCONV_ILLEGAL_INPUT.
5571         (BODY for TO_LOOP): Likewise.
5572         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5573         STANDARD_FROM_LOOP_ERR_HANDLER.
5574         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5575         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5576         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5577         handling.
5578         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5579         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5580         STANDARD_FROM_LOOP_ERR_HANDLER.
5581         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5582         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5583         STANDARD_FROM_LOOP_ERR_HANDLER.
5584         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5585         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5586         STANDARD_FROM_LOOP_ERR_HANDLER.
5587         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5588         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5589         STANDARD_FROM_LOOP_ERR_HANDLER.
5590         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5591         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5592         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5593         handling.
5594         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5595         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5596         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5597         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5599 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5601         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5602         labels in assembler instructions.
5604 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5606         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5607         not enough content is available.
5608         * libio/tst-eof.c: New file.
5609         * libio/Makefile (tests): Add tst-eof.
5611         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5612         update atime.
5613         * libio/tst-atime.c: New file.
5614         * libio/Makefile (tests): Add tst-atime.
5616         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5617         handling of overly long words.
5619 2002-06-25  Andreas Jaeger  <aj@suse.de>
5621         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5622         to not use 32-bit pc relative relocations.
5623         (elf_machine_dynamic): Likewise.
5625 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5627         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5628         (__GETDENTS): Check for failed getdents64 syscall.
5629         * dirent/Makefile (tests): Add bug-readdir1.
5630         * dirent/bug-readdir1.c: New file.
5632 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5634         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5635         lookups.
5636         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5637         code.  Print TLS modid and offset for modules containing PT_TLS
5638         segments.
5640 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5642         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5643         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5644         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5645         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5647 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5649         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5650         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5651         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5652         * nss/getXXent_r.c (NEW, NEW1): Define.
5653         (NEW (REENTRANT_GETNAME)): Strong alias to
5654         INTERNAL (REENTRANT_GETNAME).
5655         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5657 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5659         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5660         (_IO_file_jumps_mmap): Use it.
5661         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5662         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5663         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5664         prototype.
5665         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5666         (_IO_wfile_jumps_mmap): Don't use it anymore.
5667         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5668         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5669         _IO_wdefault_setbuf.
5670         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5671         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5672         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5674 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5676         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5677         * libio/tst-mmap-setvbuf.c: New test.
5679 2002-06-21  Andreas Jaeger  <aj@suse.de>
5681         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5683 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5685         * include/unistd.h (__fork_internal): Remove.
5686         (__fork): Don't define to __fork_internal.
5687         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5688         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5689         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5690         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5691         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5693 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5695         * po/hr.po: New file.
5697 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5699         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5700         Reported by Michael Meissner <meissner@redhat.com>.
5702 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5704         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5705         Patch by Hans Boehm <hans_boehm@hp.com>.
5707 2002-06-20  Andreas Jaeger  <aj@suse.de>
5709         * math/libm-test.inc: Use exact values as input parameters,
5710         compute output parameters with 36 digits for 128-bit long doubles.
5711         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5712         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5713         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5715 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5717         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5718         argument or result is subnormal.
5720 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5722         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5723         quotient.
5724         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5725         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5727         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5729 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5731         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5732         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5733         Reported by Peter A. Buhr.
5735 2002-06-15  Roland McGrath  <roland@frob.com>
5737         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5738         warning.
5740         * sysdeps/mach/hurd/getcwd.c
5741         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5743         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5744         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5746         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5747         jump to local subroutine.
5749 2002-06-14  Roland McGrath  <roland@frob.com>
5751         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5752         * sysdeps/mach/hurd/Makeconfig: ... here.
5754 2002-06-13  Andreas Schwab  <schwab@suse.de>
5756         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5757         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5758         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5760 2002-06-13  Roland McGrath  <roland@frob.com>
5762         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5763         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5764         Use intptr_t instead of int for argc in stack layout.
5765         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5766         (_dl_init_first): Likewise.
5767         (_hurd_stack_setup): Likewise.
5768         (init1): Add a cast.
5769         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5771         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5772         argument to pfinet_siocgifconf RPC.
5774 2002-06-13  Andreas Schwab  <schwab@suse.de>
5776         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5777         expansion order.
5779 2002-06-12  Roland McGrath  <roland@frob.com>
5781         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5782         if already defined.
5783         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5784         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5786 2002-06-11  Roland McGrath  <roland@frob.com>
5788         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5789         file on [!RTLD_STAT64].
5790         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5792         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5793         (__fdopen): Use INTUSE.
5794         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5796         * stdio-common/tmpfile64.c: File removed.
5797         * sysdeps/generic/tmpfile64.c: New file.
5798         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5799         if not already defined.
5800         (tmpfile): Use it in place of __GT_FILE.
5802         * include/unistd.h: Declare __chown_internal.
5804         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5805         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5807 2002-06-09  Roland McGrath  <roland@frob.com>
5809         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5810         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5811         value of HURD_INTERFACE_VERSION >= 20020609.
5812         * sysdeps/mach/hurd/configure: Regenerated.
5813         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5814         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5815         convert a struct stat64 into a struct stat and return 0 or -1
5816         with errno set to EOVERFLOW.
5817         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5818         for struct statfs64 to struct statfs.
5819         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5820         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5821         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5822         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5823         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5824         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5825         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5826         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5827         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5828         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5829         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5830         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5831         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5832         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5833         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5834         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5835         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5836         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5837         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5838         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5839         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5840         Use struct stat64 for io_stat argument.
5841         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5842         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5843         to io_seek.
5844         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5845         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5846         * hurd/hurd/fd.h: Update decls.
5847         * sysdeps/mach/hurd/getcwd.c
5848         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5849         and struct dirent64.
5850         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5851         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5852         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5853         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5855 2002-06-08  Roland McGrath  <roland@frob.com>
5857         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5858         instead of unsigned long int for __allocation and __size members.
5860 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5862         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5863         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5864         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5865         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5867 2002-06-07  Roland McGrath  <roland@frob.com>
5869         * sysdeps/mach/hurd/bits/environments.h: File removed.
5871 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5873         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5874         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5875         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5876         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5877         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5878         (sendfile64): Likewise.
5879         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5880         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5881         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5882         Likewise.
5883         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5885         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5886         already defined.
5888 2002-06-04  Bruno Haible  <bruno@clisp.org>
5890         * sysdeps/cris/stackinfo.h: New file.
5892         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5893         to an integer type before performing bit operations on it.
5895 2002-06-05  Roland McGrath  <roland@frob.com>
5897         * sysdeps/generic/sendfile.c: Include <errno.h>.
5898         * sysdeps/generic/sendfile64.c: Likewise.
5900         * io/Makefile (routines): Add sendfile and sendfile64.
5901         (headers): Add sys/sendfile.h to the list.
5902         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5903         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5904         * io/sys/sendfile.h: ... here.
5905         * sysdeps/generic/sendfile.c: New file.
5906         * sysdeps/generic/sendfile64.c: New file.
5908         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5909         Move sendfile, sendfile64 to ...
5910         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5911         * sysdeps/mach/hurd/sendfile.c: New file.
5912         * sysdeps/mach/hurd/sendfile64.c: New file.
5914         * sysdeps/mach/nanosleep.c: New file.
5916 2002-06-04  Roland McGrath  <roland@frob.com>
5918         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5919         * sysdeps/alpha/elf/configure: New file (generated).
5921 2002-06-02  Roland McGrath  <roland@frob.com>
5923         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5925 2002-06-01  Roland McGrath  <roland@frob.com>
5927         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5928         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5930 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5932         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5933         Add nsmap.
5934         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5935         Remove nstimes setting.
5936         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5937         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5938         there is mix of IPv6 and IPv4 nameservers.
5939         Use nsmap array to find free slots and preserve nameserver ordering.
5940         Fix RES_ROTATE.
5942 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5944         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5945         use this header with LFS.
5947         * po/sk.po: Update from translation team.
5949 2002-05-28  Andreas Schwab  <schwab@suse.de>
5951         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5952         message when finding object of wrong class.
5954 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5956         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5957         Patch by <radu@netsoft.ro>.
5959 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5961         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5962         Add readahead.
5963         * sysdeps/unix/sysv/linux/readahead.c: New file.
5964         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5965         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5966         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5967         Add sendfile64 alias to sendfile syscall.
5968         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5969         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5970         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5971         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5972         syscall.
5974         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5975         special section for PIC register loading.
5976         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5978         * config.h.in: Define HAVE_HIDDEN.
5979         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5981         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5983 2002-05-28  Roland McGrath  <roland@frob.com>
5985         * sysdeps/mach/alpha/setfpucw.c: New file.
5987 2002-05-26  Roland McGrath  <roland@frob.com>
5989         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5990         Use integer_t instead of int for IOC_VOID case.
5992 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5994         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5996 2002-05-26  Bruno Haible  <bruno@clisp.org>
5998         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5999         end of the ISO-8859-7 from idx table.
6001 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
6003         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
6005 2002-05-24  David S. Miller  <davem@redhat.com>
6007         * string/bits/string2.h (memset): Do not try to optimize when
6008         not _STRING_ARCH_unaligned if GCC will do the right thing.
6010 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6012         * posix/regex.c: Define `inline' as a macro into nothing for the
6013         compilers which lack the keyword.
6014         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
6015         for the compatibility of gawk.
6016         * posix/regcomp.c: Add fake implementation of isblank() for the
6017         environments which lack the function.
6018         Don't use free_charset() in case of non-i18n envs.
6019         (build_range_exp): Don't use i18n related code in case of non-i18n
6020         envs.
6021         (build_collating_symbol): Likewise.
6022         (build_equiv_class): Likewise.
6023         (build_charclass): Likewise.
6024         (re_compile_fastmap_iter): Likewise.
6025         (parse_bracket_exp): Likewise.
6026         (build_word_op): Likewise.
6027         (regfree): Don't use free_charset() in case of non-i18n envs.
6028         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6029         re_token_type_t in case of non-i18n envs.
6030         Don't define re_charset_t in case of non-i18n envs.
6031         Change the type of wcs of re_string_t from wchar_t to wint_t,
6032         since we store also WEOF.
6033         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6034         the type of wcs of re_string_t from wchar_t to wint_t.
6035         (re_string_reconstruct): Likewise.
6036         (create_ci_newstate): Don't use i18n related code in case of
6037         non-i18n envs.
6038         (create_cd_newstate): Likewise.
6040 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6042         * iconv/loop.c: Fix typo.
6044 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6046         * inet/ether_line.c (ether_line): Fix a typo causing only
6047         lower 4 bits of each ethernet address byte being assigned.
6048         Don't modify what line points to.
6049         * inet/tst-ether_aton.c (main): Add ether_line tests.
6051 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6053         * manual/filesys.texi: Don't make readlink example leak memory
6054         when readlink fails.
6056 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6058         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6059         some more security checks.
6061 2002-05-17  David S. Miller  <davem@redhat.com>
6063         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6065 2002-05-16  David S. Miller  <davem@redhat.com>
6067         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6068         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6069         (elf_machine_load_address): Likewise.
6070         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6072         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6073         is unaligned, do not forget to fully initialize %g1 magic value.
6075         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6076         register definitions and provide 32-bit variants of structures
6077         during 64-bit builds.
6079         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6080         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6081         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6082         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6083         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6084         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6085         Do not clear implicit one bit here, it must be done post-rounding.
6086         Only pad to the left using left shift if value uses less than the
6087         available fractional bits.
6089 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6091         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6092         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6093         (shared-only-routines): Likewise.
6094         * sysdeps/powerpc/libgcc-compat.c: New file.
6095         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6096         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6097         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6098         * sysdeps/wordsize-32/shdi3.c: Removed.
6100 2002-05-16  Bruno Haible  <bruno@clisp.org>
6102         * MakeTAGS (libc.pot): Don't sort the output.
6103         * po/header.pot: Update to match xgettext 0.11 output.
6105 2002-05-16  Bruno Haible  <bruno@clisp.org>
6107         * MakeTAGS (subdirs): Remove duplicates.
6109 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6111         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6112         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6113         alias.
6115 2002-05-19  Andreas Jaeger  <aj@suse.de>
6117         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6118         installation in /usr/local.
6120 2002-05-16  Bruno Haible  <bruno@clisp.org>
6122         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6123         string as argument of #error.
6125 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6127         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6128         don't define static.  Remove old __realpath function.  TC1 of
6129         POSIX 2001 will allow the second parameter to be NULL.
6130         * stdlib/test-canon.c: Comment out test for NULL as second
6131         parameter of realpath.
6133         * time/offtime.c (__offtime): Set errno if overflow is detected.
6135         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6136         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6137         dl-brk and dl-sbrk.
6139         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6140         (fdimf): Likewise.
6142 2002-05-15  Roland McGrath  <roland@frob.com>
6144         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6146 2002-05-12  Bruno Haible  <bruno@clisp.org>
6148         * iconvdata/testdata/EUC-JISX0213: New file.
6149         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6150         * iconvdata/testdata/SHIFT_JISX0213: New file.
6151         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6152         * iconvdata/testdata/ISO-2022-JP-3: New file.
6153         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6154         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6155         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6156         contains comments indicating precomposed characters.
6158 2002-04-21  Bruno Haible  <bruno@clisp.org>
6160         * iconvdata/iso-2022-jp-3.c: New file.
6161         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6162         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6163         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6164         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6165         (distribute): Add iso-2022-jp-3.c.
6167 2002-05-12  Bruno Haible  <bruno@clisp.org>
6169         * iconvdata/tst-table-to.c (main): Restore handling of
6170         transliterations, broken by last patch.
6172 2002-05-12  Bruno Haible  <bruno@clisp.org>
6174         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6176 2002-05-12  Bruno Haible  <bruno@clisp.org>
6178         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6179         when there is not enough room in the output buffer.
6180         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6182 2002-04-20  Bruno Haible  <bruno@clisp.org>
6184         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6185         macros.
6186         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6187         Also make this macro work if FROM_DIRECTION evaluates to 0.
6188         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6189         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6190         of consume_incomplete.
6191         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6192         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6193         4, not 8.
6194         * iconvdata/cp1258.c: Likewise.
6195         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6196         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6197         not 2.
6198         * iconvdata/ibm933.c: Likewise.
6199         * iconvdata/ibm935.c: Likewise.
6200         * iconvdata/ibm937.c: Likewise.
6201         * iconvdata/ibm939.c: Likewise.
6202         * iconvdata/iso-2022-cn.c: Define
6203         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6204         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6205         * iconvdata/iso-2022-cn-ext.c: Likewise.
6206         * iconvdata/iso-2022-jp.c: Define
6207         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6208         {MIN,MAX}_NEEDED_{FROM,TO}.
6209         * iconvdata/tcvn5712-1.c: Define
6210         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6211         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6212         * iconvdata/euc-jisx0213.c: Define
6213         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6214         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6215         * iconvdata/shift_jisx0213.c: Likewise.
6217 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6219         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6220         shdi3, fixdfdi, fixsfdi in csu dir.
6221         (shared-only-routines): Likewise.
6222         * sysdeps/wordsize-32/cmpdi2.c: New file.
6223         * sysdeps/wordsize-32/shdi3.c: New file.
6224         * sysdeps/wordsize-32/fixdfdi.c: New file.
6225         * sysdeps/wordsize-32/fixsfdi.c: New file.
6226         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6227         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6228         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6230         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6231         Only use va_arg if the argument will be used [PR libc/3259].
6233 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6235         * catgets/catgets.c (catopen): Free buffer if internal catalog
6236         open fails.
6238 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6240         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6241         non-buffering methods.
6242         * debug/pcprofiledump.c: Implement -u option.
6243         Patch by Roger Luethi <rl@hellgate.ch>.
6245 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6247         * include/netinet/in.h (bindresvport_internal): Add prototype.
6248         * include/rpc/auth.h  (authunix_create_internal,
6249         authunix_create_default_internal, authnone_create_internal,
6250         authdes_pk_create_internal): Add prototypes.
6251         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6252         clntudp_create_internal, clntudp_bufcreate_internal,
6253         clntunix_create_internal): Add prototypes.
6254         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6255         svc_getreq_internal, svc_getreq_common_internal,
6256         svc_getreqset_internal, svc_getreq_poll_internal,
6257         svc_register_internal, svc_unregister_internal,
6258         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6259         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6260         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6261         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6262         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6263         * inet/rcmd.c (rcmd_af): Use __listen.
6264         (rresvport_af): Use __bind.
6265         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6266         authunix_create, authunix_create_default, authnone_create,
6267         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6268         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6269         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6270         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6271         _authenticate, add INTDEF after such function definitions.
6272         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6273         __setsockopt, __getsockname instead of non-__ variants.
6274         * sunrpc/pmap_rmt.c: Likewise.
6275         * sunrpc/rtime.c: Likewise.
6276         * sunrpc/svc_udp.c: Likewise.
6277         * sunrpc/clnt_unix.c: Likewise.
6278         * sunrpc/svc_unix.c: Likewise.
6279         * sunrpc/bindrsvprt.c: Likewise.
6280         * sunrpc/svc_tcp.c: Likewise.
6281         * sunrpc/auth_none.c: Likewise.
6282         * sunrpc/clnt_raw.c: Likewise.
6283         * sunrpc/clnt_tcp.c: Likewise.
6284         * sunrpc/auth_unix.c: Likewise.
6285         * sunrpc/key_call.c: Likewise.
6286         * sunrpc/clnt_gen.c: Likewise.
6287         * sunrpc/pm_getmaps.c: Likewise.
6288         * sunrpc/clnt_simp.c: Likewise.
6289         * sunrpc/pmap_clnt.c: Likewise.
6290         * sunrpc/svc_run.c: Likewise.
6291         * sunrpc/svc.c: Likewise.
6292         * sunrpc/svc_simple.c: Likewise.
6293         * sunrpc/pm_getport.c: Likewise.
6294         * sunrpc/auth_des.c: Likewise.
6295         * sunrpc/svc_auth.c: Likewise.
6296         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6297         __register_frame_info_table_bases, __deregister_frame_info_bases):
6298         Add INTDEF.
6299         (__register_frame_info_bases_internal,
6300         __register_frame_info_table_bases_internal,
6301         __deregister_frame_info_bases_internal): Add prototypes.
6302         (__register_frame_info, __register_frame): Use INTUSE in call to
6303         __register_frame_info_bases.
6304         (__register_frame_info_table): Similarly.
6305         (__deregister_frame_info, __deregister_frame): Similarly.
6306         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6307         sendto as weak alias.
6308         * sysdeps/mach/hurd/sendto.c: Likewise.
6309         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6310         recvfrom as weak alias.
6311         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6312         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6313         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6314         recvmsg as weak alias.
6315         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6316         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6317         sendmsg as weak alias.
6318         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6319         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6320         setsockopt, add setsockopt as weak alias.
6321         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6322         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6323         weak alias.
6324         * sysdeps/mach/hurd/bind.c: Likewise.
6325         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6326         as weak alias.
6327         * sysdeps/mach/hurd/listen.c: Likewise.
6328         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6329         getsockname, add getsockname as weak alias.
6330         * sysdeps/mach/hurd/getsockname.c: Likewise.
6331         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6332         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6333         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6334         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6335         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6336         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6337         Add aliases.
6338         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6339         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6340         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6341         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6342         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6343         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6344         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6345         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6346         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6347         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6348         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6349         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6351 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6353         * locale/programs/localedef.h (show_archive_content): Add verbose
6354         argument.
6355         * locale/programs/localedef.c (main): Adjust caller.
6356         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6357         types.
6358         (nameentcmp, dataentcmp): New functions.
6359         (xstrcmp): Remove.
6360         (show_archive_content): Print verbose listing with --list-archive -v.
6362 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6364         * locale/programs/locarchive.c (open_archive): Take extra argument
6365         readonly.  If true open file with O_RDONLY and don't create the
6366         archive if it doesn't exist.
6367         Adapt all callers.
6368         (close_archive): Don't do anything if fd element is -1.
6369         * locale/programs/localedef.h (open_archive): Adjust prototype.
6370         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6371         call.
6373         * malloc/malloc.c (__posix_memalign): Correct check for size of
6374         alignment value [PR libc/3444].
6376         * include/stdio.h: Remove references to old stdio implementation.
6378         * libio/Makefile (bug-ungetwc2-ENV): Define.
6380 2002-05-13  Roland McGrath  <roland@frob.com>
6382         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6384         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6386 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6388         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6389         Allocate three, not two, more than LEN when appending '/.'.
6390         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6391         if NAME ends with '/.' if it is shorter than 2 chars.
6393 2002-05-12  Roland McGrath  <roland@frob.com>
6395         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6396         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6398         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6399         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6401 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6403         * sysdeps/ia64/Makefile: Remove extra endif.
6404         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6406 2002-05-10  Andreas Schwab  <schwab@suse.de>
6408         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6410 2002-05-09  Andreas Jaeger  <aj@suse.de>
6412         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6413         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6414         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6416         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6417         * sysdeps/wordsize-64/glob.c: ...here.
6418         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6419         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6420         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6422 2002-05-08  Roland McGrath  <roland@frob.com>
6424         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6425         O_NOTRANS flag in "." lookup.
6427 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6429         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6431 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6433         * locale/duplocale.c (__duplocale): Update special members only
6434         when allocation succeeded.
6436 2002-05-03  Roland McGrath  <roland@frob.com>
6438         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6439         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6441 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6443         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6444         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6445         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6446         * sysdeps/ia64/ia64libgcc.S: New file.
6448 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6450         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6452         * malloc/memusage.c: Distinguish anonymous mmap.
6454 2002-05-01  Roland McGrath  <roland@frob.com>
6456         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6457         and use INTDEF on it.
6458         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6460         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6462         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6464 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6466         * malloc/memusage.c: Add support for tracking mmap & friends.
6467         * malloc/memusage.sh: Implement -m/--mmap option.
6469 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6471         * locale/programs/locarchive.c (create_archive): Add archivefname
6472         argument, create fname from it.
6473         (enlarge_archive): Honour output_prefix.
6474         (open_archive): Likewise.
6476 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6478         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6479         too many stpcpy macros.
6481 2002-04-26  Bruno Haible  <bruno@clisp.org>
6483         * locale/programs/ld-collate.c (collate_read): Cast first argument
6484         for "%.*s" to int.
6486 2002-04-26  Bruno Haible  <bruno@clisp.org>
6488         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6489         __dcngettext_internal): New declarations.
6490         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6491         attribute declarations.
6493 2002-04-30  Roland McGrath  <roland@frob.com>
6495         Removed old GNU stdio implementation; GNU libio is now the only option.
6496         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6497         Define USE_IN_LIBIO unconditionally.
6498         * configure: Regenerated.
6499         * Makeconfig (stdio): Set to libio by default.
6500         * config.make.in (stdio): Variable removed.
6501         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6502         * sysdeps/unix/sysv/linux/configure: Regenerated.
6503         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6504         * sysdeps/mach/hurd/configure: Regenerated.
6505         * stdio/.cvsignore: File removed.
6506         * stdio/Makefile: File removed.
6507         * stdio/Versions: File removed.
6508         * stdio/__fbufsize.c: File removed.
6509         * stdio/__flbf.c: File removed.
6510         * stdio/__fpending.c: File removed.
6511         * stdio/__fpurge.c: File removed.
6512         * stdio/__freadable.c: File removed.
6513         * stdio/__freading.c: File removed.
6514         * stdio/__fsetlocking.c: File removed.
6515         * stdio/__fwritable.c: File removed.
6516         * stdio/__fwriting.c: File removed.
6517         * stdio/clearerr.c: File removed.
6518         * stdio/fclose.c: File removed.
6519         * stdio/fcloseall.c: File removed.
6520         * stdio/feof.c: File removed.
6521         * stdio/ferror.c: File removed.
6522         * stdio/fflush.c: File removed.
6523         * stdio/fgetc.c: File removed.
6524         * stdio/fgetpos.c: File removed.
6525         * stdio/fgets.c: File removed.
6526         * stdio/fileno.c: File removed.
6527         * stdio/fmemopen.c: File removed.
6528         * stdio/fopen.c: File removed.
6529         * stdio/fopncook.c: File removed.
6530         * stdio/fputc.c: File removed.
6531         * stdio/fputs.c: File removed.
6532         * stdio/fread.c: File removed.
6533         * stdio/freopen.c: File removed.
6534         * stdio/fseek.c: File removed.
6535         * stdio/fsetpos.c: File removed.
6536         * stdio/ftell.c: File removed.
6537         * stdio/fwrite.c: File removed.
6538         * stdio/getc.c: File removed.
6539         * stdio/getchar.c: File removed.
6540         * stdio/getdelim.c: File removed.
6541         * stdio/gets.c: File removed.
6542         * stdio/glue.c: File removed.
6543         * stdio/internals.c: File removed.
6544         * stdio/linewrap.c: File removed.
6545         * stdio/linewrap.h: File removed.
6546         * stdio/memstream.c: File removed.
6547         * stdio/newstream.c: File removed.
6548         * stdio/obstream.c: File removed.
6549         * stdio/putc.c: File removed.
6550         * stdio/putchar.c: File removed.
6551         * stdio/puts.c: File removed.
6552         * stdio/rewind.c: File removed.
6553         * stdio/setbuf.c: File removed.
6554         * stdio/setbuffer.c: File removed.
6555         * stdio/setlinebuf.c: File removed.
6556         * stdio/setvbuf.c: File removed.
6557         * stdio/stdio.h: File removed.
6558         * stdio/ungetc.c: File removed.
6559         * stdio/vasprintf.c: File removed.
6560         * stdio/vscanf.c: File removed.
6561         * stdio/vsnprintf.c: File removed.
6562         * stdio/vsprintf.c: File removed.
6563         * stdio/vsscanf.c: File removed.
6564         * sysdeps/generic/defs.c: File removed.
6565         * sysdeps/generic/fdopen.c: File removed.
6566         * sysdeps/generic/pipestream.c: File removed.
6567         * sysdeps/generic/stdio_init.c: File removed.
6568         * sysdeps/generic/sysd-stdio.c: File removed.
6569         * sysdeps/generic/vdprintf.c: File removed.
6570         * sysdeps/mach/hurd/defs.c: File removed.
6571         * sysdeps/mach/hurd/fdopen.c: File removed.
6572         * sysdeps/mach/hurd/pipestream.c: File removed.
6573         * sysdeps/mach/hurd/stdio_init.c: File removed.
6574         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6575         * sysdeps/mach/hurd/vdprintf.c: File removed.
6576         * sysdeps/posix/defs.c: File removed.
6577         * sysdeps/posix/fdopen.c: File removed.
6578         * sysdeps/posix/pipestream.c: File removed.
6579         * sysdeps/posix/stdio_init.c: File removed.
6580         * sysdeps/posix/vdprintf.c: File removed.
6581         * sysdeps/unix/pipestream.c: File removed.
6582         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6583         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6584         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6586 2002-04-29  Roland McGrath  <roland@frob.com>
6588         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6590 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6592         * sysdeps/generic/tls.h: Describe what must be defined.
6594         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6595         glob_in_dir [PR libc/3385].
6596         * posix/globtest.sh: Add test case.
6598         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6599         //TRANSLIT twice.
6601 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6603         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6604         _internal symbol handling.
6605         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6607 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6609         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6610         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6612 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6614         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6615         not _LIBC and RE_ENABLE_I18N.
6616         (build_range_exp): Implement for not _LIBC.
6617         (build_collating_symbol): Likewise.
6618         (parse_bracket_exp): Unify redundant error handlings.
6619         Don't erase mbcset for non matching list in multibyte envs.
6620         (build_word_op): Add '_' to matching list for \w operator.
6621         * posix/regex_internal.c (re_string_construct): Invoke
6622         build_upper_buffer in case of not RE_ENABLE_I18N.
6623         (re_string_reconstruct): Don't touch cur_state in case of not
6624         RE_ENABLE_I18N.
6625         * posix/regex_internal.h (attribute_hidden): New macro in case of
6626         not _LIBC.
6627         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6628         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6629         RE_ENABLE_I18N.
6630         (transit_state_mb): Likewise.
6631         (check_node_accept_bytes): Implement the code evaluating range
6632         expression in case of not _LIBC.
6633         (find_collation_sequence_value): Hide in case of not _LIBC.
6635 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6637         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6638         i386/semctl.c.
6639         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6640         be used.
6642 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6644         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6646         * sysdeps/ia64/strncpy.S: Fix recovery code.
6647         Patch by David Mosberger <davidm@hpl.hp.com>.
6649 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6651         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6652         GLIBC_2.2.6.
6654 2002-04-14  Bruno Haible  <bruno@clisp.org>
6656         * posix/regex.c (re_max_failures): Add back symbol for binary
6657         compatibility.
6659 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6661         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6662         of buffer building functions.
6663         * posix/regex_internal.c (re_string_allocate): New function.
6664         (re_string_realloc_buffers): New function.
6665         (re_string_skip_chars): New function.
6666         (re_string_reconstruct): New function.
6667         (re_string_construct): Adapt it to new interface of buffer building
6668         functions.
6669         (re_string_construct_common): Likewise.
6670         (build_wcs_buffer): Likewise.
6671         (build_wcs_upper_buffer): Likewise.
6672         (build_upper_buffer): Likewise.
6673         (re_string_translate_buffer): Likewise.
6674         (re_string_context_at): Adapt it to variable length buffers.
6675         * posix/regex_internal.h (re_string_t): Add new fields to handle
6676         variable length buffers.
6677         (re_match_context_t): Likewise.
6678         * posix/regexec.c (re_search_internal): Adapt it to new interface
6679         of re_string_t and re_match_context_t.
6680         (acquire_init_state_context): Likewise.
6681         (check_matching): Likewise.
6682         (check_halt_state_context): Likewise.
6683         (proceed_next_node): Likewise.
6684         (set_regs): Likewise.
6685         (sift_states_backward): Likewise.
6686         (clean_state_log_if_need): Likewise.
6687         (sift_states_iter_mb): Likewise.
6688         (sift_states_iter_bkref): Likewise.
6689         (add_epsilon_backreference): Likewise.
6690         (transit_state): Likewise.
6691         (transit_state_sb): Likewise.
6692         (transit_state_mb): Likewise.
6693         (transit_state_bkref): Likewise.
6694         (transit_state_bkref_loop): Likewise.
6695         (check_node_accept): Likewise.
6696         (match_ctx_init): Likewise.
6697         (extend_buffers): New function.
6699 2002-04-21  Bruno Haible  <bruno@clisp.org>
6701         * iconvdata/tst-table.sh: For the second check, use the truncated
6702         GB18030 charmap table, like for the first check.
6704 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6706         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6707         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6709 2002-04-23  H.J. Lu  <hjl@gnu.org>
6711         * include/math.h (isfinite): Fix a typo.
6713 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6715         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6716         which is created by the test suite.
6718 2002-04-20  Bruno Haible  <bruno@clisp.org>
6720         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6721         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6723 2002-04-20  Bruno Haible  <bruno@clisp.org>
6725         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6726         to avoid gcc warning.
6728 2002-04-20  Bruno Haible  <bruno@clisp.org>
6730         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6731         of data->__statep->__count.
6733 2002-04-20  Bruno Haible  <bruno@clisp.org>
6735         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6736         tag characters.
6737         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6739 2002-04-24  Roland McGrath  <roland@frob.com>
6741         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6742         use END macro instead of our own .end directive.
6743         Use `callsys' insn mnemonic instead of `call_pal'.
6745         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6747         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6748         macro; we need this for Hurd.
6750         Log entry was missing for 2002/03/24 commit of rev 1.8,
6751         goes with 2002-03-17 changes.
6752         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6753         (sysdep_routines): Append ioperm here.
6754         (sysdep_headers): Append sys/io.h here.
6756 2002-04-23  Roland McGrath  <roland@frob.com>
6758         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6759         * sysdeps/mach/hurd/sendto.c: Likewise.
6760         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6761         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6762         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6764 2002-04-22  Roland McGrath  <roland@frob.com>
6766         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6767         failure from i386_io_perm_* RPCs to ENOSYS.
6769 2002-04-22  Andreas Jaeger  <aj@suse.de>
6771         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6773         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6775         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6776         register instead of destroying %rbx.
6778 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6780         * string/string.h: Declare strerror_r also for XPG6.
6782 2002-04-19  Roland McGrath  <roland@frob.com>
6784         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6786 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6788         * Makefile: Add handling of xtests and xcheck targets.
6789         * MakeTAGS: Likewise.
6790         * Makeconfig: Likewise.
6791         * Makerules: Likewise.
6792         * Rules: Likewise.
6793         * manual/Makefile: Likewise.
6794         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6795         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6797 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6799         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6800         authnone_private_s.
6801         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6802         Delete #ifdef _RPC_THREAD_SAFE_ block.
6803         (authnone_private): Make a struct, not a pointer to struct.
6804         (authnone_private_guard): New once-control variable.
6805         (authnone_create_once): New function, split out of
6806         authnone_create.  No need to allocate memory.
6807         (authnone_create): Just call authnone_create_once via
6808         __libc_once, then return &authnone_private->no_client.
6809         (authnone_marshal): Access private data via CLIENT argument,
6810         not authnone_private pointer.
6811         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6812         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6813         authnone_private_s.
6815 2002-04-12  H.J. Lu  <hjl@gnu.org>
6817         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6819 2002-04-18  Bruno Haible  <bruno@clisp.org>
6821         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6822         FROM_DIRECTION): Make the FROM direction stateless.
6823         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6824         FROM_DIRECTION): Likewise.
6826 2002-04-15  Bruno Haible  <bruno@clisp.org>
6828         * iconvdata/JISX0213.TXT: New file.
6829         * iconvdata/jisx0213.h: New file.
6830         * iconvdata/jisx0213.c: New file.
6831         * iconvdata/euc-jisx0213.c: New file.
6832         * iconvdata/shift_jisx0213.c: New file.
6833         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6834         * iconvdata/EUC-JISX0213.precomposed: New file.
6835         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6836         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6837         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6838         which the "to" direction is stateful.
6839         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6840         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6841         SHIFT_JISX0213.
6842         (libJISX0213-routines): New variable.
6843         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6844         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6845         (LDFLAGS-libJISX0213.so): New variable.
6846         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6847         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6848         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6850 2002-04-15  Bruno Haible  <bruno@clisp.org>
6852         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6853         uint32_t.  Update to Unicode 3.2.
6854         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6855         (BODY for TO_LOOP): Handle the ASCII range specially.
6856         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6857         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6858         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6860 2002-04-15  Bruno Haible  <bruno@clisp.org>
6862         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6863         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6865 2002-04-15  Bruno Haible  <bruno@clisp.org>
6867         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6868         (ucs4_to_cns11643): Update.
6869         * iconvdata/cns11643.c: Update to Unicode 3.2.
6870         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6871         __cns11643_from_ucs4p2_tab): Regenerated.
6872         (__cns11643_from_ucs4p2c_tab): New array.
6873         * iconvdata/cvs11643l1.c: Update comments.
6874         * iconvdata/EUC-TW.irreversible: Remove two entries.
6876 2002-04-15  Bruno Haible  <bruno@clisp.org>
6878         * locale/C-translit.h.in: Update to Unicode 3.2.
6879         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6880         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6882 2002-04-15  Bruno Haible  <bruno@clisp.org>
6884         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6885         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6887 2002-04-15  Bruno Haible  <bruno@clisp.org>
6889         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6890         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6891         always one byte, not 0 bytes in some cases and 2 bytes in others.
6893         * iconvdata/tst-table-from.c (main): Correct the usage message.
6895 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6897         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6898         (parse_dup_op): Fix error handling like "a{}".
6899         (parse_bracket_exp): Add error handling.
6900         (fetch_number): Add error handling for "a{<very_large_number>}".
6902 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6904         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6905         in case that the symbol name is too long.
6906         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6907         in case of REG_ICASE.
6909 2002-04-19  Andreas Jaeger  <aj@suse.de>
6911         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6912         <hartvige@mips.com>.
6914 2002-04-15  H.J. Lu  <hjl@gnu.org>
6916         * include/math.h (__finitel_internal): Declare only if
6917         __NO_LONG_DOUBLE_MATH is not defined.
6918         (__isinfl_internal): Likewise.
6919         (__isnanl_internal): Likewise.
6921         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6922         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6923         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6924         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6925         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6926         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6927         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6929         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6930         __fcntl_internal.
6932         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6933         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6935 2002-04-15  Bruno Haible  <bruno@clisp.org>
6937         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6938         (BODY for TO_LOOP): Likewise.
6939         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6940         * iconvdata/tst-table.sh: Add support for encodings which contain
6941         precomposed Unicode characters, known to the iconv converter in both
6942         directions but not listed in the charmap.
6943         * iconvdata/IBM856.irreversible: New file.
6944         * iconvdata/IBM922.irreversible: New file.
6945         * iconvdata/IBM1132.irreversible: New file.
6946         * iconvdata/IBM1133.irreversible: New file.
6947         * iconvdata/IBM1160.irreversible: New file.
6948         * iconvdata/IBM1161.irreversible: New file.
6949         * iconvdata/IBM1163.irreversible: New file.
6950         * iconvdata/IBM1164.irreversible: New file.
6951         * iconvdata/ARMSCII-8.irreversible: New file.
6952         * iconvdata/TCVN5712-1.precomposed: New file.
6953         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6954         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6955         ARMSCII-8, TCVN5712-1.
6956         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6957         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6958         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6959         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6961 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6963         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6964         for EVENING69.  Include offsets in TZ environment variable.
6966 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6968         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6969         avoid compiler warnings.
6971         * locale/programs/localedef.c (main): Always call
6972         construct_output_path.
6974         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6976         * locale/programs/locfile.c (to_archive): New variable.  To collect
6977         data which has to be added to the locale archive.
6978         (write_all_categories): Take new third parameter with locale name.
6979         Unless no_archive flag set add new locale data to the archive
6980         (write_locale_data): Unless no-archive flag set store generated data
6981         in to_archive data structure instead of generation output file.
6982         Add new parameter with locale category index.
6983         * locale/programs/locfile.h: Add new parameters in declaractions of
6984         write_all_categories and write_locale_data.
6985         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6986         --add-to-archive, and --delete-from-archive options.  Pass extra
6987         parameter to write_all_categories.
6988         * locale/programs/localedef.h: Add prototypes for functions in
6989         locarchive.c.
6990         * locale/locarchive.h: New file.
6991         * locale/programs/locarchive.c: New file.
6992         * locale/Makefile (distribute): Add programs/locarchive.c and
6993         locarchive.h.
6994         (localedef-modules): Add md5 and locarchive.
6995         Add vpath to crypt subdir for md5.c.
6997         * locale/programs/ld-address.c: Pass locale category ID as new second
6998         parameter to write_locale_data.
6999         * locale/programs/ld-collate.c: Likewise.
7000         * locale/programs/ld-ctype.c: Likewise.
7001         * locale/programs/ld-identification.c: Likewise.
7002         * locale/programs/ld-measurement.c: Likewise.
7003         * locale/programs/ld-messages.c: Likewise.
7004         * locale/programs/ld-monetary.c: Likewise.
7005         * locale/programs/ld-name.c: Likewise.
7006         * locale/programs/ld-numeric.c: Likewise.
7007         * locale/programs/ld-paper.c: Likewise.
7008         * locale/programs/ld-telephone.c: Likewise.
7009         * locale/programs/ld-time.c: Likewise.
7011         * locale/simple-hash.c: Move compute_hashval function from here...
7012         * locale/hashval.h: ...to here.  New file.
7013         * locale/simple-hash.h: Add prototype for compute_hashval.
7015         * include/libintl.h: Minor cleanups.
7017 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
7019         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
7021 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
7023         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
7025 2002-04-14  Bruno Haible  <bruno@clisp.org>
7027         * locale/programs/charmap.c (charmap_read): Don't access result if
7028         result == NULL.
7030 2002-02-17  Andreas Schwab  <schwab@suse.de>
7032         * elf/reldep7.c: New file.
7033         * elf/reldep7mod1.c: New file.
7034         * elf/reldep7mod2.c: New file.
7035         * elf/Makefile: Add rules to build and run reldep7.
7037 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7039         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7040         the end of the function.  Pass original flags to recursive call if
7041         add_dependency failed.
7042         (_dl_lookup_versioned_symbol): Likewise.
7044 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7046         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7047         early, but check whether it overflowed afterwards.
7048         * time/tst-mktime.c (main): Add new tests.
7050 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7052         * debug/xtrace.sh: Fix program name in help message.
7053         Patch by Roger Luethi <rl@hellgate.ch>.
7055         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7056         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7057         NOT_IN_libc.
7058         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7059         * sysdeps/mach/hurd/lxstat.c: Likewise.
7060         * sysdeps/unix/common/lxstat.c: Likewise.
7061         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7062         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7063         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7064         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7065         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7066         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7067         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7068         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7069         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7071         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7072         prototypes.  Add __mbrlen and __mbrtowc macros.
7073         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7074         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7076         * include/unistd.h: Add prototype for __write_internal and add
7077         __libc_write macro is SHARED.
7078         * sysdeps/generic/write.c: Use INTDEF for __write.
7079         * sysdeps/mach/hurd/write.c: Likewise.
7080         * sysdeps/unix/sysv/aix/write.c: Likewise.
7081         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7083         * assert/assert.c: Replace STR_N_SIZE with something usable in
7084         macro arguments.
7085         * assert/assert-perr.c: Likewise.
7087         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7088         SA_LEN macro to use it if not NOT_IN_libc.
7089         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7091         * include/fcntl.h: Declare __open_internal and define __open and
7092         __libc_open macros if not NOT_IN_libc.
7093         * sysdeps/generic/open.c: Use INTDEF for __open.
7094         * sysdeps/mach/hurd/open.c: Likewise.
7095         * sysdeps/unix/sysv/aix/open.c: Likewise.
7096         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7098         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7099         has correct number.
7101         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7102         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7103         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7104         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7106         * include/wctype.h: Declare __iswalpha_l_internal,
7107         __iswdigit_l_internal, __iswspace_l_internal,
7108         __iswxdigit_l_internal, and __iswctype_internal.  Define
7109         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7110         __iswxdigit_l macros if not NOT_IN_libc.
7111         * wctype/iswctype.c: Use INTDEF for __iswctype.
7112         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7114         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7115         __isnan_internal, and __isnanl_internal.
7116         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7117         __isnan, and __isnanl.
7118         * stdio-common/printf_size.c: Likewise.
7119         * sysdeps/generic/printf_fphex.c: Likewise.
7120         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7121         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7122         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7123         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7124         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7125         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7126         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7127         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7128         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7129         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7130         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7131         * sysdeps/m68k/s_isinfl.c: Likewise.
7132         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7133         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7135         * include/sys/time.h: Declare __gettimeofday_internal and define
7136         __gettimeofday macro if not NOT_IN_libc.
7137         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7138         * sysdeps/mach/gettimeofday.c: Likewise.
7139         * sysdeps/posix/gettimeofday.c: Likewise.
7140         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7141         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7142         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7143         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7145         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7146         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7147         Remove __lstat and __fstat inline functions.
7148         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7149         * sysdeps/mach/hurd/fxstat.c: Likewise.
7150         * sysdeps/unix/fxstat.c: Likewise.
7151         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7152         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7153         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7154         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7155         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7156         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7157         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7158         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7159         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7161         * include/unistd.h: Declare __getpid_internal and define
7162         __getpid macro if not NOT_IN_libc.
7163         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7164         * sysdeps/generic/getpid.c: Likewise.
7165         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7166         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7168         * include/unistd.h: Declare __getpgid_internal and define
7169         __getpgid macro if not NOT_IN_libc.
7170         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7171         * sysdeps/mach/hurd/getpgid.c: Likewise.
7172         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7173         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7174         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7175         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7177         * include/unistd.h: Declare __getpagesize_internal and define
7178         __getpagesize macro if not NOT_IN_libc.
7179         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7180         __getpagesize.
7181         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7182         * sysdeps/mach/getpagesize.c: Likewise.
7183         * sysdeps/posix/getpagesize.c: Likewise.
7184         * sysdeps/unix/getpagesize.c: Likewise.
7185         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7186         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7187         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7188         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7190 2002-04-13  Andreas Jaeger  <aj@suse.de>
7192         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7193         as clobber to reduce register pressure.
7194         (__strpbrk_cg): Likewise.
7195         (__mempcpy_by4): Likewise.
7196         (__strstr_cg): Likewise.
7197         Add prototype for __memrchr.
7199 2002-04-13  Andreas Schwab  <schwab@suse.de>
7201         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7202         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7203         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7205 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7207         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7208         check whether the caller prefers getting the most recent version of
7209         a symbol of the earliest version.
7210         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7211         _dl_do_lookup to also take the new parameter and pass it on.
7212         Change 'explicit' parameter of _dl_lookup_symbol and
7213         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7214         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7215         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7216         _dl_lookup_versioned_symbol.
7217         * elf/dl-reloc.c: Likewise.
7218         * elf/dl-runtime.c: Likewise.
7219         * elf/dl-sym.c: Likewise.
7220         * sysdeps/mips/dl-machine.h: Likewise.
7222 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7224         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7225         in a token.
7226         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7228 2002-04-10  Andreas Jaeger  <aj@suse.de>
7230         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7232         * include/argz.h: Remove extra char from last patch.
7234 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7236         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7237         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7238         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7239         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7240         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7241         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7242         __chown_internal.
7243         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7245         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7246         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7247         * intl/ngettext.c: Likewise.
7249         * include/sys/socket.h: Declare __connect_internal and define
7250         __connect macro if not NOT_IN_libc.
7251         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7252         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7253         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7255         * include/unistd.h: Declare __close_internal and define __close macro
7256         if not NOT_IN_libc.
7257         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7258         WJUMP3): Add extra parenthesis to avoid expanding element names with
7259         macors like __close.
7260         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7262         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7263         if not NOT_IN_libc.
7264         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7265         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7266         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7268         * include/unistd.h: Declare __fork_internal and define __fork macro
7269         if not NOT_IN_libc.
7270         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7271         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7272         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7274         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7275         __fsetlocking macro to use it if not NOT_IN_libc.
7276         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7278         * libio/__fbufsize.c: Correct copyright.
7279         * libio/__flbf.c: Likewise.
7280         * libio/__fpending.c: Likewise.
7281         * libio/__fpurge.c: Likewise.
7282         * libio/__freadable.c: Likewise.
7283         * libio/__freading.c: Likewise.
7284         * libio/__fsetlocking.c: Likewise.
7285         * libio/__fwritable.c: Likewise.
7286         * libio/__fwriting.c: Likewise.
7288         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7289         macro to use it if not NOT_IN_libc.
7290         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7292         * include/mntent.h: Declare __setmntent_internal,
7293         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7294         __getmntent_r, and __endmntent macros to use these functions if not
7295         NOT_IN_libc.
7296         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7297         __endmntent.
7299         * include/math.h: Declare __finite_internal, __finitef_internal, and
7300         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7301         these functions.
7302         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7303         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7304         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7305         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7306         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7307         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7308         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7309         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7310         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7311         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7313         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7314         to use this function if not NOT_IN_libc.
7315         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7316         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7317         * sysdeps/mach/hurd/fcntl.c: Likewise.
7318         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7319         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7321         * include/argz.h: Declare __argz_count_internal and
7322         __argz_stringify_internal.
7323         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7324         __argz_stringify.
7325         * string/argz-count.c: Use INTDEF for __argz_count.
7326         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7328         * include/stdlib.h: Declare __cxa_atexit_internal and define
7329         __cxa_atexit macro if not NOT_IN_libc.
7330         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7331         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7333         * assert/assert.c: Use INTDEF for __assert_fail.
7334         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7335         * include/assert.h: Declare __assert_fail_internal.
7337         * extra-lib.mk: Mark assignment to lib with override.
7339 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7341         * Makerules: Use cppflags-iterator.mk to add defines for all test
7342         source files.
7344 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7346         * elf/elf.h: Define R_SH_TLS_xxx macros.
7347         * elf/rtld.c: Remove an extra parenthesis.
7348         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7349         TLS_GD macros.
7350         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7351         * sysdeps/sh/dl-lookupcfg.h: New file.
7352         * sysdeps/sh/dl-tls.h: New file.
7353         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7354         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7355         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7356         R_SH_TLS_TPOFF32 relocations.
7358 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7360         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7361         of NOT_IN_LIBC.
7362         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7363         * include/stdlib.h: Likewise.
7365 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7367         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7368         instead of _RTLD_LOCAL.
7369         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7370         * include/unistd.h: Likewise.
7371         * sysdeps/generic/ldsodefs.h: Likewise.
7373         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7374         if in libc or ld.so.
7376 2002-04-08  Andreas Jaeger  <aj@suse.de>
7378         * elf/cache.c (print_entry): Support x86-64.
7380 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7382         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7383         with one accessing the locale data structures directly.
7384         * stdio-common/printf-prs.c: Include localeinfo.h for new
7385         MB_CUR_MAX definition.
7387         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7388         is the name of the source file without extension.
7389         * Makefile (distribute): Add cppflags-iterator.mk.
7390         * cppflags-iterator.mk: New file.
7391         * extra-lib.mk: For the sources of the library run
7392         cppflags-iterator.mk.
7394         * include/libintl.h: Declare __dcgettext_internal and
7395         _libc_intl_domainname_internal.  Define __dcgettext using these
7396         two symbols if used in libc itself.
7397         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7398         _libc_intl_domainname_internal.
7399         * argp/argp-parse.c: Likewise.
7400         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7401         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7402         * intl/gettext.c: Likewise.
7403         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7404         alias.
7405         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7406         __dcgettext.
7407         * posix/regex_internal.c (gettext): Likewise.
7409 2002-04-08  Andreas Jaeger  <aj@suse.de>
7411         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7413         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7414         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7415         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7416         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7417         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7418         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7420 2002-04-08  Roland McGrath  <roland@frob.com>
7422         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7423         widening __hurd_fail value.
7425 2002-04-07  Roland McGrath  <roland@frob.com>
7427         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7428         <mach/machine/alpha_instruction.h>.
7429         (_hurd_setup_sighandler): Take proper arguments for current decls.
7430         Update code to use _hurdsig_catch_fault.
7431         Use `callsys' instruction instead of `call_pal'.
7432         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7434         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7435         (ALIGN, at, AT, fp): New macros.
7437 2002-04-06  Roland McGrath  <roland@frob.com>
7439         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7441         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7442         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7444         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7445         * sysdeps/mach/hurd/connect.c: Likewise.
7446         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7447         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7449         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7450         __msg_sig_post RPC.
7452         * hurd/catch-exc.c: Use integer_t instead of int.
7453         * hurd/hurdfault.c: Likewise.
7455         * sysdeps/mach/hurd/alpha/exc2signal.c
7456         (_hurd_exception2signal): Rewritten.
7457         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7458         (_hurd_longjmp_thread_state): Rewritten.
7460 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7462         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7463         DB_LOOKUP_FCT prototype.
7464         * nss/getXXent_r.c: Likewise.
7465         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7466         * inet/getaliasname_r.c: Likewise.
7467         * inet/getnetbyad_r.c: Likewise.
7468         * inet/getnetbynm_r.c: Likewise.
7469         * inet/getnetent_r.c: Likewise.
7470         * inet/getproto_r.c: Likewise.
7471         * inet/getprtent_r.c: Likewise.
7472         * inet/getprtname_r.c: Likewise.
7473         * inet/getrpcbyname_r.c: Likewise.
7474         * inet/getrpcbynumber_r.c: Likewise.
7475         * inet/getrpcent_r.c: Likewise.
7476         * inet/getservent_r.c: Likewise.
7477         * inet/getsrvbynm_r.c: Likewise.
7478         * inet/getsrvbypt_r.c: Likewise.
7479         * shadow/getspent_r.c: Likewise.
7480         * shadow/getspnam_r.c: Likewise.
7482         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7484         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7485         Use i686-friendly PIC code.
7486         * sysdeps/i386/elf/setjmp.S: Likewise.
7488         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7490         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7491         list.
7492         * elf/Versions: Remove it here.
7494 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7496         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7497         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7499 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7501         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7502         test just before the test runs.
7503         * intl/tst-translit.sh: Likewise.
7504         * intl/tst-codeset.sh: Likewise.
7506         * timezone/zic.c: Update from tzcode2002c.
7507         * timezone/asia: Update from tzdata2002c.
7508         * timezone/backward: Likewise.
7509         * timezone/europe: Likewise.
7510         * timezone/northamerica: Likewise.
7511         * timezone/northamerica: Likewise.
7512         * timezone/northamerica: Likewise.
7513         * timezone/southamerica: Likewise.
7514         * timezone/zone.tab: Likewise.
7516 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7518         * sysdeps/generic/brk.c (__curbrk): Declare.
7519         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7520         * sysdeps/generic/dl-sbrk.c: Likewise.
7521         * sysdeps/unix/arm/dl-brk.S: New file.
7522         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7523         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7524         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7525         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7526         * sysdeps/unix/i386/dl-brk.S: New file.
7527         * sysdeps/unix/mips/dl-brk.S: New file.
7528         * sysdeps/unix/sparc/dl-brk.S: New file.
7529         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7530         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7531         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7532         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7534 2002-04-03  Andreas Schwab  <schwab@suse.de>
7536         * Makefile (headers): Add gnu/lib-names.h here instead of
7537         install-others.
7538         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7539         installation rule.
7540         (install-headers): Add dependency on install-headers-nosubdir.
7541         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7542         instead of install-others.
7543         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7544         installation rule.
7546 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7548         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7549         Reported by Sam Roberts <sroberts@uniserve.com>.
7551 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7553         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7554         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7555         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7556         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7558 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7560         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7561         (RTLD_START): Ditto.
7562         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7563         dependency violation.
7565 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7567         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7568         all variable declarations.
7570 2002-04-04  Andreas Schwab  <schwab@suse.de>
7572         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7574 2002-04-04  Andreas Jaeger  <aj@suse.de>
7576         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7577         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7579         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7580         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7581         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7583         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7585         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7587         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7588         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7590         * configure.in: Handle all mips entries the same.
7592         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7593         * sysdeps/mips/mips3/*: Likewise.
7594         * sysdeps/mips/p40/bits/endian.h: Likewise.
7596 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7598         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7599         non-null result [PR libc/2600].
7601         * misc/tst-dirname.c: Add more tests.
7603 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7605         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7606         define a code_set_name provide one based on the filename.
7608         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7610 2001-12-28  Andreas Jaeger  <aj@suse.de>
7612         * time/mktime.c (__mktime_internal): Check for year < 70
7613         [PR libc/2738].
7615 2002-04-03  Andreas Jaeger  <aj@suse.de>
7617         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7618         shmat.
7619         Reported by Andi Kleen <ak@suse.de>.
7621 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7623         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7624         * sysdeps/generic/w_lgammaf.c: Likewise.
7625         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7627         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7628         Adjust for new output format of the backtrace functions.
7630         * misc/syslog.c (vsyslog): Only use cleanup handler if
7631         _LIBC_REENTRANT is defined [PR libc/2924].
7633         * libio/Makefile (tests): Add bug-ungetwc2.
7634         * libio/bug-ungetwc2.c: New file.
7636         * manual/install.texi: Typographical and grammatical cleanup.
7637         Patch by Dennis Grace <dgrace@us.ibm.com>.
7639         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7640         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7642         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7643         always "&".  Adjust callers.
7644         Add "_" prefix to several generated definitions.
7645         Patch by paul@serice.net [PR libc/3158].
7647 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7649         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7650         size of _dl_arm_cap_flags.
7651         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7653         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7654         Define as 8.
7656 2002-03-22  H.J. Lu  <hjl@gnu.org>
7658         * scripts/firstversions.awk: Check the first version.
7660 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7662         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7663         dependencies must be stable to work correctly.
7664         Reported by martin.lubich@datacon.at.
7666         * libio/bug-ungetwc1.c: New file.
7667         * libio/Makefile (tests): Add bug-ungetwc1.
7669         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7670         if stream was last used for writing.
7672         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7673         number [PR libc/3111].
7675         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7676         to ...
7677         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7679 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7681         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7682         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7683         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7684         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7685         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7687 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7689         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7690         dynamic tags.
7692 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7694         * sysdeps/i386/fpu/s_fabs.S: New file.
7695         * sysdeps/i386/fpu/s_fabsf.S: New file.
7696         * sysdeps/i386/fpu/s_fabsl.S: New file.
7697         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7698         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7699         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7701 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7703         * rt/tst-shm.c (do_test): Add one more test for size of shared
7704         memory object.
7706 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7708         * malloc/malloc.c: Add short description and prototypes for
7709         malloc_get_state, malloc_set_state and posix_memalign, for
7710         consistency and to avoid warnings with -Wstrict-prototypes.
7711         Reported by Andreas Jaeger <aj@suse.de>.
7713 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7715         * po/gl.po: Update from translation team.
7717 2002-03-31  Roland McGrath  <roland@frob.com>
7719         * hurd/hurdselect.c (_hurd_select): Fix
7720         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7721         Use a union rather than casts to compare mach_msg_type_t as int.
7723 2002-03-25  Roland McGrath  <roland@frob.com>
7725         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7726         check off the end of NAME when it's shorter than 2 chars.
7727         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7729 2002-03-17  Roland McGrath  <roland@frob.com>
7731         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7732         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7733         * sysdeps/mach/hurd/i386/Dist: Add them.
7734         * sysdeps/mach/hurd/i386/Versions
7735         (libc: GLIBC_2.2.6): New set, add ioperm.
7736         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7737         (mach_interface_list): Check for mach_i386.defs.
7738         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7739         * sysdeps/mach/configure: Regenerated.
7741 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7743         * po/fr.po: Update from translation team.
7745 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7747         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7748         getpriority from syscalls list.
7750 2002-03-28  Andreas Jaeger  <aj@suse.de>
7752         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7753         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7754         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7755         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7757 2002-03-27  Andreas Jaeger  <aj@suse.de>
7759         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7760         sigcontext): Follow further kernel change.
7762         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7763         kernel change.
7765         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7766         Change for struct sigcontext change.
7768         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7769         Follow changes in struct sigcontext.
7771         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7772         sysycall, use wrapper instead.
7774 2002-03-26  Andreas Jaeger  <aj@suse.de>
7776         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7777         read and write accesses as detailed as possible.
7778         (__memcpy_by2): Likewise.
7779         (__memcpy_g): Likewise.
7780         (memmove): Likewise.
7781         (memcmp): Likewise.
7782         (__memset_ccn_by4): Likewise.
7783         (__memset_ccn_by2): Likewise.
7784         (__memset_gcn_by4): Likewise.
7785         (__memset_gcn_by2): Likewise.
7786         (memchr): Likewise.
7787         (__memrchr): Likewise.
7788         (rawmemchr): Likewise.
7789         (__strlen_g): Likewise.
7790         (__strcpy_g): Likewise.
7791         (__mempcpy_by4): Likewise.
7792         (__mempcpy_by2): Likewise.
7793         (__mempcpy_byn): Likewise.
7794         (__stpcpy_g): Likewise.
7795         (__strncpy_by4): Likewise.
7796         (__strncpy_by2): Likewise.
7797         (__strncpy_byn): Likewise.
7798         (__strncpy_gg): Likewise.
7799         (__strcat_c): Likewise.
7800         (__strcat_g): Likewise.
7801         (__strncat_g): Likewise.
7802         (__strcmp_gg): Likewise.
7803         (__strncmp_g): Likewise.
7804         (__strchr_c): Likewise.
7805         (__strchr_g): Likewise.
7806         (__strchrnul_c): Likewise.
7807         (__strchrnul_g): Likewise.
7808         (__strrchr_c): Likewise.
7809         (__strrchr_g): Likewise.
7810         (__strrchr_c): Likewise.
7811         (__strrchr_g): Likewise.
7812         (__strcspn_c1): Likewise.
7813         (__strcspn_cg): Likewise.
7814         (__strcspn_g): Likewise.
7815         (__strcspn_g): Likewise.
7816         (__strspn_c1): Likewise.
7817         (__strspn_cg): Likewise.
7818         (__strspn_g): Likewise.
7819         (__strspn_g): Likewise.
7820         (__strpbrk_cg): Likewise.
7821         (__strpbrk_g): Likewise.
7822         (__strstr_cg): Likewise.
7823         (__strstr_g): Likewise.
7825         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7826         Michal Ludvig <mludvig@suse.cz>.
7828         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7829         compatibilty, adjust for kernel changes.
7831         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7832         sigcontext): Adjust for kernel changes.
7834 2002-03-25  Andreas Jaeger  <aj@suse.de>
7836         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7837         little endian.
7838         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7840 2002-03-24  Andreas Jaeger  <aj@suse.de>
7842         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7844         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7846         * iconv/tst-iconv3.c (main): Use correct printf strings.
7848 2002-03-18  Roland McGrath  <roland@frob.com>
7850         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7851         (CMGROUP_MAX): New macro.
7853 2002-03-23  Roland McGrath  <roland@frob.com>
7855         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7856         * sysdeps/posix/shm_unlink.c: Likewise.
7858 2002-03-22  Roland McGrath  <roland@frob.com>
7860         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7861         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7862         under --enable-libio.
7863         * sysdeps/mach/hurd/configure: Regenerated.
7865 2002-03-23  Roland McGrath  <roland@frob.com>
7867         * sysdeps/mach/hurd/i386/Makefile
7868         (sysdep_routines, shared-only-routines): Don't add framestate,
7869         reverting 2001-10-02 change.
7870         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7871         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7872         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7873         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7874         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7875         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7876         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7877         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7878         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7879         Do it here instead, only if [$(unwind-find-fde) = yes].
7881 2002-03-23  Andreas Jaeger  <aj@suse.de>
7883         * signal/signal.h: Fix typo. Patch by Steve Kemp
7884         <skx@tardis.ed.ac.uk>.
7886 2002-03-22  Andreas Jaeger  <aj@suse.de>
7888         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7889         getresuid.
7891         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7892         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7893         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7894         user_fpregs_struct): Rename fwd.
7896         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7897         Follow sigcontext changes.
7899 2002-03-22  Andreas Jaeger  <aj@suse.de>
7901         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7902         changes for NaNs on MIPS.
7903         Patch by Hartvig Ekner <hartvige@mips.com>.
7905 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7907         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7908         Use realloc if too large.
7909         (addgrbyid): Likewise.
7910         * nscd/hstcache.c (addhstbyname): Likewise.
7911         (addhstbyaddr): Likewise.
7912         (addhstbynamev6): Likewise.
7913         (addhstbyaddrv6): Likewise.
7914         * nscd/pwdcache.c (addpwbyname): Likewise.
7915         (addpwbyuid): Likewise.
7917 2002-03-21  Andreas Jaeger  <aj@suse.de>
7919         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7920         _fpstate): Add separate struct for x86-64.
7922         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7923         user_fpregs_struct): Change member names to follow kernel.
7925 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7927         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7928         Correctly close the UDP connection right away [PR libc/3120].
7930 2002-03-20  Andreas Jaeger  <aj@suse.de>
7932         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7933         user_fpregs_struct): Fix for changed kernel struct.
7934         (struct user_regs_struct): Likewise.
7935         (struct user): Likewise.
7936         Add 32-bit x86 compatibility.
7938         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7940 2002-03-19  Andreas Jaeger  <aj@suse.de>
7942         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7944 2002-03-18  Andreas Jaeger  <aj@suse.de>
7946         * iconvdata/Makefile: Only run tests when shared libs are
7947         available.
7949 2002-03-17  Andreas Jaeger  <aj@suse.de>
7951         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7953         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7955         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7956         bits.
7958         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7959         (CAUSE_SHIFT): New macro.
7960         Patch by Hartvig Ekner <hartvige@mips.com>.
7962         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7963         * sysdeps/generic/unwind-pe.h: Likewise.
7965         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7966         type to _IO_setb.
7968         * libio/stdio.c (AL2): Define variant when visibility attribute is
7969         not supported.
7971         * include/libc-symbols.h (_INTVARDEF): Define variant when
7972         visibility attribute is not supported.
7974 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7976         * po/fr.po: Update from translation team.
7978 2002-02-25  Bruno Haible  <bruno@clisp.org>
7980         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7982 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7984         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7985         buffers if _IO_file_attach failed.
7987         * libio/fileops.c (_IO_file_open): Close file descriptor if
7988         _IO_SEEKOFF call failed.
7990 2002-03-15  H.J. Lu  <hjl@gnu.org>
7991             Ulrich Drepper  <drepper@redhat.com>
7993         * configure.in: Check for availability of
7994         init_array/fini_array/preinit_array handling in binutils.
7995         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7996         * config.make.in (have-initfini-array): New variable.
7998 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8000         * stdio-common/tst-printf.c (main): Comment out one test which
8001         checked the compiler's ability to fold floating-point constants
8002         but not really printf.
8003         (rfg3): Make s const.
8004         * stdio-common/tst-printf.sh: Adjust for removed test.
8006         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
8007         internal function.  Adjust for internal_function calling convention.
8008         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
8009         as internal_function.
8011         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
8012         hidden.
8014         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
8015         declaration and definition.
8016         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
8017         declaration.
8018         * nss/getXXent_r.c: Likewise.
8019         * nss/nsswitch.h (db_lookup_function): Add internal_function to
8020         definition.
8022         * include/time.h: Declare __localtime_r as hidden.
8024         * include/aliases.h: Declare __getaliasent_r as hidden.
8025         * include/grp.h: Declare __getgrent_r as hidden.
8026         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
8027         __getservent_r, and __getprotoent_r as hidden.
8028         * include/pwd.h: Declare __getpwent_r as hidden.
8029         * include/shadow.h: Declare __getspent_r as hidden.
8030         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8032         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8033         and __gconv_transliterate as hidden.
8034         Add internal_function to __gconv_get_path declaration.
8035         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8036         definition.  Add attribute_hidden to __gconv_read_conf definition.
8038 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8040         * elf/rtld.c: Declare _environ as hidden.
8041         * sysdeps/generic/dl-environ.c: Likewise.
8042         * sysdeps/generic/dl-sysdep.c: Likewise.
8044         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8045         _dl_mcount_internal as hidden.
8047         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8048         * sysdeps/generic/dl-brk.c: New file.
8049         * sysdeps/generic/dl-sbrk.c: New file.
8050         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8051         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8053         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8054         (__errno_location): New function.  Declare errno as hidden.
8055         * elf/rtld.c (_dl_argc): Define as hidden.
8056         (_dl_skip_args): Define as hidden.
8057         (_begin, _end): Declare as hidden.
8058         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8059         * sysdeps/generic/entry.h (_start): Declare as hidden.
8060         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8061         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8062         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8063         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8065 2002-03-14  Roland McGrath  <roland@frob.com>
8067         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8069         * Makeconfig (%.v.i, %.v): New implicit rules.
8070         (preprocess-versions): Variable removed.
8071         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8072         shlib-versions input files as dependencies.
8073         ($(common-objpfx)soversions.i): Depend on that instead of the input
8074         files.  Use it as input instead of using a pipeline.
8075         (postclean-generated): Append soversions.i, shlib-versions.v, and
8076         shlib-versions.v.i here.
8077         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8078         the Versions.def input files as dependencies.
8079         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8080         ($(common-objpfx)Versions.all): Depend on that instead of the input
8081         files.  Use it as input instead of using a pipeline.
8082         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8083         (postclean-generated): Append those .v and .v.i files here.
8085 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8087         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8088         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8089         Remove.
8091 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8093         * sysdeps/generic/mp_clz_tab.c: New file.
8094         * sysdeps/i386/mp_clz_tab.c: New file.
8095         * sysdeps/hppa/mp_clz_tab.c: New file.
8096         * sysdeps/powerpc/mp_clz_tab.c: New file.
8097         * stdlib/Makefile (aux): Revert last patch.
8098         * math/Makefile (gmp-objs): Likewise.
8100 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8102         * time/strftime.c: Comment fixes for references to obsolescent
8103         standards, In most cases the simplest fix is to remove the
8104         confusing comments.  Cross-referencing all the standards properly
8105         is a bit of a pain, and it should be enough to put that info in
8106         the documentation as I did in my recent time.texi patch.
8108 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8110         * manual/time.texi (Formatting Calendar Time):
8111         ISO C99 also specifies the E and O modifiers.
8112         %P is a GNU extension, and is not in ISO C99.
8113         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8114         %T is also in ISO C99.
8115         The RFC 822 example is not valid in arbitrary locales.
8116         Reword the POSIX.2 wording slightly, to make it a bit clearer
8117         that POSIX.2 formats are also supported by later POSIX versions.
8118         If a format was introduced in ISO C99 it is also required by
8119         POSIX.1-2001.
8121 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8123         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8124         _sys_nerr_internal with INTVARDEF2.
8125         * include/libc-symbols.h (INTVARDEF2): New macro.
8126         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8127         (_sys_nerr_internal): Library.
8129         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8130         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8132         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8134 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8136         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8138 2002-03-02  Andreas Schwab  <schwab@suse.de>
8140         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8141         'h' flag and positional arg.
8142         * stdio-common/tst-printf.c (rfg3): New function to test
8143         positional arguments.
8144         (main): Fix some warnings.
8146 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8148         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8149         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8151 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8153         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8155         * include/locale.h (_nl_C_locobj): Declare as hidden.
8157         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8158         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8160         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8162         * include/sys/gmon.h: Declare _gmonparam as hidden.
8164         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8165         (__ctype32_wctrans): Likewise.
8166         (__ctype32_width): Likewise.
8168         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8169         use of __ttyname.
8171         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8172         Define as hidden.
8173         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8174         hidden.  Change all users of these variables.
8176         * posix/regex_internal.h (__re_error_msgid): Renamed from
8177         re_error_msgid.  Declare as hidden.
8178         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8179         hidden.
8181         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8182         (__printf_function_table): Likewise.
8183         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8184         hidden.
8185         (__printf_function_table): Likewise.
8187         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8188         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8190         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8191         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8193         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8194         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8196 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8198         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8199         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8200         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8201         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8202         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8203         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8204         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8205         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8206         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8207         _nl_C_LC_CTYPE_width: Declare as hidden.
8208         * include/locale.h: Declare _nl_locale_file_list.
8209         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8210         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8211         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8212         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8213         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8214         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8215         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8216         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8217         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8218         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8219         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8220         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8221         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8222         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8223         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8224         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8225         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8226         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8227         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8228         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8229         _nl_C_LC_CTYPE_width, and as hidden.
8230         * locale/findlocale.c: Declare _nl_C as hidden.
8231         * locale/newlocale.c: Likewise.
8232         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8233         _nl_locale_file_list.
8234         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8235         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8236         Define _nl_C_locobj as hidden.
8238         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8239         (_mtrace_line): Likewise.
8241         * include/time.h: Declare __mon_yday as hidden.
8242         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8244         * libio/libioP.h: Declare __libio_codecvt as hidden.
8245         * libio/fileops.c: Declare __libio_translit as hidden.
8246         * libio/iofwide.c: Define __libio_translit as hidden.
8248         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8249         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8250         * login/getutline_r.c: Likewise.
8251         * login/utmpname.c: Likewise.
8253         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8254         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8255         __libc_utmp_file_name as hidden.
8257         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8258         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8259         * locale/freelocale.c: Likewise.
8260         * locale/lc-time.c: Likewise.
8262         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8263         (__libc_ptyname2): Likewise.
8264         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8265         hidden.
8266         (__libc_ptyname2): Likewise.
8268         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8269         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8270         * sysdeps/generic/init-first.c: Likewise.
8271         * sysdeps/i386/init-first.c: Likewise.
8272         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8273         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8274         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8275         * sysdeps/sh/init-first.c: Likewise.
8276         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8277         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8279         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8280         (_itowa_upper_digits): Likewise.
8282         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8283         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8284         as hidden.
8286         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8287         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8288         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8289         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8291         * gmon/gmon.c (__bb_head): Define as hidden.
8292         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8294         * argp/argp-parse.c (_argp_hang): Define as static.
8296         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8297         handling in latest compilers.
8299         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8300         define alias.
8301         * libio/fileops.c (_IO_file_jumps): Likewise.
8302         * libio/stdfiles.c (_IO_list_all): Likewise.
8303         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8305         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8306         include/malloc.h.
8307         * include/malloc.h: Add __libc_malloc_initialized declaration
8308         here.  Mark variable hidden.
8309         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8311         * elf/dl-open.c (__libc_argc): Declare as hidden.
8312         (__libc_argv): Likewise.
8313         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8314         (__libc_argv): Likewise.
8315         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8316         __libc_argv as hidden.
8317         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8318         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8319         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8320         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8322         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8323         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8324         * stdlib/erand48.c: Likewise.
8325         * stdlib/jrand48.c: Likewise.
8326         * stdlib/lcong48.c: Likewise.
8327         * stdlib/lrand48.c: Likewise.
8328         * stdlib/mrand48.c: Likewise.
8329         * stdlib/nrand48.c: Likewise.
8330         * stdlib/seed48.c: Likewise.
8331         * stdlib/srand48.c: Likewise.
8333         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8334         (_itoa_lower_digits_internal): New declaration.
8335         (_itoa_upper_digits_internal): New declaration.
8336         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8337         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8338         (_itoa_upper_digits_internal): New declaration.
8339         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8340         _itoa_lower_digits.
8341         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8342         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8344         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8345         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8347         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8348         (_itowa_lower_digits): Likewise.
8349         (_itowa_upper_digits): Likewise.
8350         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8351         (_itowa_upper_digits): Likewise.
8353         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8354         not already defined.
8355         (GERMANIC_PLURAL): Declare as hidden.
8357         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8358         (attribute_hidden): Define as empty macro if not already defined.
8360         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8361         (__gconv_max_path_elem_len): Likewise.
8362         (__gconv_path_envvar): Likewise.
8364         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8365         * stdlib/Makefile (aux): Remove mp_clz_tab.
8366         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8368         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8370         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8372         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8373         _nl_category_names, _nl_category_name_sizes, _nl_current,
8374         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8376         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8377         (_nl_current_default_domain): Likewise
8378         (_nl_state_lock): Likewise.
8379         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8380         (_nl_current_default_domain): Likewise
8381         (_nl_state_lock): Likewise.
8382         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8384         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8385         (_fpioconst_pow10): Likewise.
8387         * include/time.h (_tmbuf): Add attribute_hidden.
8389         * time/tzset.c (tzstring_list): Define as static.
8391         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8392         __use_tzfile declaration.
8394         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8395         and __wcsmbs_last_locale declaration.
8397 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8399         * timezone/Makefile (tzbases): Move systemv from here...
8400         (tzlinks): to here, since the entries in systemv were all changed
8401         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8402         tested) by Peter Breitenlohner.
8404 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8406         * time/tst-posixtz.c (tests): Add new tests.
8407         (main): Test whether tzset() sets daylight properly.
8409 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8411         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8412         __tzname_cur_max setting...
8413         (tzset_internal): ...here.
8415 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8417         * time/tzset.c (compute_change): Don't return any value.
8418         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8419         (__tz_convert): But here.
8421 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8423         * manual/examples/mkfsock.c: Include <string.h> as well.
8424         Patch by Alain De Carolis <alaind@wseurope.com>.
8426 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8428         * posix/regexec.c (re_match): Fix incorrect register sizes.
8429         (re_search): Likewise.
8431 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8433         * posix/regcomp.c (regfree): Remove a disused condition.
8434         * posix/regex_internal.c (re_acquire_state): Likewise.
8435         (re_acquire_state_context): Likewise.
8436         (register_state): Remove a redundant malloc invocation.
8437         * posix/regex_internal.h: (re_state_table_entry): Simplify
8438         the structure.
8440 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8442         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8443         handling conditions.
8444         (regerror): Likewise.
8445         (regfree): Likewise.
8446         (re_compile_internal): Likewise.
8447         (init_dfa): Likewise.
8448         (init_word_char): Likewise.
8449         (create_initial_state): Likewise.
8450         (analyze): Likewise.
8451         (analyze_tree): Likewise.
8452         (duplicate_node): Likewise.
8453         (calc_eclosure): Likewise.
8454         (calc_eclosure_iter): Likewise.
8455         (parse): Likewise.
8456         (parse_reg_exp): Likewise.
8457         (parse_branch): Likewise.
8458         (parse_expression): Likewise.
8459         (parse_subexp): Likewise.
8460         (parse_dup_op): Likewise.
8461         (parse_bracket_exp): Likewise.
8462         (build_equiv_class): Likewise.
8463         (build_charclass): Likewise.
8464         (build_word_op): Likewise.
8465         (fetch_number): Likewise.
8466         (create_tree): Likewise.
8467         (duplicate_tree): Likewise.
8468         * posix/regex.c (BE): New macro.
8469         * posix/regexec.c (re_match): Add __builtin_expect to error
8470         handling conditions.
8471         (re_match_2): Likewise.
8472         (re_search): Likewise.
8473         (re_search_internal): Likewise.
8474         (check_matching): Likewise.
8475         (proceed_next_node): Likewise.
8476         (set_regs): Likewise.
8477         (sift_states_backward): Likewise.
8478         (add_epsilon_backreference): Likewise.
8479         (transit_state): Likewise.
8480         (transit_state_sb): Likewise.
8481         (transit_state_mb): Likewise.
8482         (transit_state_bkref): Likewise.
8483         (transit_state_bkref_loop): Likewise.
8484         (build_trtable): Likewise.
8485         (group_nodes_into_DFAstates): Likewise.
8486         (match_ctx_init): Likewise.
8487         (match_ctx_add_entry): Likewise.
8488         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8489         to error handling conditions.
8490         (re_string_construct_toupper): Likewise.
8491         (build_wcs_buffer): Likewise.
8492         (build_wcs_upper_buffer): Likewise.
8493         (build_upper_buffer): Likewise.
8494         (re_string_translate_buffer): Likewise.
8495         (re_node_set_alloc): Likewise.
8496         (re_node_set_init_1): Likewise.
8497         (re_node_set_init_2): Likewise.
8498         (re_node_set_init_copy): Likewise.
8499         (re_node_set_intersect): Likewise.
8500         (re_node_set_init_union): Likewise.
8501         (re_node_set_merge): Likewise.
8502         (re_node_set_insert): Likewise.
8503         (re_dfa_add_node): Likewise.
8504         (re_acquire_state): Likewise.
8505         (re_acquire_state_context): Likewise.
8506         (create_new_state_common): Likewise.
8507         (register_state): Likewise.
8508         (create_ci_new_state): Likewise.
8509         (create_cd_new_state): Likewise.
8510         (re_string_context_at): Remove redundant condition.
8512 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8514         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8516         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8518 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8520         * sysdeps/i386/elf/configure.in: Fix comment.
8522         * sysdeps/sparc/sparc64/configure.in: New file.
8523         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8524         if .dynamic comes before .got.
8525         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8527         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8528         HP_TIMING_ACCUM): Fix typos.
8530 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8532         * string/strfry.c: Add some more randomness to the seed.
8533         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8535         * po/es.po: Update from translation team.
8536         * po/fr.po: Likewise.
8538         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8540         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8541         when determining type of format.
8542         Patch by James Antill <james@anqd.org> [PR libc/2787].
8544 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8546         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8548 2002-03-11  Roland McGrath  <roland@frob.com>
8550         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8552         * Versions.def (libc): Add GLIBC_2.2.6.
8553         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8554         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8555         __errno_location instead of __hurd_errno_location, and don't inline it.
8556         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8557         * hurd/errno.c: New file.
8558         * hurd/Makefile (routines): Add errno.
8560 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8562         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8563         ridiculously large widths and precisions [PR libc/3026].
8565 2002-03-11  Andreas Jaeger  <aj@suse.de>
8567         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8568         support.
8569         Patch by Susanne Oberhauser <froh@SuSE.de>.
8571 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8573         * inet/rexec.c (ahostbuf): Define as static.
8575         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8576         (__ctype32_wctrans): Likewise.
8577         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8578         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8579         (__ctype32_wctrans): Likewise.
8580         (__ctype32_width): Likewise.
8582         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8583         They were never exported anyway.
8585         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8586         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8587         exported.
8588         * include/sys/gmon.h: Declare _gmonparam.
8590         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8591         symbols for getdents64.  They were never exported.
8593 2002-03-09  Roland McGrath  <roland@frob.com>
8595         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8596         Reported by Jon Arney <jarney1@cox.net>.
8598 2002-02-23  Roland McGrath  <roland@frob.com>
8600         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8601         declaration.
8602         (__hurd_errno_location): Function removed.
8604 2002-03-06  Andreas Jaeger  <aj@suse.de>
8606         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8607         32-bit.
8609 2002-03-04  Andreas Jaeger  <aj@suse.de>
8611         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8613         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8614         x86-64.
8616         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8618         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8620         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8622         * sysdeps/x86_64/bits/setjmp.h: New file.
8624         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8626         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8628         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8629         for x86.
8630         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8631         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8633 2002-02-28  Bo Thorsen  <bo@suse.de>
8635         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8636         version.
8638 2002-03-03  Andreas Jaeger  <aj@suse.de>
8640         * sysdeps/x86_64/bits/wordsize.h: New file.
8642         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8643         * elf/tst-tlsmod1.c: Likewise.
8645         * posix/regcomp.c: Get regex.h from include dir for internal
8646         prototypes.
8648         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8649         to libc-internal.h and include it.
8650         * include/libc-internal.h: Add __init_misc.
8652         * misc/init-misc.c: Include libc-internal.h for prototypes.
8654         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8656         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8657         _IO_putc_internal.
8659 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8661         * posix/regcomp.c: Compatibility changes to allow using the code
8662         outside glibc.
8664 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8666         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8667         compiled non-PIC.
8669 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8671         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8672         of .str elements in the returned data structure.
8674         * elf/elf.h: Add Alpha TLS bits.
8676 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8678         * sysdeps/unix/sysv/linux/nice.c: New file.
8680 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8682         * elf/Makefile (dl-routines): Add dl-origin.
8683         (elide-routines.os): Add dl-origin.
8684         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8685         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8686         _dl_debug_state.
8687         * include/libc-symbols.c: Define attribute_hidden depending on
8688         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8690         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8691         * elf/dl-load.c: Likewise.
8692         * elf/rtld.c: Likewise.
8693         * include/unistd.h: Declare __libc_enable_secure_internal.
8694         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8695         Use INTUSE with __libc_enable_secure.
8696         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8698         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8699         * elf/dl-error.c: Likewise,
8700         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8702         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8703         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8704         function definition.  Use INTDEF with _dl_get_origin.
8705         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8707         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8708         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8710         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8711         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8712         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8714         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8715         * elf/dl-deps.c: Likewise.
8716         * elf/dl-error.c: Likewise.
8717         * elf/dl-fini.c: Likewise.
8718         * elf/dl-init.c: Likewise.
8719         * elf/dl-load.c: Likewise.
8720         * elf/dl-lookup.c: Likewise.
8721         * elf/dl-reloc.c: Likewise.
8722         * elf/dl-version.c: Likewise.
8723         * elf/do-lookup.h: Likewise.
8724         * sysdeps/arm/dl-machine.h: Likewise.
8725         * sysdeps/cris/dl-machine.h: Likewise.
8726         * sysdeps/hppa/dl-machine.h: Likewise.
8727         * sysdeps/i386/dl-machine.h: Likewise.
8728         * sysdeps/m68k/dl-machine.h: Likewise.
8729         * sysdeps/powerpc/dl-machine.h: Likewise.
8730         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8731         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8732         * sysdeps/sh/dl-machine.h: Likewise.
8733         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8734         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8735         * sysdeps/x86_64/dl-machine.h: Likewise.
8736         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8737         _dl_argv[0].  Use INTUSE with _dl_argv.
8738         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8739         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8741 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8743         * elf/rtld.c (_rtld_global): Remove .protected.
8744         (_rtld_local): Strong alias to _rtld_global.
8745         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8746         only .os object.
8747         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8748         _rtld_local instead of _rtld_global.
8749         (_rtld_local): Add hidden extern, possibly in .sdata section.
8750         * configure.in: Add tests for visibility attribute and .sdata.
8751         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8752         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8753         * sysdeps/arm/dl-machine.h: Likewise.
8754         * sysdeps/generic/ldsodefs.h: Likewise.
8755         * sysdeps/hppa/dl-machine.h: Likewise.
8756         * sysdeps/cris/dl-machine.h: Likewise.
8757         * sysdeps/i386/dl-machine.h: Likewise.
8758         * sysdeps/ia64/dl-machine.h: Likewise.
8759         * sysdeps/m68k/dl-machine.h: Likewise.
8760         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8761         * sysdeps/mips/dl-machine.h: Likewise.
8762         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8763         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8764         * sysdeps/sh/dl-machine.h: Likewise.
8765         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8766         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8767         * sysdeps/x86_64/dl-machine.h: Likewise.
8769 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8771         * login/login.c (login): Always initialize ut_line field
8772         [PR libc/2991].
8774 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8776         * sysdeps/i386/Makefile (sysdep_routines): Add
8777         divdi3 in csu dir.
8778         (shared-only-routines): Likewise.
8779         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8780         (shared-only-routines): Likewise.
8781         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8782         (shared-only-routines): Likewise.
8783         * sysdeps/wordsize-32/divdi3.c: New file.
8785 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8787         * locale/iso-4217.def: Remove obsolete currencies for countries
8788         with Euro.
8790 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8792         * posix/regcomp.c (regcomp): Remove a redundant condition.
8793         (init_word_char): Add a check on malloc failure.
8794         (create_initial_state): Likewise.
8795         (duplicate_node): Likewise.
8796         (calc_eclosure): Likewise.
8797         (calc_eclosure_iter): Likewise.
8798         (parse_expression): Likewise.
8799         (parse_bracket_exp): Remove unnecessary malloc invocations.
8800         (build_equiv_class): Likewise.
8801         (build_charclass): Likewise.
8802         * posix/regex_internal.c (re_node_set_intersect): Add a check
8803         on malloc failure.
8804         (re_node_set_add_intersect): Likewise.
8805         (re_node_set_merge): Likewise.
8806         (re_acquire_state): Likewise.
8807         (re_acquire_state_context): Likewise.
8808         (create_newstate_common): Likewise.
8809         (register_state): Likewise.
8810         (create_ci_newstate): Likewise.
8811         (create_cd_newstate): Likewise.
8812         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8813         and re_acquire_state_context.
8814         * posix/regexec.c (regexec): Suit it to the error handling of
8815         re_search_internal.
8816         (re_match): Likewise.
8817         (re_search): Likewise.
8818         (re_search_internal): Add a check on malloc failure.
8819         (acquire_init_state_context): Likewise.
8820         (check_matching): Likewise.
8821         (proceed_next_node): Likewise.
8822         (set_regs): Likewise.
8823         (sift_states_backward): Likewise.
8824         (sift_states_iter_bkref): Likewise.
8825         (add_epsilon_backreference): Likewise.
8826         (transit_state): Likewise.
8827         (transit_state_sb): Likewise.
8828         (transit_state_mb): Likewise.
8829         (transit_state_bkref_loop): Likewise.
8830         (build_trtable): Likewise.
8831         (group_nodes_into_DFAstates): Likewise.
8832         (match_ctx_init): Likewise.
8833         (match_ctx_add_entry): Likewise.
8835 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8837         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8838         l_libname if profiling is enabled [PR libc/2916].
8840         * sysdeps/ia64/dl-tls.h: New file.
8842 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8844         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8845         Work around an Alpha gas bug.
8847 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8849         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8850         uses read to load the catalog.
8851         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8853 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8855         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8856         regex_internal.c, and regex_internal.h.
8857         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8858         * posix/regex.c: Complete rewrite.
8859         * posix/regexec.c: New file.
8860         * posix/regcomp.c: New file.
8861         * posix/regex_internal.c: New file.
8862         * posix/regex_internal.h: New file.
8863         * posix/regex.h (RE_ICASE): New macro.
8864         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8866         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8867         ungetwc.  It's a macro.
8868         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8869         implementation.
8870         Reported by Jason Merrill <jason@redhat.com>.
8872 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8874         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8875         position to fp->_offset if it is set.
8876         * stdio-common/Makefile (tests): Add tst-fdopen.
8877         * stdio-common/tst-fdopen.c: New test.
8879 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8881         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8882         * stdio-common/tst-ungetc.c (main): Add another test.
8884 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8886         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8887         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8888         aliases.  Add prototypes for the new aliases.
8889         * assert/assert.c: Likewise.
8890         * include/libc-symbols.h: Likewise.
8891         * include/stdio.h: Likewise.
8892         * include/netinet/in.h: Likewise.
8893         * include/rpc/auth.h: Likewise.
8894         * include/rpc/auth_unix.h: Likewise.
8895         * include/rpc/key_prot.h: Likewise.
8896         * include/rpc/pmap_prot.h: Likewise.
8897         * include/rpc/pmap_rmt.h: Likewise.
8898         * include/rpc/rpc_msg.h: Likewise.
8899         * include/rpc/xdr.h: Likewise.
8900         * inet/gethstbyad_r.c: Likewise.
8901         * inet/gethstbynm2_r.c: Likewise.
8902         * inet/gethstbynm_r.c: Likewise.
8903         * inet/gethstent_r.c: Likewise.
8904         * inet/in6_addr.c: Likewise.
8905         * libio/__fpurge.c: Likewise.
8906         * libio/filedoalloc.c: Likewise.
8907         * libio/fileops.c: Likewise.
8908         * libio/ftello.c: Likewise.
8909         * libio/ftello64.c: Likewise.
8910         * libio/genops.c: Likewise.
8911         * libio/iofclose.c: Likewise.
8912         * libio/iofdopen.c: Likewise.
8913         * libio/iofflush.c: Likewise.
8914         * libio/iofflush_u.c: Likewise.
8915         * libio/iofgetpos.c: Likewise.
8916         * libio/iofgetpos64.c: Likewise.
8917         * libio/iofgets.c: Likewise.
8918         * libio/iofgets_u.c: Likewise.
8919         * libio/iofopen.c: Likewise.
8920         * libio/iofopncook.c: Likewise.
8921         * libio/iofputs.c: Likewise.
8922         * libio/iofread.c: Likewise.
8923         * libio/iofread_u.c: Likewise.
8924         * libio/iofsetpos.c: Likewise.
8925         * libio/iofsetpos64.c: Likewise.
8926         * libio/ioftell.c: Likewise.
8927         * libio/iofwrite.c: Likewise.
8928         * libio/iogetline.c: Likewise.
8929         * libio/iogets.c: Likewise.
8930         * libio/iogetwline.c: Likewise.
8931         * libio/iolibio.h: Likewise.
8932         * libio/iopadn.c: Likewise.
8933         * libio/iopopen.c: Likewise.
8934         * libio/ioseekoff.c: Likewise.
8935         * libio/ioseekpos.c: Likewise.
8936         * libio/iosetbuffer.c: Likewise.
8937         * libio/iosetvbuf.c: Likewise.
8938         * libio/ioungetc.c: Likewise.
8939         * libio/ioungetwc.c: Likewise.
8940         * libio/iovdprintf.c: Likewise.
8941         * libio/iovsprintf.c: Likewise.
8942         * libio/iovsscanf.c: Likewise.
8943         * libio/libioP.h: Likewise.
8944         * libio/memstream.c: Likewise.
8945         * libio/obprintf.c: Likewise.
8946         * libio/oldfileops.c: Likewise.
8947         * libio/oldiofclose.c: Likewise.
8948         * libio/oldiofdopen.c: Likewise.
8949         * libio/oldiofgetpos.c: Likewise.
8950         * libio/oldiofgetpos64.c: Likewise.
8951         * libio/oldiofopen.c: Likewise.
8952         * libio/oldiofsetpos.c: Likewise.
8953         * libio/oldiofsetpos64.c: Likewise.
8954         * libio/oldiopopen.c: Likewise.
8955         * libio/oldstdfiles.c: Likewise.
8956         * libio/putc.c: Likewise.
8957         * libio/setbuf.c: Likewise.
8958         * libio/setlinebuf.c: Likewise.
8959         * libio/stdfiles.c: Likewise.
8960         * libio/stdio.c: Likewise.
8961         * libio/strops.c: Likewise.
8962         * libio/vasprintf.c: Likewise.
8963         * libio/vscanf.c: Likewise.
8964         * libio/vsnprintf.c: Likewise.
8965         * libio/vswprintf.c: Likewise.
8966         * libio/wfiledoalloc.c: Likewise.
8967         * libio/wfileops.c: Likewise.
8968         * libio/wgenops.c: Likewise.
8969         * libio/wstrops.c: Likewise.
8970         * malloc/mtrace.c: Likewise.
8971         * misc/error.c: Likewise.
8972         * misc/syslog.c: Likewise.
8973         * nss/getXXbyYY_r.c: Likewise.
8974         * nss/getXXent_r.c: Likewise.
8975         * nss/hosts-lookup.c: Likewise.
8976         * stdio-common/getw.c
8977         * stdio-common/printf-prs.c: Likewise.
8978         * stdio-common/printf_fp.c: Likewise.
8979         * stdio-common/printf_size.c: Likewise.
8980         * stdio-common/putw.c: Likewise.
8981         * stdio-common/scanf.c: Likewise.
8982         * stdio-common/sprintf.c: Likewise.
8983         * stdio-common/tmpfile64.c: Likewise.
8984         * stdio-common/vfprintf.c: Likewise.
8985         * stdio-common/vfscanf.c: Likewise.
8986         * stdlib/strfmon.c: Likewise.
8987         * sunrpc/auth_des.c: Likewise.
8988         * sunrpc/auth_none.c: Likewise.
8989         * sunrpc/auth_unix.c: Likewise.
8990         * sunrpc/authdes_prot.c: Likewise.
8991         * sunrpc/authuxprot.c: Likewise.
8992         * sunrpc/clnt_perr.c: Likewise.
8993         * sunrpc/clnt_raw.c: Likewise.
8994         * sunrpc/clnt_tcp.c: Likewise.
8995         * sunrpc/clnt_udp.c: Likewise.
8996         * sunrpc/clnt_unix.c: Likewise.
8997         * sunrpc/key_call.c: Likewise.
8998         * sunrpc/key_prot.c: Likewise.
8999         * sunrpc/openchild.c: Likewise.
9000         * sunrpc/pm_getmaps.c: Likewise.
9001         * sunrpc/pm_getport.c: Likewise.
9002         * sunrpc/pmap_clnt.c: Likewise.
9003         * sunrpc/pmap_prot.c: Likewise.
9004         * sunrpc/pmap_prot2.c: Likewise.
9005         * sunrpc/pmap_rmt.c: Likewise.
9006         * sunrpc/rpc_cmsg.c: Likewise.
9007         * sunrpc/rpc_prot.c: Likewise.
9008         * sunrpc/svc_authux.c: Likewise.
9009         * sunrpc/svc_raw.c: Likewise.
9010         * sunrpc/svc_simple.c: Likewise.
9011         * sunrpc/svc_tcp.c: Likewise.
9012         * sunrpc/svc_udp.c: Likewise.
9013         * sunrpc/svc_unix.c: Likewise.
9014         * sunrpc/xdr.c: Likewise.
9015         * sunrpc/xdr_array.c: Likewise.
9016         * sunrpc/xdr_mem.c: Likewise.
9017         * sunrpc/xdr_rec.c: Likewise.
9018         * sunrpc/xdr_ref.c: Likewise.
9019         * sunrpc/xdr_stdio.c: Likewise.
9020         * sysdeps/generic/_strerror.c: Likewise.
9021         * sysdeps/generic/printf_fphex.c: Likewise.
9022         * sysdeps/generic/tmpfile.c: Likewise.
9023         * sysdeps/gnu/errlist.awk: Likewise.
9024         * sysdeps/gnu/errlist.c: Likewise.
9026         * libio/Makefile (routines): Remove iosprint.
9027         * libio/iosprintf.c: Removed
9030 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9032         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9033         non_dynamic_init and exported now.
9034         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9035         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9036         !SHARED.
9037         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9038         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9039         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9041 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9043         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9044         true in this case.
9046         * locale/iso-639.def: Add language codes for Walloon.
9048         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9049         total number of relocations performed.
9051         * elf/sprof.c (load_profdata): If do_test provide information as
9052         to why loading failed.
9053         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9054         hist_hdr.dimen.
9056         * csu/set-init.c: Moved to...
9057         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9058         * csu/Makefile: Don't compile set-init.
9059         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9060         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9061         to __libc_init.
9062         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9063         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9064         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9065         __libc_init.
9066         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9067         __libc_subinit.
9069 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9071         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9072         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9073         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9074         (_dl_deallocate_tls): New function.
9075         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9076         _dl_deallocate_tls.
9078 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9080         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9081         * stdio-common/tst-fseek.c (main): Add test for this.
9083 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9085         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9087 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9089         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9090         pointer before dereferencing.
9092 2002-02-18  Roland McGrath  <roland@frob.com>
9094         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9096         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9097         Use task_policy in place of task_priority.
9099         * sysdeps/generic/bits/mman.h
9100         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9101         * sysdeps/mach/msync.c: New file.
9103         * sysdeps/mach/powerpc/syscall.S: New file.
9105         * mach/msg.c [MACH_MSG_OVERWRITE]
9106         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9107         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9109         * sysdeps/mach/configure.in: Check for clock.defs to put into
9110         mach_interface_list.
9111         * sysdeps/mach/configure: Regenerated.
9113         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9114         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9115         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9116         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9117         (mach-shortcuts): Add device_read_overwrite_request,
9118         device_read_overwrite, vm_read_overwrite, thread_switch.
9120         * configure.in (base_machine): Set to $machine by default.
9121         * configure: Regenerated.
9123         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9124         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9125         * sysdeps/mach/configure: Regenerated.
9126         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9128         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9130         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9132         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9133         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9135 2002-02-17  Roland McGrath  <roland@frob.com>
9137         * sysdeps/mach/hurd/times.c
9138         [NO_CREATION_TIME] (startup_time): New static variable.
9139         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9140         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9141         creation_time from task_basic_info.
9142         (__times): Use __gettimeofday instead of __host_get_time.
9144         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9145         Use untyped Mach IPC message format.
9147         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9149         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9150         _S_catch_exception_raise_state_identity,
9151         _hurdsig_fault_catch_exception_raise_state,
9152         _hurdsig_fault_catch_exception_raise_state_identity.
9154         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9156         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9157         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9159         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9160         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9162         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9163         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9164         them as no-op macros.
9165         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9166         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9168         * sysdeps/powerpc/dl-machine.h
9169         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9171         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9172         Use untyped Mach IPC message format.
9174         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9175         Handle untyped Mach IPC message formats.
9177         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9178         Expect different argument conventions when this is defined.
9179         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9180         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9181         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9182         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9183         for OSF Mach variant.
9184         (faulted): Use mig_reply_error_t for REPLY.
9185         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9186         in __thread_set_exception_ports call.
9187         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9188         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9190         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9191         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9192         on Darwin, which includes bogons.
9194         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9195         variable LOADBASE so it's not declared when it's not used.
9197 2002-02-16  Roland McGrath  <roland@frob.com>
9199         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9200         to use BI.creation_time.
9202         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9204         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9205         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9206         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9207         host_page_size instead of vm_statistics.
9209         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9210         mach_interface.h here, since not all variants use that name.
9212         * sysdeps/mach/configure.in: Add some checks for Mach headers
9213         to ensure a sane installation.
9214         (mach_interface_list): Define this variable by checking for .defs
9215         files found in various variants.
9216         * configure.in (mach_interface_list): AC_SUBST this.
9217         * config.make.in (mach-interface-list): New substituted variable.
9218         * mach/Makefile (user-interfaces): Define this using the value
9219         of $(mach-interface-list) instead of mach, mach4.
9220         Updated other references to mach_interface to use it as well.
9222         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9224         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9225         mig_reply_error_t for OSF Mach variant.
9227         * mach/Makefile (routines): Remove bootprivport.
9228         * mach/bootprivport.c: File removed.  It has never been used.
9230         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9231         Grok the OSF flavor of message format.
9232         (mach_msg_destroy_port): For MAKE_SEND and
9233         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9234         no-senders notification.
9236 2002-02-06  Roland McGrath  <roland@frob.com>
9238         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9239         to here if 2.0 compatibility enabled ...
9240         (libc: GLIBC_2.1.3): ... from here.
9242 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9244         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9245         generation counter.
9246         * elf/dl-close.c (_dl_close): Likewise.
9248 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9250         * elf/Makefile: Add rules to build and run tst-tls8.
9251         * elf/tst-tls8.c: New file.
9252         * elf/tst-tlsmod4.c: New file.
9254         * stdlib/test-a64l.c (tests): Add more test cases.
9256         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9257         Reported by Walter Harms <WHarms@bfs.de>.
9259 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9261         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9262         definitions for struct sigcontext.
9263         Suggested by David Mosberger-Tang.
9265 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9267         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9268         for removing reference of module in slotinfo list.
9269         (_dl_close): Use remove_slotinfo.
9270         * sysdeps/generic/dl-tls.c: General pretty printing.
9271         (oom): Define only if SHARED.
9272         (_dl_next_tls_modid): Correct starting point for the case we assume
9273         there is a gap.  Add missing instruction grouping (doh!).  Correct
9274         tests for reaching maximum index.
9275         * elf/Makefile: Add rules to build and run tst-tls7.
9276         * elf/tst-tls7.c: New file.
9277         * elf/tst-tlsmod3.c: New file.
9279         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9280         USE_TLS.
9281         * elf/tst-tlsmod2.c: Likewise.
9283         * elf/dl-close.c (_dl_close): When closing an object using TLS
9284         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9285         true.  Increment dl_tls_generation only if we closed any TLS-using
9286         object.
9287         * elf/tst-tls6.c: New file.
9288         * elf/Makefile: Add rules to build and run tst-tls6.
9290         * po/da.po: Update from translation team.
9292         * locale/categories.def: Fix typo [PR libc/2948].
9293         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9294         [PR libc/2949].
9295         * locale/iso-4217.def: Update from official version [PR libc/2950].
9296         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9297         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9298         message if input is too confusion instead of using assert.
9299         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9300         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9302         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9303         * elf/tst-tls2.c: Likewise.
9304         * elf/tst-tls3.c: Likewise.
9306 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9308         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9310 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9312         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9313         if this is really necessary.
9315         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9316         slotinfo array.
9317         (free_mem): Free memory for the slotinfo array if possible.
9319 2002-02-12  Andreas Schwab  <schwab@suse.de>
9321         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9323 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9325         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9326         TLS_DTV_UNALLOCATE.
9327         (oom): New function.
9328         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9329         (_dl_determine_tlsoffset): Likewise.
9330         (_dl_allocate_tls): Likewise.
9331         (__TLS_GET_ADDR): Define if not already defined.
9332         (_dl_tls_symaddr): New function.
9333         (allocate_and_init): New function.
9334         (__tls_get_addr): Actually implement handling of generation counter
9335         and deferred allocation.
9336         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9337         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9338         _dl_tls_generation.
9339         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9340         Declare _dl_tls_symaddr.
9341         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9342         SHARED.
9343         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9344         l_tls_previmage.
9345         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9346         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9347         (_dl_vsym): Likewise.
9348         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9349         layout.
9350         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9351         nextimage list handling.  Instead add all modules using TLS to
9352         dl_tls_dtv_slotinfo_list.
9353         * elf/dl-open.c (dl_open_worker): After successfully loading all
9354         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9355         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9356         empty segment don't do anything.  Remove handling of initimage list.
9357         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9358         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9359         * elf/dl-minimal.c: Define __libc_memalign.
9360         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9361         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9362         _dl_tls_generation.
9363         * include/stdlib.h: Declare __libc_memalign.
9365         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9366         * elf/tst-tls4.c: New file.
9367         * elf/tst-tls5.c: New file.
9368         * elf/tst-tlsmod2.c: New file.
9370         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9372         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9374         * elf/tst-tls1.c: Use test-skeleton.c.
9375         * elf/tst-tls2.c: Likewise.
9376         * elf/tst-tls3.c: Likewise.
9378         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9380 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9382         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9384 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9386         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9388         * elf/tst-tls3.c: New file.
9389         * elf/tst-tlsmod1.c: New file.
9390         * elf/Makefile: Add rules to build and run tst-tls3.
9392         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9393         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9394         TLS relocations.
9396         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9398         * po/fr.po: Update from translation team.
9400         * elf/tls-macros.h: Add alternative macros for use in PIC.
9402         * elf/dl-lookup.c: Include <tls.h>.
9403         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9405         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9406         required by passing pointer to last element of the list.
9408         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9409         l_tls_initimage to a place where it actually is performed.
9411         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9412         after globfree() calls.
9414         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9415         (openaux): Pass open_mode as new last argument to _dl_map_object.
9416         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9417         open_mode element of args variable with it.
9418         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9419         _dl_map_object_deps.
9420         * elf/rtld.c (dl_main): Add zero as last parameter to
9421         _dl_map_object_deps call.
9422         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9423         * elf/nodlopen2.c: New file.
9424         * elf/nodlopenmod2.c: New file.
9425         * elf/Makefile: Add rules to build and run nodlopen2.
9427         * elf/tst-tls1.c: Move TLS helper macros to...
9428         * elf/tls-macros.h: ...here.  New file.
9429         * elf/tst-tls2.c: New file.
9430         * elf/Makefile (tests): Add tst-tls2.
9431         (distribute): Add tls-macros.h.
9433         * po/sv.po: Update from translation team.
9435         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9436         architecture specific definitions from the actual test code.
9438         * po/tr.po: Update from translation team.
9440 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9442         * elf/Makefile (tests): Add tst-tls1.
9443         * elf/tst-tls1.c: New file.
9445         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9446         alignment of TCB for now.
9448         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9449         initialization image for the application itself.
9451         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9452         loop to initialize TLS block.
9454 2002-02-08  Richard Henderson  <rth@redhat.com>
9456         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9457         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9459         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9461 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9463         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9465 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9467         * po/ca.po: Update from translation team.
9468         * po/sk.po: Likewise.
9470         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9471         (dl_main): Move dtv/static TLS handling before relocation.
9472         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9473         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9474         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9475         so far uses TLS initialize GL(dl_tls_static_size) and
9476         GL(dl_tls_static_align) to account for the TCB.
9477         (_dl_allocate_tls): New function.
9478         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9479         _dl_initial_dtv_malloced.
9481         * configure.in: Test for __builtin_memset more realistically.
9483         * csu/version.c (banner): If TLS support is available say so.
9485 2002-02-04  H.J. Lu  <hjl@gnu.org>
9487         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9488         __attribute_used__.
9489         (__dl_runtime_resolve): Likewise.
9491         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9492         declaration.
9494 2001-11-15  H.J. Lu  <hjl@gnu.org>
9496         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9497         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9499         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9501 2002-02-07  H.J. Lu  <hjl@gnu.org>
9503         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9504         ".set noreorder".
9505         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9506         Likewise.
9508 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9510         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9512         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9513         ___tls_get_addr_internal.
9514         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9516         * po/ko.po: Update from translation team.
9518 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9520         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9521         attribute, change __pad{1,2} type to unsigned int.
9522         (struct stat64): Remove packed attribute.
9524 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9526         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9528 2002-02-07  Andreas Schwab  <schwab@suse.de>
9530         * configure.in: Fix check for -zcombreloc.
9532 2002-02-06  H.J. Lu  <hjl@gnu.org>
9534         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9535         * configure.in: Check if __builtin_memset really works.
9536         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9537         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9539 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9541         * io/bug-ftw3.c (main): Don't try the test if root.
9543 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9545         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9546         constraints.
9547         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9548         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9549         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9550         Likewise.
9551         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9552         a weak alias for __clone.
9553         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9554         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9555         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9556         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9557         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9558         a weak alias for __mmap64.
9560 2002-02-05  H.J. Lu  <hjl@gnu.org>
9562         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9563         (atomic_add): Likewise.
9564         (compare_and_swap): Likewise.
9565         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9567 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9569         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9571         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9572         alignment of the TCB and store total size and alignment of static
9573         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9574         tls_index is a typedef.
9575         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9576         _dl_tls_static_align.
9577         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9578         * elf/dl-support.c: Define _dl_tls_static_size and
9579         _dl_tls_static_align.
9581 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9583         * configure.in: Add --without-tls option.
9584         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9585         --without-tls is given.
9587         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9589         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9591 2002-02-06  Roland McGrath  <roland@frob.com>
9593         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9594         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9596         * scripts/versions.awk: Improve error message for missing version.
9597         Each version inherits from the last one only if they have the same
9598         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9599         but not GLIBC_x and FOO_y.
9601         * scripts/firstversions.awk: Handle libraries that don't have each
9602         particular version named in the third column of shlib-versions.
9604         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9606 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9608         * Versions.def [ld]: Add GLIBC_2.3.
9609         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9610         * elf/Makefile (dl-routines): Add dl-tls.
9611         (distribute): Add dl-tls.h.
9612         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9613         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9614         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9615         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9616         along with the other info in the link map.  Change queueing of init
9617         images for double linked list.  Use _dl_next_tls_modid to compute
9618         l_tls_modid.
9619         * elf/rtld.c (_dl_start_final): Store alignment requirement
9620         along with the other info in rtld map and executable map.
9621         (dl_main): Add ld.so to the init image list if necessary.  Compute
9622         final module ID with _dl_next_tls_modid.
9623         * include/link.h (struct link_map): Add l_tls_previmage and
9624         l_tls_align.
9625         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9626         * sysdeps/i386/elf/Versions: New file.
9627         * sysdeps/generic/dl-tls.c: New file.
9628         * sysdeps/generic/dl-tls.h: New file.
9629         * sysdeps/i386/dl-tls.h: New file.
9631 2002-02-06  Roland McGrath  <roland@frob.com>
9633         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9634         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9636 2002-01-05  Roland McGrath  <roland@frob.com>
9638         * sysdeps/mach/configure.in: New file.
9639         * sysdeps/mach/configure: New generated file.
9641         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9642         It has never been used by anything.
9644 2002-02-06  H.J. Lu  <hjl@gnu.org>
9646         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9647         is included.
9649 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9651         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9652         attribute((packed)) to counter stupid people misusing gcc options.
9653         (struct stat64): Likewise.
9655 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9657         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9658         the variables which are used as booleans.
9660 2002-02-06  Andreas Jaeger  <aj@suse.de>
9662         * include/libc-symbols.h (INTUSE): Renamed from INT.
9663         * elf/dl-deps.c: Change users.
9664         * sysdeps/generic/dl-sysdep.c: Likewise.
9665         * sysdeps/generic/dl-cache.c: Likewise.
9666         * elf/dl-reloc.c: Likewise.
9667         * elf/rtld.c: Likewise.
9668         * elf/dl-version.c: Likewise.
9669         * elf/dl-load.c: Likewise.
9670         * elf/dl-dst.h: Likewise.
9671         * elf/dl-init.c: Likewise.
9672         * elf/dl-error.c: Likewise.
9673         * elf/dl-fini.c: Likewise.
9674         * elf/dl-runtime.c: Likewise.
9675         * elf/do-lookup.h: Likewise.
9677         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9678         definition.
9679         * stdio-common/_itowa.h: Likewise.
9681 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9683         * elf/dl-minimal.c: Define _itoa_lower_digits.
9685         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9686         DT_FLAGS set.
9688         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9689         loading modules with the DF_STATIC_TLS flag set.
9690         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9691         element.
9692         * include/link.h (struct link_map): Add l_flags field.
9693         * elf/elf.h (DF_STATIC_TLS): New definition.
9695         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9696         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9698         * elf/rtld.c (process_dl_debug): Correct printing help message.
9699         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9700         for %s.
9702         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9703         definition and pass &errno in use of this variable.
9704         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9706 2002-02-04  Andreas Schwab  <schwab@suse.de>
9708         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9709         * locale/programs/charmap-dir.c: Wrap calls that output messages
9710         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9711         * locale/programs/charmap.c: Likewise.
9712         * locale/programs/ld-address.c: Likewise.
9713         * locale/programs/ld-collate.c: Likewise.
9714         * locale/programs/ld-ctype.c: Likewise.
9715         * locale/programs/ld-identification.c: Likewise.
9716         * locale/programs/ld-measurement.c: Likewise.
9717         * locale/programs/ld-messages.c: Likewise.
9718         * locale/programs/ld-monetary.c: Likewise.
9719         * locale/programs/ld-name.c: Likewise.
9720         * locale/programs/ld-numeric.c: Likewise.
9721         * locale/programs/ld-paper.c: Likewise.
9722         * locale/programs/ld-telephone.c: Likewise.
9723         * locale/programs/ld-time.c: Likewise.
9724         * locale/programs/linereader.c: Likewise.
9725         * locale/programs/linereader.h: Likewise.
9726         * locale/programs/localedef.c: Likewise.
9727         * locale/programs/locfile.c: Likewise.
9728         * locale/programs/repertoire.c: Likewise.
9730 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9732         * elf/rtld.c (_dl_start_final): Determine load address to locate
9733         ehdr with GL(dl_rtld_map).l_map_start.
9735         * po/ca.po: Update from translation team.
9737         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9738         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9739         header entry.
9740         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9741         _dl_tls_module_cnt.
9742         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9744 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9746         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9747         * include/link.h (struct link_map): Add various members for TLS
9748         information.
9749         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9750         _rtld_tlsoffset, add _dl_initimage_list.
9751         * sysdeps/i386/dl-lookupcfg.h: New file.
9752         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9753         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9754         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9755         is used.
9757         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9758         unused.
9760         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9761         thread-pointer as soon as possible.
9762         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9763         elements in rtld_global.
9764         * sysdeps/generic/tls.h: New file.
9765         * elf/Makefile (distribute): Add tls.h.
9766         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9767         relocations.  Not complete yet.
9769         * resolv/resolv.h: Allow user to define __need_res_state and only
9770         define __res_start structure then.
9771         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9773         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9774         dl_cpuclock_offset initialization to _dl_start_final.
9775         (_dl_show_auxv): Avoid unnecessary sign extension.
9776         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9778 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9780         * config.h.in: Add HAVE_TLS_SUPPORT.
9781         * sysdeps/i386/elf/configure.in: New file.
9783 2002-02-03  Andreas Schwab  <schwab@suse.de>
9785         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9786         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9788 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9790         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9791         alloca if the memory reqirements are too high.
9793 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9795         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9796         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9797         the former is available anyway and speed isn't important here.
9798         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9799         * elf/dl-version.c (match_symbol): Likewise.
9800         (_dl_check_map_versions): Likewise.
9801         * elf/rtld.c (process_envvars): Likewise.
9802         (print_statistics): Likewise.
9803         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9804         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9805         bases.  Add assert to catch uses of unimplemented features.
9806         (__strsep): Add assert to catch uses of unimplemented features.
9807         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9808         and avoid inline optimization.
9809         * elf/rtld.c (process_envvars): Likewise.
9810         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9811         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9812         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9814 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9816         * stdio-common/_itoa.h: Minor simplifications of the code.
9817         * stdio-common/_itoa.c: Likewise.
9819         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9820         instead of _dl_printf for debugging info output.
9822         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9823         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9825 2002-02-01  H.J. Lu  <hjl@gnu.org>
9827         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9828         (atomic_add): Likewise.
9829         (compare_and_swap): Return 0 only when failed to compare. Use
9830         branch likely.
9832         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9833         branch likely.
9835 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9837         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9839 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9841         * elf/dl-minimal.c (__strsep): New minimal implementation.
9843 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9845         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9846         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9847         with tm_isdst > 0 when the requested time falls within a
9848         spring-forward gap [PR libc/2894].
9850 2002-02-03  Andreas Schwab  <schwab@suse.de>
9852         * stdio-common/tst-rndseek.c: Increase timeout.
9854 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9856         Change ld.so to not use functions which are exported.  One cannot
9857         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9858         definitions.
9859         * include/libc-symbols.h: Define INT and INTDEF.
9860         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9861         _dl_signal_error_internal, _dl_map_object_internal,
9862         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9863         _dl_lookup_versioned_symbol_internal,
9864         _dl_relocate_object_internal, _dl_debug_state_internal,
9865         _dl_start_profile_internal, and _dl_unload_cache_internal.
9866         * include/dlfcn.h: Declare _dl_catch_error_internal.
9867         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9868         above.  Add INTDEF to function definitions.
9869         * elf/dl-debug.c: Likewise.
9870         * elf/dl-deps.c: Likewise.
9871         * elf/dl-dst.h: Likewise.
9872         * elf/dl-error.c: Likewise.
9873         * elf/dl-fini.c: Likewise.
9874         * elf/dl-init.c: Likewise.
9875         * elf/dl-load.c: Likewise.
9876         * elf/dl-lookup.c: Likewise.
9877         * elf/dl-misc.c: Likewise.
9878         * elf/dl-open.c: Likewise.
9879         * elf/dl-profile.c: Likewise.
9880         * elf/dl-reloc.c: Likewise.
9881         * elf/dl-runtime.c: Likewise.
9882         * elf/dl-version.c: Likewise.
9883         * elf/do-lookup.h: Likewise.
9884         * sysdeps/generic/dl-cache.c: Likewise.
9885         * sysdeps/generic/dl-sysdep.c: Likewise.
9886         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9887         instead of _dl_init.
9888         * sysdeps/arm/dl-machine.h: Likewise.
9889         * sysdeps/cris/dl-machine.h: Likewise.
9890         * sysdeps/hppa/dl-machine.h: Likewise.
9891         * sysdeps/i386/dl-machine.h: Likewise.
9892         * sysdeps/ia64/dl-machine.h: Likewise.
9893         * sysdeps/m68k/dl-machine.h: Likewise.
9894         * sysdeps/mips/dl-machine.h: Likewise.
9895         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9896         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9897         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9898         * sysdeps/sh/dl-machine.h: Likewise.
9899         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9900         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9901         * sysdeps/x86_64/dl-machine.h: Likewise.
9902         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9904         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9905         and _dl_debug_initialize.
9907         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9908         more information.
9909         * elf/rtld.c (dl_main): Avoid strrchr.
9910         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9911         result of readlink.  Search from the back for '/'.
9913         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9914         strncpy if possible.
9916         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9917         strncmp.
9918         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9919         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9920         strspn, and strcspn.
9921         (process_envvars): Don't use strcspn.
9923         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9924         (_dl_dst_substitute): Likewise.
9926 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9928         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9929         code which is never used when relocating ld.so itself.
9931         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9932         starting ld.so itself.  Move l_addr variable initialization closer
9933         to use.
9934         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9936 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9938         * Versions.def (libc): Add GLIBC_PRIVATE.
9939         (libdb, libnss_db, libdb1): Remove.
9940         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9941         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9942         (libpthread): Add GLIBC_PRIVATE.
9943         (libresolv): Likewise, remove GLIBC_2.1.
9944         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9945         GLIBC_2.2.3, GLIBC_2.3.
9946         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9947         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9948         _dl_sym, _dl_vsym): Likewise.
9949         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9950         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9951         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9952         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9953         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9954         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9955         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9956         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9957         Likewise.
9958         (_dl_object_relocation_scope): Remove.
9959         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9960         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9961         __gconv_cache): Move to GLIBC_PRIVATE.
9962         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9963         __internal_setnetgrent): Likewise.
9964         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9965         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9966         * locale/Versions (__collate_element_hash, __collate_element_strings,
9967         __collate_symbol_classes, __collate_symbol_hash,
9968         __collate_symbol_strings, _nl_current_LC_COLLATE,
9969         _nl_current_LC_CTYPE): Likewise.
9970         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9971         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9972         (libnss_nis, libnss_nisplus): Likewise.
9973         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9974         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9975         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9976         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9977         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9978         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9979         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9980         __ns_get16, __ns_samename): Likewise.
9981         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9982         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9983         GLIBC_PRIVATE.
9984         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9985         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9986         __libc_connect): Likewise.
9987         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9988         Likewise.
9989         * stdlib/Versions (__libc_system): Likewise.
9990         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9991         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9992         * sysdeps/ia64/fpu/Versions: Likewise.
9993         * sysdeps/ia64/Versions: Likewise.
9994         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9995         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9996         to GLIBC_PRIVATE.
9997         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9998         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9999         __libc_sigaction): Likewise.
10000         * termios/Versions (__libc_tcdrain): Likewise.
10002         * misc/sys/cdefs (__attribute_noinline__): Define.
10003         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
10004         __attribute_noinline__.
10006         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
10007         * elf/dl-xstat64.c: New file.
10008         * elf/dl-fxstat64.c: New file.
10009         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
10010         don't export __fxstat64 at multiple versions.
10011         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
10012         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
10014 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
10016         * locale/program/ld-collate.c (collate_finish): Assign a wide
10017         char collation sequence value to multi character collating
10018         elements, and avoid over writing by non-character elements.
10020 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10022         * elf/Makefile (distribute): Add dl-procinfo.c.
10023         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
10024         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10026 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10028         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10029         definition.
10030         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10031         _rtld_global struct.
10032         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10033         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10034         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10035         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10036         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10037         _dl_fpu_control_set): Remove unused externs.
10038         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10039         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10040         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10041         related variables in _rtld_global struct.
10042         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10043         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10044         unused extern.
10046 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10048         * sysdeps/generic/dl-procinfo.c: New file.
10050 2002-02-01  Andreas Schwab  <schwab@suse.de>
10052         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10054 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10056         * elf/rtld.c (_dl_start): Mark as internal_function.
10057         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10058         in register.
10059         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10060         General pretty printing.
10062 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10064         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10065         * elf/dl-reloc.c: Pretty printing.
10066         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10067         procinfo-related variables in rtld_global struct.
10068         * elf/dl-support.c: Likewise.
10069         * elf/rtld.c: Likewise.
10070         * sysdeps/i386/i686/Makefile: Likewise.
10071         * sysdeps/i386/i686/hp-timing.c: Likewise.
10072         * sysdeps/i386/i686/hp-timing.h: Likewise.
10073         * sysdeps/ia64/Makefile: Likewise.
10074         * sysdeps/ia64/hp-timing.c: Likewise.
10075         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10076         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10077         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10078         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10079         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10080         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10081         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10082         * sysdeps/x86_64/Makefile: Likewise.
10084         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10085         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10086         _dl_debug_fd to rtld_global.
10087         * elf/Versions: Likewise.
10088         * elf/dl-close.c: Likewise.
10089         * elf/dl-iteratephdr.c: Likewise.
10090         * elf/dl-lookup.c: Likewise.
10091         * elf/dl-misc.c: Likewise.
10092         * elf/dl-open.c: Likewise.
10093         * elf/dl-support.c: Likewise.
10094         * elf/do-lookup.h: Likewise.
10095         * elf/rtld.c: Likewise.
10096         * sysdeps/generic/dl-cache.c: Likewise.
10097         * sysdeps/generic/dl-sysdep.c: Likewise.
10098         * sysdeps/ia64/Versions: Likewise.
10099         * sysdeps/unix/clock_gettime.c: Likewise.
10100         * sysdeps/unix/clock_settime.c: Likewise.
10101         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10102         * sysdeps/sparc/Versions: Removed.
10103         * sysdeps/i386/i686/Versions : Removed.
10104         * sysdeps/x86_64/Versions: Removed.
10105         * configure.in: Define HAVE_PROTECTED if .protected is available.
10106         * config.h.in: Add entry for HAVE_PROTECTED.
10108 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10110         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10111         code in struct _rtld_global.  Export this struct, remove all
10112         exports for the signal variables.
10113         * sysdeps/arm/dl-machine: Likewise.
10114         * sysdeps/generic/dl-origin: Likewise.
10115         * sysdeps/generic/dl-sysdep: Likewise.
10116         * sysdeps/generic/dl-cache: Likewise.
10117         * sysdeps/hppa/dl-fptr: Likewise.
10118         * sysdeps/hppa/dl-machine: Likewise.
10119         * sysdeps/cris/dl-machine: Likewise.
10120         * sysdeps/i386/dl-machine: Likewise.
10121         * sysdeps/ia64/dl-machine: Likewise.
10122         * sysdeps/m68k/dl-machine: Likewise.
10123         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10124         * sysdeps/mips/mips64/dl-machine: Likewise.
10125         * sysdeps/mips/dl-machine: Likewise.
10126         * sysdeps/powerpc/elf/libc-start: Likewise.
10127         * sysdeps/powerpc/dl-machine: Likewise.
10128         * sysdeps/powerpc/dl-start: Likewise.
10129         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10130         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10131         * sysdeps/sh/dl-machine: Likewise.
10132         * sysdeps/s390/s390-32/dl-machine: Likewise.
10133         * sysdeps/s390/s390-64/dl-machine: Likewise.
10134         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10135         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10136         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10137         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10138         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10139         * sysdeps/x86_64/dl-machine: Likewise.
10141 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10143         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10144         are too high.
10146 2002-01-31  Andreas Schwab  <schwab@suse.de>
10148         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10150 2002-01-31  Andreas Schwab  <schwab@suse.de>
10152         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10153         reference to _dl_pagesize.
10155 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10157         * Versions.def [ld]: Add GLIBC_2.3.
10158         * elf/dl-addr.c: Move global variables for SHARED code in struct
10159         _rtld_global.  Export this struct, remove all exports for the
10160         signal variables.
10161         * elf/dl-close.c: Likewise.
10162         * elf/dl-conflict.c: Likewise.
10163         * elf/dl-debug.c: Likewise.
10164         * elf/dl-deps.c: Likewise.
10165         * elf/dl-dst.h: Likewise.
10166         * elf/dl-error.c: Likewise.
10167         * elf/dl-fini.c: Likewise.
10168         * elf/dl-init.c: Likewise.
10169         * elf/dl-iteratephdr.c: Likewise.
10170         * elf/dl-libc.c: Likewise.
10171         * elf/dl-load.c: Likewise.
10172         * elf/dl-lookup.c: Likewise.
10173         * elf/dl-minimal.c: Likewise.
10174         * elf/dl-object.c: Likewise.
10175         * elf/dl-open.c: Likewise.
10176         * elf/dl-profile.c: Likewise.
10177         * elf/dl-profstub.c: Likewise.
10178         * elf/dl-reloc.c: Likewise.
10179         * elf/dl-runtime.c: Likewise.
10180         * elf/dl-support.c: Likewise.
10181         * elf/dl-sym.c: Likewise.
10182         * elf/dl-version.c: Likewise.
10183         * elf/do-lookup.h: Likewise.
10184         * elf/do-rel.h: Likewise.
10185         * elf/dynamic-link.h: Likewise.
10186         * elf/rtld.c: Likewise.
10187         * sysdeps/generic/dl-cache.c: Likewise.
10188         * sysdeps/generic/dl-sysdep.c: Likewise.
10189         * sysdeps/generic/ldsodefs.h: Likewise.
10190         * sysdeps/generic/libc-start.c: Likewise.
10191         * sysdeps/i386/dl-machine.h: Likewise.
10192         * sysdeps/ia64/dl-fptr.c: Likewise.
10193         * sysdeps/ia64/dl-machine.h: Likewise.
10194         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10195         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10196         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10197         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10198         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10199         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10200         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10201         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10203 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10205         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10206         to avoid warning
10207         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10209         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10210         SHARED version.
10211         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10213         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10215 2002-01-29  Ben Collins  <bcollins@debian.org>
10217         * string/bits/string2.h (__mempcpy): Protect size arg for
10218         addition when using __builtin_memcpy.
10220 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10222         * stdlib/Makefile (tests): Add tst-qsort.
10223         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10225         * manual/signal.texi (Process Signal Mask): Document that
10226         pthread_sigmask, not sigprocmask, must be used in MT programs.
10227         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10229         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10230         found.
10231         * misc/Makefile (tests): Add tst-hsearch.
10232         * misc/tst-hsearch.c: New file.
10234 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10236         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10237         * malloc/malloc.h: Likewise.
10238         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10239         * malloc/arena.c: New file.
10240         * malloc/hooks.c: New file.
10241         * malloc/tst-mallocstate.c: New file.
10242         * malloc/Makefile: Add new testcase tst-mallocstate.
10243         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10245 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10247         * stdlib/msort.c: Remove last patch.  The optimization violates the
10248         same rule which qsort.c had problems with.
10250 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10252         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10253         to a pivot element that lies outside the array to be sorted, as
10254         ISO C99 requires that the comparison function be called only with
10255         addresses of array elements [PR libc/2880].
10257 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10259         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10260         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10262         * timezone/asia: Update from tzdata2002b.
10263         * timezone/australasia: Likewise.
10264         * timezone/backward: Likewise.
10265         * timezone/europe: Likewise.
10266         * timezone/leapseconds: Likewise.
10267         * timezone/iso3166.tab: Likewise.
10268         * timezone/zone.tab: Likewise.
10270 2002-01-23  Richard Henderson  <rth@redhat.com>
10272         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10274 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10276         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10277         this element [PR libc/2855].
10279         * string/strcoll.c: Handle zero-length arguments specially
10280         [PR libc/2856].
10282 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10284         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10285         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10286         short lengths and constant src.
10287         (strcpy): Don't optimize for gcc 3.0+.
10288         (__stpcpy): For gcc 3.0+, don't use
10289         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10290         for short string literal src.
10292 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10294         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10295         Set for arm, too.
10297 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10299         * manual/llio.texi (Linked Channels, Cleaning Streams):
10300         Make it clearer that a just-opened input stream might need cleaning.
10302 2002-01-21  H.J. Lu  <hjl@gnu.org>
10304         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10305         Don't use label at end of compound statement.
10307 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10309         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10310         Remove test for negative integer arg; sin_pi does it correctly.
10312 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10314         * nscd/Makefile (distribute): Filter out xmalloc.c.
10316 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10318         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10319         Set offset if read end wasn't the buffer end.
10320         (_IO_file_seekoff_mmap): New function.
10321         (_IO_file_xsgetn_mmap): New function.
10322         (_IO_file_jumps_mmap): Use the two new functions.
10323         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10324         != end buffer.
10325         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10326         _IO_file_underflow_mmap.
10327         * libio/iofopen.c: Don't position file descriptor at end of file.
10328         * libio/tst-widetext.c: Improve error messages.
10329         * stdio-common/tst-rndseek.c: Likewise.
10331 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10333         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10334         end of enum for !_GNU_SOURCE.
10335         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10336         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10337         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10338         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10339         values unless _GNU_SOURCE.
10341         * iconvdata/tcvn5712-1.c: Minor cleanups.
10343 2002-01-18  Andreas Schwab  <schwab@suse.de>
10345         * sysdeps/unix/sysv/linux/configure.in
10346         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10348 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10350         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10351         more efficient "Towers of Hanoi" mergesort.
10352         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10353         for generic, sizeof(int) and sizeof(long) variants respectively.
10355 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10357         * manual/syslog.texi (openlog): Describe possible problems with
10358         first parameter.
10359         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10361         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10362         * nscd/connections.c (begin_drop_privileges): New function.
10363         (finish_drop_privileges): New function.
10364         (nscd_init): Call the new functions which also install all groups
10365         for the server user.
10366         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10367         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10369 2002-01-17  H.J. Lu  <hjl@gnu.org>
10371         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10372         `const' from `got'.
10374 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10376         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10377         instructions for pointer operations.
10378         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10380 2002-01-17  Andreas Jaeger  <aj@suse.de>
10382         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10383         __uint128_t build-in.
10385         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10386         PowerPC, sync with 2.2 branch.
10388 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10390         * posix/getconf.c: Update copyright year.
10391         * nss/getent.c: Likewise.
10392         * nscd/nscd_nischeck.c: Likewise.
10393         * iconv/iconvconfig.c: Likewise.
10394         * iconv/iconv_prog.c: Likewise.
10395         * elf/ldconfig.c: Likewise.
10396         * catgets/gencat.c: Likewise.
10397         * csu/version.c: Likewise.
10398         * elf/ldd.bash.in: Likewise.
10399         * elf/sprof.c (print_version): Likewise.
10400         * locale/programs/locale.c: Likewise.
10401         * locale/programs/localedef.c: Likewise.
10402         * nscd/nscd.c (print_version): Likewise.
10403         * debug/xtrace.sh: Likewise.
10404         * malloc/memusage.sh: Likewise.
10405         * malloc/mtrace.pl: Likewise.
10407 2002-01-16  Andreas Schwab  <schwab@suse.de>
10409         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10410         reliably remove "-ia64" from rtld name.
10412 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10414         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10415         Patch by Yu Shao <yshao@redhat.com>.
10417 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10419         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10420         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10421         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10423 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10425         * sysdeps/s390/fpu/libm-test-ulps: Update.
10427 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10429         * elf/elf.h: Update x86 relocations.
10431 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10433         * locale/programs/charmap.c (new_width): Check whether byte
10434         sequences for both ends of range have the same length.
10436 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10438         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10440 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10442         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10443         string literals.
10444         (__full_ieee754_sqrt): Add __attribute_used__.
10446 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10448         * sysdeps/generic/group_member.c (__group_member): Also check
10449         groups[0] [PR libc/2781].
10451 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10453         * Makefile (distribute): Add scripts/cpp.
10454         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10455         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10456         unwind-dw2-fde.h, and dwarf2.h.
10457         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10458         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10459         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10460         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10462 2002-01-07  Roland McGrath  <roland@frob.com>
10464         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10465         volatile on type of ARGC so the compiler doesn't get clever.
10467 2002-01-07  Andreas Jaeger  <aj@suse.de>
10469         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10470         * sysdeps/i386/bits/byteswap.h: Likewise.
10471         * sysdeps/ia64/bits/byteswap.h: Likewise.
10472         * sysdeps/m68k/bits/byteswap.h: Likewise.
10473         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10474         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10476 2002-01-02  Bruno Haible  <bruno@clisp.org>
10478         * intl/plural.y: Fix %expect count.
10480 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10482         * elf/Makefile (routines, shared-only-routines): Add
10483         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10484         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10485         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10486         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10487         Optimize if .eh_frame section contains no FDEs.
10488         (__register_frame, __deregister_frame_info_bases,
10489         __deregister_frame): Likewise.
10490         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10491         DW_CFA_restore handling.
10493 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10495         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10497         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10498         for x < 0.25 and restore original range reduction method.
10499         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10501 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10503         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10504         (_IO_file_close_mmap): New function.
10505         (_IO_file_jumps_mmap): New variable.
10506         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10507         trying to convert rest of byte buffer.
10508         (_IO_wfile_underflow_mmap): New function.
10509         (_IO_wfile_jumps_mmap): New variable.
10510         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10511         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10512         (_IO_new_fopen): Call __fopen_internal.
10513         * libio/iofopen64.c: Just call __fopen_internal.
10514         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10515         successfully.
10516         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10517         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10518         _IO_file_close_mmap.
10520         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10521         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10523         * stdio-common/Makefile (tests): Add tst-rndseek.
10524         * stdio-common/tst-rndseek.c: New file.
10526 2002-01-05  Roland McGrath  <roland@frob.com>
10528         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10529         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10530         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10531         * sysdeps/mach/hurd/configure: Regenerated.
10533 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10535         * elf/elf.h: Add more TLS definitions.
10537 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10539         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10541 2002-01-02  Roland McGrath  <roland@frob.com>
10543         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10544         __sigisemptyset.  Don't use MASK uninitialized.
10546         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10547         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10548         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10549         __sigdelset, __sigaddset, __sigorset.
10551         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10552         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10554         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10555         _hurd_ports is null.
10557         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10558         for old CMU and new OSF Mach interface flavors.
10559         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10560         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10562         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10564         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10565         Pass extra arguments to task_create for OSF variant.
10566         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10568         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10569         conditional on [HAVE_AUX_VECTOR].
10571         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10572         mach_msg_timeout_t as type of final argument.
10574         * hurd/privports.c (__get_privileged_ports):
10575         Change host_priv_t to mach_port_t in argument type.
10576         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10577         Update decls.
10579         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10580         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10581         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10582         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10583         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10584         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10586 2002-01-01  Roland McGrath  <roland@frob.com>
10588         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10590 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10592         * include/stdlib.h: Define inlines for the _l variants of the strto*
10593         functions.
10595 2002-01-01  Roland McGrath  <roland@frob.com>
10597         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10599         * mach/Machrules (MIG): Set CPP as well as CC.
10601 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10603         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10604         locale to parse /proc/loadavg [PR libc/2760].
10606 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10608         * elf/dl-conflict.c: Include sys/param.h.
10609         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10610         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10611         warning.
10612         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10613         literals to avoid warnings.
10615 2001-12-31  Andreas Jaeger  <aj@suse.de>
10617         * configure.in: Don't check for gsed since we do not use it anywhere.
10619 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10621         * io/fts.c: Update from BSD to fix memory leaks.
10623 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10625         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10626         * elf/chroot_canon.c: Likewise.
10627         * elf/dl-object.c: Likewise.
10628         * iconv/iconv_charmap.c: Likewise.
10629         * iconv/iconv_prog.c: Likewise.
10630         * libio/iogetdelim.c: Likewise.
10631         * locale/lc-time.c: Likewise.
10632         * stdlib/canonicalize.c: Likewise.
10633         * sunrpc/svc.c: Likewise.
10634         * sysdeps/generic/glob.c: Likewise.
10636 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10638         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10639         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10640         remove high order bit from the program counter.
10641         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10643 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10645         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10646         unnecessary code and add missing reloc types.
10647         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10648         case for reloc type R_390_NONE.
10650 2001-12-28  Andreas Jaeger  <aj@suse.de>
10652         * io/bug-ftw3.c: Include string.h for prototypes.
10654         * crypt/md5test.c (main): Remove unused variable.
10656         * dlfcn/modstatic.c: Add prototype to avoid warning.
10658 2001-12-26  Roland McGrath  <roland@frob.com>
10660         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10661         check only (SS->pending & MASK) for the signal to return.
10662         From Jeroen Dekkers <jeroen@dekkers.cx>.
10664 2001-12-22  Roland McGrath  <roland@frob.com>
10666         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10667         Use preprocessor #if conditionals instead of `if' to avoid
10668         warnings about divide by zero in dead code.
10670         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10671         _hurd_port_init, and __hurd_self_sigstate.
10673         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10675 2001-12-21  Andreas Jaeger  <aj@suse.de>
10677         * elf/dblloadmod1.c: Add prototype to avoid warning.
10678         * elf/dblloadmod2.c: Likewise.
10679         * elf/dblloadmod3.c: Likewise.
10680         * elf/reldepmod5.c: Likewise.
10681         * elf/reldepmod6.c: Likewise.
10683         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10684         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10685         used on all architectures.
10687         * sunrpc/svc_tcp.c: Add noreturn attribute for
10688         svctcp_rendezvous_abort.
10689         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10691         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10692         to avoid warning.
10694 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10696         * manual/llio.texi (aio_fsync): Fix a typo.
10697         Patch by Tammy Fox <tfox@redhat.com>.
10699 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10701         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10702         stack bias from child stack pointer before passing it to clone syscall.
10704 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10706         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10707         _SC_TZNAME_MAX.
10708         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10709         Reported by Thorsten Kukuk <kukuk@suse.de>.
10711         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10712         add some casts.
10714         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10716 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10718         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10719         conforming: return EBADF if file descriptor is invalid and EINVAL
10720         if file descriptor is no valid tty.
10721         * login/tst-grantpt.c: New file.
10722         * login/Makefile (tests): Add tst-grantpt.
10724 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10726         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10727         different than implemented in last patch.
10728         * io/bug-ftw3.c: Adjust test for changed handling of
10729         inaccessibility of toplevel dir.
10731 2001-12-16  Roland McGrath  <roland@frob.com>
10733         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10734         * grp/initgroups.c (internal_getgrouplist): Likewise.
10736         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10737         `default:' to silence new GCC warning.
10738         Rewrite cast of lvalue to silence new GCC warning.
10740         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10742         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10743         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10745 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10747         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10748         Patch by Stephen R. van den Berg.
10750         * crypt/md5.h: Define md5_uintptr.
10752 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10754         * libio/tst_swprintf.c (main): Add test for string argument with
10755         zero precision.
10756         * stdio-common/Makefile (tests): Add tst-sprintf.
10757         * stdio-common/tst-sprintf.c: New file.
10759 2001-12-13  Andreas Schwab  <schwab@suse.de>
10761         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10762         zero precision with wide character string format.
10764 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10766         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10767         but have a user supplied buffer, return the empty buffer, not NULL.
10769 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10771         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10772         Patch by Eric Sharkey <sharkey@netrics.com>.
10774         * crypt/md5test.c (main): Add test for multiple calls to
10775         __md5_process_bytes to itererate over input string.
10777 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10779         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10780         from __nis_findfastest.  Take timeout value from parameter.
10781         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10782         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10783         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10785 2001-12-12  Andreas Jaeger  <aj@suse.de>
10787         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10788         combreloc test so that it works in this case.
10790         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10792 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10794         * sysdeps/sh/Makefile: New file.
10795         * sysdeps/sh/_mcount.S: New file.
10796         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10797         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10799 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10801         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10802         limitation [PR libc/2564].
10804 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10806         * elf/Makefile (dl-routines): Add conflict.
10807         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10808         (ld.so): Add _begin local symbol.
10809         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10810         Define.
10811         * elf/dl-deps.c (_dl_build_local_scope): New function.
10812         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10813         of all libraries.
10814         * elf/do-rel.h (VALIDX): Define.
10815         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10816         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10817         can be skipped.
10818         * elf/dl-conflict.c: New file.
10819         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10820         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10821         non-NULL.
10822         (_dl_lookup_symbol_skip): Likewise.
10823         (_dl_lookup_versioned_symbol): Likewise.
10824         (_dl_lookup_versioned_symbol_skip): Likewise.
10825         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10826         define to ElfW(Rel).
10827         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10828         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10829         ranges.
10830         Don't adjust address dynamic tags if l_addr is 0.
10831         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10832         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10833         (VALIDX, ADDRIDX): Define.
10834         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10835         (dl_main): Print library list for LD_TRACE_PRELINKING.
10836         If prelinking information can be used, skip relocating libraries and
10837         call _dl_resolve_conflicts instead.
10838         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10839         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10840         if LD_TRACE_PRELINKING.
10841         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10842         + DT_ADDRNUM.
10843         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10844         (DL_DEBUG_PRELINK): Define.
10845         (_dl_resolve_conflicts): Add prototype.
10847         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10848         .plt for prelinked libraries where prelinking info cannot be used.
10849         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10850         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10851         * sysdeps/arm/bits/link.h: New file.
10852         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10853         content of .got[1].
10854         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10855         (ELF_MACHINE_PLT_REL): Define.
10856         (elf_machine_rela, elf_machine_rela_relative): New functions.
10857         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10858         of adjusting it if prelinked and prelinking cannot be used.
10859         * sysdeps/i386/bits/link.h: New file.
10860         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10861         content of .got[1].
10862         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10863         (ELF_MACHINE_PLT_REL): Define.
10864         (elf_machine_rela, elf_machine_rela_relative): New functions.
10865         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10866         of adjusting it if prelinked and prelinking cannot be used.
10867         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10868         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10869         to find out map for R_PPC_JMP_SLOT relocs.
10870         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10871         (OPCODE_BA): Define.
10872         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10873         libraries where prelinking info cannot be used.
10874         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10875         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10876         (elf_machine_rela): Set value to 0 if relocating conflicts.
10877         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10878         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10879         (sparc64_fixup_plt): Fix a typo.
10880         (elf_machine_rela): Set value to 0 if relocating conflicts.
10881         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10882         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10883         libraries where prelinking info cannot be used.
10884         * sysdeps/sh/bits/link.h: New file.
10885         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10886         content of .got[1].
10887         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10888         of adjusting it if prelinked and prelinking cannot be used.
10889         * sysdeps/s390/s390-32/bits/link.h: New file.
10890         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10891         Save original content of .got[1].
10892         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10893         of adjusting it if prelinked and prelinking cannot be used.
10894         * sysdeps/s390/s390-64/bits/link.h: New file.
10895         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10896         Save original content of .got[1].
10897         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10898         of adjusting it if prelinked and prelinking cannot be used.
10899         * sysdeps/x86_64/bits/link.h: New file.
10900         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10901         Save original content of .got[1].
10902         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10903         of adjusting it if prelinked and prelinking cannot be used.
10905 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10907         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10908         where appropriate instead of numbers.  Little optimizations.
10910 2001-12-10  Roland McGrath  <roland@frob.com>
10912         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10913         set it.
10915         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10916         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10918         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10919         Fix conditionals so this is set by default for stdio and not for libio.
10920         * sysdeps/mach/hurd/configure: Regenerated.
10922 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10924         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10926 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10928         * io/Makefile (tests): Add bug-ftw3.
10929         * io/bug-ftw3.c: New file.
10931         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10932         matches and GLOB_NOCHECK is set.
10933         * posix/globtest.sh: Correct expected result for NOCHECK test.
10935         * po/ca.po: Update from translation team.
10937 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10939         Implement transliteration of characters in strings of the locale
10940         definitions.
10941         * locale/programs/linereader.c: Adjust for additional parameter to
10942         lr_token.
10943         (get_string): If character <Uxxxx> is not found try to transliterate
10944         it.
10945         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10946         lr_token.  Add const to charmap parameter of all functions.
10947         (find_translit, find_translit2): New functions.
10948         * locale/programs/charmap.c: Adjust for additional parameter to
10949         lr_token.
10950         * locale/programs/repertoire.c: Likewise.
10951         * locale/programs/linereader.h: Likewise.
10952         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10953         parameter of all functions.
10954         * locale/programs/ld-collate.c: Likewise.
10955         * locale/programs/ld-identification.c: Likewise.
10956         * locale/programs/ld-measurement.c: Likewise.
10957         * locale/programs/ld-messages.c: Likewise.
10958         * locale/programs/ld-monetary.c: Likewise.
10959         * locale/programs/ld-name.c: Likewise.
10960         * locale/programs/ld-numeric.c: Likewise.
10961         * locale/programs/ld-paper.c: Likewise.
10962         * locale/programs/ld-paper.c: Likewise.
10963         * locale/programs/ld-telephone.c: Likewise.
10964         * locale/programs/ld-time.c: Likewise.
10965         * locale/programs/locfile.c: Likewise.
10966         * locale/programs/localedef.c: Likewise.
10967         * locale/programs/localedef.h: Likewise.
10968         * locale/programs/locfile.h: Likewise.  Add declaration for
10969         find_translit.
10970         * locale/programs/simple-hash.c: Add const to first parameter of
10971         find_entry, iterate_table, and lookup.
10972         * locale/programs/simple-hash.h: Likewise.
10973         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10974         instead.
10975         * include/locale.h: Define __LC_LAST.
10976         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10978 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10980         * sysdeps/powerpc/Dist: Update for recent FP changes.
10981         * sysdeps/powerpc/fpu/Dist: Likewise.
10983 2001-12-07  Andreas Schwab  <schwab@suse.de>
10985         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10987 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10989         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10990         save/restore functions here.
10991         (libm-support): Don't define these functions here.
10992         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10993         functions here.
10994         * sysdeps/powerpc/fe_nomask.c: Move to...
10995         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10996         * sysdeps/powerpc/fprrest.S: Move to...
10997         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10998         * sysdeps/powerpc/fprsave.S: Move to...
10999         * sysdeps/powerpc/fpu/fprsave.S: ... here.
11001 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11003         * sysdeps/unix/sysv/linux/opensock.c: New file.
11005 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11007         * config.make.in (with-fp): Define from configure.
11008         * configure.in: Substitute with_fp.
11009         * configure: Regenerate.
11010         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
11011         specified, and don't change FPU environment.
11013 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11015         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
11016         * assert/assert.c: Check result of __asprintf call and don't use
11017         string if it failed.
11018         * assert/assert-perr.c: Likewise.
11019         * inet/rcmd.c: Likewise.
11020         * locale/programs/localedef.c (main): Check result of
11021         construct_output_path and exit if it failed.
11022         (construct_output_path): Check result of asprintf and mkdir calls and
11023         fail if they failed.
11024         * posix/getopt.c: Check result of __asprintf calls and fail if
11025         they failed.
11026         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11028 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11030         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11031         patch.
11032         * sysdeps/generic/strncase.c: Likewise.
11033         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11035 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11037         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11039         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11040         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11041         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11042         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11043         * sysdeps/powerpc/fclrexcpt.c: Move to...
11044         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11045         * sysdeps/powerpc/fpu_control.h: Move to...
11046         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11048 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11050         * iconvdata/ibm1129.h: Remove duplicate mappings.
11051         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11052         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11053         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11055         * timezone/zic.c: Fix handling of turnaround times.
11056         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11058 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11060         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11061         overflow problem.
11063 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11065         * posix/regex.c: For use outside glibc defined bounded pointer
11066         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11068         * iconvdata/Makefile (modules): Add TCVN5712-1.
11069         * iconvdata/TESTS: Add TCVN5712-1.
11070         * iconvdata/gconv-modules: Likewise.
11071         * iconvdata/tcvn5712-1.c: New file.
11072         * iconvdata/testdata/TCVN-5712: New file.
11073         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11075 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11077         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11079 2001-12-02  Roland McGrath  <roland@frob.com>
11081         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11083         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11084         Reported by Jeff Bailey <jbailey@nisa.net>.
11086         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11087         Reported by Jeff Bailey <jbailey@nisa.net>.
11089         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11090         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11091         Reported by Jeff Bailey <jbailey@nisa.net>.
11093 2001-12-01  Roland McGrath  <roland@frob.com>
11095         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11096         missing backslash in test arguments.
11097         * sysdeps/mach/hurd/configure: Regenerated.
11099 2001-11-26  Roland McGrath  <roland@frob.com>
11101         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11102         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11104 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11106         * iconvdata/Makefile (modules): Add ARMSCII-8.
11107         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11108         * iconvdata/armscii-8.c: New file.
11110 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11112         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11113         don't match, fix {{a,b},c} globbing, clean up.
11114         Patch by Flavio Veloso <flaviovs@magnux.com>.
11115         * posix/globtest.sh: Add new tests.
11117 2001-11-29  Andreas Jaeger  <aj@suse.de>
11119         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11120         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11122         * sysdeps/generic/abort.c: Include libioP.h for
11123         _IO_flush_all_lockp prototype.
11125 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11127         * posix/regex.h: Define __restrict_arr correctly.
11129 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11131         * iconvdata/ibm1163.c: New file.
11132         * iconvdata/ibm1163.h: New file.
11133         * iconvdata/ibm1164.c: New file.
11134         * iconvdata/ibm1164.h: New file.
11135         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11136         * iconvdata/Makefile: Likewise.
11137         * iconvdata/testdata/IBM1163: New file.
11138         * iconvdata/testdata/IBM1163..UTF8: New file.
11139         * iconvdata/testdata/IBM1164: New file.
11140         * iconvdata/testdata/IBM1164..UTF8: New file.
11141         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11143         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11144         * iconvdata/ibm1124.h: Likewise.
11145         * iconvdata/ibm1132.h: Likewise.
11146         * iconvdata/ibm1133.h: Likewise.
11147         * iconvdata/ibm1160.h: Likewise.
11148         * iconvdata/ibm1161.h: Likewise.
11149         * iconvdata/ibm1162.h: Likewise.
11150         * iconvdata/ibm856.h: Likewise.
11151         * iconvdata/ibm922.h: Likewise.
11152         * iconvdata/ibm930.h: Likewise.
11153         * iconvdata/ibm932.h: Likewise.
11154         * iconvdata/ibm933.h: Likewise.
11155         * iconvdata/ibm935.h: Likewise.
11156         * iconvdata/ibm937.h: Likewise.
11157         * iconvdata/ibm939.h: Likewise.
11158         * iconvdata/ibm943.h: Likewise.
11159         * iconvdata/ibm930.c: Pretty printing.
11160         * iconvdata/ibm937.c: Avoid access accross array boundary.
11162         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11163         the current locale's codeset.
11164         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11165         empty input string.
11166         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11167         and from-charset.  Don't determine locale's charset here.
11169         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11170         as the old _IO_flush_all but lock only if parameter is nonzero.
11171         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11172         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11173         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11174         if libio is used [PR libc/2575].
11176 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11178         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11179         __signbitl): Only define for ISO C99.
11181 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11183         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11184         herrnop to NETDB_INTERNAL if we run out of buffer space.
11186 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11188         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11189         overflow test for platforms with signed char.
11190         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11192 2001-11-28  Bruno Haible  <bruno@clisp.org>
11194         * locale/programs/simple-hash.c (lookup_2): Remove function.
11195         (insert_entry_2): Call lookup instead of lookup_2.
11197 2001-03-04  Bruno Haible  <bruno@clisp.org>
11199         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11201 2001-10-31  Bruno Haible  <bruno@clisp.org>
11203         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11205 2001-03-21  Bruno Haible  <bruno@clisp.org>
11207         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11208         chokes on empty macro arguments.
11209         * intl/plural.y: Add #pragma for alloca on AIX 3.
11211 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11213         * intl/dcigettext.c (guess_category_value): Only implement for
11214         glibc.  Otherwise rely on function _nl_locale_name which isn't
11215         present in the glibc sources.
11217 2001-09-24  Bruno Haible  <bruno@clisp.org>
11219         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11220         transliteration when building on a glibc system but outside glibc.
11222 2001-09-22  Bruno Haible  <bruno@clisp.org>
11224         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11225         * intl/dcigettext.c (plural_eval): Remove function, moved to
11226         intl/plural-eval.c.
11227         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11228         Include plural-eval.c.
11230 2001-09-22  Bruno Haible  <bruno@clisp.org>
11232         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11233         don't start with a digit; nplurals must be positive.
11235 2001-09-02  Bruno Haible  <bruno@clisp.org>
11237         * intl/plural-exp.h: New file, extracted from gettextP.h.
11238         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11239         * intl/gettextP.h (struct expression, struct parse_args,
11240         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11241         * intl/loadmsgcat.c: Include plural-exp.h.
11242         (PLURAL_PARSE): Move macro to plural-exp.h.
11243         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11244         plural-exp.c.
11245         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11246         EXTRACT_PLURAL_EXPRESSION.
11247         (_nl_unload_domain): Update.
11248         * intl/dcigettext.c: Include plural-exp.h.
11249         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11250         (FREE_EXPRESSION): Move macro to plural-exp.h.
11251         * intl/Makefile (routines): Add plural-exp.
11252         (distribute): Add plural-exp.h.
11254 2001-07-28  Bruno Haible  <bruno@clisp.org>
11256         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11257         isdigit, tolower argument to 'unsigned char'.
11258         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11259         'unsigned char'.
11260         * intl/localealias.c (read_alias_file): Cast isspace argument to
11261         'unsigned char'.
11263 2001-10-20  Bruno Haible  <bruno@clisp.org>
11265         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11266         anyway.)
11267         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11268         with the variable 'index' in plural_lookup.
11269         * intl/l10nflist.c (strchr): Likewise.
11270         * intl/localealias.c (strchr): Likewise.
11272         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11273         * intl/bindtextdom.c: Likewise.
11274         * intl/dcigettext.c: Likewise.
11275         * intl/dgettext.c: Likewise.
11276         * intl/dngettext.c: Likewise.
11277         * intl/explodename.c: Likewise.
11278         * intl/finddomain.c: Likewise.
11279         * intl/gettext.c: Likewise.
11280         * intl/l10nflist.c: Likewise.
11281         * intl/loadmsgcat.c: Likewise.
11282         * intl/localealias.c: Likewise.
11283         * intl/ngettext.c: Likewise.
11284         * intl/textdomain.c: Likewise.
11285         * intl/gettext.h: Assume <limits.h> exists.
11287 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11289         * stdio-common/Makefile (tests): Add scanf11.
11290         * stdio-common/scanf11.c: New file.
11292 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11294         * version.h (RELEASE): Define as development.
11295         (VERSION): Set to 2.2.90.
11297 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11299         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11300         * nis/nss_nis/nis-grp.c: Likewise.
11301         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11303         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11304         * nis/nss_nis/nis-pwd.c: Likewise.
11305         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11307         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11308         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11309         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11311         * nscd/grpcache.c: Use strtoul instead of atol.
11312         * nscd/pwdcache.c: Likewise.
11313         * nss/getent.c: Likewise.
11315 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11317         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11318         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11320 2001-11-19  Bruno Haible  <bruno@clisp.org>
11322         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11323         90%.
11324         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11325         improves the quality of the hash function, especially for short
11326         strings.
11328 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11330         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11331         are found call conv_error and not input_error [PR libc/2669].
11333         * math/bits/mathcalls.h: Mark ceil and floor as const.
11334         Reported by David Mosberger.
11336 2001-11-21  Jim Meyering  <meyering@lucent.com>
11338         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11339         Define to be __-prefixed.
11340         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11342 2001-11-26  Andreas Jaeger  <aj@suse.de>
11344         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11345         avoid warning.
11347 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11349         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11350         initialization.
11352         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11353         unused variables.  Fix threshold for returning 1.0.
11355         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11356         argument.
11358         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11359         remove unused variables.
11361         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11363         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11364         include local math header files.
11366 2001-11-22  Andreas Jaeger  <aj@suse.de>
11368         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11369         avoid warning.
11371 2001-11-21  Andreas Jaeger  <aj@suse.de>
11373         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11375         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11376         sys/debugreg.h
11378 2001-11-15  Andreas Jaeger  <aj@suse.de>
11380         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11381         compilers that support it.
11383         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11384         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11385         * stdlib/stdlib.h: Likewise.
11387 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11389         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11390         statement with gotos.
11391         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11393 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11395         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11397 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11399         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11401 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11402             H.J. Lu  <hjl@gnu.org>
11404         * Versions.def (libc): Add GCC_3.0.
11405         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11406         if gcc supports this flag.
11407         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11408         (gcc3): Allow glibc to be compiled with gcc 3.x.
11409         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11410         * config.make.in (static-libgcc, unwind-find-fde): Add.
11411         * Makerules (build-shlib-helper, build-module-helper): Use it.
11412         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11413         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11414         necessary.
11415         (_fini): Call __deregister_frame_info_bases if
11416         __register_frame_info_bases was used to register.
11417         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11418         for GLIBC_2.0.
11419         (__register_frame_info_bases, __register_frame_info_table_bases,
11420         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11421         * elf/Makefile (routines): Add unwind-dw2-fde.
11422         (shared-only-routines): Add unwind-dw2-fde.
11423         * sysdeps/alpha/gccframe.h: New file.
11424         * sysdeps/arm/gccframe.h: New file.
11425         * sysdeps/generic/framestate.c: New file.
11426         * sysdeps/generic/dwarf2.h: New file.
11427         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11428         * sysdeps/generic/unwind-dw2-fde.c: New file.
11429         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11430         * sysdeps/generic/unwind-dw2-fde.h: New file.
11431         * sysdeps/generic/unwind-dw2.c: New file.
11432         * sysdeps/generic/unwind-pe.h: New file.
11433         * sysdeps/generic/unwind.h: New file.
11434         * sysdeps/hppa/gccframe.h: New file.
11435         * sysdeps/i386/gccframe.h: New file.
11436         * sysdeps/m68k/gccframe.h: New file.
11437         * sysdeps/mips/gccframe.h: New file.
11438         * sysdeps/powerpc/gccframe.h: New file.
11439         * sysdeps/s390/gccframe.h: New file.
11440         * sysdeps/sh/gccframe.h: New file.
11441         * sysdeps/sparc/gccframe.h: New file.
11442         * sysdeps/vax/gccframe.h: New file.
11443         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11444         Set on all architectures except ia64.
11445         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11446         for i386.
11447         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11448         __deregister_frame_info): Move to elf/Versions.
11449         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11450         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11451         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11452         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11453         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11454         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11455         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11456         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11457         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11458         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11459         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11460         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11461         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11462         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11463         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11464         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11465         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11466         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11468 2001-11-15  Jeff Law  <law@redhat.com>
11470         * posix/regex.c (uintptr_t): Do not provide a definition if the
11471         system provided one.
11473 2001-11-13  Roland McGrath  <roland@frob.com>
11475         * stdio-common/tmpfile.c: Moved to ...
11476         * sysdeps/generic/tmpfile.c: ... here.
11477         * sysdeps/mach/hurd/tmpfile.c: New file.
11479         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11480         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11481         (fopenport): Define as weak alias.
11483         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11484         * libio/libioP.h: ... to here.
11486 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11488         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11489         program header twice.  Construct list with the needed information.
11491 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11493         * po/ca.po: Update from translation team.
11495         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11496         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11497         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11498         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11500 2001-11-10  Andreas Jaeger  <aj@suse.de>
11502         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11503         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11504         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11506 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11508         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11509         correctly.
11510         * elf/dl-load.c (is_dst): New function.
11511         (_dl_dst_count): Use is_dst to check for DST variable.
11512         (_dl_dst_substitute): Likewise.
11514 2001-11-09  Roland McGrath  <roland@frob.com>
11516         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11517         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11518         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11519         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11520         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11521         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11522         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11523         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11524         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11525         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11526         * sysdeps/mach/hurd/powerpc/Dist: New file.
11528         * hurd/privports.c (__get_privileged_ports):
11529         Only contact the proc server if necessary for this call.
11530         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11531         Check error return for mach_port_mod_refs.
11533 2001-11-09  Andreas Schwab  <schwab@suse.de>
11535         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11537 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11539         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11540         object is always the last in the list.
11541         (_dl_map_object_from_fd): Delete code to remove from object list
11542         when DF_1_NOOPEN is seen.  This is done in lose.
11544 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11546         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11548 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11550         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11551         HWCAP_CHECK macro code.
11553         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11554         Now returns MAP_FAILED on error.
11555         * elf/rtld.c: Adjust caller.
11556         * sysdeps/generic/dl-cache.c: Likewise.
11557         * sysdeps/generic/ldsodefs.h: Adjust description.
11559         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11560         (_dl_check_map_versions): Likewise.
11562 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11564         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11565         _dl_signal_error directly, always use lose.  Set fd to -1 after
11566         file is closed.
11567         (lose): Don't call close if fd == -1.
11569 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11571         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11572          Also fix typo @code {mbsinit} to @code{mbsinit}.
11574 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11576         * elf/dl-profile.c: Replace state variable with simple flag named
11577         running.  Remove commented-out code.
11579         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11580         (_dl_init_paths): Likewise.
11581         (_dl_map_object_from_fd): Likewise.
11582         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11584 2001-11-06  Roland McGrath  <roland@frob.com>
11586         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11587         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11589         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11590         sysdeps/powerpc/elf/sysdep.h.
11591         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11593 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11595         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11596         speed.
11597         (process_envvars): Some more optimizations.
11598         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11600         * elf/elf.h: Add dynamic tag definitions for prelinking.
11602         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11603         Rewrite code to remove environment varables for SUID binaries.
11604         Small optimization in LD_PROFILE handling.
11605         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11606         changes.
11607         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11609         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11611         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11612         strings.  Change type of second parameter.
11613         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11614         for last change.
11616         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11618 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11620         * manual/string.texi: Fix typos.
11621         * manual/examples/argp-ex2.c: Likewise.
11623 2001-11-05  Roland McGrath  <roland@frob.com>
11625         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11626         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11627         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11628         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11629         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11630         here, put under [__ELF__].
11632 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11634         * manual/charset.texi: Extensive editing work.
11635         * manual/nss.texi: Likewise.
11636         Changes by Dennis Grace <dgrace@us.ibm.com>.
11638 2001-11-04  Roland McGrath  <roland@frob.com>
11640         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11641         parameter to dir_mkfile.
11643 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11645         * string/bits/string2.h (__strndup): If n is smaller than len, set
11646         len to n + 1.
11647         * string/tester.c (test_strndup): New function.
11648         (main): Call it.
11650 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11652         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11654         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11655         * scripts/cpp: New file.
11657         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11658         for rtld_search_dirs content.  Minor optimizations.
11660 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11662         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11663         avoiding unnecessary duplication.
11665 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11667         * elf/dl-load.c (_dl_map_object): If library was found using
11668         LD_LIBRARY_PATH, don't try RUNPATH list.
11670 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11672         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11673         Correct second argument of register_dump call.
11674         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11675         Likewise.
11677 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11679         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11680         modules.
11681         * iconvdata/TESTS: Likewise.
11682         * iconvdata/gconv-modules: Likewise.
11683         * iconvdata/ibm1132.c: New file.
11684         * iconvdata/ibm1132.h: New file.
11685         * iconvdata/ibm1133.c: New file.
11686         * iconvdata/ibm1133.h: New file.
11687         * iconvdata/ibm1162.c: New file.
11688         * iconvdata/ibm1162.h: New file.
11689         * iconvdata/testdata/IBM1132: New file.
11690         * iconvdata/testdata/IBM1132..UTF8: New file.
11691         * iconvdata/testdata/IBM1133: New file.
11692         * iconvdata/testdata/IBM1133..UTF8: New file.
11693         * iconvdata/testdata/IBM1162: New file.
11694         * iconvdata/testdata/IBM1162..UTF8: New file.
11695         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11697         * string/string.h: Fix typo in comment.
11698         * wcsmbs/wchar.h: Likewise.
11700 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11702         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11703         const in type of longopts parameter.
11705 2001-10-29  Andreas Jaeger  <aj@suse.de>
11707         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11709 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11711         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11712         output, clarify `#' behaviour on 0.
11713         (Floating-Point Conversions): Clarify that %g only uses %e when
11714         the exponent would be greater than 1.
11716 2001-10-28  Roland McGrath  <roland@frob.com>
11718         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11719         * sysdeps/mach/powerpc/machine-sp.h: New file.
11720         * sysdeps/mach/powerpc/sysdep.h: New file.
11721         * sysdeps/mach/powerpc/thread_state.h: New file.
11723         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11724         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11725         expect to need the same thing on every platform.
11727         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11728         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11730         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11731         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11732         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11733         Move all these assembly-related definitions to ...
11734         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11736         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11737         by Peter Bruin <pjbruin@dds.nl>.
11739         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11740         packing results for a `poll' call.
11742 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11744         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11745         correctly.
11746         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11747         bracket expression.
11749         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11750         nrules value.
11751         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11753 2001-10-24  H.J. Lu  <hjl@gnu.org>
11755         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11756         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11757         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11759 2001-10-21  Jim Meyering  <meyering@lucent.com>
11761         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11762         this code would end up calling gettext even in packages built
11763         with --disable-nls.
11764         * posix/getopt.c (_): Likewise.
11765         * posix/regex.c (_): Likewise.
11767 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11769         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11770         lookup not ip6.int.
11771         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11772         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11774 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11776         * misc/sys/cdefs.h (__attribute_used__): Define.
11777         * elf/rtld.c (_dl_start): Add __attribute_used__.
11778         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11780 2001-10-25  Andreas Schwab  <schwab@suse.de>
11782         * stdlib/a64l.c: Expect least significant digit first.
11783         * stdlib/l64a.c: Produce least significant digit first.
11784         * stdlib/Makefile (tests): Add test-a64l.
11785         * stdlib/test-a64l.c: New file.
11786         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11788 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11790         * po/sk.po: Update from translation team.
11792 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11794         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11796 2001-10-18  Andreas Schwab  <schwab@suse.de>
11798         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11799         next whole number.
11800         (print_function_ulps): Likewise.
11801         (print_complex_function_ulps): Likewise.
11802         (print_max_error): Likewise.
11803         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11805 2001-10-16  Andreas Schwab  <schwab@suse.de>
11807         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11808         implementation.
11810         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11811         BSD_SETJMP or BSD__SETJMP is defined, resp.
11812         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11813         a tail call to __sigsetjmp that would require extending the
11814         caller's frame.
11815         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11816         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11817         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11818         Reported by Jes Sorensen <jes@trained-monkey.org>.
11820 2001-10-16  Andreas Jaeger  <aj@suse.de>
11822         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11823         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11824         close PR libc/2589.
11826 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11828         * po/ca.po: New file.  Contributed by the translation team.
11830 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11832         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11833         a varargs prototype.  Remove dependency from kernel header files.
11835         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11836         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11838 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11840         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11841         to generate hexadecimal identifier.
11842         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11844 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11846         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11848 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11850         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11851         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11852         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11854         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11855         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11856         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11857         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11858         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11859         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11861         * timezone/africa: Update from tzdata2001d.
11862         * timezone/asia: Likewise.
11863         * timezone/australasia: Likewise.
11864         * timezone/backward: Likewise.
11865         * timezone/europe: Likewise.
11866         * timezone/leapseconds: Likewise.
11867         * timezone/northamerica: Likewise.
11868         * timezone/southamerica: Likewise.
11869         * timezone/zone.tab: Likewise.
11871 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11873         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11874         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11876 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11878         * elf/elf.h (PT_TLS): New definition.
11880 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11882         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11883         bits/errno.h
11885 2001-10-07  Roland McGrath  <roland@frob.com>
11887         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11889 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11891         * elf/elf.h: Add more ELFOSABI_* constants.
11893 2001-10-04  Ben Collins  <bcollins@debian.org>
11895         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11896         decleration of __need_wchar_t.
11898 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11900         * string/bits/string2.h (__strsep_g): Add prototype.
11901         (__strsep): Use it.
11902         * string/Versions (__strsep): Remove.
11903         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11905 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11907         * manua/llio.texi: Clarify file references added by mmap.
11908         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11910 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11912         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11913         Add sc_loadrs and sc_rbs_bas to match current kernel.
11915 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11917         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11919         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11921 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11923         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11924         object has been bumped because of relocation dependency, avoid
11925         duplicates in l_scope.
11926         (show_scope): Fix typos.
11927         * elf/Makefile: Add rules to build and run reldep6.
11928         * elf/reldep6.c: New file.
11929         * elf/reldep6mod0.c: New file.
11930         * elf/reldep6mod1.c: New file.
11931         * elf/reldep6mod2.c: New file.
11932         * elf/reldep6mod3.c: New file.
11933         * elf/reldep6mod4.c: New file.
11935 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11937         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11938         sparc64_fixup_plt.
11939         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11940         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11941         for non-lazy binding. Fix .plt[32768+] handling.
11942         (elf_machine_plt_value): Don't add addend.
11943         (elf_machine_rela): Call sparc64_fixup_plt instead of
11944         elf_machine_fixup_plt.
11945         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11946         dynamic linker at 0xfffff800XXXXXXXX.
11948         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11950 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11952         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11954 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11956         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11957         declare __cmsg_data field if its size would be bigger than 0.
11958         (CMSG_DATA): Adjust accordingly.
11959         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11960         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11961         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11962         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11963         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11964         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11965         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11967 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11969         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11970         * iconvdata/testdata/IBM1160: New file.
11971         * iconvdata/testdata/IBM1160..UTF8: New file.
11972         * iconvdata/testdata/IBM1161: New file.
11973         * iconvdata/testdata/IBM1161..UTF8: New file.
11974         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11976 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11978         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11979         UL_SETFSIZE computations better.
11981         * rt/Makefile: Remove use of filter for librt again.
11983         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11984         UL_SETFSIZE computations better.
11986         * string/Versions: Export __strsep for GLIBC_2.2.5.
11987         * string/bits/string2.h: Define all __STRING_INLINE functions if
11988         _FORCE_INLINES is defined.
11989         Use int instead of char of parameter types.
11990         (__strsep): Don't use __strsep_g.  Don't define it.
11991         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11992         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11993         __strcpy_small.
11994         (__stpcpy_a_small): Renamed from __stpcpy_small.
11995         (__strcspn_c1): Don't define if _FORCE_INLINES.
11996         (__strspn_c1): Likewise.
11998 2001-09-22  Ben Collins  <bcollins@debian.org>
12000         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
12001         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
12002         * sysdeps/ia64/bits/sigaction.h: Likewise.
12003         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
12005 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
12007         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
12009 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
12011         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
12013 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12015         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
12017 2001-09-20  H.J. Lu  <hjl@gnu.org>
12019         * include/dlfcn.h (__RTLD_SPROF): New definiton.
12020         * elf/dl-open.c (dl_open_worker): Return immediately after loading
12021         for __RTLD_SPROF.
12022         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
12023         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
12025 2001-09-20  H.J. Lu  <hjl@gnu.org>
12027         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12028         don't add 1.
12030 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12032         * nss/getent.c: Accept -s parameter to overwrite rules in
12033         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12035         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12036         with as many ".0" as necessary to form a complete address
12037         inet_network understands.
12039         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12040         calls.
12042 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12044         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12045         _JMPBUF_UNWINDS.
12046         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12048 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12050         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12051         IBM1161.
12052         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12053         * iconvdata/ibm1160.c: New file.
12054         * iconvdata/ibm1160.h: New file.
12055         * iconvdata/ibm1161.c: New file.
12056         * iconvdata/ibm1161.h: New file.
12057         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12059 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12061         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12062         difference between base address and first PT_LOAD's virtual address,
12063         not the base address.
12065 2001-09-11  Tom Rix  <trix@redhat.com>
12067         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12068         ifdef for __getopt_clean_environment.
12069         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12071 2001-09-22  Andreas Jaeger  <aj@suse.de>
12073         * elf/reldep4.c (main): Add proper prototype to fix warning.
12075         * elf/reldep5.c (main): Remove unused variable.
12077         * math/math_private.h: Add prototypes.
12079 2001-09-21  Andreas Jaeger  <aj@suse.de>
12081         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12082         * sysdeps/x86_64/Dist: New file.
12083         * sysdeps/x86_64/soft-fp/Dist: New file.
12085         * sysdeps/gnu/Dist: Remove eval.c.
12087 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12089         * malloc/memusage.c (realloc): Don't count already allocated
12090         memory in the sums.
12091         (me): Always use dlsym() to find the real implementations.
12093         * malloc/memusage.sh: Make -n option actually do something.
12095 2001-09-20  Andreas Jaeger  <aj@suse.de>
12097         * elf/elf.h (R_390_NUM): Correct value.
12099         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12100         libpthread.
12102         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12103         for x86-64, install x86-64 into */lib64.
12105         * shlib-versions: Add x86-64.
12107         * elf/elf.h: Add x86-64 relocations.
12109 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12111         * po/fr.po: Update from translation team.
12113 2001-09-19  Andreas Jaeger  <aj@suse.de>
12115         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12116         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12117         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12118         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12119         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12120         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12121         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12122         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12123         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12124         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12125         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12126         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12127         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12128         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12129         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12130         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12131         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12132         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12133         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12134         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12135         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12136         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12137         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12138         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12139         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12140         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12141         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12142         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12143         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12144         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12145         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12146         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12147         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12148         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12149         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12150         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12151         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12152         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12153         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12154         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12155         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12156         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12157         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12158         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12159         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12160         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12161         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12162         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12163         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12164         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12165         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12166         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12167         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12168         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12169         * sysdeps/unix/x86_64/sysdep.S: New file.
12170         * sysdeps/unix/x86_64/sysdep.h: New file.
12171         * sysdeps/x86_64/Implies: New file.
12172         * sysdeps/x86_64/Makefile: New file.
12173         * sysdeps/x86_64/Versions: New file.
12174         * sysdeps/x86_64/__longjmp.S: New file.
12175         * sysdeps/x86_64/abort-instr.h: New file.
12176         * sysdeps/x86_64/atomicity.h: New file.
12177         * sysdeps/x86_64/bits/endian.h: New file.
12178         * sysdeps/x86_64/bits/setjmp.h: New file.
12179         * sysdeps/x86_64/bits/string.h: New file.
12180         * sysdeps/x86_64/bp-asm.h: New file.
12181         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12182         * sysdeps/x86_64/bsd-setjmp.S: New file.
12183         * sysdeps/x86_64/dl-machine.h: New file.
12184         * sysdeps/x86_64/elf/initfini.c: New file.
12185         * sysdeps/x86_64/elf/start.S: New file.
12186         * sysdeps/x86_64/ffs.c: New file.
12187         * sysdeps/x86_64/ffsll.c: New file.
12188         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12189         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12190         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12191         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12192         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12193         * sysdeps/x86_64/fpu/e_expl.c: New file.
12194         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12195         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12196         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12197         * sysdeps/x86_64/fpu/e_logl.S: New file.
12198         * sysdeps/x86_64/fpu/e_powl.S: New file.
12199         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12200         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12201         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12202         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12203         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12204         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12205         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12206         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12207         * sysdeps/x86_64/fpu/fegetround.c: New file.
12208         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12209         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12210         * sysdeps/x86_64/fpu/fesetround.c: New file.
12211         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12212         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12213         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12214         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12215         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12216         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12217         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12218         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12219         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12220         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12221         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12222         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12223         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12224         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12225         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12226         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12227         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12228         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12229         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12230         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12231         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12232         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12233         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12234         * sysdeps/x86_64/gmp-mparam.h: New file.
12235         * sysdeps/x86_64/hp-timing.c: New file.
12236         * sysdeps/x86_64/hp-timing.h: New file.
12237         * sysdeps/x86_64/htonl.S: New file.
12238         * sysdeps/x86_64/memusage.h: New file.
12239         * sysdeps/x86_64/setjmp.S: New file.
12240         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12241         * sysdeps/x86_64/stackinfo.h: New file.
12242         * sysdeps/x86_64/sysdep.h: New file.
12243         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12245         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12246         L Moshier.
12248 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12250         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12251         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12253 2001-09-18  Andreas Schwab  <schwab@suse.de>
12255         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12256         list, now that l_scope is a pointer.
12258         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12259         scope list.
12261 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12263         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12264         (elf_machine_rela_relative): Add a missing declaration.
12266 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12268         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12269         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12270         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12271         ldd-rewrite scripts.
12273 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12275         * elf/ldd.bash.in: Update copyright message.
12277 2001-09-17  H.J. Lu  <hjl@gnu.org>
12279         * hurd/hurdmalloc.c (bcopy): Removed.
12280         (realloc): Replace bcopy with memcpy.
12281         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12282         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12283         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12285         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12286         (gethostbyaddr): Likewise.
12287         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12289 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12291         * sysdeps/gnu/eval.c: Removed.
12293 2001-09-18  Andreas Jaeger  <aj@suse.de>
12295         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12296         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12298         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12299         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12301         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12302         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12304 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12306         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12307         nrules value.
12309 2001-09-14  H.J. Lu  <hjl@gnu.org>
12311         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12313 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12315         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12316         Patch by Florian La Roche <laroche@redhat.com>.
12318         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12320         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12321         ETHER_CRC_LEN.
12323 2001-09-14  Andreas Schwab  <schwab@suse.de>
12325         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12326         Sumner <bls@sgi.com>.
12327         * posix/execlp.c: Likewise.
12329 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12331         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12332         is already found earlier in the search scope.
12334 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12336         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12337         filter.
12339 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12341         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12343 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12345         * config.h.in: Enforce optimization to be used.
12346         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12347         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12348         * posix/Makefile (annexc-CFLAGS): Define to -O.
12349         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12351 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12353         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12354         Patch by Stephan Kulow.
12356 2001-09-08  Ben Collins  <bcollins@debian.org>
12358         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12359         usage of RESOLVE() (r_type, not reloc->r_type).
12361 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12363         * elf/dl-object.c: Avoid allocating extra memory block for name.
12364         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12365         allocated separately.
12366         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12368 2001-09-08  H.J. Lu  <hjl@gnu.org>
12370         * po/zh_TW.po: Fix a typo.
12372 2001-09-07  Tom Rix  <trix@redhat.com>
12374         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12376 2001-08-26  Tom Rix  <trix@redhat.com>
12378         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12379         command line options.
12380         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12381         * sysdeps/unix/sysv/aix/start.c: Removed.
12382         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12383         * sysdeps/unix/sysv/aix/init-first.c: New file.
12384         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12386 2001-09-08  Ben Collins  <bcollins@debian.org>
12388         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12389         * sysdeps/generic/dl-machine.h: Likewise.
12390         * sysdeps/hppa/dl-fptr.c: Likewise.
12391         * sysdeps/ia64/dl-fptr.c: Likewise.
12392         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12393         * sysdeps/mips/dl-machine.h: Likewise.
12394         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12395         * sysdeps/powerpc/dl-machine.c: Likewise.
12397 2001-09-07  Ben Collins  <bcollins@debian.org>
12399         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12401         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12403 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12405         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12406         dependencies if necessary.
12408         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12409         loaded directly) determine length if l_initfini list by iterating
12410         over its elements.  Minor optimizations.
12411         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12412         for dependency objects.
12413         If object was already loaded check whether any of the dependencies
12414         is already on the relocation dependency list.  If yes, remove the
12415         latter.  Minor optimizations.
12416         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12417         maps here.  Search l_initfini list only if the object was loaded
12418         directly and not only as a dependency.
12419         (_dl_lookup_symbol): Add relocation dependency also if object
12420         is not in global scope.  Remove test for self-reference here.
12421         (_dl_lookup_versioned_symbol): Likewise.
12422         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12423         element of first name record.
12424         * elf/loadtest.c: Add some more test to recognize early if an object
12425         wasn't unloaded.
12426         * elf/Makefile: Add rules to build and run reldep5.
12427         * elf/reldep5.c: New file.
12428         * elf/reldepmod5.c: New file.
12429         * elf/reldepmod6.c: New file.
12431         * elf/reldep2.c: Fix typo.
12433 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12435         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12436         elements.  Change l_scope to be a pointer only.
12437         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12438         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12439         here add searchlist of newly open file to the dependency's scope.
12440         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12441         only searchlist from its scope.  Free own scope array if necessary.
12442         * elf/Makefile (tests): Add dblload and dblunload now.
12444 2001-09-06  Andreas Jaeger  <aj@suse.de>
12446         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12447         Stephen L Moshier.
12449 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12451         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12452         they both fail.
12453         * elf/dblload.c: New file.
12454         * elf/dblloadmod1.c: New file.
12455         * elf/dblloadmod2.c: New file.
12456         * elf/dblloadmod3.c: New file.
12457         * elf/dblunload.c: New file.
12459 2001-09-04  Richard Henderson  <rth@redhat.com>
12461         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12462         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12464 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12466         Correct very misleading message for error in failed runtime relocation.
12467         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12468         place of the error.
12469         (_dl_signal_cerror): Likewise.
12470         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12471         * elf/dl-close.c: Likewise.
12472         * elf/dl-deps.c: Likewise.
12473         * elf/dl-load.c: Likewise.
12474         * elf/dl-lookup.c: Likewise.
12475         * elf/dl-open.c: Likewise.
12476         * elf/dl-reloc.c: Likewise.
12477         * elf/dl-sym.c: Likewise.
12478         * elf/dl-version.c: Likewise.
12479         * sysdeps/generic/dl-sysdep.c: Likewise.
12481 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12483         * iconv/strtab.c (strtabinit): Initialize null Strent.
12484         (newstring): Move len == 0 handling...
12485         (strtabadd): ...here.
12486         If len == 1, return null Strent.
12487         When inserting a suffix of an existing string, check if
12488         it is not equal to some suffix already recorded.
12489         Copy left and right members over if adding longer string.
12491 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12493         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12495         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12496         (__syscall_gethostname): Add prototype.
12498 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12500         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12502 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12504         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12506 2001-08-27  Roland McGrath  <roland@frob.com>
12508         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12509         short, copy that much into NAME anyway before returning error.
12511 2001-09-01  Richard Henderson  <rth@redhat.com>
12513         * sysdeps/alpha/elf/Dist: Remove file.
12514         * sysdeps/alpha/elf/Makefile: Remove file.
12515         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12516         * sysdeps/alpha/elf/crtend.S: Remove file.
12517         * sysdeps/alpha/elf/initfini.c: New file.
12519 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12521         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12522         * iconv/tst-iconv3.c: Likewise.
12524 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12526         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12528 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12530         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12531         export it.
12532         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12533         * iconv/iconv_prog.c (insert_cache): New function.
12534         (print_known_names): If cache is used call insert_cache to use the
12535         information from the cache [PR libc/2509].
12537 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12539         * time/strptime.c (strptime_internal): Recognize 'l' format and
12540         handle it like 'I' for symmetry with strftime.
12542 2001-08-31  Richard Henderson  <rth@redhat.com>
12544         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12545         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12546         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12547         (print_statistics): Make scalar unsigned long long.
12548         * sysdeps/alpha/hp-timing.h: New file.
12550 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12552         * stdio-common/perror.c (perror): Save errno early, pass it
12553         down to perror_internal.
12554         (perror_internal): Add errnum argument.
12556 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12558         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12559         Don't add old memory content for R_ALPHA_REFQUAD.
12561 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12563         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12564         memory correctly.
12566         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12567         instead of open, __close instead of close, __getpagesize instead
12568         of getpagesize.
12570         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12571         instead of strnlen.
12572         * include/string.h (strndupa): Redefine here to use __strnlen
12573         instead of strnlen.
12574         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12576         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12577         connected).
12579 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12581         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12582         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12583         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12584         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12585         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12586         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12587         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12589 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12591         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12593 2001-08-30  Andreas Jaeger  <aj@suse.de>
12595         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12596         contributed Stephen L Moshier.
12598 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12600         * sunrpc/etc.rpc (sgi_fam): Add.
12602 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12604         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12606 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12608         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12609         first is from a previous call.
12610         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12612 2001-08-29  Andreas Schwab  <schwab@suse.de>
12614         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12616 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12618         * config.make.in (INSTALL_SCRIPT): Define.
12619         * Makeconfig (INSTALL_SCRIPT): Define.
12620         * Makerules (do-install-script): New macro to install scripts using
12621         INSTALL_SCRIPT.
12622         (install-bin-script): New rule to install scripts with
12623         do-install-script.
12624         (install-bin-script-nosubdir): New rule.
12625         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12626         (distinfo-vars): Add $(install-bin-script).
12627         * Rules (others): Likewise.
12628         * Makefile (glibcbug): Install with install-bin-script.
12629         * debug/Makefile (xtrace): Likewise.
12630         (catchsegv): Likewise.
12631         * elf/Makefile (ldd): Likewise.
12632         * malloc/Makefile (mtrace): Likewise.
12633         * timezone/Makefile (tzselect): Likewise.
12635 2001-08-29  H.J. Lu  <hjl@gnu.org>
12637         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12638         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12639         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12641 2001-08-29  Andreas Schwab  <schwab@suse.de>
12643         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12645 2001-08-28  H.J. Lu  <hjl@gnu.org>
12647         * Makeconfig (combreloc-LDFLAGS): New variable.
12648         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12649         * config.make.in (have-z-combreloc): New variable.
12650         * configure.in: Substitute libc_cv_z_combreloc.
12652 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12654         * po/sv.po: Update from translation team.
12655         * po/fr.po: Likewise.
12656         * po/da.po: Likewise.
12658 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12660         * Makerules: Fix a typo: MD% -> MD5.
12662 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12664         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12665         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12667 2001-08-28  Andreas Jaeger  <aj@suse.de>
12669         * manual/libc-texinfo.sh: Add entry about free manuals.
12671         * manual/contrib.texi (Contributors): Fix cross reference.
12673         * manual/libc.texinfo (Copying): Include freemanuals.
12675         * manual/Makefile (appendices): Add freemanuals.
12677         * manual/freemanuals.texi: New file.
12678         Patch by Brian Youmans <3diff@gnu.org>.
12680         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12681         smaller table.
12683         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12684         table on separate page.
12685         Patch by Brian Youmans <3diff@gnu.org>.
12687 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12689         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12690         the connection went down after we first used it try to connect
12691         again and resend the message before printing to the console.
12692         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12694 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12696         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12697         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12698         bit set.
12700 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12702         * iconv/strtab.c (searchstring): Use correct length for comparison.
12703         (strtabadd): Account total size correct if new string has old string as
12704         substring.
12706 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12708         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12710 2001-08-27  Andreas Jaeger  <aj@suse.de>
12712         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12714         * math/libm-test.inc (j0_test): Add extra tests.
12715         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12716         not x, in Hankel approximation.
12717         Patches by Stephen L Moshier.
12719 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12721         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12722         link_map.
12724         * configure.in: Fix test for .rela.dyn section.
12726         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12728 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12730         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12731         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12732         Pass type_class to _dl_lookup_*.
12733         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12734         Pass around just type_class instead of noexec, noplt pair.
12735         (_dl_lookup_versioned_symbol): Likewise.
12736         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12737         noexec, noplt pair.
12738         (_dl_lookup_versioned_symbol_skip): Likewise.
12739         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12740         * elf/do-lookup.h (do_lookup): Likewise.
12741         * include/link.h (struct link_map): Replace noexec and noplt fields
12742         in l_lookup_cache with type_class field.
12743         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12744         ELF_RTYPE_CLASS_COPY): Define.
12745         Adjust prototypes for _dl_lookup_symbol and
12746         _dl_lookup_versioned_symbol.
12747         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12748         elf_machine_lookup_noexec_p): Remove.
12749         (elf_machine_type_class): Define.
12750         * sysdeps/arm/dl-machine.h: Likewise.
12751         * sysdeps/hppa/dl-machine.h: Likewise.
12752         * sysdeps/cris/dl-machine.h: Likewise.
12753         * sysdeps/i386/dl-machine.h: Likewise.
12754         * sysdeps/ia64/dl-machine.h: Likewise.
12755         * sysdeps/m68k/dl-machine.h: Likewise.
12756         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12757         * sysdeps/mips/dl-machine.h: Likewise.
12758         * sysdeps/powerpc/dl-machine.h: Likewise.
12759         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12760         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12761         * sysdeps/sh/dl-machine.h: Likewise.
12762         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12763         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12765 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12767         * manual/message.texi (Advanced gettext functions): Change
12768         description of plural forms for Slovak.
12769         Reported by Marcel Telka <marcel@telka.sk>.
12771         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12772         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12774 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12776         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12777         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12779 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12781         * include/link.h (struct link_map): Add l_lookup_cache element.
12782         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12783         (RESOLVE_MAP): Likewise.
12784         (_dl_relocate_object): Remove cache initialization.
12785         * elf/dl-lookup.c: Rip out cache handling code.
12786         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12787         declarations.
12789         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12790         remove some __builtin_expect.
12791         (_dl_lookup_versioned_symbol): Likewise.
12793         * config.h.in: Add HAVE_Z_COMBRELOC.
12794         * configure.in: Add test for -z combreloc.
12796         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12797         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12798         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12799         case to almost no code.
12801 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12803         * po/tr.po: Update from translation team.
12805 2001-08-24  Andreas Jaeger  <aj@suse.de>
12807         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12808         make clean works.
12810 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12812         * elf/rtld.c (print_statistics): Printf % after percent values.
12813         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12815         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12816         don't have to compute the hash value and initialize current_value.
12817         Move reference_name variable to where it is needed.
12818         (_dl_lookup_versioned_symbol): Likewise.
12820 2001-08-24  Roland McGrath  <roland@frob.com>
12822         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12823         Just test that strerror returns non-null for a few errno codes.
12825 2001-08-23  Roland McGrath  <roland@frob.com>
12827         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12828         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12830         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12832         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12833         __mach_reply_port.
12835 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12837         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12838         returns NULL.
12840         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12841         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12842         doesn't do it.
12843         * elf/rtld.c: Include <sys/param.h>.
12844         * elf/dl-reloc.c: Likewise.
12846 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12848         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12849         empty to prevent junk from being generated.
12850         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12852 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12854         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12855         records.  Rename endrel to relative, initialize it to r, and use it
12856         in elf_machine_rel_relative calls.  Point r after relative relocs.
12858 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12860         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12861         of R_386_NONE.
12863 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12865         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12866         necessary.  Undefine newly defined macros at the end.
12867         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12868         Rename from elf_machine_rel_relative.
12869         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12870         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12871         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12872         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12873         Likewise.
12874         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12875         Likewise.
12876         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12877         Fix argument types.
12878         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12879         Fix argument types.
12880         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12881         Likewise.  Fix argument types.
12882         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12883         Likewise.  Fix argument types.
12884         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12885         Fix argument types.
12886         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12887         ElfW(Rel) in argument.
12888         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12889         function.
12891 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12893         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12895 2001-08-24  Andreas Jaeger  <aj@suse.de>
12897         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12898         Stephen L Moshier <moshier@mediaone.net>.
12900 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12902         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12903         first if RELCOUNT is set.
12905         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12906         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12907         elf_machine_rel_relative.
12908         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12909         Minor optimizations.
12910         * sysdeps/arm/dl-machine.h: Likewise.
12911         * sysdeps/cris/dl-machine.h: Likewise.
12912         * sysdeps/hppa/dl-machine.h: Likewise.
12913         * sysdeps/i386/dl-machine.h: Likewise.
12914         * sysdeps/ia64/dl-machine.h: Likewise.
12915         * sysdeps/m68k/dl-machine.h: Likewise.
12916         * sysdeps/mips/dl-machine.h: Likewise.
12917         * sysdeps/powerpc/dl-machine.h: Likewise.
12918         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12919         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12920         * sysdeps/sh/dl-machine.h: Likewise.
12921         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12922         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12924 2001-08-23  Roland McGrath  <roland@frob.com>
12926         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12928         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12929         sysdeps/mach version.  Implement counting ("recursive") mutexes
12930         on top of cthreads mutexes.
12931         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12933         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12934         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12935         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12936         __libc_clean_end): Define these to call the cleanup function after
12937         normal exit when they're supposed to.
12939         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12940         Take new first arg DOIT, a boolean saying whether to really install
12941         any cleanup handler.
12942         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12943         (__libc_cleanup_end): Likewise.
12944         * sysdeps/generic/bits/libc-lock.h: Same changes.
12945         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12946         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12947         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12948         Likewise.
12949         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12950         * sysdeps/generic/bits/stdio-lock.h
12951         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12953 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12955         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12957 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12959         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12960         functions.
12961         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12962         lookups in cache.
12963         (_dl_lookup_versioned_symbol): Likewise.
12964         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12965         relocation lookup.
12966         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12967         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12968         (lookup_cache, lookup_cache_versioned): Add declarations.
12970 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12972         * stdlib/tst-random.c (main): Swap parameters in fail call.
12973         Patch by Pete Bevin <pete@petebevin.com>.
12975 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12977         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12979 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12981         * malloc/obstack.c: Indent preprocessor directives.
12982         Patch by Jim Meyering <meyering@ascend.com>.
12984         * po/ja.po: Update from translation team.
12986 2001-08-23  Roland McGrath  <roland@frob.com>
12988         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12990         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12991         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12993 2001-08-22  Roland McGrath  <roland@frob.com>
12995         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12996         __libc_lock_define_recursive.
12997         * elf/dl-open.c: Don't declare it here any more.
12998         * elf/dl-close.c: Likewise.
12999         * elf/dl-lookup.c: Likewise.
13000         * elf/dl-iteratephdr.c: Likewise.
13001         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
13002         __libc_lock_unlock_recursive.
13003         * elf/dl-close.c (_dl_close): Likewise
13004         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
13005         * elf/dl-open.c (_dl_open): Likewise
13007         * sysdeps/generic/bits/libc-lock.h
13008         (__libc_lock_define_recursive): New macro.
13009         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
13010         (_IO_lock_lock): Use __libc_lock_lock_recursive.
13011         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
13013         * conform/conformtest.pl (checknamespace): Sort the output list.
13015         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
13016         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
13017         definitions conditional on [__USE_XOPEN].
13019         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
13020         these unconditionally, not only use [__USE_BSD], so as to match
13021         the sysdeps/unix/sysv/linux files.
13023 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13025         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
13026         avoid warnings.
13028         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13029         DL_LOOKUP_ADDRESS.
13031 2001-08-22  Roland McGrath  <roland@frob.com>
13033         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13034         conditionalization of sa_handler/sa_sigaction member types to
13035         match the sysdeps/unix/sysv/linux file.
13037 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13039         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13040         symbol sizes a bit better.
13042         * sysdeps/ia64/strncpy.S: Complete rewrite.
13043         Contributed by Jakub Jelinek <jakub@redhat.com>.
13045         * string/stratcliff.c (main): Add strncpy test.
13047 2001-08-22  Roland McGrath  <roland@frob.com>
13049         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13050         and don't declare unsetenv or _environ directly.
13051         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13053 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13055         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13056         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13057         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13058         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13059         test for cmsg struct size.
13061 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13063         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13064         Rename __argc to ___argc in prototypes to avoid compatibility
13065         problems with systems that reserve the identifier "__argc".
13066         Similarly for __argv.
13068 2001-08-21  Roland McGrath  <roland@frob.com>
13070         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13072         * mach/Makefile (tests): Removed.
13073         * mach/hello.c: File removed.
13075 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13077         * po/sv.po: Update from translation team.
13079         * stdio-common/vfscanf.c: Fix handling of %l[].
13080         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13082         * libio/Makefile (tests): Add tst-sscanf.
13083         * libio/tst-sscanf.c: New file.
13085         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13086         * malloc/mtrace.c (tr_where): dli_sname always points to a
13087         non-empty string if != NULL.
13088         Reported by Tim Janik <timj@gtk.org>.
13090 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13092         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13093         buf.  Free resources on failure.
13094         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13095         (makefd_xprt): Likewise.
13096         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13097         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13098         * sunrpc/auth_unix.c (authunix_create): Likewise.
13100 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13102         * string/strnlen.c: Remove.
13103         * sysdeps/generic/strnlen.c: New file.
13104         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13106 2001-08-21  Roland McGrath  <roland@frob.com>
13108         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13109         as a macro, not an extern inline function.
13111         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13112         * Versions.def (libc): Add GLIBC_2.2.5 set.
13113         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13114         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13116 2001-08-20  Roland McGrath  <roland@frob.com>
13118         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13119         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13121 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13123         * string/bits/string2.h: Remove strnlen optimization here.
13124         * sysdeps/i386/i486/bits/string.h: Add it here.
13126 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13128         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13130 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13132         * po/gl.po: Update from translation team.
13134 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13136         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13137         * misc/err.c (convert_and_print): Likewise.
13139         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13140         function calls.
13142 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13144         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13145         change of the gregset_t type.
13146         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13148 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13150         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13152 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13154         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13156         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13158 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13160         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13161         before calling the cthreads initialization code.
13163 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13165         * argp/argp-help.c: Fix two problems introduced in last change.
13167         * include/dirent.h: Include <dirstream.h> first.
13169 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13171         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13173         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13174         * sunrpc/xdr_rec.c: Likewise.
13175         * sunrpc/xdr_mem.c: Likewise.
13176         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13177         * sunrpc/rpc_cmsg.c: Likewise.
13178         * sunrpc/getrpcport.c (getrpcport): Likewise.
13179         * sunrpc/clnt_simp.c (callrpc): Likewise.
13180         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13181         * string/envz.c: Likewise.
13183         * po/ko.po: Update from translation team.
13185         * argp/argp-help.c: Handle wide oriented stderr stream.
13187 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13189         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13190         __builtin_expect.
13192         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13194         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13195         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13196         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13198         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13200         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13202         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13204         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13205         wchar_t for function declarations and defintions.
13207         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13208         Define suseconds_t if it hasn't happened yet.
13210         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13212         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13214         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13215         <stddef.h>.
13217         * conform/data/stddef.h-data: Remove wint_t.
13219         * conform/conformtest.pl: Change namespace test to take #undef
13220         lines into account.
13222         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13224         * conform/data/sys/socket.h-data: Add sockatmark.
13226 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13228         * io/fts.c: Update from recent BSD source.
13230 2001-08-17  Roland McGrath  <roland@frob.com>
13232         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13233         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13234         Likewise.
13236 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13238         * locale/duplocale.c (__duplocale): Also initialize the special
13239         __ctype_* elements.
13241         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13243 2001-08-17  Andreas Jaeger  <aj@suse.de>
13245         * misc/getpass.c: Include wchar.h for prototypes.
13246         * malloc/obstack.c: Likewise.
13248 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13250         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13252         * wcsmbs/wcscoll.c: Also define __wcscoll.
13253         * include/wchar.h: Declare __wcscoll.
13255         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13256         * libio/vwprintf.c: Likewise.
13257         * libio/wprintf.c: Likewise.
13259         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13261 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13263         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13264         instead of mbrtowc.
13265         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13266         wcslen, and __wcscoll instead of wcscoll.
13268         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13270         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13271         __getuid instead of getuid.
13273         * stdio-common/perror.c (perror): Use __close instead of close.
13274         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13275         * libio/freopen.c (freopen): Likewise.
13276         * libio/freopen64.c (freopen64): Likewise.
13278         * libio/tst-ungetwc2.c (main): Define str const.
13280         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13281         * libio/fwprintf.c: Also define __fwprintf.
13282         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13283         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13284         * assert/assert-perr.c: Likewise.
13285         * assert/assert.c: Likewise.
13286         * gmon/gmon.c: Likewise.
13287         * inet/rcmd.c: Likewise.
13288         * malloc/obstack.c: Likewise.
13289         * misc/err.c: Likewise.
13290         * misc/error.c: Likewise.
13291         * misc/getpass.c: Likewise.
13292         * posix/getopt.c: Likewise.
13293         * resolv/res_hconf.c: Likewise.
13294         * stdio-common/perror.c: Likewise.
13295         * stdio-common/psignal.c: Likewise.
13296         * stdlib/fmtmsg.c: Likewise.
13297         * sunrpc/auth_unix.c: Likewise.
13298         * sunrpc/clnt_perr.c: Likewise.
13299         * sunrpc/clnt_tcp.c: Likewise.
13300         * sunrpc/clnt_udp.c: Likewise.
13301         * sunrpc/clnt_unix.c: Likewise.
13302         * sunrpc/svc_simple.c: Likewise.
13303         * sunrpc/svc_tcp.c: Likewise.
13304         * sunrpc/svc_udp.c: Likewise.
13305         * sunrpc/svc_unix.c: Likewise.
13306         * sunrpc/xdr.c: Likewise.
13307         * sunrpc/xdr_array.c: Likewise.
13308         * sunrpc/xdr_rec.c: Likewise.
13309         * sunrpc/xdr_ref.c: Likewise.
13310         * sysdeps/generic/wordexp.c: Likewise.
13312         * po/it.po: Update from translation team.
13314         * misc/err.c: Handle wide oriented stderr stream.
13316 2001-08-14  Tom Rix  <trix@redhat.com>
13318         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13319         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13321 2001-08-13  Tom Rix  <trix@redhat.com>
13323         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13324         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13325         and __intptr_t.
13327 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13329         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13330         Store the access registers to the ucontext structure.
13331         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13332         Likewise.
13334         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13335         Load the access registers from the ucontext structure.
13336         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13337         Likewise.
13339         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13340         offsets to the new ucontext layout.
13341         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13343         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13344         of the ucontext structure.
13345         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13347 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13349         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13350         (error_at_line): Likewise.
13352         * stdio-common/perror.c (perror): Implement according to standard.
13353         The stream orientation must not be changed if the stream was not
13354         oriented before the call.
13355         * stdio-common/Makefile (tests): Add tst-perror.
13356         * stdio-common/tst-perror.c: New file.
13359 See ChangeLog.12 for earlier changes.