Define macro DO_ELF_MACHINE_REL_RELATIVE for 'elf_machine_rel_relative'. (elf_dynamic...
[glibc.git] / ChangeLog
blob756bb152fde8a139b3b5742aec1c5143e1fb36e9
1 2002-09-27  Roland McGrath  <roland@redhat.com>
3         * sysdeps/unix/sysv/linux/x86_64/sysdep.h
4         (__NR_pread, __NR_pwrite): Define these to __NR_pread64, __NR_pwrite64
5         if not defined.
7         * sysdeps/unix/sysv/linux/powerpc/lchown.S
8         [SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_1)]: Use this condition
9         on chown compatibility symbol; use compat_symbol, not symbol_version.
11 2002-09-27  Steven Munroe  <sjmunroe@us.ibm.com>
13         * sysdeps/powerpc/powerpc32/Makefile: Fix typo in comment.
15         * sysdeps/powerpc/powerpc64/Makefile
16         [$(build-shared) = yes] (pic-ccflag): Define it.
17         [$(subdir) = csu] (CFLAGS-initfini.s): Add -fpic here too.
19 2002-09-27  Roland McGrath  <roland@redhat.com>
21         * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Remove
22         unneeded TLS cases.
24 2002-09-27  Jakub Jelinek  <jakub@redhat.com>
26         * elf/dl-addr.c (_dl_addr): Set dli_fbase to l_map_start
27         unconditionally.  Set dli_fname to _dl_argv[0] only for main program.
29 2002-09-27  Roland McGrath  <roland@redhat.com>
31         * elf/dl-addr.c (_dl_addr): Add a cast.
33         * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [USE_TLS]: Handle new
34         TLS relocs R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, and R_X86_64_TPOFF64.
36         * elf/elf.h (R_X86_64_DTPMOD64, R_X86_64_DTPOFF64, R_X86_64_TPOFF64,
37         R_X86_64_TLSGD, R_X86_64_TLSLD, R_X86_64_DTPOFF32,
38         R_x86_64_GOTTPOFF, R_X86_64_TPOFF32): New macros.
39         (R_X86_64_NUM): Update the value.
41 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
43         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
44         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
45         addend.
46         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
47         the same l_addr computation.
48         * sysdeps/sparc/sparc64/configure.in: Removed.
49         * sysdeps/sparc/sparc64/configure: Removed.
50         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
52 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
54         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
55         if necessary.
56         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
57         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
58         symbol table if necessary.
60 2002-09-26  Roland McGrath  <roland@redhat.com>
62         * stdlib/longlong.h: Replaced with current version from GCC mainline,
63         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
65 2002-09-25  Andreas Jaeger  <aj@suse.de>
67         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
68         Patch by Guido Guenther <agx@sigxcpu.org>.
70 2002-09-25  Roland McGrath  <roland@redhat.com>
72         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
74 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
76         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
78 2002-09-24  Roland McGrath  <roland@redhat.com>
80         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
81         __libc_write, __libc_lseek64, to ...
82         (ld: GLIBC_PRIVATE): ... here.
84         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
85         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
86         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
87         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
88         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
89         and _res.
90         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
92         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
93         New macros for x86-64.
95         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
96         It was indentical to the linux/bits/time.h file.
98         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
100         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
102 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
104         * po/zh_CN.po: New file.
106 2002-09-23  Roland McGrath  <roland@redhat.com>
108         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
109         for gethostname declaration.
111         * catgets/open_catalog.c (__open_catalog): Don't use a value type
112         as the __builtin_expect expression, just the Boolean value.
114         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
115         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
116         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
117         * iconvdata/tst-loading.c (main): Likewise.
118         * catgets/tst-catgets.c (main): Likewise.
119         * stdlib/tst-xpg-basename.c (main): Likewise.
120         * stdlib/tst-bsearch.c (main): Likewise.
121         * stdio-common/test-vfprintf.c (main): Likewise.
122         * stdio-common/tst-rndseek.c (do_test): Likewise.
123         * libio/tst_swprintf.c (main): Likewise.
124         * libio/tst-fgetws.c (main): Likewise.
125         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
126         * time/tst-posixtz.c (main): Likewise.
127         * time/tst-strptime.c (test_tm): Likewise.
128         * time/tst-strptime.c (main): Likewise.
129         * time/tst-getdate.c (main): Likewise.
130         * posix/tst-mmap.c (main): Likewise.
131         * posix/tst-getaddrinfo.c (do_test): Likewise.
132         * io/tst-getcwd.c (do_test): Likewise.
133         * resolv/tst-aton.c (main): Likewise.
134         * inet/tst-network.c (main): Likewise.
135         * libio/tst-fgetws.c (main): Likewise.
136         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
137         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
138         for PTYNO.
140         * stdlib/msort.c (qsort): Add a cast to silence warning.
141         * stdio-common/vfprintf.c (process_string_arg): Likewise.
142         * libio/oldfileops.c (_IO_old_do_write): Likewise.
143         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
144         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
145         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
146         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
147         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
148         * sysdeps/unix/grantpt.c (grantpt): Likewise.
149         * libio/tst-widetext.c (main): Likewise.
150         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
151         * rt/tst-aio.c (test_file): Likewise.
152         * rt/tst-aio64.c (test_file): Likewise.
153         * resolv/tst-aton.c (main): Likewise.
155         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
157         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
158         instead of uint32_t in these macros.
160 2002-09-22  Bruno Haible  <bruno@clisp.org>
162         * iconv/iconv_prog.c (main): Provide an error message that identifies
163         the wrong encoding.
165         * iconvdata/tscii.c: New file.
166         * iconvdata/testdata/TSCII: New file.
167         * iconvdata/testdata/TSCII..UTF8: New file.
168         * iconvdata/TSCII.precomposed: New file.
169         * iconvdata/TSCII.irreversible: New file.
170         * iconvdata/gconv-modules (TSCII): New module.
171         * iconvdata/Makefile (modules): Add TSCII.
172         (distribute): Add tscii.c.
173         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
174         buffer size.
175         * iconvdata/tst-tables.sh: Add TSCII.
176         * iconvdata/TESTS: Add TSCII.
178         Revert 2002-04-18 patch.
179         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
180         FROM_DIRECTION): Make the FROM direction stateful again.
181         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
182         FROM_DIRECTION): Likewise.
184         * iconvdata/tst-e2big.c: New file.
185         * iconvdata/Makefile (tests): Add tst-e2big.
187 2002-09-23  Roland McGrath  <roland@redhat.com>
189         * elf/Makefile (test-extras): Define this instead of test-srcs.
190         * Makerules (all-nonlib): Include $(test-extras) too.
192 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
194         * sysdeps/hppa/abort-instr.h: New file.
196 2002-09-22  Roland McGrath  <roland@frob.com>
198         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
200         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
202 2002-09-22  Andreas Schwab  <schwab@suse.de>
204         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
206         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
207         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
208         Use GCC builtins.
210 2002-09-21  Roland McGrath  <roland@redhat.com>
212         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
213         Correct the value so it covers all platforms, and is computed
214         from _DL_PLATFORMS_COUNT rather than hard-wired.
215         From Andrew Suffield <asuffield@debian.org>.
217 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
219         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
220         locking when using mount tab file.
221         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
222         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
223         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
225         * elf/dl-init.c (_dl_init): Fix test of the size of the
226         preinit_array section.
227         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
228         Reported by Brian Cabral <cabral@ikuni.com>.
230 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
232         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
233         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
234         specific macros copied from sysdeps/powerpc/sysdep.h.
235         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
236         specific macros.
237         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
238         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
239         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
241 2002-09-19  Bruno Haible  <bruno@clisp.org>
243         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
244         returning.
246 2002-09-17  Bruno Haible  <bruno@clisp.org>
248         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
249         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
250         also on platforms with !HAVE_UT_TYPE.
251         (proc_utmp_eq): Remove function.
252         (internal_getut_r, pututline_file): Call __utmp_equal instead.
254 2002-09-20  Bruno Haible  <bruno@clisp.org>
256         * abi-tags: Add support for FreeBSD with ABI OS value 3.
257         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
259 2002-09-20  Roland McGrath  <roland@redhat.com>
261         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
262         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
263         terms of __WORDSIZE.
264         * sysdeps/x86_64/gmp-mparam.h: File removed.
265         * sysdeps/sparc/gmp-mparam.h: File removed.
266         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
267         * sysdeps/ia64/gmp-mparam.h: File removed.
268         * sysdeps/alpha/gmp-mparam.h: File removed.
270 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
272         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
273         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
274         casts.  Align __libc_stack_end to 8 bytes.
276 2002-09-20  Roland McGrath  <roland@redhat.com>
278         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
279         instead of asm for lrintf, __lrintf aliases.
281         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
282         int array for 32-/64-bit compatibility.
283         From Steven Munroe  <sjmunroe@us.ibm.com>.
285 2002-09-17  Bruno Haible  <bruno@clisp.org>
287         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
288         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
289         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
290         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
291         for iterating through the list of interfaces.
292         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
294 2002-09-20  Roland McGrath  <roland@redhat.com>
296         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
297         Reported by Bruno Haible <bruno@clisp.org>.
299         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
301         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
302         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
303         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
305 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
307         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
308         * sysdeps/powerpc/bits/wordsize.h: New file.
309         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
310         array to int array for 32-/64-bit compatibility.
312 2002-09-20  Roland McGrath  <roland@redhat.com>
314         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
316         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
317         Reported by Bruno Haible <bruno@clisp.org>.
319         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
320         before doubling RQ_LEN.
321         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
322         Reported by Bruno Haible <bruno@clisp.org>.
324 2002-09-18  Bruno Haible  <bruno@clisp.org>
326         * login/logout.c (logout): Don't assume ut_time has the same size as
327         a time_t.
328         * login/logwtmp.c (logwtmp): Likewise.
330         * sysdeps/pthread/configure: New file, moved here from
331         linuxthreads/sysdeps/unix/sysv/linux/configure.
333 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
335         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
336         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
337         Reported by Glen Nakamura <glen@imodulo.com>.
339 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
341         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
342         thread's sigstate data structure if it has been allocated.
344 2002-09-19  Roland McGrath  <roland@redhat.com>
346         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
347         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
349 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
351         * version.h (VERSION): Bump to 2.2.94.
353         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
354         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
355         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
356         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
358         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
360         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
362         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
364         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
366 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
368         * sysdeps/wordsize-32/Makefile: New file.
369         * sysdeps/arm/Makefile: Removed.
370         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
371         Don't add divdi3 here.
372         * sysdeps/m68k/Makefile: Likewise.
373         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
374         * sysdeps/sh/Makefile: Likewise.
375         * sysdeps/s390/s390-32/Makefile: Likewise.
377 2002-09-18  Roland McGrath  <roland@redhat.com>
379         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
380         the __ctype_* compat symbols, so the relocs generated bind to the
381         right versioned global symbol in the shared object.
383         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
384         from the value taken from the DT_VERSYM table.
385         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
386         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
387         (RESOLVE_GOTSYM): Likewise.
389         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
390         Add libc_hidden_def.
391         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
392         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
393         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
394         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
395         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
396         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
397         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
398         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
400 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
402         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
404         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
405         define sigaction and __sigaction as wrappers around
406         __libc_sigaction which rejects changing SIGCANCEL.
407         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
409         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
410         SETTID/CLEARTID.
412         * signal/allocrtsig.c: Move to...
413         * sysdeps/generic/allocrtsig.c: ...here.  New file.
415 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
417         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
419         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
420         R_386_TLS_LE): Define.
421         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
422         comments.
423         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
424         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
425         (elf_machine_rel): Handle R_386_TLS_TPOFF.
426         (elf_machine_rela): Likewise.
427         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
429 2002-09-17  Roland McGrath  <roland@redhat.com>
431         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
432         file-specific variable override so it compiles properly when using
433         --with-headers.
435 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
437         Ported to PowerPC64 running Linux.
438         * sysdeps/powerpc/powerpc64/Dist: New file.
439         * sysdeps/powerpc/powerpc64/Implies: New file.
440         * sysdeps/powerpc/powerpc64/Makefile: New file.
441         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
442         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
443         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
444         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
445         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
446         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
447         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
448         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
449         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
450         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
451         * sysdeps/powerpc/powerpc64/memset.S: New file.
452         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
453         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
454         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
455         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
456         * sysdeps/powerpc/powerpc64/strchr.S: New file.
457         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
458         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
459         * sysdeps/powerpc/powerpc64/strlen.S: New file.
460         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
461         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
462         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
463         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
464         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
465         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
466         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
467         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
468         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
470         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
472         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
473         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
474         various gcc versions.  Dot names required for powerpc64.
475         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
476         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
477         C_SYMBOL_DOT_NAME(alias).
478         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
479         original strong_alias macro.
480         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
481         C_SYMBOL_DOT_NAME(alias).
482         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
483         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
484         '.'ed name.
485         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
486         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
487         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
488         (hidden_def): Append hidden_dot_def1 macro to definition.
489         (hidden_ver): Append hidden_dot_def1 macro to definition.
490         (hidden_data_def): New macro.  Same as original hidden_def macro.
491         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
492         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
493         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
494         (hidden_weak): Append hidden_dot_weak1 macro to definition.
495         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
496         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
497         Otherwise defined as __GI_name.
498         (libc_hidden_data_def): New macro.  Use hidden_data_def.
499         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
500         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
501         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
502         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
503         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
504         (libm_hidden_data_def): New macro.  Use hidden_data_def.
505         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
506         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
507         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
509 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
511         * include/libc-symbols.h: Change *hidden_proto macros to accept
512         option parameters and pass those to the attribute definition.
513         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
515         * include/unistd.h: Declare __libc_pause.
517         * include/sys/socket.h: Declare __libc_send, __libc_recv,
518         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
520         * include/unistd.h: Declare __libc_fork.
522 2002-09-17  Roland McGrath  <roland@redhat.com>
524         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
525         (passwd2des): Define it as an alias.
526         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
528 2002-09-12  Bruno Haible  <bruno@clisp.org>
530         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
531         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
533         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
534         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
536 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
538         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
539         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
540         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
541         PowerPC64 does not have separate 64-bit syscalls.
543 2002-09-16  Roland McGrath  <roland@redhat.com>
545         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
547         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
548         New macro.
550         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
552         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
553         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
554         * sysdeps/generic/_exit.c: Likewise.
556 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
558         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
560         * elf/rtld.c (struct dl_start_final_info): New.
561         (_dl_start_final): Change second argument to struct
562         dl_start_final_info *.  Set start_time from info.
563         (_dl_start): Remove bootstrap_map variable, add info.
564         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
565         store HP_TIMING_NOW result into info.start_time.
567 2002-09-16  Andreas Jaeger  <aj@suse.de>
569         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
570         to _Exit.
571         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
573 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
575         * sysdeps/powerpc/abort-instr.h: New file.
577 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
579         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
580         comment.
582         * test-skeleton.c (main): Provide more information in case waitpid
583         fails.
585         * include/unistd.h: Declare __exit_thread.
586         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
587         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
588         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
589         * sysdeps/unix/sysv/linux/_exit.c: New file.
590         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
591         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
592         Add exit-thread.
594         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
596 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
598         * sysdeps/i386/dl-machine.h (elf_machine_rel)
599         (case R_386_TLS_DTPMOD32): Don't use addend.
600         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
601         (elf_machine_rela): Add support for TLS relocs.
603 2002-09-14  Roland McGrath  <roland@redhat.com>
605         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
607 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
609         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
610         specific asm macros for multiple percision integer math.
612 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
614         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
615         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
616         Remove per-machine conditionals for FLAG_* cases.
617         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
618         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
619         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
621 2002-09-10  Alan Modra <amodra@bigpond.net.au>
623         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
624         defined in entry.h.
625         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
626         lowest address for profiling in  __monstartup call.
627         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
629 2002-09-14  Roland McGrath  <roland@redhat.com>
631         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
632         instead of __NR_pread.
633         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
634         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
635         instead of __NR_pwrite.
636         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
638 2002-09-13  Roland McGrath  <roland@redhat.com>
640         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
642 2002-09-13  Andreas Jaeger  <aj@suse.de>
644         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
645         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
647 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
649         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
651 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
653         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
654         reading the headers.
656 2002-09-12  Roland McGrath  <roland@redhat.com>
658         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
659         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
660         find the ELF header.
662         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
663         executable if needed, in case it's actually a shared object.
665 2002-09-11  Roland McGrath  <roland@redhat.com>
667         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
668         l_map_start to adjust l_tls_initimage.
670         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
671         when using h_errno and it's not set to NETDB_INTERNAL.
672         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
674         * Makefile ($(common-objpfx)testrun.sh): New target.
675         (others): Depend on it.
676         (postclean-generated): Append it.
678         * nss/bug-erange.c: New file.
679         * nss/Makefile (tests): Add it.
681         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
682         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
684         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
685         strncmp, keeps the code smaller for a non-performance-critical case.
687         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
688         no longer wrongly matches arbitrary prefixes of NAME.
689         Reported by Jakub Jelinek <jakub@redhat.com>.
691 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
693         * posix/bug-regex11.c (tests): New array.
694         (main): Rewritten to run more different tests.
696 2002-09-10  Roland McGrath  <roland@redhat.com>
698         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
699         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
700         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
702         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
703         well so we don't get it declared by include/math.h's hidden_proto.
704         Then do hidden_proto for __isnanf locally so hidden_def works right.
706         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
707         a cast to turn nl_langinfo return value into an integer.
709 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
711         * posix/regexec.c (build_trtable): Fix the destination of
712         newline to prevent wrong states from overwriting.
713         Append break statements to optimization.
715 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
717         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
718         (build_range_exp): Add castings to strlen invocations.
719         (build_collating_symbol): Restore the type of characters from "char"
720         to "unsigned char", and supplement castings.
721         (build_collating_symbol): Likewise.
722         (build_equiv_class): Likewise.
723         (build_charclass): Likewise.
724         (seek_collating_symbol_entry): Likewise.
725         (parse_bracket_exp): Likewise.
726         (build_word_op): Supplement a casting.
727         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
728         (re_string_allocate): Fix castings.
729         (re_string_construct): Likewise.
730         (re_string_construct_common): Likewise.
731         (re_string_realloc_buffers): Likewise.
732         (build_wcs_buffer): Likewise.
733         (build_wcs_upper_buffer): Likewise.
734         (re_string_skip_chars): Likewise.
735         (re_string_reconstruct): Likewise.
736         * posix/regex_internal.h: Restore the type of characters in
737         re_string_t and bracket_elem_t from "char" to "unsigned char".
738         (re_string_elem_size_at): Fix castings.
739         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
740         (transit_state_bkref_loop): Restore the type of characters from
741         "char" to "unsigned char", and append a cast to "char*" pointer in
742         array subscript.
743         (check_node_accept_bytes): Likewise.
744         (find_collation_sequence_value): Likewise.
746 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
748         * sysdeps/mips/memcpy.S: New file.
749         * sysdeps/mips/memset.S: New file.
750         * sysdeps/mips/fpu/e_sqrt.c:  New file.
751         * sysdeps/mips/fpu/e_sqrtf.c: New file.
753         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
754         functional before. Also removed all SHLIB_COMPAT stuff.
755         * fpu/fegetenv.c: Likewise.
756         * fpu/fesetenv.c:: Likewise.
757         * fpu/feupdateenv.c: Likewise.
758         * fpu/fgetexcptflg.c: Likewise.
759         * fpu/fraiseexcpt.c: Likewise.
761         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
763 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
765         * include/math.h (__finite_internal, __finitef_internal,
766         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
767         (isfinite): Remove.
768         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
769         __isinfl, __isnanl): Add hidden_proto.
770         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
771         libm_hidden_proto.
772         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
773         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
774         __is{inf,nan} calls.
775         * stdio-common/printf_size.c (printf_size): Likewise.
776         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
777         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
778         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
779         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
780         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
781         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
782         (__finite): Add hidden_def.
783         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
784         (__finitef): Add hidden_def.
785         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
786         (__finitel): Add hidden_def.
787         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
788         hidden_def.
789         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
790         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
791         libm_hidden_def.
792         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
793         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
794         hidden_def.
795         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
796         (__isinfl): Remove INTDEF.
797         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
798         hidden_def.
799         (__isnanl): Remove INTDEF.
800         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
801         libm_hidden_def.
802         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
803         instead of sin and cos.
804         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
805         Add hidden_def.
806         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
807         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
808         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
809         libm_hidden_def.
810         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
811         Add hidden_def.
812         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
813         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
814         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
815         libm_hidden_def.
816         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
817         libm_hidden_def.
818         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
819         Add hidden_def.
820         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
821         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
822         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
823         libm_hidden_def.
824         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
825         __finitel_internal): Remove aliases.
826         (__finite, __finitef, __finitel): Add hidden_def.
827         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
828         __isnanl_internal): Remove aliases.
829         (__isnan, __isnanf, __isnanl): Add hidden_def.
830         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
831         __isinfl_internal): Remove aliases.
832         (__isinf, __isinff, __isinfl): Add hidden_def.
833         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
834         __fpclassifyl): Add libm_hidden_def.
835         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
836         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
837         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
838         (hidden_defx): Define and use.
839         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
840         libm_hidden_def.
841         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
842         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
843         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
844         Remove INTDEF.
845         (__isnan, __isnanf): Add hidden_def.
846         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
847         (__finitel): Add libm_hidden_def.
848         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
850         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
851         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
852         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
853         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
854         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
855         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
856         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
857         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
858         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
859         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
860         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
861         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
862         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
863         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
864         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
865         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
866         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
867         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
868         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
869         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
870         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
871         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
872         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
873         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
874         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
875         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
876         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
878 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
880         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
882 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
884         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
885         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
887 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
889         * string/stratcliff.c: Some more strncpy tests.
890         Patch by Daniel Jacobowitz <drow@mvista.com>.
892 2002-09-08  Roland McGrath  <roland@redhat.com>
894         * resolv/resolv.h: Include <sys/types.h> for u_long even in
895         the [__need_res_state] case.
896         Reported by Bruno Haible <bruno@clisp.org>.
898 2002-09-04  Bruno Haible  <bruno@clisp.org>
900         * sysdeps/generic/bits/ustat.h: Comment fix.
901         * io/sys/sendfile.h: Comment fix.
902         * sysdeps/posix/pread.c: Comment fix.
903         * sysdeps/posix/pread64.c: Comment fix.
904         * sysdeps/posix/pwrite.c: Comment fix.
905         * sysdeps/posix/pwrite64.c: Comment fix.
907 2002-09-06  Roland McGrath  <roland@redhat.com>
909         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
910         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
911         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
912         (_UTSNAME_MACHINE_LENGTH): Likewise.
913         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
915 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
917         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
918         test for filesystem type name of mount points.
920         * include/errno.h: Use errno definition with __thread for now only
921         in libc and ld.so.
923         * test-skeleton.c (main): Improve error message for unexpected
924         signal case.
926 2002-09-05  Roland McGrath  <roland@redhat.com>
928         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
929         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
931 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
933         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
934         case of failure.
936 2002-09-04  Bruno Haible  <bruno@clisp.org>
938         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
939         sigset_get_old_mask): Turn into inline functions.
940         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
941         sigset_get_old_mask): Likewise.
942         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
943         sigset_get_old_mask): Likewise.
944         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
945         syntax.
947         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
949         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
950         default definitions.
951         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
952         _sys_nerr_internal instead of _sys_nerr.
954         * nscd/connections.c (handle_request): Declare CALLER inside #if.
956 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
958         * sysdeps/powerpc/__longjmp.S: Moved to...
959         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
960         * sysdeps/powerpc/add_n.S: Moved to...
961         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
962         * sysdeps/powerpc/addmul_1.S: Moved to...
963         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
964         * sysdeps/powerpc/atomicity.h: Moved to...
965         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
966         * sysdeps/powerpc/backtrace.c: Moved to...
967         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
968         * sysdeps/powerpc/bp-asm.h: Moved to...
969         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
970         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
971         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
972         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
973         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
974         * sysdeps/powerpc/dl-machine.c: Moved to...
975         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
976         * sysdeps/powerpc/dl-machine.h: Moved to...
977         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
978         * sysdeps/powerpc/dl-start.S: Moved to...
979         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
980         * sysdeps/powerpc/gprrest0.S: Moved to...
981         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
982         * sysdeps/powerpc/gprrest1.S: Moved to...
983         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
984         * sysdeps/powerpc/gprsave0.S: Moved to...
985         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
986         * sysdeps/powerpc/gprsave1.S: Moved to...
987         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
988         * sysdeps/powerpc/lshift.S: Moved to...
989         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
990         * sysdeps/powerpc/memset.S: Moved to...
991         * sysdeps/powerpc/powerpc32/memset.S: ...here.
992         * sysdeps/powerpc/mul_1.S: Moved to...
993         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
994         * sysdeps/powerpc/ppc-mcount.S: Moved to...
995         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
996         * sysdeps/powerpc/register-dump.h: Moved to...
997         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
998         * sysdeps/powerpc/rshift.S: Moved to...
999         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
1000         * sysdeps/powerpc/setjmp.S: Moved to...
1001         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
1002         * sysdeps/powerpc/stpcpy.S: Moved to...
1003         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
1004         * sysdeps/powerpc/strchr.S: Moved to...
1005         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
1006         * sysdeps/powerpc/strcmp.S: Moved to...
1007         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
1008         * sysdeps/powerpc/strcpy.S: Moved to...
1009         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
1010         * sysdeps/powerpc/strlen.S: Moved to...
1011         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
1012         * sysdeps/powerpc/sub_n.S: Moved to...
1013         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
1014         * sysdeps/powerpc/submul_1.S: Moved to...
1015         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
1016         * sysdeps/powerpc/elf/bzero.S: Moved to...
1017         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
1018         * sysdeps/powerpc/elf/start.S: Moved to...
1019         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
1020         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
1021         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
1022         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
1023         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
1024         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
1025         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
1026         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
1027         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
1028         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
1029         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
1030         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
1031         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
1032         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
1033         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
1034         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
1035         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
1036         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
1037         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
1038         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
1039         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1040         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1041         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1042         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1043         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1044         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1045         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1046         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1047         powerpc/powerpc64.
1049 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1051         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1052         minimum gcc version is 3.2
1053         * README: Add powerpc64 to supported targets list.
1054         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1055         Add powerpc64 and machine=powerpc/powerpc64.
1056         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1057         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1058         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1059         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1060         * sysdeps/powerpc/powerpc32/Dist: New file.
1061         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1062         * sysdeps/powerpc/powerpc32/Implies: New file.
1063         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1064         ($(with-fp) = no): Move test to powerpc32/Makefile.
1065         ($(subdir) = misc): Move to powerpc32/Makefile.
1066         ($(build-shared) = yes): Move to powerpc32/Makefile.
1067         ($(subdir) = csu): Move to powerpc32/Makefile.
1068         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1069         * sysdeps/powerpc/powerpc32/Makefile: New file.
1070         * sysdeps/powerpc/Versions: Remove libgcc functions.
1071         * sysdeps/powerpc/powerpc32/Versions: New file.
1072         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1073         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1074         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1075         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1076         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1077         ($machine): Add powerpc/powerpc64 to if ... | for
1078         libc_cv_slibdir=/libc64.
1079         (powerpc*): Set ldd_rewrite_script.
1080         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1081         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1082         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1083         Add clone.S.
1084         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1085         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1086         functions.  Remove GLIBC_2.2 functions except getrlimit and
1087         setrlimit.  Moved them to ...
1088         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1090 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1092         * libio/tst-atime.c: Include <errno.h>.
1093         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1095 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1097         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1098         warnings of some compilers.
1099         (build_collating_symbol): Change the type of characters from
1100         "unsigned char" to "char", and append a cast to "char*" pointer in
1101         array subscript.
1102         (build_collating_symbol): Likewise.
1103         (build_equiv_class): Likewise.
1104         (build_charclass): Likewise.
1105         (re_compile_pattern): Remove incorrect cast.
1106         (re_compile_fastmap_iter): Change the type of characters from
1107         "unsigned char" to "char", and append a cast to "char*" pointer
1108         in array subscript.
1109         (parse_bracket_exp): Likewise.
1110         * posix/regex_internal.c (re_string_construct_common): Likewise.
1111         (re_string_allocate): Likewise.
1112         (re_string_construct): Likewise.
1113         (re_string_realloc_buffers): Likewise.
1114         (build_wcs_buffer): Likewise.
1115         (re_string_reconstruct): Likewise.
1116         * posix/regex_internal.h: Change the type of characters in
1117         re_string_t and bracket_elem_t from "unsigned char" to "char".
1118         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1119         warnings of some compilers.
1120         (transit_state_bkref_loop): Change the type of characters from
1121         "unsigned char" to "char", and append a cast to "char*" pointer in
1122         array subscript.
1123         (check_node_accept_bytes): Likewise.
1124         (find_collation_sequence_value): Likewise.
1126 2002-09-04  Roland McGrath  <roland@redhat.com>
1128         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1129         from 1024 to 65536, to avoid buffer overrun.
1131 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1133         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1135 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1137         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1138         for filesystem.
1140 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1142         * posix/bug-regex11.c: New test.
1143         * posix/Makefile (tests): Add bug-regex11.
1145 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1147         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1148         newlocale.
1150 2002-09-02  Roland McGrath  <roland@redhat.com>
1152         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1153         __pthread_initialize_minimal and __libc_check_standard_fds to
1154         match the generic version.
1156         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1157         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1159         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1160         warnings on platorms where char is unsigned.
1162 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1164         * version.h (VERSION): Bump to 2.2.93.
1166         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1168 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1170         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1171         as relocated.
1173 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1175         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1177 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1179         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1180         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1181         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1182         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1183         (__wcsmbs_load_conv): Remove const from argument.
1184         (_nl_cleanup_ctype): New proto.
1185         (get_gconv_fcts): New function.
1186         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1187         (__wcsmbs_to_wc): Rename back to...
1188         (to_wc): ... this.
1189         (__wcsmbs_gconv_fcts): Rename to...
1190         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1191         (lock): Removed.
1192         (__libc_setlocale_lock): New extern.
1193         (__wcsmbs_load_conv): Remove const from argument.
1194         Initialize new_category->private.ctype instead of a global
1195         variable.
1196         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1197         update_function_ptrs.  No locking is necessary.
1198         (_nl_cleanup_ctype): New function.
1199         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1200         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1201         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1202         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1203         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1204         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1205         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1206         * wcsmbs/wctob.c (wctob): Likewise.
1207         * stdlib/mblen.c (mblen): Likewise.
1208         * stdlib/mbtowc.c (mbtowc): Likewise.
1209         * stdlib/wctomb.c (wctomb): Likewise.
1210         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1211         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1212         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1213         Removed.
1215 2002-09-02  Roland McGrath  <roland@frob.com>
1217         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1219 2002-09-01  Roland McGrath  <roland@redhat.com>
1221         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1222         Variable declarations removed.
1223         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1224         these functions to replace them.
1225         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1226         functions plus an indirection rather than the old global variables.
1227         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1228         Macros removed.
1229         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1230         inline functions.
1231         * ctype/ctype-info.c: Revert last reversion back the other way.
1232         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1233         Define real function versions of include/ctype.h inlines here.
1234         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1235         __ctype_tolower_loc, __ctype_toupper_loc.
1236         * locale/lc-ctype.c: Revert last reversion back the other way.
1237         (_nl_postload_ctype): If current thread uses the global locale,
1238         update its tsd vars.
1239         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1240         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1241         CTYPE_TOLOWER, CTYPE_TOUPPER.
1243         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1244         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1245         from __libc_tsd_threadvar_location.
1246         (__libc_tsd_set, __libc_tsd_get): Update uses.
1248 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1250         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1251         macro definitions for the standard functions to access the
1252         classification and mapping arrays.
1253         * include/ctype.h: Partly revert last patch.  Move the macro
1254         definitions for the exported functions back to the public header.
1255         #undef all the macros defined here before redefining.
1256         * ctype/ctype-info.c: Revert last patch.
1257         * locale/lc-ctype.c: Revert last patch.
1259         * ctype/Makefile (routines): Add isctype.
1260         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1261         * ctype/ctype.h: Add declaration of isctype.
1262         * include/ctype.h: Declare __isctype.
1263         * ctype/isctype.c: New file.
1265 2002-09-01  Roland McGrath  <roland@redhat.com>
1267         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1268         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1270         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1272         * locale/findlocale.c (_nl_remove_locale): Don't search in
1273         _nl_locale_file_list if DATA->alloc is ld_archive.
1274         Use _nl_unload_locale to do the rest of the work.
1276         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1277         of new structure to UNDELETABLE.
1279         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1280         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1281         towlower, towupper): Macros removed.
1282         * ctype/ctype.h (__tobody): Put parens around macro argument.
1283         (__isctype): Macro removed.
1284         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1285         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1286         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1287         tolower, toupper): Macros and inlines removed.
1288         * include/ctype.h [! NOT_IN_libc]
1289         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1290         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1291         tolower, toupper): Define here instead, using _NL_CURRENT.
1292         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1293         using _NL_CURRENT.
1294         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1295         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1296         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1297         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1298         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1299         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1300         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1301         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1302         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1303         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1304         (ISSORTMASK): Update use.
1305         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1306         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1307         (_nss_files_getENTNAME_r): Likewise.
1308         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1309         Likewise.
1311         * Makerules (all-nonlib): Renamed from all-tests.
1312         Include $(others) here too.
1313         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1314         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1315         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1316         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1317         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1318         the program modules via cppflags-iterator.mk.
1319         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1320         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1322 2002-08-31  Roland McGrath  <roland@redhat.com>
1324         * posix/tst-getconf.sh: If no third arg, work with static linking.
1326         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1328         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1329         [_NL_CURRENT_INDIRECT].
1331 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1333         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1335 2002-08-31  Roland McGrath  <roland@redhat.com>
1337         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1338         Instead, make the single allocation of the structure larger to hold
1339         the name strings.
1340         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1341         Instead, calculate size for a single allocation and copy into it.
1342         * locale/freelocale.c (__freelocale): Don't free names individually.
1344         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1346         * locale/xlocale.h (__locale_struct): Move __names member last,
1347         for binary compatibility.
1349         * locale/duplocale.c (__duplocale): Free names from the right array.
1351         * locale/uselocale.c (__uselocale): Return previous locale when
1352         setting a new one.
1354         * locale/newlocale.c: Commit changes from 2002-08-30
1355         batch where I failed to commit this file:
1356         (__newlocale): Fill in __names array.
1358 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1360         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1361         errlist-compat.c if versioning==yes.
1363 2002-08-31  Andreas Jaeger  <aj@suse.de>
1365         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1366         external functions with hidden attribute.
1367         (elf_machine_rela): Optimize.
1369         * sysdeps/x86_64/memset.S: New file.
1370         * sysdeps/x86_64/bzero.S: New file.
1371         * sysdeps/x86_64/stpcpy.S: New file.
1372         * sysdeps/x86_64/strcat.S: New file.
1373         * sysdeps/x86_64/strchr.S: New file.
1374         * sysdeps/x86_64/strcpy.S: New file.
1375         * sysdeps/x86_64/strcspn.S: New file.
1376         * sysdeps/x86_64/strlen.S: New file.
1377         * sysdeps/x86_64/strpbrk.S: New file.
1378         * sysdeps/x86_64/strspn.S: New file.
1379         * sysdeps/x86_64/strcmp.S: New file.
1380         * sysdeps/x86_64/strtok_r.S: New file.
1381         * sysdeps/x86_64/strtok.S: New file.
1382         * sysdeps/x86_64/memcpy.S: New file.
1383         * sysdeps/x86_64/mempcpy.S: New file.
1385         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1387         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1389 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1391         * stdio-common/Makefile (generated): Add errlist-compat.c.
1393         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1395         * locale/localeinfo.h: Pretty printing.
1397         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1398         form_number handling.
1400 2002-08-31  Andreas Jaeger  <aj@suse.de>
1402         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1403         double tests.
1405         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1406         __start_context.
1408         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1410         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1412         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1413         registers used for passing args.
1415         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1416         all needed registers.
1418         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1419         registers.
1421         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1422         registers.
1424 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1426         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1427         always_inline attribute.
1429 2002-08-30  Roland McGrath  <roland@redhat.com>
1431         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1432         presume it's the stub and bail without error.
1434         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1435         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1437         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1439         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1440         macros replace the i686 versions for 64-bit mode.
1442         * locale/duplocale.c: Include <string.h>.
1444         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1445         [_LIBC] (category_to_name): Don't define the function.  Instead
1446         define a macro using _nl_category_names.
1448         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1449         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1450         * locale/global-locale.c (_nl_global_locale): Likewise.
1451         * locale/duplocale.c (__duplocale): strdup __names elements.
1452         * locale/freelocale.c (__freelocale): Free __names elements.
1453         * locale/localename.c (_nl_current_names): Variable removed.
1454         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1455         * locale/localeinfo.h (_nl_current_names): Removed decl.
1456         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1457         _nl_current_names throughout.
1459         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1461         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1462         and sys_nerr in the output file.
1464         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1465         * scripts/cpp: Just use the environment variable.
1467         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1468         * libio/tst-mmap-offend.c (do_test): Likewise.
1469         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1470         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1471         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1473         * locale/localename.c: If the current locale is the global locale, use
1474         _nl_current_names; otherwise use the locale object.
1476 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1478         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1479         'm' to enable mmap I/O.
1480         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1481         former wasn't used (anymore?).
1482         (_IO_FLAGS2_MMAP): New define.
1483         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1484         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1485         _IO_FLAGS2_MMAP bit is set.
1486         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1487         Enable mmap-using mode only if 'm' was set.
1489 2002-08-29  Roland McGrath  <roland@frob.com>
1491         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1493         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1494         Change argument type from int to intptr_t.
1496         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1497         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1498         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1499         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1500         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1502         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1504         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1506         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1508         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1509         * assert/assert-perr.c: Add libc_hidden_def.
1510         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1512         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1513         found at all.
1514         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1515         sys_errlist stuff to ...
1516         * sysdeps/unix/sysv/linux/Versions: ... here.
1518         * mach/mach.h: Include <features.h>.
1520 2002-08-29  Roland McGrath  <roland@redhat.com>
1522         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1523         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1524         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1526         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1528         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1529         (norm_add_slashes): alloca -> __alloca
1531 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1533         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1534         string_malloced, it is unlikely to be set.
1535         Only call free with non-NULL workspace.
1536         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1537         -mcpu=ultrasparc, not only tune for it.
1538         (ASFLAGS*): Set unconditionally.
1540         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1541         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1542         p_vaddr/p_offset when computing LOADADDR.
1544 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1546         * version.h (VERSION): Bump to 2.2.92.
1548         * time/Makefile (tst-ftime_l-ENV): New variable.
1550         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1552         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1553         <U017A>, <U017D> and <U0179>. Add missing mappings.
1554         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1556         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1557         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1558         (struct tostruct): Use ACRINDEX as type for link field.
1559         (statuc gmonparam): Likewise for froms.
1560         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1561         kcount and froms.
1562         (write_call_graph): Use correct type for from_index and to_index.
1563         * gmon/mcount.c: Use correct types for frompcindex and toindex
1564         variables.
1565         Patches by Dan Kegel <dank@kegel.com>.
1567         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1568         canonical name.
1570         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1571         __isspace_l.  Replace calls to isspace.
1572         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1574 2002-08-29  Roland McGrath  <roland@redhat.com>
1576         * string/tst-strxfrm.c: Remove __ from function names.
1578 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1580         * include/wchar.h: Declare __mbsrtowcs_l.
1581         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1582         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1583         USE_IN_EXTENDED_LOCALE_MODEL.
1584         * wcsmbs/mbsrtowcs_l: New file.
1585         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1586         define as static.  Change all uses.
1587         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1588         Change all callers.
1589         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1590         * time/strftime.c: When translating for the extended locale model
1591         use the _l functions.
1592         * time/Makefile (tests): Add tst-ftime_l.
1593         * time/tst-ftime_l.c: New file.
1595 2002-08-28  Roland McGrath  <roland@redhat.com>
1597         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1598         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1599         from _nl_find_locale ok if for _nl_C_name.
1601         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1602         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1603         we know they are all linked in.
1605         * NEWS: Added 2.2.6 text from 2.2 branch version.
1607         * time/strptime.c (strptime_internal): Remove spurious const.
1609         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1610         _nl_select_era_entry): Moved to ...
1611         * time/era.c: ... here, new file.
1612         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1613         Add internal_function to definitions.  Take an additional argument
1614         giving the `struct locale_data *' to use.
1615         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1616         _nl_parse_alt_digit): Moved to ...
1617         * time/alt_digit.c: ... here, new file.
1618         * time/lc-time-cleanup.c: New file.
1619         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1620         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1621         (_nl_cleanup_time): Declare it.
1622         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1623         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1624         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1625         * time/strftime.c: Pass locale data to helper functions.
1626         * time/strptime.c: Likewise.
1628         * locale/localeinfo.h (struct locale_data): New member `private'
1629         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1630         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1631         * locale/C-collate.c: Update initializer.
1632         * locale/C-identification.c: Likewise.
1633         * locale/C-measurement.c: Likewise.
1634         * locale/C-telephone.c: Likewise.
1635         * locale/C-address.c: Likewise.
1636         * locale/C-name.c: Likewise.
1637         * locale/C-paper.c: Likewise.
1638         * locale/C-time.c: Likewise.
1639         * locale/C-numeric.c: Likewise.
1640         * locale/C-monetary.c: Likewise.
1641         * locale/C-messages.c : Likewise.
1642         * locale/C-ctype.c: Likewise.
1644         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1645         Redefine this too.
1647 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1649         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1650         (_rtld_global): Use it.
1652         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1653         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1654         object directory.  Pass all Versions files to the awk script.
1655         * sysdeps/gnu/errlist-compat.c: Removed.
1656         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1657         first Versions file in the search path which has them.
1658         Allow multiple errlist symbol versions to have the same count of
1659         errors.
1660         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1661         of "errlist-compat.c".
1662         * sysdeps/gnu/errlist.c: Regenerated.
1663         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1664         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1665         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1666         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1667         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1668         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1669         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1670         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1671         ECANCELLED if not defined by kernel headers.
1672         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1673         already defined by kernel headers.
1674         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1675         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1676         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1677         is a macro.
1678         * Versions.def (GLIBC_2.3) [librt]: Add.
1680         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1682 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1684         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1685         missing comma to .type directive.
1687 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1689         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1690         unconditionally.
1691         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1692         check.
1693         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1695 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1697         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1698         check to close_and_out close.  Replace return NULL statements where
1699         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1700         when it is no longer needed.
1702 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1704         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1705         string constants.
1706         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1707         * sysdeps/arm/dl-machine.h: Likewise.
1708         * sysdeps/cris/dl-machine.h: Likewise.
1709         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1710         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1712 2002-08-28  Roland McGrath  <roland@redhat.com>
1714         * Makeconfig (default_cflags): Revert unintended change.
1716 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1718         * version.h (VERSION): Bump to 2.2.91.
1720         * configure.in: Disable TLS support by default for now.
1722         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1724         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1725         warnings.
1727         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1729         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1730         fprintf/fwprintf calls.
1732 2002-08-28  Roland McGrath  <roland@redhat.com>
1734         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1735         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1737         * locale/setlocale.c: Declare postload functions weak.
1739         * elf/tst-tls1-static.c: New file.
1740         * elf/tst-tls2-static.c: New file.
1741         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1743         Make uselocale support static linking.
1744         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1745         This file again just defines _nl_C_locobj.
1746         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1747         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1748         using all weak references in the initializer.
1749         * locale/Makefile (aux): Add global-locale.
1750         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1751         these unconditional, along with the tsd decl.
1752         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1753         Define it under these conditions.
1754         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1755         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1756         `extern __thread struct locale_data *const *'.
1757         [NL_CURRENT_INDIRECT]
1758         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1759         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1760         the thread variable _nl_current_LC_FOO and also a special absolute
1761         symbol _nl_current_LC_FOO_used.
1762         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1763         Set each _nl_current_LC_FOO symbol to point into the new locale,
1764         using weak references to test if _nl_current_LC_FOO_used was linked in.
1765         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1766         [NL_CURRENT_INDIRECT]: ... with this one.
1767         (_nl_current, _nl_C): Variables removed.
1768         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1769         weak references to _nl_current_LC_FOO_used.
1770         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1771         (free_category): New function, broken out of ...
1772         (free_mem): ... here.  Call that.
1773         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1774         instead of a loop.
1776         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1777         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1778         it is already absolute.
1780         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1781         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1782         [$(build-static) = yes] (tests-static): New variable.
1783         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1785 2002-08-26  Christoph Hellwig  <hch@lst.de>
1787         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1788         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1790 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1792         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1794         * sysdeps/s390/Dist: Add bits/link.h.
1796         * sysdeps/sh/Dist: New file.
1798         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1800         * sysdeps/wordsize-32/Dist: New file.
1802         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1803         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1804         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1806         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1807         sys/personality.h.
1809         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1810         sparc/dl-brk.S.
1812         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1814         * sysdeps/unix/bsd/sun/Dist: New file.
1816         * sysdeps/unix/bsd/osf/Dist: New file.
1818         * sysdeps/unix/bsd/hp/Dist: New file.
1820         * sysdeps/unix/arm/Dist: New file.
1822         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1824         * sysdeps/mach/hurd/Dist: Add set-init.c.
1826         * sysdeps/i386/Dist: Add bits/link.h.
1828         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1830         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1832         * locale/Makefile (distribute): Add hashval.h.
1834         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1836         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1838         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1839         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1840         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1841         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1842         implementations.
1843         * libio/stdio.h: Likewise.
1844         * locale/locale.h: Likewise.
1845         * math/math.h: Likewise.
1846         * math/bits/mathcalls.h: Likewise.
1847         * setjmp/setjmp.h: Likewise.
1848         * signal/signal.h: Likewise.
1849         * stdlib/stdlib.h: Likewise.
1850         * string/string.h: Likewise.
1851         * time/time.h: Likewise.
1852         * wcsmbs/wchar.h: Likewise.
1853         * wctype/wctype.h: Likewise.
1855 2002-08-28  Roland McGrath  <roland@redhat.com>
1857         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1859 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1860             Roland McGrath <roland@redhat.com>
1862         * locale/hashval.h (compute_hashval): Use prototype defn.
1863         (hashval_t): New macro, defined to unsigned long int
1864         if not already defined.
1865         (compute_hashval): Return hashval_t instead of unsigned long int.
1866         * locale/loadarchive.c (hashval_t): New macro.
1867         * locale/programs/locarchive.c: Include hashval.h directly instead
1868         of simple-hash.h.
1869         (compute_hashval, hashval_t): Define these macros first.
1870         (insert_name): Use archive_hashval instead of compute_hashval.
1871         (add_locale, delete_locales_from_archive): Likewise.
1873 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1875         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1876         hash collisions if be_quiet.
1878 2002-08-27  Roland McGrath  <roland@redhat.com>
1880         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1881         __uselocale): Don't declare these any more.
1882         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1884         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1885         and treat it as an EOF return.
1886         * sysdeps/unix/readdir_r.c: Likewise.
1888         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1889         From Alexandre Oliva <aoliva@redhat.com>.
1890         * sysdeps/gnu/errlist-compat.c: Regenerated.
1892 2002-08-27  Brian Youmans  <3diff@gnu.org>
1894         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1895         wording at request of copyright holder Stephen Moshier.
1896         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1897         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1898         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1899         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1900         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1901         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1902         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1903         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1904         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1905         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1906         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1907         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1908         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1909         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1911 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1913         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1914         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1915         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1916         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1917         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1918         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1919         * wctype/iswctype_l.c (iswctype_l): Likewise.
1921 2002-08-27  Roland McGrath  <roland@redhat.com>
1923         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1925         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1926         * stdlib/stdlib.h: Don't declare __*_l names.
1927         * include/stdlib.h: Declare them here instead.
1928         * include/string.h: Don't declare __*_l names.
1929         * string/string.h: Declare them here instead.
1930         * time/time.h: Don't declare __*_l names.
1931         * include/time.h: Declare them here instead.
1932         * wcsmbs/wchar.h: Don't declare __*_l names.
1933         * include/wchar.h: Declare them here instead.
1934         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1935         Don't declare __*_l names.
1936         * include/wctype.h: Declare them here instead.
1937         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1938         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1939         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1940         * include/langinfo.h: Declare it here with __typeof.
1942         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1943         instead, taking an extra __locale_t argument.
1944         * time/Makefile (routines): Add strptime_l.
1945         * time/time.h (__strptime_l, strptime_l): Declare them.
1946         * time/strptime_l.c: New file.
1948         * time/time.h (__strftime_l, strftime_l): Declare them.
1949         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1950         * time/strftime_l.c: New file.
1951         * time/wcsftime_l.c: New file.
1952         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1953         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1954         strftime_l, wcsftime_l.
1955         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1956         or __wcsftime_l instead, taking an extra __locale_t argument.
1958         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1959         (libc: GLIBC_2.3): ... here.
1961 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1963         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1965         * Makefile (distribute): Add LICENSES.
1967         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1968         sys/debugreg.h.
1970         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1972         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1974         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1976         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1978         * sysdeps/mach/hurd/alpha/Dist: New file.
1980         * sysdeps/arm/Dist: Add bits/link.h.
1982         * sunrpc/Makefile: Distribute thrsvc.
1984         * stdio-common/Makefile: Remove more left-overs from old stdio.
1986         * include/linewrap.h: Removed.
1988         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1990         * intl/Makefile (distribute): Add plural-eval.c.
1992 2002-08-27  Roland McGrath  <roland@redhat.com>
1994         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1995         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1996         Say mtab is in either /var/run or /etc.
1998 2002-08-26  Roland McGrath  <roland@redhat.com>
2000         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
2001         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
2003         * sysdeps/gnu/Versions: New file.
2004         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
2005         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
2006         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
2007         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
2008         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
2009         and _sys_nerr_internal instead of anything else.  Make it include
2010         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
2011         Make it emit some asm magic if [EMIT_ERR_MAX].
2012         * sysdeps/gnu/errlist.c: Regenerated.
2013         * sysdeps/gnu/errlist-compat.awk: New file.
2014         * sysdeps/gnu/errlist-compat.c: New file (generated).
2015         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
2016         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
2017         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
2018         (SYS_ERRLIST, SYS_NERR): Macros removed.
2019         (sys_nerr, _sys_nerr): Remove these weak aliases.
2020         * sysdeps/unix/sysv/linux/errlist.c: File removed.
2021         * sysdeps/unix/sysv/linux/errlist.h: File removed.
2022         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
2024         * include/libc-symbols.h (declare_symbol): New macro.
2025         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
2026         * configure.in: New check to define it.
2027         * configure: Regenerated.
2029 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
2031         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
2032         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
2034         * Make-dist: Remove traces of old stdio.
2035         * Makeconfig: Likewise.
2037         * locale/Makefile (localedef-aux): New variable.  Only md5
2038         assigned to it.  These files are not ddistributed in this directory.
2040         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2041         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2042         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2044         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2046         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2047         set h_errno to NO_RECOVERY [PR libc/4360].
2049 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2051         * libio/Makefile (tests): Add bug-fopena+.
2052         * libio/bug-fopena+.c: New file.
2053         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2054         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2056         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2058         * locale/xlocale.c: Fix the last change.  The variable still has
2059         to end in _data.
2060         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2061         (__libc_tsd_set): Add _data prefix to variable name.
2063 2002-08-26  Roland McGrath  <roland@redhat.com>
2065         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2066         macro with inline function.
2067         (sigset_get_old_mask): Likewise.
2068         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2069         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2070         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2071         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2072         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2073         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2074         values.
2075         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2076         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2078 2002-07-06  Bruno Haible  <bruno@clisp.org>
2080         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2081         sigset_get_old_mask): Make it work with larger sigset_t.
2082         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2083         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2084         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2086 2002-08-26  Roland McGrath  <roland@redhat.com>
2088         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2089         * manual/filesys.texi (File Times): Document lutimes and futimes.
2090         * misc/Makefile (routines): Add them.
2091         * misc/Versions (libc: GLIBC_2.3): Likewise.
2092         * sysdeps/generic/lutimes.c: New file.
2093         * sysdeps/generic/futimes.c: New file.
2094         * sysdeps/mach/hurd/lutimes.c: New file.
2095         * sysdeps/mach/hurd/futimes.c: New file.
2097         * manual/filesys.texi (File Times): Add explicit note about null
2098         pointer argument to utimes.
2100 2002-08-26  Roland McGrath  <roland@frob.com>
2102         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2103         (__ifreq): Add a cast.  Remove an unused variable.
2105         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2106         _HURD_THREADVAR_LOCALE.
2108 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2110         * posix/regexec.c (re_search_stub): Return correct match length
2111         if start != 0.
2112         * posix/bug-regex10.c: New test.
2113         * posix/Makefile (tests): Add bug-regex10.
2115 2002-08-26  Brian Youmans  <3diff@gnu.org>
2117         * COPYING.LIB: Replaced with fresh copy from
2118         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2119         suggested copying permission notice now says version 2.1 instead
2120         of version 2.
2122         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2123         from Library GPL.
2124         * crypt/crypt_util.c: Likewise.
2125         * crypt/ufc.c: Likewise.
2126         * elf/dl-conflict.c: Likewise.
2127         * elf/dl-iteratephdr.c: Likewise.
2128         * iconv/iconvconfig.h: Likewise.
2129         * malloc/arena.c: Likewise.
2130         * malloc/hooks.c: Likewise.
2131         * malloc/malloc.c: Likewise.
2132         * posix/glob/Makefile.ami: Likewise.
2133         * posix/glob/Makefile.in: Likewise.
2134         * stdlib/gmp-impl.h: Likewise.
2135         * stdlib/gmp.h: Likewise.
2136         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2137         * sysdeps/generic/strnlen.c: Likewise.
2138         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2139         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2140         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2141         * sysdeps/mach/hurd/spawni.c: Likewise.
2142         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2143         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2144         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2145         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2146         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2147         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2149         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2150         Lesser GPL copying permission notice from 2 to 2.1.
2151         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2152         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2153         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2154         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2155         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2156         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2157         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2158         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2159         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2160         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2161         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2162         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2163         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2164         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2165         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2166         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2167         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2168         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2169         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2170         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2171         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2172         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2173         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2174         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2175         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2176         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2177         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2178         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2179         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2180         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2181         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2182         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2183         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2184         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2185         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2186         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2187         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2188         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2189         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2190         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2191         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2192         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2193         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2194         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2195         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2196         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2197         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2198         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2199         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2200         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2201         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2202         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2203         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2204         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2205         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2207         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2208         Moshier and Lesser GPL copying permission notice, per license from
2209         Moshier.
2210         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2211         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2212         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2213         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2214         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2215         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2216         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2217         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2218         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2219         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2220         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2221         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2222         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2223         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2225         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2226         notice, per license from copyright holder Stephen Moshier.
2227         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2228         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2229         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2230         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2231         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2232         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2233         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2234         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2235         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2237 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2239         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2240         (shared-only-routines): Likewise.
2242 2002-08-26  Roland McGrath  <roland@redhat.com>
2244         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2245         name of "", store a null pointer instead.
2247         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2248         * configure: Regenerated.
2250         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2251         Initialize this instead of __libc_tsd_LOCALE_data.
2253         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2254         ptsname_r to EINVAL.
2256         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2258         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2259         implementations depend on pthreads.
2260         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2261         * rt/tst-aio64.c (do_test): Likewise.
2262         * rt/tst-aio2.c (do_test): Likewise.
2263         * rt/tst-aio3.c (do_test): Likewise.
2264         * rt/tst-aio4.c (do_test): Likewise.
2265         * rt/tst-aio5.c (do_test): Likewise.
2266         * rt/tst-aio6.c (do_test): Likewise.
2267         * rt/tst-aio7.c (do_test): Likewise.
2269         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2270         void so as to avoid compiler warnings.
2272         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2273         _IO_wide_data_FD, which is never used here.
2275         * libio/iofread.c
2276         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2277         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2278         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2280         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2281         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2283         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2284         (closelog): Likewise.
2286 2002-07-06  Bruno Haible  <bruno@clisp.org>
2288         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2290         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2291         * sysdeps/unix/alpha/pipe.S: ... here.
2292         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2294         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2296         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2297         * sysdeps/unix/i386/fork.S: Likewise.
2298         * sysdeps/unix/i386/pipe.S: Likewise.
2299         * sysdeps/unix/i386/wait.S: Likewise.
2301         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2302         * sysdeps/unix/arm/fork.S: Likewise.
2304         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2305         arguments.
2306         (DO_CALL): Swap argument order.
2307         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2308         arguments.
2309         (DO_CALL): Swap argument order.
2310         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2311         arguments.
2312         (DO_CALL): Swap argument order.
2313         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2314         arguments.
2315         (DO_CALL): Swap argument order.
2316         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2317         arguments.
2318         (DO_CALL): Swap argument order.
2319         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2320         arguments.
2321         (DO_CALL): Swap argument order.
2322         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2323         arguments.
2324         (DO_CALL): Swap argument order.
2326         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2327         (L): Define right for ELF.
2328         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2329         Now defined in sysdeps/i386/sysdep.h.
2331         * sysdeps/posix/readv.c: Ansify function definition.
2332         * sysdeps/posix/writev.c: Likewise.
2334         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2335         have the same size. Avoid direct cast from size_t to off_t.
2337         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2338         nul byte in entry[n].ut_user.
2339         (simulate_logout): Likewise.
2341         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2342         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2343         existence of corresponding members of 'struct utmp'.
2344         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2345         !_HAVE_UT_TYPE.
2347         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2348         allocate a buffer of at least BUFSIZ bytes, not just of
2349         sizeof (struct dirent).
2351         * sysdeps/generic/glob.c: Include <limits.h>.
2352         (NAME_MAX): Define a fallback.
2353         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2354         stack.
2355         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2356         (main): Allocate enough room for a 'struct dirent64' on the stack.
2357         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2358         'struct dirent'.
2360         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2361         kernel-features.h.
2363         * inet/htontest.c: Include <sys/types.h>.
2365         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2367         * include/sys/sysctl.h: Comment fix.
2369         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2370         _dl_load_lock.
2371         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2373         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2375         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2376         (__getpeername): New alias.
2377         (__getsockname): New alias.
2378         (__socket): New alias.
2380         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2382         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2383         (__fcntl_internal): New alias.
2384         (__profil): New alias.
2386 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2388         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2389         entry was for getaddr* lookup or not.  Add only matching cache
2390         entry.  Change all callers [PR libc/4317].
2392         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2393         finding the read position [PR libc/4265].
2394         * libio/Makefile (tests): Add bug-rewind2.
2395         * libio/bug-rewind2.c: New file.
2397         * libio/bug-rewind.c: Fix creation of temp file.
2399 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2401         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2402         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2403         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2404         to ENOENT if no entry is found.
2405         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2406         failure.
2407         * nis/nss_compat/compat-initgroups.c: Likewise.
2408         * nis/nss_compat/compat-pwd.c: Likewise.
2409         * nis/nss_compat/compat-spwd.c: Likewise.
2410         * nis/nss_nis/nis-alias.c: Likewise.
2411         * nis/nss_nis/nis-ethers.c: Likewise.
2412         * nis/nss_nis/nis-grp.c: Likewise.
2413         * nis/nss_nis/nis-hosts.c: Likewise.
2414         * nis/nss_nis/nis-initgroups.c: Likewise.
2415         * nis/nss_nis/nis-netgrp.c: Likewise.
2416         * nis/nss_nis/nis-network.c: Likewise.
2417         * nis/nss_nis/nis-proto.c: Likewise.
2418         * nis/nss_nis/nis-publickey.c: Likewise.
2419         * nis/nss_nis/nis-pwd.c: Likewise.
2420         * nis/nss_nis/nis-rpc.c: Likewise.
2421         * nis/nss_nis/nis-service.c: Likewise.
2422         * nis/nss_nis/nis-spwd.c: Likewise.
2423         * resolv/nss_dns/dns-host.c: Likewise.
2424         * resolv/nss_dns/dns-network.c: Likewise.
2425         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2426         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2427         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2428         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2429         * nis/nss_nisplus/nisplus-network.c: Likewise.
2430         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2431         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2432         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2433         * nis/nss_nisplus/nisplus-service.c: Likewise.
2434         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2435         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2436         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2437         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2438         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2440         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2441         declaring __restore and __restore_rt as hidden (if possible).
2443 2002-08-25  Roland McGrath  <roland@redhat.com>
2445         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2447         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2448         (getutent_r_file, internal_getut_r): Updated all callers.
2449         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2451 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2453         * locale/programs/locale.c: Don't print aliases for non-existing
2454         locales for 'locale -a'.
2455         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2457 2002-07-19  H.J. Lu  <hjl@gnu.org>
2459         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2461 2002-07-16  H.J. Lu  <hjl@gnu.org>
2463         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2464         sys/personality.h.
2465         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2467 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2469         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2470         not moved ahead of the fputs call.
2471         * elf/tst-tlsmod2.c (in_dso): Likewise.
2472         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2473         * elf/tst-tlsmod4.c (in_dso): Likewise.
2475 2002-08-25  Andreas Schwab  <schwab@suse.de>
2477         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2479 2002-08-25  Roland McGrath  <roland@redhat.com>
2481         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2482         resetting handler, to avoid the possibility of a spurious SIGALRM
2483         delivered to the user's handler.
2484         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2486         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2487         set -fkeep-inline-functions, which is not needed for the current file.
2489         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2490         (_dl_setup_hash): Add attribute_hidden.
2491         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2492         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2493         (_dl_new_object, _dl_map_object_deps): Likewise.
2494         (_dl_map_object_deps_internal): Remove decl.
2495         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2497         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2498         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2499         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2500         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2501         instead relying on the compiler to produce only GOTOFF variable refs.
2503 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2505         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2507         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2508         inline to avoid defining it in every file which includes this header.
2510         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2511         defining DONT_USE_BOOTSTRAP_MAP.
2513         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2514         * libio/tst-mmap-setvbuf.c (main): Likewise.
2515         * libio/tst-widetext.c (main): Likewise.
2517         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2518         message.
2519         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2520         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2522         * sysdeps/i386/elf/configure.in: Unconditionally define
2523         PI_STATIC_AND_HIDDEN.
2524         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2525         PI_STATIC_AND_HIDDEN is defined as well.
2526         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2528 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2530         * sysdeps/ia64/bzero.S: Define __bzero as well.
2532         * locale/programs/charmap.c (charmap_new_char): Don't use
2533         ULONG_MAX as maximum UCS4 value.
2535         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2537         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2539         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2540         * malloc/malloc.c (mALLINFo): Likewise.
2542         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2544         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2545         examining result of _IO_do_flush call.
2547         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2548         Use prec not spec when sizing buffers.
2550         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2551         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2552         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2553         * stdio-common/vfscanf.c (inchar): Likewise.
2554         * misc/efgcvt_r.c (fcvt_r): Likewise.
2555         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2556         * elf/readlib.c (process_file): Likewise.
2557         * elf/sprof.c (load_profdata): Likewise.
2558         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2559         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2560         * locale/programs/charmap.c (charmap_read): Likewise.
2561         * libio/fileops.c: Likewise.
2562         * libio/fmemopen.c: Likewise.
2563         * stdlib/strtod.c: Likewise.
2564         * elf/dl-load.c: Likewise.
2565         * iconv/iconvconfig.c: Likewise.
2566         * iconv/iconv_prog.c (process_block): Likewise.
2567         * elf/rtld.c (dl_main): Likewise.
2569         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2570         macro to calm down the compiler.
2572         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2574         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2576         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2577         placement of errno definition.
2578         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2579         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2580         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2581         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2582         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2584         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2585         from 1024 to 65536, to avoid buffer overrun.
2587 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2589         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2590         from 1024 to 65536, to avoid buffer overrun.
2591         * resolv/res_query.c (MAXPACKET): Likewise.
2593 2002-08-24  Andreas Jaeger  <aj@suse.de>
2595         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2597 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2599         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2600         two52 locally.
2601         (log2): Likewise.
2602         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2603         Patch by Simon Gee <simong@agile.tv>.
2605         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2606         Prefer reading /proc/stat since it is more uniform across
2607         architectures.
2609         * manual/texinfo.tex: Update to latest official version.
2611         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2612         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2613         * sysdeps/gnu/bits/shm.h: Likewise.
2614         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2615         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2616         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2617         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2618         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2619         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2620         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2621         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2622         since this is what the kernel says.
2624         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2625         since ssize_t is needed as well.  Replace const with __const.
2627 2002-08-23  Roland McGrath  <roland@redhat.com>
2629         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2630         __malloc_hook, __realloc_hook, __memalign_hook,
2631         __after_morecore_hook): Variable definitions moved to ...
2632         * malloc/malloc.c: ... here, so as to be before all references.
2634         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2635         global variable reference in an unused asm parameter, to ensure the
2636         compiler has set up the GOT register before we use it.
2638         * malloc/hooks.c: Move variable definitions ahead of uses.
2639         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2640         initializers that make reference to variables they define.
2642 2002-08-23  Andreas Jaeger  <aj@suse.de>
2644         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2645         alloca, free, qsort.
2647         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2649         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2650         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2652         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2653         <hch@lst.de>.
2654         * sysdeps/generic/fgetxattr.c: New file.
2655         * sysdeps/generic/flistxattr.c: New file.
2656         * sysdeps/generic/fremovexattr.c: New file.
2657         * sysdeps/generic/fsetxattr.c: New file.
2658         * sysdeps/generic/getxattr.c: New file.
2659         * sysdeps/generic/listxattr.c: New file.
2660         * sysdeps/generic/lgetxattr.c: New file.
2661         * sysdeps/generic/llistxattr.c: New file.
2662         * sysdeps/generic/lremovexattr.c: New file.
2663         * sysdeps/generic/lsetxattr.c: New file.
2664         * sysdeps/generic/removexattr.c: New file.
2665         * sysdeps/generic/setxattr.c: New file.
2666         * misc/Makefile (headers): Add sys/xattr.h.
2667         (routines): Add *xattr calls.
2668         * misc/Versions: Add *xattr calls with version 2.3.
2669         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2670         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2671         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2672         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2673         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2674         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2675         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2676         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2678 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2680         * sysdeps/powerpc/elf/libc-start.c
2681         (__cache_line_size): Declare.
2682         (__aux_init_cache): New function.
2683         (__libc_start_main): Change type of `auxvec' parameter to
2684         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2685         __aux_init_cache.
2686         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2687         (__cache_line_size): Declare.
2688         (__aux_init_cache): New function.
2689         (DL_PLATFORM_INIT): Define.
2690         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2691         value to select the correct stride for dcbz.
2693 2002-08-22  Andreas Jaeger  <aj@suse.de>
2695         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2696         shmat.
2698 2002-08-22  Roland McGrath  <roland@redhat.com>
2700         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2701         position indicated by locrectab against file bounds before rounding to
2702         page size.  In mapping loop, always set TO before breaking out of
2703         contiguous range coalescing loop.
2705         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2706         (or MAP_COPY if available) instead of MAP_SHARED.
2708         * scripts/firstversions.awk: When encountering a version newer than
2709         the specified earliest version, be sure to emit the specified earliest
2710         version first if any renaming of an older version to that has been.
2712 2002-08-21  Roland McGrath  <roland@redhat.com>
2714         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2715         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2716         (Configuring and compiling): Don't mention older GCC versions any more.
2717         * INSTALL: Regenerated.
2719         * manual/install.texi (Configuring and compiling, Installation,
2720         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2722         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2723         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2724         and with noinline otherwise.  Remove hack alloca use to prevent
2725         inlining, we can ask for it explicitly nowadays.
2727         * dlfcn/bug-dlsym1.c: New file.
2728         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2729         * dlfcn/Makefile (distribute): Add them.
2730         (tests): Add bug-dlsym1 here.
2731         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2732         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2733         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2735 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2737         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2738         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2739         before relocation.
2740         (_dl_start): Don't use local bootstrap_map variable if
2741         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2742         pass bootstrap_map to _dl_start_final in this case either.  Don't
2743         pass start_time to _dl_start_final ever.
2744         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2746         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2747         This cripples the scope lists necessary to search for symbols in
2748         dependencies which are not in the global scope.
2750         * include/setjmp.h (__libc_longjmp): Add declaration.
2752 2002-08-21  Andreas Jaeger  <aj@suse.de>
2754         * sysdeps/x86_64/_mcount.S: Fix assembler.
2756         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2757         with biarch support.
2759 2002-08-21  Andreas Jaeger  <aj@suse.de>
2761         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2763         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2765         * sysdeps/x86_64/machine-gmon.h: New file.
2766         * sysdeps/x86_64/_mcount.S: New file.
2768 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2770         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2771         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2772         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2773         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2774         to TL_INIT_TP.  Otherwise pass 1.
2775         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2776         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2778 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2780         * locale/programs/localedef.c (add_to_readlist): Error about
2781         circular dependencies only if the locale in question hasn't
2782         been finished.
2783         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2784         CTYPE_LOCALE to load_locale.
2785         * locale/programs/locfile.c (locfile_read): Don't include
2786         unneeded but available locales in locale_mask.
2788         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2789         print any messages about enlarging archive.
2791 2002-08-20  Brian Youmans  <3diff@gnu.org>
2793         * manual/contrib.texi: Removed licenses, added acknowledgements
2794         for contributions by Intel, IBM, Craig Metz.
2795         * LICENSES: New file, contains the text of all non-FSF licenses in the
2796         distribution that require putting the notice in the accompanying
2797         documentation.
2798         * README.template, README: Mention LICENSES.
2800         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2801         new one modelled on the modern BSD license, per recent letter
2802         of permission from CMU.
2803         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2805         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2806         from IBM to FSF, per the recent Software Letter.  Changed the
2807         distribution terms from GPL to LGPL.
2809         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2810         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2811         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2812         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2813         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2814         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2815         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2816         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2817         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2818         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2820         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2821         from IBM to FSF, per the recent Software Letter.  Corrected the
2822         text of the copying permission notice to say Lesser GPL instead
2823         of GPL in warranty disclaimer paragraph.
2824         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2825         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2826         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2827         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2828         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2829         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2830         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2831         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2832         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2833         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2834         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2835         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2836         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2837         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2838         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2839         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2840         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2841         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2842         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2843         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2844         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2846         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2847         permission notice to say Lesser GPL instead of GPL in warranty
2848         disclaimer paragraph.
2849         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2850         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2851         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2852         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2853         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2854         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2855         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2856         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2857         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2858         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2859         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2860         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2861         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2862         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2863         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2864         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2865         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2866         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2867         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2868         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2869         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2870         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2871         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2873 2002-08-20  Roland McGrath  <roland@redhat.com>
2875         Fix ABI compatibility with libc compiled with old tools on powerpc.
2876         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2877         and Jack Howarth <howarth@bromo.med.uc.edu>.
2878         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2879         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2880         pass -DHAVE_DOT_HIDDEN for these files.
2881         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2882         __floatdisf.
2883         * sysdeps/powerpc/divdi3.c: New file.
2884         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2885         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2887 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2889         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2890         partially overlapping mappings.  Remove unneeded (char *) casts.
2891         Never allow duplication of ranges in mapped areas.
2893 2002-08-20  Roland McGrath  <roland@redhat.com>
2895         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2896         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2898 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2900         * include/unistd.h: Don't hide _exit.
2902         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2903         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2904         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2905         argument 1 to TLS_INIT_TP.
2906         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2908         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2910         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2911         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2912         memory allocation to...
2913         (allocate_dtv): ...here.  New function.
2914         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2915         call allocate_dtv instead of _dl_allocate_tls_storage.
2916         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2917         (_dl_get_tls_static_info): New function.
2918         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2919         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2921 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2923         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2924         immediately if result == NULL.
2926 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2928         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2930 2002-08-18  Roland McGrath  <roland@frob.com>
2932         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2933         instead of __file_name_split.
2934         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2936         * sysdeps/mach/hurd/dl-sysdep.c
2937         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2938         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2940 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2942         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2943         in change before last: MAX -> MIN.
2945 2002-08-15  Roland McGrath  <roland@redhat.com>
2947         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2948         if seek would go past it.
2949         (mmap_remap_check): If file position is at or past EOF after check,
2950         leave read pointers at EOF and don't seek.
2952         * libio/tst-mmap-offend.c: New file.
2953         * libio/Makefile (tests): Add it.
2955         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2956         the name as passed, rather than the name in the archive dictionary.
2958 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2960         * csu/Makefile: Define elide-routines.os not static-only-routines.
2962         * include/sched.h (__clone): Add varargs at the end.
2964         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2965         case.
2966         (TLS_INIT_HELPER): If defined, use it.
2967         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2969 2002-08-15  Roland McGrath  <roland@redhat.com>
2971         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2972         on L->l_prev; it can happen under rtld --verify too.
2974         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2975         header separately, just map an initial window of 2MB from the file
2976         and remap if that is not large enough to cover the whole header.
2978 2002-08-15  Andreas Jaeger  <aj@suse.de>
2980         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2981         version 2.3.
2982         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2983         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2984         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2985         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2986         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2987         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2988         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2989         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2990         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2991         Patch by Andreas Gruenbacher <agruen@suse.de>.
2993         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2995 2002-08-14  Roland McGrath  <roland@redhat.com>
2997         * locale/locarchive.h (struct locale_category_data): Give this name to
2998         the type of locale_data_t's elements.
2999         * locale/programs/locarchive.c (cmpcategorysize): New static function.
3000         (add_locale): Use that to sort the categories by size and put all
3001         those that fit into two pages into the LC_ALL block, instead of
3002         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
3003         (show_archive_content): Detect categories inside LC_ALL block
3004         directly, instead of hard-coding.
3005         (oldlocrecentcmp): Compare just on file locations used.
3007 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
3009         * locale/programs/locarchive.c (struct oldlocrecent): New type.
3010         (oldlocrecentcmp): New function.
3011         (enlarge_archive): Re-add locales in the order they were added
3012         to the archive.
3013         (add_locale): Put all the small locale files together, if the small
3014         locale file block would occupy less pages if page size aligned, align
3015         it.
3016         (show_archive_content): Adjust for locale archives optimized for speed.
3018 2002-08-14  Roland McGrath  <roland@frob.com>
3020         * configure.in: Use "MISSING" as not-found value for MIG.
3021         * sysdeps/mach/configure.in: Fatal if mig not found.
3022         * configure, sysdeps/mach/configure: Regenerated.
3024 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3026         * locale/loadarchive.c (archfname): Add missing slash.
3028         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
3029         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
3031 2002-08-12  Roland McGrath  <roland@redhat.com>
3033         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
3034         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
3035         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
3036         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
3037         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
3038         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
3039         * sysdeps/generic/waitpid.c: Likewise.
3041         * include/net/if.h: New file.  Use libc_hidden_proto
3042         for if_nametoindex and if_indextoname.
3043         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3044         * sysdeps/mach/hurd/if_index.c: Likewise.
3045         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3047         * include/grp.h (setgroups): Add libc_hidden_proto.
3048         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3049         * sysdeps/mach/hurd/setgroups.c: Likewise.
3050         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3051         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3053 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3055         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3056         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3057         * sysdeps/generic/setegid.c (setegid): Likewise.
3058         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3059         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3060         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3061         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3062         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3063         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3064         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3065         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3066         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3067         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3068         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3069         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3070         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3072         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3073         __lxstat_internal, __lxstat64_internal): Remove.
3074         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3075         Add hidden_proto.
3076         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3077         Remove INTDEF where present, remove #undef at the beginning.
3078         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3079         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3080         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3081         * sysdeps/generic/xstat.c (__xstat): Likewise.
3082         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3083         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3084         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3085         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3086         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3087         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3088         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3089         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3090         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3091         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3092         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3093         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3094         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3095         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3096         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3097         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3098         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3099         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3100         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3101         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3102         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3103         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3104         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3105         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3106         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3107         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3108         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3109         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3110         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3111         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3112         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3113         * sysdeps/unix/xstat.c (__xstat): Likewise.
3115         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3116         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3117         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3118         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3119         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3120         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3121         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3123         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3124         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3125         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3126         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3127         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3128         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3129         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3130         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3131         Likewise.
3132         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3133         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3134         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3135         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3136         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3137         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3138         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3139         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3141         * include/string.h (strcoll): Add libc_hidden_proto.
3142         * string/strcoll.c (strcoll): Add libc_hidden_def.
3144         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3146 2002-08-11  Philip Blundell  <philb@gnu.org>
3148         * sysdeps/arm/Makefile: New file.
3150 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3152         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3153         by another '|', end of regex or enclosing ')', clear branch.
3154         * posix/bug-regex9.c: New test.
3155         * posix/Makefile (tests): Add bug-regex9.
3157 2002-08-12  Roland McGrath  <roland@redhat.com>
3159         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3160         start count condition, use TOTAL instead of variable that was never
3161         set.  Fix outer loop termination condition to TOTAL >= after update.
3163         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3164         dl_tls_static_align and dl_tls_static_nelem.
3166 2002-08-11  Roland McGrath  <roland@redhat.com>
3168         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3169         of the TLS macros, otherwise the compiler might not have initialized
3170         the PIC register yet when we use the PLT via asm.
3171         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3172         * elf/tst-tlsmod2.c (in_dso): Likewise.
3174         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3176         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3177         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3179         * include/unistd.h: Use libc_hidden_proto for getdomainname
3180         and getlogin_r.
3181         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3182         * sysdeps/mach/hurd/getdomain.c: Likewise.
3183         * sysdeps/unix/getlogin_r.c: Likewise.
3184         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3185         * sysdeps/generic/getlogin_r.c: Likewise.
3187         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3188         * sunrpc/rtime.c: Add libc_hidden_def.
3190         * include/string.h: Use libc_hidden_proto for basename.
3191         * string/basename.c [_LIBC]: Add libc_hidden_def.
3193         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3195         * locale/loadarchive.c: munmap -> __munmap throughout.
3197         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3198         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3199         * sysdeps/generic/gai_strerror.c: Likewise.
3201         * include/sys/errno.h: New file.
3203         * include/signal.h: No libc_hidden_proto for raise,
3204         __libc_current_sigrtmin, __libc_current_sigrtmax.
3205         These need to be overridden by linuxthreads.
3206         * sysdeps/posix/raise.c: Reverted.
3207         * sysdeps/generic/raise.c: Reverted.
3208         * signal/allocrtsig.c: Reverted.
3210         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3212 2002-08-10  Roland McGrath  <roland@redhat.com>
3214         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3215         * locale/localeinfo.h: Declare it.
3216         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3217         current locale if it's not in the file list.
3218         Call _nl_archive_subfreeres.
3220 2002-08-10  Andreas Jaeger  <aj@suse.de>
3222         * sysdeps/i386/strchr.S: Add comment.
3224 2002-08-10  Roland McGrath  <roland@redhat.com>
3226         * include/wchar.h (putwc): Use libc_hidden_proto.
3227         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3228         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3229         * stdio-common/dprintf.c: Add libc_hidden_def.
3230         * stdio-common/fprintf.c: Likewise.
3231         * stdio-common/sprintf.c: Likewise.
3232         * stdio-common/sscanf.c: Likewise.
3233         * libio/iofwrite.c: Likewise.
3234         * libio/memstream.c: Likewise.
3235         * libio/putwc.c: Likewise.
3236         * stdio-common/perror.c: Likewise.
3237         * sysdeps/posix/remove.c: Likewise.
3238         * sysdeps/generic/remove.c: Likewise.
3239         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3240         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3242 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3244         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3245         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3246         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3247         towlower, towupper): Add libc_hidden_weak.
3249         * include/bits/dlfcn.h: New file.
3250         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3252         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3253         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3254         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3255         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3256         * include/shadow.h (_nss_files_parse_spent): Likewise.
3257         * include/netdb.h (_nss_files_parse_protoent,
3258         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3259         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3260         (LINE_PARSER): Use it.
3261         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3262         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3264         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3265         #endif.
3267         * manual/debug.texi (%MENU%): Remove trailing dot.
3268         Reported by <hayastan132@hotmail.com>.
3270         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3271         aliases.
3272         (lseek): Dummy.
3273         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3274         Likewise.
3276 2002-08-09  Roland McGrath  <roland@redhat.com>
3278         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3279         name to find codeset name (if any) and normalize it.  If the
3280         normalized name differs, look up only that in the archive.
3281         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3282         contains a codeset, normalize the codeset store only the normalized
3283         name in the archive.  If not, add an alias containing the locale's
3284         normalized codeset name.  Apply codeset name normalization when
3285         matching entries in the alias file.
3287         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3288         decrement HEAD->namehash_used here.
3289         (add_locale): Only need to insert name string when name_offset != 0.
3291         * locale/programs/localedef.c (options): Add -A/--alias-file.
3292         (alias_file): New variable.
3293         (parse_opt): Grok -A, set that.
3294         * locale/programs/localedef.h: Declare it.
3296         * locale/locarchive.h (struct locrecent): Add `refs' member.
3297         * locale/programs/locarchive.c (insert_name): New function, broken out
3298         of ...
3299         (add_locale_to_archive): ... here.  Call that.
3300         (add_alias): New function.
3301         (add_locale): New static function, add_locale_to_archive renamed.
3302         (add_locale_to_archive): Call that and use add_alias to add an alias
3303         for the name with codeset if the given name lacks it.
3304         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3306         * locale/Makefile (routines): Add loadarchive.
3307         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3308         (_nl_load_locale_from_archive): New function.
3309         * locale/localeinfo.h: Declare it.
3310         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3311         try _nl_load_locale_from_archive first.
3313         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3314         broken out of _nl_load_locale.
3315         (_nl_load_locale): Call that.
3316         * locale/localeinfo.h: Declare it.
3317         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3318         (struct locale_data): Remove unused member `options'.
3319         * locale/findlocale.c (_nl_remove_locale): Update uses.
3320         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3321         * locale/C-collate.c: Update initializer.
3322         * locale/C-identification.c: Likewise.
3323         * locale/C-measurement.c: Likewise.
3324         * locale/C-telephone.c: Likewise.
3325         * locale/C-address.c: Likewise.
3326         * locale/C-name.c: Likewise.
3327         * locale/C-paper.c: Likewise.
3328         * locale/C-time.c: Likewise.
3329         * locale/C-numeric.c: Likewise.
3330         * locale/C-monetary.c: Likewise.
3331         * locale/C-messages.c : Likewise.
3332         * locale/C-ctype.c: Likewise.
3334         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3335         use CHAR_BIT instead of BITSPERBYTE.
3337         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3338         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3339         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3340         (_nl_remove_locale): Likewise.
3341         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3343         * locale/findlocale.c (_nl_default_locale_path): New variable.
3344         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3345         * locale/localeinfo.h: Declare it.
3346         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3347         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3348         * locale/newlocale.c (__newlocale): Likewise.
3350         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3351         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3352         * sysdeps/generic/morecore.c: Likewise.
3353         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3354         (__libc_current_sigrtmax): Likewise.
3356 2002-08-08  Roland McGrath  <roland@redhat.com>
3358         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3359         * catgets/open_catalog.c (__open_catalog): Likewise.
3361         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3362         from typo INITIAL_NUM_NANES.
3363         (create_archive): Update use.
3365 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3367         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3369 2002-08-08  Roland McGrath  <roland@frob.com>
3371         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3373 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3375         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3376         else and undefine after including wcstol_l.c.
3377         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3379 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3381         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3383 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3385         * configure.in: Make the test for broken_alias_attribute stricter.
3387 2002-05-24  Robert Love  <rml@tech9.net>
3389         * posix/Makefile (routines): Add sched_getaffinity and
3390         sched_setaffinity.
3391         * posix/sched.h: Add declarations for sched_getaffinity and
3392         sched_setaffinity.
3393         * sysdeps/generic/sched_getaffinity.c: New file.
3394         * sysdeps/generic/sched_setaffinity.c: New file.
3395         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3396         sched_setaffinity.
3398 2002-08-06  Andreas Schwab  <schwab@suse.de>
3400         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3402 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3404         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3405         message.
3407         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3408         It is known to be defined.
3410         * include/string.h: Define index and rindex only if _ISOMAC is not
3411         defined.
3413         * elf/rtld.c: Include <errno.h>.
3414         * sysdeps/generic/libc-tls.c: Likewise.
3416 2002-08-07  Roland McGrath  <roland@redhat.com>
3418         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3419         it internally.
3420         (precsize_aton): Likewise.
3422         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3423         the static symbols added in the last change (doofus is me).
3425         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3426         loop to notice missing categories in a composite name.
3428         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3429         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3430         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3431         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3433 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3435         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3437 2002-08-07  Roland McGrath  <roland@redhat.com>
3439         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3440         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3441         Reported by Jakub Jelinek  <jakub@redhat.com>.
3443 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3445         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3446         division.
3448 2002-08-06  Roland McGrath  <roland@redhat.com>
3450         * include/getopt.h: Put private decls inside [_GETOPT_H].
3451         Use libc_hidden_proto for getopt_long, getopt_long_only.
3452         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3453         Add libc_hidden_def.
3455         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3456         Define as a macro for __dl_iterate_phdr.
3458         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3459         made static.  Add __ name as a strong alias.
3460         (internal_endnetgrent): Likewise.
3461         (internal_getnetgrent_r): Likewise.
3463         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3464         with no __ prefix.
3465         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3466         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3467         all *_l functions with no __ prefix.
3468         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3469         * ctype/ctype_l.c: Likewise.
3470         * locale/nl_langinfo.c: Likewise.
3471         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3472         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3473         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3474         * wctype/wctype.h [__USE_GNU]: Likewise.
3475         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3476         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3477         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3478         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3479         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3480         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3481         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3482         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3483         (__wcscasecmp_l): Add libc_hidden_def.
3484         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3485         (__wcsncasecmp_l): Add libc_hidden_def.
3486         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3487         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3488         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3489         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3490         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3491         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3492         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3493         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3494         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3495         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3496         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3497         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3498         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3499         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3501 2002-08-05  Roland McGrath  <roland@redhat.com>
3503         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3504         netname2user, host2netname, user2netname, key_gendes.
3505         * sunrpc/netname.c: Add libc_hidden_def.
3506         * sunrpc/key_call.c: Likewise.
3508         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3509         freeaddrinfo.
3510         * inet/getnameinfo.c: Add libc_hidden_def.
3511         * sysdeps/generic/getaddrinfo.c: Likewise.
3512         * sysdeps/posix/getaddrinfo.c: Likewise.
3514         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3515         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3516         * wcsmbs/wmemset.c: Add libc_hidden_def.
3518         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3519         (index, rindex): Define as macros for strchr, strrchr.
3521         * string/envz.c (envz_strip): index -> strchr
3523         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3524         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3526         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3527         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3529         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3530         * stdlib/wctomb.c: Add libc_hidden_def.
3532         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3533         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3534         * resolv/herror.c: Likewise.
3535         * inet/rcmd.c: Add libc_hidden_def.
3536         * inet/ruserpass.c: Likewise.
3537         * inet/getnetgrent_r.c: Likewise.
3539         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3540         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3541         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3542         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3543         libc_hidden_def.
3544         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3545         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3547         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3548         __libc_system.
3549         (__libc_system): Call it, putting just the line == NULL test here.
3551         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3552         variables work right.
3554         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3555         * elf/dl-close.c (_dl_close): Likewise.
3557         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3558         in6addr_any, in6addr_loopback.  Remove decls for
3559         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3560         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3561         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3562         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3563         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3564         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3565         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3566         in6addr_loopback.
3567         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3569         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3570         ether_aton_r.
3571         * inet/ether_aton_r.c: Add libc_hidden_def.
3572         * inet/ether_ntoa_r.c: Likewise.
3574         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3575         xprt_unregister.
3576         * sunrpc/svc.c: Add libc_hidden_def.
3577         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3578         pmap_set, pmap_unset.
3579         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3580         * sunrpc/pm_getport.c: Likewise.
3581         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3582         * sunrpc/publickey.c: Add libc_hidden_def.
3584 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3586         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3587         the other memset call in this function.
3589         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3590         at correct index.  Clear BSS region now that memalign is used.
3592 2002-08-05  Roland McGrath  <roland@redhat.com>
3594         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3595         * sysdeps/generic/uname.c: Add libc_hidden_def.
3596         * sysdeps/mach/hurd/uname.c: Likewise.
3598 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3600         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3601         wcspbrk): Add libc_hidden_proto.
3602         * time/strftime.c (my_strftime): Add libc_hidden_def.
3603         (strftime): Remove libc_hidden_def.
3604         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3605         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3606         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3607         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3608         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3609         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3611         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3612         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3613         __rpc_thread_createerr): Add libc_hidden_proto.
3614         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3615         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3616         __rpc_thread_createerr): Add libc_hidden_def.
3618         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3619         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3620         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3621         clnt_perror, clnt_sperror): Add libc_hidden_def.
3622         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3624         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3625         libc_hidden_proto.
3626         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3627         * sunrpc/des_soft.c (des_setparity): Likewise.
3629         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3630         Add libc_hidden_proto.
3631         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3632         Add libc_hidden_def.
3634 2002-08-05  Roland McGrath  <roland@redhat.com>
3636         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3637         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3638         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3639         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3640         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3641         old data, abandoning the original memory allocated by rtld at startup,
3642         instead of calling realloc normally.
3644 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3646         * po/fr.po: Update from translation team.
3648 2002-08-04  Roland McGrath  <roland@redhat.com>
3650         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3651         then generate a dummy module under the given name, obeying the
3652         normal rules for the "caller" field.
3654         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3655         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3657         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3658         weak here; we declare it weak or strong in the one place we use it.
3659         * sysdeps/generic/libc-start.c: ... which is here.
3660         Don't make the decl weak if [USE_TLS], since static programs need TLS
3661         setup even when single-threaded.
3663         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3665         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3666         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3667         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3668         all these variables.
3670 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3672         * include/stdio.h: Don't define macro magic to redirect function
3673         calls if _ISOMAC is defined.
3675         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3676         ldouble asin tests.
3678 2002-08-04  Roland McGrath  <roland@redhat.com>
3680         * stdlib/lrand48_r.c: Add libc_hidden_def.
3682         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3683         TCB with __libc_memalign instead of mmap.
3684         (_dl_deallocate_tls): Free it with free instead of munmap.
3686         * Makerules (cpp-srcs-left): When setting this to run
3687         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3688         words.  Combine the two loops into one on the concatenated list,
3689         including those as well as $(test-srcs).
3691         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3692         since we align here with optimally minimal waste anyway.
3693         (malloc): Just call that.
3695         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3696         the right variable.
3698         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3699         to compute memory location for l_tls_initimage.
3700         * elf/rtld.c (_dl_start): Likewise.
3701         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3703         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3704         because the .d file is generated in the non-shared case and
3705         so fails to catch them otherwise.
3707         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3708         split out of _dl_allocate_tls.
3709         (_dl_allocate_tls_init): Likewise.
3710         (_dl_allocate_tls): Call those.
3711         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3712         * elf/rtld.c (dl_main): Call them separately instead of calling
3713         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3714         is finished, so that the initializer data has been relocated before we
3715         copy it into the main thread's TLS block.
3717         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3718         loop conditions, prevented the last used module from being initialized.
3720 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3722         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3723         if glob resp. globfree are not macros.
3724         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3725         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3726         Add libc_hidden_ver.
3727         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3728         libc_hidden_def.
3729         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3730         instead of libc_hidden_weak.
3731         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3732         libc_hidden_ver instead of libc_hidden_def.
3733         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3734         libc_hidden_ver instead of libc_hidden_def.
3735         (wcstoll, wcstoq): Remove libc_hidden_weak.
3736         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3737         libc_hidden_ver.
3738         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3739         libc_hidden_ver.
3740         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3741         libc_hidden_ver.
3742         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3743         libc_hidden_ver.
3745 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3747         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3748         to access _sys_siglist.
3749         * string/strsignal.c: Likewise.
3750         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3751         * sysdeps/gnu/siglist.c: Likewise.
3752         * sysdeps/unix/siglist.c: Likewise.
3753         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3755         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3757         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3759         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3760         alias and use it.
3761         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3763         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3764         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3765         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3767         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3768         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3770         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3771         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3772         and __gconv_get_cache respectively.
3773         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3774         defined static.  Change all users.
3775         (__gconv_get_cache): New function.
3776         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3777         (__gconv_get_alias_db): New function.
3778         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3779         (__conv_modules_db): Likewise.
3780         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3781         and __gconv_get_alias_db.
3782         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3783         variables.
3785         * include/stdlib.h: Add prototype and libc_hidden_proto for
3786         __default_morecore.
3787         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3789         * malloc/obstack.c: Remove fputs macro.
3791         * malloc/mtrace.c: Remove fopen macro.
3793 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3795         * manual/debug.texi: Fix spelling to programmatically.
3796         Reported by <hayastan132@hotmail.com>.
3798 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3800         * include/libio.h: Add libc_hidden_proto for __uflow.
3801         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3802         fgetpos to _IO_* names.
3803         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3804         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3805         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3806         putwc_unlocked, vswscanf.
3807         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3808         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3809         * libio/fseek.c: Likewise.
3810         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3811         not fopencookie.
3812         * libio/genops.c (__uflow): Add libc_hidden_def.
3813         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3814         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3815         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3816         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3817         * libio/iofread_u.c (fread_unlocked): Likewise.
3818         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3819         * libio/iovswscanf.c (vswscanf): Likewise.
3820         * libio/putwc_u.c (putwc_unlocked): Likewise.
3821         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3822         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3823         * malloc/mtrace.c: Likewise.
3825         * sunrpc/clnt_perr.c: Remove fputs macro.
3826         * sunrpc/svc_simple.c: Likewise.
3827         * sunrpc/svc_tcp.c: Likewise.
3828         * sunrpc/svc_udp.c: Likewise.
3829         * sunrpc/xdr_rec.c: Likewise.
3830         * sunrpc/xdr_ref.c: Likewise.
3832         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3833         iconv_prog, linereader, and charmap-dir.
3834         * locale/Makefile: Likewise for locale and charmap-dir.
3835         * malloc/Makefile: Likewise for memusagestat.
3836         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3837         * sunrpc/Makefile: Likewise for rpc_main.
3838         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3839         * timezone/Makefile: Likewise for zic.
3841         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3843         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3844         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3845         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3846         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3847         _dl_close.
3849         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3850         __wunderflow.
3851         * libio/genops.c (__underflow): Add libc_hidden_def.
3852         * libio/wgenops.c (__wuflow): Likewise.
3853         (__wunderflow): Likewise.
3855         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3856         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3858         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3859         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3861         * include/string.h: Add libc_hidden_proto for __strverscmp.
3862         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3864         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3865         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3866         * sysdeps/posix/sysconf.c: Likewise.
3867         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3868         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3870         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3871         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3872         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3873         __iswxdigit_l, __towlower_l, __towupper_l.
3874         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3875         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3877         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3878         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3879         * sysdeps/mach/hurd/xmknod.c: Likewise.
3880         * sysdeps/unix/xmknod.c: Likewise.
3881         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3882         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3883         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3885         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3887 2002-08-03  Roland McGrath  <roland@redhat.com>
3889         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3890         setpriority.
3891         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3892         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3893         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3894         * sysdeps/mach/hurd/setpriority.c: Likewise.
3895         * sysdeps/mach/hurd/getpriority.c: Likewise.
3896         * sysdeps/generic/setpriority.c: Likewise.
3897         * sysdeps/generic/getpriority.c: Likewise.
3899         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3900         * malloc/mcheck.c: Add libc_hidden_def.
3902         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3903         * misc/hsearch_r.c: Add libc_hidden_def.
3905         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3906         * posix/fnmatch.c: Add libc_hidden_weak.
3908         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3909         execl, execle, execlp, execvp, getpid, getsid.
3910         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3911         * sysdeps/unix/alarm.c: Likewise.
3912         * posix/confstr.c: Likewise.
3913         * posix/execvp.c: Likewise.
3914         * posix/execlp.c: Likewise.
3915         * posix/execle.c: Likewise.
3916         * posix/execl.c: Likewise.
3917         * sysdeps/generic/getsid.c: Likewise.
3918         * sysdeps/mach/hurd/getsid.c: Likewise.
3919         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3920         * sysdeps/mach/hurd/getpid.c: Likewise.
3922         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3923         qecvt_r, qfcvt_r, lrand48_r.
3924         * misc/efgcvt_r.c: Add libc_hidden_def.
3926         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3927         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3929         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3930         * locale/nl_langinfo.c: Add libc_hidden_def.
3932         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3933         * sysdeps/generic/glob.c: Add libc_hidden_def.
3934         * sysdeps/generic/glob64.c: Likewise.
3935         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3937         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3939         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3941         * locale/setlocale.c (_nl_current_names): Variable moved ...
3942         * locale/localename.c (_nl_current_names): ... here, new file.
3943         Make it global, with attribute_hidden.
3944         * locale/localeinfo.h: Declare it.
3945         * locale/Makefile (aux): Add localename.
3946         * locale/localename.c (__current_locale_name): New function.
3947         * include/locale.h (__current_locale_name): Declare it.
3948         * intl/dcigettext.c (guess_category_value): Use that instead of
3949         calling setlocale.
3951         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3952         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3953         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3954         * locale/newlocale.c: Add alias to __ name.
3955         * locale/duplocale.c: Likewise.
3956         * locale/freelocale.c: Likewise.
3957         * locale/uselocale.c: New file.
3958         * locale/Makefile (routines): Add it.
3959         * locale/Versions (libc: GLIBC_2.3): New set.
3960         Add newlocale, duplocale, freelocale, uselocale.
3961         (libc: GLIBC_PRIVATE): Add __uselocale.
3963         * locale/localeinfo.h [SHARED]
3964         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3965         (_NL_CURRENT_DATA): Define using that.
3966         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3967         (_NL_CURRENT_DEFINE): Define to empty.
3968         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3969         conditionalized on this.
3970         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3971         taking initializer of _nl_C_locobj.
3972         [SHARED] (_nl_global_locale): New variable, using that initializer.
3973         (_nl_C_locobj): Use new macro for initialzier.
3974         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3975         [! SHARED] (CATEGORY_USED): New macro.
3976         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3977         (setdata, setlocale): Use that macro instead of examining _nl_current.
3978         (setdata): Set the slot in _nl_global_locale.
3979         Conditionalize setting of _nl_current on [! SHARED].
3980         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3981         declaration as an extern.
3982         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3984         * include/locale.h: Use libc_hidden_proto for setlocale.
3985         * locale/setlocale.c: Add libc_hidden_def.
3987         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3989         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3990         * misc/hsearch_r.c: Add libc_hidden_def.
3991         * misc/lsearch.c: Likewise.
3993         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3994         endttyent.
3995         * misc/getttyent.c: Add libc_hidden_def.
3997         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3998         * malloc/mcheck.c: Add libc_hidden_def.
4000         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
4001         * include/argz.h: Use libc_hidden_proto for argz_delete.
4002         * string/argz-delete.c: Add libc_hidden_def.
4003         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
4005         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
4006         HIDDEN_JUMPTARGET for _exit.
4007         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
4008         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
4009         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
4010         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
4012         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
4013         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
4014         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
4015         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
4017         * include/stdlib.h: Use libc_hidden_proto for abort,
4018         __strtof_internal, __strtod_internal, __strtold_internal,
4019         __strtol_internal, __strtoll_internal, __strtoul_internal,
4020         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
4021         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
4022         __strtoul_l_internal, __strtoull_l_internal.
4023         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
4024         __wcstod_internal, __wcstold_internal, __wcstol_internal,
4025         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
4026         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
4027         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
4028         __wcsncasecmp_l.
4029         * sysdeps/generic/abort.c: Add libc_hidden_def.
4030         * stdlib/strtod.c: Likewise.
4031         * sysdeps/generic/strtol.c: Likewise.
4032         * sysdeps/wordsize-64/strtol.c: Likewise.
4033         * sysdeps/wordsize-64/wcstol.c: Likewise.
4034         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
4036         * include/stdlib.h: Use libc_hidden_proto for qsort.
4037         * stdlib/msort.c: Add libc_hidden_def.
4039         * include/utime.h: Use libc_hidden_proto for utime.
4040         * sysdeps/generic/utime.c: Add libc_hidden_def.
4041         * sysdeps/unix/utime.c: Likewise.
4043         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4044         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4045         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4046         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4047         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4049         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4050         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4051         and __libc_current_sigrtmax.
4052         * signal/sigismem.c: Add libc_hidden_def.
4053         * signal/sigfillset.c: Likewise.
4054         * signal/sigempty.c: Likewise.
4055         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4056         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4057         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4058         * sysdeps/posix/raise.c: Likewise.
4059         * sysdeps/generic/raise.c: Likewise.
4061 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4063         * include/string.h: Use libc_hidden_proto for __stpcpy.
4064         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4065         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4066         * sysdeps/generic/stpcpy.c: Likewise.
4067         * sysdeps/i386/stpcpy.S: Likewise.
4068         * sysdeps/i386/i586/stpcpy.S: Likewise.
4069         * sysdeps/powerpc/stpcpy.S: Likewise.
4070         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4071         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4073         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4074         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4075         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4076         libc_hidden_def.
4077         * string/strdup.c (__strdup): Likewise.
4078         * string/strndup.c (__strndup): Likewise.
4079         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4080         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4082 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4084         * include/libio.h: New file.
4085         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4086         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4087         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4088         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4089         * sysdeps/unix/common/syscalls.list: Likewise.
4090         * sysdeps/unix/inet/syscalls.list: Likewise.
4091         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4092         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4093         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4094         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4095         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4096         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4097         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4098         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4099         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4100         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4101         * sysdeps/unix/syscalls.list: Likewise.
4103 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4104             Ulrich Drepper  <drepper@redhat.com>
4106         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4107         the arguments is big enough to cause an overflow.
4109 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4111         * assert/assert.c: Use hidden_def not INTDEF.
4113 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4115         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4116         not defined.
4118 2002-08-03  Roland McGrath  <roland@redhat.com>
4120         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4121         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4122         verr, verrx.
4123         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4124         * misc/syslog.c: Add libc_hidden_def.
4125         * misc/err.c: Likewise.
4126         * stdlib/exit.c: Likewise.
4127         * stdlib/bsearch.c: Likewise.
4128         * sysdeps/generic/getenv.c: Likewise.
4130         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4132         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4133         libc_hidden_weak for every system call symbol defined.
4135         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4136         timelocal, localtime, strftime.
4137         * time/asctime.c: Add libc_hidden_def.
4138         * time/mktime.c: Likewise.
4139         * time/localtime.c: Likewise.
4140         * time/strftime.c: Likewise.
4141         * time/strptime.c: Likewise.
4142         * sysdeps/generic/time.c: Likewise.
4143         * sysdeps/unix/time.c: Likewise.
4144         * sysdeps/unix/sysv/i386/time.S: Likewise.
4145         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4147         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4148         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4149         * resolv/inet_ntop.c: Likewise.
4150         * resolv/inet_pton.c: Likewise.
4151         * inet/inet_mkadr.c: Add libc_hidden_def.
4152         * inet/inet_netof.c: Likewise.
4153         * resolv/inet_addr.c: Likewise.
4155         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4156         clauses from conditionals for now.  Will have to be fixed later
4157         for older compilers.
4159         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4161 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4163         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4164         broken alias attribute handling.
4165         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4167 2002-08-02  Roland McGrath  <roland@frob.com>
4169         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4170         since it sets the variables we use in a -D switch.
4172 2002-08-02  Roland McGrath  <roland@redhat.com>
4174         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4175         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4176         matches long int, not int.
4178         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4179         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4180         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4181         * wctype/wctrans.c (wctrans): Likewise.
4182         * wctype/wctype.c (__wctype): Likewise.
4183         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4185 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4187         * assert/assert.c (__assert_fail): Fix typo in comment.
4189         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4190         * sunrpc/rpc_thread.c: Define it without static.
4191         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4193 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4195         * assert/assert.c (__assert_fail): Remove undef.
4196         Replace INTDEF with libc_hidden_def.
4197         * assert/__assert.c (__assert): Remove INTUSE.
4198         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4199         libc_hidden_weak.
4200         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4201         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4202         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4203         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4204         libm_hiden_ver): Define.
4205         * include/assert.h (__assert_fail_internal): Remove.
4206         (__assert_fail): Add prototype.  Add hidden_proto.
4207         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4208         libc_hidden_proto.
4209         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4210         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4211         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4212         Add libc_hidden_proto.
4213         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4214         __fcntl): Add libc_hidden_proto.  Remove macros.
4215         (__open_internal, __fcntl_internal): Remove.
4216         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4217         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4218         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4219         libc_hiden_proto.
4220         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4221         libc_hidden_def.
4222         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4223         Add libc_hidden_def.
4224         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4225         * sysdeps/generic/open.c (__open): Remove undef.
4226         Add libc_hidden_def.  Remove INTDEF.
4227         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4228         Add libc_hidden_def.
4229         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4230         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4231         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4232         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4233         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4234         (__libc_fcntl): Add libc_hidden_def.
4235         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4236         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4237         (__libc_open): Add libc_hidden_def.
4238         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4239         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4240         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4241         Add libc_hidden_def.
4242         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4243         Add libc_hidden_def.
4244         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4245         undef.
4246         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4247         (__libc_fcntl): Add libc_hidden_def.
4248         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4249         __getpgid_internal, __chown_internal): Remove.
4250         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4251         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4252         __GI___chown): Add.
4253         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4254         __getpid_internal, __open_internal, __write_internal): Remove.
4255         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4256         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4257         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4258         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4259         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4260         Replace INTDEF with libc_hidden_def.
4261         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4262         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4263         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4264         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4265         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4266         Add libc_hidden_proto.
4267         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4268         * include/sys/select.h (__select): Likewise.
4269         * include/sys/socket.h (__send): Likewise.
4270         * include/sys/statfs.h (__statfs): Likewise.
4271         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4272         __getpid, __getpgid, __setpgid, __close, __read, __write,
4273         __getpagesize, __sbrk): Likewise.
4274         (__chown_internal, __dup2_internal, __getpid_internal,
4275         __getpgid_internal, __close_internal, __write_internal,
4276         __getpagesize_internal): Remove.
4277         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4278         Remove macros.
4279         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4280         * include/sched.h (__sched_setscheduler): Likewise.
4281         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4282         * include/stdlib.h (__secure_getenv): Likewise.
4283         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4284         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4285         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4286         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4287         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4288         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4289         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4290         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4291         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4292         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4293         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4294         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4295         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4296         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4297         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4298         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4299         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4300         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4301         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4302         * libio/genops.c (__overflow): Add libc_hidden_def.
4303         * libio/iovdprintf.c: Remove libio.h include.
4304         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4305         libc_hidden_weak): Define to nothing if not defined.
4306         (__overflow, __woverflow): Add libc_hidden_proto.
4307         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4308         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4309         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4310         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4311         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4312         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4313         and libc_hidden_def.
4314         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4315         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4316         (__getpgid): Add libc_hidden_proto.
4317         (__bsd_getpgrp): Remove INTUSE.
4318         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4319         libc_hidden_def.
4320         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4321         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4322         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4323         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4324         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4325         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4326         __rpc_thread_createerr): Add libc_hidden_def.
4327         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4328         libc_hidden_def.
4329         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4330         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4331         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4332         * sysdeps/generic/chown.c (__chown): Likewise.
4333         * sysdeps/generic/close.c (__close): Likewise.
4334         * sysdeps/generic/dup2.c (__dup2): Likewise.
4335         * sysdeps/generic/pipe.c (__pipe): Likewise.
4336         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4337         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4338         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4339         * sysdeps/generic/read.c (__libc_read): Likewise.
4340         (__read): Add libc_hidden_weak.
4341         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4342         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4343         * sysdeps/generic/select.c (__select): Likewise.
4344         * sysdeps/generic/send.c (__send): Likewise.
4345         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4346         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4347         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4348         * sysdeps/generic/statfs.c (__statfs): Likewise.
4349         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4350         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4351         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4352         Remove undef and INTDEF.
4353         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4354         * sysdeps/generic/getpid.c (__getpid): Likewise.
4355         * sysdeps/generic/write.c (__libc_write): Likewise.
4356         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4357         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4358         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4359         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4360         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4361         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4362         Remove undef and INTDEF.
4363         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4364         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4365         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4366         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4367         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4368         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4369         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4370         (__pipe): Add libc_hidden_def.
4371         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4372         libc_hidden_weak.
4373         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4374         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4375         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4376         (__read): Add libc_hidden_weak.
4377         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4378         (__libc_pwrite64): Add libc_hidden_def.
4379         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4380         * sysdeps/mach/hurd/select.c (__select): Likewise.
4381         * sysdeps/mach/hurd/send.c (__send): Likewise.
4382         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4383         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4384         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4385         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4386         * sysdeps/posix/dup2.c: Likewise.
4387         Remove undef and INTDEF.
4388         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4389         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4390         (__pwrite64): Add libc_hidden_weak.
4391         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4392         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4393         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4394         * sysdeps/standalone/close.c (__close): Likewise.
4395         * sysdeps/standalone/write.c (__libc_write): Likewise.
4396         (__write): Add libc_hidden_weak.
4397         * sysdeps/standalone/read.c (__read): Likewise.
4398         (__libc_read): Add libc_hidden_def.
4399         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4400         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4401         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4402         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4403         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4404         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4405         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4406         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4407         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4408         __GI___sigaction): Add.
4409         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4410         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4411         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4412         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4413         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4414         __GI___setpgid): Add.
4415         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4416         Remove undef and INTDEF.
4417         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4418         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4419         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4420         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4421         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4422         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4423         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4424         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4425         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4426         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4427         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4428         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4429         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4430         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4431         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4432         __GI___statfs, __GI___send): Add.
4433         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4434         libc_hidden_ver resp. libc_hidden_def.
4435         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4436         libc_hidden_def.
4437         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4438         Likewise.  Remove undef and INTDEF.
4439         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4440         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4441         __GI___statfs, __GI___send): Add.
4442         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4443         libc_hidden_def.
4444         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4445         Likewise.
4446         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4447         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4448         libc_hidden_ver resp. libc_hidden_def.
4449         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4450         __GI___send): Add.
4451         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4452         Add libc_hidden_weak.
4453         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4454         Add libc_hidden_def.
4455         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4456         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4457         libc_hidden_weak.
4458         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4459         resp. libc_hidden_def.
4460         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4461         libc_hidden_weak.
4462         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4463         INTDEF.
4464         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4465         Likewise.  Remove undef.
4466         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4467         libc_hidden_weak.
4468         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4469         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4470         libc_hidden_weak.
4471         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4472         libc_hidden_def.
4473         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4474         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4475         Likewise.  Remove undef and INTDEF.
4476         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4477         libc_hidden_def.
4478         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4479         libc_hidden_weak.
4480         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4481         libc_hidden_def.
4482         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4483         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4484         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4485         libc_hidden_weak.
4486         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4487         Add libc_hidden_def.
4488         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4489         __GI___statfs): Add.
4490         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4491         libc_hidden_weak.
4492         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4493         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4494         Remove undef and INTDEF.
4495         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4496         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4497         libc_hidden_def.
4498         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4499         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4500         libc_hidden_weak.
4501         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4502         libc_hidden_def.
4503         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4504         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4505         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4506         Add.
4507         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4508         libc_hidden_def.  Remove undef and INTDEF.
4509         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4510         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4511         libc_hidden_def.
4512         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4513         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4514         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4515         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4516         Remove undef and INTDEF.
4517         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4518         broken visibility attribute handling.
4519         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4521 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4523         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4524         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4526         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4527         previous patch.
4529 2002-06-29  Todd Fries  <todd@openbsd.org>
4531         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4533 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4535         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4537 2002-07-30  Roland McGrath  <roland@redhat.com>
4539         * resolv/resolv.h (_res): Define macro unconditionally.
4540         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4541         * include/resolv.h: ... here.
4542         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4543         as a __thread variable.
4544         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4545         a __thread variable instead of a global.
4546         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4548         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4549         time we test it.
4551         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4553         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4554         decls of memset and memcpy.
4556         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4557         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4559         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4561         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4562         (__libc_tsd_define): Define using __thread.
4564         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4565         (__rpc_thread_variables): Use __libc_tsd_get.
4566         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4567         __rpc_thread_variables, which might allocate what we're about to free.
4569         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4570         thread-local variable.
4571         * resolv/netdb.h (h_errno): Define macro unconditionally.
4572         [_LIBC] (__set_h_errno): Macro moved to ...
4573         * include/netdb.h: ... here.
4574         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4575         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4576         [! _LIBC_REENTRANT]: #undef h_errno here.
4578         * include/errno.h: Protect from multiple inclusion.
4580         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4581         before defining them, since Linux's <linux/posix_types.h> might have
4582         defined them.
4584 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4586         * malloc/malloc.c (public_cALLOc): Check for overflow on
4587         multiplication.
4588         * sunrpc/xdr_array.c (xdr_array): Likewise.
4589         * sunrpc/rpc/types.h (mem_free): Add comment.
4590         Patch by Solar Designer <solar@openwall.com>.
4592 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4594         * sysdeps/unix/sysv/linux/kernel-features.h
4595         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4597 2002-08-01  Roland McGrath  <roland@redhat.com>
4599         * libio/fileops.c (_IO_file_sync_mmap): New function.
4600         (_IO_file_jumps_mmap): Use it.
4601         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4602         repeat the stat check and resize the mapped buffer as necessary.
4604 2002-07-31  Roland McGrath  <roland@redhat.com>
4606         * libio/fileops.c (decide_maybe_mmap): New static function.
4607         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4608         mmap the file contents.  Then switch the jump tables to the mmap
4609         tables if it worked, or the vanilla file tables if not.
4610         (_IO_file_underflow_maybe_mmap): New function.
4611         (_IO_file_seekoff_maybe_mmap): New function.
4612         (_IO_file_xsgetn_maybe_mmap): New function.
4613         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4614         * libio/libioP.h: Declare those.
4615         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4616         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4617         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4618         If the stream is read-only, set its jump tables to those new ones.
4619         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4620         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4621         We need the tables set before _IO_file_attach.
4623         * libio/tst-mmap-eofsync.c: New file.
4624         * libio/tst-mmap-fflushsync.c: New file.
4625         * libio/bug-mmap-fflush.c: New file.
4626         * libio/tst-mmap2-eofsync.c: New file.
4627         * libio/Makefile (tests): Add them.
4629         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4630         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4632 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4634         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4635         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4636         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4637         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4638         declare sys_errlist and sys_nerr.
4639         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4640         provide declarations.
4642 2002-07-31  Roland McGrath  <roland@redhat.com>
4644         * elf/rtld.c (dl_main): Fix typo in error message.
4646 2002-07-31  Roland McGrath  <roland@frob.com>
4648         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4649         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4650         sysdeps/mach/hurd/dl-sysdep.c change.
4652 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4654         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4655         -r`/build/include for kernel headers.
4657         * po/fi.po: New file.
4659 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4661         * configure.in (static_nss): Set to `yes' if --disable-shared.
4663 2002-07-23  Bruno Haible  <bruno@clisp.org>
4665         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4666         is set.
4668 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4670         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4671         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4672         arguments.
4674 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4676         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4677         alias.
4679 2002-07-21  Bruno Haible  <bruno@clisp.org>
4681         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4682         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4683         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4684         trans_sysdep_tab_offset.
4685         (struct sysdep_segment): New type.
4686         (struct sysdep_string): New type.
4687         (SEGMENTS_END): New macro.
4688         * intl/gettextP.h (struct sysdep_string_desc): New type.
4689         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4690         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4691         orig_tab, trans_tab, hash_tab to const pointers because they point
4692         into read-only memory.
4693         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4694         (PRI*): Define fallback values.
4695         (get_sysdep_segment_value): New function.
4696         (_nl_load_domain): Distinguish major and minor revision parts. Add
4697         support for minor revision 1 with system dependent strings.
4698         (_nl_unload_domain): Also free the 'malloced' field.
4699         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4700         now done in loadmsgcat.c. Add support for system dependent strings.
4702 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4704         * posix/bug-regex7.c: New file.
4705         * posix/bug-regex8.c: New file.
4706         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4708 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4710         * posix/bug-regex4.c (main): Fix typos.
4711         * posix/bug-regex6.c (main): Likewise.
4713 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4715         * posix/bug-regex6.c (main): Fix warnings.
4717         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4719         * iconv/iconv_prog.c (main): Improve error message for the cases
4720         where -t and/or -f parameter are missing.
4722 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4724         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4725         (re_search): Likewise.
4726         (re_match_2): Likewise.
4727         (re_search_2): Likewise.
4728         (re_search_stub): New function.
4729         (re_search_2_stub): New function.
4730         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4732 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4734         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4735         (re_string_eoi): Use STOP instead of LEN.
4736         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4737         (re_string_construct): Likewise.
4738         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4739         * posix/regexec.c (re_search_internal): Add a new argument STOP
4740         so that it can handle the argument STOP of re_search_2 and re_match_2
4741         correctly.
4742         (regexec): Adapt to new I/F of re_search_internal.
4743         (re_search_stub): Likewise.
4745 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4747         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4749         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4751         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4752         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4753         of __divdi3.
4755         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4756         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4757         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4758         alias for adjtimex syscall.
4760         * elf/dl-minimal.c: Define __assert_fail_internal.
4761         * assert/assert.c: Likewise.
4762         * include/assert.h: Define __assert_file macro if !SHARED and not
4763         NOT_IN_libc.
4765         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4766         programs.
4767         * locale/Makefile: Likewise.
4768         * nscd/Makefile: Likewise.
4769         * catgets/Makefile: Likewise.
4771 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4773         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4774         compute current position.
4776         * stdio-common/tst-fseek.c (main): Improve error messages.
4778         * libio/tst-freopen.c (main): Remove unused variable.
4780         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4781         succesful seek call.  Simplify error checking.
4783 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4785         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4786         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4788 2002-07-19  Roland McGrath  <roland@frob.com>
4790         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4791         __libc_enable_secure is set.
4793 2002-07-24  Roland McGrath  <roland@frob.com>
4795         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4796         This implementation supports only IPv4.
4797         * inet/ifaddrs.h: New file.
4798         * sysdeps/generic/ifaddrs.c: New file.
4799         * sysdeps/gnu/ifaddrs.c: New file.
4800         * inet/test-ifaddrs.c: New file.
4801         * inet/Makefile (routines): Add ifaddrs.
4802         (headers): Add ifaddrs.h here.
4803         (tests): Add test-ifaddrs.
4804         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4806         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4807         socket call to get an AF_INET socket, instead of using __opensock.
4808         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4810         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4811         if not -1 use it instead of calling __opensock.
4812         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4813         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4814         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4816         * sysdeps/mach/hurd/ifreq.h: New file.
4817         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4818         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4819         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4821         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4822         which gets moved around.  Calculate size of mmap'd buffer instead.
4824 2002-07-24  Philip Blundell  <philb@gnu.org>
4826         * sysdeps/unix/arm/brk.S: Improve schedule.
4827         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4828         efficient instruction.
4829         (__socket): Optimize return sequence.
4831 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4833         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4834         sockets on old kernels.
4836 2002-07-22  Philip Blundell  <philb@gnu.org>
4838         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4839         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4840         alias.
4842 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4844         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4845         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4847         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4848         test to detect duplicate locales.
4850         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4851         position would be before beginning of file.
4852         (_IO_file_seekoff_mmap): Likewise.
4853         * libio/Makefile (tests): Add bug-fseek.
4854         * libio/bug-fseek.c: New file.
4856         * intl/explodename.c: Remove support for CEN-style locale variables.
4857         It was never used and shouldn't be since it's not portable.
4858         * intl/finddomain.c: Likewise.
4859         * intl/l10nflist.c: Likewise.
4860         * intl/loadinfo.h: Likewise.
4861         * locale/findlocale.c: Likewise.
4863 2002-07-24  Roland McGrath  <roland@frob.com>
4865         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4866         position, calculate it to take into account an active pushback buffer.
4868         * libio/Makefile (tests): Add bug-ungetc.
4869         * libio/bug-ungetc.c: New file.
4871 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4873         * sysdeps/generic/libc-tls.c: New file.
4874         * csu/Makefile (routines): Add libc-tls.
4875         (static-only-routines): Add libc-tls.
4876         * elf/dl-support.c (_dl_phdr): New variable.
4877         (_dl_phnum): New variable.
4878         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4879         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4880         for !SHARED.  First look through auxiliary vector.  If TLS always
4881         call __pthread_initialize_minimal.
4883         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4884         in mmap call is never zero.
4886 2002-07-23  Andreas Jaeger  <aj@suse.de>
4888         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4889         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4891 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4893         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4894         creation and removal of the temp file.
4896         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4897         file creation.
4898         * test-skeleton.c (create_temp_file): New function.
4900 2002-07-22  Andreas Jaeger  <aj@suse.de>
4902         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4903         local label.
4905 2002-07-21  Roland McGrath  <roland@frob.com>
4907         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4908         put -I../include before -I../stdlib so we get the right errno.h et al.
4909         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4910         (CFLAGS-wcstof.c): Likewise.
4911         (CFLAGS-wcstold.c): Likewise.
4912         (CFLAGS-wcstod_l.c): Likewise.
4913         (CFLAGS-wcstof_l.c): Likewise.
4914         (CFLAGS-wcstold_l.c): Likewise.
4916 2002-07-19  Roland McGrath  <roland@frob.com>
4918         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4920 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4922         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4923         __ASSUME_AT_XID is defined.
4924         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4925         for 2.4.1 and up.
4926         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4927         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4929         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4930         (CFLAGS-wcstof.c): Likewise.
4931         (CFLAGS-wcstold.c): Likewise.
4932         (CFLAGS-wcstod_l.c): Likewise.
4933         (CFLAGS-wcstof_l.c): Likewise.
4934         (CFLAGS-wcstold_l.c): Likewise.
4936 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4938         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4939         __priority_which_t): Always typedef to int for C++.
4941 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4943         * configure.in: Add test for __thread support in compiler.
4944         * config.h.in: Add HAVE___THREAD.
4945         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4946         * include/sys/errno.h: Moved to...
4947         * stdlib/sys/errno.h: ...here.  New file.
4948         * stdlib/errno.h: New file.  Moved from...
4949         * include/errno.h: ...here.  Changed into an internal header defining
4950         libc-local things like __set_errno.
4951         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4952         bits/errno.h.
4953         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4954         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4955         either.
4956         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4957         from...
4958         (_dl_start_final): ...here.  Add code to initialize tls elements from
4959         bootstrap_map.
4960         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4961         if USE_TLS && HAVE___THREAD.
4962         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4963         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4964         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4965         * sysdeps/standalone/bits/errno.h: Likewise.
4966         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4967         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4968         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4969         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4970         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4971         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4972         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4973         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4974         use GL(dl_rtld_map), use map parameter.
4975         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4976         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4977         USE_TLS && HAVE___THREAD.
4978         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4979         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4980         TLS code sequence.
4981         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4983         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4984         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4985         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4986         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4987         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4988         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4990 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4992         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4993         MS_INVALIDATE values.
4995 2002-07-17  Andreas Schwab  <schwab@suse.de>
4996             Ulrich Drepper  <drepper@redhat.com>
4998         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4999         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
5000         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
5001         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
5003 2002-07-01  H.J. Lu  <hjl@gnu.org>
5005         * elf/circleload1.c (load_dso): Call "circlemod1" and check
5006         return value.
5008         * elf/circlemod1.c (circlemod1): Return int.
5009         * elf/circlemod2.c (circlemod2): Likewise.
5010         * elf/circlemod2a.c (circlemod2): Likewise.
5011         * elf/circlemod3.c (circlemod3): Likewise.
5012         (circlemod3a): A new function.
5014 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
5016         * catgets/tst-catgets.c (main): Don't expect results for
5017         untranslated messages.
5019         * glibcbug.in: Fix little typo.  Remove STDIO.
5021         * config.h.in: Fail if __FAST_MATH__ is defined.
5022         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
5023         (CPPFLAGS-test-idouble.c): Likewise.
5024         (CPPFLAGS-test-ildouble.c): Likewise.
5026 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5028         * intl/tst-gettext.sh: Pass -f option to msgfmt.
5029         * intl/tst-gettext.c: Correctly handle untranslated messages in
5030         positive tests.
5032         * po/de.po: Update from translation team.
5034 2002-07-02  H.J. Lu  <hjl@gnu.org>
5036         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
5037         use ll/sc.
5038         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5040         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5041         to 2.4.0 for mips.
5043 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5045         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5046         TLS fail if USE_TLS is not defined.
5048         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5049         and adjust state for seek position.  [PR libc/4070]
5050         * libio/Makefile (tests): Add bug-rewind.
5051         * libio/bug-rewind.c: New file.
5053 2002-07-12  Philip Blundell  <philb@gnu.org>
5055         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5056         (__backtrace): Use it.
5057         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5059 2002-07-12  Philip Blundell  <philb@gnu.org>
5061         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5062         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5063         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5064         (elf_machine_rela): Remove unused variable.
5066         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5067         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5068         define.
5070 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5072         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5074 2002-07-14  Andreas Jaeger  <aj@suse.de>
5076         * sysdeps/x86_64/bits/link.h: Add biarch support.
5078 2002-07-13  Andreas Jaeger  <aj@suse.de>
5080         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5081         Use correct indices.
5082         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5084 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5086         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5087         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5088         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5089         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5090         * sysdeps/s390/s390-32/bits/link.h: Remove.
5091         * sysdeps/s390/s390-64/bits/link.h: Remove.
5092         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5093         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5094         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5095         * sysdeps/s390/bits/wordsize.h: New file.
5096         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5097         elfclass.h.
5098         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5099         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5100         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5101         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5102         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5103         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5104         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5105         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5106         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5107         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5108         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5109         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5110         resource.h.
5111         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5112         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5113         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5114         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5115         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5116         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5117         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5118         sigaction.h.
5119         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5120         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5121         siginfo.h.
5122         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5123         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5124         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5125         socket.h.
5126         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5127         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5128         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5129         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5130         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5131         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5132         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5133         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5134         procfs.h.
5135         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5136         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5137         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5138         ucontext.h.
5139         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5140         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5142 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5144         * Versions.def (libc): Add GLIBC_2.3.
5145         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5146         * stdlib/canonicalize.c: Add compatibility version for realpath
5147         and make new code available in GLIBC_2.3.
5149 2002-07-06  Bruno Haible  <bruno@clisp.org>
5151         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5153 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5155         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5156         function do_init.  Use __libc_once.
5157         (do_init): New function.
5159         * iconvdata/iso8859-11.h: Removed.
5160         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5161         (distribute): Remove iso8859-11.h.
5162         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5164         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5165         underflow operation if c == (W)EOF.
5167 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5169         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5170         non-zero, adjust exponent.
5171         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5172         Remove NO_LONG_DOUBLE aliases.
5173         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5174         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5175         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5176         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5177         1**y and -1**+-Inf.
5178         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5179         Fix BITS_PER_MP_LIMB 32 extraction.
5180         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5181         exceptions for qNaNs.
5182         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5183         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5184         Raise exceptions when needed.  Don't recurse unnecessarily.
5185         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5186         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5187         exceptions for qNaNs.
5188         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5189         to fix *quo return value sign.
5190         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5191         case -Inf argument.
5192         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5194 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5196         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5197         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5198         -DNDEBUG.
5200 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5202         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5203         the result.
5205         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5206         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5208         * Versions.def (libthread_db): Add GLIBC_2.3.
5210 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5212         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5213         new stream if possible.
5214         * libio/freopen64.c (freopen64): Likewise.
5215         * libio/Makefile (tests): Add tst-freopen.
5216         * libio/tst-freopen.c: New file.
5218 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5220         * libio/stdio.h (obstack_printf): Add format attribute.
5221         (obstack_vprintf): Likewise.
5223 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5225         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5226         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5227         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5228         architectures.
5230 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5232         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5233         (init_dfa): ...here.
5235 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5237         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5238         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5239         nodes in parse trees.
5240         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5241         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5242         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5243         nodes which can epsilon transit.
5244         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5245         to IS_EPSILON_NODE macro.
5246         * posix/regexec.c (update_regs): New function to update registers
5247         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5248         (proceed_next_node): Use the entities of the nodes to determine
5249         whether the node can transit to.
5250         (set_regs): Use update_regs function to update registers.
5252 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5254         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5255         * posix/bug-regex6.c: New file.
5256         * posix/Makefile (tests): Add bug-regex6.
5257         (bug-regex6-ENV): Set LOCPATH.
5259 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5261         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5262         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5264 2002-07-06  Bruno Haible  <bruno@clisp.org>
5266         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5268 2002-07-06  Bruno Haible  <bruno@clisp.org>
5270         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5271         declarations.
5273         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5275         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5277         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5278         not _UTSNAME_H.
5279         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5281         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5282         * sysdeps/generic/bits/ustat.h: Likewise.
5284         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5286 2002-07-08  Andreas Jaeger  <aj@suse.de>
5288         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5290 2002-07-08  Andreas Jaeger  <aj@suse.de>
5292         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5294 2002-07-06  Andreas Jaeger  <aj@suse.de>
5296         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5297         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5298         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5299         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5300         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5301         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5302         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5303         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5304         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5305         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5306         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5308 2002-06-05  Brian Youmans <3diff@gnu.org>
5310         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5311         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5312         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5313         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5314         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5315         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5316         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5317         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5318         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5319         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5320         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5321         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5322         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5323         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5324         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5325         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5326         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5327         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5328         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5329         * sysdeps/ia64/fpu/e_log.S: Likewise.
5330         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5331         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5332         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5333         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5334         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5335         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5336         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5337         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5338         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5339         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5340         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5341         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5342         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5343         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5344         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5345         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5346         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5347         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5348         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5349         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5350         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5351         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5352         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5353         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5354         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5355         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5356         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5357         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5358         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5359         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5360         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5361         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5362         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5363         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5364         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5365         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5366         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5367         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5368         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5369         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5370         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5371         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5372         * sysdeps/ia64/fpu/s_round.S: Likewise.
5373         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5374         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5375         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5376         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5377         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5378         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5379         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5380         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5381         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5382         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5383         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5384         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5385         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5386         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5387         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5388         reflect IBM donation of math library to FSF
5389         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5390         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5391         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5392         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5393         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5394         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5395         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5396         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5397         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5398         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5399         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5400         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5401         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5402         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5403         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5404         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5405         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5406         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5407         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5408         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5409         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5410         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5411         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5412         * sysdeps/vax/__longjmp.c: Likewise.
5413         * sysdeps/vax/setjmp.c: Likewise.
5414         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5415         remove advertising clause
5416         * sysdeps/vax/htonl.s: Likewise.
5417         * sysdeps/vax/htons.s: Likewise.
5418         * libio/wfiledoalloc.c: Likewise.
5419         * stdlib/random.c: Likewise.
5420         * stdlib/random_r.c: Likewise.
5421         * sysdeps/mach/sys/reboot.h: Likewise.
5422         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5423         * sysdeps/posix/getaddrinfo.c: Likewise.
5424         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5425         GPL and corrected pointer to point to the correct license.
5427 2002-07-04  Andreas Jaeger  <aj@suse.de>
5429         * scripts/config.guess: New upstream version.
5430         * scripts/config.sub: Likewise.
5432 2002-07-02  Andreas Schwab  <schwab@suse.de>
5434         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5435         in parallel to bumping up the buffer pointer.
5437 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5439         * math/libm-test.inc (acos_test): Add missing L suffix for
5440         expected result.
5441         (cpow_test): Likewise.
5442         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5443         error for acos (0.0625).
5445 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5447         * locale/iso-639.def: Add entry for Ganda.
5448         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5449         definition.
5450         (address_finish): Handle entries with two letter ISO 639 code.
5452         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5453         directory if it existed before.
5454         * iconv/iconvconfig.c: Implement --prefix option.
5456         * math/libm-test.inc (cexp_test): Add missing L suffix for
5457         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5458         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5459         1.25 i).
5461 2002-05-29  H.J. Lu  <hjl@gnu.org>
5463         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5464         is turned on.
5466 2002-05-28  H.J. Lu  <hjl@gnu.org>
5468         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5469         are not dlopened on the dependency list of a dlopened object.
5471 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5473         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5474         dependencies if they are created between objects which are created
5475         while processing RTLD_NOW for objects loaded as part of the same
5476         dlopen call.
5478 2002-06-14  H.J. Lu  <hjl@gnu.org>
5480         * elf/Makefile (tests): Add circleload1.
5481         (modules-names): Add circlemod1, circlemod2, circlemod3,
5482         circlemod1a, circlemod2a and circlemod3a.
5483         ($(objpfx)circleload1): New target.
5484         ($(objpfx)circleload1.out): Likewise.
5485         ($(objpfx)circlemod1.so): Likewise.
5486         ($(objpfx)circlemod2.so): Likewise.
5487         ($(objpfx)circlemod1a.so): Likewise.
5488         ($(objpfx)circlemod2a.so): Likewise.
5489         * elf/circleload1.c: New file.
5490         * elf/circlemod1.c: New file.
5491         * elf/circlemod1a.c: New file.
5492         * elf/circlemod2.c: New file.
5493         * elf/circlemod2a.c: New file.
5494         * elf/circlemod3.c: New file.
5495         * elf/circlemod3a.c: New file.
5497 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5499         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5500         file descriptor.
5501         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5502         add check for fd not open for writing.
5504         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5505         completed element(s) and do not suspend thread if so.  Patch
5506         heavily modified by drepper.
5508         * rt/tst-aio7.c: New file.  Regression test for problems which the
5509         above three changes fix.
5510         * rt/Makefile (tests): Add tst-aio7.
5512 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5514         * rt/tst-aio6.c: Fix comment.
5516         * catgets/gencat.c (read_input_file): Handle more than one slash
5517         at end of line correctly [PR libc/3926].
5518         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5520         * catgets/sample.SJIS: Add test case for above bug.
5521         * catgets/test-gencat.c: Adjust test code.
5522         * catgets/test-gencat.sh: Adjust expected results.
5524         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5525         to skip relative relocations.
5526         Patch by Geoff Keating <geoffk@redhat.com>.
5528 2002-05-26  Bruno Haible  <bruno@clisp.org>
5530         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5531         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5532         All callers changed.
5533         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5534         STANDARD_FROM_LOOP_ERR_HANDLER.
5535         (utf8_internal_loop): Likewise.
5536         (ucs2_internal_loop): Likewise.
5537         (internal_ucs2_loop): Perform error handling like in
5538         STANDARD_FROM_LOOP_ERR_HANDLER.
5539         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5540         in STANDARD_FROM_LOOP_ERR_HANDLER.
5541         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5542         handling.
5543         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5544         in STANDARD_FROM_LOOP_ERR_HANDLER.
5545         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5546         handling.
5547         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5548         in STANDARD_FROM_LOOP_ERR_HANDLER.
5549         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5550         handling.
5551         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5552         STANDARD_FROM_LOOP_ERR_HANDLER.
5553         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5554         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5555         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5556         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5557         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5558         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5559         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5560         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5561         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5562         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5563         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5564         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5565         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5566         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5567         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5568         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5569         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5570         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5571         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5572         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5573         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5574         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5575         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5576         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5577         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5578         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5579         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5580         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5581         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5582         an error, still set result = __GCONV_ILLEGAL_INPUT.
5583         (BODY for TO_LOOP): Likewise.
5584         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5585         STANDARD_FROM_LOOP_ERR_HANDLER.
5586         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5587         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5588         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5589         handling.
5590         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5591         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5592         STANDARD_FROM_LOOP_ERR_HANDLER.
5593         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5594         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5595         STANDARD_FROM_LOOP_ERR_HANDLER.
5596         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5597         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5598         STANDARD_FROM_LOOP_ERR_HANDLER.
5599         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5600         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5601         STANDARD_FROM_LOOP_ERR_HANDLER.
5602         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5603         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5604         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5605         handling.
5606         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5607         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5608         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5609         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5611 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5613         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5614         labels in assembler instructions.
5616 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5618         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5619         not enough content is available.
5620         * libio/tst-eof.c: New file.
5621         * libio/Makefile (tests): Add tst-eof.
5623         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5624         update atime.
5625         * libio/tst-atime.c: New file.
5626         * libio/Makefile (tests): Add tst-atime.
5628         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5629         handling of overly long words.
5631 2002-06-25  Andreas Jaeger  <aj@suse.de>
5633         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5634         to not use 32-bit pc relative relocations.
5635         (elf_machine_dynamic): Likewise.
5637 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5639         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5640         (__GETDENTS): Check for failed getdents64 syscall.
5641         * dirent/Makefile (tests): Add bug-readdir1.
5642         * dirent/bug-readdir1.c: New file.
5644 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5646         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5647         lookups.
5648         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5649         code.  Print TLS modid and offset for modules containing PT_TLS
5650         segments.
5652 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5654         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5655         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5656         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5657         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5659 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5661         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5662         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5663         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5664         * nss/getXXent_r.c (NEW, NEW1): Define.
5665         (NEW (REENTRANT_GETNAME)): Strong alias to
5666         INTERNAL (REENTRANT_GETNAME).
5667         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5669 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5671         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5672         (_IO_file_jumps_mmap): Use it.
5673         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5674         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5675         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5676         prototype.
5677         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5678         (_IO_wfile_jumps_mmap): Don't use it anymore.
5679         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5680         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5681         _IO_wdefault_setbuf.
5682         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5683         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5684         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5686 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5688         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5689         * libio/tst-mmap-setvbuf.c: New test.
5691 2002-06-21  Andreas Jaeger  <aj@suse.de>
5693         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5695 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5697         * include/unistd.h (__fork_internal): Remove.
5698         (__fork): Don't define to __fork_internal.
5699         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5700         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5701         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5702         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5703         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5705 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5707         * po/hr.po: New file.
5709 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5711         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5712         Reported by Michael Meissner <meissner@redhat.com>.
5714 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5716         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5717         Patch by Hans Boehm <hans_boehm@hp.com>.
5719 2002-06-20  Andreas Jaeger  <aj@suse.de>
5721         * math/libm-test.inc: Use exact values as input parameters,
5722         compute output parameters with 36 digits for 128-bit long doubles.
5723         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5724         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5725         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5727 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5729         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5730         argument or result is subnormal.
5732 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5734         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5735         quotient.
5736         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5737         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5739         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5741 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5743         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5744         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5745         Reported by Peter A. Buhr.
5747 2002-06-15  Roland McGrath  <roland@frob.com>
5749         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5750         warning.
5752         * sysdeps/mach/hurd/getcwd.c
5753         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5755         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5756         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5758         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5759         jump to local subroutine.
5761 2002-06-14  Roland McGrath  <roland@frob.com>
5763         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5764         * sysdeps/mach/hurd/Makeconfig: ... here.
5766 2002-06-13  Andreas Schwab  <schwab@suse.de>
5768         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5769         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5770         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5772 2002-06-13  Roland McGrath  <roland@frob.com>
5774         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5775         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5776         Use intptr_t instead of int for argc in stack layout.
5777         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5778         (_dl_init_first): Likewise.
5779         (_hurd_stack_setup): Likewise.
5780         (init1): Add a cast.
5781         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5783         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5784         argument to pfinet_siocgifconf RPC.
5786 2002-06-13  Andreas Schwab  <schwab@suse.de>
5788         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5789         expansion order.
5791 2002-06-12  Roland McGrath  <roland@frob.com>
5793         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5794         if already defined.
5795         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5796         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5798 2002-06-11  Roland McGrath  <roland@frob.com>
5800         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5801         file on [!RTLD_STAT64].
5802         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5804         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5805         (__fdopen): Use INTUSE.
5806         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5808         * stdio-common/tmpfile64.c: File removed.
5809         * sysdeps/generic/tmpfile64.c: New file.
5810         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5811         if not already defined.
5812         (tmpfile): Use it in place of __GT_FILE.
5814         * include/unistd.h: Declare __chown_internal.
5816         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5817         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5819 2002-06-09  Roland McGrath  <roland@frob.com>
5821         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5822         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5823         value of HURD_INTERFACE_VERSION >= 20020609.
5824         * sysdeps/mach/hurd/configure: Regenerated.
5825         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5826         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5827         convert a struct stat64 into a struct stat and return 0 or -1
5828         with errno set to EOVERFLOW.
5829         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5830         for struct statfs64 to struct statfs.
5831         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5832         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5833         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5834         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5835         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5836         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5837         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5838         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5839         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5840         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5841         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5842         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5843         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5844         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5845         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5846         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5847         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5848         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5849         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5850         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5851         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5852         Use struct stat64 for io_stat argument.
5853         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5854         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5855         to io_seek.
5856         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5857         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5858         * hurd/hurd/fd.h: Update decls.
5859         * sysdeps/mach/hurd/getcwd.c
5860         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5861         and struct dirent64.
5862         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5863         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5864         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5865         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5867 2002-06-08  Roland McGrath  <roland@frob.com>
5869         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5870         instead of unsigned long int for __allocation and __size members.
5872 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5874         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5875         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5876         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5877         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5879 2002-06-07  Roland McGrath  <roland@frob.com>
5881         * sysdeps/mach/hurd/bits/environments.h: File removed.
5883 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5885         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5886         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5887         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5888         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5889         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5890         (sendfile64): Likewise.
5891         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5892         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5893         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5894         Likewise.
5895         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5897         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5898         already defined.
5900 2002-06-04  Bruno Haible  <bruno@clisp.org>
5902         * sysdeps/cris/stackinfo.h: New file.
5904         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5905         to an integer type before performing bit operations on it.
5907 2002-06-05  Roland McGrath  <roland@frob.com>
5909         * sysdeps/generic/sendfile.c: Include <errno.h>.
5910         * sysdeps/generic/sendfile64.c: Likewise.
5912         * io/Makefile (routines): Add sendfile and sendfile64.
5913         (headers): Add sys/sendfile.h to the list.
5914         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5915         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5916         * io/sys/sendfile.h: ... here.
5917         * sysdeps/generic/sendfile.c: New file.
5918         * sysdeps/generic/sendfile64.c: New file.
5920         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5921         Move sendfile, sendfile64 to ...
5922         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5923         * sysdeps/mach/hurd/sendfile.c: New file.
5924         * sysdeps/mach/hurd/sendfile64.c: New file.
5926         * sysdeps/mach/nanosleep.c: New file.
5928 2002-06-04  Roland McGrath  <roland@frob.com>
5930         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5931         * sysdeps/alpha/elf/configure: New file (generated).
5933 2002-06-02  Roland McGrath  <roland@frob.com>
5935         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5937 2002-06-01  Roland McGrath  <roland@frob.com>
5939         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5940         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5942 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5944         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5945         Add nsmap.
5946         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5947         Remove nstimes setting.
5948         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5949         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5950         there is mix of IPv6 and IPv4 nameservers.
5951         Use nsmap array to find free slots and preserve nameserver ordering.
5952         Fix RES_ROTATE.
5954 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5956         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5957         use this header with LFS.
5959         * po/sk.po: Update from translation team.
5961 2002-05-28  Andreas Schwab  <schwab@suse.de>
5963         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5964         message when finding object of wrong class.
5966 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5968         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5969         Patch by <radu@netsoft.ro>.
5971 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5973         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5974         Add readahead.
5975         * sysdeps/unix/sysv/linux/readahead.c: New file.
5976         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5977         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5978         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5979         Add sendfile64 alias to sendfile syscall.
5980         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5981         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5982         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5983         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5984         syscall.
5986         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5987         special section for PIC register loading.
5988         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5990         * config.h.in: Define HAVE_HIDDEN.
5991         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5993         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5995 2002-05-28  Roland McGrath  <roland@frob.com>
5997         * sysdeps/mach/alpha/setfpucw.c: New file.
5999 2002-05-26  Roland McGrath  <roland@frob.com>
6001         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
6002         Use integer_t instead of int for IOC_VOID case.
6004 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
6006         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
6008 2002-05-26  Bruno Haible  <bruno@clisp.org>
6010         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
6011         end of the ISO-8859-7 from idx table.
6013 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
6015         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
6017 2002-05-24  David S. Miller  <davem@redhat.com>
6019         * string/bits/string2.h (memset): Do not try to optimize when
6020         not _STRING_ARCH_unaligned if GCC will do the right thing.
6022 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
6024         * posix/regex.c: Define `inline' as a macro into nothing for the
6025         compilers which lack the keyword.
6026         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
6027         for the compatibility of gawk.
6028         * posix/regcomp.c: Add fake implementation of isblank() for the
6029         environments which lack the function.
6030         Don't use free_charset() in case of non-i18n envs.
6031         (build_range_exp): Don't use i18n related code in case of non-i18n
6032         envs.
6033         (build_collating_symbol): Likewise.
6034         (build_equiv_class): Likewise.
6035         (build_charclass): Likewise.
6036         (re_compile_fastmap_iter): Likewise.
6037         (parse_bracket_exp): Likewise.
6038         (build_word_op): Likewise.
6039         (regfree): Don't use free_charset() in case of non-i18n envs.
6040         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6041         re_token_type_t in case of non-i18n envs.
6042         Don't define re_charset_t in case of non-i18n envs.
6043         Change the type of wcs of re_string_t from wchar_t to wint_t,
6044         since we store also WEOF.
6045         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6046         the type of wcs of re_string_t from wchar_t to wint_t.
6047         (re_string_reconstruct): Likewise.
6048         (create_ci_newstate): Don't use i18n related code in case of
6049         non-i18n envs.
6050         (create_cd_newstate): Likewise.
6052 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6054         * iconv/loop.c: Fix typo.
6056 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6058         * inet/ether_line.c (ether_line): Fix a typo causing only
6059         lower 4 bits of each ethernet address byte being assigned.
6060         Don't modify what line points to.
6061         * inet/tst-ether_aton.c (main): Add ether_line tests.
6063 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6065         * manual/filesys.texi: Don't make readlink example leak memory
6066         when readlink fails.
6068 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6070         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6071         some more security checks.
6073 2002-05-17  David S. Miller  <davem@redhat.com>
6075         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6077 2002-05-16  David S. Miller  <davem@redhat.com>
6079         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6080         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6081         (elf_machine_load_address): Likewise.
6082         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6084         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6085         is unaligned, do not forget to fully initialize %g1 magic value.
6087         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6088         register definitions and provide 32-bit variants of structures
6089         during 64-bit builds.
6091         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6092         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6093         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6094         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6095         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6096         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6097         Do not clear implicit one bit here, it must be done post-rounding.
6098         Only pad to the left using left shift if value uses less than the
6099         available fractional bits.
6101 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6103         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6104         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6105         (shared-only-routines): Likewise.
6106         * sysdeps/powerpc/libgcc-compat.c: New file.
6107         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6108         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6109         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6110         * sysdeps/wordsize-32/shdi3.c: Removed.
6112 2002-05-16  Bruno Haible  <bruno@clisp.org>
6114         * MakeTAGS (libc.pot): Don't sort the output.
6115         * po/header.pot: Update to match xgettext 0.11 output.
6117 2002-05-16  Bruno Haible  <bruno@clisp.org>
6119         * MakeTAGS (subdirs): Remove duplicates.
6121 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6123         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6124         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6125         alias.
6127 2002-05-19  Andreas Jaeger  <aj@suse.de>
6129         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6130         installation in /usr/local.
6132 2002-05-16  Bruno Haible  <bruno@clisp.org>
6134         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6135         string as argument of #error.
6137 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6139         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6140         don't define static.  Remove old __realpath function.  TC1 of
6141         POSIX 2001 will allow the second parameter to be NULL.
6142         * stdlib/test-canon.c: Comment out test for NULL as second
6143         parameter of realpath.
6145         * time/offtime.c (__offtime): Set errno if overflow is detected.
6147         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6148         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6149         dl-brk and dl-sbrk.
6151         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6152         (fdimf): Likewise.
6154 2002-05-15  Roland McGrath  <roland@frob.com>
6156         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6158 2002-05-12  Bruno Haible  <bruno@clisp.org>
6160         * iconvdata/testdata/EUC-JISX0213: New file.
6161         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6162         * iconvdata/testdata/SHIFT_JISX0213: New file.
6163         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6164         * iconvdata/testdata/ISO-2022-JP-3: New file.
6165         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6166         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6167         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6168         contains comments indicating precomposed characters.
6170 2002-04-21  Bruno Haible  <bruno@clisp.org>
6172         * iconvdata/iso-2022-jp-3.c: New file.
6173         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6174         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6175         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6176         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6177         (distribute): Add iso-2022-jp-3.c.
6179 2002-05-12  Bruno Haible  <bruno@clisp.org>
6181         * iconvdata/tst-table-to.c (main): Restore handling of
6182         transliterations, broken by last patch.
6184 2002-05-12  Bruno Haible  <bruno@clisp.org>
6186         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6188 2002-05-12  Bruno Haible  <bruno@clisp.org>
6190         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6191         when there is not enough room in the output buffer.
6192         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6194 2002-04-20  Bruno Haible  <bruno@clisp.org>
6196         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6197         macros.
6198         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6199         Also make this macro work if FROM_DIRECTION evaluates to 0.
6200         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6201         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6202         of consume_incomplete.
6203         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6204         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6205         4, not 8.
6206         * iconvdata/cp1258.c: Likewise.
6207         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6208         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6209         not 2.
6210         * iconvdata/ibm933.c: Likewise.
6211         * iconvdata/ibm935.c: Likewise.
6212         * iconvdata/ibm937.c: Likewise.
6213         * iconvdata/ibm939.c: Likewise.
6214         * iconvdata/iso-2022-cn.c: Define
6215         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6216         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6217         * iconvdata/iso-2022-cn-ext.c: Likewise.
6218         * iconvdata/iso-2022-jp.c: Define
6219         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6220         {MIN,MAX}_NEEDED_{FROM,TO}.
6221         * iconvdata/tcvn5712-1.c: Define
6222         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6223         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6224         * iconvdata/euc-jisx0213.c: Define
6225         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6226         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6227         * iconvdata/shift_jisx0213.c: Likewise.
6229 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6231         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6232         shdi3, fixdfdi, fixsfdi in csu dir.
6233         (shared-only-routines): Likewise.
6234         * sysdeps/wordsize-32/cmpdi2.c: New file.
6235         * sysdeps/wordsize-32/shdi3.c: New file.
6236         * sysdeps/wordsize-32/fixdfdi.c: New file.
6237         * sysdeps/wordsize-32/fixsfdi.c: New file.
6238         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6239         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6240         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6242         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6243         Only use va_arg if the argument will be used [PR libc/3259].
6245 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6247         * catgets/catgets.c (catopen): Free buffer if internal catalog
6248         open fails.
6250 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6252         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6253         non-buffering methods.
6254         * debug/pcprofiledump.c: Implement -u option.
6255         Patch by Roger Luethi <rl@hellgate.ch>.
6257 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6259         * include/netinet/in.h (bindresvport_internal): Add prototype.
6260         * include/rpc/auth.h  (authunix_create_internal,
6261         authunix_create_default_internal, authnone_create_internal,
6262         authdes_pk_create_internal): Add prototypes.
6263         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6264         clntudp_create_internal, clntudp_bufcreate_internal,
6265         clntunix_create_internal): Add prototypes.
6266         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6267         svc_getreq_internal, svc_getreq_common_internal,
6268         svc_getreqset_internal, svc_getreq_poll_internal,
6269         svc_register_internal, svc_unregister_internal,
6270         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6271         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6272         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6273         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6274         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6275         * inet/rcmd.c (rcmd_af): Use __listen.
6276         (rresvport_af): Use __bind.
6277         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6278         authunix_create, authunix_create_default, authnone_create,
6279         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6280         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6281         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6282         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6283         _authenticate, add INTDEF after such function definitions.
6284         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6285         __setsockopt, __getsockname instead of non-__ variants.
6286         * sunrpc/pmap_rmt.c: Likewise.
6287         * sunrpc/rtime.c: Likewise.
6288         * sunrpc/svc_udp.c: Likewise.
6289         * sunrpc/clnt_unix.c: Likewise.
6290         * sunrpc/svc_unix.c: Likewise.
6291         * sunrpc/bindrsvprt.c: Likewise.
6292         * sunrpc/svc_tcp.c: Likewise.
6293         * sunrpc/auth_none.c: Likewise.
6294         * sunrpc/clnt_raw.c: Likewise.
6295         * sunrpc/clnt_tcp.c: Likewise.
6296         * sunrpc/auth_unix.c: Likewise.
6297         * sunrpc/key_call.c: Likewise.
6298         * sunrpc/clnt_gen.c: Likewise.
6299         * sunrpc/pm_getmaps.c: Likewise.
6300         * sunrpc/clnt_simp.c: Likewise.
6301         * sunrpc/pmap_clnt.c: Likewise.
6302         * sunrpc/svc_run.c: Likewise.
6303         * sunrpc/svc.c: Likewise.
6304         * sunrpc/svc_simple.c: Likewise.
6305         * sunrpc/pm_getport.c: Likewise.
6306         * sunrpc/auth_des.c: Likewise.
6307         * sunrpc/svc_auth.c: Likewise.
6308         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6309         __register_frame_info_table_bases, __deregister_frame_info_bases):
6310         Add INTDEF.
6311         (__register_frame_info_bases_internal,
6312         __register_frame_info_table_bases_internal,
6313         __deregister_frame_info_bases_internal): Add prototypes.
6314         (__register_frame_info, __register_frame): Use INTUSE in call to
6315         __register_frame_info_bases.
6316         (__register_frame_info_table): Similarly.
6317         (__deregister_frame_info, __deregister_frame): Similarly.
6318         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6319         sendto as weak alias.
6320         * sysdeps/mach/hurd/sendto.c: Likewise.
6321         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6322         recvfrom as weak alias.
6323         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6324         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6325         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6326         recvmsg as weak alias.
6327         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6328         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6329         sendmsg as weak alias.
6330         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6331         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6332         setsockopt, add setsockopt as weak alias.
6333         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6334         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6335         weak alias.
6336         * sysdeps/mach/hurd/bind.c: Likewise.
6337         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6338         as weak alias.
6339         * sysdeps/mach/hurd/listen.c: Likewise.
6340         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6341         getsockname, add getsockname as weak alias.
6342         * sysdeps/mach/hurd/getsockname.c: Likewise.
6343         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6344         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6345         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6346         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6347         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6348         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6349         Add aliases.
6350         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6351         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6352         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6353         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6354         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6355         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6356         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6357         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6358         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6359         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6360         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6361         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6363 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6365         * locale/programs/localedef.h (show_archive_content): Add verbose
6366         argument.
6367         * locale/programs/localedef.c (main): Adjust caller.
6368         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6369         types.
6370         (nameentcmp, dataentcmp): New functions.
6371         (xstrcmp): Remove.
6372         (show_archive_content): Print verbose listing with --list-archive -v.
6374 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6376         * locale/programs/locarchive.c (open_archive): Take extra argument
6377         readonly.  If true open file with O_RDONLY and don't create the
6378         archive if it doesn't exist.
6379         Adapt all callers.
6380         (close_archive): Don't do anything if fd element is -1.
6381         * locale/programs/localedef.h (open_archive): Adjust prototype.
6382         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6383         call.
6385         * malloc/malloc.c (__posix_memalign): Correct check for size of
6386         alignment value [PR libc/3444].
6388         * include/stdio.h: Remove references to old stdio implementation.
6390         * libio/Makefile (bug-ungetwc2-ENV): Define.
6392 2002-05-13  Roland McGrath  <roland@frob.com>
6394         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6396         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6398 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6400         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6401         Allocate three, not two, more than LEN when appending '/.'.
6402         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6403         if NAME ends with '/.' if it is shorter than 2 chars.
6405 2002-05-12  Roland McGrath  <roland@frob.com>
6407         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6408         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6410         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6411         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6413 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6415         * sysdeps/ia64/Makefile: Remove extra endif.
6416         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6418 2002-05-10  Andreas Schwab  <schwab@suse.de>
6420         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6422 2002-05-09  Andreas Jaeger  <aj@suse.de>
6424         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6425         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6426         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6428         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6429         * sysdeps/wordsize-64/glob.c: ...here.
6430         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6431         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6432         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6434 2002-05-08  Roland McGrath  <roland@frob.com>
6436         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6437         O_NOTRANS flag in "." lookup.
6439 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6441         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6443 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6445         * locale/duplocale.c (__duplocale): Update special members only
6446         when allocation succeeded.
6448 2002-05-03  Roland McGrath  <roland@frob.com>
6450         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6451         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6453 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6455         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6456         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6457         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6458         * sysdeps/ia64/ia64libgcc.S: New file.
6460 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6462         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6464         * malloc/memusage.c: Distinguish anonymous mmap.
6466 2002-05-01  Roland McGrath  <roland@frob.com>
6468         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6469         and use INTDEF on it.
6470         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6472         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6474         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6476 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6478         * malloc/memusage.c: Add support for tracking mmap & friends.
6479         * malloc/memusage.sh: Implement -m/--mmap option.
6481 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6483         * locale/programs/locarchive.c (create_archive): Add archivefname
6484         argument, create fname from it.
6485         (enlarge_archive): Honour output_prefix.
6486         (open_archive): Likewise.
6488 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6490         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6491         too many stpcpy macros.
6493 2002-04-26  Bruno Haible  <bruno@clisp.org>
6495         * locale/programs/ld-collate.c (collate_read): Cast first argument
6496         for "%.*s" to int.
6498 2002-04-26  Bruno Haible  <bruno@clisp.org>
6500         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6501         __dcngettext_internal): New declarations.
6502         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6503         attribute declarations.
6505 2002-04-30  Roland McGrath  <roland@frob.com>
6507         Removed old GNU stdio implementation; GNU libio is now the only option.
6508         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6509         Define USE_IN_LIBIO unconditionally.
6510         * configure: Regenerated.
6511         * Makeconfig (stdio): Set to libio by default.
6512         * config.make.in (stdio): Variable removed.
6513         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6514         * sysdeps/unix/sysv/linux/configure: Regenerated.
6515         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6516         * sysdeps/mach/hurd/configure: Regenerated.
6517         * stdio/.cvsignore: File removed.
6518         * stdio/Makefile: File removed.
6519         * stdio/Versions: File removed.
6520         * stdio/__fbufsize.c: File removed.
6521         * stdio/__flbf.c: File removed.
6522         * stdio/__fpending.c: File removed.
6523         * stdio/__fpurge.c: File removed.
6524         * stdio/__freadable.c: File removed.
6525         * stdio/__freading.c: File removed.
6526         * stdio/__fsetlocking.c: File removed.
6527         * stdio/__fwritable.c: File removed.
6528         * stdio/__fwriting.c: File removed.
6529         * stdio/clearerr.c: File removed.
6530         * stdio/fclose.c: File removed.
6531         * stdio/fcloseall.c: File removed.
6532         * stdio/feof.c: File removed.
6533         * stdio/ferror.c: File removed.
6534         * stdio/fflush.c: File removed.
6535         * stdio/fgetc.c: File removed.
6536         * stdio/fgetpos.c: File removed.
6537         * stdio/fgets.c: File removed.
6538         * stdio/fileno.c: File removed.
6539         * stdio/fmemopen.c: File removed.
6540         * stdio/fopen.c: File removed.
6541         * stdio/fopncook.c: File removed.
6542         * stdio/fputc.c: File removed.
6543         * stdio/fputs.c: File removed.
6544         * stdio/fread.c: File removed.
6545         * stdio/freopen.c: File removed.
6546         * stdio/fseek.c: File removed.
6547         * stdio/fsetpos.c: File removed.
6548         * stdio/ftell.c: File removed.
6549         * stdio/fwrite.c: File removed.
6550         * stdio/getc.c: File removed.
6551         * stdio/getchar.c: File removed.
6552         * stdio/getdelim.c: File removed.
6553         * stdio/gets.c: File removed.
6554         * stdio/glue.c: File removed.
6555         * stdio/internals.c: File removed.
6556         * stdio/linewrap.c: File removed.
6557         * stdio/linewrap.h: File removed.
6558         * stdio/memstream.c: File removed.
6559         * stdio/newstream.c: File removed.
6560         * stdio/obstream.c: File removed.
6561         * stdio/putc.c: File removed.
6562         * stdio/putchar.c: File removed.
6563         * stdio/puts.c: File removed.
6564         * stdio/rewind.c: File removed.
6565         * stdio/setbuf.c: File removed.
6566         * stdio/setbuffer.c: File removed.
6567         * stdio/setlinebuf.c: File removed.
6568         * stdio/setvbuf.c: File removed.
6569         * stdio/stdio.h: File removed.
6570         * stdio/ungetc.c: File removed.
6571         * stdio/vasprintf.c: File removed.
6572         * stdio/vscanf.c: File removed.
6573         * stdio/vsnprintf.c: File removed.
6574         * stdio/vsprintf.c: File removed.
6575         * stdio/vsscanf.c: File removed.
6576         * sysdeps/generic/defs.c: File removed.
6577         * sysdeps/generic/fdopen.c: File removed.
6578         * sysdeps/generic/pipestream.c: File removed.
6579         * sysdeps/generic/stdio_init.c: File removed.
6580         * sysdeps/generic/sysd-stdio.c: File removed.
6581         * sysdeps/generic/vdprintf.c: File removed.
6582         * sysdeps/mach/hurd/defs.c: File removed.
6583         * sysdeps/mach/hurd/fdopen.c: File removed.
6584         * sysdeps/mach/hurd/pipestream.c: File removed.
6585         * sysdeps/mach/hurd/stdio_init.c: File removed.
6586         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6587         * sysdeps/mach/hurd/vdprintf.c: File removed.
6588         * sysdeps/posix/defs.c: File removed.
6589         * sysdeps/posix/fdopen.c: File removed.
6590         * sysdeps/posix/pipestream.c: File removed.
6591         * sysdeps/posix/stdio_init.c: File removed.
6592         * sysdeps/posix/vdprintf.c: File removed.
6593         * sysdeps/unix/pipestream.c: File removed.
6594         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6595         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6596         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6598 2002-04-29  Roland McGrath  <roland@frob.com>
6600         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6602 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6604         * sysdeps/generic/tls.h: Describe what must be defined.
6606         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6607         glob_in_dir [PR libc/3385].
6608         * posix/globtest.sh: Add test case.
6610         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6611         //TRANSLIT twice.
6613 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6615         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6616         _internal symbol handling.
6617         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6619 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6621         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6622         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6624 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6626         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6627         not _LIBC and RE_ENABLE_I18N.
6628         (build_range_exp): Implement for not _LIBC.
6629         (build_collating_symbol): Likewise.
6630         (parse_bracket_exp): Unify redundant error handlings.
6631         Don't erase mbcset for non matching list in multibyte envs.
6632         (build_word_op): Add '_' to matching list for \w operator.
6633         * posix/regex_internal.c (re_string_construct): Invoke
6634         build_upper_buffer in case of not RE_ENABLE_I18N.
6635         (re_string_reconstruct): Don't touch cur_state in case of not
6636         RE_ENABLE_I18N.
6637         * posix/regex_internal.h (attribute_hidden): New macro in case of
6638         not _LIBC.
6639         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6640         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6641         RE_ENABLE_I18N.
6642         (transit_state_mb): Likewise.
6643         (check_node_accept_bytes): Implement the code evaluating range
6644         expression in case of not _LIBC.
6645         (find_collation_sequence_value): Hide in case of not _LIBC.
6647 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6649         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6650         i386/semctl.c.
6651         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6652         be used.
6654 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6656         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6658         * sysdeps/ia64/strncpy.S: Fix recovery code.
6659         Patch by David Mosberger <davidm@hpl.hp.com>.
6661 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6663         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6664         GLIBC_2.2.6.
6666 2002-04-14  Bruno Haible  <bruno@clisp.org>
6668         * posix/regex.c (re_max_failures): Add back symbol for binary
6669         compatibility.
6671 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6673         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6674         of buffer building functions.
6675         * posix/regex_internal.c (re_string_allocate): New function.
6676         (re_string_realloc_buffers): New function.
6677         (re_string_skip_chars): New function.
6678         (re_string_reconstruct): New function.
6679         (re_string_construct): Adapt it to new interface of buffer building
6680         functions.
6681         (re_string_construct_common): Likewise.
6682         (build_wcs_buffer): Likewise.
6683         (build_wcs_upper_buffer): Likewise.
6684         (build_upper_buffer): Likewise.
6685         (re_string_translate_buffer): Likewise.
6686         (re_string_context_at): Adapt it to variable length buffers.
6687         * posix/regex_internal.h (re_string_t): Add new fields to handle
6688         variable length buffers.
6689         (re_match_context_t): Likewise.
6690         * posix/regexec.c (re_search_internal): Adapt it to new interface
6691         of re_string_t and re_match_context_t.
6692         (acquire_init_state_context): Likewise.
6693         (check_matching): Likewise.
6694         (check_halt_state_context): Likewise.
6695         (proceed_next_node): Likewise.
6696         (set_regs): Likewise.
6697         (sift_states_backward): Likewise.
6698         (clean_state_log_if_need): Likewise.
6699         (sift_states_iter_mb): Likewise.
6700         (sift_states_iter_bkref): Likewise.
6701         (add_epsilon_backreference): Likewise.
6702         (transit_state): Likewise.
6703         (transit_state_sb): Likewise.
6704         (transit_state_mb): Likewise.
6705         (transit_state_bkref): Likewise.
6706         (transit_state_bkref_loop): Likewise.
6707         (check_node_accept): Likewise.
6708         (match_ctx_init): Likewise.
6709         (extend_buffers): New function.
6711 2002-04-21  Bruno Haible  <bruno@clisp.org>
6713         * iconvdata/tst-table.sh: For the second check, use the truncated
6714         GB18030 charmap table, like for the first check.
6716 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6718         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6719         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6721 2002-04-23  H.J. Lu  <hjl@gnu.org>
6723         * include/math.h (isfinite): Fix a typo.
6725 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6727         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6728         which is created by the test suite.
6730 2002-04-20  Bruno Haible  <bruno@clisp.org>
6732         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6733         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6735 2002-04-20  Bruno Haible  <bruno@clisp.org>
6737         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6738         to avoid gcc warning.
6740 2002-04-20  Bruno Haible  <bruno@clisp.org>
6742         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6743         of data->__statep->__count.
6745 2002-04-20  Bruno Haible  <bruno@clisp.org>
6747         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6748         tag characters.
6749         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6751 2002-04-24  Roland McGrath  <roland@frob.com>
6753         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6754         use END macro instead of our own .end directive.
6755         Use `callsys' insn mnemonic instead of `call_pal'.
6757         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6759         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6760         macro; we need this for Hurd.
6762         Log entry was missing for 2002/03/24 commit of rev 1.8,
6763         goes with 2002-03-17 changes.
6764         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6765         (sysdep_routines): Append ioperm here.
6766         (sysdep_headers): Append sys/io.h here.
6768 2002-04-23  Roland McGrath  <roland@frob.com>
6770         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6771         * sysdeps/mach/hurd/sendto.c: Likewise.
6772         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6773         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6774         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6776 2002-04-22  Roland McGrath  <roland@frob.com>
6778         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6779         failure from i386_io_perm_* RPCs to ENOSYS.
6781 2002-04-22  Andreas Jaeger  <aj@suse.de>
6783         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6785         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6787         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6788         register instead of destroying %rbx.
6790 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6792         * string/string.h: Declare strerror_r also for XPG6.
6794 2002-04-19  Roland McGrath  <roland@frob.com>
6796         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6798 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6800         * Makefile: Add handling of xtests and xcheck targets.
6801         * MakeTAGS: Likewise.
6802         * Makeconfig: Likewise.
6803         * Makerules: Likewise.
6804         * Rules: Likewise.
6805         * manual/Makefile: Likewise.
6806         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6807         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6809 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6811         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6812         authnone_private_s.
6813         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6814         Delete #ifdef _RPC_THREAD_SAFE_ block.
6815         (authnone_private): Make a struct, not a pointer to struct.
6816         (authnone_private_guard): New once-control variable.
6817         (authnone_create_once): New function, split out of
6818         authnone_create.  No need to allocate memory.
6819         (authnone_create): Just call authnone_create_once via
6820         __libc_once, then return &authnone_private->no_client.
6821         (authnone_marshal): Access private data via CLIENT argument,
6822         not authnone_private pointer.
6823         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6824         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6825         authnone_private_s.
6827 2002-04-12  H.J. Lu  <hjl@gnu.org>
6829         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6831 2002-04-18  Bruno Haible  <bruno@clisp.org>
6833         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6834         FROM_DIRECTION): Make the FROM direction stateless.
6835         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6836         FROM_DIRECTION): Likewise.
6838 2002-04-15  Bruno Haible  <bruno@clisp.org>
6840         * iconvdata/JISX0213.TXT: New file.
6841         * iconvdata/jisx0213.h: New file.
6842         * iconvdata/jisx0213.c: New file.
6843         * iconvdata/euc-jisx0213.c: New file.
6844         * iconvdata/shift_jisx0213.c: New file.
6845         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6846         * iconvdata/EUC-JISX0213.precomposed: New file.
6847         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6848         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6849         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6850         which the "to" direction is stateful.
6851         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6852         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6853         SHIFT_JISX0213.
6854         (libJISX0213-routines): New variable.
6855         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6856         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6857         (LDFLAGS-libJISX0213.so): New variable.
6858         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6859         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6860         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6862 2002-04-15  Bruno Haible  <bruno@clisp.org>
6864         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6865         uint32_t.  Update to Unicode 3.2.
6866         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6867         (BODY for TO_LOOP): Handle the ASCII range specially.
6868         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6869         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6870         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6872 2002-04-15  Bruno Haible  <bruno@clisp.org>
6874         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6875         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6877 2002-04-15  Bruno Haible  <bruno@clisp.org>
6879         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6880         (ucs4_to_cns11643): Update.
6881         * iconvdata/cns11643.c: Update to Unicode 3.2.
6882         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6883         __cns11643_from_ucs4p2_tab): Regenerated.
6884         (__cns11643_from_ucs4p2c_tab): New array.
6885         * iconvdata/cvs11643l1.c: Update comments.
6886         * iconvdata/EUC-TW.irreversible: Remove two entries.
6888 2002-04-15  Bruno Haible  <bruno@clisp.org>
6890         * locale/C-translit.h.in: Update to Unicode 3.2.
6891         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6892         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6894 2002-04-15  Bruno Haible  <bruno@clisp.org>
6896         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6897         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6899 2002-04-15  Bruno Haible  <bruno@clisp.org>
6901         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6902         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6903         always one byte, not 0 bytes in some cases and 2 bytes in others.
6905         * iconvdata/tst-table-from.c (main): Correct the usage message.
6907 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6909         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6910         (parse_dup_op): Fix error handling like "a{}".
6911         (parse_bracket_exp): Add error handling.
6912         (fetch_number): Add error handling for "a{<very_large_number>}".
6914 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6916         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6917         in case that the symbol name is too long.
6918         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6919         in case of REG_ICASE.
6921 2002-04-19  Andreas Jaeger  <aj@suse.de>
6923         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6924         <hartvige@mips.com>.
6926 2002-04-15  H.J. Lu  <hjl@gnu.org>
6928         * include/math.h (__finitel_internal): Declare only if
6929         __NO_LONG_DOUBLE_MATH is not defined.
6930         (__isinfl_internal): Likewise.
6931         (__isnanl_internal): Likewise.
6933         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6934         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6935         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6936         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6937         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6938         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6939         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6941         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6942         __fcntl_internal.
6944         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6945         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6947 2002-04-15  Bruno Haible  <bruno@clisp.org>
6949         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6950         (BODY for TO_LOOP): Likewise.
6951         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6952         * iconvdata/tst-table.sh: Add support for encodings which contain
6953         precomposed Unicode characters, known to the iconv converter in both
6954         directions but not listed in the charmap.
6955         * iconvdata/IBM856.irreversible: New file.
6956         * iconvdata/IBM922.irreversible: New file.
6957         * iconvdata/IBM1132.irreversible: New file.
6958         * iconvdata/IBM1133.irreversible: New file.
6959         * iconvdata/IBM1160.irreversible: New file.
6960         * iconvdata/IBM1161.irreversible: New file.
6961         * iconvdata/IBM1163.irreversible: New file.
6962         * iconvdata/IBM1164.irreversible: New file.
6963         * iconvdata/ARMSCII-8.irreversible: New file.
6964         * iconvdata/TCVN5712-1.precomposed: New file.
6965         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6966         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6967         ARMSCII-8, TCVN5712-1.
6968         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6969         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6970         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6971         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6973 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6975         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6976         for EVENING69.  Include offsets in TZ environment variable.
6978 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6980         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6981         avoid compiler warnings.
6983         * locale/programs/localedef.c (main): Always call
6984         construct_output_path.
6986         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6988         * locale/programs/locfile.c (to_archive): New variable.  To collect
6989         data which has to be added to the locale archive.
6990         (write_all_categories): Take new third parameter with locale name.
6991         Unless no_archive flag set add new locale data to the archive
6992         (write_locale_data): Unless no-archive flag set store generated data
6993         in to_archive data structure instead of generation output file.
6994         Add new parameter with locale category index.
6995         * locale/programs/locfile.h: Add new parameters in declaractions of
6996         write_all_categories and write_locale_data.
6997         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6998         --add-to-archive, and --delete-from-archive options.  Pass extra
6999         parameter to write_all_categories.
7000         * locale/programs/localedef.h: Add prototypes for functions in
7001         locarchive.c.
7002         * locale/locarchive.h: New file.
7003         * locale/programs/locarchive.c: New file.
7004         * locale/Makefile (distribute): Add programs/locarchive.c and
7005         locarchive.h.
7006         (localedef-modules): Add md5 and locarchive.
7007         Add vpath to crypt subdir for md5.c.
7009         * locale/programs/ld-address.c: Pass locale category ID as new second
7010         parameter to write_locale_data.
7011         * locale/programs/ld-collate.c: Likewise.
7012         * locale/programs/ld-ctype.c: Likewise.
7013         * locale/programs/ld-identification.c: Likewise.
7014         * locale/programs/ld-measurement.c: Likewise.
7015         * locale/programs/ld-messages.c: Likewise.
7016         * locale/programs/ld-monetary.c: Likewise.
7017         * locale/programs/ld-name.c: Likewise.
7018         * locale/programs/ld-numeric.c: Likewise.
7019         * locale/programs/ld-paper.c: Likewise.
7020         * locale/programs/ld-telephone.c: Likewise.
7021         * locale/programs/ld-time.c: Likewise.
7023         * locale/simple-hash.c: Move compute_hashval function from here...
7024         * locale/hashval.h: ...to here.  New file.
7025         * locale/simple-hash.h: Add prototype for compute_hashval.
7027         * include/libintl.h: Minor cleanups.
7029 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
7031         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
7033 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
7035         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
7037 2002-04-14  Bruno Haible  <bruno@clisp.org>
7039         * locale/programs/charmap.c (charmap_read): Don't access result if
7040         result == NULL.
7042 2002-02-17  Andreas Schwab  <schwab@suse.de>
7044         * elf/reldep7.c: New file.
7045         * elf/reldep7mod1.c: New file.
7046         * elf/reldep7mod2.c: New file.
7047         * elf/Makefile: Add rules to build and run reldep7.
7049 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7051         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7052         the end of the function.  Pass original flags to recursive call if
7053         add_dependency failed.
7054         (_dl_lookup_versioned_symbol): Likewise.
7056 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7058         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7059         early, but check whether it overflowed afterwards.
7060         * time/tst-mktime.c (main): Add new tests.
7062 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7064         * debug/xtrace.sh: Fix program name in help message.
7065         Patch by Roger Luethi <rl@hellgate.ch>.
7067         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7068         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7069         NOT_IN_libc.
7070         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7071         * sysdeps/mach/hurd/lxstat.c: Likewise.
7072         * sysdeps/unix/common/lxstat.c: Likewise.
7073         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7074         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7075         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7076         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7077         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7078         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7079         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7080         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7081         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7083         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7084         prototypes.  Add __mbrlen and __mbrtowc macros.
7085         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7086         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7088         * include/unistd.h: Add prototype for __write_internal and add
7089         __libc_write macro is SHARED.
7090         * sysdeps/generic/write.c: Use INTDEF for __write.
7091         * sysdeps/mach/hurd/write.c: Likewise.
7092         * sysdeps/unix/sysv/aix/write.c: Likewise.
7093         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7095         * assert/assert.c: Replace STR_N_SIZE with something usable in
7096         macro arguments.
7097         * assert/assert-perr.c: Likewise.
7099         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7100         SA_LEN macro to use it if not NOT_IN_libc.
7101         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7103         * include/fcntl.h: Declare __open_internal and define __open and
7104         __libc_open macros if not NOT_IN_libc.
7105         * sysdeps/generic/open.c: Use INTDEF for __open.
7106         * sysdeps/mach/hurd/open.c: Likewise.
7107         * sysdeps/unix/sysv/aix/open.c: Likewise.
7108         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7110         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7111         has correct number.
7113         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7114         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7115         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7116         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7118         * include/wctype.h: Declare __iswalpha_l_internal,
7119         __iswdigit_l_internal, __iswspace_l_internal,
7120         __iswxdigit_l_internal, and __iswctype_internal.  Define
7121         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7122         __iswxdigit_l macros if not NOT_IN_libc.
7123         * wctype/iswctype.c: Use INTDEF for __iswctype.
7124         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7126         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7127         __isnan_internal, and __isnanl_internal.
7128         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7129         __isnan, and __isnanl.
7130         * stdio-common/printf_size.c: Likewise.
7131         * sysdeps/generic/printf_fphex.c: Likewise.
7132         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7133         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7134         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7135         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7136         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7137         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7138         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7139         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7140         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7141         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7142         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7143         * sysdeps/m68k/s_isinfl.c: Likewise.
7144         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7145         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7147         * include/sys/time.h: Declare __gettimeofday_internal and define
7148         __gettimeofday macro if not NOT_IN_libc.
7149         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7150         * sysdeps/mach/gettimeofday.c: Likewise.
7151         * sysdeps/posix/gettimeofday.c: Likewise.
7152         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7153         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7154         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7155         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7157         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7158         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7159         Remove __lstat and __fstat inline functions.
7160         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7161         * sysdeps/mach/hurd/fxstat.c: Likewise.
7162         * sysdeps/unix/fxstat.c: Likewise.
7163         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7164         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7165         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7166         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7167         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7168         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7169         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7170         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7171         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7173         * include/unistd.h: Declare __getpid_internal and define
7174         __getpid macro if not NOT_IN_libc.
7175         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7176         * sysdeps/generic/getpid.c: Likewise.
7177         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7178         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7180         * include/unistd.h: Declare __getpgid_internal and define
7181         __getpgid macro if not NOT_IN_libc.
7182         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7183         * sysdeps/mach/hurd/getpgid.c: Likewise.
7184         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7185         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7186         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7187         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7189         * include/unistd.h: Declare __getpagesize_internal and define
7190         __getpagesize macro if not NOT_IN_libc.
7191         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7192         __getpagesize.
7193         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7194         * sysdeps/mach/getpagesize.c: Likewise.
7195         * sysdeps/posix/getpagesize.c: Likewise.
7196         * sysdeps/unix/getpagesize.c: Likewise.
7197         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7198         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7199         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7200         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7202 2002-04-13  Andreas Jaeger  <aj@suse.de>
7204         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7205         as clobber to reduce register pressure.
7206         (__strpbrk_cg): Likewise.
7207         (__mempcpy_by4): Likewise.
7208         (__strstr_cg): Likewise.
7209         Add prototype for __memrchr.
7211 2002-04-13  Andreas Schwab  <schwab@suse.de>
7213         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7214         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7215         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7217 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7219         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7220         check whether the caller prefers getting the most recent version of
7221         a symbol of the earliest version.
7222         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7223         _dl_do_lookup to also take the new parameter and pass it on.
7224         Change 'explicit' parameter of _dl_lookup_symbol and
7225         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7226         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7227         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7228         _dl_lookup_versioned_symbol.
7229         * elf/dl-reloc.c: Likewise.
7230         * elf/dl-runtime.c: Likewise.
7231         * elf/dl-sym.c: Likewise.
7232         * sysdeps/mips/dl-machine.h: Likewise.
7234 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7236         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7237         in a token.
7238         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7240 2002-04-10  Andreas Jaeger  <aj@suse.de>
7242         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7244         * include/argz.h: Remove extra char from last patch.
7246 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7248         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7249         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7250         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7251         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7252         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7253         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7254         __chown_internal.
7255         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7257         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7258         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7259         * intl/ngettext.c: Likewise.
7261         * include/sys/socket.h: Declare __connect_internal and define
7262         __connect macro if not NOT_IN_libc.
7263         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7264         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7265         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7267         * include/unistd.h: Declare __close_internal and define __close macro
7268         if not NOT_IN_libc.
7269         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7270         WJUMP3): Add extra parenthesis to avoid expanding element names with
7271         macors like __close.
7272         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7274         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7275         if not NOT_IN_libc.
7276         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7277         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7278         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7280         * include/unistd.h: Declare __fork_internal and define __fork macro
7281         if not NOT_IN_libc.
7282         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7283         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7284         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7286         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7287         __fsetlocking macro to use it if not NOT_IN_libc.
7288         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7290         * libio/__fbufsize.c: Correct copyright.
7291         * libio/__flbf.c: Likewise.
7292         * libio/__fpending.c: Likewise.
7293         * libio/__fpurge.c: Likewise.
7294         * libio/__freadable.c: Likewise.
7295         * libio/__freading.c: Likewise.
7296         * libio/__fsetlocking.c: Likewise.
7297         * libio/__fwritable.c: Likewise.
7298         * libio/__fwriting.c: Likewise.
7300         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7301         macro to use it if not NOT_IN_libc.
7302         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7304         * include/mntent.h: Declare __setmntent_internal,
7305         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7306         __getmntent_r, and __endmntent macros to use these functions if not
7307         NOT_IN_libc.
7308         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7309         __endmntent.
7311         * include/math.h: Declare __finite_internal, __finitef_internal, and
7312         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7313         these functions.
7314         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7315         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7316         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7317         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7318         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7319         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7320         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7321         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7322         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7323         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7325         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7326         to use this function if not NOT_IN_libc.
7327         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7328         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7329         * sysdeps/mach/hurd/fcntl.c: Likewise.
7330         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7331         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7333         * include/argz.h: Declare __argz_count_internal and
7334         __argz_stringify_internal.
7335         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7336         __argz_stringify.
7337         * string/argz-count.c: Use INTDEF for __argz_count.
7338         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7340         * include/stdlib.h: Declare __cxa_atexit_internal and define
7341         __cxa_atexit macro if not NOT_IN_libc.
7342         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7343         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7345         * assert/assert.c: Use INTDEF for __assert_fail.
7346         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7347         * include/assert.h: Declare __assert_fail_internal.
7349         * extra-lib.mk: Mark assignment to lib with override.
7351 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7353         * Makerules: Use cppflags-iterator.mk to add defines for all test
7354         source files.
7356 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7358         * elf/elf.h: Define R_SH_TLS_xxx macros.
7359         * elf/rtld.c: Remove an extra parenthesis.
7360         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7361         TLS_GD macros.
7362         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7363         * sysdeps/sh/dl-lookupcfg.h: New file.
7364         * sysdeps/sh/dl-tls.h: New file.
7365         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7366         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7367         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7368         R_SH_TLS_TPOFF32 relocations.
7370 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7372         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7373         of NOT_IN_LIBC.
7374         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7375         * include/stdlib.h: Likewise.
7377 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7379         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7380         instead of _RTLD_LOCAL.
7381         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7382         * include/unistd.h: Likewise.
7383         * sysdeps/generic/ldsodefs.h: Likewise.
7385         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7386         if in libc or ld.so.
7388 2002-04-08  Andreas Jaeger  <aj@suse.de>
7390         * elf/cache.c (print_entry): Support x86-64.
7392 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7394         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7395         with one accessing the locale data structures directly.
7396         * stdio-common/printf-prs.c: Include localeinfo.h for new
7397         MB_CUR_MAX definition.
7399         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7400         is the name of the source file without extension.
7401         * Makefile (distribute): Add cppflags-iterator.mk.
7402         * cppflags-iterator.mk: New file.
7403         * extra-lib.mk: For the sources of the library run
7404         cppflags-iterator.mk.
7406         * include/libintl.h: Declare __dcgettext_internal and
7407         _libc_intl_domainname_internal.  Define __dcgettext using these
7408         two symbols if used in libc itself.
7409         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7410         _libc_intl_domainname_internal.
7411         * argp/argp-parse.c: Likewise.
7412         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7413         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7414         * intl/gettext.c: Likewise.
7415         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7416         alias.
7417         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7418         __dcgettext.
7419         * posix/regex_internal.c (gettext): Likewise.
7421 2002-04-08  Andreas Jaeger  <aj@suse.de>
7423         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7425         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7426         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7427         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7428         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7429         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7430         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7432 2002-04-08  Roland McGrath  <roland@frob.com>
7434         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7435         widening __hurd_fail value.
7437 2002-04-07  Roland McGrath  <roland@frob.com>
7439         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7440         <mach/machine/alpha_instruction.h>.
7441         (_hurd_setup_sighandler): Take proper arguments for current decls.
7442         Update code to use _hurdsig_catch_fault.
7443         Use `callsys' instruction instead of `call_pal'.
7444         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7446         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7447         (ALIGN, at, AT, fp): New macros.
7449 2002-04-06  Roland McGrath  <roland@frob.com>
7451         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7453         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7454         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7456         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7457         * sysdeps/mach/hurd/connect.c: Likewise.
7458         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7459         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7461         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7462         __msg_sig_post RPC.
7464         * hurd/catch-exc.c: Use integer_t instead of int.
7465         * hurd/hurdfault.c: Likewise.
7467         * sysdeps/mach/hurd/alpha/exc2signal.c
7468         (_hurd_exception2signal): Rewritten.
7469         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7470         (_hurd_longjmp_thread_state): Rewritten.
7472 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7474         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7475         DB_LOOKUP_FCT prototype.
7476         * nss/getXXent_r.c: Likewise.
7477         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7478         * inet/getaliasname_r.c: Likewise.
7479         * inet/getnetbyad_r.c: Likewise.
7480         * inet/getnetbynm_r.c: Likewise.
7481         * inet/getnetent_r.c: Likewise.
7482         * inet/getproto_r.c: Likewise.
7483         * inet/getprtent_r.c: Likewise.
7484         * inet/getprtname_r.c: Likewise.
7485         * inet/getrpcbyname_r.c: Likewise.
7486         * inet/getrpcbynumber_r.c: Likewise.
7487         * inet/getrpcent_r.c: Likewise.
7488         * inet/getservent_r.c: Likewise.
7489         * inet/getsrvbynm_r.c: Likewise.
7490         * inet/getsrvbypt_r.c: Likewise.
7491         * shadow/getspent_r.c: Likewise.
7492         * shadow/getspnam_r.c: Likewise.
7494         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7496         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7497         Use i686-friendly PIC code.
7498         * sysdeps/i386/elf/setjmp.S: Likewise.
7500         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7502         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7503         list.
7504         * elf/Versions: Remove it here.
7506 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7508         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7509         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7511 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7513         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7514         test just before the test runs.
7515         * intl/tst-translit.sh: Likewise.
7516         * intl/tst-codeset.sh: Likewise.
7518         * timezone/zic.c: Update from tzcode2002c.
7519         * timezone/asia: Update from tzdata2002c.
7520         * timezone/backward: Likewise.
7521         * timezone/europe: Likewise.
7522         * timezone/northamerica: Likewise.
7523         * timezone/northamerica: Likewise.
7524         * timezone/northamerica: Likewise.
7525         * timezone/southamerica: Likewise.
7526         * timezone/zone.tab: Likewise.
7528 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7530         * sysdeps/generic/brk.c (__curbrk): Declare.
7531         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7532         * sysdeps/generic/dl-sbrk.c: Likewise.
7533         * sysdeps/unix/arm/dl-brk.S: New file.
7534         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7535         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7536         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7537         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7538         * sysdeps/unix/i386/dl-brk.S: New file.
7539         * sysdeps/unix/mips/dl-brk.S: New file.
7540         * sysdeps/unix/sparc/dl-brk.S: New file.
7541         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7542         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7543         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7544         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7546 2002-04-03  Andreas Schwab  <schwab@suse.de>
7548         * Makefile (headers): Add gnu/lib-names.h here instead of
7549         install-others.
7550         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7551         installation rule.
7552         (install-headers): Add dependency on install-headers-nosubdir.
7553         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7554         instead of install-others.
7555         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7556         installation rule.
7558 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7560         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7561         Reported by Sam Roberts <sroberts@uniserve.com>.
7563 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7565         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7566         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7567         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7568         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7570 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7572         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7573         (RTLD_START): Ditto.
7574         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7575         dependency violation.
7577 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7579         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7580         all variable declarations.
7582 2002-04-04  Andreas Schwab  <schwab@suse.de>
7584         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7586 2002-04-04  Andreas Jaeger  <aj@suse.de>
7588         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7589         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7591         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7592         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7593         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7595         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7597         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7599         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7600         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7602         * configure.in: Handle all mips entries the same.
7604         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7605         * sysdeps/mips/mips3/*: Likewise.
7606         * sysdeps/mips/p40/bits/endian.h: Likewise.
7608 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7610         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7611         non-null result [PR libc/2600].
7613         * misc/tst-dirname.c: Add more tests.
7615 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7617         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7618         define a code_set_name provide one based on the filename.
7620         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7622 2001-12-28  Andreas Jaeger  <aj@suse.de>
7624         * time/mktime.c (__mktime_internal): Check for year < 70
7625         [PR libc/2738].
7627 2002-04-03  Andreas Jaeger  <aj@suse.de>
7629         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7630         shmat.
7631         Reported by Andi Kleen <ak@suse.de>.
7633 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7635         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7636         * sysdeps/generic/w_lgammaf.c: Likewise.
7637         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7639         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7640         Adjust for new output format of the backtrace functions.
7642         * misc/syslog.c (vsyslog): Only use cleanup handler if
7643         _LIBC_REENTRANT is defined [PR libc/2924].
7645         * libio/Makefile (tests): Add bug-ungetwc2.
7646         * libio/bug-ungetwc2.c: New file.
7648         * manual/install.texi: Typographical and grammatical cleanup.
7649         Patch by Dennis Grace <dgrace@us.ibm.com>.
7651         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7652         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7654         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7655         always "&".  Adjust callers.
7656         Add "_" prefix to several generated definitions.
7657         Patch by paul@serice.net [PR libc/3158].
7659 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7661         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7662         size of _dl_arm_cap_flags.
7663         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7665         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7666         Define as 8.
7668 2002-03-22  H.J. Lu  <hjl@gnu.org>
7670         * scripts/firstversions.awk: Check the first version.
7672 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7674         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7675         dependencies must be stable to work correctly.
7676         Reported by martin.lubich@datacon.at.
7678         * libio/bug-ungetwc1.c: New file.
7679         * libio/Makefile (tests): Add bug-ungetwc1.
7681         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7682         if stream was last used for writing.
7684         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7685         number [PR libc/3111].
7687         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7688         to ...
7689         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7691 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7693         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7694         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7695         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7696         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7697         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7699 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7701         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7702         dynamic tags.
7704 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7706         * sysdeps/i386/fpu/s_fabs.S: New file.
7707         * sysdeps/i386/fpu/s_fabsf.S: New file.
7708         * sysdeps/i386/fpu/s_fabsl.S: New file.
7709         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7710         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7711         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7713 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7715         * rt/tst-shm.c (do_test): Add one more test for size of shared
7716         memory object.
7718 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7720         * malloc/malloc.c: Add short description and prototypes for
7721         malloc_get_state, malloc_set_state and posix_memalign, for
7722         consistency and to avoid warnings with -Wstrict-prototypes.
7723         Reported by Andreas Jaeger <aj@suse.de>.
7725 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7727         * po/gl.po: Update from translation team.
7729 2002-03-31  Roland McGrath  <roland@frob.com>
7731         * hurd/hurdselect.c (_hurd_select): Fix
7732         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7733         Use a union rather than casts to compare mach_msg_type_t as int.
7735 2002-03-25  Roland McGrath  <roland@frob.com>
7737         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7738         check off the end of NAME when it's shorter than 2 chars.
7739         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7741 2002-03-17  Roland McGrath  <roland@frob.com>
7743         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7744         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7745         * sysdeps/mach/hurd/i386/Dist: Add them.
7746         * sysdeps/mach/hurd/i386/Versions
7747         (libc: GLIBC_2.2.6): New set, add ioperm.
7748         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7749         (mach_interface_list): Check for mach_i386.defs.
7750         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7751         * sysdeps/mach/configure: Regenerated.
7753 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7755         * po/fr.po: Update from translation team.
7757 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7759         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7760         getpriority from syscalls list.
7762 2002-03-28  Andreas Jaeger  <aj@suse.de>
7764         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7765         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7766         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7767         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7769 2002-03-27  Andreas Jaeger  <aj@suse.de>
7771         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7772         sigcontext): Follow further kernel change.
7774         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7775         kernel change.
7777         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7778         Change for struct sigcontext change.
7780         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7781         Follow changes in struct sigcontext.
7783         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7784         sysycall, use wrapper instead.
7786 2002-03-26  Andreas Jaeger  <aj@suse.de>
7788         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7789         read and write accesses as detailed as possible.
7790         (__memcpy_by2): Likewise.
7791         (__memcpy_g): Likewise.
7792         (memmove): Likewise.
7793         (memcmp): Likewise.
7794         (__memset_ccn_by4): Likewise.
7795         (__memset_ccn_by2): Likewise.
7796         (__memset_gcn_by4): Likewise.
7797         (__memset_gcn_by2): Likewise.
7798         (memchr): Likewise.
7799         (__memrchr): Likewise.
7800         (rawmemchr): Likewise.
7801         (__strlen_g): Likewise.
7802         (__strcpy_g): Likewise.
7803         (__mempcpy_by4): Likewise.
7804         (__mempcpy_by2): Likewise.
7805         (__mempcpy_byn): Likewise.
7806         (__stpcpy_g): Likewise.
7807         (__strncpy_by4): Likewise.
7808         (__strncpy_by2): Likewise.
7809         (__strncpy_byn): Likewise.
7810         (__strncpy_gg): Likewise.
7811         (__strcat_c): Likewise.
7812         (__strcat_g): Likewise.
7813         (__strncat_g): Likewise.
7814         (__strcmp_gg): Likewise.
7815         (__strncmp_g): Likewise.
7816         (__strchr_c): Likewise.
7817         (__strchr_g): Likewise.
7818         (__strchrnul_c): Likewise.
7819         (__strchrnul_g): Likewise.
7820         (__strrchr_c): Likewise.
7821         (__strrchr_g): Likewise.
7822         (__strrchr_c): Likewise.
7823         (__strrchr_g): Likewise.
7824         (__strcspn_c1): Likewise.
7825         (__strcspn_cg): Likewise.
7826         (__strcspn_g): Likewise.
7827         (__strcspn_g): Likewise.
7828         (__strspn_c1): Likewise.
7829         (__strspn_cg): Likewise.
7830         (__strspn_g): Likewise.
7831         (__strspn_g): Likewise.
7832         (__strpbrk_cg): Likewise.
7833         (__strpbrk_g): Likewise.
7834         (__strstr_cg): Likewise.
7835         (__strstr_g): Likewise.
7837         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7838         Michal Ludvig <mludvig@suse.cz>.
7840         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7841         compatibilty, adjust for kernel changes.
7843         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7844         sigcontext): Adjust for kernel changes.
7846 2002-03-25  Andreas Jaeger  <aj@suse.de>
7848         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7849         little endian.
7850         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7852 2002-03-24  Andreas Jaeger  <aj@suse.de>
7854         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7856         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7858         * iconv/tst-iconv3.c (main): Use correct printf strings.
7860 2002-03-18  Roland McGrath  <roland@frob.com>
7862         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7863         (CMGROUP_MAX): New macro.
7865 2002-03-23  Roland McGrath  <roland@frob.com>
7867         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7868         * sysdeps/posix/shm_unlink.c: Likewise.
7870 2002-03-22  Roland McGrath  <roland@frob.com>
7872         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7873         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7874         under --enable-libio.
7875         * sysdeps/mach/hurd/configure: Regenerated.
7877 2002-03-23  Roland McGrath  <roland@frob.com>
7879         * sysdeps/mach/hurd/i386/Makefile
7880         (sysdep_routines, shared-only-routines): Don't add framestate,
7881         reverting 2001-10-02 change.
7882         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7883         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7884         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7885         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7886         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7887         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7888         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7889         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7890         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7891         Do it here instead, only if [$(unwind-find-fde) = yes].
7893 2002-03-23  Andreas Jaeger  <aj@suse.de>
7895         * signal/signal.h: Fix typo. Patch by Steve Kemp
7896         <skx@tardis.ed.ac.uk>.
7898 2002-03-22  Andreas Jaeger  <aj@suse.de>
7900         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7901         getresuid.
7903         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7904         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7905         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7906         user_fpregs_struct): Rename fwd.
7908         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7909         Follow sigcontext changes.
7911 2002-03-22  Andreas Jaeger  <aj@suse.de>
7913         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7914         changes for NaNs on MIPS.
7915         Patch by Hartvig Ekner <hartvige@mips.com>.
7917 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7919         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7920         Use realloc if too large.
7921         (addgrbyid): Likewise.
7922         * nscd/hstcache.c (addhstbyname): Likewise.
7923         (addhstbyaddr): Likewise.
7924         (addhstbynamev6): Likewise.
7925         (addhstbyaddrv6): Likewise.
7926         * nscd/pwdcache.c (addpwbyname): Likewise.
7927         (addpwbyuid): Likewise.
7929 2002-03-21  Andreas Jaeger  <aj@suse.de>
7931         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7932         _fpstate): Add separate struct for x86-64.
7934         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7935         user_fpregs_struct): Change member names to follow kernel.
7937 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7939         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7940         Correctly close the UDP connection right away [PR libc/3120].
7942 2002-03-20  Andreas Jaeger  <aj@suse.de>
7944         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7945         user_fpregs_struct): Fix for changed kernel struct.
7946         (struct user_regs_struct): Likewise.
7947         (struct user): Likewise.
7948         Add 32-bit x86 compatibility.
7950         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7952 2002-03-19  Andreas Jaeger  <aj@suse.de>
7954         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7956 2002-03-18  Andreas Jaeger  <aj@suse.de>
7958         * iconvdata/Makefile: Only run tests when shared libs are
7959         available.
7961 2002-03-17  Andreas Jaeger  <aj@suse.de>
7963         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7965         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7967         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7968         bits.
7970         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7971         (CAUSE_SHIFT): New macro.
7972         Patch by Hartvig Ekner <hartvige@mips.com>.
7974         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7975         * sysdeps/generic/unwind-pe.h: Likewise.
7977         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7978         type to _IO_setb.
7980         * libio/stdio.c (AL2): Define variant when visibility attribute is
7981         not supported.
7983         * include/libc-symbols.h (_INTVARDEF): Define variant when
7984         visibility attribute is not supported.
7986 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7988         * po/fr.po: Update from translation team.
7990 2002-02-25  Bruno Haible  <bruno@clisp.org>
7992         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7994 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7996         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7997         buffers if _IO_file_attach failed.
7999         * libio/fileops.c (_IO_file_open): Close file descriptor if
8000         _IO_SEEKOFF call failed.
8002 2002-03-15  H.J. Lu  <hjl@gnu.org>
8003             Ulrich Drepper  <drepper@redhat.com>
8005         * configure.in: Check for availability of
8006         init_array/fini_array/preinit_array handling in binutils.
8007         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
8008         * config.make.in (have-initfini-array): New variable.
8010 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
8012         * stdio-common/tst-printf.c (main): Comment out one test which
8013         checked the compiler's ability to fold floating-point constants
8014         but not really printf.
8015         (rfg3): Make s const.
8016         * stdio-common/tst-printf.sh: Adjust for removed test.
8018         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
8019         internal function.  Adjust for internal_function calling convention.
8020         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
8021         as internal_function.
8023         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
8024         hidden.
8026         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
8027         declaration and definition.
8028         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
8029         declaration.
8030         * nss/getXXent_r.c: Likewise.
8031         * nss/nsswitch.h (db_lookup_function): Add internal_function to
8032         definition.
8034         * include/time.h: Declare __localtime_r as hidden.
8036         * include/aliases.h: Declare __getaliasent_r as hidden.
8037         * include/grp.h: Declare __getgrent_r as hidden.
8038         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
8039         __getservent_r, and __getprotoent_r as hidden.
8040         * include/pwd.h: Declare __getpwent_r as hidden.
8041         * include/shadow.h: Declare __getspent_r as hidden.
8042         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8044         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8045         and __gconv_transliterate as hidden.
8046         Add internal_function to __gconv_get_path declaration.
8047         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8048         definition.  Add attribute_hidden to __gconv_read_conf definition.
8050 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8052         * elf/rtld.c: Declare _environ as hidden.
8053         * sysdeps/generic/dl-environ.c: Likewise.
8054         * sysdeps/generic/dl-sysdep.c: Likewise.
8056         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8057         _dl_mcount_internal as hidden.
8059         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8060         * sysdeps/generic/dl-brk.c: New file.
8061         * sysdeps/generic/dl-sbrk.c: New file.
8062         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8063         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8065         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8066         (__errno_location): New function.  Declare errno as hidden.
8067         * elf/rtld.c (_dl_argc): Define as hidden.
8068         (_dl_skip_args): Define as hidden.
8069         (_begin, _end): Declare as hidden.
8070         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8071         * sysdeps/generic/entry.h (_start): Declare as hidden.
8072         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8073         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8074         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8075         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8077 2002-03-14  Roland McGrath  <roland@frob.com>
8079         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8081         * Makeconfig (%.v.i, %.v): New implicit rules.
8082         (preprocess-versions): Variable removed.
8083         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8084         shlib-versions input files as dependencies.
8085         ($(common-objpfx)soversions.i): Depend on that instead of the input
8086         files.  Use it as input instead of using a pipeline.
8087         (postclean-generated): Append soversions.i, shlib-versions.v, and
8088         shlib-versions.v.i here.
8089         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8090         the Versions.def input files as dependencies.
8091         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8092         ($(common-objpfx)Versions.all): Depend on that instead of the input
8093         files.  Use it as input instead of using a pipeline.
8094         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8095         (postclean-generated): Append those .v and .v.i files here.
8097 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8099         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8100         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8101         Remove.
8103 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8105         * sysdeps/generic/mp_clz_tab.c: New file.
8106         * sysdeps/i386/mp_clz_tab.c: New file.
8107         * sysdeps/hppa/mp_clz_tab.c: New file.
8108         * sysdeps/powerpc/mp_clz_tab.c: New file.
8109         * stdlib/Makefile (aux): Revert last patch.
8110         * math/Makefile (gmp-objs): Likewise.
8112 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8114         * time/strftime.c: Comment fixes for references to obsolescent
8115         standards, In most cases the simplest fix is to remove the
8116         confusing comments.  Cross-referencing all the standards properly
8117         is a bit of a pain, and it should be enough to put that info in
8118         the documentation as I did in my recent time.texi patch.
8120 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8122         * manual/time.texi (Formatting Calendar Time):
8123         ISO C99 also specifies the E and O modifiers.
8124         %P is a GNU extension, and is not in ISO C99.
8125         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8126         %T is also in ISO C99.
8127         The RFC 822 example is not valid in arbitrary locales.
8128         Reword the POSIX.2 wording slightly, to make it a bit clearer
8129         that POSIX.2 formats are also supported by later POSIX versions.
8130         If a format was introduced in ISO C99 it is also required by
8131         POSIX.1-2001.
8133 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8135         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8136         _sys_nerr_internal with INTVARDEF2.
8137         * include/libc-symbols.h (INTVARDEF2): New macro.
8138         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8139         (_sys_nerr_internal): Library.
8141         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8142         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8144         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8146 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8148         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8150 2002-03-02  Andreas Schwab  <schwab@suse.de>
8152         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8153         'h' flag and positional arg.
8154         * stdio-common/tst-printf.c (rfg3): New function to test
8155         positional arguments.
8156         (main): Fix some warnings.
8158 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8160         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8161         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8163 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8165         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8167         * include/locale.h (_nl_C_locobj): Declare as hidden.
8169         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8170         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8172         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8174         * include/sys/gmon.h: Declare _gmonparam as hidden.
8176         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8177         (__ctype32_wctrans): Likewise.
8178         (__ctype32_width): Likewise.
8180         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8181         use of __ttyname.
8183         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8184         Define as hidden.
8185         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8186         hidden.  Change all users of these variables.
8188         * posix/regex_internal.h (__re_error_msgid): Renamed from
8189         re_error_msgid.  Declare as hidden.
8190         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8191         hidden.
8193         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8194         (__printf_function_table): Likewise.
8195         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8196         hidden.
8197         (__printf_function_table): Likewise.
8199         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8200         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8202         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8203         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8205         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8206         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8208 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8210         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8211         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8212         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8213         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8214         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8215         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8216         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8217         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8218         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8219         _nl_C_LC_CTYPE_width: Declare as hidden.
8220         * include/locale.h: Declare _nl_locale_file_list.
8221         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8222         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8223         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8224         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8225         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8226         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8227         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8228         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8229         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8230         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8231         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8232         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8233         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8234         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8235         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8236         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8237         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8238         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8239         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8240         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8241         _nl_C_LC_CTYPE_width, and as hidden.
8242         * locale/findlocale.c: Declare _nl_C as hidden.
8243         * locale/newlocale.c: Likewise.
8244         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8245         _nl_locale_file_list.
8246         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8247         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8248         Define _nl_C_locobj as hidden.
8250         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8251         (_mtrace_line): Likewise.
8253         * include/time.h: Declare __mon_yday as hidden.
8254         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8256         * libio/libioP.h: Declare __libio_codecvt as hidden.
8257         * libio/fileops.c: Declare __libio_translit as hidden.
8258         * libio/iofwide.c: Define __libio_translit as hidden.
8260         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8261         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8262         * login/getutline_r.c: Likewise.
8263         * login/utmpname.c: Likewise.
8265         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8266         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8267         __libc_utmp_file_name as hidden.
8269         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8270         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8271         * locale/freelocale.c: Likewise.
8272         * locale/lc-time.c: Likewise.
8274         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8275         (__libc_ptyname2): Likewise.
8276         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8277         hidden.
8278         (__libc_ptyname2): Likewise.
8280         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8281         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8282         * sysdeps/generic/init-first.c: Likewise.
8283         * sysdeps/i386/init-first.c: Likewise.
8284         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8285         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8286         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8287         * sysdeps/sh/init-first.c: Likewise.
8288         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8289         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8291         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8292         (_itowa_upper_digits): Likewise.
8294         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8295         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8296         as hidden.
8298         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8299         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8300         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8301         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8303         * gmon/gmon.c (__bb_head): Define as hidden.
8304         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8306         * argp/argp-parse.c (_argp_hang): Define as static.
8308         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8309         handling in latest compilers.
8311         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8312         define alias.
8313         * libio/fileops.c (_IO_file_jumps): Likewise.
8314         * libio/stdfiles.c (_IO_list_all): Likewise.
8315         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8317         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8318         include/malloc.h.
8319         * include/malloc.h: Add __libc_malloc_initialized declaration
8320         here.  Mark variable hidden.
8321         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8323         * elf/dl-open.c (__libc_argc): Declare as hidden.
8324         (__libc_argv): Likewise.
8325         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8326         (__libc_argv): Likewise.
8327         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8328         __libc_argv as hidden.
8329         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8330         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8331         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8332         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8334         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8335         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8336         * stdlib/erand48.c: Likewise.
8337         * stdlib/jrand48.c: Likewise.
8338         * stdlib/lcong48.c: Likewise.
8339         * stdlib/lrand48.c: Likewise.
8340         * stdlib/mrand48.c: Likewise.
8341         * stdlib/nrand48.c: Likewise.
8342         * stdlib/seed48.c: Likewise.
8343         * stdlib/srand48.c: Likewise.
8345         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8346         (_itoa_lower_digits_internal): New declaration.
8347         (_itoa_upper_digits_internal): New declaration.
8348         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8349         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8350         (_itoa_upper_digits_internal): New declaration.
8351         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8352         _itoa_lower_digits.
8353         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8354         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8356         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8357         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8359         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8360         (_itowa_lower_digits): Likewise.
8361         (_itowa_upper_digits): Likewise.
8362         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8363         (_itowa_upper_digits): Likewise.
8365         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8366         not already defined.
8367         (GERMANIC_PLURAL): Declare as hidden.
8369         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8370         (attribute_hidden): Define as empty macro if not already defined.
8372         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8373         (__gconv_max_path_elem_len): Likewise.
8374         (__gconv_path_envvar): Likewise.
8376         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8377         * stdlib/Makefile (aux): Remove mp_clz_tab.
8378         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8380         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8382         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8384         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8385         _nl_category_names, _nl_category_name_sizes, _nl_current,
8386         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8388         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8389         (_nl_current_default_domain): Likewise
8390         (_nl_state_lock): Likewise.
8391         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8392         (_nl_current_default_domain): Likewise
8393         (_nl_state_lock): Likewise.
8394         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8396         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8397         (_fpioconst_pow10): Likewise.
8399         * include/time.h (_tmbuf): Add attribute_hidden.
8401         * time/tzset.c (tzstring_list): Define as static.
8403         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8404         __use_tzfile declaration.
8406         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8407         and __wcsmbs_last_locale declaration.
8409 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8411         * timezone/Makefile (tzbases): Move systemv from here...
8412         (tzlinks): to here, since the entries in systemv were all changed
8413         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8414         tested) by Peter Breitenlohner.
8416 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8418         * time/tst-posixtz.c (tests): Add new tests.
8419         (main): Test whether tzset() sets daylight properly.
8421 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8423         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8424         __tzname_cur_max setting...
8425         (tzset_internal): ...here.
8427 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8429         * time/tzset.c (compute_change): Don't return any value.
8430         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8431         (__tz_convert): But here.
8433 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8435         * manual/examples/mkfsock.c: Include <string.h> as well.
8436         Patch by Alain De Carolis <alaind@wseurope.com>.
8438 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8440         * posix/regexec.c (re_match): Fix incorrect register sizes.
8441         (re_search): Likewise.
8443 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8445         * posix/regcomp.c (regfree): Remove a disused condition.
8446         * posix/regex_internal.c (re_acquire_state): Likewise.
8447         (re_acquire_state_context): Likewise.
8448         (register_state): Remove a redundant malloc invocation.
8449         * posix/regex_internal.h: (re_state_table_entry): Simplify
8450         the structure.
8452 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8454         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8455         handling conditions.
8456         (regerror): Likewise.
8457         (regfree): Likewise.
8458         (re_compile_internal): Likewise.
8459         (init_dfa): Likewise.
8460         (init_word_char): Likewise.
8461         (create_initial_state): Likewise.
8462         (analyze): Likewise.
8463         (analyze_tree): Likewise.
8464         (duplicate_node): Likewise.
8465         (calc_eclosure): Likewise.
8466         (calc_eclosure_iter): Likewise.
8467         (parse): Likewise.
8468         (parse_reg_exp): Likewise.
8469         (parse_branch): Likewise.
8470         (parse_expression): Likewise.
8471         (parse_subexp): Likewise.
8472         (parse_dup_op): Likewise.
8473         (parse_bracket_exp): Likewise.
8474         (build_equiv_class): Likewise.
8475         (build_charclass): Likewise.
8476         (build_word_op): Likewise.
8477         (fetch_number): Likewise.
8478         (create_tree): Likewise.
8479         (duplicate_tree): Likewise.
8480         * posix/regex.c (BE): New macro.
8481         * posix/regexec.c (re_match): Add __builtin_expect to error
8482         handling conditions.
8483         (re_match_2): Likewise.
8484         (re_search): Likewise.
8485         (re_search_internal): Likewise.
8486         (check_matching): Likewise.
8487         (proceed_next_node): Likewise.
8488         (set_regs): Likewise.
8489         (sift_states_backward): Likewise.
8490         (add_epsilon_backreference): Likewise.
8491         (transit_state): Likewise.
8492         (transit_state_sb): Likewise.
8493         (transit_state_mb): Likewise.
8494         (transit_state_bkref): Likewise.
8495         (transit_state_bkref_loop): Likewise.
8496         (build_trtable): Likewise.
8497         (group_nodes_into_DFAstates): Likewise.
8498         (match_ctx_init): Likewise.
8499         (match_ctx_add_entry): Likewise.
8500         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8501         to error handling conditions.
8502         (re_string_construct_toupper): Likewise.
8503         (build_wcs_buffer): Likewise.
8504         (build_wcs_upper_buffer): Likewise.
8505         (build_upper_buffer): Likewise.
8506         (re_string_translate_buffer): Likewise.
8507         (re_node_set_alloc): Likewise.
8508         (re_node_set_init_1): Likewise.
8509         (re_node_set_init_2): Likewise.
8510         (re_node_set_init_copy): Likewise.
8511         (re_node_set_intersect): Likewise.
8512         (re_node_set_init_union): Likewise.
8513         (re_node_set_merge): Likewise.
8514         (re_node_set_insert): Likewise.
8515         (re_dfa_add_node): Likewise.
8516         (re_acquire_state): Likewise.
8517         (re_acquire_state_context): Likewise.
8518         (create_new_state_common): Likewise.
8519         (register_state): Likewise.
8520         (create_ci_new_state): Likewise.
8521         (create_cd_new_state): Likewise.
8522         (re_string_context_at): Remove redundant condition.
8524 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8526         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8528         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8530 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8532         * sysdeps/i386/elf/configure.in: Fix comment.
8534         * sysdeps/sparc/sparc64/configure.in: New file.
8535         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8536         if .dynamic comes before .got.
8537         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8539         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8540         HP_TIMING_ACCUM): Fix typos.
8542 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8544         * string/strfry.c: Add some more randomness to the seed.
8545         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8547         * po/es.po: Update from translation team.
8548         * po/fr.po: Likewise.
8550         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8552         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8553         when determining type of format.
8554         Patch by James Antill <james@anqd.org> [PR libc/2787].
8556 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8558         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8560 2002-03-11  Roland McGrath  <roland@frob.com>
8562         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8564         * Versions.def (libc): Add GLIBC_2.2.6.
8565         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8566         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8567         __errno_location instead of __hurd_errno_location, and don't inline it.
8568         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8569         * hurd/errno.c: New file.
8570         * hurd/Makefile (routines): Add errno.
8572 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8574         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8575         ridiculously large widths and precisions [PR libc/3026].
8577 2002-03-11  Andreas Jaeger  <aj@suse.de>
8579         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8580         support.
8581         Patch by Susanne Oberhauser <froh@SuSE.de>.
8583 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8585         * inet/rexec.c (ahostbuf): Define as static.
8587         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8588         (__ctype32_wctrans): Likewise.
8589         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8590         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8591         (__ctype32_wctrans): Likewise.
8592         (__ctype32_width): Likewise.
8594         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8595         They were never exported anyway.
8597         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8598         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8599         exported.
8600         * include/sys/gmon.h: Declare _gmonparam.
8602         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8603         symbols for getdents64.  They were never exported.
8605 2002-03-09  Roland McGrath  <roland@frob.com>
8607         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8608         Reported by Jon Arney <jarney1@cox.net>.
8610 2002-02-23  Roland McGrath  <roland@frob.com>
8612         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8613         declaration.
8614         (__hurd_errno_location): Function removed.
8616 2002-03-06  Andreas Jaeger  <aj@suse.de>
8618         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8619         32-bit.
8621 2002-03-04  Andreas Jaeger  <aj@suse.de>
8623         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8625         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8626         x86-64.
8628         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8630         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8632         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8634         * sysdeps/x86_64/bits/setjmp.h: New file.
8636         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8638         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8640         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8641         for x86.
8642         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8643         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8645 2002-02-28  Bo Thorsen  <bo@suse.de>
8647         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8648         version.
8650 2002-03-03  Andreas Jaeger  <aj@suse.de>
8652         * sysdeps/x86_64/bits/wordsize.h: New file.
8654         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8655         * elf/tst-tlsmod1.c: Likewise.
8657         * posix/regcomp.c: Get regex.h from include dir for internal
8658         prototypes.
8660         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8661         to libc-internal.h and include it.
8662         * include/libc-internal.h: Add __init_misc.
8664         * misc/init-misc.c: Include libc-internal.h for prototypes.
8666         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8668         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8669         _IO_putc_internal.
8671 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8673         * posix/regcomp.c: Compatibility changes to allow using the code
8674         outside glibc.
8676 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8678         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8679         compiled non-PIC.
8681 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8683         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8684         of .str elements in the returned data structure.
8686         * elf/elf.h: Add Alpha TLS bits.
8688 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8690         * sysdeps/unix/sysv/linux/nice.c: New file.
8692 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8694         * elf/Makefile (dl-routines): Add dl-origin.
8695         (elide-routines.os): Add dl-origin.
8696         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8697         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8698         _dl_debug_state.
8699         * include/libc-symbols.c: Define attribute_hidden depending on
8700         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8702         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8703         * elf/dl-load.c: Likewise.
8704         * elf/rtld.c: Likewise.
8705         * include/unistd.h: Declare __libc_enable_secure_internal.
8706         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8707         Use INTUSE with __libc_enable_secure.
8708         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8710         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8711         * elf/dl-error.c: Likewise,
8712         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8714         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8715         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8716         function definition.  Use INTDEF with _dl_get_origin.
8717         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8719         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8720         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8722         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8723         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8724         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8726         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8727         * elf/dl-deps.c: Likewise.
8728         * elf/dl-error.c: Likewise.
8729         * elf/dl-fini.c: Likewise.
8730         * elf/dl-init.c: Likewise.
8731         * elf/dl-load.c: Likewise.
8732         * elf/dl-lookup.c: Likewise.
8733         * elf/dl-reloc.c: Likewise.
8734         * elf/dl-version.c: Likewise.
8735         * elf/do-lookup.h: Likewise.
8736         * sysdeps/arm/dl-machine.h: Likewise.
8737         * sysdeps/cris/dl-machine.h: Likewise.
8738         * sysdeps/hppa/dl-machine.h: Likewise.
8739         * sysdeps/i386/dl-machine.h: Likewise.
8740         * sysdeps/m68k/dl-machine.h: Likewise.
8741         * sysdeps/powerpc/dl-machine.h: Likewise.
8742         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8743         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8744         * sysdeps/sh/dl-machine.h: Likewise.
8745         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8746         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8747         * sysdeps/x86_64/dl-machine.h: Likewise.
8748         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8749         _dl_argv[0].  Use INTUSE with _dl_argv.
8750         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8751         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8753 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8755         * elf/rtld.c (_rtld_global): Remove .protected.
8756         (_rtld_local): Strong alias to _rtld_global.
8757         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8758         only .os object.
8759         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8760         _rtld_local instead of _rtld_global.
8761         (_rtld_local): Add hidden extern, possibly in .sdata section.
8762         * configure.in: Add tests for visibility attribute and .sdata.
8763         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8764         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8765         * sysdeps/arm/dl-machine.h: Likewise.
8766         * sysdeps/generic/ldsodefs.h: Likewise.
8767         * sysdeps/hppa/dl-machine.h: Likewise.
8768         * sysdeps/cris/dl-machine.h: Likewise.
8769         * sysdeps/i386/dl-machine.h: Likewise.
8770         * sysdeps/ia64/dl-machine.h: Likewise.
8771         * sysdeps/m68k/dl-machine.h: Likewise.
8772         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8773         * sysdeps/mips/dl-machine.h: Likewise.
8774         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8775         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8776         * sysdeps/sh/dl-machine.h: Likewise.
8777         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8778         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8779         * sysdeps/x86_64/dl-machine.h: Likewise.
8781 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8783         * login/login.c (login): Always initialize ut_line field
8784         [PR libc/2991].
8786 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8788         * sysdeps/i386/Makefile (sysdep_routines): Add
8789         divdi3 in csu dir.
8790         (shared-only-routines): Likewise.
8791         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8792         (shared-only-routines): Likewise.
8793         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8794         (shared-only-routines): Likewise.
8795         * sysdeps/wordsize-32/divdi3.c: New file.
8797 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8799         * locale/iso-4217.def: Remove obsolete currencies for countries
8800         with Euro.
8802 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8804         * posix/regcomp.c (regcomp): Remove a redundant condition.
8805         (init_word_char): Add a check on malloc failure.
8806         (create_initial_state): Likewise.
8807         (duplicate_node): Likewise.
8808         (calc_eclosure): Likewise.
8809         (calc_eclosure_iter): Likewise.
8810         (parse_expression): Likewise.
8811         (parse_bracket_exp): Remove unnecessary malloc invocations.
8812         (build_equiv_class): Likewise.
8813         (build_charclass): Likewise.
8814         * posix/regex_internal.c (re_node_set_intersect): Add a check
8815         on malloc failure.
8816         (re_node_set_add_intersect): Likewise.
8817         (re_node_set_merge): Likewise.
8818         (re_acquire_state): Likewise.
8819         (re_acquire_state_context): Likewise.
8820         (create_newstate_common): Likewise.
8821         (register_state): Likewise.
8822         (create_ci_newstate): Likewise.
8823         (create_cd_newstate): Likewise.
8824         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8825         and re_acquire_state_context.
8826         * posix/regexec.c (regexec): Suit it to the error handling of
8827         re_search_internal.
8828         (re_match): Likewise.
8829         (re_search): Likewise.
8830         (re_search_internal): Add a check on malloc failure.
8831         (acquire_init_state_context): Likewise.
8832         (check_matching): Likewise.
8833         (proceed_next_node): Likewise.
8834         (set_regs): Likewise.
8835         (sift_states_backward): Likewise.
8836         (sift_states_iter_bkref): Likewise.
8837         (add_epsilon_backreference): Likewise.
8838         (transit_state): Likewise.
8839         (transit_state_sb): Likewise.
8840         (transit_state_mb): Likewise.
8841         (transit_state_bkref_loop): Likewise.
8842         (build_trtable): Likewise.
8843         (group_nodes_into_DFAstates): Likewise.
8844         (match_ctx_init): Likewise.
8845         (match_ctx_add_entry): Likewise.
8847 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8849         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8850         l_libname if profiling is enabled [PR libc/2916].
8852         * sysdeps/ia64/dl-tls.h: New file.
8854 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8856         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8857         Work around an Alpha gas bug.
8859 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8861         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8862         uses read to load the catalog.
8863         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8865 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8867         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8868         regex_internal.c, and regex_internal.h.
8869         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8870         * posix/regex.c: Complete rewrite.
8871         * posix/regexec.c: New file.
8872         * posix/regcomp.c: New file.
8873         * posix/regex_internal.c: New file.
8874         * posix/regex_internal.h: New file.
8875         * posix/regex.h (RE_ICASE): New macro.
8876         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8878         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8879         ungetwc.  It's a macro.
8880         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8881         implementation.
8882         Reported by Jason Merrill <jason@redhat.com>.
8884 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8886         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8887         position to fp->_offset if it is set.
8888         * stdio-common/Makefile (tests): Add tst-fdopen.
8889         * stdio-common/tst-fdopen.c: New test.
8891 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8893         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8894         * stdio-common/tst-ungetc.c (main): Add another test.
8896 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8898         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8899         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8900         aliases.  Add prototypes for the new aliases.
8901         * assert/assert.c: Likewise.
8902         * include/libc-symbols.h: Likewise.
8903         * include/stdio.h: Likewise.
8904         * include/netinet/in.h: Likewise.
8905         * include/rpc/auth.h: Likewise.
8906         * include/rpc/auth_unix.h: Likewise.
8907         * include/rpc/key_prot.h: Likewise.
8908         * include/rpc/pmap_prot.h: Likewise.
8909         * include/rpc/pmap_rmt.h: Likewise.
8910         * include/rpc/rpc_msg.h: Likewise.
8911         * include/rpc/xdr.h: Likewise.
8912         * inet/gethstbyad_r.c: Likewise.
8913         * inet/gethstbynm2_r.c: Likewise.
8914         * inet/gethstbynm_r.c: Likewise.
8915         * inet/gethstent_r.c: Likewise.
8916         * inet/in6_addr.c: Likewise.
8917         * libio/__fpurge.c: Likewise.
8918         * libio/filedoalloc.c: Likewise.
8919         * libio/fileops.c: Likewise.
8920         * libio/ftello.c: Likewise.
8921         * libio/ftello64.c: Likewise.
8922         * libio/genops.c: Likewise.
8923         * libio/iofclose.c: Likewise.
8924         * libio/iofdopen.c: Likewise.
8925         * libio/iofflush.c: Likewise.
8926         * libio/iofflush_u.c: Likewise.
8927         * libio/iofgetpos.c: Likewise.
8928         * libio/iofgetpos64.c: Likewise.
8929         * libio/iofgets.c: Likewise.
8930         * libio/iofgets_u.c: Likewise.
8931         * libio/iofopen.c: Likewise.
8932         * libio/iofopncook.c: Likewise.
8933         * libio/iofputs.c: Likewise.
8934         * libio/iofread.c: Likewise.
8935         * libio/iofread_u.c: Likewise.
8936         * libio/iofsetpos.c: Likewise.
8937         * libio/iofsetpos64.c: Likewise.
8938         * libio/ioftell.c: Likewise.
8939         * libio/iofwrite.c: Likewise.
8940         * libio/iogetline.c: Likewise.
8941         * libio/iogets.c: Likewise.
8942         * libio/iogetwline.c: Likewise.
8943         * libio/iolibio.h: Likewise.
8944         * libio/iopadn.c: Likewise.
8945         * libio/iopopen.c: Likewise.
8946         * libio/ioseekoff.c: Likewise.
8947         * libio/ioseekpos.c: Likewise.
8948         * libio/iosetbuffer.c: Likewise.
8949         * libio/iosetvbuf.c: Likewise.
8950         * libio/ioungetc.c: Likewise.
8951         * libio/ioungetwc.c: Likewise.
8952         * libio/iovdprintf.c: Likewise.
8953         * libio/iovsprintf.c: Likewise.
8954         * libio/iovsscanf.c: Likewise.
8955         * libio/libioP.h: Likewise.
8956         * libio/memstream.c: Likewise.
8957         * libio/obprintf.c: Likewise.
8958         * libio/oldfileops.c: Likewise.
8959         * libio/oldiofclose.c: Likewise.
8960         * libio/oldiofdopen.c: Likewise.
8961         * libio/oldiofgetpos.c: Likewise.
8962         * libio/oldiofgetpos64.c: Likewise.
8963         * libio/oldiofopen.c: Likewise.
8964         * libio/oldiofsetpos.c: Likewise.
8965         * libio/oldiofsetpos64.c: Likewise.
8966         * libio/oldiopopen.c: Likewise.
8967         * libio/oldstdfiles.c: Likewise.
8968         * libio/putc.c: Likewise.
8969         * libio/setbuf.c: Likewise.
8970         * libio/setlinebuf.c: Likewise.
8971         * libio/stdfiles.c: Likewise.
8972         * libio/stdio.c: Likewise.
8973         * libio/strops.c: Likewise.
8974         * libio/vasprintf.c: Likewise.
8975         * libio/vscanf.c: Likewise.
8976         * libio/vsnprintf.c: Likewise.
8977         * libio/vswprintf.c: Likewise.
8978         * libio/wfiledoalloc.c: Likewise.
8979         * libio/wfileops.c: Likewise.
8980         * libio/wgenops.c: Likewise.
8981         * libio/wstrops.c: Likewise.
8982         * malloc/mtrace.c: Likewise.
8983         * misc/error.c: Likewise.
8984         * misc/syslog.c: Likewise.
8985         * nss/getXXbyYY_r.c: Likewise.
8986         * nss/getXXent_r.c: Likewise.
8987         * nss/hosts-lookup.c: Likewise.
8988         * stdio-common/getw.c
8989         * stdio-common/printf-prs.c: Likewise.
8990         * stdio-common/printf_fp.c: Likewise.
8991         * stdio-common/printf_size.c: Likewise.
8992         * stdio-common/putw.c: Likewise.
8993         * stdio-common/scanf.c: Likewise.
8994         * stdio-common/sprintf.c: Likewise.
8995         * stdio-common/tmpfile64.c: Likewise.
8996         * stdio-common/vfprintf.c: Likewise.
8997         * stdio-common/vfscanf.c: Likewise.
8998         * stdlib/strfmon.c: Likewise.
8999         * sunrpc/auth_des.c: Likewise.
9000         * sunrpc/auth_none.c: Likewise.
9001         * sunrpc/auth_unix.c: Likewise.
9002         * sunrpc/authdes_prot.c: Likewise.
9003         * sunrpc/authuxprot.c: Likewise.
9004         * sunrpc/clnt_perr.c: Likewise.
9005         * sunrpc/clnt_raw.c: Likewise.
9006         * sunrpc/clnt_tcp.c: Likewise.
9007         * sunrpc/clnt_udp.c: Likewise.
9008         * sunrpc/clnt_unix.c: Likewise.
9009         * sunrpc/key_call.c: Likewise.
9010         * sunrpc/key_prot.c: Likewise.
9011         * sunrpc/openchild.c: Likewise.
9012         * sunrpc/pm_getmaps.c: Likewise.
9013         * sunrpc/pm_getport.c: Likewise.
9014         * sunrpc/pmap_clnt.c: Likewise.
9015         * sunrpc/pmap_prot.c: Likewise.
9016         * sunrpc/pmap_prot2.c: Likewise.
9017         * sunrpc/pmap_rmt.c: Likewise.
9018         * sunrpc/rpc_cmsg.c: Likewise.
9019         * sunrpc/rpc_prot.c: Likewise.
9020         * sunrpc/svc_authux.c: Likewise.
9021         * sunrpc/svc_raw.c: Likewise.
9022         * sunrpc/svc_simple.c: Likewise.
9023         * sunrpc/svc_tcp.c: Likewise.
9024         * sunrpc/svc_udp.c: Likewise.
9025         * sunrpc/svc_unix.c: Likewise.
9026         * sunrpc/xdr.c: Likewise.
9027         * sunrpc/xdr_array.c: Likewise.
9028         * sunrpc/xdr_mem.c: Likewise.
9029         * sunrpc/xdr_rec.c: Likewise.
9030         * sunrpc/xdr_ref.c: Likewise.
9031         * sunrpc/xdr_stdio.c: Likewise.
9032         * sysdeps/generic/_strerror.c: Likewise.
9033         * sysdeps/generic/printf_fphex.c: Likewise.
9034         * sysdeps/generic/tmpfile.c: Likewise.
9035         * sysdeps/gnu/errlist.awk: Likewise.
9036         * sysdeps/gnu/errlist.c: Likewise.
9038         * libio/Makefile (routines): Remove iosprint.
9039         * libio/iosprintf.c: Removed
9042 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9044         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9045         non_dynamic_init and exported now.
9046         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9047         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9048         !SHARED.
9049         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9050         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9051         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9053 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9055         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9056         true in this case.
9058         * locale/iso-639.def: Add language codes for Walloon.
9060         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9061         total number of relocations performed.
9063         * elf/sprof.c (load_profdata): If do_test provide information as
9064         to why loading failed.
9065         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9066         hist_hdr.dimen.
9068         * csu/set-init.c: Moved to...
9069         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9070         * csu/Makefile: Don't compile set-init.
9071         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9072         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9073         to __libc_init.
9074         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9075         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9076         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9077         __libc_init.
9078         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9079         __libc_subinit.
9081 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9083         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9084         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9085         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9086         (_dl_deallocate_tls): New function.
9087         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9088         _dl_deallocate_tls.
9090 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9092         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9093         * stdio-common/tst-fseek.c (main): Add test for this.
9095 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9097         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9099 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9101         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9102         pointer before dereferencing.
9104 2002-02-18  Roland McGrath  <roland@frob.com>
9106         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9108         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9109         Use task_policy in place of task_priority.
9111         * sysdeps/generic/bits/mman.h
9112         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9113         * sysdeps/mach/msync.c: New file.
9115         * sysdeps/mach/powerpc/syscall.S: New file.
9117         * mach/msg.c [MACH_MSG_OVERWRITE]
9118         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9119         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9121         * sysdeps/mach/configure.in: Check for clock.defs to put into
9122         mach_interface_list.
9123         * sysdeps/mach/configure: Regenerated.
9125         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9126         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9127         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9128         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9129         (mach-shortcuts): Add device_read_overwrite_request,
9130         device_read_overwrite, vm_read_overwrite, thread_switch.
9132         * configure.in (base_machine): Set to $machine by default.
9133         * configure: Regenerated.
9135         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9136         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9137         * sysdeps/mach/configure: Regenerated.
9138         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9140         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9142         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9144         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9145         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9147 2002-02-17  Roland McGrath  <roland@frob.com>
9149         * sysdeps/mach/hurd/times.c
9150         [NO_CREATION_TIME] (startup_time): New static variable.
9151         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9152         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9153         creation_time from task_basic_info.
9154         (__times): Use __gettimeofday instead of __host_get_time.
9156         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9157         Use untyped Mach IPC message format.
9159         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9161         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9162         _S_catch_exception_raise_state_identity,
9163         _hurdsig_fault_catch_exception_raise_state,
9164         _hurdsig_fault_catch_exception_raise_state_identity.
9166         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9168         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9169         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9171         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9172         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9174         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9175         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9176         them as no-op macros.
9177         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9178         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9180         * sysdeps/powerpc/dl-machine.h
9181         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9183         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9184         Use untyped Mach IPC message format.
9186         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9187         Handle untyped Mach IPC message formats.
9189         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9190         Expect different argument conventions when this is defined.
9191         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9192         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9193         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9194         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9195         for OSF Mach variant.
9196         (faulted): Use mig_reply_error_t for REPLY.
9197         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9198         in __thread_set_exception_ports call.
9199         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9200         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9202         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9203         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9204         on Darwin, which includes bogons.
9206         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9207         variable LOADBASE so it's not declared when it's not used.
9209 2002-02-16  Roland McGrath  <roland@frob.com>
9211         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9212         to use BI.creation_time.
9214         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9216         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9217         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9218         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9219         host_page_size instead of vm_statistics.
9221         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9222         mach_interface.h here, since not all variants use that name.
9224         * sysdeps/mach/configure.in: Add some checks for Mach headers
9225         to ensure a sane installation.
9226         (mach_interface_list): Define this variable by checking for .defs
9227         files found in various variants.
9228         * configure.in (mach_interface_list): AC_SUBST this.
9229         * config.make.in (mach-interface-list): New substituted variable.
9230         * mach/Makefile (user-interfaces): Define this using the value
9231         of $(mach-interface-list) instead of mach, mach4.
9232         Updated other references to mach_interface to use it as well.
9234         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9236         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9237         mig_reply_error_t for OSF Mach variant.
9239         * mach/Makefile (routines): Remove bootprivport.
9240         * mach/bootprivport.c: File removed.  It has never been used.
9242         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9243         Grok the OSF flavor of message format.
9244         (mach_msg_destroy_port): For MAKE_SEND and
9245         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9246         no-senders notification.
9248 2002-02-06  Roland McGrath  <roland@frob.com>
9250         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9251         to here if 2.0 compatibility enabled ...
9252         (libc: GLIBC_2.1.3): ... from here.
9254 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9256         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9257         generation counter.
9258         * elf/dl-close.c (_dl_close): Likewise.
9260 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9262         * elf/Makefile: Add rules to build and run tst-tls8.
9263         * elf/tst-tls8.c: New file.
9264         * elf/tst-tlsmod4.c: New file.
9266         * stdlib/test-a64l.c (tests): Add more test cases.
9268         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9269         Reported by Walter Harms <WHarms@bfs.de>.
9271 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9273         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9274         definitions for struct sigcontext.
9275         Suggested by David Mosberger-Tang.
9277 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9279         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9280         for removing reference of module in slotinfo list.
9281         (_dl_close): Use remove_slotinfo.
9282         * sysdeps/generic/dl-tls.c: General pretty printing.
9283         (oom): Define only if SHARED.
9284         (_dl_next_tls_modid): Correct starting point for the case we assume
9285         there is a gap.  Add missing instruction grouping (doh!).  Correct
9286         tests for reaching maximum index.
9287         * elf/Makefile: Add rules to build and run tst-tls7.
9288         * elf/tst-tls7.c: New file.
9289         * elf/tst-tlsmod3.c: New file.
9291         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9292         USE_TLS.
9293         * elf/tst-tlsmod2.c: Likewise.
9295         * elf/dl-close.c (_dl_close): When closing an object using TLS
9296         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9297         true.  Increment dl_tls_generation only if we closed any TLS-using
9298         object.
9299         * elf/tst-tls6.c: New file.
9300         * elf/Makefile: Add rules to build and run tst-tls6.
9302         * po/da.po: Update from translation team.
9304         * locale/categories.def: Fix typo [PR libc/2948].
9305         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9306         [PR libc/2949].
9307         * locale/iso-4217.def: Update from official version [PR libc/2950].
9308         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9309         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9310         message if input is too confusion instead of using assert.
9311         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9312         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9314         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9315         * elf/tst-tls2.c: Likewise.
9316         * elf/tst-tls3.c: Likewise.
9318 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9320         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9322 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9324         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9325         if this is really necessary.
9327         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9328         slotinfo array.
9329         (free_mem): Free memory for the slotinfo array if possible.
9331 2002-02-12  Andreas Schwab  <schwab@suse.de>
9333         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9335 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9337         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9338         TLS_DTV_UNALLOCATE.
9339         (oom): New function.
9340         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9341         (_dl_determine_tlsoffset): Likewise.
9342         (_dl_allocate_tls): Likewise.
9343         (__TLS_GET_ADDR): Define if not already defined.
9344         (_dl_tls_symaddr): New function.
9345         (allocate_and_init): New function.
9346         (__tls_get_addr): Actually implement handling of generation counter
9347         and deferred allocation.
9348         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9349         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9350         _dl_tls_generation.
9351         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9352         Declare _dl_tls_symaddr.
9353         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9354         SHARED.
9355         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9356         l_tls_previmage.
9357         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9358         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9359         (_dl_vsym): Likewise.
9360         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9361         layout.
9362         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9363         nextimage list handling.  Instead add all modules using TLS to
9364         dl_tls_dtv_slotinfo_list.
9365         * elf/dl-open.c (dl_open_worker): After successfully loading all
9366         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9367         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9368         empty segment don't do anything.  Remove handling of initimage list.
9369         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9370         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9371         * elf/dl-minimal.c: Define __libc_memalign.
9372         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9373         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9374         _dl_tls_generation.
9375         * include/stdlib.h: Declare __libc_memalign.
9377         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9378         * elf/tst-tls4.c: New file.
9379         * elf/tst-tls5.c: New file.
9380         * elf/tst-tlsmod2.c: New file.
9382         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9384         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9386         * elf/tst-tls1.c: Use test-skeleton.c.
9387         * elf/tst-tls2.c: Likewise.
9388         * elf/tst-tls3.c: Likewise.
9390         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9392 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9394         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9396 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9398         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9400         * elf/tst-tls3.c: New file.
9401         * elf/tst-tlsmod1.c: New file.
9402         * elf/Makefile: Add rules to build and run tst-tls3.
9404         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9405         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9406         TLS relocations.
9408         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9410         * po/fr.po: Update from translation team.
9412         * elf/tls-macros.h: Add alternative macros for use in PIC.
9414         * elf/dl-lookup.c: Include <tls.h>.
9415         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9417         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9418         required by passing pointer to last element of the list.
9420         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9421         l_tls_initimage to a place where it actually is performed.
9423         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9424         after globfree() calls.
9426         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9427         (openaux): Pass open_mode as new last argument to _dl_map_object.
9428         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9429         open_mode element of args variable with it.
9430         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9431         _dl_map_object_deps.
9432         * elf/rtld.c (dl_main): Add zero as last parameter to
9433         _dl_map_object_deps call.
9434         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9435         * elf/nodlopen2.c: New file.
9436         * elf/nodlopenmod2.c: New file.
9437         * elf/Makefile: Add rules to build and run nodlopen2.
9439         * elf/tst-tls1.c: Move TLS helper macros to...
9440         * elf/tls-macros.h: ...here.  New file.
9441         * elf/tst-tls2.c: New file.
9442         * elf/Makefile (tests): Add tst-tls2.
9443         (distribute): Add tls-macros.h.
9445         * po/sv.po: Update from translation team.
9447         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9448         architecture specific definitions from the actual test code.
9450         * po/tr.po: Update from translation team.
9452 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9454         * elf/Makefile (tests): Add tst-tls1.
9455         * elf/tst-tls1.c: New file.
9457         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9458         alignment of TCB for now.
9460         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9461         initialization image for the application itself.
9463         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9464         loop to initialize TLS block.
9466 2002-02-08  Richard Henderson  <rth@redhat.com>
9468         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9469         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9471         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9473 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9475         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9477 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9479         * po/ca.po: Update from translation team.
9480         * po/sk.po: Likewise.
9482         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9483         (dl_main): Move dtv/static TLS handling before relocation.
9484         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9485         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9486         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9487         so far uses TLS initialize GL(dl_tls_static_size) and
9488         GL(dl_tls_static_align) to account for the TCB.
9489         (_dl_allocate_tls): New function.
9490         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9491         _dl_initial_dtv_malloced.
9493         * configure.in: Test for __builtin_memset more realistically.
9495         * csu/version.c (banner): If TLS support is available say so.
9497 2002-02-04  H.J. Lu  <hjl@gnu.org>
9499         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9500         __attribute_used__.
9501         (__dl_runtime_resolve): Likewise.
9503         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9504         declaration.
9506 2001-11-15  H.J. Lu  <hjl@gnu.org>
9508         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9509         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9511         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9513 2002-02-07  H.J. Lu  <hjl@gnu.org>
9515         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9516         ".set noreorder".
9517         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9518         Likewise.
9520 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9522         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9524         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9525         ___tls_get_addr_internal.
9526         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9528         * po/ko.po: Update from translation team.
9530 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9532         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9533         attribute, change __pad{1,2} type to unsigned int.
9534         (struct stat64): Remove packed attribute.
9536 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9538         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9540 2002-02-07  Andreas Schwab  <schwab@suse.de>
9542         * configure.in: Fix check for -zcombreloc.
9544 2002-02-06  H.J. Lu  <hjl@gnu.org>
9546         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9547         * configure.in: Check if __builtin_memset really works.
9548         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9549         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9551 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9553         * io/bug-ftw3.c (main): Don't try the test if root.
9555 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9557         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9558         constraints.
9559         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9560         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9561         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9562         Likewise.
9563         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9564         a weak alias for __clone.
9565         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9566         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9567         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9568         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9569         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9570         a weak alias for __mmap64.
9572 2002-02-05  H.J. Lu  <hjl@gnu.org>
9574         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9575         (atomic_add): Likewise.
9576         (compare_and_swap): Likewise.
9577         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9579 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9581         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9583         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9584         alignment of the TCB and store total size and alignment of static
9585         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9586         tls_index is a typedef.
9587         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9588         _dl_tls_static_align.
9589         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9590         * elf/dl-support.c: Define _dl_tls_static_size and
9591         _dl_tls_static_align.
9593 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9595         * configure.in: Add --without-tls option.
9596         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9597         --without-tls is given.
9599         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9601         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9603 2002-02-06  Roland McGrath  <roland@frob.com>
9605         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9606         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9608         * scripts/versions.awk: Improve error message for missing version.
9609         Each version inherits from the last one only if they have the same
9610         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9611         but not GLIBC_x and FOO_y.
9613         * scripts/firstversions.awk: Handle libraries that don't have each
9614         particular version named in the third column of shlib-versions.
9616         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9618 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9620         * Versions.def [ld]: Add GLIBC_2.3.
9621         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9622         * elf/Makefile (dl-routines): Add dl-tls.
9623         (distribute): Add dl-tls.h.
9624         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9625         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9626         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9627         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9628         along with the other info in the link map.  Change queueing of init
9629         images for double linked list.  Use _dl_next_tls_modid to compute
9630         l_tls_modid.
9631         * elf/rtld.c (_dl_start_final): Store alignment requirement
9632         along with the other info in rtld map and executable map.
9633         (dl_main): Add ld.so to the init image list if necessary.  Compute
9634         final module ID with _dl_next_tls_modid.
9635         * include/link.h (struct link_map): Add l_tls_previmage and
9636         l_tls_align.
9637         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9638         * sysdeps/i386/elf/Versions: New file.
9639         * sysdeps/generic/dl-tls.c: New file.
9640         * sysdeps/generic/dl-tls.h: New file.
9641         * sysdeps/i386/dl-tls.h: New file.
9643 2002-02-06  Roland McGrath  <roland@frob.com>
9645         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9646         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9648 2002-01-05  Roland McGrath  <roland@frob.com>
9650         * sysdeps/mach/configure.in: New file.
9651         * sysdeps/mach/configure: New generated file.
9653         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9654         It has never been used by anything.
9656 2002-02-06  H.J. Lu  <hjl@gnu.org>
9658         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9659         is included.
9661 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9663         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9664         attribute((packed)) to counter stupid people misusing gcc options.
9665         (struct stat64): Likewise.
9667 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9669         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9670         the variables which are used as booleans.
9672 2002-02-06  Andreas Jaeger  <aj@suse.de>
9674         * include/libc-symbols.h (INTUSE): Renamed from INT.
9675         * elf/dl-deps.c: Change users.
9676         * sysdeps/generic/dl-sysdep.c: Likewise.
9677         * sysdeps/generic/dl-cache.c: Likewise.
9678         * elf/dl-reloc.c: Likewise.
9679         * elf/rtld.c: Likewise.
9680         * elf/dl-version.c: Likewise.
9681         * elf/dl-load.c: Likewise.
9682         * elf/dl-dst.h: Likewise.
9683         * elf/dl-init.c: Likewise.
9684         * elf/dl-error.c: Likewise.
9685         * elf/dl-fini.c: Likewise.
9686         * elf/dl-runtime.c: Likewise.
9687         * elf/do-lookup.h: Likewise.
9689         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9690         definition.
9691         * stdio-common/_itowa.h: Likewise.
9693 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9695         * elf/dl-minimal.c: Define _itoa_lower_digits.
9697         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9698         DT_FLAGS set.
9700         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9701         loading modules with the DF_STATIC_TLS flag set.
9702         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9703         element.
9704         * include/link.h (struct link_map): Add l_flags field.
9705         * elf/elf.h (DF_STATIC_TLS): New definition.
9707         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9708         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9710         * elf/rtld.c (process_dl_debug): Correct printing help message.
9711         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9712         for %s.
9714         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9715         definition and pass &errno in use of this variable.
9716         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9718 2002-02-04  Andreas Schwab  <schwab@suse.de>
9720         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9721         * locale/programs/charmap-dir.c: Wrap calls that output messages
9722         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9723         * locale/programs/charmap.c: Likewise.
9724         * locale/programs/ld-address.c: Likewise.
9725         * locale/programs/ld-collate.c: Likewise.
9726         * locale/programs/ld-ctype.c: Likewise.
9727         * locale/programs/ld-identification.c: Likewise.
9728         * locale/programs/ld-measurement.c: Likewise.
9729         * locale/programs/ld-messages.c: Likewise.
9730         * locale/programs/ld-monetary.c: Likewise.
9731         * locale/programs/ld-name.c: Likewise.
9732         * locale/programs/ld-numeric.c: Likewise.
9733         * locale/programs/ld-paper.c: Likewise.
9734         * locale/programs/ld-telephone.c: Likewise.
9735         * locale/programs/ld-time.c: Likewise.
9736         * locale/programs/linereader.c: Likewise.
9737         * locale/programs/linereader.h: Likewise.
9738         * locale/programs/localedef.c: Likewise.
9739         * locale/programs/locfile.c: Likewise.
9740         * locale/programs/repertoire.c: Likewise.
9742 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9744         * elf/rtld.c (_dl_start_final): Determine load address to locate
9745         ehdr with GL(dl_rtld_map).l_map_start.
9747         * po/ca.po: Update from translation team.
9749         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9750         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9751         header entry.
9752         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9753         _dl_tls_module_cnt.
9754         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9756 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9758         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9759         * include/link.h (struct link_map): Add various members for TLS
9760         information.
9761         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9762         _rtld_tlsoffset, add _dl_initimage_list.
9763         * sysdeps/i386/dl-lookupcfg.h: New file.
9764         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9765         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9766         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9767         is used.
9769         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9770         unused.
9772         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9773         thread-pointer as soon as possible.
9774         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9775         elements in rtld_global.
9776         * sysdeps/generic/tls.h: New file.
9777         * elf/Makefile (distribute): Add tls.h.
9778         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9779         relocations.  Not complete yet.
9781         * resolv/resolv.h: Allow user to define __need_res_state and only
9782         define __res_start structure then.
9783         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9785         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9786         dl_cpuclock_offset initialization to _dl_start_final.
9787         (_dl_show_auxv): Avoid unnecessary sign extension.
9788         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9790 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9792         * config.h.in: Add HAVE_TLS_SUPPORT.
9793         * sysdeps/i386/elf/configure.in: New file.
9795 2002-02-03  Andreas Schwab  <schwab@suse.de>
9797         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9798         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9800 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9802         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9803         alloca if the memory reqirements are too high.
9805 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9807         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9808         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9809         the former is available anyway and speed isn't important here.
9810         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9811         * elf/dl-version.c (match_symbol): Likewise.
9812         (_dl_check_map_versions): Likewise.
9813         * elf/rtld.c (process_envvars): Likewise.
9814         (print_statistics): Likewise.
9815         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9816         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9817         bases.  Add assert to catch uses of unimplemented features.
9818         (__strsep): Add assert to catch uses of unimplemented features.
9819         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9820         and avoid inline optimization.
9821         * elf/rtld.c (process_envvars): Likewise.
9822         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9823         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9824         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9826 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9828         * stdio-common/_itoa.h: Minor simplifications of the code.
9829         * stdio-common/_itoa.c: Likewise.
9831         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9832         instead of _dl_printf for debugging info output.
9834         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9835         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9837 2002-02-01  H.J. Lu  <hjl@gnu.org>
9839         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9840         (atomic_add): Likewise.
9841         (compare_and_swap): Return 0 only when failed to compare. Use
9842         branch likely.
9844         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9845         branch likely.
9847 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9849         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9851 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9853         * elf/dl-minimal.c (__strsep): New minimal implementation.
9855 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9857         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9858         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9859         with tm_isdst > 0 when the requested time falls within a
9860         spring-forward gap [PR libc/2894].
9862 2002-02-03  Andreas Schwab  <schwab@suse.de>
9864         * stdio-common/tst-rndseek.c: Increase timeout.
9866 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9868         Change ld.so to not use functions which are exported.  One cannot
9869         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9870         definitions.
9871         * include/libc-symbols.h: Define INT and INTDEF.
9872         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9873         _dl_signal_error_internal, _dl_map_object_internal,
9874         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9875         _dl_lookup_versioned_symbol_internal,
9876         _dl_relocate_object_internal, _dl_debug_state_internal,
9877         _dl_start_profile_internal, and _dl_unload_cache_internal.
9878         * include/dlfcn.h: Declare _dl_catch_error_internal.
9879         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9880         above.  Add INTDEF to function definitions.
9881         * elf/dl-debug.c: Likewise.
9882         * elf/dl-deps.c: Likewise.
9883         * elf/dl-dst.h: Likewise.
9884         * elf/dl-error.c: Likewise.
9885         * elf/dl-fini.c: Likewise.
9886         * elf/dl-init.c: Likewise.
9887         * elf/dl-load.c: Likewise.
9888         * elf/dl-lookup.c: Likewise.
9889         * elf/dl-misc.c: Likewise.
9890         * elf/dl-open.c: Likewise.
9891         * elf/dl-profile.c: Likewise.
9892         * elf/dl-reloc.c: Likewise.
9893         * elf/dl-runtime.c: Likewise.
9894         * elf/dl-version.c: Likewise.
9895         * elf/do-lookup.h: Likewise.
9896         * sysdeps/generic/dl-cache.c: Likewise.
9897         * sysdeps/generic/dl-sysdep.c: Likewise.
9898         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9899         instead of _dl_init.
9900         * sysdeps/arm/dl-machine.h: Likewise.
9901         * sysdeps/cris/dl-machine.h: Likewise.
9902         * sysdeps/hppa/dl-machine.h: Likewise.
9903         * sysdeps/i386/dl-machine.h: Likewise.
9904         * sysdeps/ia64/dl-machine.h: Likewise.
9905         * sysdeps/m68k/dl-machine.h: Likewise.
9906         * sysdeps/mips/dl-machine.h: Likewise.
9907         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9908         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9909         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9910         * sysdeps/sh/dl-machine.h: Likewise.
9911         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9912         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9913         * sysdeps/x86_64/dl-machine.h: Likewise.
9914         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9916         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9917         and _dl_debug_initialize.
9919         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9920         more information.
9921         * elf/rtld.c (dl_main): Avoid strrchr.
9922         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9923         result of readlink.  Search from the back for '/'.
9925         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9926         strncpy if possible.
9928         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9929         strncmp.
9930         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9931         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9932         strspn, and strcspn.
9933         (process_envvars): Don't use strcspn.
9935         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9936         (_dl_dst_substitute): Likewise.
9938 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9940         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9941         code which is never used when relocating ld.so itself.
9943         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9944         starting ld.so itself.  Move l_addr variable initialization closer
9945         to use.
9946         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9948 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9950         * Versions.def (libc): Add GLIBC_PRIVATE.
9951         (libdb, libnss_db, libdb1): Remove.
9952         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9953         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9954         (libpthread): Add GLIBC_PRIVATE.
9955         (libresolv): Likewise, remove GLIBC_2.1.
9956         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9957         GLIBC_2.2.3, GLIBC_2.3.
9958         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9959         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9960         _dl_sym, _dl_vsym): Likewise.
9961         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9962         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9963         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9964         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9965         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9966         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9967         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9968         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9969         Likewise.
9970         (_dl_object_relocation_scope): Remove.
9971         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9972         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9973         __gconv_cache): Move to GLIBC_PRIVATE.
9974         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9975         __internal_setnetgrent): Likewise.
9976         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9977         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9978         * locale/Versions (__collate_element_hash, __collate_element_strings,
9979         __collate_symbol_classes, __collate_symbol_hash,
9980         __collate_symbol_strings, _nl_current_LC_COLLATE,
9981         _nl_current_LC_CTYPE): Likewise.
9982         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9983         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9984         (libnss_nis, libnss_nisplus): Likewise.
9985         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9986         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9987         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9988         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9989         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9990         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9991         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9992         __ns_get16, __ns_samename): Likewise.
9993         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9994         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9995         GLIBC_PRIVATE.
9996         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9997         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9998         __libc_connect): Likewise.
9999         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
10000         Likewise.
10001         * stdlib/Versions (__libc_system): Likewise.
10002         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
10003         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
10004         * sysdeps/ia64/fpu/Versions: Likewise.
10005         * sysdeps/ia64/Versions: Likewise.
10006         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
10007         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
10008         to GLIBC_PRIVATE.
10009         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
10010         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
10011         __libc_sigaction): Likewise.
10012         * termios/Versions (__libc_tcdrain): Likewise.
10014         * misc/sys/cdefs (__attribute_noinline__): Define.
10015         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
10016         __attribute_noinline__.
10018         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
10019         * elf/dl-xstat64.c: New file.
10020         * elf/dl-fxstat64.c: New file.
10021         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
10022         don't export __fxstat64 at multiple versions.
10023         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
10024         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
10026 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
10028         * locale/program/ld-collate.c (collate_finish): Assign a wide
10029         char collation sequence value to multi character collating
10030         elements, and avoid over writing by non-character elements.
10032 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10034         * elf/Makefile (distribute): Add dl-procinfo.c.
10035         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
10036         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
10038 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10040         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10041         definition.
10042         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10043         _rtld_global struct.
10044         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10045         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10046         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10047         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10048         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10049         _dl_fpu_control_set): Remove unused externs.
10050         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10051         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10052         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10053         related variables in _rtld_global struct.
10054         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10055         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10056         unused extern.
10058 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10060         * sysdeps/generic/dl-procinfo.c: New file.
10062 2002-02-01  Andreas Schwab  <schwab@suse.de>
10064         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10066 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10068         * elf/rtld.c (_dl_start): Mark as internal_function.
10069         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10070         in register.
10071         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10072         General pretty printing.
10074 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10076         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10077         * elf/dl-reloc.c: Pretty printing.
10078         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10079         procinfo-related variables in rtld_global struct.
10080         * elf/dl-support.c: Likewise.
10081         * elf/rtld.c: Likewise.
10082         * sysdeps/i386/i686/Makefile: Likewise.
10083         * sysdeps/i386/i686/hp-timing.c: Likewise.
10084         * sysdeps/i386/i686/hp-timing.h: Likewise.
10085         * sysdeps/ia64/Makefile: Likewise.
10086         * sysdeps/ia64/hp-timing.c: Likewise.
10087         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10088         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10089         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10090         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10091         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10092         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10093         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10094         * sysdeps/x86_64/Makefile: Likewise.
10096         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10097         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10098         _dl_debug_fd to rtld_global.
10099         * elf/Versions: Likewise.
10100         * elf/dl-close.c: Likewise.
10101         * elf/dl-iteratephdr.c: Likewise.
10102         * elf/dl-lookup.c: Likewise.
10103         * elf/dl-misc.c: Likewise.
10104         * elf/dl-open.c: Likewise.
10105         * elf/dl-support.c: Likewise.
10106         * elf/do-lookup.h: Likewise.
10107         * elf/rtld.c: Likewise.
10108         * sysdeps/generic/dl-cache.c: Likewise.
10109         * sysdeps/generic/dl-sysdep.c: Likewise.
10110         * sysdeps/ia64/Versions: Likewise.
10111         * sysdeps/unix/clock_gettime.c: Likewise.
10112         * sysdeps/unix/clock_settime.c: Likewise.
10113         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10114         * sysdeps/sparc/Versions: Removed.
10115         * sysdeps/i386/i686/Versions : Removed.
10116         * sysdeps/x86_64/Versions: Removed.
10117         * configure.in: Define HAVE_PROTECTED if .protected is available.
10118         * config.h.in: Add entry for HAVE_PROTECTED.
10120 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10122         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10123         code in struct _rtld_global.  Export this struct, remove all
10124         exports for the signal variables.
10125         * sysdeps/arm/dl-machine: Likewise.
10126         * sysdeps/generic/dl-origin: Likewise.
10127         * sysdeps/generic/dl-sysdep: Likewise.
10128         * sysdeps/generic/dl-cache: Likewise.
10129         * sysdeps/hppa/dl-fptr: Likewise.
10130         * sysdeps/hppa/dl-machine: Likewise.
10131         * sysdeps/cris/dl-machine: Likewise.
10132         * sysdeps/i386/dl-machine: Likewise.
10133         * sysdeps/ia64/dl-machine: Likewise.
10134         * sysdeps/m68k/dl-machine: Likewise.
10135         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10136         * sysdeps/mips/mips64/dl-machine: Likewise.
10137         * sysdeps/mips/dl-machine: Likewise.
10138         * sysdeps/powerpc/elf/libc-start: Likewise.
10139         * sysdeps/powerpc/dl-machine: Likewise.
10140         * sysdeps/powerpc/dl-start: Likewise.
10141         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10142         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10143         * sysdeps/sh/dl-machine: Likewise.
10144         * sysdeps/s390/s390-32/dl-machine: Likewise.
10145         * sysdeps/s390/s390-64/dl-machine: Likewise.
10146         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10147         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10148         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10149         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10150         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10151         * sysdeps/x86_64/dl-machine: Likewise.
10153 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10155         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10156         are too high.
10158 2002-01-31  Andreas Schwab  <schwab@suse.de>
10160         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10162 2002-01-31  Andreas Schwab  <schwab@suse.de>
10164         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10165         reference to _dl_pagesize.
10167 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10169         * Versions.def [ld]: Add GLIBC_2.3.
10170         * elf/dl-addr.c: Move global variables for SHARED code in struct
10171         _rtld_global.  Export this struct, remove all exports for the
10172         signal variables.
10173         * elf/dl-close.c: Likewise.
10174         * elf/dl-conflict.c: Likewise.
10175         * elf/dl-debug.c: Likewise.
10176         * elf/dl-deps.c: Likewise.
10177         * elf/dl-dst.h: Likewise.
10178         * elf/dl-error.c: Likewise.
10179         * elf/dl-fini.c: Likewise.
10180         * elf/dl-init.c: Likewise.
10181         * elf/dl-iteratephdr.c: Likewise.
10182         * elf/dl-libc.c: Likewise.
10183         * elf/dl-load.c: Likewise.
10184         * elf/dl-lookup.c: Likewise.
10185         * elf/dl-minimal.c: Likewise.
10186         * elf/dl-object.c: Likewise.
10187         * elf/dl-open.c: Likewise.
10188         * elf/dl-profile.c: Likewise.
10189         * elf/dl-profstub.c: Likewise.
10190         * elf/dl-reloc.c: Likewise.
10191         * elf/dl-runtime.c: Likewise.
10192         * elf/dl-support.c: Likewise.
10193         * elf/dl-sym.c: Likewise.
10194         * elf/dl-version.c: Likewise.
10195         * elf/do-lookup.h: Likewise.
10196         * elf/do-rel.h: Likewise.
10197         * elf/dynamic-link.h: Likewise.
10198         * elf/rtld.c: Likewise.
10199         * sysdeps/generic/dl-cache.c: Likewise.
10200         * sysdeps/generic/dl-sysdep.c: Likewise.
10201         * sysdeps/generic/ldsodefs.h: Likewise.
10202         * sysdeps/generic/libc-start.c: Likewise.
10203         * sysdeps/i386/dl-machine.h: Likewise.
10204         * sysdeps/ia64/dl-fptr.c: Likewise.
10205         * sysdeps/ia64/dl-machine.h: Likewise.
10206         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10207         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10208         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10209         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10210         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10211         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10212         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10213         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10215 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10217         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10218         to avoid warning
10219         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10221         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10222         SHARED version.
10223         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10225         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10227 2002-01-29  Ben Collins  <bcollins@debian.org>
10229         * string/bits/string2.h (__mempcpy): Protect size arg for
10230         addition when using __builtin_memcpy.
10232 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10234         * stdlib/Makefile (tests): Add tst-qsort.
10235         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10237         * manual/signal.texi (Process Signal Mask): Document that
10238         pthread_sigmask, not sigprocmask, must be used in MT programs.
10239         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10241         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10242         found.
10243         * misc/Makefile (tests): Add tst-hsearch.
10244         * misc/tst-hsearch.c: New file.
10246 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10248         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10249         * malloc/malloc.h: Likewise.
10250         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10251         * malloc/arena.c: New file.
10252         * malloc/hooks.c: New file.
10253         * malloc/tst-mallocstate.c: New file.
10254         * malloc/Makefile: Add new testcase tst-mallocstate.
10255         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10257 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10259         * stdlib/msort.c: Remove last patch.  The optimization violates the
10260         same rule which qsort.c had problems with.
10262 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10264         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10265         to a pivot element that lies outside the array to be sorted, as
10266         ISO C99 requires that the comparison function be called only with
10267         addresses of array elements [PR libc/2880].
10269 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10271         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10272         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10274         * timezone/asia: Update from tzdata2002b.
10275         * timezone/australasia: Likewise.
10276         * timezone/backward: Likewise.
10277         * timezone/europe: Likewise.
10278         * timezone/leapseconds: Likewise.
10279         * timezone/iso3166.tab: Likewise.
10280         * timezone/zone.tab: Likewise.
10282 2002-01-23  Richard Henderson  <rth@redhat.com>
10284         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10286 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10288         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10289         this element [PR libc/2855].
10291         * string/strcoll.c: Handle zero-length arguments specially
10292         [PR libc/2856].
10294 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10296         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10297         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10298         short lengths and constant src.
10299         (strcpy): Don't optimize for gcc 3.0+.
10300         (__stpcpy): For gcc 3.0+, don't use
10301         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10302         for short string literal src.
10304 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10306         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10307         Set for arm, too.
10309 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10311         * manual/llio.texi (Linked Channels, Cleaning Streams):
10312         Make it clearer that a just-opened input stream might need cleaning.
10314 2002-01-21  H.J. Lu  <hjl@gnu.org>
10316         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10317         Don't use label at end of compound statement.
10319 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10321         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10322         Remove test for negative integer arg; sin_pi does it correctly.
10324 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10326         * nscd/Makefile (distribute): Filter out xmalloc.c.
10328 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10330         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10331         Set offset if read end wasn't the buffer end.
10332         (_IO_file_seekoff_mmap): New function.
10333         (_IO_file_xsgetn_mmap): New function.
10334         (_IO_file_jumps_mmap): Use the two new functions.
10335         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10336         != end buffer.
10337         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10338         _IO_file_underflow_mmap.
10339         * libio/iofopen.c: Don't position file descriptor at end of file.
10340         * libio/tst-widetext.c: Improve error messages.
10341         * stdio-common/tst-rndseek.c: Likewise.
10343 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10345         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10346         end of enum for !_GNU_SOURCE.
10347         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10348         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10349         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10350         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10351         values unless _GNU_SOURCE.
10353         * iconvdata/tcvn5712-1.c: Minor cleanups.
10355 2002-01-18  Andreas Schwab  <schwab@suse.de>
10357         * sysdeps/unix/sysv/linux/configure.in
10358         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10360 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10362         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10363         more efficient "Towers of Hanoi" mergesort.
10364         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10365         for generic, sizeof(int) and sizeof(long) variants respectively.
10367 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10369         * manual/syslog.texi (openlog): Describe possible problems with
10370         first parameter.
10371         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10373         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10374         * nscd/connections.c (begin_drop_privileges): New function.
10375         (finish_drop_privileges): New function.
10376         (nscd_init): Call the new functions which also install all groups
10377         for the server user.
10378         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10379         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10381 2002-01-17  H.J. Lu  <hjl@gnu.org>
10383         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10384         `const' from `got'.
10386 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10388         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10389         instructions for pointer operations.
10390         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10392 2002-01-17  Andreas Jaeger  <aj@suse.de>
10394         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10395         __uint128_t build-in.
10397         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10398         PowerPC, sync with 2.2 branch.
10400 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10402         * posix/getconf.c: Update copyright year.
10403         * nss/getent.c: Likewise.
10404         * nscd/nscd_nischeck.c: Likewise.
10405         * iconv/iconvconfig.c: Likewise.
10406         * iconv/iconv_prog.c: Likewise.
10407         * elf/ldconfig.c: Likewise.
10408         * catgets/gencat.c: Likewise.
10409         * csu/version.c: Likewise.
10410         * elf/ldd.bash.in: Likewise.
10411         * elf/sprof.c (print_version): Likewise.
10412         * locale/programs/locale.c: Likewise.
10413         * locale/programs/localedef.c: Likewise.
10414         * nscd/nscd.c (print_version): Likewise.
10415         * debug/xtrace.sh: Likewise.
10416         * malloc/memusage.sh: Likewise.
10417         * malloc/mtrace.pl: Likewise.
10419 2002-01-16  Andreas Schwab  <schwab@suse.de>
10421         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10422         reliably remove "-ia64" from rtld name.
10424 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10426         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10427         Patch by Yu Shao <yshao@redhat.com>.
10429 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10431         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10432         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10433         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10435 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10437         * sysdeps/s390/fpu/libm-test-ulps: Update.
10439 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10441         * elf/elf.h: Update x86 relocations.
10443 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10445         * locale/programs/charmap.c (new_width): Check whether byte
10446         sequences for both ends of range have the same length.
10448 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10450         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10452 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10454         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10455         string literals.
10456         (__full_ieee754_sqrt): Add __attribute_used__.
10458 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10460         * sysdeps/generic/group_member.c (__group_member): Also check
10461         groups[0] [PR libc/2781].
10463 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10465         * Makefile (distribute): Add scripts/cpp.
10466         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10467         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10468         unwind-dw2-fde.h, and dwarf2.h.
10469         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10470         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10471         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10472         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10474 2002-01-07  Roland McGrath  <roland@frob.com>
10476         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10477         volatile on type of ARGC so the compiler doesn't get clever.
10479 2002-01-07  Andreas Jaeger  <aj@suse.de>
10481         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10482         * sysdeps/i386/bits/byteswap.h: Likewise.
10483         * sysdeps/ia64/bits/byteswap.h: Likewise.
10484         * sysdeps/m68k/bits/byteswap.h: Likewise.
10485         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10486         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10488 2002-01-02  Bruno Haible  <bruno@clisp.org>
10490         * intl/plural.y: Fix %expect count.
10492 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10494         * elf/Makefile (routines, shared-only-routines): Add
10495         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10496         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10497         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10498         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10499         Optimize if .eh_frame section contains no FDEs.
10500         (__register_frame, __deregister_frame_info_bases,
10501         __deregister_frame): Likewise.
10502         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10503         DW_CFA_restore handling.
10505 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10507         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10509         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10510         for x < 0.25 and restore original range reduction method.
10511         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10513 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10515         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10516         (_IO_file_close_mmap): New function.
10517         (_IO_file_jumps_mmap): New variable.
10518         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10519         trying to convert rest of byte buffer.
10520         (_IO_wfile_underflow_mmap): New function.
10521         (_IO_wfile_jumps_mmap): New variable.
10522         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10523         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10524         (_IO_new_fopen): Call __fopen_internal.
10525         * libio/iofopen64.c: Just call __fopen_internal.
10526         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10527         successfully.
10528         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10529         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10530         _IO_file_close_mmap.
10532         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10533         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10535         * stdio-common/Makefile (tests): Add tst-rndseek.
10536         * stdio-common/tst-rndseek.c: New file.
10538 2002-01-05  Roland McGrath  <roland@frob.com>
10540         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10541         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10542         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10543         * sysdeps/mach/hurd/configure: Regenerated.
10545 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10547         * elf/elf.h: Add more TLS definitions.
10549 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10551         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10553 2002-01-02  Roland McGrath  <roland@frob.com>
10555         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10556         __sigisemptyset.  Don't use MASK uninitialized.
10558         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10559         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10560         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10561         __sigdelset, __sigaddset, __sigorset.
10563         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10564         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10566         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10567         _hurd_ports is null.
10569         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10570         for old CMU and new OSF Mach interface flavors.
10571         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10572         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10574         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10576         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10577         Pass extra arguments to task_create for OSF variant.
10578         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10580         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10581         conditional on [HAVE_AUX_VECTOR].
10583         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10584         mach_msg_timeout_t as type of final argument.
10586         * hurd/privports.c (__get_privileged_ports):
10587         Change host_priv_t to mach_port_t in argument type.
10588         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10589         Update decls.
10591         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10592         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10593         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10594         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10595         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10596         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10598 2002-01-01  Roland McGrath  <roland@frob.com>
10600         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10602 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10604         * include/stdlib.h: Define inlines for the _l variants of the strto*
10605         functions.
10607 2002-01-01  Roland McGrath  <roland@frob.com>
10609         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10611         * mach/Machrules (MIG): Set CPP as well as CC.
10613 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10615         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10616         locale to parse /proc/loadavg [PR libc/2760].
10618 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10620         * elf/dl-conflict.c: Include sys/param.h.
10621         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10622         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10623         warning.
10624         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10625         literals to avoid warnings.
10627 2001-12-31  Andreas Jaeger  <aj@suse.de>
10629         * configure.in: Don't check for gsed since we do not use it anywhere.
10631 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10633         * io/fts.c: Update from BSD to fix memory leaks.
10635 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10637         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10638         * elf/chroot_canon.c: Likewise.
10639         * elf/dl-object.c: Likewise.
10640         * iconv/iconv_charmap.c: Likewise.
10641         * iconv/iconv_prog.c: Likewise.
10642         * libio/iogetdelim.c: Likewise.
10643         * locale/lc-time.c: Likewise.
10644         * stdlib/canonicalize.c: Likewise.
10645         * sunrpc/svc.c: Likewise.
10646         * sysdeps/generic/glob.c: Likewise.
10648 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10650         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10651         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10652         remove high order bit from the program counter.
10653         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10655 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10657         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10658         unnecessary code and add missing reloc types.
10659         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10660         case for reloc type R_390_NONE.
10662 2001-12-28  Andreas Jaeger  <aj@suse.de>
10664         * io/bug-ftw3.c: Include string.h for prototypes.
10666         * crypt/md5test.c (main): Remove unused variable.
10668         * dlfcn/modstatic.c: Add prototype to avoid warning.
10670 2001-12-26  Roland McGrath  <roland@frob.com>
10672         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10673         check only (SS->pending & MASK) for the signal to return.
10674         From Jeroen Dekkers <jeroen@dekkers.cx>.
10676 2001-12-22  Roland McGrath  <roland@frob.com>
10678         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10679         Use preprocessor #if conditionals instead of `if' to avoid
10680         warnings about divide by zero in dead code.
10682         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10683         _hurd_port_init, and __hurd_self_sigstate.
10685         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10687 2001-12-21  Andreas Jaeger  <aj@suse.de>
10689         * elf/dblloadmod1.c: Add prototype to avoid warning.
10690         * elf/dblloadmod2.c: Likewise.
10691         * elf/dblloadmod3.c: Likewise.
10692         * elf/reldepmod5.c: Likewise.
10693         * elf/reldepmod6.c: Likewise.
10695         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10696         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10697         used on all architectures.
10699         * sunrpc/svc_tcp.c: Add noreturn attribute for
10700         svctcp_rendezvous_abort.
10701         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10703         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10704         to avoid warning.
10706 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10708         * manual/llio.texi (aio_fsync): Fix a typo.
10709         Patch by Tammy Fox <tfox@redhat.com>.
10711 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10713         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10714         stack bias from child stack pointer before passing it to clone syscall.
10716 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10718         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10719         _SC_TZNAME_MAX.
10720         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10721         Reported by Thorsten Kukuk <kukuk@suse.de>.
10723         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10724         add some casts.
10726         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10728 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10730         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10731         conforming: return EBADF if file descriptor is invalid and EINVAL
10732         if file descriptor is no valid tty.
10733         * login/tst-grantpt.c: New file.
10734         * login/Makefile (tests): Add tst-grantpt.
10736 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10738         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10739         different than implemented in last patch.
10740         * io/bug-ftw3.c: Adjust test for changed handling of
10741         inaccessibility of toplevel dir.
10743 2001-12-16  Roland McGrath  <roland@frob.com>
10745         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10746         * grp/initgroups.c (internal_getgrouplist): Likewise.
10748         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10749         `default:' to silence new GCC warning.
10750         Rewrite cast of lvalue to silence new GCC warning.
10752         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10754         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10755         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10757 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10759         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10760         Patch by Stephen R. van den Berg.
10762         * crypt/md5.h: Define md5_uintptr.
10764 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10766         * libio/tst_swprintf.c (main): Add test for string argument with
10767         zero precision.
10768         * stdio-common/Makefile (tests): Add tst-sprintf.
10769         * stdio-common/tst-sprintf.c: New file.
10771 2001-12-13  Andreas Schwab  <schwab@suse.de>
10773         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10774         zero precision with wide character string format.
10776 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10778         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10779         but have a user supplied buffer, return the empty buffer, not NULL.
10781 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10783         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10784         Patch by Eric Sharkey <sharkey@netrics.com>.
10786         * crypt/md5test.c (main): Add test for multiple calls to
10787         __md5_process_bytes to itererate over input string.
10789 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10791         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10792         from __nis_findfastest.  Take timeout value from parameter.
10793         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10794         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10795         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10797 2001-12-12  Andreas Jaeger  <aj@suse.de>
10799         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10800         combreloc test so that it works in this case.
10802         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10804 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10806         * sysdeps/sh/Makefile: New file.
10807         * sysdeps/sh/_mcount.S: New file.
10808         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10809         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10811 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10813         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10814         limitation [PR libc/2564].
10816 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10818         * elf/Makefile (dl-routines): Add conflict.
10819         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10820         (ld.so): Add _begin local symbol.
10821         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10822         Define.
10823         * elf/dl-deps.c (_dl_build_local_scope): New function.
10824         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10825         of all libraries.
10826         * elf/do-rel.h (VALIDX): Define.
10827         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10828         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10829         can be skipped.
10830         * elf/dl-conflict.c: New file.
10831         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10832         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10833         non-NULL.
10834         (_dl_lookup_symbol_skip): Likewise.
10835         (_dl_lookup_versioned_symbol): Likewise.
10836         (_dl_lookup_versioned_symbol_skip): Likewise.
10837         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10838         define to ElfW(Rel).
10839         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10840         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10841         ranges.
10842         Don't adjust address dynamic tags if l_addr is 0.
10843         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10844         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10845         (VALIDX, ADDRIDX): Define.
10846         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10847         (dl_main): Print library list for LD_TRACE_PRELINKING.
10848         If prelinking information can be used, skip relocating libraries and
10849         call _dl_resolve_conflicts instead.
10850         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10851         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10852         if LD_TRACE_PRELINKING.
10853         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10854         + DT_ADDRNUM.
10855         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10856         (DL_DEBUG_PRELINK): Define.
10857         (_dl_resolve_conflicts): Add prototype.
10859         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10860         .plt for prelinked libraries where prelinking info cannot be used.
10861         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10862         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10863         * sysdeps/arm/bits/link.h: New file.
10864         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10865         content of .got[1].
10866         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10867         (ELF_MACHINE_PLT_REL): Define.
10868         (elf_machine_rela, elf_machine_rela_relative): New functions.
10869         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10870         of adjusting it if prelinked and prelinking cannot be used.
10871         * sysdeps/i386/bits/link.h: New file.
10872         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10873         content of .got[1].
10874         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10875         (ELF_MACHINE_PLT_REL): Define.
10876         (elf_machine_rela, elf_machine_rela_relative): New functions.
10877         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10878         of adjusting it if prelinked and prelinking cannot be used.
10879         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10880         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10881         to find out map for R_PPC_JMP_SLOT relocs.
10882         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10883         (OPCODE_BA): Define.
10884         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10885         libraries where prelinking info cannot be used.
10886         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10887         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10888         (elf_machine_rela): Set value to 0 if relocating conflicts.
10889         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10890         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10891         (sparc64_fixup_plt): Fix a typo.
10892         (elf_machine_rela): Set value to 0 if relocating conflicts.
10893         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10894         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10895         libraries where prelinking info cannot be used.
10896         * sysdeps/sh/bits/link.h: New file.
10897         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10898         content of .got[1].
10899         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10900         of adjusting it if prelinked and prelinking cannot be used.
10901         * sysdeps/s390/s390-32/bits/link.h: New file.
10902         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10903         Save original content of .got[1].
10904         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10905         of adjusting it if prelinked and prelinking cannot be used.
10906         * sysdeps/s390/s390-64/bits/link.h: New file.
10907         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10908         Save original content of .got[1].
10909         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10910         of adjusting it if prelinked and prelinking cannot be used.
10911         * sysdeps/x86_64/bits/link.h: New file.
10912         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10913         Save original content of .got[1].
10914         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10915         of adjusting it if prelinked and prelinking cannot be used.
10917 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10919         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10920         where appropriate instead of numbers.  Little optimizations.
10922 2001-12-10  Roland McGrath  <roland@frob.com>
10924         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10925         set it.
10927         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10928         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10930         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10931         Fix conditionals so this is set by default for stdio and not for libio.
10932         * sysdeps/mach/hurd/configure: Regenerated.
10934 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10936         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10938 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10940         * io/Makefile (tests): Add bug-ftw3.
10941         * io/bug-ftw3.c: New file.
10943         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10944         matches and GLOB_NOCHECK is set.
10945         * posix/globtest.sh: Correct expected result for NOCHECK test.
10947         * po/ca.po: Update from translation team.
10949 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10951         Implement transliteration of characters in strings of the locale
10952         definitions.
10953         * locale/programs/linereader.c: Adjust for additional parameter to
10954         lr_token.
10955         (get_string): If character <Uxxxx> is not found try to transliterate
10956         it.
10957         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10958         lr_token.  Add const to charmap parameter of all functions.
10959         (find_translit, find_translit2): New functions.
10960         * locale/programs/charmap.c: Adjust for additional parameter to
10961         lr_token.
10962         * locale/programs/repertoire.c: Likewise.
10963         * locale/programs/linereader.h: Likewise.
10964         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10965         parameter of all functions.
10966         * locale/programs/ld-collate.c: Likewise.
10967         * locale/programs/ld-identification.c: Likewise.
10968         * locale/programs/ld-measurement.c: Likewise.
10969         * locale/programs/ld-messages.c: Likewise.
10970         * locale/programs/ld-monetary.c: Likewise.
10971         * locale/programs/ld-name.c: Likewise.
10972         * locale/programs/ld-numeric.c: Likewise.
10973         * locale/programs/ld-paper.c: Likewise.
10974         * locale/programs/ld-paper.c: Likewise.
10975         * locale/programs/ld-telephone.c: Likewise.
10976         * locale/programs/ld-time.c: Likewise.
10977         * locale/programs/locfile.c: Likewise.
10978         * locale/programs/localedef.c: Likewise.
10979         * locale/programs/localedef.h: Likewise.
10980         * locale/programs/locfile.h: Likewise.  Add declaration for
10981         find_translit.
10982         * locale/programs/simple-hash.c: Add const to first parameter of
10983         find_entry, iterate_table, and lookup.
10984         * locale/programs/simple-hash.h: Likewise.
10985         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10986         instead.
10987         * include/locale.h: Define __LC_LAST.
10988         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10990 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10992         * sysdeps/powerpc/Dist: Update for recent FP changes.
10993         * sysdeps/powerpc/fpu/Dist: Likewise.
10995 2001-12-07  Andreas Schwab  <schwab@suse.de>
10997         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10999 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11001         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
11002         save/restore functions here.
11003         (libm-support): Don't define these functions here.
11004         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
11005         functions here.
11006         * sysdeps/powerpc/fe_nomask.c: Move to...
11007         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
11008         * sysdeps/powerpc/fprrest.S: Move to...
11009         * sysdeps/powerpc/fpu/fprrest.S: ... here.
11010         * sysdeps/powerpc/fprsave.S: Move to...
11011         * sysdeps/powerpc/fpu/fprsave.S: ... here.
11013 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11015         * sysdeps/unix/sysv/linux/opensock.c: New file.
11017 2001-12-06  Geoff Keating  <geoffk@redhat.com>
11019         * config.make.in (with-fp): Define from configure.
11020         * configure.in: Substitute with_fp.
11021         * configure: Regenerate.
11022         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
11023         specified, and don't change FPU environment.
11025 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
11027         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
11028         * assert/assert.c: Check result of __asprintf call and don't use
11029         string if it failed.
11030         * assert/assert-perr.c: Likewise.
11031         * inet/rcmd.c: Likewise.
11032         * locale/programs/localedef.c (main): Check result of
11033         construct_output_path and exit if it failed.
11034         (construct_output_path): Check result of asprintf and mkdir calls and
11035         fail if they failed.
11036         * posix/getopt.c: Check result of __asprintf calls and fail if
11037         they failed.
11038         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11040 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11042         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11043         patch.
11044         * sysdeps/generic/strncase.c: Likewise.
11045         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11047 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11049         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11051         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11052         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11053         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11054         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11055         * sysdeps/powerpc/fclrexcpt.c: Move to...
11056         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11057         * sysdeps/powerpc/fpu_control.h: Move to...
11058         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11060 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11062         * iconvdata/ibm1129.h: Remove duplicate mappings.
11063         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11064         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11065         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11067         * timezone/zic.c: Fix handling of turnaround times.
11068         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11070 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11072         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11073         overflow problem.
11075 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11077         * posix/regex.c: For use outside glibc defined bounded pointer
11078         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11080         * iconvdata/Makefile (modules): Add TCVN5712-1.
11081         * iconvdata/TESTS: Add TCVN5712-1.
11082         * iconvdata/gconv-modules: Likewise.
11083         * iconvdata/tcvn5712-1.c: New file.
11084         * iconvdata/testdata/TCVN-5712: New file.
11085         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11087 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11089         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11091 2001-12-02  Roland McGrath  <roland@frob.com>
11093         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11095         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11096         Reported by Jeff Bailey <jbailey@nisa.net>.
11098         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11099         Reported by Jeff Bailey <jbailey@nisa.net>.
11101         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11102         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11103         Reported by Jeff Bailey <jbailey@nisa.net>.
11105 2001-12-01  Roland McGrath  <roland@frob.com>
11107         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11108         missing backslash in test arguments.
11109         * sysdeps/mach/hurd/configure: Regenerated.
11111 2001-11-26  Roland McGrath  <roland@frob.com>
11113         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11114         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11116 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11118         * iconvdata/Makefile (modules): Add ARMSCII-8.
11119         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11120         * iconvdata/armscii-8.c: New file.
11122 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11124         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11125         don't match, fix {{a,b},c} globbing, clean up.
11126         Patch by Flavio Veloso <flaviovs@magnux.com>.
11127         * posix/globtest.sh: Add new tests.
11129 2001-11-29  Andreas Jaeger  <aj@suse.de>
11131         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11132         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11134         * sysdeps/generic/abort.c: Include libioP.h for
11135         _IO_flush_all_lockp prototype.
11137 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11139         * posix/regex.h: Define __restrict_arr correctly.
11141 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11143         * iconvdata/ibm1163.c: New file.
11144         * iconvdata/ibm1163.h: New file.
11145         * iconvdata/ibm1164.c: New file.
11146         * iconvdata/ibm1164.h: New file.
11147         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11148         * iconvdata/Makefile: Likewise.
11149         * iconvdata/testdata/IBM1163: New file.
11150         * iconvdata/testdata/IBM1163..UTF8: New file.
11151         * iconvdata/testdata/IBM1164: New file.
11152         * iconvdata/testdata/IBM1164..UTF8: New file.
11153         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11155         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11156         * iconvdata/ibm1124.h: Likewise.
11157         * iconvdata/ibm1132.h: Likewise.
11158         * iconvdata/ibm1133.h: Likewise.
11159         * iconvdata/ibm1160.h: Likewise.
11160         * iconvdata/ibm1161.h: Likewise.
11161         * iconvdata/ibm1162.h: Likewise.
11162         * iconvdata/ibm856.h: Likewise.
11163         * iconvdata/ibm922.h: Likewise.
11164         * iconvdata/ibm930.h: Likewise.
11165         * iconvdata/ibm932.h: Likewise.
11166         * iconvdata/ibm933.h: Likewise.
11167         * iconvdata/ibm935.h: Likewise.
11168         * iconvdata/ibm937.h: Likewise.
11169         * iconvdata/ibm939.h: Likewise.
11170         * iconvdata/ibm943.h: Likewise.
11171         * iconvdata/ibm930.c: Pretty printing.
11172         * iconvdata/ibm937.c: Avoid access accross array boundary.
11174         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11175         the current locale's codeset.
11176         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11177         empty input string.
11178         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11179         and from-charset.  Don't determine locale's charset here.
11181         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11182         as the old _IO_flush_all but lock only if parameter is nonzero.
11183         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11184         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11185         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11186         if libio is used [PR libc/2575].
11188 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11190         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11191         __signbitl): Only define for ISO C99.
11193 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11195         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11196         herrnop to NETDB_INTERNAL if we run out of buffer space.
11198 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11200         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11201         overflow test for platforms with signed char.
11202         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11204 2001-11-28  Bruno Haible  <bruno@clisp.org>
11206         * locale/programs/simple-hash.c (lookup_2): Remove function.
11207         (insert_entry_2): Call lookup instead of lookup_2.
11209 2001-03-04  Bruno Haible  <bruno@clisp.org>
11211         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11213 2001-10-31  Bruno Haible  <bruno@clisp.org>
11215         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11217 2001-03-21  Bruno Haible  <bruno@clisp.org>
11219         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11220         chokes on empty macro arguments.
11221         * intl/plural.y: Add #pragma for alloca on AIX 3.
11223 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11225         * intl/dcigettext.c (guess_category_value): Only implement for
11226         glibc.  Otherwise rely on function _nl_locale_name which isn't
11227         present in the glibc sources.
11229 2001-09-24  Bruno Haible  <bruno@clisp.org>
11231         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11232         transliteration when building on a glibc system but outside glibc.
11234 2001-09-22  Bruno Haible  <bruno@clisp.org>
11236         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11237         * intl/dcigettext.c (plural_eval): Remove function, moved to
11238         intl/plural-eval.c.
11239         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11240         Include plural-eval.c.
11242 2001-09-22  Bruno Haible  <bruno@clisp.org>
11244         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11245         don't start with a digit; nplurals must be positive.
11247 2001-09-02  Bruno Haible  <bruno@clisp.org>
11249         * intl/plural-exp.h: New file, extracted from gettextP.h.
11250         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11251         * intl/gettextP.h (struct expression, struct parse_args,
11252         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11253         * intl/loadmsgcat.c: Include plural-exp.h.
11254         (PLURAL_PARSE): Move macro to plural-exp.h.
11255         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11256         plural-exp.c.
11257         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11258         EXTRACT_PLURAL_EXPRESSION.
11259         (_nl_unload_domain): Update.
11260         * intl/dcigettext.c: Include plural-exp.h.
11261         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11262         (FREE_EXPRESSION): Move macro to plural-exp.h.
11263         * intl/Makefile (routines): Add plural-exp.
11264         (distribute): Add plural-exp.h.
11266 2001-07-28  Bruno Haible  <bruno@clisp.org>
11268         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11269         isdigit, tolower argument to 'unsigned char'.
11270         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11271         'unsigned char'.
11272         * intl/localealias.c (read_alias_file): Cast isspace argument to
11273         'unsigned char'.
11275 2001-10-20  Bruno Haible  <bruno@clisp.org>
11277         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11278         anyway.)
11279         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11280         with the variable 'index' in plural_lookup.
11281         * intl/l10nflist.c (strchr): Likewise.
11282         * intl/localealias.c (strchr): Likewise.
11284         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11285         * intl/bindtextdom.c: Likewise.
11286         * intl/dcigettext.c: Likewise.
11287         * intl/dgettext.c: Likewise.
11288         * intl/dngettext.c: Likewise.
11289         * intl/explodename.c: Likewise.
11290         * intl/finddomain.c: Likewise.
11291         * intl/gettext.c: Likewise.
11292         * intl/l10nflist.c: Likewise.
11293         * intl/loadmsgcat.c: Likewise.
11294         * intl/localealias.c: Likewise.
11295         * intl/ngettext.c: Likewise.
11296         * intl/textdomain.c: Likewise.
11297         * intl/gettext.h: Assume <limits.h> exists.
11299 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11301         * stdio-common/Makefile (tests): Add scanf11.
11302         * stdio-common/scanf11.c: New file.
11304 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11306         * version.h (RELEASE): Define as development.
11307         (VERSION): Set to 2.2.90.
11309 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11311         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11312         * nis/nss_nis/nis-grp.c: Likewise.
11313         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11315         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11316         * nis/nss_nis/nis-pwd.c: Likewise.
11317         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11319         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11320         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11321         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11323         * nscd/grpcache.c: Use strtoul instead of atol.
11324         * nscd/pwdcache.c: Likewise.
11325         * nss/getent.c: Likewise.
11327 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11329         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11330         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11332 2001-11-19  Bruno Haible  <bruno@clisp.org>
11334         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11335         90%.
11336         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11337         improves the quality of the hash function, especially for short
11338         strings.
11340 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11342         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11343         are found call conv_error and not input_error [PR libc/2669].
11345         * math/bits/mathcalls.h: Mark ceil and floor as const.
11346         Reported by David Mosberger.
11348 2001-11-21  Jim Meyering  <meyering@lucent.com>
11350         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11351         Define to be __-prefixed.
11352         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11354 2001-11-26  Andreas Jaeger  <aj@suse.de>
11356         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11357         avoid warning.
11359 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11361         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11362         initialization.
11364         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11365         unused variables.  Fix threshold for returning 1.0.
11367         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11368         argument.
11370         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11371         remove unused variables.
11373         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11375         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11376         include local math header files.
11378 2001-11-22  Andreas Jaeger  <aj@suse.de>
11380         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11381         avoid warning.
11383 2001-11-21  Andreas Jaeger  <aj@suse.de>
11385         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11387         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11388         sys/debugreg.h
11390 2001-11-15  Andreas Jaeger  <aj@suse.de>
11392         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11393         compilers that support it.
11395         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11396         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11397         * stdlib/stdlib.h: Likewise.
11399 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11401         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11402         statement with gotos.
11403         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11405 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11407         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11409 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11411         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11413 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11414             H.J. Lu  <hjl@gnu.org>
11416         * Versions.def (libc): Add GCC_3.0.
11417         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11418         if gcc supports this flag.
11419         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11420         (gcc3): Allow glibc to be compiled with gcc 3.x.
11421         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11422         * config.make.in (static-libgcc, unwind-find-fde): Add.
11423         * Makerules (build-shlib-helper, build-module-helper): Use it.
11424         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11425         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11426         necessary.
11427         (_fini): Call __deregister_frame_info_bases if
11428         __register_frame_info_bases was used to register.
11429         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11430         for GLIBC_2.0.
11431         (__register_frame_info_bases, __register_frame_info_table_bases,
11432         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11433         * elf/Makefile (routines): Add unwind-dw2-fde.
11434         (shared-only-routines): Add unwind-dw2-fde.
11435         * sysdeps/alpha/gccframe.h: New file.
11436         * sysdeps/arm/gccframe.h: New file.
11437         * sysdeps/generic/framestate.c: New file.
11438         * sysdeps/generic/dwarf2.h: New file.
11439         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11440         * sysdeps/generic/unwind-dw2-fde.c: New file.
11441         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11442         * sysdeps/generic/unwind-dw2-fde.h: New file.
11443         * sysdeps/generic/unwind-dw2.c: New file.
11444         * sysdeps/generic/unwind-pe.h: New file.
11445         * sysdeps/generic/unwind.h: New file.
11446         * sysdeps/hppa/gccframe.h: New file.
11447         * sysdeps/i386/gccframe.h: New file.
11448         * sysdeps/m68k/gccframe.h: New file.
11449         * sysdeps/mips/gccframe.h: New file.
11450         * sysdeps/powerpc/gccframe.h: New file.
11451         * sysdeps/s390/gccframe.h: New file.
11452         * sysdeps/sh/gccframe.h: New file.
11453         * sysdeps/sparc/gccframe.h: New file.
11454         * sysdeps/vax/gccframe.h: New file.
11455         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11456         Set on all architectures except ia64.
11457         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11458         for i386.
11459         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11460         __deregister_frame_info): Move to elf/Versions.
11461         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11462         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11463         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11464         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11465         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11466         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11467         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11468         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11469         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11470         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11471         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11472         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11473         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11474         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11475         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11476         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11477         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11478         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11480 2001-11-15  Jeff Law  <law@redhat.com>
11482         * posix/regex.c (uintptr_t): Do not provide a definition if the
11483         system provided one.
11485 2001-11-13  Roland McGrath  <roland@frob.com>
11487         * stdio-common/tmpfile.c: Moved to ...
11488         * sysdeps/generic/tmpfile.c: ... here.
11489         * sysdeps/mach/hurd/tmpfile.c: New file.
11491         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11492         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11493         (fopenport): Define as weak alias.
11495         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11496         * libio/libioP.h: ... to here.
11498 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11500         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11501         program header twice.  Construct list with the needed information.
11503 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11505         * po/ca.po: Update from translation team.
11507         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11508         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11509         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11510         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11512 2001-11-10  Andreas Jaeger  <aj@suse.de>
11514         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11515         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11516         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11518 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11520         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11521         correctly.
11522         * elf/dl-load.c (is_dst): New function.
11523         (_dl_dst_count): Use is_dst to check for DST variable.
11524         (_dl_dst_substitute): Likewise.
11526 2001-11-09  Roland McGrath  <roland@frob.com>
11528         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11529         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11530         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11531         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11532         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11533         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11534         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11535         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11536         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11537         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11538         * sysdeps/mach/hurd/powerpc/Dist: New file.
11540         * hurd/privports.c (__get_privileged_ports):
11541         Only contact the proc server if necessary for this call.
11542         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11543         Check error return for mach_port_mod_refs.
11545 2001-11-09  Andreas Schwab  <schwab@suse.de>
11547         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11549 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11551         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11552         object is always the last in the list.
11553         (_dl_map_object_from_fd): Delete code to remove from object list
11554         when DF_1_NOOPEN is seen.  This is done in lose.
11556 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11558         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11560 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11562         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11563         HWCAP_CHECK macro code.
11565         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11566         Now returns MAP_FAILED on error.
11567         * elf/rtld.c: Adjust caller.
11568         * sysdeps/generic/dl-cache.c: Likewise.
11569         * sysdeps/generic/ldsodefs.h: Adjust description.
11571         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11572         (_dl_check_map_versions): Likewise.
11574 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11576         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11577         _dl_signal_error directly, always use lose.  Set fd to -1 after
11578         file is closed.
11579         (lose): Don't call close if fd == -1.
11581 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11583         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11584          Also fix typo @code {mbsinit} to @code{mbsinit}.
11586 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11588         * elf/dl-profile.c: Replace state variable with simple flag named
11589         running.  Remove commented-out code.
11591         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11592         (_dl_init_paths): Likewise.
11593         (_dl_map_object_from_fd): Likewise.
11594         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11596 2001-11-06  Roland McGrath  <roland@frob.com>
11598         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11599         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11601         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11602         sysdeps/powerpc/elf/sysdep.h.
11603         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11605 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11607         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11608         speed.
11609         (process_envvars): Some more optimizations.
11610         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11612         * elf/elf.h: Add dynamic tag definitions for prelinking.
11614         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11615         Rewrite code to remove environment varables for SUID binaries.
11616         Small optimization in LD_PROFILE handling.
11617         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11618         changes.
11619         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11621         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11623         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11624         strings.  Change type of second parameter.
11625         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11626         for last change.
11628         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11630 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11632         * manual/string.texi: Fix typos.
11633         * manual/examples/argp-ex2.c: Likewise.
11635 2001-11-05  Roland McGrath  <roland@frob.com>
11637         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11638         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11639         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11640         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11641         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11642         here, put under [__ELF__].
11644 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11646         * manual/charset.texi: Extensive editing work.
11647         * manual/nss.texi: Likewise.
11648         Changes by Dennis Grace <dgrace@us.ibm.com>.
11650 2001-11-04  Roland McGrath  <roland@frob.com>
11652         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11653         parameter to dir_mkfile.
11655 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11657         * string/bits/string2.h (__strndup): If n is smaller than len, set
11658         len to n + 1.
11659         * string/tester.c (test_strndup): New function.
11660         (main): Call it.
11662 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11664         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11666         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11667         * scripts/cpp: New file.
11669         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11670         for rtld_search_dirs content.  Minor optimizations.
11672 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11674         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11675         avoiding unnecessary duplication.
11677 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11679         * elf/dl-load.c (_dl_map_object): If library was found using
11680         LD_LIBRARY_PATH, don't try RUNPATH list.
11682 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11684         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11685         Correct second argument of register_dump call.
11686         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11687         Likewise.
11689 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11691         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11692         modules.
11693         * iconvdata/TESTS: Likewise.
11694         * iconvdata/gconv-modules: Likewise.
11695         * iconvdata/ibm1132.c: New file.
11696         * iconvdata/ibm1132.h: New file.
11697         * iconvdata/ibm1133.c: New file.
11698         * iconvdata/ibm1133.h: New file.
11699         * iconvdata/ibm1162.c: New file.
11700         * iconvdata/ibm1162.h: New file.
11701         * iconvdata/testdata/IBM1132: New file.
11702         * iconvdata/testdata/IBM1132..UTF8: New file.
11703         * iconvdata/testdata/IBM1133: New file.
11704         * iconvdata/testdata/IBM1133..UTF8: New file.
11705         * iconvdata/testdata/IBM1162: New file.
11706         * iconvdata/testdata/IBM1162..UTF8: New file.
11707         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11709         * string/string.h: Fix typo in comment.
11710         * wcsmbs/wchar.h: Likewise.
11712 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11714         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11715         const in type of longopts parameter.
11717 2001-10-29  Andreas Jaeger  <aj@suse.de>
11719         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11721 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11723         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11724         output, clarify `#' behaviour on 0.
11725         (Floating-Point Conversions): Clarify that %g only uses %e when
11726         the exponent would be greater than 1.
11728 2001-10-28  Roland McGrath  <roland@frob.com>
11730         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11731         * sysdeps/mach/powerpc/machine-sp.h: New file.
11732         * sysdeps/mach/powerpc/sysdep.h: New file.
11733         * sysdeps/mach/powerpc/thread_state.h: New file.
11735         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11736         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11737         expect to need the same thing on every platform.
11739         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11740         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11742         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11743         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11744         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11745         Move all these assembly-related definitions to ...
11746         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11748         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11749         by Peter Bruin <pjbruin@dds.nl>.
11751         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11752         packing results for a `poll' call.
11754 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11756         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11757         correctly.
11758         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11759         bracket expression.
11761         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11762         nrules value.
11763         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11765 2001-10-24  H.J. Lu  <hjl@gnu.org>
11767         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11768         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11769         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11771 2001-10-21  Jim Meyering  <meyering@lucent.com>
11773         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11774         this code would end up calling gettext even in packages built
11775         with --disable-nls.
11776         * posix/getopt.c (_): Likewise.
11777         * posix/regex.c (_): Likewise.
11779 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11781         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11782         lookup not ip6.int.
11783         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11784         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11786 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11788         * misc/sys/cdefs.h (__attribute_used__): Define.
11789         * elf/rtld.c (_dl_start): Add __attribute_used__.
11790         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11792 2001-10-25  Andreas Schwab  <schwab@suse.de>
11794         * stdlib/a64l.c: Expect least significant digit first.
11795         * stdlib/l64a.c: Produce least significant digit first.
11796         * stdlib/Makefile (tests): Add test-a64l.
11797         * stdlib/test-a64l.c: New file.
11798         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11800 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11802         * po/sk.po: Update from translation team.
11804 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11806         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11808 2001-10-18  Andreas Schwab  <schwab@suse.de>
11810         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11811         next whole number.
11812         (print_function_ulps): Likewise.
11813         (print_complex_function_ulps): Likewise.
11814         (print_max_error): Likewise.
11815         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11817 2001-10-16  Andreas Schwab  <schwab@suse.de>
11819         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11820         implementation.
11822         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11823         BSD_SETJMP or BSD__SETJMP is defined, resp.
11824         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11825         a tail call to __sigsetjmp that would require extending the
11826         caller's frame.
11827         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11828         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11829         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11830         Reported by Jes Sorensen <jes@trained-monkey.org>.
11832 2001-10-16  Andreas Jaeger  <aj@suse.de>
11834         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11835         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11836         close PR libc/2589.
11838 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11840         * po/ca.po: New file.  Contributed by the translation team.
11842 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11844         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11845         a varargs prototype.  Remove dependency from kernel header files.
11847         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11848         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11850 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11852         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11853         to generate hexadecimal identifier.
11854         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11856 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11858         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11860 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11862         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11863         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11864         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11866         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11867         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11868         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11869         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11870         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11871         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11873         * timezone/africa: Update from tzdata2001d.
11874         * timezone/asia: Likewise.
11875         * timezone/australasia: Likewise.
11876         * timezone/backward: Likewise.
11877         * timezone/europe: Likewise.
11878         * timezone/leapseconds: Likewise.
11879         * timezone/northamerica: Likewise.
11880         * timezone/southamerica: Likewise.
11881         * timezone/zone.tab: Likewise.
11883 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11885         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11886         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11888 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11890         * elf/elf.h (PT_TLS): New definition.
11892 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11894         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11895         bits/errno.h
11897 2001-10-07  Roland McGrath  <roland@frob.com>
11899         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11901 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11903         * elf/elf.h: Add more ELFOSABI_* constants.
11905 2001-10-04  Ben Collins  <bcollins@debian.org>
11907         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11908         decleration of __need_wchar_t.
11910 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11912         * string/bits/string2.h (__strsep_g): Add prototype.
11913         (__strsep): Use it.
11914         * string/Versions (__strsep): Remove.
11915         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11917 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11919         * manua/llio.texi: Clarify file references added by mmap.
11920         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11922 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11924         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11925         Add sc_loadrs and sc_rbs_bas to match current kernel.
11927 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11929         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11931         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11933 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11935         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11936         object has been bumped because of relocation dependency, avoid
11937         duplicates in l_scope.
11938         (show_scope): Fix typos.
11939         * elf/Makefile: Add rules to build and run reldep6.
11940         * elf/reldep6.c: New file.
11941         * elf/reldep6mod0.c: New file.
11942         * elf/reldep6mod1.c: New file.
11943         * elf/reldep6mod2.c: New file.
11944         * elf/reldep6mod3.c: New file.
11945         * elf/reldep6mod4.c: New file.
11947 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11949         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11950         sparc64_fixup_plt.
11951         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11952         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11953         for non-lazy binding. Fix .plt[32768+] handling.
11954         (elf_machine_plt_value): Don't add addend.
11955         (elf_machine_rela): Call sparc64_fixup_plt instead of
11956         elf_machine_fixup_plt.
11957         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11958         dynamic linker at 0xfffff800XXXXXXXX.
11960         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11962 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11964         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11966 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11968         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11969         declare __cmsg_data field if its size would be bigger than 0.
11970         (CMSG_DATA): Adjust accordingly.
11971         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11972         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11973         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11974         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11975         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11976         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11977         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11979 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11981         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11982         * iconvdata/testdata/IBM1160: New file.
11983         * iconvdata/testdata/IBM1160..UTF8: New file.
11984         * iconvdata/testdata/IBM1161: New file.
11985         * iconvdata/testdata/IBM1161..UTF8: New file.
11986         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11988 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11990         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11991         UL_SETFSIZE computations better.
11993         * rt/Makefile: Remove use of filter for librt again.
11995         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11996         UL_SETFSIZE computations better.
11998         * string/Versions: Export __strsep for GLIBC_2.2.5.
11999         * string/bits/string2.h: Define all __STRING_INLINE functions if
12000         _FORCE_INLINES is defined.
12001         Use int instead of char of parameter types.
12002         (__strsep): Don't use __strsep_g.  Don't define it.
12003         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
12004         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
12005         __strcpy_small.
12006         (__stpcpy_a_small): Renamed from __stpcpy_small.
12007         (__strcspn_c1): Don't define if _FORCE_INLINES.
12008         (__strspn_c1): Likewise.
12010 2001-09-22  Ben Collins  <bcollins@debian.org>
12012         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
12013         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
12014         * sysdeps/ia64/bits/sigaction.h: Likewise.
12015         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
12017 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
12019         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
12021 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
12023         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
12025 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
12027         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
12029 2001-09-20  H.J. Lu  <hjl@gnu.org>
12031         * include/dlfcn.h (__RTLD_SPROF): New definiton.
12032         * elf/dl-open.c (dl_open_worker): Return immediately after loading
12033         for __RTLD_SPROF.
12034         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
12035         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
12037 2001-09-20  H.J. Lu  <hjl@gnu.org>
12039         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12040         don't add 1.
12042 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12044         * nss/getent.c: Accept -s parameter to overwrite rules in
12045         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12047         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12048         with as many ".0" as necessary to form a complete address
12049         inet_network understands.
12051         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12052         calls.
12054 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12056         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12057         _JMPBUF_UNWINDS.
12058         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12060 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12062         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12063         IBM1161.
12064         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12065         * iconvdata/ibm1160.c: New file.
12066         * iconvdata/ibm1160.h: New file.
12067         * iconvdata/ibm1161.c: New file.
12068         * iconvdata/ibm1161.h: New file.
12069         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12071 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12073         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12074         difference between base address and first PT_LOAD's virtual address,
12075         not the base address.
12077 2001-09-11  Tom Rix  <trix@redhat.com>
12079         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12080         ifdef for __getopt_clean_environment.
12081         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12083 2001-09-22  Andreas Jaeger  <aj@suse.de>
12085         * elf/reldep4.c (main): Add proper prototype to fix warning.
12087         * elf/reldep5.c (main): Remove unused variable.
12089         * math/math_private.h: Add prototypes.
12091 2001-09-21  Andreas Jaeger  <aj@suse.de>
12093         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12094         * sysdeps/x86_64/Dist: New file.
12095         * sysdeps/x86_64/soft-fp/Dist: New file.
12097         * sysdeps/gnu/Dist: Remove eval.c.
12099 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12101         * malloc/memusage.c (realloc): Don't count already allocated
12102         memory in the sums.
12103         (me): Always use dlsym() to find the real implementations.
12105         * malloc/memusage.sh: Make -n option actually do something.
12107 2001-09-20  Andreas Jaeger  <aj@suse.de>
12109         * elf/elf.h (R_390_NUM): Correct value.
12111         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12112         libpthread.
12114         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12115         for x86-64, install x86-64 into */lib64.
12117         * shlib-versions: Add x86-64.
12119         * elf/elf.h: Add x86-64 relocations.
12121 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12123         * po/fr.po: Update from translation team.
12125 2001-09-19  Andreas Jaeger  <aj@suse.de>
12127         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12128         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12129         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12130         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12131         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12132         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12133         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12134         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12135         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12136         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12137         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12138         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12139         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12140         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12141         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12142         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12143         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12144         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12145         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12146         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12147         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12148         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12149         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12150         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12151         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12152         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12153         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12154         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12155         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12156         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12157         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12158         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12159         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12160         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12161         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12162         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12163         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12164         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12165         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12166         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12167         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12168         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12169         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12170         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12171         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12172         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12173         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12174         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12175         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12176         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12177         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12178         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12179         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12180         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12181         * sysdeps/unix/x86_64/sysdep.S: New file.
12182         * sysdeps/unix/x86_64/sysdep.h: New file.
12183         * sysdeps/x86_64/Implies: New file.
12184         * sysdeps/x86_64/Makefile: New file.
12185         * sysdeps/x86_64/Versions: New file.
12186         * sysdeps/x86_64/__longjmp.S: New file.
12187         * sysdeps/x86_64/abort-instr.h: New file.
12188         * sysdeps/x86_64/atomicity.h: New file.
12189         * sysdeps/x86_64/bits/endian.h: New file.
12190         * sysdeps/x86_64/bits/setjmp.h: New file.
12191         * sysdeps/x86_64/bits/string.h: New file.
12192         * sysdeps/x86_64/bp-asm.h: New file.
12193         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12194         * sysdeps/x86_64/bsd-setjmp.S: New file.
12195         * sysdeps/x86_64/dl-machine.h: New file.
12196         * sysdeps/x86_64/elf/initfini.c: New file.
12197         * sysdeps/x86_64/elf/start.S: New file.
12198         * sysdeps/x86_64/ffs.c: New file.
12199         * sysdeps/x86_64/ffsll.c: New file.
12200         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12201         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12202         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12203         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12204         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12205         * sysdeps/x86_64/fpu/e_expl.c: New file.
12206         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12207         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12208         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12209         * sysdeps/x86_64/fpu/e_logl.S: New file.
12210         * sysdeps/x86_64/fpu/e_powl.S: New file.
12211         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12212         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12213         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12214         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12215         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12216         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12217         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12218         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12219         * sysdeps/x86_64/fpu/fegetround.c: New file.
12220         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12221         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12222         * sysdeps/x86_64/fpu/fesetround.c: New file.
12223         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12224         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12225         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12226         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12227         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12228         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12229         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12230         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12231         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12232         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12233         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12234         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12235         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12236         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12237         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12238         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12239         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12240         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12241         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12242         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12243         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12244         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12245         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12246         * sysdeps/x86_64/gmp-mparam.h: New file.
12247         * sysdeps/x86_64/hp-timing.c: New file.
12248         * sysdeps/x86_64/hp-timing.h: New file.
12249         * sysdeps/x86_64/htonl.S: New file.
12250         * sysdeps/x86_64/memusage.h: New file.
12251         * sysdeps/x86_64/setjmp.S: New file.
12252         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12253         * sysdeps/x86_64/stackinfo.h: New file.
12254         * sysdeps/x86_64/sysdep.h: New file.
12255         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12257         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12258         L Moshier.
12260 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12262         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12263         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12265 2001-09-18  Andreas Schwab  <schwab@suse.de>
12267         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12268         list, now that l_scope is a pointer.
12270         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12271         scope list.
12273 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12275         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12276         (elf_machine_rela_relative): Add a missing declaration.
12278 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12280         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12281         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12282         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12283         ldd-rewrite scripts.
12285 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12287         * elf/ldd.bash.in: Update copyright message.
12289 2001-09-17  H.J. Lu  <hjl@gnu.org>
12291         * hurd/hurdmalloc.c (bcopy): Removed.
12292         (realloc): Replace bcopy with memcpy.
12293         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12294         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12295         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12297         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12298         (gethostbyaddr): Likewise.
12299         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12301 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12303         * sysdeps/gnu/eval.c: Removed.
12305 2001-09-18  Andreas Jaeger  <aj@suse.de>
12307         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12308         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12310         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12311         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12313         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12314         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12316 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12318         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12319         nrules value.
12321 2001-09-14  H.J. Lu  <hjl@gnu.org>
12323         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12325 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12327         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12328         Patch by Florian La Roche <laroche@redhat.com>.
12330         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12332         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12333         ETHER_CRC_LEN.
12335 2001-09-14  Andreas Schwab  <schwab@suse.de>
12337         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12338         Sumner <bls@sgi.com>.
12339         * posix/execlp.c: Likewise.
12341 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12343         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12344         is already found earlier in the search scope.
12346 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12348         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12349         filter.
12351 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12353         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12355 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12357         * config.h.in: Enforce optimization to be used.
12358         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12359         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12360         * posix/Makefile (annexc-CFLAGS): Define to -O.
12361         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12363 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12365         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12366         Patch by Stephan Kulow.
12368 2001-09-08  Ben Collins  <bcollins@debian.org>
12370         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12371         usage of RESOLVE() (r_type, not reloc->r_type).
12373 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12375         * elf/dl-object.c: Avoid allocating extra memory block for name.
12376         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12377         allocated separately.
12378         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12380 2001-09-08  H.J. Lu  <hjl@gnu.org>
12382         * po/zh_TW.po: Fix a typo.
12384 2001-09-07  Tom Rix  <trix@redhat.com>
12386         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12388 2001-08-26  Tom Rix  <trix@redhat.com>
12390         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12391         command line options.
12392         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12393         * sysdeps/unix/sysv/aix/start.c: Removed.
12394         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12395         * sysdeps/unix/sysv/aix/init-first.c: New file.
12396         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12398 2001-09-08  Ben Collins  <bcollins@debian.org>
12400         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12401         * sysdeps/generic/dl-machine.h: Likewise.
12402         * sysdeps/hppa/dl-fptr.c: Likewise.
12403         * sysdeps/ia64/dl-fptr.c: Likewise.
12404         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12405         * sysdeps/mips/dl-machine.h: Likewise.
12406         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12407         * sysdeps/powerpc/dl-machine.c: Likewise.
12409 2001-09-07  Ben Collins  <bcollins@debian.org>
12411         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12413         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12415 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12417         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12418         dependencies if necessary.
12420         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12421         loaded directly) determine length if l_initfini list by iterating
12422         over its elements.  Minor optimizations.
12423         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12424         for dependency objects.
12425         If object was already loaded check whether any of the dependencies
12426         is already on the relocation dependency list.  If yes, remove the
12427         latter.  Minor optimizations.
12428         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12429         maps here.  Search l_initfini list only if the object was loaded
12430         directly and not only as a dependency.
12431         (_dl_lookup_symbol): Add relocation dependency also if object
12432         is not in global scope.  Remove test for self-reference here.
12433         (_dl_lookup_versioned_symbol): Likewise.
12434         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12435         element of first name record.
12436         * elf/loadtest.c: Add some more test to recognize early if an object
12437         wasn't unloaded.
12438         * elf/Makefile: Add rules to build and run reldep5.
12439         * elf/reldep5.c: New file.
12440         * elf/reldepmod5.c: New file.
12441         * elf/reldepmod6.c: New file.
12443         * elf/reldep2.c: Fix typo.
12445 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12447         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12448         elements.  Change l_scope to be a pointer only.
12449         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12450         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12451         here add searchlist of newly open file to the dependency's scope.
12452         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12453         only searchlist from its scope.  Free own scope array if necessary.
12454         * elf/Makefile (tests): Add dblload and dblunload now.
12456 2001-09-06  Andreas Jaeger  <aj@suse.de>
12458         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12459         Stephen L Moshier.
12461 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12463         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12464         they both fail.
12465         * elf/dblload.c: New file.
12466         * elf/dblloadmod1.c: New file.
12467         * elf/dblloadmod2.c: New file.
12468         * elf/dblloadmod3.c: New file.
12469         * elf/dblunload.c: New file.
12471 2001-09-04  Richard Henderson  <rth@redhat.com>
12473         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12474         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12476 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12478         Correct very misleading message for error in failed runtime relocation.
12479         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12480         place of the error.
12481         (_dl_signal_cerror): Likewise.
12482         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12483         * elf/dl-close.c: Likewise.
12484         * elf/dl-deps.c: Likewise.
12485         * elf/dl-load.c: Likewise.
12486         * elf/dl-lookup.c: Likewise.
12487         * elf/dl-open.c: Likewise.
12488         * elf/dl-reloc.c: Likewise.
12489         * elf/dl-sym.c: Likewise.
12490         * elf/dl-version.c: Likewise.
12491         * sysdeps/generic/dl-sysdep.c: Likewise.
12493 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12495         * iconv/strtab.c (strtabinit): Initialize null Strent.
12496         (newstring): Move len == 0 handling...
12497         (strtabadd): ...here.
12498         If len == 1, return null Strent.
12499         When inserting a suffix of an existing string, check if
12500         it is not equal to some suffix already recorded.
12501         Copy left and right members over if adding longer string.
12503 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12505         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12507         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12508         (__syscall_gethostname): Add prototype.
12510 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12512         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12514 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12516         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12518 2001-08-27  Roland McGrath  <roland@frob.com>
12520         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12521         short, copy that much into NAME anyway before returning error.
12523 2001-09-01  Richard Henderson  <rth@redhat.com>
12525         * sysdeps/alpha/elf/Dist: Remove file.
12526         * sysdeps/alpha/elf/Makefile: Remove file.
12527         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12528         * sysdeps/alpha/elf/crtend.S: Remove file.
12529         * sysdeps/alpha/elf/initfini.c: New file.
12531 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12533         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12534         * iconv/tst-iconv3.c: Likewise.
12536 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12538         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12540 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12542         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12543         export it.
12544         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12545         * iconv/iconv_prog.c (insert_cache): New function.
12546         (print_known_names): If cache is used call insert_cache to use the
12547         information from the cache [PR libc/2509].
12549 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12551         * time/strptime.c (strptime_internal): Recognize 'l' format and
12552         handle it like 'I' for symmetry with strftime.
12554 2001-08-31  Richard Henderson  <rth@redhat.com>
12556         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12557         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12558         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12559         (print_statistics): Make scalar unsigned long long.
12560         * sysdeps/alpha/hp-timing.h: New file.
12562 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12564         * stdio-common/perror.c (perror): Save errno early, pass it
12565         down to perror_internal.
12566         (perror_internal): Add errnum argument.
12568 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12570         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12571         Don't add old memory content for R_ALPHA_REFQUAD.
12573 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12575         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12576         memory correctly.
12578         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12579         instead of open, __close instead of close, __getpagesize instead
12580         of getpagesize.
12582         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12583         instead of strnlen.
12584         * include/string.h (strndupa): Redefine here to use __strnlen
12585         instead of strnlen.
12586         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12588         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12589         connected).
12591 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12593         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12594         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12595         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12596         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12597         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12598         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12599         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12601 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12603         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12605 2001-08-30  Andreas Jaeger  <aj@suse.de>
12607         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12608         contributed Stephen L Moshier.
12610 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12612         * sunrpc/etc.rpc (sgi_fam): Add.
12614 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12616         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12618 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12620         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12621         first is from a previous call.
12622         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12624 2001-08-29  Andreas Schwab  <schwab@suse.de>
12626         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12628 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12630         * config.make.in (INSTALL_SCRIPT): Define.
12631         * Makeconfig (INSTALL_SCRIPT): Define.
12632         * Makerules (do-install-script): New macro to install scripts using
12633         INSTALL_SCRIPT.
12634         (install-bin-script): New rule to install scripts with
12635         do-install-script.
12636         (install-bin-script-nosubdir): New rule.
12637         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12638         (distinfo-vars): Add $(install-bin-script).
12639         * Rules (others): Likewise.
12640         * Makefile (glibcbug): Install with install-bin-script.
12641         * debug/Makefile (xtrace): Likewise.
12642         (catchsegv): Likewise.
12643         * elf/Makefile (ldd): Likewise.
12644         * malloc/Makefile (mtrace): Likewise.
12645         * timezone/Makefile (tzselect): Likewise.
12647 2001-08-29  H.J. Lu  <hjl@gnu.org>
12649         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12650         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12651         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12653 2001-08-29  Andreas Schwab  <schwab@suse.de>
12655         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12657 2001-08-28  H.J. Lu  <hjl@gnu.org>
12659         * Makeconfig (combreloc-LDFLAGS): New variable.
12660         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12661         * config.make.in (have-z-combreloc): New variable.
12662         * configure.in: Substitute libc_cv_z_combreloc.
12664 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12666         * po/sv.po: Update from translation team.
12667         * po/fr.po: Likewise.
12668         * po/da.po: Likewise.
12670 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12672         * Makerules: Fix a typo: MD% -> MD5.
12674 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12676         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12677         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12679 2001-08-28  Andreas Jaeger  <aj@suse.de>
12681         * manual/libc-texinfo.sh: Add entry about free manuals.
12683         * manual/contrib.texi (Contributors): Fix cross reference.
12685         * manual/libc.texinfo (Copying): Include freemanuals.
12687         * manual/Makefile (appendices): Add freemanuals.
12689         * manual/freemanuals.texi: New file.
12690         Patch by Brian Youmans <3diff@gnu.org>.
12692         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12693         smaller table.
12695         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12696         table on separate page.
12697         Patch by Brian Youmans <3diff@gnu.org>.
12699 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12701         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12702         the connection went down after we first used it try to connect
12703         again and resend the message before printing to the console.
12704         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12706 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12708         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12709         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12710         bit set.
12712 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12714         * iconv/strtab.c (searchstring): Use correct length for comparison.
12715         (strtabadd): Account total size correct if new string has old string as
12716         substring.
12718 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12720         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12722 2001-08-27  Andreas Jaeger  <aj@suse.de>
12724         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12726         * math/libm-test.inc (j0_test): Add extra tests.
12727         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12728         not x, in Hankel approximation.
12729         Patches by Stephen L Moshier.
12731 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12733         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12734         link_map.
12736         * configure.in: Fix test for .rela.dyn section.
12738         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12740 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12742         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12743         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12744         Pass type_class to _dl_lookup_*.
12745         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12746         Pass around just type_class instead of noexec, noplt pair.
12747         (_dl_lookup_versioned_symbol): Likewise.
12748         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12749         noexec, noplt pair.
12750         (_dl_lookup_versioned_symbol_skip): Likewise.
12751         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12752         * elf/do-lookup.h (do_lookup): Likewise.
12753         * include/link.h (struct link_map): Replace noexec and noplt fields
12754         in l_lookup_cache with type_class field.
12755         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12756         ELF_RTYPE_CLASS_COPY): Define.
12757         Adjust prototypes for _dl_lookup_symbol and
12758         _dl_lookup_versioned_symbol.
12759         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12760         elf_machine_lookup_noexec_p): Remove.
12761         (elf_machine_type_class): Define.
12762         * sysdeps/arm/dl-machine.h: Likewise.
12763         * sysdeps/hppa/dl-machine.h: Likewise.
12764         * sysdeps/cris/dl-machine.h: Likewise.
12765         * sysdeps/i386/dl-machine.h: Likewise.
12766         * sysdeps/ia64/dl-machine.h: Likewise.
12767         * sysdeps/m68k/dl-machine.h: Likewise.
12768         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12769         * sysdeps/mips/dl-machine.h: Likewise.
12770         * sysdeps/powerpc/dl-machine.h: Likewise.
12771         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12772         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12773         * sysdeps/sh/dl-machine.h: Likewise.
12774         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12775         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12777 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12779         * manual/message.texi (Advanced gettext functions): Change
12780         description of plural forms for Slovak.
12781         Reported by Marcel Telka <marcel@telka.sk>.
12783         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12784         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12786 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12788         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12789         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12791 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12793         * include/link.h (struct link_map): Add l_lookup_cache element.
12794         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12795         (RESOLVE_MAP): Likewise.
12796         (_dl_relocate_object): Remove cache initialization.
12797         * elf/dl-lookup.c: Rip out cache handling code.
12798         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12799         declarations.
12801         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12802         remove some __builtin_expect.
12803         (_dl_lookup_versioned_symbol): Likewise.
12805         * config.h.in: Add HAVE_Z_COMBRELOC.
12806         * configure.in: Add test for -z combreloc.
12808         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12809         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12810         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12811         case to almost no code.
12813 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12815         * po/tr.po: Update from translation team.
12817 2001-08-24  Andreas Jaeger  <aj@suse.de>
12819         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12820         make clean works.
12822 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12824         * elf/rtld.c (print_statistics): Printf % after percent values.
12825         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12827         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12828         don't have to compute the hash value and initialize current_value.
12829         Move reference_name variable to where it is needed.
12830         (_dl_lookup_versioned_symbol): Likewise.
12832 2001-08-24  Roland McGrath  <roland@frob.com>
12834         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12835         Just test that strerror returns non-null for a few errno codes.
12837 2001-08-23  Roland McGrath  <roland@frob.com>
12839         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12840         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12842         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12844         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12845         __mach_reply_port.
12847 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12849         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12850         returns NULL.
12852         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12853         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12854         doesn't do it.
12855         * elf/rtld.c: Include <sys/param.h>.
12856         * elf/dl-reloc.c: Likewise.
12858 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12860         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12861         empty to prevent junk from being generated.
12862         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12864 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12866         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12867         records.  Rename endrel to relative, initialize it to r, and use it
12868         in elf_machine_rel_relative calls.  Point r after relative relocs.
12870 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12872         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12873         of R_386_NONE.
12875 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12877         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12878         necessary.  Undefine newly defined macros at the end.
12879         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12880         Rename from elf_machine_rel_relative.
12881         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12882         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12883         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12884         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12885         Likewise.
12886         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12887         Likewise.
12888         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12889         Fix argument types.
12890         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12891         Fix argument types.
12892         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12893         Likewise.  Fix argument types.
12894         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12895         Likewise.  Fix argument types.
12896         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12897         Fix argument types.
12898         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12899         ElfW(Rel) in argument.
12900         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12901         function.
12903 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12905         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12907 2001-08-24  Andreas Jaeger  <aj@suse.de>
12909         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12910         Stephen L Moshier <moshier@mediaone.net>.
12912 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12914         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12915         first if RELCOUNT is set.
12917         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12918         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12919         elf_machine_rel_relative.
12920         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12921         Minor optimizations.
12922         * sysdeps/arm/dl-machine.h: Likewise.
12923         * sysdeps/cris/dl-machine.h: Likewise.
12924         * sysdeps/hppa/dl-machine.h: Likewise.
12925         * sysdeps/i386/dl-machine.h: Likewise.
12926         * sysdeps/ia64/dl-machine.h: Likewise.
12927         * sysdeps/m68k/dl-machine.h: Likewise.
12928         * sysdeps/mips/dl-machine.h: Likewise.
12929         * sysdeps/powerpc/dl-machine.h: Likewise.
12930         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12931         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12932         * sysdeps/sh/dl-machine.h: Likewise.
12933         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12934         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12936 2001-08-23  Roland McGrath  <roland@frob.com>
12938         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12940         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12941         sysdeps/mach version.  Implement counting ("recursive") mutexes
12942         on top of cthreads mutexes.
12943         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12945         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12946         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12947         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12948         __libc_clean_end): Define these to call the cleanup function after
12949         normal exit when they're supposed to.
12951         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12952         Take new first arg DOIT, a boolean saying whether to really install
12953         any cleanup handler.
12954         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12955         (__libc_cleanup_end): Likewise.
12956         * sysdeps/generic/bits/libc-lock.h: Same changes.
12957         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12958         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12959         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12960         Likewise.
12961         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12962         * sysdeps/generic/bits/stdio-lock.h
12963         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12965 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12967         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12969 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12971         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12972         functions.
12973         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12974         lookups in cache.
12975         (_dl_lookup_versioned_symbol): Likewise.
12976         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12977         relocation lookup.
12978         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12979         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12980         (lookup_cache, lookup_cache_versioned): Add declarations.
12982 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12984         * stdlib/tst-random.c (main): Swap parameters in fail call.
12985         Patch by Pete Bevin <pete@petebevin.com>.
12987 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12989         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12991 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12993         * malloc/obstack.c: Indent preprocessor directives.
12994         Patch by Jim Meyering <meyering@ascend.com>.
12996         * po/ja.po: Update from translation team.
12998 2001-08-23  Roland McGrath  <roland@frob.com>
13000         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
13002         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
13003         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
13005 2001-08-22  Roland McGrath  <roland@frob.com>
13007         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
13008         __libc_lock_define_recursive.
13009         * elf/dl-open.c: Don't declare it here any more.
13010         * elf/dl-close.c: Likewise.
13011         * elf/dl-lookup.c: Likewise.
13012         * elf/dl-iteratephdr.c: Likewise.
13013         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
13014         __libc_lock_unlock_recursive.
13015         * elf/dl-close.c (_dl_close): Likewise
13016         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
13017         * elf/dl-open.c (_dl_open): Likewise
13019         * sysdeps/generic/bits/libc-lock.h
13020         (__libc_lock_define_recursive): New macro.
13021         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
13022         (_IO_lock_lock): Use __libc_lock_lock_recursive.
13023         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
13025         * conform/conformtest.pl (checknamespace): Sort the output list.
13027         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
13028         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
13029         definitions conditional on [__USE_XOPEN].
13031         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
13032         these unconditionally, not only use [__USE_BSD], so as to match
13033         the sysdeps/unix/sysv/linux files.
13035 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13037         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
13038         avoid warnings.
13040         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13041         DL_LOOKUP_ADDRESS.
13043 2001-08-22  Roland McGrath  <roland@frob.com>
13045         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13046         conditionalization of sa_handler/sa_sigaction member types to
13047         match the sysdeps/unix/sysv/linux file.
13049 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13051         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13052         symbol sizes a bit better.
13054         * sysdeps/ia64/strncpy.S: Complete rewrite.
13055         Contributed by Jakub Jelinek <jakub@redhat.com>.
13057         * string/stratcliff.c (main): Add strncpy test.
13059 2001-08-22  Roland McGrath  <roland@frob.com>
13061         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13062         and don't declare unsetenv or _environ directly.
13063         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13065 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13067         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13068         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13069         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13070         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13071         test for cmsg struct size.
13073 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13075         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13076         Rename __argc to ___argc in prototypes to avoid compatibility
13077         problems with systems that reserve the identifier "__argc".
13078         Similarly for __argv.
13080 2001-08-21  Roland McGrath  <roland@frob.com>
13082         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13084         * mach/Makefile (tests): Removed.
13085         * mach/hello.c: File removed.
13087 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13089         * po/sv.po: Update from translation team.
13091         * stdio-common/vfscanf.c: Fix handling of %l[].
13092         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13094         * libio/Makefile (tests): Add tst-sscanf.
13095         * libio/tst-sscanf.c: New file.
13097         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13098         * malloc/mtrace.c (tr_where): dli_sname always points to a
13099         non-empty string if != NULL.
13100         Reported by Tim Janik <timj@gtk.org>.
13102 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13104         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13105         buf.  Free resources on failure.
13106         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13107         (makefd_xprt): Likewise.
13108         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13109         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13110         * sunrpc/auth_unix.c (authunix_create): Likewise.
13112 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13114         * string/strnlen.c: Remove.
13115         * sysdeps/generic/strnlen.c: New file.
13116         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13118 2001-08-21  Roland McGrath  <roland@frob.com>
13120         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13121         as a macro, not an extern inline function.
13123         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13124         * Versions.def (libc): Add GLIBC_2.2.5 set.
13125         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13126         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13128 2001-08-20  Roland McGrath  <roland@frob.com>
13130         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13131         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13133 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13135         * string/bits/string2.h: Remove strnlen optimization here.
13136         * sysdeps/i386/i486/bits/string.h: Add it here.
13138 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13140         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13142 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13144         * po/gl.po: Update from translation team.
13146 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13148         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13149         * misc/err.c (convert_and_print): Likewise.
13151         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13152         function calls.
13154 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13156         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13157         change of the gregset_t type.
13158         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13160 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13162         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13164 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13166         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13168         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13170 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13172         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13173         before calling the cthreads initialization code.
13175 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13177         * argp/argp-help.c: Fix two problems introduced in last change.
13179         * include/dirent.h: Include <dirstream.h> first.
13181 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13183         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13185         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13186         * sunrpc/xdr_rec.c: Likewise.
13187         * sunrpc/xdr_mem.c: Likewise.
13188         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13189         * sunrpc/rpc_cmsg.c: Likewise.
13190         * sunrpc/getrpcport.c (getrpcport): Likewise.
13191         * sunrpc/clnt_simp.c (callrpc): Likewise.
13192         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13193         * string/envz.c: Likewise.
13195         * po/ko.po: Update from translation team.
13197         * argp/argp-help.c: Handle wide oriented stderr stream.
13199 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13201         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13202         __builtin_expect.
13204         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13206         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13207         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13208         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13210         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13212         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13214         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13216         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13217         wchar_t for function declarations and defintions.
13219         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13220         Define suseconds_t if it hasn't happened yet.
13222         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13224         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13226         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13227         <stddef.h>.
13229         * conform/data/stddef.h-data: Remove wint_t.
13231         * conform/conformtest.pl: Change namespace test to take #undef
13232         lines into account.
13234         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13236         * conform/data/sys/socket.h-data: Add sockatmark.
13238 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13240         * io/fts.c: Update from recent BSD source.
13242 2001-08-17  Roland McGrath  <roland@frob.com>
13244         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13245         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13246         Likewise.
13248 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13250         * locale/duplocale.c (__duplocale): Also initialize the special
13251         __ctype_* elements.
13253         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13255 2001-08-17  Andreas Jaeger  <aj@suse.de>
13257         * misc/getpass.c: Include wchar.h for prototypes.
13258         * malloc/obstack.c: Likewise.
13260 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13262         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13264         * wcsmbs/wcscoll.c: Also define __wcscoll.
13265         * include/wchar.h: Declare __wcscoll.
13267         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13268         * libio/vwprintf.c: Likewise.
13269         * libio/wprintf.c: Likewise.
13271         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13273 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13275         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13276         instead of mbrtowc.
13277         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13278         wcslen, and __wcscoll instead of wcscoll.
13280         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13282         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13283         __getuid instead of getuid.
13285         * stdio-common/perror.c (perror): Use __close instead of close.
13286         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13287         * libio/freopen.c (freopen): Likewise.
13288         * libio/freopen64.c (freopen64): Likewise.
13290         * libio/tst-ungetwc2.c (main): Define str const.
13292         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13293         * libio/fwprintf.c: Also define __fwprintf.
13294         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13295         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13296         * assert/assert-perr.c: Likewise.
13297         * assert/assert.c: Likewise.
13298         * gmon/gmon.c: Likewise.
13299         * inet/rcmd.c: Likewise.
13300         * malloc/obstack.c: Likewise.
13301         * misc/err.c: Likewise.
13302         * misc/error.c: Likewise.
13303         * misc/getpass.c: Likewise.
13304         * posix/getopt.c: Likewise.
13305         * resolv/res_hconf.c: Likewise.
13306         * stdio-common/perror.c: Likewise.
13307         * stdio-common/psignal.c: Likewise.
13308         * stdlib/fmtmsg.c: Likewise.
13309         * sunrpc/auth_unix.c: Likewise.
13310         * sunrpc/clnt_perr.c: Likewise.
13311         * sunrpc/clnt_tcp.c: Likewise.
13312         * sunrpc/clnt_udp.c: Likewise.
13313         * sunrpc/clnt_unix.c: Likewise.
13314         * sunrpc/svc_simple.c: Likewise.
13315         * sunrpc/svc_tcp.c: Likewise.
13316         * sunrpc/svc_udp.c: Likewise.
13317         * sunrpc/svc_unix.c: Likewise.
13318         * sunrpc/xdr.c: Likewise.
13319         * sunrpc/xdr_array.c: Likewise.
13320         * sunrpc/xdr_rec.c: Likewise.
13321         * sunrpc/xdr_ref.c: Likewise.
13322         * sysdeps/generic/wordexp.c: Likewise.
13324         * po/it.po: Update from translation team.
13326         * misc/err.c: Handle wide oriented stderr stream.
13328 2001-08-14  Tom Rix  <trix@redhat.com>
13330         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13331         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13333 2001-08-13  Tom Rix  <trix@redhat.com>
13335         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13336         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13337         and __intptr_t.
13339 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13341         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13342         Store the access registers to the ucontext structure.
13343         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13344         Likewise.
13346         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13347         Load the access registers from the ucontext structure.
13348         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13349         Likewise.
13351         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13352         offsets to the new ucontext layout.
13353         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13355         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13356         of the ucontext structure.
13357         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13359 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13361         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13362         (error_at_line): Likewise.
13364         * stdio-common/perror.c (perror): Implement according to standard.
13365         The stream orientation must not be changed if the stream was not
13366         oriented before the call.
13367         * stdio-common/Makefile (tests): Add tst-perror.
13368         * stdio-common/tst-perror.c: New file.
13371 See ChangeLog.12 for earlier changes.