* sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
[glibc.git] / ChangeLog
blobc047785e60dadb74dc7ba9d920465a787d0d9537
1 2002-09-24  Jakub Jelinek  <jakub@redhat.com>
3         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_load_address): Don't
4         rely on *r_offset of R_SPARC_RELATIVE reloc in .got to contain the
5         addend.
6         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Use
7         the same l_addr computation.
8         * sysdeps/sparc/sparc64/configure.in: Removed.
9         * sysdeps/sparc/sparc64/configure: Removed.
10         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Remove.
12 2002-09-26  Ulrich Drepper  <drepper@redhat.com>
14         * elf/dynamic-link.h (elf_get_dynamic_info): Relocate DT_HASH entry
15         if necessary.
16         * elf/dl-lookup.c (_dl_setup_hash): DT_HASH entry is already relocated.
17         * elf/dl-addr.c (_dl_addr): Use .hash[1] entry to determine end of the
18         symbol table if necessary.
20 2002-09-26  Roland McGrath  <roland@redhat.com>
22         * stdlib/longlong.h: Replaced with current version from GCC mainline,
23         last modified 2002-09-22  Kazu Hirata  <kazu@cs.umass.edu>.
25 2002-09-25  Andreas Jaeger  <aj@suse.de>
27         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add syscall_exit.
28         Patch by Guido Guenther <agx@sigxcpu.org>.
30 2002-09-25  Roland McGrath  <roland@redhat.com>
32         * Makeconfig (%.v.i pattern rule): Use $(CPPFLAGS).
34 2002-09-24  Ulrich Drepper  <drepper@redhat.com>
36         * sysdeps/unix/sysv/linux/configure.in: Recognize nptl add-on name.
38 2002-09-24  Roland McGrath  <roland@redhat.com>
40         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Move __libc_read,
41         __libc_write, __libc_lseek64, to ...
42         (ld: GLIBC_PRIVATE): ... here.
44         * csu/Versions: Use %include <tls.h> to get USE_TLS defined.
45         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _errno, errno.
46         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put errno here instead.
47         * resolv/Versions: Use %include <tls.h> to get USE_TLS defined.
48         (libc: GLIBC_2.0) [USE_TLS && HAVE___THREAD]: Remove _h_errno, h_errno,
49         and _res.
50         (libc: GLIBC_2.3) [USE_TLS && HAVE___THREAD]: Put h_errno, _res here.
52         * elf/tls-macros.h [__x86_64__] (TLS_LE, TLS_IE, TLS_LD, TLS_GD):
53         New macros for x86-64.
55         * sysdeps/unix/sysv/linux/alpha/bits/time.h: File removed.
56         It was indentical to the linux/bits/time.h file.
58         * nscd/nscd_gethst_r.c (nscd_gethst_r): Add a cast to silence warning.
60         * resolv/gethnamaddr.c (gethostbyaddr): Use socklen_t for SIZE.
62 2002-09-23  Ulrich Drepper  <drepper@redhat.com>
64         * po/zh_CN.po: New file.
66 2002-09-23  Roland McGrath  <roland@redhat.com>
68         * posix/unistd.h: Test [__USE_UNIX98] instead of [__USE_OPEN2K]
69         for gethostname declaration.
71         * catgets/open_catalog.c (__open_catalog): Don't use a value type
72         as the __builtin_expect expression, just the Boolean value.
74         * sysdeps/generic/wordexp.c (parse_glob): int -> size_t for counter.
75         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Likewise.
76         * resolv/res_hconf.c (arg_service_list, parse_line): Likewise.
77         * iconvdata/tst-loading.c (main): Likewise.
78         * catgets/tst-catgets.c (main): Likewise.
79         * stdlib/tst-xpg-basename.c (main): Likewise.
80         * stdlib/tst-bsearch.c (main): Likewise.
81         * stdio-common/test-vfprintf.c (main): Likewise.
82         * stdio-common/tst-rndseek.c (do_test): Likewise.
83         * libio/tst_swprintf.c (main): Likewise.
84         * libio/tst-fgetws.c (main): Likewise.
85         * wcsmbs/tst-mbrtowc.c (check_ascii): Likewise.
86         * time/tst-posixtz.c (main): Likewise.
87         * time/tst-strptime.c (test_tm): Likewise.
88         * time/tst-strptime.c (main): Likewise.
89         * time/tst-getdate.c (main): Likewise.
90         * posix/tst-mmap.c (main): Likewise.
91         * posix/tst-getaddrinfo.c (do_test): Likewise.
92         * io/tst-getcwd.c (do_test): Likewise.
93         * resolv/tst-aton.c (main): Likewise.
94         * inet/tst-network.c (main): Likewise.
95         * libio/tst-fgetws.c (main): Likewise.
96         * sysdeps/posix/sprofil.c (add_region): int -> unsigned int for I.
97         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): int -> unsigned int
98         for PTYNO.
100         * stdlib/msort.c (qsort): Add a cast to silence warning.
101         * stdio-common/vfprintf.c (process_string_arg): Likewise.
102         * libio/oldfileops.c (_IO_old_do_write): Likewise.
103         * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Likewise.
104         * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
105         * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
106         * argp/argp-fmtstream.c (__argp_fmtstream_printf): Likewise.
107         * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
108         * sysdeps/unix/grantpt.c (grantpt): Likewise.
109         * libio/tst-widetext.c (main): Likewise.
110         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
111         * rt/tst-aio.c (test_file): Likewise.
112         * rt/tst-aio64.c (test_file): Likewise.
113         * resolv/tst-aton.c (main): Likewise.
115         * catgets/catgetsinfo.h (CATGETS_MAGIC): Use U suffix on the constant.
117         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Cast to int32_t
118         instead of uint32_t in these macros.
120 2002-09-22  Bruno Haible  <bruno@clisp.org>
122         * iconv/iconv_prog.c (main): Provide an error message that identifies
123         the wrong encoding.
125         * iconvdata/tscii.c: New file.
126         * iconvdata/testdata/TSCII: New file.
127         * iconvdata/testdata/TSCII..UTF8: New file.
128         * iconvdata/TSCII.precomposed: New file.
129         * iconvdata/TSCII.irreversible: New file.
130         * iconvdata/gconv-modules (TSCII): New module.
131         * iconvdata/Makefile (modules): Add TSCII.
132         (distribute): Add tscii.c.
133         * iconvdata/tst-table-from.c (try, utf8_decode, main): Double output
134         buffer size.
135         * iconvdata/tst-tables.sh: Add TSCII.
136         * iconvdata/TESTS: Add TSCII.
138         Revert 2002-04-18 patch.
139         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
140         FROM_DIRECTION): Make the FROM direction stateful again.
141         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
142         FROM_DIRECTION): Likewise.
144         * iconvdata/tst-e2big.c: New file.
145         * iconvdata/Makefile (tests): Add tst-e2big.
147 2002-09-23  Roland McGrath  <roland@redhat.com>
149         * elf/Makefile (test-extras): Define this instead of test-srcs.
150         * Makerules (all-nonlib): Include $(test-extras) too.
152 2002-09-21  Carlos O'Donell  <carlos@baldric.uwo.ca>
154         * sysdeps/hppa/abort-instr.h: New file.
156 2002-09-22  Roland McGrath  <roland@frob.com>
158         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Remove duplicate entry.
160         * sysdeps/mach/hurd/dl-sysdep.c (_exit): Add alias __GI__exit.
162 2002-09-22  Andreas Schwab  <schwab@suse.de>
164         * cppflags-iterator.mk (CPPFLAGS-$(cpp-src)): Append, not overwrite.
166         * sysdeps/m68k/fpu/bits/mathinline.h (isgreater, isgreaterequal)
167         (isless, islessequal, islessgreater, isunordered) [GCC >= 3.1]:
168         Use GCC builtins.
170 2002-09-21  Roland McGrath  <roland@redhat.com>
172         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h (_DL_HWCAP_PLATFORM):
173         Correct the value so it covers all platforms, and is computed
174         from _DL_PLATFORMS_COUNT rather than hard-wired.
175         From Andrew Suffield <asuffield@debian.org>.
177 2002-09-20  Ulrich Drepper  <drepper@redhat.com>
179         * sysdeps/unix/sysv/linux/getsysstats.c (get_proc_path): Avoid
180         locking when using mount tab file.
181         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
182         * sysdeps/unix/sysv/linux/statvfs.c: Include <stdio_ext.h>.
183         * sysdeps/unix/sysv/linux/fstatvfs.c: Likewise.
185         * elf/dl-init.c (_dl_init): Fix test of the size of the
186         preinit_array section.
187         (call_init): Optimize access to DT_INIT_ARRAY entry a bit.
188         Reported by Brian Cabral <cabral@ikuni.com>.
190 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
192         * sysdeps/powerpc/sysdep.h: Remove powerpc32 specific macros.
193         * sysdeps/powerpc/powerpc32/sysdep.h: New file.  Define powerpc32
194         specific macros copied from sysdeps/powerpc/sysdep.h.
195         * sysdeps/powerpc/powerpc64/sysdep.h: New file.  Define powerpc64
196         specific macros.
197         * sysdeps/unix/powerpc/sysdep.h: Include <bits/wordsize.h>.
198         [__WORDSIZE==64]: Include sysdeps/powerpc/powerpc64/sysdep.h.
199         [!__WORDSIZE==64]: Include sysdeps/powerpc/powerpc32/sysdep.h.
201 2002-09-19  Bruno Haible  <bruno@clisp.org>
203         * intl/dcigettext.c (DCIGETTEXT): Restore errno only right before
204         returning.
206 2002-09-17  Bruno Haible  <bruno@clisp.org>
208         * sysdeps/generic/utmp-equal.h: New file, extracted from utmp_file.c.
209         * sysdeps/generic/utmp_file.c (setutent_file): Invalidate last_entry
210         also on platforms with !HAVE_UT_TYPE.
211         (proc_utmp_eq): Remove function.
212         (internal_getut_r, pututline_file): Call __utmp_equal instead.
214 2002-09-20  Bruno Haible  <bruno@clisp.org>
216         * abi-tags: Add support for FreeBSD with ABI OS value 3.
217         * elf/cache.c (print_entry): Support the GNU/FreeBSD ABI tag.
219 2002-09-20  Roland McGrath  <roland@redhat.com>
221         * sysdeps/generic/gmp-mparam.h: Include <bits/wordsize.h>.
222         (BITS_PER_MP_LIMB, BYTES_PER_MP_LIMB, BITS_PER_LONGINT): Define in
223         terms of __WORDSIZE.
224         * sysdeps/x86_64/gmp-mparam.h: File removed.
225         * sysdeps/sparc/gmp-mparam.h: File removed.
226         * sysdeps/mips/mips64/gmp-mparam.h: File removed.
227         * sysdeps/ia64/gmp-mparam.h: File removed.
228         * sysdeps/alpha/gmp-mparam.h: File removed.
230 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
232         * sysdeps/powerpc/elf/libc-start.c: Use long in place of int for argc
233         load, so as to work on both 32-bit and 64-bit.  Remove unnecessary
234         casts.  Align __libc_stack_end to 8 bytes.
236 2002-09-20  Roland McGrath  <roland@redhat.com>
238         * sysdeps/powerpc/fpu/s_lrint.c: Use strong_alias/weak_alias macros
239         instead of asm for lrintf, __lrintf aliases.
241         * sysdeps/powerpc/fpu/s_lrint.c (__lrint): Change union long array to
242         int array for 32-/64-bit compatibility.
243         From Steven Munroe  <sjmunroe@us.ibm.com>.
245 2002-09-17  Bruno Haible  <bruno@clisp.org>
247         * sysdeps/generic/ifreq.h (__if_nextreq): New function.
248         * sysdeps/unix/sysv/linux/ifreq.h (__if_nextreq): New function.
249         * sysdeps/mach/hurd/ifreq.h (__if_nextreq): New function.
250         * sysdeps/gnu/ifaddrs.c (getifaddrs): Use __if_nextreq
251         for iterating through the list of interfaces.
252         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Likewise.
254 2002-09-20  Roland McGrath  <roland@redhat.com>
256         * sysdeps/unix/grantpt.c (pts_name): Set errno when __ptsname_r fails.
257         Reported by Bruno Haible <bruno@clisp.org>.
259         * sysdeps/unix/bsd/bsd4.4/isatty.c: New file.
261         * sysdeps/unix/bsd/isatty.c (__isatty): Don't save and restore errno.
262         * sysdeps/unix/bsd/ptsname.c (__ptsname_r): Return errno value from
263         isatty unmodified.  Reported by Bruno Haible <bruno@clisp.org>.
265 2002-09-20  Steven Munroe  <sjmunroe@us.ibm.com>
267         * sysdeps/powerpc/bits/setjmp.h [__WORDSIZE]: Add 64-bit jmpbuf.
268         * sysdeps/powerpc/bits/wordsize.h: New file.
269         * sysdeps/powerpc/fpu/bits/mathinline.h (lrint, lrintf): Change long
270         array to int array for 32-/64-bit compatibility.
272 2002-09-20  Roland McGrath  <roland@redhat.com>
274         * login/programs/utmpdump.c: Don't include <error.h>, <errno.h>.
276         * sysdeps/generic/utimes.c (__utimes): Don't check TVP for null.
277         Reported by Bruno Haible <bruno@clisp.org>.
279         * sysdeps/generic/ifreq.h (__ifreq): Compute termination condition
280         before doubling RQ_LEN.
281         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
282         Reported by Bruno Haible <bruno@clisp.org>.
284 2002-09-18  Bruno Haible  <bruno@clisp.org>
286         * login/logout.c (logout): Don't assume ut_time has the same size as
287         a time_t.
288         * login/logwtmp.c (logwtmp): Likewise.
290         * sysdeps/pthread/configure: New file, moved here from
291         linuxthreads/sysdeps/unix/sysv/linux/configure.
293 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
295         * sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
296         (_exit): Don't use ABORT_INSTRUCTION if it is not defined.
297         Reported by Glen Nakamura <glen@imodulo.com>.
299 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
301         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
302         thread's sigstate data structure if it has been allocated.
304 2002-09-19  Roland McGrath  <roland@redhat.com>
306         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
307         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
309 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
311         * version.h (VERSION): Bump to 2.2.94.
313         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
314         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
315         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
316         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
318         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
320         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
322         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
324         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
326 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
328         * sysdeps/wordsize-32/Makefile: New file.
329         * sysdeps/arm/Makefile: Removed.
330         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
331         Don't add divdi3 here.
332         * sysdeps/m68k/Makefile: Likewise.
333         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
334         * sysdeps/sh/Makefile: Likewise.
335         * sysdeps/s390/s390-32/Makefile: Likewise.
337 2002-09-18  Roland McGrath  <roland@redhat.com>
339         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
340         the __ctype_* compat symbols, so the relocs generated bind to the
341         right versioned global symbol in the shared object.
343         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
344         from the value taken from the DT_VERSYM table.
345         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
346         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
347         (RESOLVE_GOTSYM): Likewise.
349         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
350         Add libc_hidden_def.
351         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
352         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
353         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
354         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
355         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
356         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
357         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
358         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
360 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
362         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
364         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
365         define sigaction and __sigaction as wrappers around
366         __libc_sigaction which rejects changing SIGCANCEL.
367         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
369         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
370         SETTID/CLEARTID.
372         * signal/allocrtsig.c: Move to...
373         * sysdeps/generic/allocrtsig.c: ...here.  New file.
375 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
377         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
379         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
380         R_386_TLS_LE): Define.
381         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
382         comments.
383         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
384         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
385         (elf_machine_rel): Handle R_386_TLS_TPOFF.
386         (elf_machine_rela): Likewise.
387         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
389 2002-09-17  Roland McGrath  <roland@redhat.com>
391         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
392         file-specific variable override so it compiles properly when using
393         --with-headers.
395 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
397         Ported to PowerPC64 running Linux.
398         * sysdeps/powerpc/powerpc64/Dist: New file.
399         * sysdeps/powerpc/powerpc64/Implies: New file.
400         * sysdeps/powerpc/powerpc64/Makefile: New file.
401         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
402         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
403         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
404         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
405         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
406         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
407         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
408         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
409         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
410         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
411         * sysdeps/powerpc/powerpc64/memset.S: New file.
412         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
413         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
414         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
415         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
416         * sysdeps/powerpc/powerpc64/strchr.S: New file.
417         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
418         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
419         * sysdeps/powerpc/powerpc64/strlen.S: New file.
420         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
421         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
422         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
423         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
424         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
425         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
426         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
428         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
429         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
430         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
432         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
433         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
434         various gcc versions.  Dot names required for powerpc64.
435         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
436         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
437         C_SYMBOL_DOT_NAME(alias).
438         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
439         original strong_alias macro.
440         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
441         C_SYMBOL_DOT_NAME(alias).
442         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
443         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
444         '.'ed name.
445         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
446         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
447         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
448         (hidden_def): Append hidden_dot_def1 macro to definition.
449         (hidden_ver): Append hidden_dot_def1 macro to definition.
450         (hidden_data_def): New macro.  Same as original hidden_def macro.
451         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
452         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
453         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
454         (hidden_weak): Append hidden_dot_weak1 macro to definition.
455         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
456         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
457         Otherwise defined as __GI_name.
458         (libc_hidden_data_def): New macro.  Use hidden_data_def.
459         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
460         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
461         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
462         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
463         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
464         (libm_hidden_data_def): New macro.  Use hidden_data_def.
465         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
466         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
467         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
469 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
471         * include/libc-symbols.h: Change *hidden_proto macros to accept
472         option parameters and pass those to the attribute definition.
473         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
475         * include/unistd.h: Declare __libc_pause.
477         * include/sys/socket.h: Declare __libc_send, __libc_recv,
478         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
480         * include/unistd.h: Declare __libc_fork.
482 2002-09-17  Roland McGrath  <roland@redhat.com>
484         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
485         (passwd2des): Define it as an alias.
486         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
488 2002-09-12  Bruno Haible  <bruno@clisp.org>
490         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
491         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
493         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
494         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
496 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
498         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
499         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
500         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
501         PowerPC64 does not have separate 64-bit syscalls.
503 2002-09-16  Roland McGrath  <roland@redhat.com>
505         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
507         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
508         New macro.
510         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
512         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
513         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
514         * sysdeps/generic/_exit.c: Likewise.
516 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
518         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
520         * elf/rtld.c (struct dl_start_final_info): New.
521         (_dl_start_final): Change second argument to struct
522         dl_start_final_info *.  Set start_time from info.
523         (_dl_start): Remove bootstrap_map variable, add info.
524         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
525         store HP_TIMING_NOW result into info.start_time.
527 2002-09-16  Andreas Jaeger  <aj@suse.de>
529         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
530         to _Exit.
531         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
533 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
535         * sysdeps/powerpc/abort-instr.h: New file.
537 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
539         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
540         comment.
542         * test-skeleton.c (main): Provide more information in case waitpid
543         fails.
545         * include/unistd.h: Declare __exit_thread.
546         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
547         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
548         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
549         * sysdeps/unix/sysv/linux/_exit.c: New file.
550         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
551         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
552         Add exit-thread.
554         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
556 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
558         * sysdeps/i386/dl-machine.h (elf_machine_rel)
559         (case R_386_TLS_DTPMOD32): Don't use addend.
560         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
561         (elf_machine_rela): Add support for TLS relocs.
563 2002-09-14  Roland McGrath  <roland@redhat.com>
565         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
567 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
569         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
570         specific asm macros for multiple percision integer math.
572 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
574         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
575         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
576         Remove per-machine conditionals for FLAG_* cases.
577         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
578         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
579         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
581 2002-09-10  Alan Modra <amodra@bigpond.net.au>
583         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
584         defined in entry.h.
585         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
586         lowest address for profiling in  __monstartup call.
587         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
589 2002-09-14  Roland McGrath  <roland@redhat.com>
591         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
592         instead of __NR_pread.
593         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
594         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
595         instead of __NR_pwrite.
596         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
598 2002-09-13  Roland McGrath  <roland@redhat.com>
600         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
602 2002-09-13  Andreas Jaeger  <aj@suse.de>
604         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
605         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
607 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
609         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
611 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
613         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
614         reading the headers.
616 2002-09-12  Roland McGrath  <roland@redhat.com>
618         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
619         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
620         find the ELF header.
622         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
623         executable if needed, in case it's actually a shared object.
625 2002-09-11  Roland McGrath  <roland@redhat.com>
627         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
628         l_map_start to adjust l_tls_initimage.
630         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
631         when using h_errno and it's not set to NETDB_INTERNAL.
632         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
634         * Makefile ($(common-objpfx)testrun.sh): New target.
635         (others): Depend on it.
636         (postclean-generated): Append it.
638         * nss/bug-erange.c: New file.
639         * nss/Makefile (tests): Add it.
641         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
642         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
644         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
645         strncmp, keeps the code smaller for a non-performance-critical case.
647         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
648         no longer wrongly matches arbitrary prefixes of NAME.
649         Reported by Jakub Jelinek <jakub@redhat.com>.
651 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
653         * posix/bug-regex11.c (tests): New array.
654         (main): Rewritten to run more different tests.
656 2002-09-10  Roland McGrath  <roland@redhat.com>
658         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
659         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
660         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
662         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
663         well so we don't get it declared by include/math.h's hidden_proto.
664         Then do hidden_proto for __isnanf locally so hidden_def works right.
666         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
667         a cast to turn nl_langinfo return value into an integer.
669 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
671         * posix/regexec.c (build_trtable): Fix the destination of
672         newline to prevent wrong states from overwriting.
673         Append break statements to optimization.
675 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
677         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
678         (build_range_exp): Add castings to strlen invocations.
679         (build_collating_symbol): Restore the type of characters from "char"
680         to "unsigned char", and supplement castings.
681         (build_collating_symbol): Likewise.
682         (build_equiv_class): Likewise.
683         (build_charclass): Likewise.
684         (seek_collating_symbol_entry): Likewise.
685         (parse_bracket_exp): Likewise.
686         (build_word_op): Supplement a casting.
687         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
688         (re_string_allocate): Fix castings.
689         (re_string_construct): Likewise.
690         (re_string_construct_common): Likewise.
691         (re_string_realloc_buffers): Likewise.
692         (build_wcs_buffer): Likewise.
693         (build_wcs_upper_buffer): Likewise.
694         (re_string_skip_chars): Likewise.
695         (re_string_reconstruct): Likewise.
696         * posix/regex_internal.h: Restore the type of characters in
697         re_string_t and bracket_elem_t from "char" to "unsigned char".
698         (re_string_elem_size_at): Fix castings.
699         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
700         (transit_state_bkref_loop): Restore the type of characters from
701         "char" to "unsigned char", and append a cast to "char*" pointer in
702         array subscript.
703         (check_node_accept_bytes): Likewise.
704         (find_collation_sequence_value): Likewise.
706 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
708         * sysdeps/mips/memcpy.S: New file.
709         * sysdeps/mips/memset.S: New file.
710         * sysdeps/mips/fpu/e_sqrt.c:  New file.
711         * sysdeps/mips/fpu/e_sqrtf.c: New file.
713         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
714         functional before. Also removed all SHLIB_COMPAT stuff.
715         * fpu/fegetenv.c: Likewise.
716         * fpu/fesetenv.c:: Likewise.
717         * fpu/feupdateenv.c: Likewise.
718         * fpu/fgetexcptflg.c: Likewise.
719         * fpu/fraiseexcpt.c: Likewise.
721         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
723 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
725         * include/math.h (__finite_internal, __finitef_internal,
726         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
727         (isfinite): Remove.
728         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
729         __isinfl, __isnanl): Add hidden_proto.
730         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
731         libm_hidden_proto.
732         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
733         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
734         __is{inf,nan} calls.
735         * stdio-common/printf_size.c (printf_size): Likewise.
736         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
737         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
738         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
739         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
740         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
741         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
742         (__finite): Add hidden_def.
743         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
744         (__finitef): Add hidden_def.
745         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
746         (__finitel): Add hidden_def.
747         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
748         hidden_def.
749         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
750         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
751         libm_hidden_def.
752         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
753         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
754         hidden_def.
755         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
756         (__isinfl): Remove INTDEF.
757         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
758         hidden_def.
759         (__isnanl): Remove INTDEF.
760         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
761         libm_hidden_def.
762         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
763         instead of sin and cos.
764         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
765         Add hidden_def.
766         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
767         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
768         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
769         libm_hidden_def.
770         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
771         Add hidden_def.
772         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
773         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
774         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
775         libm_hidden_def.
776         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
777         libm_hidden_def.
778         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
779         Add hidden_def.
780         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
781         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
782         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
783         libm_hidden_def.
784         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
785         __finitel_internal): Remove aliases.
786         (__finite, __finitef, __finitel): Add hidden_def.
787         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
788         __isnanl_internal): Remove aliases.
789         (__isnan, __isnanf, __isnanl): Add hidden_def.
790         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
791         __isinfl_internal): Remove aliases.
792         (__isinf, __isinff, __isinfl): Add hidden_def.
793         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
794         __fpclassifyl): Add libm_hidden_def.
795         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
796         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
797         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
798         (hidden_defx): Define and use.
799         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
800         libm_hidden_def.
801         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
802         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
803         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
804         Remove INTDEF.
805         (__isnan, __isnanf): Add hidden_def.
806         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
807         (__finitel): Add libm_hidden_def.
808         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
810         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
811         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
812         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
813         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
814         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
815         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
816         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
817         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
818         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
819         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
820         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
821         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
822         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
823         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
824         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
825         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
826         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
827         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
828         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
829         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
830         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
831         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
832         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
833         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
834         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
835         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
836         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
838 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
840         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
842 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
844         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
845         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
847 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
849         * string/stratcliff.c: Some more strncpy tests.
850         Patch by Daniel Jacobowitz <drow@mvista.com>.
852 2002-09-08  Roland McGrath  <roland@redhat.com>
854         * resolv/resolv.h: Include <sys/types.h> for u_long even in
855         the [__need_res_state] case.
856         Reported by Bruno Haible <bruno@clisp.org>.
858 2002-09-04  Bruno Haible  <bruno@clisp.org>
860         * sysdeps/generic/bits/ustat.h: Comment fix.
861         * io/sys/sendfile.h: Comment fix.
862         * sysdeps/posix/pread.c: Comment fix.
863         * sysdeps/posix/pread64.c: Comment fix.
864         * sysdeps/posix/pwrite.c: Comment fix.
865         * sysdeps/posix/pwrite64.c: Comment fix.
867 2002-09-06  Roland McGrath  <roland@redhat.com>
869         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
870         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
871         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
872         (_UTSNAME_MACHINE_LENGTH): Likewise.
873         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
875 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
877         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
878         test for filesystem type name of mount points.
880         * include/errno.h: Use errno definition with __thread for now only
881         in libc and ld.so.
883         * test-skeleton.c (main): Improve error message for unexpected
884         signal case.
886 2002-09-05  Roland McGrath  <roland@redhat.com>
888         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
889         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
891 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
893         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
894         case of failure.
896 2002-09-04  Bruno Haible  <bruno@clisp.org>
898         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
899         sigset_get_old_mask): Turn into inline functions.
900         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
901         sigset_get_old_mask): Likewise.
902         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
903         sigset_get_old_mask): Likewise.
904         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
905         syntax.
907         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
909         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
910         default definitions.
911         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
912         _sys_nerr_internal instead of _sys_nerr.
914         * nscd/connections.c (handle_request): Declare CALLER inside #if.
916 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
918         * sysdeps/powerpc/__longjmp.S: Moved to...
919         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
920         * sysdeps/powerpc/add_n.S: Moved to...
921         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
922         * sysdeps/powerpc/addmul_1.S: Moved to...
923         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
924         * sysdeps/powerpc/atomicity.h: Moved to...
925         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
926         * sysdeps/powerpc/backtrace.c: Moved to...
927         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
928         * sysdeps/powerpc/bp-asm.h: Moved to...
929         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
930         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
931         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
932         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
933         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
934         * sysdeps/powerpc/dl-machine.c: Moved to...
935         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
936         * sysdeps/powerpc/dl-machine.h: Moved to...
937         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
938         * sysdeps/powerpc/dl-start.S: Moved to...
939         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
940         * sysdeps/powerpc/gprrest0.S: Moved to...
941         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
942         * sysdeps/powerpc/gprrest1.S: Moved to...
943         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
944         * sysdeps/powerpc/gprsave0.S: Moved to...
945         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
946         * sysdeps/powerpc/gprsave1.S: Moved to...
947         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
948         * sysdeps/powerpc/lshift.S: Moved to...
949         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
950         * sysdeps/powerpc/memset.S: Moved to...
951         * sysdeps/powerpc/powerpc32/memset.S: ...here.
952         * sysdeps/powerpc/mul_1.S: Moved to...
953         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
954         * sysdeps/powerpc/ppc-mcount.S: Moved to...
955         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
956         * sysdeps/powerpc/register-dump.h: Moved to...
957         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
958         * sysdeps/powerpc/rshift.S: Moved to...
959         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
960         * sysdeps/powerpc/setjmp.S: Moved to...
961         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
962         * sysdeps/powerpc/stpcpy.S: Moved to...
963         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
964         * sysdeps/powerpc/strchr.S: Moved to...
965         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
966         * sysdeps/powerpc/strcmp.S: Moved to...
967         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
968         * sysdeps/powerpc/strcpy.S: Moved to...
969         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
970         * sysdeps/powerpc/strlen.S: Moved to...
971         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
972         * sysdeps/powerpc/sub_n.S: Moved to...
973         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
974         * sysdeps/powerpc/submul_1.S: Moved to...
975         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
976         * sysdeps/powerpc/elf/bzero.S: Moved to...
977         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
978         * sysdeps/powerpc/elf/start.S: Moved to...
979         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
980         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
981         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
982         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
983         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
984         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
985         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
986         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
987         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
988         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
989         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
990         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
991         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
992         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
993         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
994         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
995         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
996         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
997         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
998         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
999         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
1000         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
1001         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
1002         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
1003         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
1004         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
1005         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
1006         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
1007         powerpc/powerpc64.
1009 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
1011         * FAQ.in: Add powerpc64 to supported targets list. Also state the
1012         minimum gcc version is 3.2
1013         * README: Add powerpc64 to supported targets list.
1014         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
1015         Add powerpc64 and machine=powerpc/powerpc64.
1016         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
1017         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
1018         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
1019         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
1020         * sysdeps/powerpc/powerpc32/Dist: New file.
1021         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
1022         * sysdeps/powerpc/powerpc32/Implies: New file.
1023         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
1024         ($(with-fp) = no): Move test to powerpc32/Makefile.
1025         ($(subdir) = misc): Move to powerpc32/Makefile.
1026         ($(build-shared) = yes): Move to powerpc32/Makefile.
1027         ($(subdir) = csu): Move to powerpc32/Makefile.
1028         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
1029         * sysdeps/powerpc/powerpc32/Makefile: New file.
1030         * sysdeps/powerpc/Versions: Remove libgcc functions.
1031         * sysdeps/powerpc/powerpc32/Versions: New file.
1032         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
1033         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
1034         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
1035         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
1036         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
1037         ($machine): Add powerpc/powerpc64 to if ... | for
1038         libc_cv_slibdir=/libc64.
1039         (powerpc*): Set ldd_rewrite_script.
1040         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
1041         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
1042         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
1043         Add clone.S.
1044         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
1045         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
1046         functions.  Remove GLIBC_2.2 functions except getrlimit and
1047         setrlimit.  Moved them to ...
1048         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
1050 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1052         * libio/tst-atime.c: Include <errno.h>.
1053         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
1055 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
1057         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
1058         warnings of some compilers.
1059         (build_collating_symbol): Change the type of characters from
1060         "unsigned char" to "char", and append a cast to "char*" pointer in
1061         array subscript.
1062         (build_collating_symbol): Likewise.
1063         (build_equiv_class): Likewise.
1064         (build_charclass): Likewise.
1065         (re_compile_pattern): Remove incorrect cast.
1066         (re_compile_fastmap_iter): Change the type of characters from
1067         "unsigned char" to "char", and append a cast to "char*" pointer
1068         in array subscript.
1069         (parse_bracket_exp): Likewise.
1070         * posix/regex_internal.c (re_string_construct_common): Likewise.
1071         (re_string_allocate): Likewise.
1072         (re_string_construct): Likewise.
1073         (re_string_realloc_buffers): Likewise.
1074         (build_wcs_buffer): Likewise.
1075         (re_string_reconstruct): Likewise.
1076         * posix/regex_internal.h: Change the type of characters in
1077         re_string_t and bracket_elem_t from "unsigned char" to "char".
1078         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
1079         warnings of some compilers.
1080         (transit_state_bkref_loop): Change the type of characters from
1081         "unsigned char" to "char", and append a cast to "char*" pointer in
1082         array subscript.
1083         (check_node_accept_bytes): Likewise.
1084         (find_collation_sequence_value): Likewise.
1086 2002-09-04  Roland McGrath  <roland@redhat.com>
1088         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
1089         from 1024 to 65536, to avoid buffer overrun.
1091 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
1093         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
1095 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
1097         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
1098         for filesystem.
1100 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
1102         * posix/bug-regex11.c: New test.
1103         * posix/Makefile (tests): Add bug-regex11.
1105 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
1107         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
1108         newlocale.
1110 2002-09-02  Roland McGrath  <roland@redhat.com>
1112         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
1113         __pthread_initialize_minimal and __libc_check_standard_fds to
1114         match the generic version.
1116         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
1117         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
1119         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
1120         warnings on platorms where char is unsigned.
1122 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
1124         * version.h (VERSION): Bump to 2.2.93.
1126         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
1128 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1130         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
1131         as relocated.
1133 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
1135         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
1137 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
1139         * locale/localeinfo.h (struct locale_data): Add private.ctype.
1140         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
1141         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
1142         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
1143         (__wcsmbs_load_conv): Remove const from argument.
1144         (_nl_cleanup_ctype): New proto.
1145         (get_gconv_fcts): New function.
1146         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
1147         (__wcsmbs_to_wc): Rename back to...
1148         (to_wc): ... this.
1149         (__wcsmbs_gconv_fcts): Rename to...
1150         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
1151         (lock): Removed.
1152         (__libc_setlocale_lock): New extern.
1153         (__wcsmbs_load_conv): Remove const from argument.
1154         Initialize new_category->private.ctype instead of a global
1155         variable.
1156         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
1157         update_function_ptrs.  No locking is necessary.
1158         (_nl_cleanup_ctype): New function.
1159         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
1160         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
1161         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
1162         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
1163         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
1164         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
1165         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
1166         * wcsmbs/wctob.c (wctob): Likewise.
1167         * stdlib/mblen.c (mblen): Likewise.
1168         * stdlib/mbtowc.c (mbtowc): Likewise.
1169         * stdlib/wctomb.c (wctomb): Likewise.
1170         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
1171         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
1172         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
1173         Removed.
1175 2002-09-02  Roland McGrath  <roland@frob.com>
1177         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
1179 2002-09-01  Roland McGrath  <roland@redhat.com>
1181         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
1182         Variable declarations removed.
1183         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
1184         these functions to replace them.
1185         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
1186         functions plus an indirection rather than the old global variables.
1187         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
1188         Macros removed.
1189         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
1190         inline functions.
1191         * ctype/ctype-info.c: Revert last reversion back the other way.
1192         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
1193         Define real function versions of include/ctype.h inlines here.
1194         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
1195         __ctype_tolower_loc, __ctype_toupper_loc.
1196         * locale/lc-ctype.c: Revert last reversion back the other way.
1197         (_nl_postload_ctype): If current thread uses the global locale,
1198         update its tsd vars.
1199         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
1200         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
1201         CTYPE_TOLOWER, CTYPE_TOUPPER.
1203         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
1204         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
1205         from __libc_tsd_threadvar_location.
1206         (__libc_tsd_set, __libc_tsd_get): Update uses.
1208 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
1210         * ctype/ctype.h: Undo the patch before the last one.  Put back the
1211         macro definitions for the standard functions to access the
1212         classification and mapping arrays.
1213         * include/ctype.h: Partly revert last patch.  Move the macro
1214         definitions for the exported functions back to the public header.
1215         #undef all the macros defined here before redefining.
1216         * ctype/ctype-info.c: Revert last patch.
1217         * locale/lc-ctype.c: Revert last patch.
1219         * ctype/Makefile (routines): Add isctype.
1220         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
1221         * ctype/ctype.h: Add declaration of isctype.
1222         * include/ctype.h: Declare __isctype.
1223         * ctype/isctype.c: New file.
1225 2002-09-01  Roland McGrath  <roland@redhat.com>
1227         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
1228         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
1230         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
1232         * locale/findlocale.c (_nl_remove_locale): Don't search in
1233         _nl_locale_file_list if DATA->alloc is ld_archive.
1234         Use _nl_unload_locale to do the rest of the work.
1236         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
1237         of new structure to UNDELETABLE.
1239         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
1240         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
1241         towlower, towupper): Macros removed.
1242         * ctype/ctype.h (__tobody): Put parens around macro argument.
1243         (__isctype): Macro removed.
1244         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
1245         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1246         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1247         tolower, toupper): Macros and inlines removed.
1248         * include/ctype.h [! NOT_IN_libc]
1249         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
1250         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
1251         tolower, toupper): Define here instead, using _NL_CURRENT.
1252         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
1253         using _NL_CURRENT.
1254         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
1255         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
1256         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
1257         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
1258         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
1259         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
1260         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
1261         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
1262         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
1263         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
1264         (ISSORTMASK): Update use.
1265         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
1266         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
1267         (_nss_files_getENTNAME_r): Likewise.
1268         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
1269         Likewise.
1271         * Makerules (all-nonlib): Renamed from all-tests.
1272         Include $(others) here too.
1273         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
1274         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
1275         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
1276         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
1277         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
1278         the program modules via cppflags-iterator.mk.
1279         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
1280         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
1282 2002-08-31  Roland McGrath  <roland@redhat.com>
1284         * posix/tst-getconf.sh: If no third arg, work with static linking.
1286         * locale/categories.def (LC_TIME): No more _nl_postload_time.
1288         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
1289         [_NL_CURRENT_INDIRECT].
1291 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1293         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1295 2002-08-31  Roland McGrath  <roland@redhat.com>
1297         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1298         Instead, make the single allocation of the structure larger to hold
1299         the name strings.
1300         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1301         Instead, calculate size for a single allocation and copy into it.
1302         * locale/freelocale.c (__freelocale): Don't free names individually.
1304         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1306         * locale/xlocale.h (__locale_struct): Move __names member last,
1307         for binary compatibility.
1309         * locale/duplocale.c (__duplocale): Free names from the right array.
1311         * locale/uselocale.c (__uselocale): Return previous locale when
1312         setting a new one.
1314         * locale/newlocale.c: Commit changes from 2002-08-30
1315         batch where I failed to commit this file:
1316         (__newlocale): Fill in __names array.
1318 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1320         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1321         errlist-compat.c if versioning==yes.
1323 2002-08-31  Andreas Jaeger  <aj@suse.de>
1325         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1326         external functions with hidden attribute.
1327         (elf_machine_rela): Optimize.
1329         * sysdeps/x86_64/memset.S: New file.
1330         * sysdeps/x86_64/bzero.S: New file.
1331         * sysdeps/x86_64/stpcpy.S: New file.
1332         * sysdeps/x86_64/strcat.S: New file.
1333         * sysdeps/x86_64/strchr.S: New file.
1334         * sysdeps/x86_64/strcpy.S: New file.
1335         * sysdeps/x86_64/strcspn.S: New file.
1336         * sysdeps/x86_64/strlen.S: New file.
1337         * sysdeps/x86_64/strpbrk.S: New file.
1338         * sysdeps/x86_64/strspn.S: New file.
1339         * sysdeps/x86_64/strcmp.S: New file.
1340         * sysdeps/x86_64/strtok_r.S: New file.
1341         * sysdeps/x86_64/strtok.S: New file.
1342         * sysdeps/x86_64/memcpy.S: New file.
1343         * sysdeps/x86_64/mempcpy.S: New file.
1345         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1347         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1349 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1351         * stdio-common/Makefile (generated): Add errlist-compat.c.
1353         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1355         * locale/localeinfo.h: Pretty printing.
1357         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1358         form_number handling.
1360 2002-08-31  Andreas Jaeger  <aj@suse.de>
1362         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1363         double tests.
1365         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1366         __start_context.
1368         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1370         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1372         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1373         registers used for passing args.
1375         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1376         all needed registers.
1378         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1379         registers.
1381         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1382         registers.
1384 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1386         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1387         always_inline attribute.
1389 2002-08-30  Roland McGrath  <roland@redhat.com>
1391         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1392         presume it's the stub and bail without error.
1394         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1395         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1397         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1399         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1400         macros replace the i686 versions for 64-bit mode.
1402         * locale/duplocale.c: Include <string.h>.
1404         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1405         [_LIBC] (category_to_name): Don't define the function.  Instead
1406         define a macro using _nl_category_names.
1408         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1409         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1410         * locale/global-locale.c (_nl_global_locale): Likewise.
1411         * locale/duplocale.c (__duplocale): strdup __names elements.
1412         * locale/freelocale.c (__freelocale): Free __names elements.
1413         * locale/localename.c (_nl_current_names): Variable removed.
1414         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1415         * locale/localeinfo.h (_nl_current_names): Removed decl.
1416         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1417         _nl_current_names throughout.
1419         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1421         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1422         and sys_nerr in the output file.
1424         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1425         * scripts/cpp: Just use the environment variable.
1427         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1428         * libio/tst-mmap-offend.c (do_test): Likewise.
1429         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1430         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1431         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1433         * locale/localename.c: If the current locale is the global locale, use
1434         _nl_current_names; otherwise use the locale object.
1436 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1438         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1439         'm' to enable mmap I/O.
1440         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1441         former wasn't used (anymore?).
1442         (_IO_FLAGS2_MMAP): New define.
1443         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1444         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1445         _IO_FLAGS2_MMAP bit is set.
1446         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1447         Enable mmap-using mode only if 'm' was set.
1449 2002-08-29  Roland McGrath  <roland@frob.com>
1451         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1453         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1454         Change argument type from int to intptr_t.
1456         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1457         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1458         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1459         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1460         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1462         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1464         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1466         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1468         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1469         * assert/assert-perr.c: Add libc_hidden_def.
1470         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1472         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1473         found at all.
1474         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1475         sys_errlist stuff to ...
1476         * sysdeps/unix/sysv/linux/Versions: ... here.
1478         * mach/mach.h: Include <features.h>.
1480 2002-08-29  Roland McGrath  <roland@redhat.com>
1482         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1483         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1484         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1486         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1488         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1489         (norm_add_slashes): alloca -> __alloca
1491 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1493         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1494         string_malloced, it is unlikely to be set.
1495         Only call free with non-NULL workspace.
1496         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1497         -mcpu=ultrasparc, not only tune for it.
1498         (ASFLAGS*): Set unconditionally.
1500         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1501         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1502         p_vaddr/p_offset when computing LOADADDR.
1504 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1506         * version.h (VERSION): Bump to 2.2.92.
1508         * time/Makefile (tst-ftime_l-ENV): New variable.
1510         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1512         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1513         <U017A>, <U017D> and <U0179>. Add missing mappings.
1514         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1516         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1517         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1518         (struct tostruct): Use ACRINDEX as type for link field.
1519         (statuc gmonparam): Likewise for froms.
1520         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1521         kcount and froms.
1522         (write_call_graph): Use correct type for from_index and to_index.
1523         * gmon/mcount.c: Use correct types for frompcindex and toindex
1524         variables.
1525         Patches by Dan Kegel <dank@kegel.com>.
1527         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1528         canonical name.
1530         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1531         __isspace_l.  Replace calls to isspace.
1532         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1534 2002-08-29  Roland McGrath  <roland@redhat.com>
1536         * string/tst-strxfrm.c: Remove __ from function names.
1538 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1540         * include/wchar.h: Declare __mbsrtowcs_l.
1541         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1542         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1543         USE_IN_EXTENDED_LOCALE_MODEL.
1544         * wcsmbs/mbsrtowcs_l: New file.
1545         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1546         define as static.  Change all uses.
1547         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1548         Change all callers.
1549         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1550         * time/strftime.c: When translating for the extended locale model
1551         use the _l functions.
1552         * time/Makefile (tests): Add tst-ftime_l.
1553         * time/tst-ftime_l.c: New file.
1555 2002-08-28  Roland McGrath  <roland@redhat.com>
1557         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1558         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1559         from _nl_find_locale ok if for _nl_C_name.
1561         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1562         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1563         we know they are all linked in.
1565         * NEWS: Added 2.2.6 text from 2.2 branch version.
1567         * time/strptime.c (strptime_internal): Remove spurious const.
1569         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1570         _nl_select_era_entry): Moved to ...
1571         * time/era.c: ... here, new file.
1572         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1573         Add internal_function to definitions.  Take an additional argument
1574         giving the `struct locale_data *' to use.
1575         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1576         _nl_parse_alt_digit): Moved to ...
1577         * time/alt_digit.c: ... here, new file.
1578         * time/lc-time-cleanup.c: New file.
1579         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1580         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1581         (_nl_cleanup_time): Declare it.
1582         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1583         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1584         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1585         * time/strftime.c: Pass locale data to helper functions.
1586         * time/strptime.c: Likewise.
1588         * locale/localeinfo.h (struct locale_data): New member `private'
1589         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1590         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1591         * locale/C-collate.c: Update initializer.
1592         * locale/C-identification.c: Likewise.
1593         * locale/C-measurement.c: Likewise.
1594         * locale/C-telephone.c: Likewise.
1595         * locale/C-address.c: Likewise.
1596         * locale/C-name.c: Likewise.
1597         * locale/C-paper.c: Likewise.
1598         * locale/C-time.c: Likewise.
1599         * locale/C-numeric.c: Likewise.
1600         * locale/C-monetary.c: Likewise.
1601         * locale/C-messages.c : Likewise.
1602         * locale/C-ctype.c: Likewise.
1604         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1605         Redefine this too.
1607 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1609         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1610         (_rtld_global): Use it.
1612         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1613         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1614         object directory.  Pass all Versions files to the awk script.
1615         * sysdeps/gnu/errlist-compat.c: Removed.
1616         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1617         first Versions file in the search path which has them.
1618         Allow multiple errlist symbol versions to have the same count of
1619         errors.
1620         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1621         of "errlist-compat.c".
1622         * sysdeps/gnu/errlist.c: Regenerated.
1623         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1624         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1625         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1626         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1627         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1628         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1629         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1630         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1631         ECANCELLED if not defined by kernel headers.
1632         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1633         already defined by kernel headers.
1634         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1635         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1636         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1637         is a macro.
1638         * Versions.def (GLIBC_2.3) [librt]: Add.
1640         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1642 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1644         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1645         missing comma to .type directive.
1647 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1649         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1650         unconditionally.
1651         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1652         check.
1653         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1655 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1657         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1658         check to close_and_out close.  Replace return NULL statements where
1659         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1660         when it is no longer needed.
1662 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1664         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1665         string constants.
1666         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1667         * sysdeps/arm/dl-machine.h: Likewise.
1668         * sysdeps/cris/dl-machine.h: Likewise.
1669         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1670         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1672 2002-08-28  Roland McGrath  <roland@redhat.com>
1674         * Makeconfig (default_cflags): Revert unintended change.
1676 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1678         * version.h (VERSION): Bump to 2.2.91.
1680         * configure.in: Disable TLS support by default for now.
1682         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1684         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1685         warnings.
1687         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1689         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1690         fprintf/fwprintf calls.
1692 2002-08-28  Roland McGrath  <roland@redhat.com>
1694         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1695         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1697         * locale/setlocale.c: Declare postload functions weak.
1699         * elf/tst-tls1-static.c: New file.
1700         * elf/tst-tls2-static.c: New file.
1701         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1703         Make uselocale support static linking.
1704         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1705         This file again just defines _nl_C_locobj.
1706         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1707         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1708         using all weak references in the initializer.
1709         * locale/Makefile (aux): Add global-locale.
1710         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1711         these unconditional, along with the tsd decl.
1712         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1713         Define it under these conditions.
1714         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1715         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1716         `extern __thread struct locale_data *const *'.
1717         [NL_CURRENT_INDIRECT]
1718         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1719         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1720         the thread variable _nl_current_LC_FOO and also a special absolute
1721         symbol _nl_current_LC_FOO_used.
1722         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1723         Set each _nl_current_LC_FOO symbol to point into the new locale,
1724         using weak references to test if _nl_current_LC_FOO_used was linked in.
1725         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1726         [NL_CURRENT_INDIRECT]: ... with this one.
1727         (_nl_current, _nl_C): Variables removed.
1728         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1729         weak references to _nl_current_LC_FOO_used.
1730         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1731         (free_category): New function, broken out of ...
1732         (free_mem): ... here.  Call that.
1733         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1734         instead of a loop.
1736         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1737         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1738         it is already absolute.
1740         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1741         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1742         [$(build-static) = yes] (tests-static): New variable.
1743         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1745 2002-08-26  Christoph Hellwig  <hch@lst.de>
1747         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1748         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1750 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1752         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1754         * sysdeps/s390/Dist: Add bits/link.h.
1756         * sysdeps/sh/Dist: New file.
1758         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1760         * sysdeps/wordsize-32/Dist: New file.
1762         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1763         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1764         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1766         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1767         sys/personality.h.
1769         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1770         sparc/dl-brk.S.
1772         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1774         * sysdeps/unix/bsd/sun/Dist: New file.
1776         * sysdeps/unix/bsd/osf/Dist: New file.
1778         * sysdeps/unix/bsd/hp/Dist: New file.
1780         * sysdeps/unix/arm/Dist: New file.
1782         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1784         * sysdeps/mach/hurd/Dist: Add set-init.c.
1786         * sysdeps/i386/Dist: Add bits/link.h.
1788         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1790         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1792         * locale/Makefile (distribute): Add hashval.h.
1794         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1796         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1798         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1799         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1800         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1801         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1802         implementations.
1803         * libio/stdio.h: Likewise.
1804         * locale/locale.h: Likewise.
1805         * math/math.h: Likewise.
1806         * math/bits/mathcalls.h: Likewise.
1807         * setjmp/setjmp.h: Likewise.
1808         * signal/signal.h: Likewise.
1809         * stdlib/stdlib.h: Likewise.
1810         * string/string.h: Likewise.
1811         * time/time.h: Likewise.
1812         * wcsmbs/wchar.h: Likewise.
1813         * wctype/wctype.h: Likewise.
1815 2002-08-28  Roland McGrath  <roland@redhat.com>
1817         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1819 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1820             Roland McGrath <roland@redhat.com>
1822         * locale/hashval.h (compute_hashval): Use prototype defn.
1823         (hashval_t): New macro, defined to unsigned long int
1824         if not already defined.
1825         (compute_hashval): Return hashval_t instead of unsigned long int.
1826         * locale/loadarchive.c (hashval_t): New macro.
1827         * locale/programs/locarchive.c: Include hashval.h directly instead
1828         of simple-hash.h.
1829         (compute_hashval, hashval_t): Define these macros first.
1830         (insert_name): Use archive_hashval instead of compute_hashval.
1831         (add_locale, delete_locales_from_archive): Likewise.
1833 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1835         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1836         hash collisions if be_quiet.
1838 2002-08-27  Roland McGrath  <roland@redhat.com>
1840         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1841         __uselocale): Don't declare these any more.
1842         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1844         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1845         and treat it as an EOF return.
1846         * sysdeps/unix/readdir_r.c: Likewise.
1848         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1849         From Alexandre Oliva <aoliva@redhat.com>.
1850         * sysdeps/gnu/errlist-compat.c: Regenerated.
1852 2002-08-27  Brian Youmans  <3diff@gnu.org>
1854         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1855         wording at request of copyright holder Stephen Moshier.
1856         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1857         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1858         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1859         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1860         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1861         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1862         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1863         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1864         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1865         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1866         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1867         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1868         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1869         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1871 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1873         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1874         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1875         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1876         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1877         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1878         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1879         * wctype/iswctype_l.c (iswctype_l): Likewise.
1881 2002-08-27  Roland McGrath  <roland@redhat.com>
1883         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1885         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1886         * stdlib/stdlib.h: Don't declare __*_l names.
1887         * include/stdlib.h: Declare them here instead.
1888         * include/string.h: Don't declare __*_l names.
1889         * string/string.h: Declare them here instead.
1890         * time/time.h: Don't declare __*_l names.
1891         * include/time.h: Declare them here instead.
1892         * wcsmbs/wchar.h: Don't declare __*_l names.
1893         * include/wchar.h: Declare them here instead.
1894         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1895         Don't declare __*_l names.
1896         * include/wctype.h: Declare them here instead.
1897         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1898         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1899         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1900         * include/langinfo.h: Declare it here with __typeof.
1902         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1903         instead, taking an extra __locale_t argument.
1904         * time/Makefile (routines): Add strptime_l.
1905         * time/time.h (__strptime_l, strptime_l): Declare them.
1906         * time/strptime_l.c: New file.
1908         * time/time.h (__strftime_l, strftime_l): Declare them.
1909         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1910         * time/strftime_l.c: New file.
1911         * time/wcsftime_l.c: New file.
1912         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1913         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1914         strftime_l, wcsftime_l.
1915         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1916         or __wcsftime_l instead, taking an extra __locale_t argument.
1918         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1919         (libc: GLIBC_2.3): ... here.
1921 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1923         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1925         * Makefile (distribute): Add LICENSES.
1927         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1928         sys/debugreg.h.
1930         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1932         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1934         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1936         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1938         * sysdeps/mach/hurd/alpha/Dist: New file.
1940         * sysdeps/arm/Dist: Add bits/link.h.
1942         * sunrpc/Makefile: Distribute thrsvc.
1944         * stdio-common/Makefile: Remove more left-overs from old stdio.
1946         * include/linewrap.h: Removed.
1948         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1950         * intl/Makefile (distribute): Add plural-eval.c.
1952 2002-08-27  Roland McGrath  <roland@redhat.com>
1954         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1955         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1956         Say mtab is in either /var/run or /etc.
1958 2002-08-26  Roland McGrath  <roland@redhat.com>
1960         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1961         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1963         * sysdeps/gnu/Versions: New file.
1964         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1965         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1966         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1967         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1968         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1969         and _sys_nerr_internal instead of anything else.  Make it include
1970         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1971         Make it emit some asm magic if [EMIT_ERR_MAX].
1972         * sysdeps/gnu/errlist.c: Regenerated.
1973         * sysdeps/gnu/errlist-compat.awk: New file.
1974         * sysdeps/gnu/errlist-compat.c: New file (generated).
1975         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1976         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1977         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1978         (SYS_ERRLIST, SYS_NERR): Macros removed.
1979         (sys_nerr, _sys_nerr): Remove these weak aliases.
1980         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1981         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1982         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1984         * include/libc-symbols.h (declare_symbol): New macro.
1985         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1986         * configure.in: New check to define it.
1987         * configure: Regenerated.
1989 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1991         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1992         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1994         * Make-dist: Remove traces of old stdio.
1995         * Makeconfig: Likewise.
1997         * locale/Makefile (localedef-aux): New variable.  Only md5
1998         assigned to it.  These files are not ddistributed in this directory.
2000         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
2001         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
2002         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
2004         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
2006         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
2007         set h_errno to NO_RECOVERY [PR libc/4360].
2009 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2011         * libio/Makefile (tests): Add bug-fopena+.
2012         * libio/bug-fopena+.c: New file.
2013         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
2014         file for _IO_IS_APPENDING if file isn't opened for reading, too.
2016         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
2018         * locale/xlocale.c: Fix the last change.  The variable still has
2019         to end in _data.
2020         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
2021         (__libc_tsd_set): Add _data prefix to variable name.
2023 2002-08-26  Roland McGrath  <roland@redhat.com>
2025         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
2026         macro with inline function.
2027         (sigset_get_old_mask): Likewise.
2028         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
2029         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2030         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2031         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
2032         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
2033         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
2034         values.
2035         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
2036         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
2038 2002-07-06  Bruno Haible  <bruno@clisp.org>
2040         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
2041         sigset_get_old_mask): Make it work with larger sigset_t.
2042         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
2043         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
2044         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2046 2002-08-26  Roland McGrath  <roland@redhat.com>
2048         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
2049         * manual/filesys.texi (File Times): Document lutimes and futimes.
2050         * misc/Makefile (routines): Add them.
2051         * misc/Versions (libc: GLIBC_2.3): Likewise.
2052         * sysdeps/generic/lutimes.c: New file.
2053         * sysdeps/generic/futimes.c: New file.
2054         * sysdeps/mach/hurd/lutimes.c: New file.
2055         * sysdeps/mach/hurd/futimes.c: New file.
2057         * manual/filesys.texi (File Times): Add explicit note about null
2058         pointer argument to utimes.
2060 2002-08-26  Roland McGrath  <roland@frob.com>
2062         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
2063         (__ifreq): Add a cast.  Remove an unused variable.
2065         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
2066         _HURD_THREADVAR_LOCALE.
2068 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
2070         * posix/regexec.c (re_search_stub): Return correct match length
2071         if start != 0.
2072         * posix/bug-regex10.c: New test.
2073         * posix/Makefile (tests): Add bug-regex10.
2075 2002-08-26  Brian Youmans  <3diff@gnu.org>
2077         * COPYING.LIB: Replaced with fresh copy from
2078         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
2079         suggested copying permission notice now says version 2.1 instead
2080         of version 2.
2082         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
2083         from Library GPL.
2084         * crypt/crypt_util.c: Likewise.
2085         * crypt/ufc.c: Likewise.
2086         * elf/dl-conflict.c: Likewise.
2087         * elf/dl-iteratephdr.c: Likewise.
2088         * iconv/iconvconfig.h: Likewise.
2089         * malloc/arena.c: Likewise.
2090         * malloc/hooks.c: Likewise.
2091         * malloc/malloc.c: Likewise.
2092         * posix/glob/Makefile.ami: Likewise.
2093         * posix/glob/Makefile.in: Likewise.
2094         * stdlib/gmp-impl.h: Likewise.
2095         * stdlib/gmp.h: Likewise.
2096         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
2097         * sysdeps/generic/strnlen.c: Likewise.
2098         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
2099         * sysdeps/mach/hurd/recvmsg.c: Likewise.
2100         * sysdeps/mach/hurd/sendmsg.c: Likewise.
2101         * sysdeps/mach/hurd/spawni.c: Likewise.
2102         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
2103         * sysdeps/mach/powerpc/sysdep.h: Likewise.
2104         * sysdeps/mach/powerpc/thread_state.h: Likewise.
2105         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
2106         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
2107         * sysdeps/x86_64/gmp-mparam.h: Likewise.
2109         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
2110         Lesser GPL copying permission notice from 2 to 2.1.
2111         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
2112         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
2113         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2114         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
2115         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2116         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2117         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2118         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2119         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2120         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2121         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2122         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2123         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2124         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2125         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2126         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2127         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2128         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2129         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2130         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2131         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2132         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2133         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2134         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2135         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2136         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2137         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2138         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2139         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2140         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2141         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2142         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2143         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2144         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2145         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2146         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2147         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2148         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2149         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2150         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2151         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2152         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
2153         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2154         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2155         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2156         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2157         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2158         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2159         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2160         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2161         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2162         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2163         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2164         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2165         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2167         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
2168         Moshier and Lesser GPL copying permission notice, per license from
2169         Moshier.
2170         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
2171         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
2172         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
2173         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
2174         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
2175         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
2176         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
2177         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
2178         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
2179         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2180         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
2181         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
2182         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
2183         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
2185         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
2186         notice, per license from copyright holder Stephen Moshier.
2187         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
2188         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
2189         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
2190         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
2191         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
2192         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
2193         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
2194         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
2195         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
2197 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
2199         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
2200         (shared-only-routines): Likewise.
2202 2002-08-26  Roland McGrath  <roland@redhat.com>
2204         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
2205         name of "", store a null pointer instead.
2207         * configure.in (elf): Set to yes for freebsd*, netbsd*.
2208         * configure: Regenerated.
2210         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
2211         Initialize this instead of __libc_tsd_LOCALE_data.
2213         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
2214         ptsname_r to EINVAL.
2216         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
2218         * rt/Makefile: Revert last change, it was inappropriate to presume aio
2219         implementations depend on pthreads.
2220         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
2221         * rt/tst-aio64.c (do_test): Likewise.
2222         * rt/tst-aio2.c (do_test): Likewise.
2223         * rt/tst-aio3.c (do_test): Likewise.
2224         * rt/tst-aio4.c (do_test): Likewise.
2225         * rt/tst-aio5.c (do_test): Likewise.
2226         * rt/tst-aio6.c (do_test): Likewise.
2227         * rt/tst-aio7.c (do_test): Likewise.
2229         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
2230         void so as to avoid compiler warnings.
2232         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
2233         _IO_wide_data_FD, which is never used here.
2235         * libio/iofread.c
2236         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
2237         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
2238         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
2240         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
2241         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
2243         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
2244         (closelog): Likewise.
2246 2002-07-06  Bruno Haible  <bruno@clisp.org>
2248         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
2250         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
2251         * sysdeps/unix/alpha/pipe.S: ... here.
2252         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
2254         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
2256         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
2257         * sysdeps/unix/i386/fork.S: Likewise.
2258         * sysdeps/unix/i386/pipe.S: Likewise.
2259         * sysdeps/unix/i386/wait.S: Likewise.
2261         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
2262         * sysdeps/unix/arm/fork.S: Likewise.
2264         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
2265         arguments.
2266         (DO_CALL): Swap argument order.
2267         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
2268         arguments.
2269         (DO_CALL): Swap argument order.
2270         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
2271         arguments.
2272         (DO_CALL): Swap argument order.
2273         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
2274         arguments.
2275         (DO_CALL): Swap argument order.
2276         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
2277         arguments.
2278         (DO_CALL): Swap argument order.
2279         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
2280         arguments.
2281         (DO_CALL): Swap argument order.
2282         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
2283         arguments.
2284         (DO_CALL): Swap argument order.
2286         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
2287         (L): Define right for ELF.
2288         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
2289         Now defined in sysdeps/i386/sysdep.h.
2291         * sysdeps/posix/readv.c: Ansify function definition.
2292         * sysdeps/posix/writev.c: Likewise.
2294         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2295         have the same size. Avoid direct cast from size_t to off_t.
2297         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2298         nul byte in entry[n].ut_user.
2299         (simulate_logout): Likewise.
2301         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2302         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2303         existence of corresponding members of 'struct utmp'.
2304         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2305         !_HAVE_UT_TYPE.
2307         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2308         allocate a buffer of at least BUFSIZ bytes, not just of
2309         sizeof (struct dirent).
2311         * sysdeps/generic/glob.c: Include <limits.h>.
2312         (NAME_MAX): Define a fallback.
2313         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2314         stack.
2315         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2316         (main): Allocate enough room for a 'struct dirent64' on the stack.
2317         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2318         'struct dirent'.
2320         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2321         kernel-features.h.
2323         * inet/htontest.c: Include <sys/types.h>.
2325         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2327         * include/sys/sysctl.h: Comment fix.
2329         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2330         _dl_load_lock.
2331         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2333         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2335         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2336         (__getpeername): New alias.
2337         (__getsockname): New alias.
2338         (__socket): New alias.
2340         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2342         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2343         (__fcntl_internal): New alias.
2344         (__profil): New alias.
2346 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2348         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2349         entry was for getaddr* lookup or not.  Add only matching cache
2350         entry.  Change all callers [PR libc/4317].
2352         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2353         finding the read position [PR libc/4265].
2354         * libio/Makefile (tests): Add bug-rewind2.
2355         * libio/bug-rewind2.c: New file.
2357         * libio/bug-rewind.c: Fix creation of temp file.
2359 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2361         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2362         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2363         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2364         to ENOENT if no entry is found.
2365         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2366         failure.
2367         * nis/nss_compat/compat-initgroups.c: Likewise.
2368         * nis/nss_compat/compat-pwd.c: Likewise.
2369         * nis/nss_compat/compat-spwd.c: Likewise.
2370         * nis/nss_nis/nis-alias.c: Likewise.
2371         * nis/nss_nis/nis-ethers.c: Likewise.
2372         * nis/nss_nis/nis-grp.c: Likewise.
2373         * nis/nss_nis/nis-hosts.c: Likewise.
2374         * nis/nss_nis/nis-initgroups.c: Likewise.
2375         * nis/nss_nis/nis-netgrp.c: Likewise.
2376         * nis/nss_nis/nis-network.c: Likewise.
2377         * nis/nss_nis/nis-proto.c: Likewise.
2378         * nis/nss_nis/nis-publickey.c: Likewise.
2379         * nis/nss_nis/nis-pwd.c: Likewise.
2380         * nis/nss_nis/nis-rpc.c: Likewise.
2381         * nis/nss_nis/nis-service.c: Likewise.
2382         * nis/nss_nis/nis-spwd.c: Likewise.
2383         * resolv/nss_dns/dns-host.c: Likewise.
2384         * resolv/nss_dns/dns-network.c: Likewise.
2385         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2386         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2387         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2388         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2389         * nis/nss_nisplus/nisplus-network.c: Likewise.
2390         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2391         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2392         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2393         * nis/nss_nisplus/nisplus-service.c: Likewise.
2394         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2395         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2396         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2397         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2398         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2400         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2401         declaring __restore and __restore_rt as hidden (if possible).
2403 2002-08-25  Roland McGrath  <roland@redhat.com>
2405         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2407         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2408         (getutent_r_file, internal_getut_r): Updated all callers.
2409         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2411 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2413         * locale/programs/locale.c: Don't print aliases for non-existing
2414         locales for 'locale -a'.
2415         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2417 2002-07-19  H.J. Lu  <hjl@gnu.org>
2419         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2421 2002-07-16  H.J. Lu  <hjl@gnu.org>
2423         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2424         sys/personality.h.
2425         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2427 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2429         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2430         not moved ahead of the fputs call.
2431         * elf/tst-tlsmod2.c (in_dso): Likewise.
2432         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2433         * elf/tst-tlsmod4.c (in_dso): Likewise.
2435 2002-08-25  Andreas Schwab  <schwab@suse.de>
2437         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2439 2002-08-25  Roland McGrath  <roland@redhat.com>
2441         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2442         resetting handler, to avoid the possibility of a spurious SIGALRM
2443         delivered to the user's handler.
2444         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2446         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2447         set -fkeep-inline-functions, which is not needed for the current file.
2449         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2450         (_dl_setup_hash): Add attribute_hidden.
2451         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2452         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2453         (_dl_new_object, _dl_map_object_deps): Likewise.
2454         (_dl_map_object_deps_internal): Remove decl.
2455         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2457         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2458         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2459         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2460         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2461         instead relying on the compiler to produce only GOTOFF variable refs.
2463 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2465         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2467         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2468         inline to avoid defining it in every file which includes this header.
2470         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2471         defining DONT_USE_BOOTSTRAP_MAP.
2473         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2474         * libio/tst-mmap-setvbuf.c (main): Likewise.
2475         * libio/tst-widetext.c (main): Likewise.
2477         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2478         message.
2479         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2480         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2482         * sysdeps/i386/elf/configure.in: Unconditionally define
2483         PI_STATIC_AND_HIDDEN.
2484         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2485         PI_STATIC_AND_HIDDEN is defined as well.
2486         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2488 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2490         * sysdeps/ia64/bzero.S: Define __bzero as well.
2492         * locale/programs/charmap.c (charmap_new_char): Don't use
2493         ULONG_MAX as maximum UCS4 value.
2495         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2497         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2499         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2500         * malloc/malloc.c (mALLINFo): Likewise.
2502         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2504         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2505         examining result of _IO_do_flush call.
2507         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2508         Use prec not spec when sizing buffers.
2510         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2511         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2512         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2513         * stdio-common/vfscanf.c (inchar): Likewise.
2514         * misc/efgcvt_r.c (fcvt_r): Likewise.
2515         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2516         * elf/readlib.c (process_file): Likewise.
2517         * elf/sprof.c (load_profdata): Likewise.
2518         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2519         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2520         * locale/programs/charmap.c (charmap_read): Likewise.
2521         * libio/fileops.c: Likewise.
2522         * libio/fmemopen.c: Likewise.
2523         * stdlib/strtod.c: Likewise.
2524         * elf/dl-load.c: Likewise.
2525         * iconv/iconvconfig.c: Likewise.
2526         * iconv/iconv_prog.c (process_block): Likewise.
2527         * elf/rtld.c (dl_main): Likewise.
2529         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2530         macro to calm down the compiler.
2532         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2534         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2536         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2537         placement of errno definition.
2538         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2539         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2540         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2541         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2542         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2544         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2545         from 1024 to 65536, to avoid buffer overrun.
2547 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2549         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2550         from 1024 to 65536, to avoid buffer overrun.
2551         * resolv/res_query.c (MAXPACKET): Likewise.
2553 2002-08-24  Andreas Jaeger  <aj@suse.de>
2555         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2557 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2559         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2560         two52 locally.
2561         (log2): Likewise.
2562         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2563         Patch by Simon Gee <simong@agile.tv>.
2565         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2566         Prefer reading /proc/stat since it is more uniform across
2567         architectures.
2569         * manual/texinfo.tex: Update to latest official version.
2571         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2572         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2573         * sysdeps/gnu/bits/shm.h: Likewise.
2574         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2575         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2576         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2577         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2578         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2579         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2580         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2581         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2582         since this is what the kernel says.
2584         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2585         since ssize_t is needed as well.  Replace const with __const.
2587 2002-08-23  Roland McGrath  <roland@redhat.com>
2589         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2590         __malloc_hook, __realloc_hook, __memalign_hook,
2591         __after_morecore_hook): Variable definitions moved to ...
2592         * malloc/malloc.c: ... here, so as to be before all references.
2594         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2595         global variable reference in an unused asm parameter, to ensure the
2596         compiler has set up the GOT register before we use it.
2598         * malloc/hooks.c: Move variable definitions ahead of uses.
2599         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2600         initializers that make reference to variables they define.
2602 2002-08-23  Andreas Jaeger  <aj@suse.de>
2604         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2605         alloca, free, qsort.
2607         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2609         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2610         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2612         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2613         <hch@lst.de>.
2614         * sysdeps/generic/fgetxattr.c: New file.
2615         * sysdeps/generic/flistxattr.c: New file.
2616         * sysdeps/generic/fremovexattr.c: New file.
2617         * sysdeps/generic/fsetxattr.c: New file.
2618         * sysdeps/generic/getxattr.c: New file.
2619         * sysdeps/generic/listxattr.c: New file.
2620         * sysdeps/generic/lgetxattr.c: New file.
2621         * sysdeps/generic/llistxattr.c: New file.
2622         * sysdeps/generic/lremovexattr.c: New file.
2623         * sysdeps/generic/lsetxattr.c: New file.
2624         * sysdeps/generic/removexattr.c: New file.
2625         * sysdeps/generic/setxattr.c: New file.
2626         * misc/Makefile (headers): Add sys/xattr.h.
2627         (routines): Add *xattr calls.
2628         * misc/Versions: Add *xattr calls with version 2.3.
2629         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2630         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2631         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2632         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2633         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2634         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2635         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2636         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2638 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2640         * sysdeps/powerpc/elf/libc-start.c
2641         (__cache_line_size): Declare.
2642         (__aux_init_cache): New function.
2643         (__libc_start_main): Change type of `auxvec' parameter to
2644         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2645         __aux_init_cache.
2646         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2647         (__cache_line_size): Declare.
2648         (__aux_init_cache): New function.
2649         (DL_PLATFORM_INIT): Define.
2650         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2651         value to select the correct stride for dcbz.
2653 2002-08-22  Andreas Jaeger  <aj@suse.de>
2655         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2656         shmat.
2658 2002-08-22  Roland McGrath  <roland@redhat.com>
2660         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2661         position indicated by locrectab against file bounds before rounding to
2662         page size.  In mapping loop, always set TO before breaking out of
2663         contiguous range coalescing loop.
2665         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2666         (or MAP_COPY if available) instead of MAP_SHARED.
2668         * scripts/firstversions.awk: When encountering a version newer than
2669         the specified earliest version, be sure to emit the specified earliest
2670         version first if any renaming of an older version to that has been.
2672 2002-08-21  Roland McGrath  <roland@redhat.com>
2674         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2675         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2676         (Configuring and compiling): Don't mention older GCC versions any more.
2677         * INSTALL: Regenerated.
2679         * manual/install.texi (Configuring and compiling, Installation,
2680         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2682         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2683         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2684         and with noinline otherwise.  Remove hack alloca use to prevent
2685         inlining, we can ask for it explicitly nowadays.
2687         * dlfcn/bug-dlsym1.c: New file.
2688         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2689         * dlfcn/Makefile (distribute): Add them.
2690         (tests): Add bug-dlsym1 here.
2691         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2692         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2693         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2695 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2697         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2698         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2699         before relocation.
2700         (_dl_start): Don't use local bootstrap_map variable if
2701         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2702         pass bootstrap_map to _dl_start_final in this case either.  Don't
2703         pass start_time to _dl_start_final ever.
2704         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2706         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2707         This cripples the scope lists necessary to search for symbols in
2708         dependencies which are not in the global scope.
2710         * include/setjmp.h (__libc_longjmp): Add declaration.
2712 2002-08-21  Andreas Jaeger  <aj@suse.de>
2714         * sysdeps/x86_64/_mcount.S: Fix assembler.
2716         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2717         with biarch support.
2719 2002-08-21  Andreas Jaeger  <aj@suse.de>
2721         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2723         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2725         * sysdeps/x86_64/machine-gmon.h: New file.
2726         * sysdeps/x86_64/_mcount.S: New file.
2728 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2730         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2731         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2732         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2733         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2734         to TL_INIT_TP.  Otherwise pass 1.
2735         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2736         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2738 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2740         * locale/programs/localedef.c (add_to_readlist): Error about
2741         circular dependencies only if the locale in question hasn't
2742         been finished.
2743         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2744         CTYPE_LOCALE to load_locale.
2745         * locale/programs/locfile.c (locfile_read): Don't include
2746         unneeded but available locales in locale_mask.
2748         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2749         print any messages about enlarging archive.
2751 2002-08-20  Brian Youmans  <3diff@gnu.org>
2753         * manual/contrib.texi: Removed licenses, added acknowledgements
2754         for contributions by Intel, IBM, Craig Metz.
2755         * LICENSES: New file, contains the text of all non-FSF licenses in the
2756         distribution that require putting the notice in the accompanying
2757         documentation.
2758         * README.template, README: Mention LICENSES.
2760         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2761         new one modelled on the modern BSD license, per recent letter
2762         of permission from CMU.
2763         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2765         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2766         from IBM to FSF, per the recent Software Letter.  Changed the
2767         distribution terms from GPL to LGPL.
2769         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2770         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2771         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2772         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2773         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2774         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2775         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2776         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2777         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2778         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2780         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2781         from IBM to FSF, per the recent Software Letter.  Corrected the
2782         text of the copying permission notice to say Lesser GPL instead
2783         of GPL in warranty disclaimer paragraph.
2784         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2785         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2786         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2787         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2788         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2789         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2790         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2791         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2792         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2793         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2794         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2795         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2796         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2797         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2798         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2799         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2800         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2801         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2802         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2803         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2804         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2806         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2807         permission notice to say Lesser GPL instead of GPL in warranty
2808         disclaimer paragraph.
2809         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2810         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2811         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2812         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2813         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2814         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2815         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2816         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2817         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2818         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2819         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2820         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2821         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2822         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2823         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2824         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2825         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2826         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2827         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2828         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2829         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2830         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2831         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2833 2002-08-20  Roland McGrath  <roland@redhat.com>
2835         Fix ABI compatibility with libc compiled with old tools on powerpc.
2836         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2837         and Jack Howarth <howarth@bromo.med.uc.edu>.
2838         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2839         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2840         pass -DHAVE_DOT_HIDDEN for these files.
2841         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2842         __floatdisf.
2843         * sysdeps/powerpc/divdi3.c: New file.
2844         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2845         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2847 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2849         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2850         partially overlapping mappings.  Remove unneeded (char *) casts.
2851         Never allow duplication of ranges in mapped areas.
2853 2002-08-20  Roland McGrath  <roland@redhat.com>
2855         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2856         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2858 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2860         * include/unistd.h: Don't hide _exit.
2862         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2863         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2864         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2865         argument 1 to TLS_INIT_TP.
2866         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2868         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2870         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2871         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2872         memory allocation to...
2873         (allocate_dtv): ...here.  New function.
2874         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2875         call allocate_dtv instead of _dl_allocate_tls_storage.
2876         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2877         (_dl_get_tls_static_info): New function.
2878         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2879         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2881 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2883         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2884         immediately if result == NULL.
2886 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2888         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2890 2002-08-18  Roland McGrath  <roland@frob.com>
2892         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2893         instead of __file_name_split.
2894         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2896         * sysdeps/mach/hurd/dl-sysdep.c
2897         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2898         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2900 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2902         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2903         in change before last: MAX -> MIN.
2905 2002-08-15  Roland McGrath  <roland@redhat.com>
2907         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2908         if seek would go past it.
2909         (mmap_remap_check): If file position is at or past EOF after check,
2910         leave read pointers at EOF and don't seek.
2912         * libio/tst-mmap-offend.c: New file.
2913         * libio/Makefile (tests): Add it.
2915         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2916         the name as passed, rather than the name in the archive dictionary.
2918 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2920         * csu/Makefile: Define elide-routines.os not static-only-routines.
2922         * include/sched.h (__clone): Add varargs at the end.
2924         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2925         case.
2926         (TLS_INIT_HELPER): If defined, use it.
2927         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2929 2002-08-15  Roland McGrath  <roland@redhat.com>
2931         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2932         on L->l_prev; it can happen under rtld --verify too.
2934         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2935         header separately, just map an initial window of 2MB from the file
2936         and remap if that is not large enough to cover the whole header.
2938 2002-08-15  Andreas Jaeger  <aj@suse.de>
2940         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2941         version 2.3.
2942         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2943         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2944         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2945         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2946         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2947         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2948         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2949         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2950         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2951         Patch by Andreas Gruenbacher <agruen@suse.de>.
2953         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2955 2002-08-14  Roland McGrath  <roland@redhat.com>
2957         * locale/locarchive.h (struct locale_category_data): Give this name to
2958         the type of locale_data_t's elements.
2959         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2960         (add_locale): Use that to sort the categories by size and put all
2961         those that fit into two pages into the LC_ALL block, instead of
2962         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2963         (show_archive_content): Detect categories inside LC_ALL block
2964         directly, instead of hard-coding.
2965         (oldlocrecentcmp): Compare just on file locations used.
2967 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2969         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2970         (oldlocrecentcmp): New function.
2971         (enlarge_archive): Re-add locales in the order they were added
2972         to the archive.
2973         (add_locale): Put all the small locale files together, if the small
2974         locale file block would occupy less pages if page size aligned, align
2975         it.
2976         (show_archive_content): Adjust for locale archives optimized for speed.
2978 2002-08-14  Roland McGrath  <roland@frob.com>
2980         * configure.in: Use "MISSING" as not-found value for MIG.
2981         * sysdeps/mach/configure.in: Fatal if mig not found.
2982         * configure, sysdeps/mach/configure: Regenerated.
2984 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2986         * locale/loadarchive.c (archfname): Add missing slash.
2988         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2989         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2991 2002-08-12  Roland McGrath  <roland@redhat.com>
2993         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2994         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2995         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2996         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2997         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2998         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2999         * sysdeps/generic/waitpid.c: Likewise.
3001         * include/net/if.h: New file.  Use libc_hidden_proto
3002         for if_nametoindex and if_indextoname.
3003         * sysdeps/generic/if_index.c: Add libc_hidden_def.
3004         * sysdeps/mach/hurd/if_index.c: Likewise.
3005         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
3007         * include/grp.h (setgroups): Add libc_hidden_proto.
3008         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
3009         * sysdeps/mach/hurd/setgroups.c: Likewise.
3010         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
3011         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
3013 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
3015         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
3016         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
3017         * sysdeps/generic/setegid.c (setegid): Likewise.
3018         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
3019         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
3020         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
3021         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
3022         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
3023         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
3024         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
3025         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
3026         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
3027         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
3028         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
3029         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
3030         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
3032         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
3033         __lxstat_internal, __lxstat64_internal): Remove.
3034         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
3035         Add hidden_proto.
3036         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
3037         Remove INTDEF where present, remove #undef at the beginning.
3038         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
3039         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
3040         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
3041         * sysdeps/generic/xstat.c (__xstat): Likewise.
3042         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
3043         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
3044         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3045         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3046         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3047         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3048         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
3049         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
3050         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
3051         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
3052         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
3053         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
3054         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
3055         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
3056         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
3057         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
3058         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
3059         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
3060         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
3061         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
3062         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
3063         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
3064         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
3065         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
3066         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
3067         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
3068         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
3069         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
3070         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
3071         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
3072         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
3073         * sysdeps/unix/xstat.c (__xstat): Likewise.
3075         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
3076         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
3077         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
3078         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
3079         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
3080         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
3081         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
3083         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
3084         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
3085         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
3086         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
3087         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
3088         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
3089         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
3090         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
3091         Likewise.
3092         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
3093         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
3094         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
3095         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
3096         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
3097         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
3098         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
3099         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
3101         * include/string.h (strcoll): Add libc_hidden_proto.
3102         * string/strcoll.c (strcoll): Add libc_hidden_def.
3104         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
3106 2002-08-11  Philip Blundell  <philb@gnu.org>
3108         * sysdeps/arm/Makefile: New file.
3110 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3112         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
3113         by another '|', end of regex or enclosing ')', clear branch.
3114         * posix/bug-regex9.c: New test.
3115         * posix/Makefile (tests): Add bug-regex9.
3117 2002-08-12  Roland McGrath  <roland@redhat.com>
3119         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
3120         start count condition, use TOTAL instead of variable that was never
3121         set.  Fix outer loop termination condition to TOTAL >= after update.
3123         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
3124         dl_tls_static_align and dl_tls_static_nelem.
3126 2002-08-11  Roland McGrath  <roland@redhat.com>
3128         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
3129         of the TLS macros, otherwise the compiler might not have initialized
3130         the PIC register yet when we use the PLT via asm.
3131         * elf/tst-tlsmod3.c (in_dso2): Likewise.
3132         * elf/tst-tlsmod2.c (in_dso): Likewise.
3134         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
3136         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
3137         Evaluate argument exactly once.  Remove __volatile__ from asm's.
3139         * include/unistd.h: Use libc_hidden_proto for getdomainname
3140         and getlogin_r.
3141         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
3142         * sysdeps/mach/hurd/getdomain.c: Likewise.
3143         * sysdeps/unix/getlogin_r.c: Likewise.
3144         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
3145         * sysdeps/generic/getlogin_r.c: Likewise.
3147         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
3148         * sunrpc/rtime.c: Add libc_hidden_def.
3150         * include/string.h: Use libc_hidden_proto for basename.
3151         * string/basename.c [_LIBC]: Add libc_hidden_def.
3153         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
3155         * locale/loadarchive.c: munmap -> __munmap throughout.
3157         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
3158         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
3159         * sysdeps/generic/gai_strerror.c: Likewise.
3161         * include/sys/errno.h: New file.
3163         * include/signal.h: No libc_hidden_proto for raise,
3164         __libc_current_sigrtmin, __libc_current_sigrtmax.
3165         These need to be overridden by linuxthreads.
3166         * sysdeps/posix/raise.c: Reverted.
3167         * sysdeps/generic/raise.c: Reverted.
3168         * signal/allocrtsig.c: Reverted.
3170         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
3172 2002-08-10  Roland McGrath  <roland@redhat.com>
3174         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
3175         * locale/localeinfo.h: Declare it.
3176         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
3177         current locale if it's not in the file list.
3178         Call _nl_archive_subfreeres.
3180 2002-08-10  Andreas Jaeger  <aj@suse.de>
3182         * sysdeps/i386/strchr.S: Add comment.
3184 2002-08-10  Roland McGrath  <roland@redhat.com>
3186         * include/wchar.h (putwc): Use libc_hidden_proto.
3187         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
3188         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
3189         * stdio-common/dprintf.c: Add libc_hidden_def.
3190         * stdio-common/fprintf.c: Likewise.
3191         * stdio-common/sprintf.c: Likewise.
3192         * stdio-common/sscanf.c: Likewise.
3193         * libio/iofwrite.c: Likewise.
3194         * libio/memstream.c: Likewise.
3195         * libio/putwc.c: Likewise.
3196         * stdio-common/perror.c: Likewise.
3197         * sysdeps/posix/remove.c: Likewise.
3198         * sysdeps/generic/remove.c: Likewise.
3199         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
3200         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
3202 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
3204         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3205         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
3206         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
3207         towlower, towupper): Add libc_hidden_weak.
3209         * include/bits/dlfcn.h: New file.
3210         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
3212         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
3213         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
3214         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
3215         * include/pwd.h (_nss_files_parse_pwent): Likewise.
3216         * include/shadow.h (_nss_files_parse_spent): Likewise.
3217         * include/netdb.h (_nss_files_parse_protoent,
3218         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
3219         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
3220         (LINE_PARSER): Use it.
3221         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
3222         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
3224         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
3225         #endif.
3227         * manual/debug.texi (%MENU%): Remove trailing dot.
3228         Reported by <hayastan132@hotmail.com>.
3230         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
3231         aliases.
3232         (lseek): Dummy.
3233         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
3234         Likewise.
3236 2002-08-09  Roland McGrath  <roland@redhat.com>
3238         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
3239         name to find codeset name (if any) and normalize it.  If the
3240         normalized name differs, look up only that in the archive.
3241         * locale/programs/locarchive.c (add_locale_to_archive): If the name
3242         contains a codeset, normalize the codeset store only the normalized
3243         name in the archive.  If not, add an alias containing the locale's
3244         normalized codeset name.  Apply codeset name normalization when
3245         matching entries in the alias file.
3247         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
3248         decrement HEAD->namehash_used here.
3249         (add_locale): Only need to insert name string when name_offset != 0.
3251         * locale/programs/localedef.c (options): Add -A/--alias-file.
3252         (alias_file): New variable.
3253         (parse_opt): Grok -A, set that.
3254         * locale/programs/localedef.h: Declare it.
3256         * locale/locarchive.h (struct locrecent): Add `refs' member.
3257         * locale/programs/locarchive.c (insert_name): New function, broken out
3258         of ...
3259         (add_locale_to_archive): ... here.  Call that.
3260         (add_alias): New function.
3261         (add_locale): New static function, add_locale_to_archive renamed.
3262         (add_locale_to_archive): Call that and use add_alias to add an alias
3263         for the name with codeset if the given name lacks it.
3264         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
3266         * locale/Makefile (routines): Add loadarchive.
3267         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
3268         (_nl_load_locale_from_archive): New function.
3269         * locale/localeinfo.h: Declare it.
3270         * locale/findlocale.c (_nl_find_locale): If using default locale path,
3271         try _nl_load_locale_from_archive first.
3273         * locale/loadlocale.c (_nl_intern_locale_data): New function,
3274         broken out of _nl_load_locale.
3275         (_nl_load_locale): Call that.
3276         * locale/localeinfo.h: Declare it.
3277         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
3278         (struct locale_data): Remove unused member `options'.
3279         * locale/findlocale.c (_nl_remove_locale): Update uses.
3280         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3281         * locale/C-collate.c: Update initializer.
3282         * locale/C-identification.c: Likewise.
3283         * locale/C-measurement.c: Likewise.
3284         * locale/C-telephone.c: Likewise.
3285         * locale/C-address.c: Likewise.
3286         * locale/C-name.c: Likewise.
3287         * locale/C-paper.c: Likewise.
3288         * locale/C-time.c: Likewise.
3289         * locale/C-numeric.c: Likewise.
3290         * locale/C-monetary.c: Likewise.
3291         * locale/C-messages.c : Likewise.
3292         * locale/C-ctype.c: Likewise.
3294         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3295         use CHAR_BIT instead of BITSPERBYTE.
3297         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3298         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3299         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3300         (_nl_remove_locale): Likewise.
3301         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3303         * locale/findlocale.c (_nl_default_locale_path): New variable.
3304         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3305         * locale/localeinfo.h: Declare it.
3306         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3307         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3308         * locale/newlocale.c (__newlocale): Likewise.
3310         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3311         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3312         * sysdeps/generic/morecore.c: Likewise.
3313         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3314         (__libc_current_sigrtmax): Likewise.
3316 2002-08-08  Roland McGrath  <roland@redhat.com>
3318         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3319         * catgets/open_catalog.c (__open_catalog): Likewise.
3321         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3322         from typo INITIAL_NUM_NANES.
3323         (create_archive): Update use.
3325 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3327         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3329 2002-08-08  Roland McGrath  <roland@frob.com>
3331         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3333 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3335         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3336         else and undefine after including wcstol_l.c.
3337         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3339 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3341         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3343 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3345         * configure.in: Make the test for broken_alias_attribute stricter.
3347 2002-05-24  Robert Love  <rml@tech9.net>
3349         * posix/Makefile (routines): Add sched_getaffinity and
3350         sched_setaffinity.
3351         * posix/sched.h: Add declarations for sched_getaffinity and
3352         sched_setaffinity.
3353         * sysdeps/generic/sched_getaffinity.c: New file.
3354         * sysdeps/generic/sched_setaffinity.c: New file.
3355         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3356         sched_setaffinity.
3358 2002-08-06  Andreas Schwab  <schwab@suse.de>
3360         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3362 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3364         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3365         message.
3367         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3368         It is known to be defined.
3370         * include/string.h: Define index and rindex only if _ISOMAC is not
3371         defined.
3373         * elf/rtld.c: Include <errno.h>.
3374         * sysdeps/generic/libc-tls.c: Likewise.
3376 2002-08-07  Roland McGrath  <roland@redhat.com>
3378         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3379         it internally.
3380         (precsize_aton): Likewise.
3382         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3383         the static symbols added in the last change (doofus is me).
3385         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3386         loop to notice missing categories in a composite name.
3388         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3389         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3390         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3391         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3393 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3395         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3397 2002-08-07  Roland McGrath  <roland@redhat.com>
3399         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3400         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3401         Reported by Jakub Jelinek  <jakub@redhat.com>.
3403 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3405         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3406         division.
3408 2002-08-06  Roland McGrath  <roland@redhat.com>
3410         * include/getopt.h: Put private decls inside [_GETOPT_H].
3411         Use libc_hidden_proto for getopt_long, getopt_long_only.
3412         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3413         Add libc_hidden_def.
3415         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3416         Define as a macro for __dl_iterate_phdr.
3418         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3419         made static.  Add __ name as a strong alias.
3420         (internal_endnetgrent): Likewise.
3421         (internal_getnetgrent_r): Likewise.
3423         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3424         with no __ prefix.
3425         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3426         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3427         all *_l functions with no __ prefix.
3428         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3429         * ctype/ctype_l.c: Likewise.
3430         * locale/nl_langinfo.c: Likewise.
3431         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3432         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3433         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3434         * wctype/wctype.h [__USE_GNU]: Likewise.
3435         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3436         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3437         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3438         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3439         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3440         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3441         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3442         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3443         (__wcscasecmp_l): Add libc_hidden_def.
3444         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3445         (__wcsncasecmp_l): Add libc_hidden_def.
3446         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3447         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3448         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3449         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3450         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3451         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3452         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3453         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3454         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3455         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3456         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3457         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3458         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3459         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3461 2002-08-05  Roland McGrath  <roland@redhat.com>
3463         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3464         netname2user, host2netname, user2netname, key_gendes.
3465         * sunrpc/netname.c: Add libc_hidden_def.
3466         * sunrpc/key_call.c: Likewise.
3468         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3469         freeaddrinfo.
3470         * inet/getnameinfo.c: Add libc_hidden_def.
3471         * sysdeps/generic/getaddrinfo.c: Likewise.
3472         * sysdeps/posix/getaddrinfo.c: Likewise.
3474         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3475         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3476         * wcsmbs/wmemset.c: Add libc_hidden_def.
3478         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3479         (index, rindex): Define as macros for strchr, strrchr.
3481         * string/envz.c (envz_strip): index -> strchr
3483         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3484         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3486         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3487         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3489         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3490         * stdlib/wctomb.c: Add libc_hidden_def.
3492         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3493         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3494         * resolv/herror.c: Likewise.
3495         * inet/rcmd.c: Add libc_hidden_def.
3496         * inet/ruserpass.c: Likewise.
3497         * inet/getnetgrent_r.c: Likewise.
3499         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3500         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3501         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3502         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3503         libc_hidden_def.
3504         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3505         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3507         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3508         __libc_system.
3509         (__libc_system): Call it, putting just the line == NULL test here.
3511         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3512         variables work right.
3514         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3515         * elf/dl-close.c (_dl_close): Likewise.
3517         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3518         in6addr_any, in6addr_loopback.  Remove decls for
3519         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3520         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3521         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3522         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3523         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3524         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3525         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3526         in6addr_loopback.
3527         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3529         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3530         ether_aton_r.
3531         * inet/ether_aton_r.c: Add libc_hidden_def.
3532         * inet/ether_ntoa_r.c: Likewise.
3534         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3535         xprt_unregister.
3536         * sunrpc/svc.c: Add libc_hidden_def.
3537         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3538         pmap_set, pmap_unset.
3539         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3540         * sunrpc/pm_getport.c: Likewise.
3541         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3542         * sunrpc/publickey.c: Add libc_hidden_def.
3544 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3546         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3547         the other memset call in this function.
3549         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3550         at correct index.  Clear BSS region now that memalign is used.
3552 2002-08-05  Roland McGrath  <roland@redhat.com>
3554         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3555         * sysdeps/generic/uname.c: Add libc_hidden_def.
3556         * sysdeps/mach/hurd/uname.c: Likewise.
3558 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3560         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3561         wcspbrk): Add libc_hidden_proto.
3562         * time/strftime.c (my_strftime): Add libc_hidden_def.
3563         (strftime): Remove libc_hidden_def.
3564         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3565         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3566         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3567         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3568         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3569         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3571         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3572         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3573         __rpc_thread_createerr): Add libc_hidden_proto.
3574         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3575         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3576         __rpc_thread_createerr): Add libc_hidden_def.
3578         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3579         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3580         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3581         clnt_perror, clnt_sperror): Add libc_hidden_def.
3582         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3584         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3585         libc_hidden_proto.
3586         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3587         * sunrpc/des_soft.c (des_setparity): Likewise.
3589         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3590         Add libc_hidden_proto.
3591         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3592         Add libc_hidden_def.
3594 2002-08-05  Roland McGrath  <roland@redhat.com>
3596         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3597         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3598         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3599         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3600         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3601         old data, abandoning the original memory allocated by rtld at startup,
3602         instead of calling realloc normally.
3604 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3606         * po/fr.po: Update from translation team.
3608 2002-08-04  Roland McGrath  <roland@redhat.com>
3610         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3611         then generate a dummy module under the given name, obeying the
3612         normal rules for the "caller" field.
3614         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3615         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3617         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3618         weak here; we declare it weak or strong in the one place we use it.
3619         * sysdeps/generic/libc-start.c: ... which is here.
3620         Don't make the decl weak if [USE_TLS], since static programs need TLS
3621         setup even when single-threaded.
3623         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3625         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3626         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3627         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3628         all these variables.
3630 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3632         * include/stdio.h: Don't define macro magic to redirect function
3633         calls if _ISOMAC is defined.
3635         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3636         ldouble asin tests.
3638 2002-08-04  Roland McGrath  <roland@redhat.com>
3640         * stdlib/lrand48_r.c: Add libc_hidden_def.
3642         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3643         TCB with __libc_memalign instead of mmap.
3644         (_dl_deallocate_tls): Free it with free instead of munmap.
3646         * Makerules (cpp-srcs-left): When setting this to run
3647         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3648         words.  Combine the two loops into one on the concatenated list,
3649         including those as well as $(test-srcs).
3651         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3652         since we align here with optimally minimal waste anyway.
3653         (malloc): Just call that.
3655         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3656         the right variable.
3658         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3659         to compute memory location for l_tls_initimage.
3660         * elf/rtld.c (_dl_start): Likewise.
3661         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3663         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3664         because the .d file is generated in the non-shared case and
3665         so fails to catch them otherwise.
3667         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3668         split out of _dl_allocate_tls.
3669         (_dl_allocate_tls_init): Likewise.
3670         (_dl_allocate_tls): Call those.
3671         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3672         * elf/rtld.c (dl_main): Call them separately instead of calling
3673         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3674         is finished, so that the initializer data has been relocated before we
3675         copy it into the main thread's TLS block.
3677         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3678         loop conditions, prevented the last used module from being initialized.
3680 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3682         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3683         if glob resp. globfree are not macros.
3684         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3685         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3686         Add libc_hidden_ver.
3687         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3688         libc_hidden_def.
3689         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3690         instead of libc_hidden_weak.
3691         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3692         libc_hidden_ver instead of libc_hidden_def.
3693         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3694         libc_hidden_ver instead of libc_hidden_def.
3695         (wcstoll, wcstoq): Remove libc_hidden_weak.
3696         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3697         libc_hidden_ver.
3698         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3699         libc_hidden_ver.
3700         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3701         libc_hidden_ver.
3702         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3703         libc_hidden_ver.
3705 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3707         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3708         to access _sys_siglist.
3709         * string/strsignal.c: Likewise.
3710         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3711         * sysdeps/gnu/siglist.c: Likewise.
3712         * sysdeps/unix/siglist.c: Likewise.
3713         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3715         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3717         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3719         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3720         alias and use it.
3721         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3723         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3724         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3725         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3727         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3728         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3730         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3731         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3732         and __gconv_get_cache respectively.
3733         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3734         defined static.  Change all users.
3735         (__gconv_get_cache): New function.
3736         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3737         (__gconv_get_alias_db): New function.
3738         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3739         (__conv_modules_db): Likewise.
3740         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3741         and __gconv_get_alias_db.
3742         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3743         variables.
3745         * include/stdlib.h: Add prototype and libc_hidden_proto for
3746         __default_morecore.
3747         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3749         * malloc/obstack.c: Remove fputs macro.
3751         * malloc/mtrace.c: Remove fopen macro.
3753 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3755         * manual/debug.texi: Fix spelling to programmatically.
3756         Reported by <hayastan132@hotmail.com>.
3758 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3760         * include/libio.h: Add libc_hidden_proto for __uflow.
3761         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3762         fgetpos to _IO_* names.
3763         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3764         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3765         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3766         putwc_unlocked, vswscanf.
3767         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3768         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3769         * libio/fseek.c: Likewise.
3770         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3771         not fopencookie.
3772         * libio/genops.c (__uflow): Add libc_hidden_def.
3773         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3774         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3775         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3776         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3777         * libio/iofread_u.c (fread_unlocked): Likewise.
3778         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3779         * libio/iovswscanf.c (vswscanf): Likewise.
3780         * libio/putwc_u.c (putwc_unlocked): Likewise.
3781         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3782         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3783         * malloc/mtrace.c: Likewise.
3785         * sunrpc/clnt_perr.c: Remove fputs macro.
3786         * sunrpc/svc_simple.c: Likewise.
3787         * sunrpc/svc_tcp.c: Likewise.
3788         * sunrpc/svc_udp.c: Likewise.
3789         * sunrpc/xdr_rec.c: Likewise.
3790         * sunrpc/xdr_ref.c: Likewise.
3792         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3793         iconv_prog, linereader, and charmap-dir.
3794         * locale/Makefile: Likewise for locale and charmap-dir.
3795         * malloc/Makefile: Likewise for memusagestat.
3796         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3797         * sunrpc/Makefile: Likewise for rpc_main.
3798         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3799         * timezone/Makefile: Likewise for zic.
3801         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3803         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3804         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3805         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3806         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3807         _dl_close.
3809         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3810         __wunderflow.
3811         * libio/genops.c (__underflow): Add libc_hidden_def.
3812         * libio/wgenops.c (__wuflow): Likewise.
3813         (__wunderflow): Likewise.
3815         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3816         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3818         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3819         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3821         * include/string.h: Add libc_hidden_proto for __strverscmp.
3822         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3824         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3825         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3826         * sysdeps/posix/sysconf.c: Likewise.
3827         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3828         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3830         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3831         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3832         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3833         __iswxdigit_l, __towlower_l, __towupper_l.
3834         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3835         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3837         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3838         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3839         * sysdeps/mach/hurd/xmknod.c: Likewise.
3840         * sysdeps/unix/xmknod.c: Likewise.
3841         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3842         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3843         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3845         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3847 2002-08-03  Roland McGrath  <roland@redhat.com>
3849         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3850         setpriority.
3851         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3852         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3853         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3854         * sysdeps/mach/hurd/setpriority.c: Likewise.
3855         * sysdeps/mach/hurd/getpriority.c: Likewise.
3856         * sysdeps/generic/setpriority.c: Likewise.
3857         * sysdeps/generic/getpriority.c: Likewise.
3859         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3860         * malloc/mcheck.c: Add libc_hidden_def.
3862         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3863         * misc/hsearch_r.c: Add libc_hidden_def.
3865         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3866         * posix/fnmatch.c: Add libc_hidden_weak.
3868         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3869         execl, execle, execlp, execvp, getpid, getsid.
3870         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3871         * sysdeps/unix/alarm.c: Likewise.
3872         * posix/confstr.c: Likewise.
3873         * posix/execvp.c: Likewise.
3874         * posix/execlp.c: Likewise.
3875         * posix/execle.c: Likewise.
3876         * posix/execl.c: Likewise.
3877         * sysdeps/generic/getsid.c: Likewise.
3878         * sysdeps/mach/hurd/getsid.c: Likewise.
3879         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3880         * sysdeps/mach/hurd/getpid.c: Likewise.
3882         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3883         qecvt_r, qfcvt_r, lrand48_r.
3884         * misc/efgcvt_r.c: Add libc_hidden_def.
3886         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3887         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3889         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3890         * locale/nl_langinfo.c: Add libc_hidden_def.
3892         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3893         * sysdeps/generic/glob.c: Add libc_hidden_def.
3894         * sysdeps/generic/glob64.c: Likewise.
3895         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3897         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3899         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3901         * locale/setlocale.c (_nl_current_names): Variable moved ...
3902         * locale/localename.c (_nl_current_names): ... here, new file.
3903         Make it global, with attribute_hidden.
3904         * locale/localeinfo.h: Declare it.
3905         * locale/Makefile (aux): Add localename.
3906         * locale/localename.c (__current_locale_name): New function.
3907         * include/locale.h (__current_locale_name): Declare it.
3908         * intl/dcigettext.c (guess_category_value): Use that instead of
3909         calling setlocale.
3911         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3912         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3913         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3914         * locale/newlocale.c: Add alias to __ name.
3915         * locale/duplocale.c: Likewise.
3916         * locale/freelocale.c: Likewise.
3917         * locale/uselocale.c: New file.
3918         * locale/Makefile (routines): Add it.
3919         * locale/Versions (libc: GLIBC_2.3): New set.
3920         Add newlocale, duplocale, freelocale, uselocale.
3921         (libc: GLIBC_PRIVATE): Add __uselocale.
3923         * locale/localeinfo.h [SHARED]
3924         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3925         (_NL_CURRENT_DATA): Define using that.
3926         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3927         (_NL_CURRENT_DEFINE): Define to empty.
3928         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3929         conditionalized on this.
3930         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3931         taking initializer of _nl_C_locobj.
3932         [SHARED] (_nl_global_locale): New variable, using that initializer.
3933         (_nl_C_locobj): Use new macro for initialzier.
3934         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3935         [! SHARED] (CATEGORY_USED): New macro.
3936         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3937         (setdata, setlocale): Use that macro instead of examining _nl_current.
3938         (setdata): Set the slot in _nl_global_locale.
3939         Conditionalize setting of _nl_current on [! SHARED].
3940         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3941         declaration as an extern.
3942         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3944         * include/locale.h: Use libc_hidden_proto for setlocale.
3945         * locale/setlocale.c: Add libc_hidden_def.
3947         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3949         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3950         * misc/hsearch_r.c: Add libc_hidden_def.
3951         * misc/lsearch.c: Likewise.
3953         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3954         endttyent.
3955         * misc/getttyent.c: Add libc_hidden_def.
3957         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3958         * malloc/mcheck.c: Add libc_hidden_def.
3960         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3961         * include/argz.h: Use libc_hidden_proto for argz_delete.
3962         * string/argz-delete.c: Add libc_hidden_def.
3963         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3965         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3966         HIDDEN_JUMPTARGET for _exit.
3967         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3968         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3969         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3970         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3972         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3973         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3974         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3975         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3977         * include/stdlib.h: Use libc_hidden_proto for abort,
3978         __strtof_internal, __strtod_internal, __strtold_internal,
3979         __strtol_internal, __strtoll_internal, __strtoul_internal,
3980         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3981         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3982         __strtoul_l_internal, __strtoull_l_internal.
3983         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3984         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3985         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3986         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3987         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3988         __wcsncasecmp_l.
3989         * sysdeps/generic/abort.c: Add libc_hidden_def.
3990         * stdlib/strtod.c: Likewise.
3991         * sysdeps/generic/strtol.c: Likewise.
3992         * sysdeps/wordsize-64/strtol.c: Likewise.
3993         * sysdeps/wordsize-64/wcstol.c: Likewise.
3994         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3996         * include/stdlib.h: Use libc_hidden_proto for qsort.
3997         * stdlib/msort.c: Add libc_hidden_def.
3999         * include/utime.h: Use libc_hidden_proto for utime.
4000         * sysdeps/generic/utime.c: Add libc_hidden_def.
4001         * sysdeps/unix/utime.c: Likewise.
4003         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
4004         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
4005         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
4006         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
4007         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
4009         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
4010         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
4011         and __libc_current_sigrtmax.
4012         * signal/sigismem.c: Add libc_hidden_def.
4013         * signal/sigfillset.c: Likewise.
4014         * signal/sigempty.c: Likewise.
4015         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
4016         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
4017         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
4018         * sysdeps/posix/raise.c: Likewise.
4019         * sysdeps/generic/raise.c: Likewise.
4021 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4023         * include/string.h: Use libc_hidden_proto for __stpcpy.
4024         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
4025         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
4026         * sysdeps/generic/stpcpy.c: Likewise.
4027         * sysdeps/i386/stpcpy.S: Likewise.
4028         * sysdeps/i386/i586/stpcpy.S: Likewise.
4029         * sysdeps/powerpc/stpcpy.S: Likewise.
4030         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
4031         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
4033         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
4034         __strncasecmp_l, __strdup, __strndup, __strerror_r.
4035         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
4036         libc_hidden_def.
4037         * string/strdup.c (__strdup): Likewise.
4038         * string/strndup.c (__strndup): Likewise.
4039         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
4040         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
4042 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4044         * include/libio.h: New file.
4045         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
4046         * libio/iolibio.h: #include <libio.h>, not "libio.h".
4047         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
4048         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
4049         * sysdeps/unix/common/syscalls.list: Likewise.
4050         * sysdeps/unix/inet/syscalls.list: Likewise.
4051         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
4052         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
4053         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4054         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4055         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4056         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4057         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4058         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4059         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
4060         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
4061         * sysdeps/unix/syscalls.list: Likewise.
4063 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4064             Ulrich Drepper  <drepper@redhat.com>
4066         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
4067         the arguments is big enough to cause an overflow.
4069 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
4071         * assert/assert.c: Use hidden_def not INTDEF.
4073 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
4075         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
4076         not defined.
4078 2002-08-03  Roland McGrath  <roland@redhat.com>
4080         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
4081         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
4082         verr, verrx.
4083         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
4084         * misc/syslog.c: Add libc_hidden_def.
4085         * misc/err.c: Likewise.
4086         * stdlib/exit.c: Likewise.
4087         * stdlib/bsearch.c: Likewise.
4088         * sysdeps/generic/getenv.c: Likewise.
4090         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
4092         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
4093         libc_hidden_weak for every system call symbol defined.
4095         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
4096         timelocal, localtime, strftime.
4097         * time/asctime.c: Add libc_hidden_def.
4098         * time/mktime.c: Likewise.
4099         * time/localtime.c: Likewise.
4100         * time/strftime.c: Likewise.
4101         * time/strptime.c: Likewise.
4102         * sysdeps/generic/time.c: Likewise.
4103         * sysdeps/unix/time.c: Likewise.
4104         * sysdeps/unix/sysv/i386/time.S: Likewise.
4105         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
4107         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
4108         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
4109         * resolv/inet_ntop.c: Likewise.
4110         * resolv/inet_pton.c: Likewise.
4111         * inet/inet_mkadr.c: Add libc_hidden_def.
4112         * inet/inet_netof.c: Likewise.
4113         * resolv/inet_addr.c: Likewise.
4115         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
4116         clauses from conditionals for now.  Will have to be fixed later
4117         for older compilers.
4119         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
4121 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4123         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
4124         broken alias attribute handling.
4125         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
4127 2002-08-02  Roland McGrath  <roland@frob.com>
4129         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
4130         since it sets the variables we use in a -D switch.
4132 2002-08-02  Roland McGrath  <roland@redhat.com>
4134         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
4135         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
4136         matches long int, not int.
4138         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
4139         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
4140         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
4141         * wctype/wctrans.c (wctrans): Likewise.
4142         * wctype/wctype.c (__wctype): Likewise.
4143         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
4145 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4147         * assert/assert.c (__assert_fail): Fix typo in comment.
4149         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
4150         * sunrpc/rpc_thread.c: Define it without static.
4151         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
4153 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4155         * assert/assert.c (__assert_fail): Remove undef.
4156         Replace INTDEF with libc_hidden_def.
4157         * assert/__assert.c (__assert): Remove INTUSE.
4158         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
4159         libc_hidden_weak.
4160         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
4161         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
4162         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
4163         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
4164         libm_hiden_ver): Define.
4165         * include/assert.h (__assert_fail_internal): Remove.
4166         (__assert_fail): Add prototype.  Add hidden_proto.
4167         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
4168         libc_hidden_proto.
4169         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
4170         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
4171         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
4172         Add libc_hidden_proto.
4173         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
4174         __fcntl): Add libc_hidden_proto.  Remove macros.
4175         (__open_internal, __fcntl_internal): Remove.
4176         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
4177         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
4178         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
4179         libc_hiden_proto.
4180         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
4181         libc_hidden_def.
4182         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
4183         Add libc_hidden_def.
4184         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
4185         * sysdeps/generic/open.c (__open): Remove undef.
4186         Add libc_hidden_def.  Remove INTDEF.
4187         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
4188         Add libc_hidden_def.
4189         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
4190         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
4191         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
4192         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4193         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4194         (__libc_fcntl): Add libc_hidden_def.
4195         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
4196         (__open): Remove INTDEF2.  Add libc_hidden_weak.
4197         (__libc_open): Add libc_hidden_def.
4198         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
4199         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
4200         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
4201         Add libc_hidden_def.
4202         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
4203         Add libc_hidden_def.
4204         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
4205         undef.
4206         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
4207         (__libc_fcntl): Add libc_hidden_def.
4208         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
4209         __getpgid_internal, __chown_internal): Remove.
4210         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
4211         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
4212         __GI___chown): Add.
4213         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
4214         __getpid_internal, __open_internal, __write_internal): Remove.
4215         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
4216         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
4217         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
4218         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
4219         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
4220         Replace INTDEF with libc_hidden_def.
4221         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
4222         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
4223         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
4224         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
4225         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
4226         Add libc_hidden_proto.
4227         * include/sys/poll.h (__poll): Add libc_hidden_proto.
4228         * include/sys/select.h (__select): Likewise.
4229         * include/sys/socket.h (__send): Likewise.
4230         * include/sys/statfs.h (__statfs): Likewise.
4231         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
4232         __getpid, __getpgid, __setpgid, __close, __read, __write,
4233         __getpagesize, __sbrk): Likewise.
4234         (__chown_internal, __dup2_internal, __getpid_internal,
4235         __getpgid_internal, __close_internal, __write_internal,
4236         __getpagesize_internal): Remove.
4237         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
4238         Remove macros.
4239         * include/printf.h (__printf_fp): Add libc_hidden_proto.
4240         * include/sched.h (__sched_setscheduler): Likewise.
4241         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
4242         * include/stdlib.h (__secure_getenv): Likewise.
4243         * include/signal.h (__sigaction, __sigsuspend): Likewise.
4244         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
4245         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
4246         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
4247         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
4248         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
4249         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
4250         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
4251         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
4252         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
4253         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
4254         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
4255         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
4256         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
4257         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
4258         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
4259         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
4260         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
4261         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
4262         * libio/genops.c (__overflow): Add libc_hidden_def.
4263         * libio/iovdprintf.c: Remove libio.h include.
4264         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
4265         libc_hidden_weak): Define to nothing if not defined.
4266         (__overflow, __woverflow): Add libc_hidden_proto.
4267         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
4268         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
4269         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4270         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
4271         (DB_LOOKUP_FCT): Add libc_hidden_proto.
4272         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
4273         and libc_hidden_def.
4274         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
4275         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
4276         (__getpgid): Add libc_hidden_proto.
4277         (__bsd_getpgrp): Remove INTUSE.
4278         * resolv/res_init.c (__res_ninit, __res_randomid): Add
4279         libc_hidden_def.
4280         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
4281         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
4282         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
4283         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
4284         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
4285         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
4286         __rpc_thread_createerr): Add libc_hidden_def.
4287         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
4288         libc_hidden_def.
4289         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
4290         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
4291         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
4292         * sysdeps/generic/chown.c (__chown): Likewise.
4293         * sysdeps/generic/close.c (__close): Likewise.
4294         * sysdeps/generic/dup2.c (__dup2): Likewise.
4295         * sysdeps/generic/pipe.c (__pipe): Likewise.
4296         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4297         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4298         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4299         * sysdeps/generic/read.c (__libc_read): Likewise.
4300         (__read): Add libc_hidden_weak.
4301         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4302         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4303         * sysdeps/generic/select.c (__select): Likewise.
4304         * sysdeps/generic/send.c (__send): Likewise.
4305         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4306         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4307         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4308         * sysdeps/generic/statfs.c (__statfs): Likewise.
4309         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4310         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4311         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4312         Remove undef and INTDEF.
4313         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4314         * sysdeps/generic/getpid.c (__getpid): Likewise.
4315         * sysdeps/generic/write.c (__libc_write): Likewise.
4316         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4317         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4318         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4319         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4320         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4321         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4322         Remove undef and INTDEF.
4323         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4324         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4325         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4326         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4327         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4328         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4329         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4330         (__pipe): Add libc_hidden_def.
4331         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4332         libc_hidden_weak.
4333         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4334         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4335         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4336         (__read): Add libc_hidden_weak.
4337         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4338         (__libc_pwrite64): Add libc_hidden_def.
4339         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4340         * sysdeps/mach/hurd/select.c (__select): Likewise.
4341         * sysdeps/mach/hurd/send.c (__send): Likewise.
4342         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4343         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4344         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4345         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4346         * sysdeps/posix/dup2.c: Likewise.
4347         Remove undef and INTDEF.
4348         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4349         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4350         (__pwrite64): Add libc_hidden_weak.
4351         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4352         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4353         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4354         * sysdeps/standalone/close.c (__close): Likewise.
4355         * sysdeps/standalone/write.c (__libc_write): Likewise.
4356         (__write): Add libc_hidden_weak.
4357         * sysdeps/standalone/read.c (__read): Likewise.
4358         (__libc_read): Add libc_hidden_def.
4359         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4360         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4361         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4362         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4363         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4364         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4365         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4366         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4367         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4368         __GI___sigaction): Add.
4369         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4370         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4371         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4372         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4373         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4374         __GI___setpgid): Add.
4375         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4376         Remove undef and INTDEF.
4377         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4378         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4379         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4380         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4381         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4382         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4383         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4384         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4385         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4386         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4387         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4388         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4389         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4390         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4391         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4392         __GI___statfs, __GI___send): Add.
4393         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4394         libc_hidden_ver resp. libc_hidden_def.
4395         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4396         libc_hidden_def.
4397         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4398         Likewise.  Remove undef and INTDEF.
4399         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4400         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4401         __GI___statfs, __GI___send): Add.
4402         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4403         libc_hidden_def.
4404         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4405         Likewise.
4406         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4407         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4408         libc_hidden_ver resp. libc_hidden_def.
4409         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4410         __GI___send): Add.
4411         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4412         Add libc_hidden_weak.
4413         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4414         Add libc_hidden_def.
4415         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4416         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4417         libc_hidden_weak.
4418         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4419         resp. libc_hidden_def.
4420         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4421         libc_hidden_weak.
4422         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4423         INTDEF.
4424         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4425         Likewise.  Remove undef.
4426         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4427         libc_hidden_weak.
4428         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4429         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4430         libc_hidden_weak.
4431         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4432         libc_hidden_def.
4433         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4434         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4435         Likewise.  Remove undef and INTDEF.
4436         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4437         libc_hidden_def.
4438         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4439         libc_hidden_weak.
4440         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4441         libc_hidden_def.
4442         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4443         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4444         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4445         libc_hidden_weak.
4446         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4447         Add libc_hidden_def.
4448         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4449         __GI___statfs): Add.
4450         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4451         libc_hidden_weak.
4452         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4453         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4454         Remove undef and INTDEF.
4455         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4456         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4457         libc_hidden_def.
4458         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4459         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4460         libc_hidden_weak.
4461         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4462         libc_hidden_def.
4463         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4464         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4465         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4466         Add.
4467         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4468         libc_hidden_def.  Remove undef and INTDEF.
4469         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4470         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4471         libc_hidden_def.
4472         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4473         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4474         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4475         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4476         Remove undef and INTDEF.
4477         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4478         broken visibility attribute handling.
4479         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4481 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4483         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4484         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4486         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4487         previous patch.
4489 2002-06-29  Todd Fries  <todd@openbsd.org>
4491         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4493 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4495         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4497 2002-07-30  Roland McGrath  <roland@redhat.com>
4499         * resolv/resolv.h (_res): Define macro unconditionally.
4500         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4501         * include/resolv.h: ... here.
4502         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4503         as a __thread variable.
4504         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4505         a __thread variable instead of a global.
4506         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4508         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4509         time we test it.
4511         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4513         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4514         decls of memset and memcpy.
4516         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4517         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4519         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4521         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4522         (__libc_tsd_define): Define using __thread.
4524         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4525         (__rpc_thread_variables): Use __libc_tsd_get.
4526         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4527         __rpc_thread_variables, which might allocate what we're about to free.
4529         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4530         thread-local variable.
4531         * resolv/netdb.h (h_errno): Define macro unconditionally.
4532         [_LIBC] (__set_h_errno): Macro moved to ...
4533         * include/netdb.h: ... here.
4534         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4535         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4536         [! _LIBC_REENTRANT]: #undef h_errno here.
4538         * include/errno.h: Protect from multiple inclusion.
4540         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4541         before defining them, since Linux's <linux/posix_types.h> might have
4542         defined them.
4544 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4546         * malloc/malloc.c (public_cALLOc): Check for overflow on
4547         multiplication.
4548         * sunrpc/xdr_array.c (xdr_array): Likewise.
4549         * sunrpc/rpc/types.h (mem_free): Add comment.
4550         Patch by Solar Designer <solar@openwall.com>.
4552 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4554         * sysdeps/unix/sysv/linux/kernel-features.h
4555         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4557 2002-08-01  Roland McGrath  <roland@redhat.com>
4559         * libio/fileops.c (_IO_file_sync_mmap): New function.
4560         (_IO_file_jumps_mmap): Use it.
4561         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4562         repeat the stat check and resize the mapped buffer as necessary.
4564 2002-07-31  Roland McGrath  <roland@redhat.com>
4566         * libio/fileops.c (decide_maybe_mmap): New static function.
4567         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4568         mmap the file contents.  Then switch the jump tables to the mmap
4569         tables if it worked, or the vanilla file tables if not.
4570         (_IO_file_underflow_maybe_mmap): New function.
4571         (_IO_file_seekoff_maybe_mmap): New function.
4572         (_IO_file_xsgetn_maybe_mmap): New function.
4573         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4574         * libio/libioP.h: Declare those.
4575         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4576         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4577         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4578         If the stream is read-only, set its jump tables to those new ones.
4579         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4580         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4581         We need the tables set before _IO_file_attach.
4583         * libio/tst-mmap-eofsync.c: New file.
4584         * libio/tst-mmap-fflushsync.c: New file.
4585         * libio/bug-mmap-fflush.c: New file.
4586         * libio/tst-mmap2-eofsync.c: New file.
4587         * libio/Makefile (tests): Add them.
4589         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4590         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4592 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4594         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4595         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4596         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4597         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4598         declare sys_errlist and sys_nerr.
4599         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4600         provide declarations.
4602 2002-07-31  Roland McGrath  <roland@redhat.com>
4604         * elf/rtld.c (dl_main): Fix typo in error message.
4606 2002-07-31  Roland McGrath  <roland@frob.com>
4608         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4609         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4610         sysdeps/mach/hurd/dl-sysdep.c change.
4612 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4614         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4615         -r`/build/include for kernel headers.
4617         * po/fi.po: New file.
4619 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4621         * configure.in (static_nss): Set to `yes' if --disable-shared.
4623 2002-07-23  Bruno Haible  <bruno@clisp.org>
4625         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4626         is set.
4628 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4630         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4631         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4632         arguments.
4634 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4636         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4637         alias.
4639 2002-07-21  Bruno Haible  <bruno@clisp.org>
4641         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4642         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4643         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4644         trans_sysdep_tab_offset.
4645         (struct sysdep_segment): New type.
4646         (struct sysdep_string): New type.
4647         (SEGMENTS_END): New macro.
4648         * intl/gettextP.h (struct sysdep_string_desc): New type.
4649         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4650         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4651         orig_tab, trans_tab, hash_tab to const pointers because they point
4652         into read-only memory.
4653         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4654         (PRI*): Define fallback values.
4655         (get_sysdep_segment_value): New function.
4656         (_nl_load_domain): Distinguish major and minor revision parts. Add
4657         support for minor revision 1 with system dependent strings.
4658         (_nl_unload_domain): Also free the 'malloced' field.
4659         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4660         now done in loadmsgcat.c. Add support for system dependent strings.
4662 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4664         * posix/bug-regex7.c: New file.
4665         * posix/bug-regex8.c: New file.
4666         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4668 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4670         * posix/bug-regex4.c (main): Fix typos.
4671         * posix/bug-regex6.c (main): Likewise.
4673 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4675         * posix/bug-regex6.c (main): Fix warnings.
4677         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4679         * iconv/iconv_prog.c (main): Improve error message for the cases
4680         where -t and/or -f parameter are missing.
4682 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4684         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4685         (re_search): Likewise.
4686         (re_match_2): Likewise.
4687         (re_search_2): Likewise.
4688         (re_search_stub): New function.
4689         (re_search_2_stub): New function.
4690         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4692 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4694         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4695         (re_string_eoi): Use STOP instead of LEN.
4696         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4697         (re_string_construct): Likewise.
4698         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4699         * posix/regexec.c (re_search_internal): Add a new argument STOP
4700         so that it can handle the argument STOP of re_search_2 and re_match_2
4701         correctly.
4702         (regexec): Adapt to new I/F of re_search_internal.
4703         (re_search_stub): Likewise.
4705 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4707         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4709         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4711         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4712         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4713         of __divdi3.
4715         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4716         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4717         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4718         alias for adjtimex syscall.
4720         * elf/dl-minimal.c: Define __assert_fail_internal.
4721         * assert/assert.c: Likewise.
4722         * include/assert.h: Define __assert_file macro if !SHARED and not
4723         NOT_IN_libc.
4725         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4726         programs.
4727         * locale/Makefile: Likewise.
4728         * nscd/Makefile: Likewise.
4729         * catgets/Makefile: Likewise.
4731 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4733         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4734         compute current position.
4736         * stdio-common/tst-fseek.c (main): Improve error messages.
4738         * libio/tst-freopen.c (main): Remove unused variable.
4740         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4741         succesful seek call.  Simplify error checking.
4743 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4745         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4746         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4748 2002-07-19  Roland McGrath  <roland@frob.com>
4750         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4751         __libc_enable_secure is set.
4753 2002-07-24  Roland McGrath  <roland@frob.com>
4755         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4756         This implementation supports only IPv4.
4757         * inet/ifaddrs.h: New file.
4758         * sysdeps/generic/ifaddrs.c: New file.
4759         * sysdeps/gnu/ifaddrs.c: New file.
4760         * inet/test-ifaddrs.c: New file.
4761         * inet/Makefile (routines): Add ifaddrs.
4762         (headers): Add ifaddrs.h here.
4763         (tests): Add test-ifaddrs.
4764         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4766         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4767         socket call to get an AF_INET socket, instead of using __opensock.
4768         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4770         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4771         if not -1 use it instead of calling __opensock.
4772         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4773         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4774         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4776         * sysdeps/mach/hurd/ifreq.h: New file.
4777         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4778         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4779         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4781         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4782         which gets moved around.  Calculate size of mmap'd buffer instead.
4784 2002-07-24  Philip Blundell  <philb@gnu.org>
4786         * sysdeps/unix/arm/brk.S: Improve schedule.
4787         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4788         efficient instruction.
4789         (__socket): Optimize return sequence.
4791 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4793         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4794         sockets on old kernels.
4796 2002-07-22  Philip Blundell  <philb@gnu.org>
4798         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4799         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4800         alias.
4802 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4804         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4805         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4807         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4808         test to detect duplicate locales.
4810         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4811         position would be before beginning of file.
4812         (_IO_file_seekoff_mmap): Likewise.
4813         * libio/Makefile (tests): Add bug-fseek.
4814         * libio/bug-fseek.c: New file.
4816         * intl/explodename.c: Remove support for CEN-style locale variables.
4817         It was never used and shouldn't be since it's not portable.
4818         * intl/finddomain.c: Likewise.
4819         * intl/l10nflist.c: Likewise.
4820         * intl/loadinfo.h: Likewise.
4821         * locale/findlocale.c: Likewise.
4823 2002-07-24  Roland McGrath  <roland@frob.com>
4825         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4826         position, calculate it to take into account an active pushback buffer.
4828         * libio/Makefile (tests): Add bug-ungetc.
4829         * libio/bug-ungetc.c: New file.
4831 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4833         * sysdeps/generic/libc-tls.c: New file.
4834         * csu/Makefile (routines): Add libc-tls.
4835         (static-only-routines): Add libc-tls.
4836         * elf/dl-support.c (_dl_phdr): New variable.
4837         (_dl_phnum): New variable.
4838         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4839         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4840         for !SHARED.  First look through auxiliary vector.  If TLS always
4841         call __pthread_initialize_minimal.
4843         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4844         in mmap call is never zero.
4846 2002-07-23  Andreas Jaeger  <aj@suse.de>
4848         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4849         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4851 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4853         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4854         creation and removal of the temp file.
4856         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4857         file creation.
4858         * test-skeleton.c (create_temp_file): New function.
4860 2002-07-22  Andreas Jaeger  <aj@suse.de>
4862         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4863         local label.
4865 2002-07-21  Roland McGrath  <roland@frob.com>
4867         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4868         put -I../include before -I../stdlib so we get the right errno.h et al.
4869         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4870         (CFLAGS-wcstof.c): Likewise.
4871         (CFLAGS-wcstold.c): Likewise.
4872         (CFLAGS-wcstod_l.c): Likewise.
4873         (CFLAGS-wcstof_l.c): Likewise.
4874         (CFLAGS-wcstold_l.c): Likewise.
4876 2002-07-19  Roland McGrath  <roland@frob.com>
4878         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4880 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4882         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4883         __ASSUME_AT_XID is defined.
4884         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4885         for 2.4.1 and up.
4886         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4887         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4889         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4890         (CFLAGS-wcstof.c): Likewise.
4891         (CFLAGS-wcstold.c): Likewise.
4892         (CFLAGS-wcstod_l.c): Likewise.
4893         (CFLAGS-wcstof_l.c): Likewise.
4894         (CFLAGS-wcstold_l.c): Likewise.
4896 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4898         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4899         __priority_which_t): Always typedef to int for C++.
4901 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4903         * configure.in: Add test for __thread support in compiler.
4904         * config.h.in: Add HAVE___THREAD.
4905         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4906         * include/sys/errno.h: Moved to...
4907         * stdlib/sys/errno.h: ...here.  New file.
4908         * stdlib/errno.h: New file.  Moved from...
4909         * include/errno.h: ...here.  Changed into an internal header defining
4910         libc-local things like __set_errno.
4911         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4912         bits/errno.h.
4913         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4914         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4915         either.
4916         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4917         from...
4918         (_dl_start_final): ...here.  Add code to initialize tls elements from
4919         bootstrap_map.
4920         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4921         if USE_TLS && HAVE___THREAD.
4922         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4923         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4924         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4925         * sysdeps/standalone/bits/errno.h: Likewise.
4926         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4927         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4928         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4929         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4930         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4931         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4932         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4933         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4934         use GL(dl_rtld_map), use map parameter.
4935         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4936         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4937         USE_TLS && HAVE___THREAD.
4938         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4939         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4940         TLS code sequence.
4941         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4943         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4944         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4945         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4946         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4947         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4948         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4950 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4952         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4953         MS_INVALIDATE values.
4955 2002-07-17  Andreas Schwab  <schwab@suse.de>
4956             Ulrich Drepper  <drepper@redhat.com>
4958         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4959         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4960         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4961         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4963 2002-07-01  H.J. Lu  <hjl@gnu.org>
4965         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4966         return value.
4968         * elf/circlemod1.c (circlemod1): Return int.
4969         * elf/circlemod2.c (circlemod2): Likewise.
4970         * elf/circlemod2a.c (circlemod2): Likewise.
4971         * elf/circlemod3.c (circlemod3): Likewise.
4972         (circlemod3a): A new function.
4974 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4976         * catgets/tst-catgets.c (main): Don't expect results for
4977         untranslated messages.
4979         * glibcbug.in: Fix little typo.  Remove STDIO.
4981         * config.h.in: Fail if __FAST_MATH__ is defined.
4982         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4983         (CPPFLAGS-test-idouble.c): Likewise.
4984         (CPPFLAGS-test-ildouble.c): Likewise.
4986 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4988         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4989         * intl/tst-gettext.c: Correctly handle untranslated messages in
4990         positive tests.
4992         * po/de.po: Update from translation team.
4994 2002-07-02  H.J. Lu  <hjl@gnu.org>
4996         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4997         use ll/sc.
4998         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
5000         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
5001         to 2.4.0 for mips.
5003 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
5005         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
5006         TLS fail if USE_TLS is not defined.
5008         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
5009         and adjust state for seek position.  [PR libc/4070]
5010         * libio/Makefile (tests): Add bug-rewind.
5011         * libio/bug-rewind.c: New file.
5013 2002-07-12  Philip Blundell  <philb@gnu.org>
5015         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
5016         (__backtrace): Use it.
5017         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
5019 2002-07-12  Philip Blundell  <philb@gnu.org>
5021         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
5022         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
5023         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
5024         (elf_machine_rela): Remove unused variable.
5026         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
5027         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
5028         define.
5030 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
5032         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
5034 2002-07-14  Andreas Jaeger  <aj@suse.de>
5036         * sysdeps/x86_64/bits/link.h: Add biarch support.
5038 2002-07-13  Andreas Jaeger  <aj@suse.de>
5040         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
5041         Use correct indices.
5042         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
5044 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5046         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
5047         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
5048         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
5049         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
5050         * sysdeps/s390/s390-32/bits/link.h: Remove.
5051         * sysdeps/s390/s390-64/bits/link.h: Remove.
5052         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
5053         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
5054         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
5055         * sysdeps/s390/bits/wordsize.h: New file.
5056         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
5057         elfclass.h.
5058         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
5059         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
5060         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
5061         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
5062         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
5063         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
5064         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
5065         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
5066         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
5067         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
5068         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
5069         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
5070         resource.h.
5071         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
5072         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
5073         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
5074         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
5075         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
5076         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
5077         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
5078         sigaction.h.
5079         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
5080         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
5081         siginfo.h.
5082         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
5083         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
5084         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
5085         socket.h.
5086         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
5087         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
5088         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
5089         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
5090         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
5091         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
5092         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
5093         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
5094         procfs.h.
5095         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
5096         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
5097         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
5098         ucontext.h.
5099         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
5100         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
5102 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5104         * Versions.def (libc): Add GLIBC_2.3.
5105         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
5106         * stdlib/canonicalize.c: Add compatibility version for realpath
5107         and make new code available in GLIBC_2.3.
5109 2002-07-06  Bruno Haible  <bruno@clisp.org>
5111         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
5113 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
5115         * resolv/res_hconf.c (_res_hconf_init): Move code into new
5116         function do_init.  Use __libc_once.
5117         (do_init): New function.
5119         * iconvdata/iso8859-11.h: Removed.
5120         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
5121         (distribute): Remove iso8859-11.h.
5122         * iconvdata/tst-tables.sh: Add ISO-8859-11.
5124         * stdio-common/vfscanf.c (inchar): Restore errno from previous
5125         underflow operation if c == (W)EOF.
5127 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5129         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
5130         non-zero, adjust exponent.
5131         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
5132         Remove NO_LONG_DOUBLE aliases.
5133         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
5134         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
5135         (__log1pl): Raise divide by zero and invalid exceptions when needed.
5136         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
5137         1**y and -1**+-Inf.
5138         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
5139         Fix BITS_PER_MP_LIMB 32 extraction.
5140         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
5141         exceptions for qNaNs.
5142         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
5143         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
5144         Raise exceptions when needed.  Don't recurse unnecessarily.
5145         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
5146         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
5147         exceptions for qNaNs.
5148         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
5149         to fix *quo return value sign.
5150         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
5151         case -Inf argument.
5152         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
5154 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5156         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
5157         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
5158         -DNDEBUG.
5160 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5162         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
5163         the result.
5165         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
5166         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
5168         * Versions.def (libthread_db): Add GLIBC_2.3.
5170 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
5172         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
5173         new stream if possible.
5174         * libio/freopen64.c (freopen64): Likewise.
5175         * libio/Makefile (tests): Add tst-freopen.
5176         * libio/tst-freopen.c: New file.
5178 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5180         * libio/stdio.h (obstack_printf): Add format attribute.
5181         (obstack_vprintf): Likewise.
5183 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5185         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
5186         resp. 16 bytes on 32-bit resp. 64-bit platforms.
5187         (re_charset_t, re_string_t): Reorder structure members for 64-bit
5188         architectures.
5190 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
5192         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
5193         (init_dfa): ...here.
5195 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
5197         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
5198         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
5199         nodes in parse trees.
5200         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
5201         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
5202         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
5203         nodes which can epsilon transit.
5204         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
5205         to IS_EPSILON_NODE macro.
5206         * posix/regexec.c (update_regs): New function to update registers
5207         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
5208         (proceed_next_node): Use the entities of the nodes to determine
5209         whether the node can transit to.
5210         (set_regs): Use update_regs function to update registers.
5212 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
5214         * posix/bug-regex4.c (main): Remove duplicate setlocale.
5215         * posix/bug-regex6.c: New file.
5216         * posix/Makefile (tests): Add bug-regex6.
5217         (bug-regex6-ENV): Set LOCPATH.
5219 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
5221         * Versions.def [libpthread]: Add GLIBC_2.2.6.
5222         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
5224 2002-07-06  Bruno Haible  <bruno@clisp.org>
5226         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
5228 2002-07-06  Bruno Haible  <bruno@clisp.org>
5230         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
5231         declarations.
5233         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
5235         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
5237         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
5238         not _UTSNAME_H.
5239         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
5241         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
5242         * sysdeps/generic/bits/ustat.h: Likewise.
5244         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
5246 2002-07-08  Andreas Jaeger  <aj@suse.de>
5248         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
5250 2002-07-08  Andreas Jaeger  <aj@suse.de>
5252         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
5254 2002-07-06  Andreas Jaeger  <aj@suse.de>
5256         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
5257         * sysdeps/x86_64/fpu/s_copysign.S: New file.
5258         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
5259         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
5260         * sysdeps/x86_64/fpu/s_finitel.S: New file.
5261         * sysdeps/x86_64/fpu/s_fmax.S: New file.
5262         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
5263         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
5264         * sysdeps/x86_64/fpu/s_fmin.S: New file.
5265         * sysdeps/x86_64/fpu/s_fminf.S: New file.
5266         * sysdeps/x86_64/fpu/s_fminl.S: New file.
5268 2002-06-05  Brian Youmans <3diff@gnu.org>
5270         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
5271         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5272         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5273         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5274         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5275         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5276         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5277         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5278         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5279         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5280         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5281         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5282         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5283         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5284         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5285         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5286         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5287         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5288         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5289         * sysdeps/ia64/fpu/e_log.S: Likewise.
5290         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5291         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5292         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5293         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5294         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5295         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5296         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5297         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5298         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5299         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5300         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5301         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5302         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5303         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5304         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5305         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5306         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5307         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5308         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5309         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5310         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5311         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5312         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5313         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5314         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5315         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5316         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5317         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5318         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5319         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5320         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5321         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5322         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5323         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5324         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5325         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5326         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5327         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5328         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5329         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5330         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5331         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5332         * sysdeps/ia64/fpu/s_round.S: Likewise.
5333         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5334         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5335         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5336         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5337         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5338         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5339         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5340         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5341         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5342         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5343         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5344         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5345         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5346         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5347         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5348         reflect IBM donation of math library to FSF
5349         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5350         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5351         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5352         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5353         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5354         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5355         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5356         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5357         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5358         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5359         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5360         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5361         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5362         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5363         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5364         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5365         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5366         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5367         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5368         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5369         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5370         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5371         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5372         * sysdeps/vax/__longjmp.c: Likewise.
5373         * sysdeps/vax/setjmp.c: Likewise.
5374         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5375         remove advertising clause
5376         * sysdeps/vax/htonl.s: Likewise.
5377         * sysdeps/vax/htons.s: Likewise.
5378         * libio/wfiledoalloc.c: Likewise.
5379         * stdlib/random.c: Likewise.
5380         * stdlib/random_r.c: Likewise.
5381         * sysdeps/mach/sys/reboot.h: Likewise.
5382         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5383         * sysdeps/posix/getaddrinfo.c: Likewise.
5384         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5385         GPL and corrected pointer to point to the correct license.
5387 2002-07-04  Andreas Jaeger  <aj@suse.de>
5389         * scripts/config.guess: New upstream version.
5390         * scripts/config.sub: Likewise.
5392 2002-07-02  Andreas Schwab  <schwab@suse.de>
5394         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5395         in parallel to bumping up the buffer pointer.
5397 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5399         * math/libm-test.inc (acos_test): Add missing L suffix for
5400         expected result.
5401         (cpow_test): Likewise.
5402         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5403         error for acos (0.0625).
5405 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5407         * locale/iso-639.def: Add entry for Ganda.
5408         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5409         definition.
5410         (address_finish): Handle entries with two letter ISO 639 code.
5412         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5413         directory if it existed before.
5414         * iconv/iconvconfig.c: Implement --prefix option.
5416         * math/libm-test.inc (cexp_test): Add missing L suffix for
5417         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5418         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5419         1.25 i).
5421 2002-05-29  H.J. Lu  <hjl@gnu.org>
5423         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5424         is turned on.
5426 2002-05-28  H.J. Lu  <hjl@gnu.org>
5428         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5429         are not dlopened on the dependency list of a dlopened object.
5431 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5433         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5434         dependencies if they are created between objects which are created
5435         while processing RTLD_NOW for objects loaded as part of the same
5436         dlopen call.
5438 2002-06-14  H.J. Lu  <hjl@gnu.org>
5440         * elf/Makefile (tests): Add circleload1.
5441         (modules-names): Add circlemod1, circlemod2, circlemod3,
5442         circlemod1a, circlemod2a and circlemod3a.
5443         ($(objpfx)circleload1): New target.
5444         ($(objpfx)circleload1.out): Likewise.
5445         ($(objpfx)circlemod1.so): Likewise.
5446         ($(objpfx)circlemod2.so): Likewise.
5447         ($(objpfx)circlemod1a.so): Likewise.
5448         ($(objpfx)circlemod2a.so): Likewise.
5449         * elf/circleload1.c: New file.
5450         * elf/circlemod1.c: New file.
5451         * elf/circlemod1a.c: New file.
5452         * elf/circlemod2.c: New file.
5453         * elf/circlemod2a.c: New file.
5454         * elf/circlemod3.c: New file.
5455         * elf/circlemod3a.c: New file.
5457 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5459         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5460         file descriptor.
5461         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5462         add check for fd not open for writing.
5464         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5465         completed element(s) and do not suspend thread if so.  Patch
5466         heavily modified by drepper.
5468         * rt/tst-aio7.c: New file.  Regression test for problems which the
5469         above three changes fix.
5470         * rt/Makefile (tests): Add tst-aio7.
5472 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5474         * rt/tst-aio6.c: Fix comment.
5476         * catgets/gencat.c (read_input_file): Handle more than one slash
5477         at end of line correctly [PR libc/3926].
5478         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5480         * catgets/sample.SJIS: Add test case for above bug.
5481         * catgets/test-gencat.c: Adjust test code.
5482         * catgets/test-gencat.sh: Adjust expected results.
5484         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5485         to skip relative relocations.
5486         Patch by Geoff Keating <geoffk@redhat.com>.
5488 2002-05-26  Bruno Haible  <bruno@clisp.org>
5490         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5491         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5492         All callers changed.
5493         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5494         STANDARD_FROM_LOOP_ERR_HANDLER.
5495         (utf8_internal_loop): Likewise.
5496         (ucs2_internal_loop): Likewise.
5497         (internal_ucs2_loop): Perform error handling like in
5498         STANDARD_FROM_LOOP_ERR_HANDLER.
5499         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5500         in STANDARD_FROM_LOOP_ERR_HANDLER.
5501         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5502         handling.
5503         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5504         in STANDARD_FROM_LOOP_ERR_HANDLER.
5505         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5506         handling.
5507         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5508         in STANDARD_FROM_LOOP_ERR_HANDLER.
5509         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5510         handling.
5511         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5512         STANDARD_FROM_LOOP_ERR_HANDLER.
5513         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5514         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5515         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5516         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5517         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5518         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5519         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5520         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5521         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5522         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5523         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5524         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5525         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5526         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5527         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5528         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5529         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5530         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5531         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5532         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5533         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5534         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5535         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5536         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5537         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5538         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5539         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5540         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5541         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5542         an error, still set result = __GCONV_ILLEGAL_INPUT.
5543         (BODY for TO_LOOP): Likewise.
5544         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5545         STANDARD_FROM_LOOP_ERR_HANDLER.
5546         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5547         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5548         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5549         handling.
5550         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5551         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5552         STANDARD_FROM_LOOP_ERR_HANDLER.
5553         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5554         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5555         STANDARD_FROM_LOOP_ERR_HANDLER.
5556         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5557         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5558         STANDARD_FROM_LOOP_ERR_HANDLER.
5559         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5560         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5561         STANDARD_FROM_LOOP_ERR_HANDLER.
5562         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5563         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5564         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5565         handling.
5566         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5567         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5568         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5569         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5571 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5573         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5574         labels in assembler instructions.
5576 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5578         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5579         not enough content is available.
5580         * libio/tst-eof.c: New file.
5581         * libio/Makefile (tests): Add tst-eof.
5583         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5584         update atime.
5585         * libio/tst-atime.c: New file.
5586         * libio/Makefile (tests): Add tst-atime.
5588         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5589         handling of overly long words.
5591 2002-06-25  Andreas Jaeger  <aj@suse.de>
5593         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5594         to not use 32-bit pc relative relocations.
5595         (elf_machine_dynamic): Likewise.
5597 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5599         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5600         (__GETDENTS): Check for failed getdents64 syscall.
5601         * dirent/Makefile (tests): Add bug-readdir1.
5602         * dirent/bug-readdir1.c: New file.
5604 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5606         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5607         lookups.
5608         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5609         code.  Print TLS modid and offset for modules containing PT_TLS
5610         segments.
5612 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5614         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5615         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5616         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5617         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5619 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5621         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5622         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5623         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5624         * nss/getXXent_r.c (NEW, NEW1): Define.
5625         (NEW (REENTRANT_GETNAME)): Strong alias to
5626         INTERNAL (REENTRANT_GETNAME).
5627         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5629 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5631         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5632         (_IO_file_jumps_mmap): Use it.
5633         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5634         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5635         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5636         prototype.
5637         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5638         (_IO_wfile_jumps_mmap): Don't use it anymore.
5639         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5640         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5641         _IO_wdefault_setbuf.
5642         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5643         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5644         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5646 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5648         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5649         * libio/tst-mmap-setvbuf.c: New test.
5651 2002-06-21  Andreas Jaeger  <aj@suse.de>
5653         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5655 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5657         * include/unistd.h (__fork_internal): Remove.
5658         (__fork): Don't define to __fork_internal.
5659         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5660         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5661         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5662         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5663         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5665 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5667         * po/hr.po: New file.
5669 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5671         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5672         Reported by Michael Meissner <meissner@redhat.com>.
5674 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5676         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5677         Patch by Hans Boehm <hans_boehm@hp.com>.
5679 2002-06-20  Andreas Jaeger  <aj@suse.de>
5681         * math/libm-test.inc: Use exact values as input parameters,
5682         compute output parameters with 36 digits for 128-bit long doubles.
5683         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5684         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5685         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5687 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5689         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5690         argument or result is subnormal.
5692 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5694         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5695         quotient.
5696         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5697         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5699         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5701 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5703         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5704         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5705         Reported by Peter A. Buhr.
5707 2002-06-15  Roland McGrath  <roland@frob.com>
5709         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5710         warning.
5712         * sysdeps/mach/hurd/getcwd.c
5713         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5715         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5716         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5718         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5719         jump to local subroutine.
5721 2002-06-14  Roland McGrath  <roland@frob.com>
5723         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5724         * sysdeps/mach/hurd/Makeconfig: ... here.
5726 2002-06-13  Andreas Schwab  <schwab@suse.de>
5728         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5729         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5730         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5732 2002-06-13  Roland McGrath  <roland@frob.com>
5734         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5735         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5736         Use intptr_t instead of int for argc in stack layout.
5737         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5738         (_dl_init_first): Likewise.
5739         (_hurd_stack_setup): Likewise.
5740         (init1): Add a cast.
5741         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5743         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5744         argument to pfinet_siocgifconf RPC.
5746 2002-06-13  Andreas Schwab  <schwab@suse.de>
5748         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5749         expansion order.
5751 2002-06-12  Roland McGrath  <roland@frob.com>
5753         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5754         if already defined.
5755         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5756         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5758 2002-06-11  Roland McGrath  <roland@frob.com>
5760         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5761         file on [!RTLD_STAT64].
5762         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5764         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5765         (__fdopen): Use INTUSE.
5766         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5768         * stdio-common/tmpfile64.c: File removed.
5769         * sysdeps/generic/tmpfile64.c: New file.
5770         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5771         if not already defined.
5772         (tmpfile): Use it in place of __GT_FILE.
5774         * include/unistd.h: Declare __chown_internal.
5776         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5777         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5779 2002-06-09  Roland McGrath  <roland@frob.com>
5781         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5782         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5783         value of HURD_INTERFACE_VERSION >= 20020609.
5784         * sysdeps/mach/hurd/configure: Regenerated.
5785         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5786         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5787         convert a struct stat64 into a struct stat and return 0 or -1
5788         with errno set to EOVERFLOW.
5789         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5790         for struct statfs64 to struct statfs.
5791         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5792         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5793         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5794         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5795         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5796         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5797         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5798         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5799         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5800         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5801         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5802         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5803         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5804         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5805         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5806         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5807         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5808         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5809         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5810         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5811         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5812         Use struct stat64 for io_stat argument.
5813         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5814         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5815         to io_seek.
5816         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5817         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5818         * hurd/hurd/fd.h: Update decls.
5819         * sysdeps/mach/hurd/getcwd.c
5820         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5821         and struct dirent64.
5822         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5823         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5824         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5825         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5827 2002-06-08  Roland McGrath  <roland@frob.com>
5829         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5830         instead of unsigned long int for __allocation and __size members.
5832 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5834         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5835         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5836         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5837         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5839 2002-06-07  Roland McGrath  <roland@frob.com>
5841         * sysdeps/mach/hurd/bits/environments.h: File removed.
5843 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5845         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5846         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5847         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5848         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5849         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5850         (sendfile64): Likewise.
5851         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5852         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5853         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5854         Likewise.
5855         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5857         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5858         already defined.
5860 2002-06-04  Bruno Haible  <bruno@clisp.org>
5862         * sysdeps/cris/stackinfo.h: New file.
5864         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5865         to an integer type before performing bit operations on it.
5867 2002-06-05  Roland McGrath  <roland@frob.com>
5869         * sysdeps/generic/sendfile.c: Include <errno.h>.
5870         * sysdeps/generic/sendfile64.c: Likewise.
5872         * io/Makefile (routines): Add sendfile and sendfile64.
5873         (headers): Add sys/sendfile.h to the list.
5874         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5875         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5876         * io/sys/sendfile.h: ... here.
5877         * sysdeps/generic/sendfile.c: New file.
5878         * sysdeps/generic/sendfile64.c: New file.
5880         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5881         Move sendfile, sendfile64 to ...
5882         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5883         * sysdeps/mach/hurd/sendfile.c: New file.
5884         * sysdeps/mach/hurd/sendfile64.c: New file.
5886         * sysdeps/mach/nanosleep.c: New file.
5888 2002-06-04  Roland McGrath  <roland@frob.com>
5890         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5891         * sysdeps/alpha/elf/configure: New file (generated).
5893 2002-06-02  Roland McGrath  <roland@frob.com>
5895         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5897 2002-06-01  Roland McGrath  <roland@frob.com>
5899         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5900         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5902 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5904         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5905         Add nsmap.
5906         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5907         Remove nstimes setting.
5908         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5909         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5910         there is mix of IPv6 and IPv4 nameservers.
5911         Use nsmap array to find free slots and preserve nameserver ordering.
5912         Fix RES_ROTATE.
5914 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5916         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5917         use this header with LFS.
5919         * po/sk.po: Update from translation team.
5921 2002-05-28  Andreas Schwab  <schwab@suse.de>
5923         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5924         message when finding object of wrong class.
5926 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5928         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5929         Patch by <radu@netsoft.ro>.
5931 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5933         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5934         Add readahead.
5935         * sysdeps/unix/sysv/linux/readahead.c: New file.
5936         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5937         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5938         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5939         Add sendfile64 alias to sendfile syscall.
5940         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5941         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5942         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5943         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5944         syscall.
5946         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5947         special section for PIC register loading.
5948         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5950         * config.h.in: Define HAVE_HIDDEN.
5951         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5953         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5955 2002-05-28  Roland McGrath  <roland@frob.com>
5957         * sysdeps/mach/alpha/setfpucw.c: New file.
5959 2002-05-26  Roland McGrath  <roland@frob.com>
5961         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5962         Use integer_t instead of int for IOC_VOID case.
5964 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5966         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5968 2002-05-26  Bruno Haible  <bruno@clisp.org>
5970         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5971         end of the ISO-8859-7 from idx table.
5973 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5975         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5977 2002-05-24  David S. Miller  <davem@redhat.com>
5979         * string/bits/string2.h (memset): Do not try to optimize when
5980         not _STRING_ARCH_unaligned if GCC will do the right thing.
5982 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5984         * posix/regex.c: Define `inline' as a macro into nothing for the
5985         compilers which lack the keyword.
5986         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5987         for the compatibility of gawk.
5988         * posix/regcomp.c: Add fake implementation of isblank() for the
5989         environments which lack the function.
5990         Don't use free_charset() in case of non-i18n envs.
5991         (build_range_exp): Don't use i18n related code in case of non-i18n
5992         envs.
5993         (build_collating_symbol): Likewise.
5994         (build_equiv_class): Likewise.
5995         (build_charclass): Likewise.
5996         (re_compile_fastmap_iter): Likewise.
5997         (parse_bracket_exp): Likewise.
5998         (build_word_op): Likewise.
5999         (regfree): Don't use free_charset() in case of non-i18n envs.
6000         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
6001         re_token_type_t in case of non-i18n envs.
6002         Don't define re_charset_t in case of non-i18n envs.
6003         Change the type of wcs of re_string_t from wchar_t to wint_t,
6004         since we store also WEOF.
6005         * posix/regex_internal.c: (re_string_realloc_buffers): Change
6006         the type of wcs of re_string_t from wchar_t to wint_t.
6007         (re_string_reconstruct): Likewise.
6008         (create_ci_newstate): Don't use i18n related code in case of
6009         non-i18n envs.
6010         (create_cd_newstate): Likewise.
6012 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
6014         * iconv/loop.c: Fix typo.
6016 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
6018         * inet/ether_line.c (ether_line): Fix a typo causing only
6019         lower 4 bits of each ethernet address byte being assigned.
6020         Don't modify what line points to.
6021         * inet/tst-ether_aton.c (main): Add ether_line tests.
6023 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
6025         * manual/filesys.texi: Don't make readlink example leak memory
6026         when readlink fails.
6028 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
6030         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
6031         some more security checks.
6033 2002-05-17  David S. Miller  <davem@redhat.com>
6035         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
6037 2002-05-16  David S. Miller  <davem@redhat.com>
6039         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
6040         (elf_machine_dynamic): Use it to force PIC register to be loaded.
6041         (elf_machine_load_address): Likewise.
6042         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
6044         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
6045         is unaligned, do not forget to fully initialize %g1 magic value.
6047         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
6048         register definitions and provide 32-bit variants of structures
6049         during 64-bit builds.
6051         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
6052         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
6053         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
6054         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
6055         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
6056         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
6057         Do not clear implicit one bit here, it must be done post-rounding.
6058         Only pad to the left using left shift if value uses less than the
6059         available fractional bits.
6061 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6063         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
6064         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
6065         (shared-only-routines): Likewise.
6066         * sysdeps/powerpc/libgcc-compat.c: New file.
6067         * sysdeps/wordsize-32/cmpdi2.c: Removed.
6068         * sysdeps/wordsize-32/fixdfdi.c: Removed.
6069         * sysdeps/wordsize-32/fixsfdi.c: Removed.
6070         * sysdeps/wordsize-32/shdi3.c: Removed.
6072 2002-05-16  Bruno Haible  <bruno@clisp.org>
6074         * MakeTAGS (libc.pot): Don't sort the output.
6075         * po/header.pot: Update to match xgettext 0.11 output.
6077 2002-05-16  Bruno Haible  <bruno@clisp.org>
6079         * MakeTAGS (subdirs): Remove duplicates.
6081 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
6083         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
6084         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
6085         alias.
6087 2002-05-19  Andreas Jaeger  <aj@suse.de>
6089         * sysdeps/unix/sysv/linux/configure.in: Warn against an
6090         installation in /usr/local.
6092 2002-05-16  Bruno Haible  <bruno@clisp.org>
6094         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
6095         string as argument of #error.
6097 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
6099         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
6100         don't define static.  Remove old __realpath function.  TC1 of
6101         POSIX 2001 will allow the second parameter to be NULL.
6102         * stdlib/test-canon.c: Comment out test for NULL as second
6103         parameter of realpath.
6105         * time/offtime.c (__offtime): Set errno if overflow is detected.
6107         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
6108         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
6109         dl-brk and dl-sbrk.
6111         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
6112         (fdimf): Likewise.
6114 2002-05-15  Roland McGrath  <roland@frob.com>
6116         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
6118 2002-05-12  Bruno Haible  <bruno@clisp.org>
6120         * iconvdata/testdata/EUC-JISX0213: New file.
6121         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
6122         * iconvdata/testdata/SHIFT_JISX0213: New file.
6123         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
6124         * iconvdata/testdata/ISO-2022-JP-3: New file.
6125         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
6126         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
6127         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
6128         contains comments indicating precomposed characters.
6130 2002-04-21  Bruno Haible  <bruno@clisp.org>
6132         * iconvdata/iso-2022-jp-3.c: New file.
6133         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
6134         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
6135         (LDFLAGS-ISO-2022-JP-3.so): New variable.
6136         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
6137         (distribute): Add iso-2022-jp-3.c.
6139 2002-05-12  Bruno Haible  <bruno@clisp.org>
6141         * iconvdata/tst-table-to.c (main): Restore handling of
6142         transliterations, broken by last patch.
6144 2002-05-12  Bruno Haible  <bruno@clisp.org>
6146         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
6148 2002-05-12  Bruno Haible  <bruno@clisp.org>
6150         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
6151         when there is not enough room in the output buffer.
6152         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
6154 2002-04-20  Bruno Haible  <bruno@clisp.org>
6156         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
6157         macros.
6158         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6159         Also make this macro work if FROM_DIRECTION evaluates to 0.
6160         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
6161         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
6162         of consume_incomplete.
6163         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6164         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
6165         4, not 8.
6166         * iconvdata/cp1258.c: Likewise.
6167         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
6168         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
6169         not 2.
6170         * iconvdata/ibm933.c: Likewise.
6171         * iconvdata/ibm935.c: Likewise.
6172         * iconvdata/ibm937.c: Likewise.
6173         * iconvdata/ibm939.c: Likewise.
6174         * iconvdata/iso-2022-cn.c: Define
6175         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6176         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
6177         * iconvdata/iso-2022-cn-ext.c: Likewise.
6178         * iconvdata/iso-2022-jp.c: Define
6179         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6180         {MIN,MAX}_NEEDED_{FROM,TO}.
6181         * iconvdata/tcvn5712-1.c: Define
6182         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6183         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
6184         * iconvdata/euc-jisx0213.c: Define
6185         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
6186         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
6187         * iconvdata/shift_jisx0213.c: Likewise.
6189 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
6191         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
6192         shdi3, fixdfdi, fixsfdi in csu dir.
6193         (shared-only-routines): Likewise.
6194         * sysdeps/wordsize-32/cmpdi2.c: New file.
6195         * sysdeps/wordsize-32/shdi3.c: New file.
6196         * sysdeps/wordsize-32/fixdfdi.c: New file.
6197         * sysdeps/wordsize-32/fixsfdi.c: New file.
6198         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
6199         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
6200         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
6202         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
6203         Only use va_arg if the argument will be used [PR libc/3259].
6205 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
6207         * catgets/catgets.c (catopen): Free buffer if internal catalog
6208         open fails.
6210 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6212         * debug/xtrace.sh: Make more robust.  For realtime tracking use
6213         non-buffering methods.
6214         * debug/pcprofiledump.c: Implement -u option.
6215         Patch by Roger Luethi <rl@hellgate.ch>.
6217 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
6219         * include/netinet/in.h (bindresvport_internal): Add prototype.
6220         * include/rpc/auth.h  (authunix_create_internal,
6221         authunix_create_default_internal, authnone_create_internal,
6222         authdes_pk_create_internal): Add prototypes.
6223         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
6224         clntudp_create_internal, clntudp_bufcreate_internal,
6225         clntunix_create_internal): Add prototypes.
6226         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
6227         svc_getreq_internal, svc_getreq_common_internal,
6228         svc_getreqset_internal, svc_getreq_poll_internal,
6229         svc_register_internal, svc_unregister_internal,
6230         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
6231         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
6232         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
6233         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
6234         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
6235         * inet/rcmd.c (rcmd_af): Use __listen.
6236         (rresvport_af): Use __bind.
6237         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
6238         authunix_create, authunix_create_default, authnone_create,
6239         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
6240         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
6241         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
6242         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
6243         _authenticate, add INTDEF after such function definitions.
6244         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
6245         __setsockopt, __getsockname instead of non-__ variants.
6246         * sunrpc/pmap_rmt.c: Likewise.
6247         * sunrpc/rtime.c: Likewise.
6248         * sunrpc/svc_udp.c: Likewise.
6249         * sunrpc/clnt_unix.c: Likewise.
6250         * sunrpc/svc_unix.c: Likewise.
6251         * sunrpc/bindrsvprt.c: Likewise.
6252         * sunrpc/svc_tcp.c: Likewise.
6253         * sunrpc/auth_none.c: Likewise.
6254         * sunrpc/clnt_raw.c: Likewise.
6255         * sunrpc/clnt_tcp.c: Likewise.
6256         * sunrpc/auth_unix.c: Likewise.
6257         * sunrpc/key_call.c: Likewise.
6258         * sunrpc/clnt_gen.c: Likewise.
6259         * sunrpc/pm_getmaps.c: Likewise.
6260         * sunrpc/clnt_simp.c: Likewise.
6261         * sunrpc/pmap_clnt.c: Likewise.
6262         * sunrpc/svc_run.c: Likewise.
6263         * sunrpc/svc.c: Likewise.
6264         * sunrpc/svc_simple.c: Likewise.
6265         * sunrpc/pm_getport.c: Likewise.
6266         * sunrpc/auth_des.c: Likewise.
6267         * sunrpc/svc_auth.c: Likewise.
6268         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
6269         __register_frame_info_table_bases, __deregister_frame_info_bases):
6270         Add INTDEF.
6271         (__register_frame_info_bases_internal,
6272         __register_frame_info_table_bases_internal,
6273         __deregister_frame_info_bases_internal): Add prototypes.
6274         (__register_frame_info, __register_frame): Use INTUSE in call to
6275         __register_frame_info_bases.
6276         (__register_frame_info_table): Similarly.
6277         (__deregister_frame_info, __deregister_frame): Similarly.
6278         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
6279         sendto as weak alias.
6280         * sysdeps/mach/hurd/sendto.c: Likewise.
6281         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
6282         recvfrom as weak alias.
6283         * sysdeps/mach/hurd/recvfrom.c: Likewise.
6284         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
6285         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
6286         recvmsg as weak alias.
6287         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
6288         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
6289         sendmsg as weak alias.
6290         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
6291         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
6292         setsockopt, add setsockopt as weak alias.
6293         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6294         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6295         weak alias.
6296         * sysdeps/mach/hurd/bind.c: Likewise.
6297         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6298         as weak alias.
6299         * sysdeps/mach/hurd/listen.c: Likewise.
6300         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6301         getsockname, add getsockname as weak alias.
6302         * sysdeps/mach/hurd/getsockname.c: Likewise.
6303         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6304         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6305         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6306         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6307         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6308         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6309         Add aliases.
6310         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6311         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6312         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6313         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6314         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6315         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6316         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6317         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6318         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6319         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6320         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6321         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6323 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6325         * locale/programs/localedef.h (show_archive_content): Add verbose
6326         argument.
6327         * locale/programs/localedef.c (main): Adjust caller.
6328         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6329         types.
6330         (nameentcmp, dataentcmp): New functions.
6331         (xstrcmp): Remove.
6332         (show_archive_content): Print verbose listing with --list-archive -v.
6334 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6336         * locale/programs/locarchive.c (open_archive): Take extra argument
6337         readonly.  If true open file with O_RDONLY and don't create the
6338         archive if it doesn't exist.
6339         Adapt all callers.
6340         (close_archive): Don't do anything if fd element is -1.
6341         * locale/programs/localedef.h (open_archive): Adjust prototype.
6342         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6343         call.
6345         * malloc/malloc.c (__posix_memalign): Correct check for size of
6346         alignment value [PR libc/3444].
6348         * include/stdio.h: Remove references to old stdio implementation.
6350         * libio/Makefile (bug-ungetwc2-ENV): Define.
6352 2002-05-13  Roland McGrath  <roland@frob.com>
6354         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6356         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6358 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6360         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6361         Allocate three, not two, more than LEN when appending '/.'.
6362         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6363         if NAME ends with '/.' if it is shorter than 2 chars.
6365 2002-05-12  Roland McGrath  <roland@frob.com>
6367         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6368         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6370         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6371         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6373 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6375         * sysdeps/ia64/Makefile: Remove extra endif.
6376         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6378 2002-05-10  Andreas Schwab  <schwab@suse.de>
6380         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6382 2002-05-09  Andreas Jaeger  <aj@suse.de>
6384         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6385         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6386         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6388         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6389         * sysdeps/wordsize-64/glob.c: ...here.
6390         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6391         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6392         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6394 2002-05-08  Roland McGrath  <roland@frob.com>
6396         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6397         O_NOTRANS flag in "." lookup.
6399 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6401         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6403 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6405         * locale/duplocale.c (__duplocale): Update special members only
6406         when allocation succeeded.
6408 2002-05-03  Roland McGrath  <roland@frob.com>
6410         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6411         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6413 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6415         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6416         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6417         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6418         * sysdeps/ia64/ia64libgcc.S: New file.
6420 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6422         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6424         * malloc/memusage.c: Distinguish anonymous mmap.
6426 2002-05-01  Roland McGrath  <roland@frob.com>
6428         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6429         and use INTDEF on it.
6430         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6432         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6434         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6436 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6438         * malloc/memusage.c: Add support for tracking mmap & friends.
6439         * malloc/memusage.sh: Implement -m/--mmap option.
6441 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6443         * locale/programs/locarchive.c (create_archive): Add archivefname
6444         argument, create fname from it.
6445         (enlarge_archive): Honour output_prefix.
6446         (open_archive): Likewise.
6448 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6450         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6451         too many stpcpy macros.
6453 2002-04-26  Bruno Haible  <bruno@clisp.org>
6455         * locale/programs/ld-collate.c (collate_read): Cast first argument
6456         for "%.*s" to int.
6458 2002-04-26  Bruno Haible  <bruno@clisp.org>
6460         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6461         __dcngettext_internal): New declarations.
6462         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6463         attribute declarations.
6465 2002-04-30  Roland McGrath  <roland@frob.com>
6467         Removed old GNU stdio implementation; GNU libio is now the only option.
6468         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6469         Define USE_IN_LIBIO unconditionally.
6470         * configure: Regenerated.
6471         * Makeconfig (stdio): Set to libio by default.
6472         * config.make.in (stdio): Variable removed.
6473         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6474         * sysdeps/unix/sysv/linux/configure: Regenerated.
6475         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6476         * sysdeps/mach/hurd/configure: Regenerated.
6477         * stdio/.cvsignore: File removed.
6478         * stdio/Makefile: File removed.
6479         * stdio/Versions: File removed.
6480         * stdio/__fbufsize.c: File removed.
6481         * stdio/__flbf.c: File removed.
6482         * stdio/__fpending.c: File removed.
6483         * stdio/__fpurge.c: File removed.
6484         * stdio/__freadable.c: File removed.
6485         * stdio/__freading.c: File removed.
6486         * stdio/__fsetlocking.c: File removed.
6487         * stdio/__fwritable.c: File removed.
6488         * stdio/__fwriting.c: File removed.
6489         * stdio/clearerr.c: File removed.
6490         * stdio/fclose.c: File removed.
6491         * stdio/fcloseall.c: File removed.
6492         * stdio/feof.c: File removed.
6493         * stdio/ferror.c: File removed.
6494         * stdio/fflush.c: File removed.
6495         * stdio/fgetc.c: File removed.
6496         * stdio/fgetpos.c: File removed.
6497         * stdio/fgets.c: File removed.
6498         * stdio/fileno.c: File removed.
6499         * stdio/fmemopen.c: File removed.
6500         * stdio/fopen.c: File removed.
6501         * stdio/fopncook.c: File removed.
6502         * stdio/fputc.c: File removed.
6503         * stdio/fputs.c: File removed.
6504         * stdio/fread.c: File removed.
6505         * stdio/freopen.c: File removed.
6506         * stdio/fseek.c: File removed.
6507         * stdio/fsetpos.c: File removed.
6508         * stdio/ftell.c: File removed.
6509         * stdio/fwrite.c: File removed.
6510         * stdio/getc.c: File removed.
6511         * stdio/getchar.c: File removed.
6512         * stdio/getdelim.c: File removed.
6513         * stdio/gets.c: File removed.
6514         * stdio/glue.c: File removed.
6515         * stdio/internals.c: File removed.
6516         * stdio/linewrap.c: File removed.
6517         * stdio/linewrap.h: File removed.
6518         * stdio/memstream.c: File removed.
6519         * stdio/newstream.c: File removed.
6520         * stdio/obstream.c: File removed.
6521         * stdio/putc.c: File removed.
6522         * stdio/putchar.c: File removed.
6523         * stdio/puts.c: File removed.
6524         * stdio/rewind.c: File removed.
6525         * stdio/setbuf.c: File removed.
6526         * stdio/setbuffer.c: File removed.
6527         * stdio/setlinebuf.c: File removed.
6528         * stdio/setvbuf.c: File removed.
6529         * stdio/stdio.h: File removed.
6530         * stdio/ungetc.c: File removed.
6531         * stdio/vasprintf.c: File removed.
6532         * stdio/vscanf.c: File removed.
6533         * stdio/vsnprintf.c: File removed.
6534         * stdio/vsprintf.c: File removed.
6535         * stdio/vsscanf.c: File removed.
6536         * sysdeps/generic/defs.c: File removed.
6537         * sysdeps/generic/fdopen.c: File removed.
6538         * sysdeps/generic/pipestream.c: File removed.
6539         * sysdeps/generic/stdio_init.c: File removed.
6540         * sysdeps/generic/sysd-stdio.c: File removed.
6541         * sysdeps/generic/vdprintf.c: File removed.
6542         * sysdeps/mach/hurd/defs.c: File removed.
6543         * sysdeps/mach/hurd/fdopen.c: File removed.
6544         * sysdeps/mach/hurd/pipestream.c: File removed.
6545         * sysdeps/mach/hurd/stdio_init.c: File removed.
6546         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6547         * sysdeps/mach/hurd/vdprintf.c: File removed.
6548         * sysdeps/posix/defs.c: File removed.
6549         * sysdeps/posix/fdopen.c: File removed.
6550         * sysdeps/posix/pipestream.c: File removed.
6551         * sysdeps/posix/stdio_init.c: File removed.
6552         * sysdeps/posix/vdprintf.c: File removed.
6553         * sysdeps/unix/pipestream.c: File removed.
6554         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6555         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6556         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6558 2002-04-29  Roland McGrath  <roland@frob.com>
6560         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6562 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6564         * sysdeps/generic/tls.h: Describe what must be defined.
6566         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6567         glob_in_dir [PR libc/3385].
6568         * posix/globtest.sh: Add test case.
6570         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6571         //TRANSLIT twice.
6573 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6575         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6576         _internal symbol handling.
6577         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6579 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6581         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6582         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6584 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6586         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6587         not _LIBC and RE_ENABLE_I18N.
6588         (build_range_exp): Implement for not _LIBC.
6589         (build_collating_symbol): Likewise.
6590         (parse_bracket_exp): Unify redundant error handlings.
6591         Don't erase mbcset for non matching list in multibyte envs.
6592         (build_word_op): Add '_' to matching list for \w operator.
6593         * posix/regex_internal.c (re_string_construct): Invoke
6594         build_upper_buffer in case of not RE_ENABLE_I18N.
6595         (re_string_reconstruct): Don't touch cur_state in case of not
6596         RE_ENABLE_I18N.
6597         * posix/regex_internal.h (attribute_hidden): New macro in case of
6598         not _LIBC.
6599         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6600         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6601         RE_ENABLE_I18N.
6602         (transit_state_mb): Likewise.
6603         (check_node_accept_bytes): Implement the code evaluating range
6604         expression in case of not _LIBC.
6605         (find_collation_sequence_value): Hide in case of not _LIBC.
6607 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6609         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6610         i386/semctl.c.
6611         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6612         be used.
6614 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6616         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6618         * sysdeps/ia64/strncpy.S: Fix recovery code.
6619         Patch by David Mosberger <davidm@hpl.hp.com>.
6621 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6623         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6624         GLIBC_2.2.6.
6626 2002-04-14  Bruno Haible  <bruno@clisp.org>
6628         * posix/regex.c (re_max_failures): Add back symbol for binary
6629         compatibility.
6631 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6633         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6634         of buffer building functions.
6635         * posix/regex_internal.c (re_string_allocate): New function.
6636         (re_string_realloc_buffers): New function.
6637         (re_string_skip_chars): New function.
6638         (re_string_reconstruct): New function.
6639         (re_string_construct): Adapt it to new interface of buffer building
6640         functions.
6641         (re_string_construct_common): Likewise.
6642         (build_wcs_buffer): Likewise.
6643         (build_wcs_upper_buffer): Likewise.
6644         (build_upper_buffer): Likewise.
6645         (re_string_translate_buffer): Likewise.
6646         (re_string_context_at): Adapt it to variable length buffers.
6647         * posix/regex_internal.h (re_string_t): Add new fields to handle
6648         variable length buffers.
6649         (re_match_context_t): Likewise.
6650         * posix/regexec.c (re_search_internal): Adapt it to new interface
6651         of re_string_t and re_match_context_t.
6652         (acquire_init_state_context): Likewise.
6653         (check_matching): Likewise.
6654         (check_halt_state_context): Likewise.
6655         (proceed_next_node): Likewise.
6656         (set_regs): Likewise.
6657         (sift_states_backward): Likewise.
6658         (clean_state_log_if_need): Likewise.
6659         (sift_states_iter_mb): Likewise.
6660         (sift_states_iter_bkref): Likewise.
6661         (add_epsilon_backreference): Likewise.
6662         (transit_state): Likewise.
6663         (transit_state_sb): Likewise.
6664         (transit_state_mb): Likewise.
6665         (transit_state_bkref): Likewise.
6666         (transit_state_bkref_loop): Likewise.
6667         (check_node_accept): Likewise.
6668         (match_ctx_init): Likewise.
6669         (extend_buffers): New function.
6671 2002-04-21  Bruno Haible  <bruno@clisp.org>
6673         * iconvdata/tst-table.sh: For the second check, use the truncated
6674         GB18030 charmap table, like for the first check.
6676 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6678         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6679         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6681 2002-04-23  H.J. Lu  <hjl@gnu.org>
6683         * include/math.h (isfinite): Fix a typo.
6685 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6687         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6688         which is created by the test suite.
6690 2002-04-20  Bruno Haible  <bruno@clisp.org>
6692         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6693         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6695 2002-04-20  Bruno Haible  <bruno@clisp.org>
6697         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6698         to avoid gcc warning.
6700 2002-04-20  Bruno Haible  <bruno@clisp.org>
6702         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6703         of data->__statep->__count.
6705 2002-04-20  Bruno Haible  <bruno@clisp.org>
6707         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6708         tag characters.
6709         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6711 2002-04-24  Roland McGrath  <roland@frob.com>
6713         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6714         use END macro instead of our own .end directive.
6715         Use `callsys' insn mnemonic instead of `call_pal'.
6717         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6719         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6720         macro; we need this for Hurd.
6722         Log entry was missing for 2002/03/24 commit of rev 1.8,
6723         goes with 2002-03-17 changes.
6724         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6725         (sysdep_routines): Append ioperm here.
6726         (sysdep_headers): Append sys/io.h here.
6728 2002-04-23  Roland McGrath  <roland@frob.com>
6730         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6731         * sysdeps/mach/hurd/sendto.c: Likewise.
6732         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6733         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6734         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6736 2002-04-22  Roland McGrath  <roland@frob.com>
6738         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6739         failure from i386_io_perm_* RPCs to ENOSYS.
6741 2002-04-22  Andreas Jaeger  <aj@suse.de>
6743         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6745         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6747         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6748         register instead of destroying %rbx.
6750 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6752         * string/string.h: Declare strerror_r also for XPG6.
6754 2002-04-19  Roland McGrath  <roland@frob.com>
6756         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6758 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6760         * Makefile: Add handling of xtests and xcheck targets.
6761         * MakeTAGS: Likewise.
6762         * Makeconfig: Likewise.
6763         * Makerules: Likewise.
6764         * Rules: Likewise.
6765         * manual/Makefile: Likewise.
6766         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6767         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6769 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6771         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6772         authnone_private_s.
6773         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6774         Delete #ifdef _RPC_THREAD_SAFE_ block.
6775         (authnone_private): Make a struct, not a pointer to struct.
6776         (authnone_private_guard): New once-control variable.
6777         (authnone_create_once): New function, split out of
6778         authnone_create.  No need to allocate memory.
6779         (authnone_create): Just call authnone_create_once via
6780         __libc_once, then return &authnone_private->no_client.
6781         (authnone_marshal): Access private data via CLIENT argument,
6782         not authnone_private pointer.
6783         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6784         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6785         authnone_private_s.
6787 2002-04-12  H.J. Lu  <hjl@gnu.org>
6789         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6791 2002-04-18  Bruno Haible  <bruno@clisp.org>
6793         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6794         FROM_DIRECTION): Make the FROM direction stateless.
6795         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6796         FROM_DIRECTION): Likewise.
6798 2002-04-15  Bruno Haible  <bruno@clisp.org>
6800         * iconvdata/JISX0213.TXT: New file.
6801         * iconvdata/jisx0213.h: New file.
6802         * iconvdata/jisx0213.c: New file.
6803         * iconvdata/euc-jisx0213.c: New file.
6804         * iconvdata/shift_jisx0213.c: New file.
6805         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6806         * iconvdata/EUC-JISX0213.precomposed: New file.
6807         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6808         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6809         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6810         which the "to" direction is stateful.
6811         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6812         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6813         SHIFT_JISX0213.
6814         (libJISX0213-routines): New variable.
6815         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6816         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6817         (LDFLAGS-libJISX0213.so): New variable.
6818         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6819         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6820         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6822 2002-04-15  Bruno Haible  <bruno@clisp.org>
6824         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6825         uint32_t.  Update to Unicode 3.2.
6826         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6827         (BODY for TO_LOOP): Handle the ASCII range specially.
6828         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6829         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6830         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6832 2002-04-15  Bruno Haible  <bruno@clisp.org>
6834         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6835         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6837 2002-04-15  Bruno Haible  <bruno@clisp.org>
6839         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6840         (ucs4_to_cns11643): Update.
6841         * iconvdata/cns11643.c: Update to Unicode 3.2.
6842         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6843         __cns11643_from_ucs4p2_tab): Regenerated.
6844         (__cns11643_from_ucs4p2c_tab): New array.
6845         * iconvdata/cvs11643l1.c: Update comments.
6846         * iconvdata/EUC-TW.irreversible: Remove two entries.
6848 2002-04-15  Bruno Haible  <bruno@clisp.org>
6850         * locale/C-translit.h.in: Update to Unicode 3.2.
6851         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6852         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6854 2002-04-15  Bruno Haible  <bruno@clisp.org>
6856         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6857         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6859 2002-04-15  Bruno Haible  <bruno@clisp.org>
6861         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6862         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6863         always one byte, not 0 bytes in some cases and 2 bytes in others.
6865         * iconvdata/tst-table-from.c (main): Correct the usage message.
6867 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6869         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6870         (parse_dup_op): Fix error handling like "a{}".
6871         (parse_bracket_exp): Add error handling.
6872         (fetch_number): Add error handling for "a{<very_large_number>}".
6874 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6876         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6877         in case that the symbol name is too long.
6878         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6879         in case of REG_ICASE.
6881 2002-04-19  Andreas Jaeger  <aj@suse.de>
6883         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6884         <hartvige@mips.com>.
6886 2002-04-15  H.J. Lu  <hjl@gnu.org>
6888         * include/math.h (__finitel_internal): Declare only if
6889         __NO_LONG_DOUBLE_MATH is not defined.
6890         (__isinfl_internal): Likewise.
6891         (__isnanl_internal): Likewise.
6893         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6894         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6895         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6896         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6897         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6898         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6899         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6901         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6902         __fcntl_internal.
6904         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6905         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6907 2002-04-15  Bruno Haible  <bruno@clisp.org>
6909         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6910         (BODY for TO_LOOP): Likewise.
6911         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6912         * iconvdata/tst-table.sh: Add support for encodings which contain
6913         precomposed Unicode characters, known to the iconv converter in both
6914         directions but not listed in the charmap.
6915         * iconvdata/IBM856.irreversible: New file.
6916         * iconvdata/IBM922.irreversible: New file.
6917         * iconvdata/IBM1132.irreversible: New file.
6918         * iconvdata/IBM1133.irreversible: New file.
6919         * iconvdata/IBM1160.irreversible: New file.
6920         * iconvdata/IBM1161.irreversible: New file.
6921         * iconvdata/IBM1163.irreversible: New file.
6922         * iconvdata/IBM1164.irreversible: New file.
6923         * iconvdata/ARMSCII-8.irreversible: New file.
6924         * iconvdata/TCVN5712-1.precomposed: New file.
6925         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6926         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6927         ARMSCII-8, TCVN5712-1.
6928         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6929         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6930         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6931         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6933 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6935         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6936         for EVENING69.  Include offsets in TZ environment variable.
6938 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6940         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6941         avoid compiler warnings.
6943         * locale/programs/localedef.c (main): Always call
6944         construct_output_path.
6946         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6948         * locale/programs/locfile.c (to_archive): New variable.  To collect
6949         data which has to be added to the locale archive.
6950         (write_all_categories): Take new third parameter with locale name.
6951         Unless no_archive flag set add new locale data to the archive
6952         (write_locale_data): Unless no-archive flag set store generated data
6953         in to_archive data structure instead of generation output file.
6954         Add new parameter with locale category index.
6955         * locale/programs/locfile.h: Add new parameters in declaractions of
6956         write_all_categories and write_locale_data.
6957         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6958         --add-to-archive, and --delete-from-archive options.  Pass extra
6959         parameter to write_all_categories.
6960         * locale/programs/localedef.h: Add prototypes for functions in
6961         locarchive.c.
6962         * locale/locarchive.h: New file.
6963         * locale/programs/locarchive.c: New file.
6964         * locale/Makefile (distribute): Add programs/locarchive.c and
6965         locarchive.h.
6966         (localedef-modules): Add md5 and locarchive.
6967         Add vpath to crypt subdir for md5.c.
6969         * locale/programs/ld-address.c: Pass locale category ID as new second
6970         parameter to write_locale_data.
6971         * locale/programs/ld-collate.c: Likewise.
6972         * locale/programs/ld-ctype.c: Likewise.
6973         * locale/programs/ld-identification.c: Likewise.
6974         * locale/programs/ld-measurement.c: Likewise.
6975         * locale/programs/ld-messages.c: Likewise.
6976         * locale/programs/ld-monetary.c: Likewise.
6977         * locale/programs/ld-name.c: Likewise.
6978         * locale/programs/ld-numeric.c: Likewise.
6979         * locale/programs/ld-paper.c: Likewise.
6980         * locale/programs/ld-telephone.c: Likewise.
6981         * locale/programs/ld-time.c: Likewise.
6983         * locale/simple-hash.c: Move compute_hashval function from here...
6984         * locale/hashval.h: ...to here.  New file.
6985         * locale/simple-hash.h: Add prototype for compute_hashval.
6987         * include/libintl.h: Minor cleanups.
6989 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6991         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6993 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6995         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6997 2002-04-14  Bruno Haible  <bruno@clisp.org>
6999         * locale/programs/charmap.c (charmap_read): Don't access result if
7000         result == NULL.
7002 2002-02-17  Andreas Schwab  <schwab@suse.de>
7004         * elf/reldep7.c: New file.
7005         * elf/reldep7mod1.c: New file.
7006         * elf/reldep7mod2.c: New file.
7007         * elf/Makefile: Add rules to build and run reldep7.
7009 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
7011         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
7012         the end of the function.  Pass original flags to recursive call if
7013         add_dependency failed.
7014         (_dl_lookup_versioned_symbol): Likewise.
7016 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
7018         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
7019         early, but check whether it overflowed afterwards.
7020         * time/tst-mktime.c (main): Add new tests.
7022 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
7024         * debug/xtrace.sh: Fix program name in help message.
7025         Patch by Roger Luethi <rl@hellgate.ch>.
7027         * include/sys/stat.h: Add prototypes for __lxstat_internal and
7028         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
7029         NOT_IN_libc.
7030         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
7031         * sysdeps/mach/hurd/lxstat.c: Likewise.
7032         * sysdeps/unix/common/lxstat.c: Likewise.
7033         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
7034         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
7035         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
7036         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
7037         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
7038         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
7039         * sysdeps/mach/hurd/lxstat64.c: Likewise.
7040         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
7041         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
7043         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
7044         prototypes.  Add __mbrlen and __mbrtowc macros.
7045         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
7046         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
7048         * include/unistd.h: Add prototype for __write_internal and add
7049         __libc_write macro is SHARED.
7050         * sysdeps/generic/write.c: Use INTDEF for __write.
7051         * sysdeps/mach/hurd/write.c: Likewise.
7052         * sysdeps/unix/sysv/aix/write.c: Likewise.
7053         * sysdeps/unix/syscalls.list: Add __libc_write alias.
7055         * assert/assert.c: Replace STR_N_SIZE with something usable in
7056         macro arguments.
7057         * assert/assert-perr.c: Likewise.
7059         * include/sys/socket.h: Declare __libc_sa_len_internal and define
7060         SA_LEN macro to use it if not NOT_IN_libc.
7061         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
7063         * include/fcntl.h: Declare __open_internal and define __open and
7064         __libc_open macros if not NOT_IN_libc.
7065         * sysdeps/generic/open.c: Use INTDEF for __open.
7066         * sysdeps/mach/hurd/open.c: Likewise.
7067         * sysdeps/unix/sysv/aix/open.c: Likewise.
7068         * sysdeps/unix/syscalls.list: Add __open_internal alias.
7070         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
7071         has correct number.
7073         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
7074         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
7075         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7076         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7078         * include/wctype.h: Declare __iswalpha_l_internal,
7079         __iswdigit_l_internal, __iswspace_l_internal,
7080         __iswxdigit_l_internal, and __iswctype_internal.  Define
7081         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
7082         __iswxdigit_l macros if not NOT_IN_libc.
7083         * wctype/iswctype.c: Use INTDEF for __iswctype.
7084         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
7086         * include/math.h: Declare __isinf_internal, __isinfl_internal,
7087         __isnan_internal, and __isnanl_internal.
7088         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
7089         __isnan, and __isnanl.
7090         * stdio-common/printf_size.c: Likewise.
7091         * sysdeps/generic/printf_fphex.c: Likewise.
7092         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
7093         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
7094         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
7095         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
7096         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
7097         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
7098         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
7099         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
7100         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
7101         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
7102         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
7103         * sysdeps/m68k/s_isinfl.c: Likewise.
7104         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
7105         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
7107         * include/sys/time.h: Declare __gettimeofday_internal and define
7108         __gettimeofday macro if not NOT_IN_libc.
7109         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
7110         * sysdeps/mach/gettimeofday.c: Likewise.
7111         * sysdeps/posix/gettimeofday.c: Likewise.
7112         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
7113         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
7114         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
7115         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
7117         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
7118         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
7119         Remove __lstat and __fstat inline functions.
7120         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
7121         * sysdeps/mach/hurd/fxstat.c: Likewise.
7122         * sysdeps/unix/fxstat.c: Likewise.
7123         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
7124         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
7125         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
7126         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
7127         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
7128         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
7129         * sysdeps/mach/hurd/fxstat64.c: Likewise.
7130         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
7131         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
7133         * include/unistd.h: Declare __getpid_internal and define
7134         __getpid macro if not NOT_IN_libc.
7135         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
7136         * sysdeps/generic/getpid.c: Likewise.
7137         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
7138         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
7140         * include/unistd.h: Declare __getpgid_internal and define
7141         __getpgid macro if not NOT_IN_libc.
7142         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
7143         * sysdeps/mach/hurd/getpgid.c: Likewise.
7144         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
7145         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
7146         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
7147         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
7149         * include/unistd.h: Declare __getpagesize_internal and define
7150         __getpagesize macro if not NOT_IN_libc.
7151         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
7152         __getpagesize.
7153         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
7154         * sysdeps/mach/getpagesize.c: Likewise.
7155         * sysdeps/posix/getpagesize.c: Likewise.
7156         * sysdeps/unix/getpagesize.c: Likewise.
7157         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
7158         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
7159         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
7160         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
7162 2002-04-13  Andreas Jaeger  <aj@suse.de>
7164         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
7165         as clobber to reduce register pressure.
7166         (__strpbrk_cg): Likewise.
7167         (__mempcpy_by4): Likewise.
7168         (__strstr_cg): Likewise.
7169         Add prototype for __memrchr.
7171 2002-04-13  Andreas Schwab  <schwab@suse.de>
7173         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
7174         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
7175         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
7177 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
7179         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
7180         check whether the caller prefers getting the most recent version of
7181         a symbol of the earliest version.
7182         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
7183         _dl_do_lookup to also take the new parameter and pass it on.
7184         Change 'explicit' parameter of _dl_lookup_symbol and
7185         _dl_lookup_versioned_symbol to flags.  Adjust tests.
7186         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
7187         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
7188         _dl_lookup_versioned_symbol.
7189         * elf/dl-reloc.c: Likewise.
7190         * elf/dl-runtime.c: Likewise.
7191         * elf/dl-sym.c: Likewise.
7192         * sysdeps/mips/dl-machine.h: Likewise.
7194 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
7196         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
7197         in a token.
7198         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
7200 2002-04-10  Andreas Jaeger  <aj@suse.de>
7202         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
7204         * include/argz.h: Remove extra char from last patch.
7206 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
7208         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
7209         * sysdeps/unix/sysv/aix/chown.c: Likewise.
7210         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
7211         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
7212         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7213         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
7214         __chown_internal.
7215         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
7217         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
7218         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
7219         * intl/ngettext.c: Likewise.
7221         * include/sys/socket.h: Declare __connect_internal and define
7222         __connect macro if not NOT_IN_libc.
7223         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
7224         * sysdeps/unix/sysv/aix/connect.c: Likewise.
7225         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
7227         * include/unistd.h: Declare __close_internal and define __close macro
7228         if not NOT_IN_libc.
7229         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
7230         WJUMP3): Add extra parenthesis to avoid expanding element names with
7231         macors like __close.
7232         * sysdeps/unix/syscalls.list: Add __close_internal alias.
7234         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
7235         if not NOT_IN_libc.
7236         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
7237         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
7238         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
7240         * include/unistd.h: Declare __fork_internal and define __fork macro
7241         if not NOT_IN_libc.
7242         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
7243         * sysdeps/unix/sysv/aix/fork.c: Likewise.
7244         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
7246         * include/stdio_ext.h: Declare __fsetlocking_internal and define
7247         __fsetlocking macro to use it if not NOT_IN_libc.
7248         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
7250         * libio/__fbufsize.c: Correct copyright.
7251         * libio/__flbf.c: Likewise.
7252         * libio/__fpending.c: Likewise.
7253         * libio/__fpurge.c: Likewise.
7254         * libio/__freadable.c: Likewise.
7255         * libio/__freading.c: Likewise.
7256         * libio/__fsetlocking.c: Likewise.
7257         * libio/__fwritable.c: Likewise.
7258         * libio/__fwriting.c: Likewise.
7260         * include/stdio.h: Declare __asprintf_internal and define __asprintf
7261         macro to use it if not NOT_IN_libc.
7262         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
7264         * include/mntent.h: Declare __setmntent_internal,
7265         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
7266         __getmntent_r, and __endmntent macros to use these functions if not
7267         NOT_IN_libc.
7268         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
7269         __endmntent.
7271         * include/math.h: Declare __finite_internal, __finitef_internal, and
7272         __finitel_internal.  Redefine isfinite macro if in libc or libm using
7273         these functions.
7274         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
7275         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
7276         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
7277         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
7278         * sysdeps/i386/fpu/s_finitef.S: Likewise.
7279         * sysdeps/i386/fpu/s_finitel.S: Likewise.
7280         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
7281         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
7282         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
7283         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
7285         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
7286         to use this function if not NOT_IN_libc.
7287         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
7288         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
7289         * sysdeps/mach/hurd/fcntl.c: Likewise.
7290         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
7291         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7293         * include/argz.h: Declare __argz_count_internal and
7294         __argz_stringify_internal.
7295         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7296         __argz_stringify.
7297         * string/argz-count.c: Use INTDEF for __argz_count.
7298         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7300         * include/stdlib.h: Declare __cxa_atexit_internal and define
7301         __cxa_atexit macro if not NOT_IN_libc.
7302         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7303         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7305         * assert/assert.c: Use INTDEF for __assert_fail.
7306         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7307         * include/assert.h: Declare __assert_fail_internal.
7309         * extra-lib.mk: Mark assignment to lib with override.
7311 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7313         * Makerules: Use cppflags-iterator.mk to add defines for all test
7314         source files.
7316 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7318         * elf/elf.h: Define R_SH_TLS_xxx macros.
7319         * elf/rtld.c: Remove an extra parenthesis.
7320         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7321         TLS_GD macros.
7322         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7323         * sysdeps/sh/dl-lookupcfg.h: New file.
7324         * sysdeps/sh/dl-tls.h: New file.
7325         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7326         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7327         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7328         R_SH_TLS_TPOFF32 relocations.
7330 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7332         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7333         of NOT_IN_LIBC.
7334         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7335         * include/stdlib.h: Likewise.
7337 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7339         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7340         instead of _RTLD_LOCAL.
7341         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7342         * include/unistd.h: Likewise.
7343         * sysdeps/generic/ldsodefs.h: Likewise.
7345         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7346         if in libc or ld.so.
7348 2002-04-08  Andreas Jaeger  <aj@suse.de>
7350         * elf/cache.c (print_entry): Support x86-64.
7352 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7354         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7355         with one accessing the locale data structures directly.
7356         * stdio-common/printf-prs.c: Include localeinfo.h for new
7357         MB_CUR_MAX definition.
7359         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7360         is the name of the source file without extension.
7361         * Makefile (distribute): Add cppflags-iterator.mk.
7362         * cppflags-iterator.mk: New file.
7363         * extra-lib.mk: For the sources of the library run
7364         cppflags-iterator.mk.
7366         * include/libintl.h: Declare __dcgettext_internal and
7367         _libc_intl_domainname_internal.  Define __dcgettext using these
7368         two symbols if used in libc itself.
7369         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7370         _libc_intl_domainname_internal.
7371         * argp/argp-parse.c: Likewise.
7372         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7373         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7374         * intl/gettext.c: Likewise.
7375         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7376         alias.
7377         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7378         __dcgettext.
7379         * posix/regex_internal.c (gettext): Likewise.
7381 2002-04-08  Andreas Jaeger  <aj@suse.de>
7383         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7385         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7386         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7387         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7388         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7389         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7390         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7392 2002-04-08  Roland McGrath  <roland@frob.com>
7394         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7395         widening __hurd_fail value.
7397 2002-04-07  Roland McGrath  <roland@frob.com>
7399         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7400         <mach/machine/alpha_instruction.h>.
7401         (_hurd_setup_sighandler): Take proper arguments for current decls.
7402         Update code to use _hurdsig_catch_fault.
7403         Use `callsys' instruction instead of `call_pal'.
7404         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7406         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7407         (ALIGN, at, AT, fp): New macros.
7409 2002-04-06  Roland McGrath  <roland@frob.com>
7411         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7413         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7414         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7416         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7417         * sysdeps/mach/hurd/connect.c: Likewise.
7418         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7419         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7421         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7422         __msg_sig_post RPC.
7424         * hurd/catch-exc.c: Use integer_t instead of int.
7425         * hurd/hurdfault.c: Likewise.
7427         * sysdeps/mach/hurd/alpha/exc2signal.c
7428         (_hurd_exception2signal): Rewritten.
7429         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7430         (_hurd_longjmp_thread_state): Rewritten.
7432 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7434         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7435         DB_LOOKUP_FCT prototype.
7436         * nss/getXXent_r.c: Likewise.
7437         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7438         * inet/getaliasname_r.c: Likewise.
7439         * inet/getnetbyad_r.c: Likewise.
7440         * inet/getnetbynm_r.c: Likewise.
7441         * inet/getnetent_r.c: Likewise.
7442         * inet/getproto_r.c: Likewise.
7443         * inet/getprtent_r.c: Likewise.
7444         * inet/getprtname_r.c: Likewise.
7445         * inet/getrpcbyname_r.c: Likewise.
7446         * inet/getrpcbynumber_r.c: Likewise.
7447         * inet/getrpcent_r.c: Likewise.
7448         * inet/getservent_r.c: Likewise.
7449         * inet/getsrvbynm_r.c: Likewise.
7450         * inet/getsrvbypt_r.c: Likewise.
7451         * shadow/getspent_r.c: Likewise.
7452         * shadow/getspnam_r.c: Likewise.
7454         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7456         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7457         Use i686-friendly PIC code.
7458         * sysdeps/i386/elf/setjmp.S: Likewise.
7460         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7462         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7463         list.
7464         * elf/Versions: Remove it here.
7466 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7468         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7469         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7471 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7473         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7474         test just before the test runs.
7475         * intl/tst-translit.sh: Likewise.
7476         * intl/tst-codeset.sh: Likewise.
7478         * timezone/zic.c: Update from tzcode2002c.
7479         * timezone/asia: Update from tzdata2002c.
7480         * timezone/backward: Likewise.
7481         * timezone/europe: Likewise.
7482         * timezone/northamerica: Likewise.
7483         * timezone/northamerica: Likewise.
7484         * timezone/northamerica: Likewise.
7485         * timezone/southamerica: Likewise.
7486         * timezone/zone.tab: Likewise.
7488 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7490         * sysdeps/generic/brk.c (__curbrk): Declare.
7491         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7492         * sysdeps/generic/dl-sbrk.c: Likewise.
7493         * sysdeps/unix/arm/dl-brk.S: New file.
7494         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7495         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7496         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7497         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7498         * sysdeps/unix/i386/dl-brk.S: New file.
7499         * sysdeps/unix/mips/dl-brk.S: New file.
7500         * sysdeps/unix/sparc/dl-brk.S: New file.
7501         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7502         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7503         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7504         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7506 2002-04-03  Andreas Schwab  <schwab@suse.de>
7508         * Makefile (headers): Add gnu/lib-names.h here instead of
7509         install-others.
7510         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7511         installation rule.
7512         (install-headers): Add dependency on install-headers-nosubdir.
7513         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7514         instead of install-others.
7515         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7516         installation rule.
7518 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7520         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7521         Reported by Sam Roberts <sroberts@uniserve.com>.
7523 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7525         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7526         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7527         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7528         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7530 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7532         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7533         (RTLD_START): Ditto.
7534         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7535         dependency violation.
7537 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7539         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7540         all variable declarations.
7542 2002-04-04  Andreas Schwab  <schwab@suse.de>
7544         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7546 2002-04-04  Andreas Jaeger  <aj@suse.de>
7548         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7549         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7551         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7552         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7553         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7555         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7557         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7559         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7560         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7562         * configure.in: Handle all mips entries the same.
7564         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7565         * sysdeps/mips/mips3/*: Likewise.
7566         * sysdeps/mips/p40/bits/endian.h: Likewise.
7568 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7570         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7571         non-null result [PR libc/2600].
7573         * misc/tst-dirname.c: Add more tests.
7575 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7577         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7578         define a code_set_name provide one based on the filename.
7580         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7582 2001-12-28  Andreas Jaeger  <aj@suse.de>
7584         * time/mktime.c (__mktime_internal): Check for year < 70
7585         [PR libc/2738].
7587 2002-04-03  Andreas Jaeger  <aj@suse.de>
7589         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7590         shmat.
7591         Reported by Andi Kleen <ak@suse.de>.
7593 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7595         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7596         * sysdeps/generic/w_lgammaf.c: Likewise.
7597         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7599         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7600         Adjust for new output format of the backtrace functions.
7602         * misc/syslog.c (vsyslog): Only use cleanup handler if
7603         _LIBC_REENTRANT is defined [PR libc/2924].
7605         * libio/Makefile (tests): Add bug-ungetwc2.
7606         * libio/bug-ungetwc2.c: New file.
7608         * manual/install.texi: Typographical and grammatical cleanup.
7609         Patch by Dennis Grace <dgrace@us.ibm.com>.
7611         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7612         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7614         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7615         always "&".  Adjust callers.
7616         Add "_" prefix to several generated definitions.
7617         Patch by paul@serice.net [PR libc/3158].
7619 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7621         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7622         size of _dl_arm_cap_flags.
7623         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7625         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7626         Define as 8.
7628 2002-03-22  H.J. Lu  <hjl@gnu.org>
7630         * scripts/firstversions.awk: Check the first version.
7632 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7634         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7635         dependencies must be stable to work correctly.
7636         Reported by martin.lubich@datacon.at.
7638         * libio/bug-ungetwc1.c: New file.
7639         * libio/Makefile (tests): Add bug-ungetwc1.
7641         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7642         if stream was last used for writing.
7644         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7645         number [PR libc/3111].
7647         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7648         to ...
7649         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7651 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7653         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7654         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7655         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7656         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7657         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7659 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7661         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7662         dynamic tags.
7664 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7666         * sysdeps/i386/fpu/s_fabs.S: New file.
7667         * sysdeps/i386/fpu/s_fabsf.S: New file.
7668         * sysdeps/i386/fpu/s_fabsl.S: New file.
7669         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7670         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7671         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7673 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7675         * rt/tst-shm.c (do_test): Add one more test for size of shared
7676         memory object.
7678 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7680         * malloc/malloc.c: Add short description and prototypes for
7681         malloc_get_state, malloc_set_state and posix_memalign, for
7682         consistency and to avoid warnings with -Wstrict-prototypes.
7683         Reported by Andreas Jaeger <aj@suse.de>.
7685 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7687         * po/gl.po: Update from translation team.
7689 2002-03-31  Roland McGrath  <roland@frob.com>
7691         * hurd/hurdselect.c (_hurd_select): Fix
7692         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7693         Use a union rather than casts to compare mach_msg_type_t as int.
7695 2002-03-25  Roland McGrath  <roland@frob.com>
7697         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7698         check off the end of NAME when it's shorter than 2 chars.
7699         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7701 2002-03-17  Roland McGrath  <roland@frob.com>
7703         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7704         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7705         * sysdeps/mach/hurd/i386/Dist: Add them.
7706         * sysdeps/mach/hurd/i386/Versions
7707         (libc: GLIBC_2.2.6): New set, add ioperm.
7708         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7709         (mach_interface_list): Check for mach_i386.defs.
7710         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7711         * sysdeps/mach/configure: Regenerated.
7713 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7715         * po/fr.po: Update from translation team.
7717 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7719         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7720         getpriority from syscalls list.
7722 2002-03-28  Andreas Jaeger  <aj@suse.de>
7724         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7725         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7726         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7727         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7729 2002-03-27  Andreas Jaeger  <aj@suse.de>
7731         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7732         sigcontext): Follow further kernel change.
7734         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7735         kernel change.
7737         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7738         Change for struct sigcontext change.
7740         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7741         Follow changes in struct sigcontext.
7743         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7744         sysycall, use wrapper instead.
7746 2002-03-26  Andreas Jaeger  <aj@suse.de>
7748         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7749         read and write accesses as detailed as possible.
7750         (__memcpy_by2): Likewise.
7751         (__memcpy_g): Likewise.
7752         (memmove): Likewise.
7753         (memcmp): Likewise.
7754         (__memset_ccn_by4): Likewise.
7755         (__memset_ccn_by2): Likewise.
7756         (__memset_gcn_by4): Likewise.
7757         (__memset_gcn_by2): Likewise.
7758         (memchr): Likewise.
7759         (__memrchr): Likewise.
7760         (rawmemchr): Likewise.
7761         (__strlen_g): Likewise.
7762         (__strcpy_g): Likewise.
7763         (__mempcpy_by4): Likewise.
7764         (__mempcpy_by2): Likewise.
7765         (__mempcpy_byn): Likewise.
7766         (__stpcpy_g): Likewise.
7767         (__strncpy_by4): Likewise.
7768         (__strncpy_by2): Likewise.
7769         (__strncpy_byn): Likewise.
7770         (__strncpy_gg): Likewise.
7771         (__strcat_c): Likewise.
7772         (__strcat_g): Likewise.
7773         (__strncat_g): Likewise.
7774         (__strcmp_gg): Likewise.
7775         (__strncmp_g): Likewise.
7776         (__strchr_c): Likewise.
7777         (__strchr_g): Likewise.
7778         (__strchrnul_c): Likewise.
7779         (__strchrnul_g): Likewise.
7780         (__strrchr_c): Likewise.
7781         (__strrchr_g): Likewise.
7782         (__strrchr_c): Likewise.
7783         (__strrchr_g): Likewise.
7784         (__strcspn_c1): Likewise.
7785         (__strcspn_cg): Likewise.
7786         (__strcspn_g): Likewise.
7787         (__strcspn_g): Likewise.
7788         (__strspn_c1): Likewise.
7789         (__strspn_cg): Likewise.
7790         (__strspn_g): Likewise.
7791         (__strspn_g): Likewise.
7792         (__strpbrk_cg): Likewise.
7793         (__strpbrk_g): Likewise.
7794         (__strstr_cg): Likewise.
7795         (__strstr_g): Likewise.
7797         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7798         Michal Ludvig <mludvig@suse.cz>.
7800         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7801         compatibilty, adjust for kernel changes.
7803         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7804         sigcontext): Adjust for kernel changes.
7806 2002-03-25  Andreas Jaeger  <aj@suse.de>
7808         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7809         little endian.
7810         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7812 2002-03-24  Andreas Jaeger  <aj@suse.de>
7814         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7816         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7818         * iconv/tst-iconv3.c (main): Use correct printf strings.
7820 2002-03-18  Roland McGrath  <roland@frob.com>
7822         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7823         (CMGROUP_MAX): New macro.
7825 2002-03-23  Roland McGrath  <roland@frob.com>
7827         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7828         * sysdeps/posix/shm_unlink.c: Likewise.
7830 2002-03-22  Roland McGrath  <roland@frob.com>
7832         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7833         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7834         under --enable-libio.
7835         * sysdeps/mach/hurd/configure: Regenerated.
7837 2002-03-23  Roland McGrath  <roland@frob.com>
7839         * sysdeps/mach/hurd/i386/Makefile
7840         (sysdep_routines, shared-only-routines): Don't add framestate,
7841         reverting 2001-10-02 change.
7842         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7843         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7844         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7845         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7846         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7847         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7848         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7849         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7850         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7851         Do it here instead, only if [$(unwind-find-fde) = yes].
7853 2002-03-23  Andreas Jaeger  <aj@suse.de>
7855         * signal/signal.h: Fix typo. Patch by Steve Kemp
7856         <skx@tardis.ed.ac.uk>.
7858 2002-03-22  Andreas Jaeger  <aj@suse.de>
7860         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7861         getresuid.
7863         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7864         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7865         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7866         user_fpregs_struct): Rename fwd.
7868         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7869         Follow sigcontext changes.
7871 2002-03-22  Andreas Jaeger  <aj@suse.de>
7873         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7874         changes for NaNs on MIPS.
7875         Patch by Hartvig Ekner <hartvige@mips.com>.
7877 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7879         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7880         Use realloc if too large.
7881         (addgrbyid): Likewise.
7882         * nscd/hstcache.c (addhstbyname): Likewise.
7883         (addhstbyaddr): Likewise.
7884         (addhstbynamev6): Likewise.
7885         (addhstbyaddrv6): Likewise.
7886         * nscd/pwdcache.c (addpwbyname): Likewise.
7887         (addpwbyuid): Likewise.
7889 2002-03-21  Andreas Jaeger  <aj@suse.de>
7891         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7892         _fpstate): Add separate struct for x86-64.
7894         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7895         user_fpregs_struct): Change member names to follow kernel.
7897 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7899         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7900         Correctly close the UDP connection right away [PR libc/3120].
7902 2002-03-20  Andreas Jaeger  <aj@suse.de>
7904         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7905         user_fpregs_struct): Fix for changed kernel struct.
7906         (struct user_regs_struct): Likewise.
7907         (struct user): Likewise.
7908         Add 32-bit x86 compatibility.
7910         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7912 2002-03-19  Andreas Jaeger  <aj@suse.de>
7914         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7916 2002-03-18  Andreas Jaeger  <aj@suse.de>
7918         * iconvdata/Makefile: Only run tests when shared libs are
7919         available.
7921 2002-03-17  Andreas Jaeger  <aj@suse.de>
7923         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7925         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7927         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7928         bits.
7930         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7931         (CAUSE_SHIFT): New macro.
7932         Patch by Hartvig Ekner <hartvige@mips.com>.
7934         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7935         * sysdeps/generic/unwind-pe.h: Likewise.
7937         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7938         type to _IO_setb.
7940         * libio/stdio.c (AL2): Define variant when visibility attribute is
7941         not supported.
7943         * include/libc-symbols.h (_INTVARDEF): Define variant when
7944         visibility attribute is not supported.
7946 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7948         * po/fr.po: Update from translation team.
7950 2002-02-25  Bruno Haible  <bruno@clisp.org>
7952         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7954 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7956         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7957         buffers if _IO_file_attach failed.
7959         * libio/fileops.c (_IO_file_open): Close file descriptor if
7960         _IO_SEEKOFF call failed.
7962 2002-03-15  H.J. Lu  <hjl@gnu.org>
7963             Ulrich Drepper  <drepper@redhat.com>
7965         * configure.in: Check for availability of
7966         init_array/fini_array/preinit_array handling in binutils.
7967         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7968         * config.make.in (have-initfini-array): New variable.
7970 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7972         * stdio-common/tst-printf.c (main): Comment out one test which
7973         checked the compiler's ability to fold floating-point constants
7974         but not really printf.
7975         (rfg3): Make s const.
7976         * stdio-common/tst-printf.sh: Adjust for removed test.
7978         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7979         internal function.  Adjust for internal_function calling convention.
7980         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7981         as internal_function.
7983         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7984         hidden.
7986         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7987         declaration and definition.
7988         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7989         declaration.
7990         * nss/getXXent_r.c: Likewise.
7991         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7992         definition.
7994         * include/time.h: Declare __localtime_r as hidden.
7996         * include/aliases.h: Declare __getaliasent_r as hidden.
7997         * include/grp.h: Declare __getgrent_r as hidden.
7998         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7999         __getservent_r, and __getprotoent_r as hidden.
8000         * include/pwd.h: Declare __getpwent_r as hidden.
8001         * include/shadow.h: Declare __getspent_r as hidden.
8002         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
8004         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
8005         and __gconv_transliterate as hidden.
8006         Add internal_function to __gconv_get_path declaration.
8007         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
8008         definition.  Add attribute_hidden to __gconv_read_conf definition.
8010 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
8012         * elf/rtld.c: Declare _environ as hidden.
8013         * sysdeps/generic/dl-environ.c: Likewise.
8014         * sysdeps/generic/dl-sysdep.c: Likewise.
8016         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
8017         _dl_mcount_internal as hidden.
8019         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
8020         * sysdeps/generic/dl-brk.c: New file.
8021         * sysdeps/generic/dl-sbrk.c: New file.
8022         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
8023         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
8025         * elf/dl-minimal.c (malloc): Declare _end as hidden.
8026         (__errno_location): New function.  Declare errno as hidden.
8027         * elf/rtld.c (_dl_argc): Define as hidden.
8028         (_dl_skip_args): Define as hidden.
8029         (_begin, _end): Declare as hidden.
8030         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
8031         * sysdeps/generic/entry.h (_start): Declare as hidden.
8032         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
8033         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
8034         _dl_runtime_resolve and _dl_runtime_profile as hidden.
8035         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
8037 2002-03-14  Roland McGrath  <roland@frob.com>
8039         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
8041         * Makeconfig (%.v.i, %.v): New implicit rules.
8042         (preprocess-versions): Variable removed.
8043         ($(common-objpfx)shlib-versions.v.i): New target giving just the
8044         shlib-versions input files as dependencies.
8045         ($(common-objpfx)soversions.i): Depend on that instead of the input
8046         files.  Use it as input instead of using a pipeline.
8047         (postclean-generated): Append soversions.i, shlib-versions.v, and
8048         shlib-versions.v.i here.
8049         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
8050         the Versions.def input files as dependencies.
8051         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
8052         ($(common-objpfx)Versions.all): Depend on that instead of the input
8053         files.  Use it as input instead of using a pipeline.
8054         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
8055         (postclean-generated): Append those .v and .v.i files here.
8057 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8059         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
8060         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
8061         Remove.
8063 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
8065         * sysdeps/generic/mp_clz_tab.c: New file.
8066         * sysdeps/i386/mp_clz_tab.c: New file.
8067         * sysdeps/hppa/mp_clz_tab.c: New file.
8068         * sysdeps/powerpc/mp_clz_tab.c: New file.
8069         * stdlib/Makefile (aux): Revert last patch.
8070         * math/Makefile (gmp-objs): Likewise.
8072 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8074         * time/strftime.c: Comment fixes for references to obsolescent
8075         standards, In most cases the simplest fix is to remove the
8076         confusing comments.  Cross-referencing all the standards properly
8077         is a bit of a pain, and it should be enough to put that info in
8078         the documentation as I did in my recent time.texi patch.
8080 2002-03-13  Paul Eggert  <eggert@twinsun.com>
8082         * manual/time.texi (Formatting Calendar Time):
8083         ISO C99 also specifies the E and O modifiers.
8084         %P is a GNU extension, and is not in ISO C99.
8085         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
8086         %T is also in ISO C99.
8087         The RFC 822 example is not valid in arbitrary locales.
8088         Reword the POSIX.2 wording slightly, to make it a bit clearer
8089         that POSIX.2 formats are also supported by later POSIX versions.
8090         If a format was introduced in ISO C99 it is also required by
8091         POSIX.1-2001.
8093 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8095         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
8096         _sys_nerr_internal with INTVARDEF2.
8097         * include/libc-symbols.h (INTVARDEF2): New macro.
8098         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
8099         (_sys_nerr_internal): Library.
8101         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
8102         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
8104         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
8106 2002-03-13  Wolfram Gloger  <wg@malloc.de>
8108         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
8110 2002-03-02  Andreas Schwab  <schwab@suse.de>
8112         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
8113         'h' flag and positional arg.
8114         * stdio-common/tst-printf.c (rfg3): New function to test
8115         positional arguments.
8116         (main): Fix some warnings.
8118 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
8120         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
8121         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8123 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
8125         * grp/initgroups.c (__nss_group_data): Declare as hidden.
8127         * include/locale.h (_nl_C_locobj): Declare as hidden.
8129         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
8130         * time/strptime.c (_nl_C_LC_TIME): Likewise.
8132         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
8134         * include/sys/gmon.h: Declare _gmonparam as hidden.
8136         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
8137         (__ctype32_wctrans): Likewise.
8138         (__ctype32_width): Likewise.
8140         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
8141         use of __ttyname.
8143         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
8144         Define as hidden.
8145         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
8146         hidden.  Change all users of these variables.
8148         * posix/regex_internal.h (__re_error_msgid): Renamed from
8149         re_error_msgid.  Declare as hidden.
8150         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
8151         hidden.
8153         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
8154         (__printf_function_table): Likewise.
8155         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
8156         hidden.
8157         (__printf_function_table): Likewise.
8159         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
8160         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
8162         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
8163         * nss/nsswitch.c: Declare _nss_*_database as hidden.
8165         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
8166         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
8168 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
8170         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
8171         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8172         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8173         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8174         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8175         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8176         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8177         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8178         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
8179         _nl_C_LC_CTYPE_width: Declare as hidden.
8180         * include/locale.h: Declare _nl_locale_file_list.
8181         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
8182         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
8183         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
8184         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
8185         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
8186         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
8187         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
8188         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
8189         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
8190         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
8191         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
8192         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
8193         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
8194         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
8195         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
8196         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
8197         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
8198         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
8199         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
8200         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
8201         _nl_C_LC_CTYPE_width, and as hidden.
8202         * locale/findlocale.c: Declare _nl_C as hidden.
8203         * locale/newlocale.c: Likewise.
8204         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
8205         _nl_locale_file_list.
8206         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
8207         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
8208         Define _nl_C_locobj as hidden.
8210         * malloc/mtrace.c (_mtrace_file): Define as hidden.
8211         (_mtrace_line): Likewise.
8213         * include/time.h: Declare __mon_yday as hidden.
8214         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
8216         * libio/libioP.h: Declare __libio_codecvt as hidden.
8217         * libio/fileops.c: Declare __libio_translit as hidden.
8218         * libio/iofwide.c: Define __libio_translit as hidden.
8220         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
8221         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
8222         * login/getutline_r.c: Likewise.
8223         * login/utmpname.c: Likewise.
8225         * login/utmp-private.h: Declare __libc_utmp_file_functions,
8226         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
8227         __libc_utmp_file_name as hidden.
8229         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
8230         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
8231         * locale/freelocale.c: Likewise.
8232         * locale/lc-time.c: Likewise.
8234         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
8235         (__libc_ptyname2): Likewise.
8236         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
8237         hidden.
8238         (__libc_ptyname2): Likewise.
8240         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
8241         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
8242         * sysdeps/generic/init-first.c: Likewise.
8243         * sysdeps/i386/init-first.c: Likewise.
8244         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8245         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8246         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8247         * sysdeps/sh/init-first.c: Likewise.
8248         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8249         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8251         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
8252         (_itowa_upper_digits): Likewise.
8254         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
8255         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
8256         as hidden.
8258         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
8259         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
8260         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
8261         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
8263         * gmon/gmon.c (__bb_head): Define as hidden.
8264         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
8266         * argp/argp-parse.c (_argp_hang): Define as static.
8268         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
8269         handling in latest compilers.
8271         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
8272         define alias.
8273         * libio/fileops.c (_IO_file_jumps): Likewise.
8274         * libio/stdfiles.c (_IO_list_all): Likewise.
8275         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
8277         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
8278         include/malloc.h.
8279         * include/malloc.h: Add __libc_malloc_initialized declaration
8280         here.  Mark variable hidden.
8281         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
8283         * elf/dl-open.c (__libc_argc): Declare as hidden.
8284         (__libc_argv): Likewise.
8285         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
8286         (__libc_argv): Likewise.
8287         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
8288         __libc_argv as hidden.
8289         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8290         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8291         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
8292         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8294         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8295         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8296         * stdlib/erand48.c: Likewise.
8297         * stdlib/jrand48.c: Likewise.
8298         * stdlib/lcong48.c: Likewise.
8299         * stdlib/lrand48.c: Likewise.
8300         * stdlib/mrand48.c: Likewise.
8301         * stdlib/nrand48.c: Likewise.
8302         * stdlib/seed48.c: Likewise.
8303         * stdlib/srand48.c: Likewise.
8305         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8306         (_itoa_lower_digits_internal): New declaration.
8307         (_itoa_upper_digits_internal): New declaration.
8308         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8309         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8310         (_itoa_upper_digits_internal): New declaration.
8311         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8312         _itoa_lower_digits.
8313         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8314         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8316         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8317         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8319         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8320         (_itowa_lower_digits): Likewise.
8321         (_itowa_upper_digits): Likewise.
8322         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8323         (_itowa_upper_digits): Likewise.
8325         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8326         not already defined.
8327         (GERMANIC_PLURAL): Declare as hidden.
8329         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8330         (attribute_hidden): Define as empty macro if not already defined.
8332         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8333         (__gconv_max_path_elem_len): Likewise.
8334         (__gconv_path_envvar): Likewise.
8336         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8337         * stdlib/Makefile (aux): Remove mp_clz_tab.
8338         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8340         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8342         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8344         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8345         _nl_category_names, _nl_category_name_sizes, _nl_current,
8346         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8348         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8349         (_nl_current_default_domain): Likewise
8350         (_nl_state_lock): Likewise.
8351         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8352         (_nl_current_default_domain): Likewise
8353         (_nl_state_lock): Likewise.
8354         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8356         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8357         (_fpioconst_pow10): Likewise.
8359         * include/time.h (_tmbuf): Add attribute_hidden.
8361         * time/tzset.c (tzstring_list): Define as static.
8363         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8364         __use_tzfile declaration.
8366         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8367         and __wcsmbs_last_locale declaration.
8369 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8371         * timezone/Makefile (tzbases): Move systemv from here...
8372         (tzlinks): to here, since the entries in systemv were all changed
8373         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8374         tested) by Peter Breitenlohner.
8376 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8378         * time/tst-posixtz.c (tests): Add new tests.
8379         (main): Test whether tzset() sets daylight properly.
8381 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8383         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8384         __tzname_cur_max setting...
8385         (tzset_internal): ...here.
8387 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8389         * time/tzset.c (compute_change): Don't return any value.
8390         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8391         (__tz_convert): But here.
8393 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8395         * manual/examples/mkfsock.c: Include <string.h> as well.
8396         Patch by Alain De Carolis <alaind@wseurope.com>.
8398 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8400         * posix/regexec.c (re_match): Fix incorrect register sizes.
8401         (re_search): Likewise.
8403 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8405         * posix/regcomp.c (regfree): Remove a disused condition.
8406         * posix/regex_internal.c (re_acquire_state): Likewise.
8407         (re_acquire_state_context): Likewise.
8408         (register_state): Remove a redundant malloc invocation.
8409         * posix/regex_internal.h: (re_state_table_entry): Simplify
8410         the structure.
8412 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8414         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8415         handling conditions.
8416         (regerror): Likewise.
8417         (regfree): Likewise.
8418         (re_compile_internal): Likewise.
8419         (init_dfa): Likewise.
8420         (init_word_char): Likewise.
8421         (create_initial_state): Likewise.
8422         (analyze): Likewise.
8423         (analyze_tree): Likewise.
8424         (duplicate_node): Likewise.
8425         (calc_eclosure): Likewise.
8426         (calc_eclosure_iter): Likewise.
8427         (parse): Likewise.
8428         (parse_reg_exp): Likewise.
8429         (parse_branch): Likewise.
8430         (parse_expression): Likewise.
8431         (parse_subexp): Likewise.
8432         (parse_dup_op): Likewise.
8433         (parse_bracket_exp): Likewise.
8434         (build_equiv_class): Likewise.
8435         (build_charclass): Likewise.
8436         (build_word_op): Likewise.
8437         (fetch_number): Likewise.
8438         (create_tree): Likewise.
8439         (duplicate_tree): Likewise.
8440         * posix/regex.c (BE): New macro.
8441         * posix/regexec.c (re_match): Add __builtin_expect to error
8442         handling conditions.
8443         (re_match_2): Likewise.
8444         (re_search): Likewise.
8445         (re_search_internal): Likewise.
8446         (check_matching): Likewise.
8447         (proceed_next_node): Likewise.
8448         (set_regs): Likewise.
8449         (sift_states_backward): Likewise.
8450         (add_epsilon_backreference): Likewise.
8451         (transit_state): Likewise.
8452         (transit_state_sb): Likewise.
8453         (transit_state_mb): Likewise.
8454         (transit_state_bkref): Likewise.
8455         (transit_state_bkref_loop): Likewise.
8456         (build_trtable): Likewise.
8457         (group_nodes_into_DFAstates): Likewise.
8458         (match_ctx_init): Likewise.
8459         (match_ctx_add_entry): Likewise.
8460         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8461         to error handling conditions.
8462         (re_string_construct_toupper): Likewise.
8463         (build_wcs_buffer): Likewise.
8464         (build_wcs_upper_buffer): Likewise.
8465         (build_upper_buffer): Likewise.
8466         (re_string_translate_buffer): Likewise.
8467         (re_node_set_alloc): Likewise.
8468         (re_node_set_init_1): Likewise.
8469         (re_node_set_init_2): Likewise.
8470         (re_node_set_init_copy): Likewise.
8471         (re_node_set_intersect): Likewise.
8472         (re_node_set_init_union): Likewise.
8473         (re_node_set_merge): Likewise.
8474         (re_node_set_insert): Likewise.
8475         (re_dfa_add_node): Likewise.
8476         (re_acquire_state): Likewise.
8477         (re_acquire_state_context): Likewise.
8478         (create_new_state_common): Likewise.
8479         (register_state): Likewise.
8480         (create_ci_new_state): Likewise.
8481         (create_cd_new_state): Likewise.
8482         (re_string_context_at): Remove redundant condition.
8484 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8486         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8488         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8490 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8492         * sysdeps/i386/elf/configure.in: Fix comment.
8494         * sysdeps/sparc/sparc64/configure.in: New file.
8495         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8496         if .dynamic comes before .got.
8497         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8499         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8500         HP_TIMING_ACCUM): Fix typos.
8502 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8504         * string/strfry.c: Add some more randomness to the seed.
8505         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8507         * po/es.po: Update from translation team.
8508         * po/fr.po: Likewise.
8510         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8512         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8513         when determining type of format.
8514         Patch by James Antill <james@anqd.org> [PR libc/2787].
8516 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8518         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8520 2002-03-11  Roland McGrath  <roland@frob.com>
8522         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8524         * Versions.def (libc): Add GLIBC_2.2.6.
8525         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8526         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8527         __errno_location instead of __hurd_errno_location, and don't inline it.
8528         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8529         * hurd/errno.c: New file.
8530         * hurd/Makefile (routines): Add errno.
8532 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8534         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8535         ridiculously large widths and precisions [PR libc/3026].
8537 2002-03-11  Andreas Jaeger  <aj@suse.de>
8539         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8540         support.
8541         Patch by Susanne Oberhauser <froh@SuSE.de>.
8543 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8545         * inet/rexec.c (ahostbuf): Define as static.
8547         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8548         (__ctype32_wctrans): Likewise.
8549         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8550         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8551         (__ctype32_wctrans): Likewise.
8552         (__ctype32_width): Likewise.
8554         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8555         They were never exported anyway.
8557         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8558         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8559         exported.
8560         * include/sys/gmon.h: Declare _gmonparam.
8562         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8563         symbols for getdents64.  They were never exported.
8565 2002-03-09  Roland McGrath  <roland@frob.com>
8567         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8568         Reported by Jon Arney <jarney1@cox.net>.
8570 2002-02-23  Roland McGrath  <roland@frob.com>
8572         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8573         declaration.
8574         (__hurd_errno_location): Function removed.
8576 2002-03-06  Andreas Jaeger  <aj@suse.de>
8578         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8579         32-bit.
8581 2002-03-04  Andreas Jaeger  <aj@suse.de>
8583         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8585         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8586         x86-64.
8588         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8590         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8592         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8594         * sysdeps/x86_64/bits/setjmp.h: New file.
8596         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8598         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8600         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8601         for x86.
8602         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8603         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8605 2002-02-28  Bo Thorsen  <bo@suse.de>
8607         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8608         version.
8610 2002-03-03  Andreas Jaeger  <aj@suse.de>
8612         * sysdeps/x86_64/bits/wordsize.h: New file.
8614         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8615         * elf/tst-tlsmod1.c: Likewise.
8617         * posix/regcomp.c: Get regex.h from include dir for internal
8618         prototypes.
8620         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8621         to libc-internal.h and include it.
8622         * include/libc-internal.h: Add __init_misc.
8624         * misc/init-misc.c: Include libc-internal.h for prototypes.
8626         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8628         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8629         _IO_putc_internal.
8631 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8633         * posix/regcomp.c: Compatibility changes to allow using the code
8634         outside glibc.
8636 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8638         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8639         compiled non-PIC.
8641 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8643         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8644         of .str elements in the returned data structure.
8646         * elf/elf.h: Add Alpha TLS bits.
8648 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8650         * sysdeps/unix/sysv/linux/nice.c: New file.
8652 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8654         * elf/Makefile (dl-routines): Add dl-origin.
8655         (elide-routines.os): Add dl-origin.
8656         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8657         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8658         _dl_debug_state.
8659         * include/libc-symbols.c: Define attribute_hidden depending on
8660         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8662         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8663         * elf/dl-load.c: Likewise.
8664         * elf/rtld.c: Likewise.
8665         * include/unistd.h: Declare __libc_enable_secure_internal.
8666         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8667         Use INTUSE with __libc_enable_secure.
8668         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8670         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8671         * elf/dl-error.c: Likewise,
8672         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8674         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8675         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8676         function definition.  Use INTDEF with _dl_get_origin.
8677         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8679         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8680         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8682         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8683         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8684         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8686         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8687         * elf/dl-deps.c: Likewise.
8688         * elf/dl-error.c: Likewise.
8689         * elf/dl-fini.c: Likewise.
8690         * elf/dl-init.c: Likewise.
8691         * elf/dl-load.c: Likewise.
8692         * elf/dl-lookup.c: Likewise.
8693         * elf/dl-reloc.c: Likewise.
8694         * elf/dl-version.c: Likewise.
8695         * elf/do-lookup.h: Likewise.
8696         * sysdeps/arm/dl-machine.h: Likewise.
8697         * sysdeps/cris/dl-machine.h: Likewise.
8698         * sysdeps/hppa/dl-machine.h: Likewise.
8699         * sysdeps/i386/dl-machine.h: Likewise.
8700         * sysdeps/m68k/dl-machine.h: Likewise.
8701         * sysdeps/powerpc/dl-machine.h: Likewise.
8702         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8703         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8704         * sysdeps/sh/dl-machine.h: Likewise.
8705         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8706         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8707         * sysdeps/x86_64/dl-machine.h: Likewise.
8708         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8709         _dl_argv[0].  Use INTUSE with _dl_argv.
8710         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8711         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8713 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8715         * elf/rtld.c (_rtld_global): Remove .protected.
8716         (_rtld_local): Strong alias to _rtld_global.
8717         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8718         only .os object.
8719         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8720         _rtld_local instead of _rtld_global.
8721         (_rtld_local): Add hidden extern, possibly in .sdata section.
8722         * configure.in: Add tests for visibility attribute and .sdata.
8723         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8724         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8725         * sysdeps/arm/dl-machine.h: Likewise.
8726         * sysdeps/generic/ldsodefs.h: Likewise.
8727         * sysdeps/hppa/dl-machine.h: Likewise.
8728         * sysdeps/cris/dl-machine.h: Likewise.
8729         * sysdeps/i386/dl-machine.h: Likewise.
8730         * sysdeps/ia64/dl-machine.h: Likewise.
8731         * sysdeps/m68k/dl-machine.h: Likewise.
8732         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8733         * sysdeps/mips/dl-machine.h: Likewise.
8734         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8735         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8736         * sysdeps/sh/dl-machine.h: Likewise.
8737         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8738         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8739         * sysdeps/x86_64/dl-machine.h: Likewise.
8741 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8743         * login/login.c (login): Always initialize ut_line field
8744         [PR libc/2991].
8746 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8748         * sysdeps/i386/Makefile (sysdep_routines): Add
8749         divdi3 in csu dir.
8750         (shared-only-routines): Likewise.
8751         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8752         (shared-only-routines): Likewise.
8753         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8754         (shared-only-routines): Likewise.
8755         * sysdeps/wordsize-32/divdi3.c: New file.
8757 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8759         * locale/iso-4217.def: Remove obsolete currencies for countries
8760         with Euro.
8762 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8764         * posix/regcomp.c (regcomp): Remove a redundant condition.
8765         (init_word_char): Add a check on malloc failure.
8766         (create_initial_state): Likewise.
8767         (duplicate_node): Likewise.
8768         (calc_eclosure): Likewise.
8769         (calc_eclosure_iter): Likewise.
8770         (parse_expression): Likewise.
8771         (parse_bracket_exp): Remove unnecessary malloc invocations.
8772         (build_equiv_class): Likewise.
8773         (build_charclass): Likewise.
8774         * posix/regex_internal.c (re_node_set_intersect): Add a check
8775         on malloc failure.
8776         (re_node_set_add_intersect): Likewise.
8777         (re_node_set_merge): Likewise.
8778         (re_acquire_state): Likewise.
8779         (re_acquire_state_context): Likewise.
8780         (create_newstate_common): Likewise.
8781         (register_state): Likewise.
8782         (create_ci_newstate): Likewise.
8783         (create_cd_newstate): Likewise.
8784         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8785         and re_acquire_state_context.
8786         * posix/regexec.c (regexec): Suit it to the error handling of
8787         re_search_internal.
8788         (re_match): Likewise.
8789         (re_search): Likewise.
8790         (re_search_internal): Add a check on malloc failure.
8791         (acquire_init_state_context): Likewise.
8792         (check_matching): Likewise.
8793         (proceed_next_node): Likewise.
8794         (set_regs): Likewise.
8795         (sift_states_backward): Likewise.
8796         (sift_states_iter_bkref): Likewise.
8797         (add_epsilon_backreference): Likewise.
8798         (transit_state): Likewise.
8799         (transit_state_sb): Likewise.
8800         (transit_state_mb): Likewise.
8801         (transit_state_bkref_loop): Likewise.
8802         (build_trtable): Likewise.
8803         (group_nodes_into_DFAstates): Likewise.
8804         (match_ctx_init): Likewise.
8805         (match_ctx_add_entry): Likewise.
8807 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8809         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8810         l_libname if profiling is enabled [PR libc/2916].
8812         * sysdeps/ia64/dl-tls.h: New file.
8814 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8816         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8817         Work around an Alpha gas bug.
8819 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8821         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8822         uses read to load the catalog.
8823         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8825 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8827         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8828         regex_internal.c, and regex_internal.h.
8829         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8830         * posix/regex.c: Complete rewrite.
8831         * posix/regexec.c: New file.
8832         * posix/regcomp.c: New file.
8833         * posix/regex_internal.c: New file.
8834         * posix/regex_internal.h: New file.
8835         * posix/regex.h (RE_ICASE): New macro.
8836         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8838         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8839         ungetwc.  It's a macro.
8840         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8841         implementation.
8842         Reported by Jason Merrill <jason@redhat.com>.
8844 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8846         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8847         position to fp->_offset if it is set.
8848         * stdio-common/Makefile (tests): Add tst-fdopen.
8849         * stdio-common/tst-fdopen.c: New test.
8851 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8853         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8854         * stdio-common/tst-ungetc.c (main): Add another test.
8856 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8858         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8859         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8860         aliases.  Add prototypes for the new aliases.
8861         * assert/assert.c: Likewise.
8862         * include/libc-symbols.h: Likewise.
8863         * include/stdio.h: Likewise.
8864         * include/netinet/in.h: Likewise.
8865         * include/rpc/auth.h: Likewise.
8866         * include/rpc/auth_unix.h: Likewise.
8867         * include/rpc/key_prot.h: Likewise.
8868         * include/rpc/pmap_prot.h: Likewise.
8869         * include/rpc/pmap_rmt.h: Likewise.
8870         * include/rpc/rpc_msg.h: Likewise.
8871         * include/rpc/xdr.h: Likewise.
8872         * inet/gethstbyad_r.c: Likewise.
8873         * inet/gethstbynm2_r.c: Likewise.
8874         * inet/gethstbynm_r.c: Likewise.
8875         * inet/gethstent_r.c: Likewise.
8876         * inet/in6_addr.c: Likewise.
8877         * libio/__fpurge.c: Likewise.
8878         * libio/filedoalloc.c: Likewise.
8879         * libio/fileops.c: Likewise.
8880         * libio/ftello.c: Likewise.
8881         * libio/ftello64.c: Likewise.
8882         * libio/genops.c: Likewise.
8883         * libio/iofclose.c: Likewise.
8884         * libio/iofdopen.c: Likewise.
8885         * libio/iofflush.c: Likewise.
8886         * libio/iofflush_u.c: Likewise.
8887         * libio/iofgetpos.c: Likewise.
8888         * libio/iofgetpos64.c: Likewise.
8889         * libio/iofgets.c: Likewise.
8890         * libio/iofgets_u.c: Likewise.
8891         * libio/iofopen.c: Likewise.
8892         * libio/iofopncook.c: Likewise.
8893         * libio/iofputs.c: Likewise.
8894         * libio/iofread.c: Likewise.
8895         * libio/iofread_u.c: Likewise.
8896         * libio/iofsetpos.c: Likewise.
8897         * libio/iofsetpos64.c: Likewise.
8898         * libio/ioftell.c: Likewise.
8899         * libio/iofwrite.c: Likewise.
8900         * libio/iogetline.c: Likewise.
8901         * libio/iogets.c: Likewise.
8902         * libio/iogetwline.c: Likewise.
8903         * libio/iolibio.h: Likewise.
8904         * libio/iopadn.c: Likewise.
8905         * libio/iopopen.c: Likewise.
8906         * libio/ioseekoff.c: Likewise.
8907         * libio/ioseekpos.c: Likewise.
8908         * libio/iosetbuffer.c: Likewise.
8909         * libio/iosetvbuf.c: Likewise.
8910         * libio/ioungetc.c: Likewise.
8911         * libio/ioungetwc.c: Likewise.
8912         * libio/iovdprintf.c: Likewise.
8913         * libio/iovsprintf.c: Likewise.
8914         * libio/iovsscanf.c: Likewise.
8915         * libio/libioP.h: Likewise.
8916         * libio/memstream.c: Likewise.
8917         * libio/obprintf.c: Likewise.
8918         * libio/oldfileops.c: Likewise.
8919         * libio/oldiofclose.c: Likewise.
8920         * libio/oldiofdopen.c: Likewise.
8921         * libio/oldiofgetpos.c: Likewise.
8922         * libio/oldiofgetpos64.c: Likewise.
8923         * libio/oldiofopen.c: Likewise.
8924         * libio/oldiofsetpos.c: Likewise.
8925         * libio/oldiofsetpos64.c: Likewise.
8926         * libio/oldiopopen.c: Likewise.
8927         * libio/oldstdfiles.c: Likewise.
8928         * libio/putc.c: Likewise.
8929         * libio/setbuf.c: Likewise.
8930         * libio/setlinebuf.c: Likewise.
8931         * libio/stdfiles.c: Likewise.
8932         * libio/stdio.c: Likewise.
8933         * libio/strops.c: Likewise.
8934         * libio/vasprintf.c: Likewise.
8935         * libio/vscanf.c: Likewise.
8936         * libio/vsnprintf.c: Likewise.
8937         * libio/vswprintf.c: Likewise.
8938         * libio/wfiledoalloc.c: Likewise.
8939         * libio/wfileops.c: Likewise.
8940         * libio/wgenops.c: Likewise.
8941         * libio/wstrops.c: Likewise.
8942         * malloc/mtrace.c: Likewise.
8943         * misc/error.c: Likewise.
8944         * misc/syslog.c: Likewise.
8945         * nss/getXXbyYY_r.c: Likewise.
8946         * nss/getXXent_r.c: Likewise.
8947         * nss/hosts-lookup.c: Likewise.
8948         * stdio-common/getw.c
8949         * stdio-common/printf-prs.c: Likewise.
8950         * stdio-common/printf_fp.c: Likewise.
8951         * stdio-common/printf_size.c: Likewise.
8952         * stdio-common/putw.c: Likewise.
8953         * stdio-common/scanf.c: Likewise.
8954         * stdio-common/sprintf.c: Likewise.
8955         * stdio-common/tmpfile64.c: Likewise.
8956         * stdio-common/vfprintf.c: Likewise.
8957         * stdio-common/vfscanf.c: Likewise.
8958         * stdlib/strfmon.c: Likewise.
8959         * sunrpc/auth_des.c: Likewise.
8960         * sunrpc/auth_none.c: Likewise.
8961         * sunrpc/auth_unix.c: Likewise.
8962         * sunrpc/authdes_prot.c: Likewise.
8963         * sunrpc/authuxprot.c: Likewise.
8964         * sunrpc/clnt_perr.c: Likewise.
8965         * sunrpc/clnt_raw.c: Likewise.
8966         * sunrpc/clnt_tcp.c: Likewise.
8967         * sunrpc/clnt_udp.c: Likewise.
8968         * sunrpc/clnt_unix.c: Likewise.
8969         * sunrpc/key_call.c: Likewise.
8970         * sunrpc/key_prot.c: Likewise.
8971         * sunrpc/openchild.c: Likewise.
8972         * sunrpc/pm_getmaps.c: Likewise.
8973         * sunrpc/pm_getport.c: Likewise.
8974         * sunrpc/pmap_clnt.c: Likewise.
8975         * sunrpc/pmap_prot.c: Likewise.
8976         * sunrpc/pmap_prot2.c: Likewise.
8977         * sunrpc/pmap_rmt.c: Likewise.
8978         * sunrpc/rpc_cmsg.c: Likewise.
8979         * sunrpc/rpc_prot.c: Likewise.
8980         * sunrpc/svc_authux.c: Likewise.
8981         * sunrpc/svc_raw.c: Likewise.
8982         * sunrpc/svc_simple.c: Likewise.
8983         * sunrpc/svc_tcp.c: Likewise.
8984         * sunrpc/svc_udp.c: Likewise.
8985         * sunrpc/svc_unix.c: Likewise.
8986         * sunrpc/xdr.c: Likewise.
8987         * sunrpc/xdr_array.c: Likewise.
8988         * sunrpc/xdr_mem.c: Likewise.
8989         * sunrpc/xdr_rec.c: Likewise.
8990         * sunrpc/xdr_ref.c: Likewise.
8991         * sunrpc/xdr_stdio.c: Likewise.
8992         * sysdeps/generic/_strerror.c: Likewise.
8993         * sysdeps/generic/printf_fphex.c: Likewise.
8994         * sysdeps/generic/tmpfile.c: Likewise.
8995         * sysdeps/gnu/errlist.awk: Likewise.
8996         * sysdeps/gnu/errlist.c: Likewise.
8998         * libio/Makefile (routines): Remove iosprint.
8999         * libio/iosprintf.c: Removed
9002 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
9004         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
9005         non_dynamic_init and exported now.
9006         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
9007         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
9008         !SHARED.
9009         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
9010         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9011         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9013 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
9015         * elf/dl-close.c (free_slotinfo): Check for end of list and return
9016         true in this case.
9018         * locale/iso-639.def: Add language codes for Walloon.
9020         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
9021         total number of relocations performed.
9023         * elf/sprof.c (load_profdata): If do_test provide information as
9024         to why loading failed.
9025         * elf/dl-profile.c (_dl_start_profile): Initialize all of
9026         hist_hdr.dimen.
9028         * csu/set-init.c: Moved to...
9029         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
9030         * csu/Makefile: Don't compile set-init.
9031         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
9032         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
9033         to __libc_init.
9034         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
9035         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
9036         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
9037         __libc_init.
9038         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
9039         __libc_subinit.
9041 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
9043         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
9044         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
9045         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
9046         (_dl_deallocate_tls): New function.
9047         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
9048         _dl_deallocate_tls.
9050 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
9052         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
9053         * stdio-common/tst-fseek.c (main): Add test for this.
9055 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
9057         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
9059 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
9061         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
9062         pointer before dereferencing.
9064 2002-02-18  Roland McGrath  <roland@frob.com>
9066         * sysdeps/mach/hurd/times.c: Fix typo in last change.
9068         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
9069         Use task_policy in place of task_priority.
9071         * sysdeps/generic/bits/mman.h
9072         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
9073         * sysdeps/mach/msync.c: New file.
9075         * sysdeps/mach/powerpc/syscall.S: New file.
9077         * mach/msg.c [MACH_MSG_OVERWRITE]
9078         (__mach_msg_trap, __mach_msg_overwrite): New functions.
9079         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
9081         * sysdeps/mach/configure.in: Check for clock.defs to put into
9082         mach_interface_list.
9083         * sysdeps/mach/configure: Regenerated.
9085         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
9086         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
9087         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
9088         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
9089         (mach-shortcuts): Add device_read_overwrite_request,
9090         device_read_overwrite, vm_read_overwrite, thread_switch.
9092         * configure.in (base_machine): Set to $machine by default.
9093         * configure: Regenerated.
9095         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
9096         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
9097         * sysdeps/mach/configure: Regenerated.
9098         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
9100         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
9102         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
9104         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
9105         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
9107 2002-02-17  Roland McGrath  <roland@frob.com>
9109         * sysdeps/mach/hurd/times.c
9110         [NO_CREATION_TIME] (startup_time): New static variable.
9111         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
9112         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
9113         creation_time from task_basic_info.
9114         (__times): Use __gettimeofday instead of __host_get_time.
9116         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
9117         Use untyped Mach IPC message format.
9119         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
9121         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
9122         _S_catch_exception_raise_state_identity,
9123         _hurdsig_fault_catch_exception_raise_state,
9124         _hurdsig_fault_catch_exception_raise_state_identity.
9126         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
9128         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
9129         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
9131         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
9132         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
9134         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
9135         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
9136         them as no-op macros.
9137         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
9138         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
9140         * sysdeps/powerpc/dl-machine.h
9141         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
9143         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
9144         Use untyped Mach IPC message format.
9146         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
9147         Handle untyped Mach IPC message formats.
9149         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
9150         Expect different argument conventions when this is defined.
9151         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
9152         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
9153         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
9154         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
9155         for OSF Mach variant.
9156         (faulted): Use mig_reply_error_t for REPLY.
9157         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
9158         in __thread_set_exception_ports call.
9159         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
9160         __mach_port_set_attributes in place of __mach_port_set_qlimit.
9162         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
9163         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
9164         on Darwin, which includes bogons.
9166         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
9167         variable LOADBASE so it's not declared when it's not used.
9169 2002-02-16  Roland McGrath  <roland@frob.com>
9171         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
9172         to use BI.creation_time.
9174         * mach/Machrules (MIG): Add -x c to CPP value passed down.
9176         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
9177         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
9178         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
9179         host_page_size instead of vm_statistics.
9181         * sysdeps/mach/Makefile (mach-before-compile): Don't include
9182         mach_interface.h here, since not all variants use that name.
9184         * sysdeps/mach/configure.in: Add some checks for Mach headers
9185         to ensure a sane installation.
9186         (mach_interface_list): Define this variable by checking for .defs
9187         files found in various variants.
9188         * configure.in (mach_interface_list): AC_SUBST this.
9189         * config.make.in (mach-interface-list): New substituted variable.
9190         * mach/Makefile (user-interfaces): Define this using the value
9191         of $(mach-interface-list) instead of mach, mach4.
9192         Updated other references to mach_interface to use it as well.
9194         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
9196         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
9197         mig_reply_error_t for OSF Mach variant.
9199         * mach/Makefile (routines): Remove bootprivport.
9200         * mach/bootprivport.c: File removed.  It has never been used.
9202         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
9203         Grok the OSF flavor of message format.
9204         (mach_msg_destroy_port): For MAKE_SEND and
9205         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
9206         no-senders notification.
9208 2002-02-06  Roland McGrath  <roland@frob.com>
9210         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
9211         to here if 2.0 compatibility enabled ...
9212         (libc: GLIBC_2.1.3): ... from here.
9214 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
9216         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
9217         generation counter.
9218         * elf/dl-close.c (_dl_close): Likewise.
9220 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
9222         * elf/Makefile: Add rules to build and run tst-tls8.
9223         * elf/tst-tls8.c: New file.
9224         * elf/tst-tlsmod4.c: New file.
9226         * stdlib/test-a64l.c (tests): Add more test cases.
9228         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
9229         Reported by Walter Harms <WHarms@bfs.de>.
9231 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
9233         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
9234         definitions for struct sigcontext.
9235         Suggested by David Mosberger-Tang.
9237 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9239         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
9240         for removing reference of module in slotinfo list.
9241         (_dl_close): Use remove_slotinfo.
9242         * sysdeps/generic/dl-tls.c: General pretty printing.
9243         (oom): Define only if SHARED.
9244         (_dl_next_tls_modid): Correct starting point for the case we assume
9245         there is a gap.  Add missing instruction grouping (doh!).  Correct
9246         tests for reaching maximum index.
9247         * elf/Makefile: Add rules to build and run tst-tls7.
9248         * elf/tst-tls7.c: New file.
9249         * elf/tst-tlsmod3.c: New file.
9251         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
9252         USE_TLS.
9253         * elf/tst-tlsmod2.c: Likewise.
9255         * elf/dl-close.c (_dl_close): When closing an object using TLS
9256         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
9257         true.  Increment dl_tls_generation only if we closed any TLS-using
9258         object.
9259         * elf/tst-tls6.c: New file.
9260         * elf/Makefile: Add rules to build and run tst-tls6.
9262         * po/da.po: Update from translation team.
9264         * locale/categories.def: Fix typo [PR libc/2948].
9265         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
9266         [PR libc/2949].
9267         * locale/iso-4217.def: Update from official version [PR libc/2950].
9268         * glibcbug.in: Honor TMPDIR [PR libc/2951].
9269         * locale/programs/ld-collate.c (collate_finish): Bail out with a
9270         message if input is too confusion instead of using assert.
9271         (collate_read): Don't crash on unknown symbol [PR libc/2952].
9272         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
9274         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
9275         * elf/tst-tls2.c: Likewise.
9276         * elf/tst-tls3.c: Likewise.
9278 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
9280         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
9282 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
9284         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
9285         if this is really necessary.
9287         * elf/dl-close.c (_dl_close): Implement freeing entries in the
9288         slotinfo array.
9289         (free_mem): Free memory for the slotinfo array if possible.
9291 2002-02-12  Andreas Schwab  <schwab@suse.de>
9293         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9295 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9297         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9298         TLS_DTV_UNALLOCATE.
9299         (oom): New function.
9300         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9301         (_dl_determine_tlsoffset): Likewise.
9302         (_dl_allocate_tls): Likewise.
9303         (__TLS_GET_ADDR): Define if not already defined.
9304         (_dl_tls_symaddr): New function.
9305         (allocate_and_init): New function.
9306         (__tls_get_addr): Actually implement handling of generation counter
9307         and deferred allocation.
9308         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9309         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9310         _dl_tls_generation.
9311         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9312         Declare _dl_tls_symaddr.
9313         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9314         SHARED.
9315         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9316         l_tls_previmage.
9317         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9318         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9319         (_dl_vsym): Likewise.
9320         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9321         layout.
9322         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9323         nextimage list handling.  Instead add all modules using TLS to
9324         dl_tls_dtv_slotinfo_list.
9325         * elf/dl-open.c (dl_open_worker): After successfully loading all
9326         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9327         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9328         empty segment don't do anything.  Remove handling of initimage list.
9329         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9330         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9331         * elf/dl-minimal.c: Define __libc_memalign.
9332         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9333         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9334         _dl_tls_generation.
9335         * include/stdlib.h: Declare __libc_memalign.
9337         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9338         * elf/tst-tls4.c: New file.
9339         * elf/tst-tls5.c: New file.
9340         * elf/tst-tlsmod2.c: New file.
9342         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9344         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9346         * elf/tst-tls1.c: Use test-skeleton.c.
9347         * elf/tst-tls2.c: Likewise.
9348         * elf/tst-tls3.c: Likewise.
9350         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9352 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9354         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9356 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9358         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9360         * elf/tst-tls3.c: New file.
9361         * elf/tst-tlsmod1.c: New file.
9362         * elf/Makefile: Add rules to build and run tst-tls3.
9364         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9365         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9366         TLS relocations.
9368         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9370         * po/fr.po: Update from translation team.
9372         * elf/tls-macros.h: Add alternative macros for use in PIC.
9374         * elf/dl-lookup.c: Include <tls.h>.
9375         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9377         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9378         required by passing pointer to last element of the list.
9380         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9381         l_tls_initimage to a place where it actually is performed.
9383         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9384         after globfree() calls.
9386         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9387         (openaux): Pass open_mode as new last argument to _dl_map_object.
9388         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9389         open_mode element of args variable with it.
9390         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9391         _dl_map_object_deps.
9392         * elf/rtld.c (dl_main): Add zero as last parameter to
9393         _dl_map_object_deps call.
9394         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9395         * elf/nodlopen2.c: New file.
9396         * elf/nodlopenmod2.c: New file.
9397         * elf/Makefile: Add rules to build and run nodlopen2.
9399         * elf/tst-tls1.c: Move TLS helper macros to...
9400         * elf/tls-macros.h: ...here.  New file.
9401         * elf/tst-tls2.c: New file.
9402         * elf/Makefile (tests): Add tst-tls2.
9403         (distribute): Add tls-macros.h.
9405         * po/sv.po: Update from translation team.
9407         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9408         architecture specific definitions from the actual test code.
9410         * po/tr.po: Update from translation team.
9412 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9414         * elf/Makefile (tests): Add tst-tls1.
9415         * elf/tst-tls1.c: New file.
9417         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9418         alignment of TCB for now.
9420         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9421         initialization image for the application itself.
9423         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9424         loop to initialize TLS block.
9426 2002-02-08  Richard Henderson  <rth@redhat.com>
9428         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9429         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9431         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9433 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9435         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9437 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9439         * po/ca.po: Update from translation team.
9440         * po/sk.po: Likewise.
9442         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9443         (dl_main): Move dtv/static TLS handling before relocation.
9444         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9445         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9446         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9447         so far uses TLS initialize GL(dl_tls_static_size) and
9448         GL(dl_tls_static_align) to account for the TCB.
9449         (_dl_allocate_tls): New function.
9450         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9451         _dl_initial_dtv_malloced.
9453         * configure.in: Test for __builtin_memset more realistically.
9455         * csu/version.c (banner): If TLS support is available say so.
9457 2002-02-04  H.J. Lu  <hjl@gnu.org>
9459         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9460         __attribute_used__.
9461         (__dl_runtime_resolve): Likewise.
9463         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9464         declaration.
9466 2001-11-15  H.J. Lu  <hjl@gnu.org>
9468         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9469         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9471         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9473 2002-02-07  H.J. Lu  <hjl@gnu.org>
9475         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9476         ".set noreorder".
9477         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9478         Likewise.
9480 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9482         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9484         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9485         ___tls_get_addr_internal.
9486         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9488         * po/ko.po: Update from translation team.
9490 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9492         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9493         attribute, change __pad{1,2} type to unsigned int.
9494         (struct stat64): Remove packed attribute.
9496 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9498         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9500 2002-02-07  Andreas Schwab  <schwab@suse.de>
9502         * configure.in: Fix check for -zcombreloc.
9504 2002-02-06  H.J. Lu  <hjl@gnu.org>
9506         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9507         * configure.in: Check if __builtin_memset really works.
9508         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9509         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9511 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9513         * io/bug-ftw3.c (main): Don't try the test if root.
9515 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9517         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9518         constraints.
9519         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9520         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9521         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9522         Likewise.
9523         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9524         a weak alias for __clone.
9525         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9526         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9527         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9528         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9529         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9530         a weak alias for __mmap64.
9532 2002-02-05  H.J. Lu  <hjl@gnu.org>
9534         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9535         (atomic_add): Likewise.
9536         (compare_and_swap): Likewise.
9537         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9539 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9541         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9543         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9544         alignment of the TCB and store total size and alignment of static
9545         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9546         tls_index is a typedef.
9547         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9548         _dl_tls_static_align.
9549         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9550         * elf/dl-support.c: Define _dl_tls_static_size and
9551         _dl_tls_static_align.
9553 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9555         * configure.in: Add --without-tls option.
9556         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9557         --without-tls is given.
9559         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9561         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9563 2002-02-06  Roland McGrath  <roland@frob.com>
9565         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9566         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9568         * scripts/versions.awk: Improve error message for missing version.
9569         Each version inherits from the last one only if they have the same
9570         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9571         but not GLIBC_x and FOO_y.
9573         * scripts/firstversions.awk: Handle libraries that don't have each
9574         particular version named in the third column of shlib-versions.
9576         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9578 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9580         * Versions.def [ld]: Add GLIBC_2.3.
9581         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9582         * elf/Makefile (dl-routines): Add dl-tls.
9583         (distribute): Add dl-tls.h.
9584         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9585         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9586         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9587         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9588         along with the other info in the link map.  Change queueing of init
9589         images for double linked list.  Use _dl_next_tls_modid to compute
9590         l_tls_modid.
9591         * elf/rtld.c (_dl_start_final): Store alignment requirement
9592         along with the other info in rtld map and executable map.
9593         (dl_main): Add ld.so to the init image list if necessary.  Compute
9594         final module ID with _dl_next_tls_modid.
9595         * include/link.h (struct link_map): Add l_tls_previmage and
9596         l_tls_align.
9597         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9598         * sysdeps/i386/elf/Versions: New file.
9599         * sysdeps/generic/dl-tls.c: New file.
9600         * sysdeps/generic/dl-tls.h: New file.
9601         * sysdeps/i386/dl-tls.h: New file.
9603 2002-02-06  Roland McGrath  <roland@frob.com>
9605         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9606         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9608 2002-01-05  Roland McGrath  <roland@frob.com>
9610         * sysdeps/mach/configure.in: New file.
9611         * sysdeps/mach/configure: New generated file.
9613         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9614         It has never been used by anything.
9616 2002-02-06  H.J. Lu  <hjl@gnu.org>
9618         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9619         is included.
9621 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9623         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9624         attribute((packed)) to counter stupid people misusing gcc options.
9625         (struct stat64): Likewise.
9627 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9629         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9630         the variables which are used as booleans.
9632 2002-02-06  Andreas Jaeger  <aj@suse.de>
9634         * include/libc-symbols.h (INTUSE): Renamed from INT.
9635         * elf/dl-deps.c: Change users.
9636         * sysdeps/generic/dl-sysdep.c: Likewise.
9637         * sysdeps/generic/dl-cache.c: Likewise.
9638         * elf/dl-reloc.c: Likewise.
9639         * elf/rtld.c: Likewise.
9640         * elf/dl-version.c: Likewise.
9641         * elf/dl-load.c: Likewise.
9642         * elf/dl-dst.h: Likewise.
9643         * elf/dl-init.c: Likewise.
9644         * elf/dl-error.c: Likewise.
9645         * elf/dl-fini.c: Likewise.
9646         * elf/dl-runtime.c: Likewise.
9647         * elf/do-lookup.h: Likewise.
9649         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9650         definition.
9651         * stdio-common/_itowa.h: Likewise.
9653 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9655         * elf/dl-minimal.c: Define _itoa_lower_digits.
9657         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9658         DT_FLAGS set.
9660         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9661         loading modules with the DF_STATIC_TLS flag set.
9662         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9663         element.
9664         * include/link.h (struct link_map): Add l_flags field.
9665         * elf/elf.h (DF_STATIC_TLS): New definition.
9667         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9668         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9670         * elf/rtld.c (process_dl_debug): Correct printing help message.
9671         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9672         for %s.
9674         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9675         definition and pass &errno in use of this variable.
9676         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9678 2002-02-04  Andreas Schwab  <schwab@suse.de>
9680         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9681         * locale/programs/charmap-dir.c: Wrap calls that output messages
9682         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9683         * locale/programs/charmap.c: Likewise.
9684         * locale/programs/ld-address.c: Likewise.
9685         * locale/programs/ld-collate.c: Likewise.
9686         * locale/programs/ld-ctype.c: Likewise.
9687         * locale/programs/ld-identification.c: Likewise.
9688         * locale/programs/ld-measurement.c: Likewise.
9689         * locale/programs/ld-messages.c: Likewise.
9690         * locale/programs/ld-monetary.c: Likewise.
9691         * locale/programs/ld-name.c: Likewise.
9692         * locale/programs/ld-numeric.c: Likewise.
9693         * locale/programs/ld-paper.c: Likewise.
9694         * locale/programs/ld-telephone.c: Likewise.
9695         * locale/programs/ld-time.c: Likewise.
9696         * locale/programs/linereader.c: Likewise.
9697         * locale/programs/linereader.h: Likewise.
9698         * locale/programs/localedef.c: Likewise.
9699         * locale/programs/locfile.c: Likewise.
9700         * locale/programs/repertoire.c: Likewise.
9702 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9704         * elf/rtld.c (_dl_start_final): Determine load address to locate
9705         ehdr with GL(dl_rtld_map).l_map_start.
9707         * po/ca.po: Update from translation team.
9709         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9710         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9711         header entry.
9712         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9713         _dl_tls_module_cnt.
9714         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9716 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9718         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9719         * include/link.h (struct link_map): Add various members for TLS
9720         information.
9721         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9722         _rtld_tlsoffset, add _dl_initimage_list.
9723         * sysdeps/i386/dl-lookupcfg.h: New file.
9724         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9725         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9726         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9727         is used.
9729         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9730         unused.
9732         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9733         thread-pointer as soon as possible.
9734         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9735         elements in rtld_global.
9736         * sysdeps/generic/tls.h: New file.
9737         * elf/Makefile (distribute): Add tls.h.
9738         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9739         relocations.  Not complete yet.
9741         * resolv/resolv.h: Allow user to define __need_res_state and only
9742         define __res_start structure then.
9743         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9745         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9746         dl_cpuclock_offset initialization to _dl_start_final.
9747         (_dl_show_auxv): Avoid unnecessary sign extension.
9748         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9750 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9752         * config.h.in: Add HAVE_TLS_SUPPORT.
9753         * sysdeps/i386/elf/configure.in: New file.
9755 2002-02-03  Andreas Schwab  <schwab@suse.de>
9757         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9758         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9760 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9762         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9763         alloca if the memory reqirements are too high.
9765 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9767         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9768         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9769         the former is available anyway and speed isn't important here.
9770         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9771         * elf/dl-version.c (match_symbol): Likewise.
9772         (_dl_check_map_versions): Likewise.
9773         * elf/rtld.c (process_envvars): Likewise.
9774         (print_statistics): Likewise.
9775         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9776         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9777         bases.  Add assert to catch uses of unimplemented features.
9778         (__strsep): Add assert to catch uses of unimplemented features.
9779         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9780         and avoid inline optimization.
9781         * elf/rtld.c (process_envvars): Likewise.
9782         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9783         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9784         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9786 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9788         * stdio-common/_itoa.h: Minor simplifications of the code.
9789         * stdio-common/_itoa.c: Likewise.
9791         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9792         instead of _dl_printf for debugging info output.
9794         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9795         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9797 2002-02-01  H.J. Lu  <hjl@gnu.org>
9799         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9800         (atomic_add): Likewise.
9801         (compare_and_swap): Return 0 only when failed to compare. Use
9802         branch likely.
9804         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9805         branch likely.
9807 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9809         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9811 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9813         * elf/dl-minimal.c (__strsep): New minimal implementation.
9815 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9817         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9818         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9819         with tm_isdst > 0 when the requested time falls within a
9820         spring-forward gap [PR libc/2894].
9822 2002-02-03  Andreas Schwab  <schwab@suse.de>
9824         * stdio-common/tst-rndseek.c: Increase timeout.
9826 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9828         Change ld.so to not use functions which are exported.  One cannot
9829         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9830         definitions.
9831         * include/libc-symbols.h: Define INT and INTDEF.
9832         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9833         _dl_signal_error_internal, _dl_map_object_internal,
9834         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9835         _dl_lookup_versioned_symbol_internal,
9836         _dl_relocate_object_internal, _dl_debug_state_internal,
9837         _dl_start_profile_internal, and _dl_unload_cache_internal.
9838         * include/dlfcn.h: Declare _dl_catch_error_internal.
9839         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9840         above.  Add INTDEF to function definitions.
9841         * elf/dl-debug.c: Likewise.
9842         * elf/dl-deps.c: Likewise.
9843         * elf/dl-dst.h: Likewise.
9844         * elf/dl-error.c: Likewise.
9845         * elf/dl-fini.c: Likewise.
9846         * elf/dl-init.c: Likewise.
9847         * elf/dl-load.c: Likewise.
9848         * elf/dl-lookup.c: Likewise.
9849         * elf/dl-misc.c: Likewise.
9850         * elf/dl-open.c: Likewise.
9851         * elf/dl-profile.c: Likewise.
9852         * elf/dl-reloc.c: Likewise.
9853         * elf/dl-runtime.c: Likewise.
9854         * elf/dl-version.c: Likewise.
9855         * elf/do-lookup.h: Likewise.
9856         * sysdeps/generic/dl-cache.c: Likewise.
9857         * sysdeps/generic/dl-sysdep.c: Likewise.
9858         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9859         instead of _dl_init.
9860         * sysdeps/arm/dl-machine.h: Likewise.
9861         * sysdeps/cris/dl-machine.h: Likewise.
9862         * sysdeps/hppa/dl-machine.h: Likewise.
9863         * sysdeps/i386/dl-machine.h: Likewise.
9864         * sysdeps/ia64/dl-machine.h: Likewise.
9865         * sysdeps/m68k/dl-machine.h: Likewise.
9866         * sysdeps/mips/dl-machine.h: Likewise.
9867         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9868         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9869         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9870         * sysdeps/sh/dl-machine.h: Likewise.
9871         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9872         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9873         * sysdeps/x86_64/dl-machine.h: Likewise.
9874         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9876         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9877         and _dl_debug_initialize.
9879         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9880         more information.
9881         * elf/rtld.c (dl_main): Avoid strrchr.
9882         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9883         result of readlink.  Search from the back for '/'.
9885         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9886         strncpy if possible.
9888         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9889         strncmp.
9890         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9891         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9892         strspn, and strcspn.
9893         (process_envvars): Don't use strcspn.
9895         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9896         (_dl_dst_substitute): Likewise.
9898 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9900         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9901         code which is never used when relocating ld.so itself.
9903         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9904         starting ld.so itself.  Move l_addr variable initialization closer
9905         to use.
9906         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9908 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9910         * Versions.def (libc): Add GLIBC_PRIVATE.
9911         (libdb, libnss_db, libdb1): Remove.
9912         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9913         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9914         (libpthread): Add GLIBC_PRIVATE.
9915         (libresolv): Likewise, remove GLIBC_2.1.
9916         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9917         GLIBC_2.2.3, GLIBC_2.3.
9918         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9919         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9920         _dl_sym, _dl_vsym): Likewise.
9921         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9922         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9923         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9924         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9925         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9926         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9927         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9928         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9929         Likewise.
9930         (_dl_object_relocation_scope): Remove.
9931         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9932         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9933         __gconv_cache): Move to GLIBC_PRIVATE.
9934         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9935         __internal_setnetgrent): Likewise.
9936         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9937         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9938         * locale/Versions (__collate_element_hash, __collate_element_strings,
9939         __collate_symbol_classes, __collate_symbol_hash,
9940         __collate_symbol_strings, _nl_current_LC_COLLATE,
9941         _nl_current_LC_CTYPE): Likewise.
9942         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9943         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9944         (libnss_nis, libnss_nisplus): Likewise.
9945         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9946         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9947         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9948         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9949         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9950         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9951         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9952         __ns_get16, __ns_samename): Likewise.
9953         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9954         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9955         GLIBC_PRIVATE.
9956         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9957         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9958         __libc_connect): Likewise.
9959         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9960         Likewise.
9961         * stdlib/Versions (__libc_system): Likewise.
9962         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9963         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9964         * sysdeps/ia64/fpu/Versions: Likewise.
9965         * sysdeps/ia64/Versions: Likewise.
9966         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9967         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9968         to GLIBC_PRIVATE.
9969         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9970         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9971         __libc_sigaction): Likewise.
9972         * termios/Versions (__libc_tcdrain): Likewise.
9974         * misc/sys/cdefs (__attribute_noinline__): Define.
9975         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9976         __attribute_noinline__.
9978         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9979         * elf/dl-xstat64.c: New file.
9980         * elf/dl-fxstat64.c: New file.
9981         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9982         don't export __fxstat64 at multiple versions.
9983         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9984         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9986 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9988         * locale/program/ld-collate.c (collate_finish): Assign a wide
9989         char collation sequence value to multi character collating
9990         elements, and avoid over writing by non-character elements.
9992 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9994         * elf/Makefile (distribute): Add dl-procinfo.c.
9995         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9996         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9998 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
10000         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
10001         definition.
10002         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
10003         _rtld_global struct.
10004         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
10005         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
10006         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
10007         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
10008         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
10009         _dl_fpu_control_set): Remove unused externs.
10010         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
10011         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
10012         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
10013         related variables in _rtld_global struct.
10014         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
10015         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
10016         unused extern.
10018 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10020         * sysdeps/generic/dl-procinfo.c: New file.
10022 2002-02-01  Andreas Schwab  <schwab@suse.de>
10024         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
10026 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
10028         * elf/rtld.c (_dl_start): Mark as internal_function.
10029         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
10030         in register.
10031         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
10032         General pretty printing.
10034 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10036         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
10037         * elf/dl-reloc.c: Pretty printing.
10038         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
10039         procinfo-related variables in rtld_global struct.
10040         * elf/dl-support.c: Likewise.
10041         * elf/rtld.c: Likewise.
10042         * sysdeps/i386/i686/Makefile: Likewise.
10043         * sysdeps/i386/i686/hp-timing.c: Likewise.
10044         * sysdeps/i386/i686/hp-timing.h: Likewise.
10045         * sysdeps/ia64/Makefile: Likewise.
10046         * sysdeps/ia64/hp-timing.c: Likewise.
10047         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
10048         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
10049         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
10050         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
10051         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10052         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
10053         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
10054         * sysdeps/x86_64/Makefile: Likewise.
10056         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
10057         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
10058         _dl_debug_fd to rtld_global.
10059         * elf/Versions: Likewise.
10060         * elf/dl-close.c: Likewise.
10061         * elf/dl-iteratephdr.c: Likewise.
10062         * elf/dl-lookup.c: Likewise.
10063         * elf/dl-misc.c: Likewise.
10064         * elf/dl-open.c: Likewise.
10065         * elf/dl-support.c: Likewise.
10066         * elf/do-lookup.h: Likewise.
10067         * elf/rtld.c: Likewise.
10068         * sysdeps/generic/dl-cache.c: Likewise.
10069         * sysdeps/generic/dl-sysdep.c: Likewise.
10070         * sysdeps/ia64/Versions: Likewise.
10071         * sysdeps/unix/clock_gettime.c: Likewise.
10072         * sysdeps/unix/clock_settime.c: Likewise.
10073         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
10074         * sysdeps/sparc/Versions: Removed.
10075         * sysdeps/i386/i686/Versions : Removed.
10076         * sysdeps/x86_64/Versions: Removed.
10077         * configure.in: Define HAVE_PROTECTED if .protected is available.
10078         * config.h.in: Add entry for HAVE_PROTECTED.
10080 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
10082         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
10083         code in struct _rtld_global.  Export this struct, remove all
10084         exports for the signal variables.
10085         * sysdeps/arm/dl-machine: Likewise.
10086         * sysdeps/generic/dl-origin: Likewise.
10087         * sysdeps/generic/dl-sysdep: Likewise.
10088         * sysdeps/generic/dl-cache: Likewise.
10089         * sysdeps/hppa/dl-fptr: Likewise.
10090         * sysdeps/hppa/dl-machine: Likewise.
10091         * sysdeps/cris/dl-machine: Likewise.
10092         * sysdeps/i386/dl-machine: Likewise.
10093         * sysdeps/ia64/dl-machine: Likewise.
10094         * sysdeps/m68k/dl-machine: Likewise.
10095         * sysdeps/mach/hurd/dl-sysdep: Likewise.
10096         * sysdeps/mips/mips64/dl-machine: Likewise.
10097         * sysdeps/mips/dl-machine: Likewise.
10098         * sysdeps/powerpc/elf/libc-start: Likewise.
10099         * sysdeps/powerpc/dl-machine: Likewise.
10100         * sysdeps/powerpc/dl-start: Likewise.
10101         * sysdeps/sparc/sparc32/dl-machine: Likewise.
10102         * sysdeps/sparc/sparc64/dl-machine: Likewise.
10103         * sysdeps/sh/dl-machine: Likewise.
10104         * sysdeps/s390/s390-32/dl-machine: Likewise.
10105         * sysdeps/s390/s390-64/dl-machine: Likewise.
10106         * sysdeps/unix/sysv/aix/libc-start: Likewise.
10107         * sysdeps/unix/sysv/aix/start-libc: Likewise.
10108         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
10109         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
10110         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
10111         * sysdeps/x86_64/dl-machine: Likewise.
10113 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
10115         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
10116         are too high.
10118 2002-01-31  Andreas Schwab  <schwab@suse.de>
10120         * sysdeps/posix/readv.c: Check for ssize_t overflow.
10122 2002-01-31  Andreas Schwab  <schwab@suse.de>
10124         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
10125         reference to _dl_pagesize.
10127 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
10129         * Versions.def [ld]: Add GLIBC_2.3.
10130         * elf/dl-addr.c: Move global variables for SHARED code in struct
10131         _rtld_global.  Export this struct, remove all exports for the
10132         signal variables.
10133         * elf/dl-close.c: Likewise.
10134         * elf/dl-conflict.c: Likewise.
10135         * elf/dl-debug.c: Likewise.
10136         * elf/dl-deps.c: Likewise.
10137         * elf/dl-dst.h: Likewise.
10138         * elf/dl-error.c: Likewise.
10139         * elf/dl-fini.c: Likewise.
10140         * elf/dl-init.c: Likewise.
10141         * elf/dl-iteratephdr.c: Likewise.
10142         * elf/dl-libc.c: Likewise.
10143         * elf/dl-load.c: Likewise.
10144         * elf/dl-lookup.c: Likewise.
10145         * elf/dl-minimal.c: Likewise.
10146         * elf/dl-object.c: Likewise.
10147         * elf/dl-open.c: Likewise.
10148         * elf/dl-profile.c: Likewise.
10149         * elf/dl-profstub.c: Likewise.
10150         * elf/dl-reloc.c: Likewise.
10151         * elf/dl-runtime.c: Likewise.
10152         * elf/dl-support.c: Likewise.
10153         * elf/dl-sym.c: Likewise.
10154         * elf/dl-version.c: Likewise.
10155         * elf/do-lookup.h: Likewise.
10156         * elf/do-rel.h: Likewise.
10157         * elf/dynamic-link.h: Likewise.
10158         * elf/rtld.c: Likewise.
10159         * sysdeps/generic/dl-cache.c: Likewise.
10160         * sysdeps/generic/dl-sysdep.c: Likewise.
10161         * sysdeps/generic/ldsodefs.h: Likewise.
10162         * sysdeps/generic/libc-start.c: Likewise.
10163         * sysdeps/i386/dl-machine.h: Likewise.
10164         * sysdeps/ia64/dl-fptr.c: Likewise.
10165         * sysdeps/ia64/dl-machine.h: Likewise.
10166         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
10167         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
10168         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10169         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
10170         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10171         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10172         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
10173         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
10175 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10177         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
10178         to avoid warning
10179         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
10181         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
10182         SHARED version.
10183         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
10185         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
10187 2002-01-29  Ben Collins  <bcollins@debian.org>
10189         * string/bits/string2.h (__mempcpy): Protect size arg for
10190         addition when using __builtin_memcpy.
10192 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
10194         * stdlib/Makefile (tests): Add tst-qsort.
10195         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
10197         * manual/signal.texi (Process Signal Mask): Document that
10198         pthread_sigmask, not sigprocmask, must be used in MT programs.
10199         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
10201         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
10202         found.
10203         * misc/Makefile (tests): Add tst-hsearch.
10204         * misc/tst-hsearch.c: New file.
10206 2002-01-18  Wolfram Gloger  <wg@malloc.de>
10208         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
10209         * malloc/malloc.h: Likewise.
10210         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
10211         * malloc/arena.c: New file.
10212         * malloc/hooks.c: New file.
10213         * malloc/tst-mallocstate.c: New file.
10214         * malloc/Makefile: Add new testcase tst-mallocstate.
10215         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
10217 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10219         * stdlib/msort.c: Remove last patch.  The optimization violates the
10220         same rule which qsort.c had problems with.
10222 2002-01-27  Paul Eggert  <eggert@twinsun.com>
10224         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
10225         to a pivot element that lies outside the array to be sorted, as
10226         ISO C99 requires that the comparison function be called only with
10227         addresses of array elements [PR libc/2880].
10229 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10231         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
10232         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
10234         * timezone/asia: Update from tzdata2002b.
10235         * timezone/australasia: Likewise.
10236         * timezone/backward: Likewise.
10237         * timezone/europe: Likewise.
10238         * timezone/leapseconds: Likewise.
10239         * timezone/iso3166.tab: Likewise.
10240         * timezone/zone.tab: Likewise.
10242 2002-01-23  Richard Henderson  <rth@redhat.com>
10244         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
10246 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
10248         * string/strxfrm.c: Allocate one more byte for rulearr and clear
10249         this element [PR libc/2855].
10251         * string/strcoll.c: Handle zero-length arguments specially
10252         [PR libc/2856].
10254 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
10256         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
10257         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
10258         short lengths and constant src.
10259         (strcpy): Don't optimize for gcc 3.0+.
10260         (__stpcpy): For gcc 3.0+, don't use
10261         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
10262         for short string literal src.
10264 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
10266         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10267         Set for arm, too.
10269 2001-01-22  Paul Eggert  <eggert@twinsun.com>
10271         * manual/llio.texi (Linked Channels, Cleaning Streams):
10272         Make it clearer that a just-opened input stream might need cleaning.
10274 2002-01-21  H.J. Lu  <hjl@gnu.org>
10276         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
10277         Don't use label at end of compound statement.
10279 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
10281         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
10282         Remove test for negative integer arg; sin_pi does it correctly.
10284 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
10286         * nscd/Makefile (distribute): Filter out xmalloc.c.
10288 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
10290         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
10291         Set offset if read end wasn't the buffer end.
10292         (_IO_file_seekoff_mmap): New function.
10293         (_IO_file_xsgetn_mmap): New function.
10294         (_IO_file_jumps_mmap): Use the two new functions.
10295         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10296         != end buffer.
10297         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10298         _IO_file_underflow_mmap.
10299         * libio/iofopen.c: Don't position file descriptor at end of file.
10300         * libio/tst-widetext.c: Improve error messages.
10301         * stdio-common/tst-rndseek.c: Likewise.
10303 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10305         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10306         end of enum for !_GNU_SOURCE.
10307         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10308         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10309         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10310         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10311         values unless _GNU_SOURCE.
10313         * iconvdata/tcvn5712-1.c: Minor cleanups.
10315 2002-01-18  Andreas Schwab  <schwab@suse.de>
10317         * sysdeps/unix/sysv/linux/configure.in
10318         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10320 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10322         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10323         more efficient "Towers of Hanoi" mergesort.
10324         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10325         for generic, sizeof(int) and sizeof(long) variants respectively.
10327 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10329         * manual/syslog.texi (openlog): Describe possible problems with
10330         first parameter.
10331         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10333         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10334         * nscd/connections.c (begin_drop_privileges): New function.
10335         (finish_drop_privileges): New function.
10336         (nscd_init): Call the new functions which also install all groups
10337         for the server user.
10338         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10339         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10341 2002-01-17  H.J. Lu  <hjl@gnu.org>
10343         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10344         `const' from `got'.
10346 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10348         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10349         instructions for pointer operations.
10350         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10352 2002-01-17  Andreas Jaeger  <aj@suse.de>
10354         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10355         __uint128_t build-in.
10357         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10358         PowerPC, sync with 2.2 branch.
10360 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10362         * posix/getconf.c: Update copyright year.
10363         * nss/getent.c: Likewise.
10364         * nscd/nscd_nischeck.c: Likewise.
10365         * iconv/iconvconfig.c: Likewise.
10366         * iconv/iconv_prog.c: Likewise.
10367         * elf/ldconfig.c: Likewise.
10368         * catgets/gencat.c: Likewise.
10369         * csu/version.c: Likewise.
10370         * elf/ldd.bash.in: Likewise.
10371         * elf/sprof.c (print_version): Likewise.
10372         * locale/programs/locale.c: Likewise.
10373         * locale/programs/localedef.c: Likewise.
10374         * nscd/nscd.c (print_version): Likewise.
10375         * debug/xtrace.sh: Likewise.
10376         * malloc/memusage.sh: Likewise.
10377         * malloc/mtrace.pl: Likewise.
10379 2002-01-16  Andreas Schwab  <schwab@suse.de>
10381         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10382         reliably remove "-ia64" from rtld name.
10384 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10386         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10387         Patch by Yu Shao <yshao@redhat.com>.
10389 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10391         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10392         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10393         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10395 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10397         * sysdeps/s390/fpu/libm-test-ulps: Update.
10399 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10401         * elf/elf.h: Update x86 relocations.
10403 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10405         * locale/programs/charmap.c (new_width): Check whether byte
10406         sequences for both ends of range have the same length.
10408 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10410         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10412 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10414         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10415         string literals.
10416         (__full_ieee754_sqrt): Add __attribute_used__.
10418 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10420         * sysdeps/generic/group_member.c (__group_member): Also check
10421         groups[0] [PR libc/2781].
10423 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10425         * Makefile (distribute): Add scripts/cpp.
10426         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10427         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10428         unwind-dw2-fde.h, and dwarf2.h.
10429         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10430         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10431         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10432         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10434 2002-01-07  Roland McGrath  <roland@frob.com>
10436         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10437         volatile on type of ARGC so the compiler doesn't get clever.
10439 2002-01-07  Andreas Jaeger  <aj@suse.de>
10441         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10442         * sysdeps/i386/bits/byteswap.h: Likewise.
10443         * sysdeps/ia64/bits/byteswap.h: Likewise.
10444         * sysdeps/m68k/bits/byteswap.h: Likewise.
10445         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10446         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10448 2002-01-02  Bruno Haible  <bruno@clisp.org>
10450         * intl/plural.y: Fix %expect count.
10452 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10454         * elf/Makefile (routines, shared-only-routines): Add
10455         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10456         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10457         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10458         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10459         Optimize if .eh_frame section contains no FDEs.
10460         (__register_frame, __deregister_frame_info_bases,
10461         __deregister_frame): Likewise.
10462         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10463         DW_CFA_restore handling.
10465 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10467         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10469         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10470         for x < 0.25 and restore original range reduction method.
10471         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10473 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10475         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10476         (_IO_file_close_mmap): New function.
10477         (_IO_file_jumps_mmap): New variable.
10478         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10479         trying to convert rest of byte buffer.
10480         (_IO_wfile_underflow_mmap): New function.
10481         (_IO_wfile_jumps_mmap): New variable.
10482         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10483         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10484         (_IO_new_fopen): Call __fopen_internal.
10485         * libio/iofopen64.c: Just call __fopen_internal.
10486         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10487         successfully.
10488         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10489         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10490         _IO_file_close_mmap.
10492         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10493         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10495         * stdio-common/Makefile (tests): Add tst-rndseek.
10496         * stdio-common/tst-rndseek.c: New file.
10498 2002-01-05  Roland McGrath  <roland@frob.com>
10500         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10501         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10502         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10503         * sysdeps/mach/hurd/configure: Regenerated.
10505 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10507         * elf/elf.h: Add more TLS definitions.
10509 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10511         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10513 2002-01-02  Roland McGrath  <roland@frob.com>
10515         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10516         __sigisemptyset.  Don't use MASK uninitialized.
10518         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10519         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10520         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10521         __sigdelset, __sigaddset, __sigorset.
10523         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10524         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10526         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10527         _hurd_ports is null.
10529         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10530         for old CMU and new OSF Mach interface flavors.
10531         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10532         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10534         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10536         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10537         Pass extra arguments to task_create for OSF variant.
10538         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10540         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10541         conditional on [HAVE_AUX_VECTOR].
10543         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10544         mach_msg_timeout_t as type of final argument.
10546         * hurd/privports.c (__get_privileged_ports):
10547         Change host_priv_t to mach_port_t in argument type.
10548         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10549         Update decls.
10551         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10552         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10553         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10554         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10555         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10556         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10558 2002-01-01  Roland McGrath  <roland@frob.com>
10560         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10562 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10564         * include/stdlib.h: Define inlines for the _l variants of the strto*
10565         functions.
10567 2002-01-01  Roland McGrath  <roland@frob.com>
10569         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10571         * mach/Machrules (MIG): Set CPP as well as CC.
10573 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10575         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10576         locale to parse /proc/loadavg [PR libc/2760].
10578 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10580         * elf/dl-conflict.c: Include sys/param.h.
10581         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10582         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10583         warning.
10584         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10585         literals to avoid warnings.
10587 2001-12-31  Andreas Jaeger  <aj@suse.de>
10589         * configure.in: Don't check for gsed since we do not use it anywhere.
10591 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10593         * io/fts.c: Update from BSD to fix memory leaks.
10595 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10597         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10598         * elf/chroot_canon.c: Likewise.
10599         * elf/dl-object.c: Likewise.
10600         * iconv/iconv_charmap.c: Likewise.
10601         * iconv/iconv_prog.c: Likewise.
10602         * libio/iogetdelim.c: Likewise.
10603         * locale/lc-time.c: Likewise.
10604         * stdlib/canonicalize.c: Likewise.
10605         * sunrpc/svc.c: Likewise.
10606         * sysdeps/generic/glob.c: Likewise.
10608 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10610         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10611         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10612         remove high order bit from the program counter.
10613         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10615 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10617         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10618         unnecessary code and add missing reloc types.
10619         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10620         case for reloc type R_390_NONE.
10622 2001-12-28  Andreas Jaeger  <aj@suse.de>
10624         * io/bug-ftw3.c: Include string.h for prototypes.
10626         * crypt/md5test.c (main): Remove unused variable.
10628         * dlfcn/modstatic.c: Add prototype to avoid warning.
10630 2001-12-26  Roland McGrath  <roland@frob.com>
10632         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10633         check only (SS->pending & MASK) for the signal to return.
10634         From Jeroen Dekkers <jeroen@dekkers.cx>.
10636 2001-12-22  Roland McGrath  <roland@frob.com>
10638         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10639         Use preprocessor #if conditionals instead of `if' to avoid
10640         warnings about divide by zero in dead code.
10642         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10643         _hurd_port_init, and __hurd_self_sigstate.
10645         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10647 2001-12-21  Andreas Jaeger  <aj@suse.de>
10649         * elf/dblloadmod1.c: Add prototype to avoid warning.
10650         * elf/dblloadmod2.c: Likewise.
10651         * elf/dblloadmod3.c: Likewise.
10652         * elf/reldepmod5.c: Likewise.
10653         * elf/reldepmod6.c: Likewise.
10655         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10656         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10657         used on all architectures.
10659         * sunrpc/svc_tcp.c: Add noreturn attribute for
10660         svctcp_rendezvous_abort.
10661         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10663         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10664         to avoid warning.
10666 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10668         * manual/llio.texi (aio_fsync): Fix a typo.
10669         Patch by Tammy Fox <tfox@redhat.com>.
10671 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10673         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10674         stack bias from child stack pointer before passing it to clone syscall.
10676 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10678         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10679         _SC_TZNAME_MAX.
10680         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10681         Reported by Thorsten Kukuk <kukuk@suse.de>.
10683         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10684         add some casts.
10686         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10688 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10690         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10691         conforming: return EBADF if file descriptor is invalid and EINVAL
10692         if file descriptor is no valid tty.
10693         * login/tst-grantpt.c: New file.
10694         * login/Makefile (tests): Add tst-grantpt.
10696 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10698         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10699         different than implemented in last patch.
10700         * io/bug-ftw3.c: Adjust test for changed handling of
10701         inaccessibility of toplevel dir.
10703 2001-12-16  Roland McGrath  <roland@frob.com>
10705         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10706         * grp/initgroups.c (internal_getgrouplist): Likewise.
10708         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10709         `default:' to silence new GCC warning.
10710         Rewrite cast of lvalue to silence new GCC warning.
10712         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10714         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10715         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10717 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10719         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10720         Patch by Stephen R. van den Berg.
10722         * crypt/md5.h: Define md5_uintptr.
10724 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10726         * libio/tst_swprintf.c (main): Add test for string argument with
10727         zero precision.
10728         * stdio-common/Makefile (tests): Add tst-sprintf.
10729         * stdio-common/tst-sprintf.c: New file.
10731 2001-12-13  Andreas Schwab  <schwab@suse.de>
10733         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10734         zero precision with wide character string format.
10736 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10738         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10739         but have a user supplied buffer, return the empty buffer, not NULL.
10741 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10743         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10744         Patch by Eric Sharkey <sharkey@netrics.com>.
10746         * crypt/md5test.c (main): Add test for multiple calls to
10747         __md5_process_bytes to itererate over input string.
10749 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10751         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10752         from __nis_findfastest.  Take timeout value from parameter.
10753         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10754         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10755         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10757 2001-12-12  Andreas Jaeger  <aj@suse.de>
10759         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10760         combreloc test so that it works in this case.
10762         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10764 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10766         * sysdeps/sh/Makefile: New file.
10767         * sysdeps/sh/_mcount.S: New file.
10768         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10769         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10771 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10773         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10774         limitation [PR libc/2564].
10776 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10778         * elf/Makefile (dl-routines): Add conflict.
10779         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10780         (ld.so): Add _begin local symbol.
10781         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10782         Define.
10783         * elf/dl-deps.c (_dl_build_local_scope): New function.
10784         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10785         of all libraries.
10786         * elf/do-rel.h (VALIDX): Define.
10787         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10788         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10789         can be skipped.
10790         * elf/dl-conflict.c: New file.
10791         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10792         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10793         non-NULL.
10794         (_dl_lookup_symbol_skip): Likewise.
10795         (_dl_lookup_versioned_symbol): Likewise.
10796         (_dl_lookup_versioned_symbol_skip): Likewise.
10797         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10798         define to ElfW(Rel).
10799         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10800         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10801         ranges.
10802         Don't adjust address dynamic tags if l_addr is 0.
10803         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10804         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10805         (VALIDX, ADDRIDX): Define.
10806         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10807         (dl_main): Print library list for LD_TRACE_PRELINKING.
10808         If prelinking information can be used, skip relocating libraries and
10809         call _dl_resolve_conflicts instead.
10810         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10811         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10812         if LD_TRACE_PRELINKING.
10813         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10814         + DT_ADDRNUM.
10815         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10816         (DL_DEBUG_PRELINK): Define.
10817         (_dl_resolve_conflicts): Add prototype.
10819         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10820         .plt for prelinked libraries where prelinking info cannot be used.
10821         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10822         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10823         * sysdeps/arm/bits/link.h: New file.
10824         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10825         content of .got[1].
10826         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10827         (ELF_MACHINE_PLT_REL): Define.
10828         (elf_machine_rela, elf_machine_rela_relative): New functions.
10829         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10830         of adjusting it if prelinked and prelinking cannot be used.
10831         * sysdeps/i386/bits/link.h: New file.
10832         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10833         content of .got[1].
10834         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10835         (ELF_MACHINE_PLT_REL): Define.
10836         (elf_machine_rela, elf_machine_rela_relative): New functions.
10837         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10838         of adjusting it if prelinked and prelinking cannot be used.
10839         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10840         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10841         to find out map for R_PPC_JMP_SLOT relocs.
10842         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10843         (OPCODE_BA): Define.
10844         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10845         libraries where prelinking info cannot be used.
10846         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10847         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10848         (elf_machine_rela): Set value to 0 if relocating conflicts.
10849         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10850         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10851         (sparc64_fixup_plt): Fix a typo.
10852         (elf_machine_rela): Set value to 0 if relocating conflicts.
10853         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10854         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10855         libraries where prelinking info cannot be used.
10856         * sysdeps/sh/bits/link.h: New file.
10857         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10858         content of .got[1].
10859         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10860         of adjusting it if prelinked and prelinking cannot be used.
10861         * sysdeps/s390/s390-32/bits/link.h: New file.
10862         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10863         Save original content of .got[1].
10864         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10865         of adjusting it if prelinked and prelinking cannot be used.
10866         * sysdeps/s390/s390-64/bits/link.h: New file.
10867         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10868         Save original content of .got[1].
10869         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10870         of adjusting it if prelinked and prelinking cannot be used.
10871         * sysdeps/x86_64/bits/link.h: New file.
10872         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10873         Save original content of .got[1].
10874         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10875         of adjusting it if prelinked and prelinking cannot be used.
10877 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10879         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10880         where appropriate instead of numbers.  Little optimizations.
10882 2001-12-10  Roland McGrath  <roland@frob.com>
10884         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10885         set it.
10887         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10888         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10890         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10891         Fix conditionals so this is set by default for stdio and not for libio.
10892         * sysdeps/mach/hurd/configure: Regenerated.
10894 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10896         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10898 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10900         * io/Makefile (tests): Add bug-ftw3.
10901         * io/bug-ftw3.c: New file.
10903         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10904         matches and GLOB_NOCHECK is set.
10905         * posix/globtest.sh: Correct expected result for NOCHECK test.
10907         * po/ca.po: Update from translation team.
10909 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10911         Implement transliteration of characters in strings of the locale
10912         definitions.
10913         * locale/programs/linereader.c: Adjust for additional parameter to
10914         lr_token.
10915         (get_string): If character <Uxxxx> is not found try to transliterate
10916         it.
10917         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10918         lr_token.  Add const to charmap parameter of all functions.
10919         (find_translit, find_translit2): New functions.
10920         * locale/programs/charmap.c: Adjust for additional parameter to
10921         lr_token.
10922         * locale/programs/repertoire.c: Likewise.
10923         * locale/programs/linereader.h: Likewise.
10924         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10925         parameter of all functions.
10926         * locale/programs/ld-collate.c: Likewise.
10927         * locale/programs/ld-identification.c: Likewise.
10928         * locale/programs/ld-measurement.c: Likewise.
10929         * locale/programs/ld-messages.c: Likewise.
10930         * locale/programs/ld-monetary.c: Likewise.
10931         * locale/programs/ld-name.c: Likewise.
10932         * locale/programs/ld-numeric.c: Likewise.
10933         * locale/programs/ld-paper.c: Likewise.
10934         * locale/programs/ld-paper.c: Likewise.
10935         * locale/programs/ld-telephone.c: Likewise.
10936         * locale/programs/ld-time.c: Likewise.
10937         * locale/programs/locfile.c: Likewise.
10938         * locale/programs/localedef.c: Likewise.
10939         * locale/programs/localedef.h: Likewise.
10940         * locale/programs/locfile.h: Likewise.  Add declaration for
10941         find_translit.
10942         * locale/programs/simple-hash.c: Add const to first parameter of
10943         find_entry, iterate_table, and lookup.
10944         * locale/programs/simple-hash.h: Likewise.
10945         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10946         instead.
10947         * include/locale.h: Define __LC_LAST.
10948         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10950 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10952         * sysdeps/powerpc/Dist: Update for recent FP changes.
10953         * sysdeps/powerpc/fpu/Dist: Likewise.
10955 2001-12-07  Andreas Schwab  <schwab@suse.de>
10957         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10959 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10961         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10962         save/restore functions here.
10963         (libm-support): Don't define these functions here.
10964         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10965         functions here.
10966         * sysdeps/powerpc/fe_nomask.c: Move to...
10967         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10968         * sysdeps/powerpc/fprrest.S: Move to...
10969         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10970         * sysdeps/powerpc/fprsave.S: Move to...
10971         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10973 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10975         * sysdeps/unix/sysv/linux/opensock.c: New file.
10977 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10979         * config.make.in (with-fp): Define from configure.
10980         * configure.in: Substitute with_fp.
10981         * configure: Regenerate.
10982         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10983         specified, and don't change FPU environment.
10985 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10987         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10988         * assert/assert.c: Check result of __asprintf call and don't use
10989         string if it failed.
10990         * assert/assert-perr.c: Likewise.
10991         * inet/rcmd.c: Likewise.
10992         * locale/programs/localedef.c (main): Check result of
10993         construct_output_path and exit if it failed.
10994         (construct_output_path): Check result of asprintf and mkdir calls and
10995         fail if they failed.
10996         * posix/getopt.c: Check result of __asprintf calls and fail if
10997         they failed.
10998         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
11000 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11002         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
11003         patch.
11004         * sysdeps/generic/strncase.c: Likewise.
11005         * string/tester.c: Add tests for strcasecmp and strncasecmp.
11007 2001-12-05  Geoff Keating  <geoffk@redhat.com>
11009         * scripts/cpp: Test the exit status from 'type', not 'awk'.
11011         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
11012         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
11013         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
11014         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
11015         * sysdeps/powerpc/fclrexcpt.c: Move to...
11016         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
11017         * sysdeps/powerpc/fpu_control.h: Move to...
11018         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
11020 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11022         * iconvdata/ibm1129.h: Remove duplicate mappings.
11023         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
11024         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
11025         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11027         * timezone/zic.c: Fix handling of turnaround times.
11028         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
11030 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
11032         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
11033         overflow problem.
11035 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
11037         * posix/regex.c: For use outside glibc defined bounded pointer
11038         macros here.  Patch by Jim Meyering <jim@meyering.net>.
11040         * iconvdata/Makefile (modules): Add TCVN5712-1.
11041         * iconvdata/TESTS: Add TCVN5712-1.
11042         * iconvdata/gconv-modules: Likewise.
11043         * iconvdata/tcvn5712-1.c: New file.
11044         * iconvdata/testdata/TCVN-5712: New file.
11045         * iconvdata/testdata/TCVN-5712..UTF8: New file.
11047 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
11049         * iconvdata/cp1258.c: Optimize conversion from UCS4.
11051 2001-12-02  Roland McGrath  <roland@frob.com>
11053         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
11055         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
11056         Reported by Jeff Bailey <jbailey@nisa.net>.
11058         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
11059         Reported by Jeff Bailey <jbailey@nisa.net>.
11061         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
11062         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
11063         Reported by Jeff Bailey <jbailey@nisa.net>.
11065 2001-12-01  Roland McGrath  <roland@frob.com>
11067         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
11068         missing backslash in test arguments.
11069         * sysdeps/mach/hurd/configure: Regenerated.
11071 2001-11-26  Roland McGrath  <roland@frob.com>
11073         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
11074         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
11076 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
11078         * iconvdata/Makefile (modules): Add ARMSCII-8.
11079         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
11080         * iconvdata/armscii-8.c: New file.
11082 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
11084         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
11085         don't match, fix {{a,b},c} globbing, clean up.
11086         Patch by Flavio Veloso <flaviovs@magnux.com>.
11087         * posix/globtest.sh: Add new tests.
11089 2001-11-29  Andreas Jaeger  <aj@suse.de>
11091         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
11092         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
11094         * sysdeps/generic/abort.c: Include libioP.h for
11095         _IO_flush_all_lockp prototype.
11097 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
11099         * posix/regex.h: Define __restrict_arr correctly.
11101 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11103         * iconvdata/ibm1163.c: New file.
11104         * iconvdata/ibm1163.h: New file.
11105         * iconvdata/ibm1164.c: New file.
11106         * iconvdata/ibm1164.h: New file.
11107         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
11108         * iconvdata/Makefile: Likewise.
11109         * iconvdata/testdata/IBM1163: New file.
11110         * iconvdata/testdata/IBM1163..UTF8: New file.
11111         * iconvdata/testdata/IBM1164: New file.
11112         * iconvdata/testdata/IBM1164..UTF8: New file.
11113         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11115         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
11116         * iconvdata/ibm1124.h: Likewise.
11117         * iconvdata/ibm1132.h: Likewise.
11118         * iconvdata/ibm1133.h: Likewise.
11119         * iconvdata/ibm1160.h: Likewise.
11120         * iconvdata/ibm1161.h: Likewise.
11121         * iconvdata/ibm1162.h: Likewise.
11122         * iconvdata/ibm856.h: Likewise.
11123         * iconvdata/ibm922.h: Likewise.
11124         * iconvdata/ibm930.h: Likewise.
11125         * iconvdata/ibm932.h: Likewise.
11126         * iconvdata/ibm933.h: Likewise.
11127         * iconvdata/ibm935.h: Likewise.
11128         * iconvdata/ibm937.h: Likewise.
11129         * iconvdata/ibm939.h: Likewise.
11130         * iconvdata/ibm943.h: Likewise.
11131         * iconvdata/ibm930.c: Pretty printing.
11132         * iconvdata/ibm937.c: Avoid access accross array boundary.
11134         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
11135         the current locale's codeset.
11136         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
11137         empty input string.
11138         * iconv/iconv_prog.c: Pass empty strings as default value for to-
11139         and from-charset.  Don't determine locale's charset here.
11141         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
11142         as the old _IO_flush_all but lock only if parameter is nonzero.
11143         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
11144         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
11145         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
11146         if libio is used [PR libc/2575].
11148 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
11150         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
11151         __signbitl): Only define for ISO C99.
11153 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11155         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
11156         herrnop to NETDB_INTERNAL if we run out of buffer space.
11158 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
11160         * nss/nss_files/files-XXX.c (internal_getent): Correct input
11161         overflow test for platforms with signed char.
11162         Reported by Andrew Haley <aph@cambridge.redhat.com>.
11164 2001-11-28  Bruno Haible  <bruno@clisp.org>
11166         * locale/programs/simple-hash.c (lookup_2): Remove function.
11167         (insert_entry_2): Call lookup instead of lookup_2.
11169 2001-03-04  Bruno Haible  <bruno@clisp.org>
11171         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
11173 2001-10-31  Bruno Haible  <bruno@clisp.org>
11175         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
11177 2001-03-21  Bruno Haible  <bruno@clisp.org>
11179         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
11180         chokes on empty macro arguments.
11181         * intl/plural.y: Add #pragma for alloca on AIX 3.
11183 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11185         * intl/dcigettext.c (guess_category_value): Only implement for
11186         glibc.  Otherwise rely on function _nl_locale_name which isn't
11187         present in the glibc sources.
11189 2001-09-24  Bruno Haible  <bruno@clisp.org>
11191         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
11192         transliteration when building on a glibc system but outside glibc.
11194 2001-09-22  Bruno Haible  <bruno@clisp.org>
11196         * intl/plural-eval.c: New file, extracted from dcigettext.c.
11197         * intl/dcigettext.c (plural_eval): Remove function, moved to
11198         intl/plural-eval.c.
11199         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
11200         Include plural-eval.c.
11202 2001-09-22  Bruno Haible  <bruno@clisp.org>
11204         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
11205         don't start with a digit; nplurals must be positive.
11207 2001-09-02  Bruno Haible  <bruno@clisp.org>
11209         * intl/plural-exp.h: New file, extracted from gettextP.h.
11210         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
11211         * intl/gettextP.h (struct expression, struct parse_args,
11212         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
11213         * intl/loadmsgcat.c: Include plural-exp.h.
11214         (PLURAL_PARSE): Move macro to plural-exp.h.
11215         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
11216         plural-exp.c.
11217         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
11218         EXTRACT_PLURAL_EXPRESSION.
11219         (_nl_unload_domain): Update.
11220         * intl/dcigettext.c: Include plural-exp.h.
11221         * intl/plural.y: Include plural-exp.h, not gettextP.h.
11222         (FREE_EXPRESSION): Move macro to plural-exp.h.
11223         * intl/Makefile (routines): Add plural-exp.
11224         (distribute): Add plural-exp.h.
11226 2001-07-28  Bruno Haible  <bruno@clisp.org>
11228         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
11229         isdigit, tolower argument to 'unsigned char'.
11230         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
11231         'unsigned char'.
11232         * intl/localealias.c (read_alias_file): Cast isspace argument to
11233         'unsigned char'.
11235 2001-10-20  Bruno Haible  <bruno@clisp.org>
11237         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
11238         anyway.)
11239         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
11240         with the variable 'index' in plural_lookup.
11241         * intl/l10nflist.c (strchr): Likewise.
11242         * intl/localealias.c (strchr): Likewise.
11244         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
11245         * intl/bindtextdom.c: Likewise.
11246         * intl/dcigettext.c: Likewise.
11247         * intl/dgettext.c: Likewise.
11248         * intl/dngettext.c: Likewise.
11249         * intl/explodename.c: Likewise.
11250         * intl/finddomain.c: Likewise.
11251         * intl/gettext.c: Likewise.
11252         * intl/l10nflist.c: Likewise.
11253         * intl/loadmsgcat.c: Likewise.
11254         * intl/localealias.c: Likewise.
11255         * intl/ngettext.c: Likewise.
11256         * intl/textdomain.c: Likewise.
11257         * intl/gettext.h: Assume <limits.h> exists.
11259 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
11261         * stdio-common/Makefile (tests): Add scanf11.
11262         * stdio-common/scanf11.c: New file.
11264 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11266         * version.h (RELEASE): Define as development.
11267         (VERSION): Set to 2.2.90.
11269 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
11271         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
11272         * nis/nss_nis/nis-grp.c: Likewise.
11273         * nis/nss_nisplus/nisplus-grp.c: Likewise.
11275         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
11276         * nis/nss_nis/nis-pwd.c: Likewise.
11277         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
11279         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
11280         * nis/nss_nisplus/nisplus-parser.c: Likewise.
11281         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
11283         * nscd/grpcache.c: Use strtoul instead of atol.
11284         * nscd/pwdcache.c: Likewise.
11285         * nss/getent.c: Likewise.
11287 2001-11-27  Paul Eggert  <eggert@twinsun.com>
11289         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
11290         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
11292 2001-11-19  Bruno Haible  <bruno@clisp.org>
11294         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11295         90%.
11296         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11297         improves the quality of the hash function, especially for short
11298         strings.
11300 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11302         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11303         are found call conv_error and not input_error [PR libc/2669].
11305         * math/bits/mathcalls.h: Mark ceil and floor as const.
11306         Reported by David Mosberger.
11308 2001-11-21  Jim Meyering  <meyering@lucent.com>
11310         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11311         Define to be __-prefixed.
11312         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11314 2001-11-26  Andreas Jaeger  <aj@suse.de>
11316         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11317         avoid warning.
11319 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11321         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11322         initialization.
11324         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11325         unused variables.  Fix threshold for returning 1.0.
11327         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11328         argument.
11330         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11331         remove unused variables.
11333         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11335         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11336         include local math header files.
11338 2001-11-22  Andreas Jaeger  <aj@suse.de>
11340         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11341         avoid warning.
11343 2001-11-21  Andreas Jaeger  <aj@suse.de>
11345         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11347         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11348         sys/debugreg.h
11350 2001-11-15  Andreas Jaeger  <aj@suse.de>
11352         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11353         compilers that support it.
11355         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11356         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11357         * stdlib/stdlib.h: Likewise.
11359 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11361         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11362         statement with gotos.
11363         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11365 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11367         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11369 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11371         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11373 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11374             H.J. Lu  <hjl@gnu.org>
11376         * Versions.def (libc): Add GCC_3.0.
11377         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11378         if gcc supports this flag.
11379         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11380         (gcc3): Allow glibc to be compiled with gcc 3.x.
11381         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11382         * config.make.in (static-libgcc, unwind-find-fde): Add.
11383         * Makerules (build-shlib-helper, build-module-helper): Use it.
11384         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11385         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11386         necessary.
11387         (_fini): Call __deregister_frame_info_bases if
11388         __register_frame_info_bases was used to register.
11389         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11390         for GLIBC_2.0.
11391         (__register_frame_info_bases, __register_frame_info_table_bases,
11392         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11393         * elf/Makefile (routines): Add unwind-dw2-fde.
11394         (shared-only-routines): Add unwind-dw2-fde.
11395         * sysdeps/alpha/gccframe.h: New file.
11396         * sysdeps/arm/gccframe.h: New file.
11397         * sysdeps/generic/framestate.c: New file.
11398         * sysdeps/generic/dwarf2.h: New file.
11399         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11400         * sysdeps/generic/unwind-dw2-fde.c: New file.
11401         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11402         * sysdeps/generic/unwind-dw2-fde.h: New file.
11403         * sysdeps/generic/unwind-dw2.c: New file.
11404         * sysdeps/generic/unwind-pe.h: New file.
11405         * sysdeps/generic/unwind.h: New file.
11406         * sysdeps/hppa/gccframe.h: New file.
11407         * sysdeps/i386/gccframe.h: New file.
11408         * sysdeps/m68k/gccframe.h: New file.
11409         * sysdeps/mips/gccframe.h: New file.
11410         * sysdeps/powerpc/gccframe.h: New file.
11411         * sysdeps/s390/gccframe.h: New file.
11412         * sysdeps/sh/gccframe.h: New file.
11413         * sysdeps/sparc/gccframe.h: New file.
11414         * sysdeps/vax/gccframe.h: New file.
11415         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11416         Set on all architectures except ia64.
11417         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11418         for i386.
11419         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11420         __deregister_frame_info): Move to elf/Versions.
11421         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11422         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11423         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11424         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11425         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11426         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11427         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11428         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11429         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11430         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11431         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11432         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11433         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11434         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11435         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11436         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11437         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11438         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11440 2001-11-15  Jeff Law  <law@redhat.com>
11442         * posix/regex.c (uintptr_t): Do not provide a definition if the
11443         system provided one.
11445 2001-11-13  Roland McGrath  <roland@frob.com>
11447         * stdio-common/tmpfile.c: Moved to ...
11448         * sysdeps/generic/tmpfile.c: ... here.
11449         * sysdeps/mach/hurd/tmpfile.c: New file.
11451         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11452         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11453         (fopenport): Define as weak alias.
11455         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11456         * libio/libioP.h: ... to here.
11458 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11460         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11461         program header twice.  Construct list with the needed information.
11463 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11465         * po/ca.po: Update from translation team.
11467         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11468         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11469         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11470         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11472 2001-11-10  Andreas Jaeger  <aj@suse.de>
11474         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11475         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11476         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11478 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11480         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11481         correctly.
11482         * elf/dl-load.c (is_dst): New function.
11483         (_dl_dst_count): Use is_dst to check for DST variable.
11484         (_dl_dst_substitute): Likewise.
11486 2001-11-09  Roland McGrath  <roland@frob.com>
11488         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11489         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11490         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11491         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11492         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11493         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11494         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11495         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11496         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11497         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11498         * sysdeps/mach/hurd/powerpc/Dist: New file.
11500         * hurd/privports.c (__get_privileged_ports):
11501         Only contact the proc server if necessary for this call.
11502         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11503         Check error return for mach_port_mod_refs.
11505 2001-11-09  Andreas Schwab  <schwab@suse.de>
11507         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11509 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11511         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11512         object is always the last in the list.
11513         (_dl_map_object_from_fd): Delete code to remove from object list
11514         when DF_1_NOOPEN is seen.  This is done in lose.
11516 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11518         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11520 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11522         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11523         HWCAP_CHECK macro code.
11525         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11526         Now returns MAP_FAILED on error.
11527         * elf/rtld.c: Adjust caller.
11528         * sysdeps/generic/dl-cache.c: Likewise.
11529         * sysdeps/generic/ldsodefs.h: Adjust description.
11531         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11532         (_dl_check_map_versions): Likewise.
11534 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11536         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11537         _dl_signal_error directly, always use lose.  Set fd to -1 after
11538         file is closed.
11539         (lose): Don't call close if fd == -1.
11541 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11543         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11544          Also fix typo @code {mbsinit} to @code{mbsinit}.
11546 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11548         * elf/dl-profile.c: Replace state variable with simple flag named
11549         running.  Remove commented-out code.
11551         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11552         (_dl_init_paths): Likewise.
11553         (_dl_map_object_from_fd): Likewise.
11554         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11556 2001-11-06  Roland McGrath  <roland@frob.com>
11558         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11559         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11561         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11562         sysdeps/powerpc/elf/sysdep.h.
11563         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11565 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11567         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11568         speed.
11569         (process_envvars): Some more optimizations.
11570         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11572         * elf/elf.h: Add dynamic tag definitions for prelinking.
11574         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11575         Rewrite code to remove environment varables for SUID binaries.
11576         Small optimization in LD_PROFILE handling.
11577         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11578         changes.
11579         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11581         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11583         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11584         strings.  Change type of second parameter.
11585         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11586         for last change.
11588         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11590 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11592         * manual/string.texi: Fix typos.
11593         * manual/examples/argp-ex2.c: Likewise.
11595 2001-11-05  Roland McGrath  <roland@frob.com>
11597         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11598         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11599         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11600         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11601         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11602         here, put under [__ELF__].
11604 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11606         * manual/charset.texi: Extensive editing work.
11607         * manual/nss.texi: Likewise.
11608         Changes by Dennis Grace <dgrace@us.ibm.com>.
11610 2001-11-04  Roland McGrath  <roland@frob.com>
11612         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11613         parameter to dir_mkfile.
11615 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11617         * string/bits/string2.h (__strndup): If n is smaller than len, set
11618         len to n + 1.
11619         * string/tester.c (test_strndup): New function.
11620         (main): Call it.
11622 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11624         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11626         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11627         * scripts/cpp: New file.
11629         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11630         for rtld_search_dirs content.  Minor optimizations.
11632 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11634         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11635         avoiding unnecessary duplication.
11637 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11639         * elf/dl-load.c (_dl_map_object): If library was found using
11640         LD_LIBRARY_PATH, don't try RUNPATH list.
11642 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11644         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11645         Correct second argument of register_dump call.
11646         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11647         Likewise.
11649 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11651         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11652         modules.
11653         * iconvdata/TESTS: Likewise.
11654         * iconvdata/gconv-modules: Likewise.
11655         * iconvdata/ibm1132.c: New file.
11656         * iconvdata/ibm1132.h: New file.
11657         * iconvdata/ibm1133.c: New file.
11658         * iconvdata/ibm1133.h: New file.
11659         * iconvdata/ibm1162.c: New file.
11660         * iconvdata/ibm1162.h: New file.
11661         * iconvdata/testdata/IBM1132: New file.
11662         * iconvdata/testdata/IBM1132..UTF8: New file.
11663         * iconvdata/testdata/IBM1133: New file.
11664         * iconvdata/testdata/IBM1133..UTF8: New file.
11665         * iconvdata/testdata/IBM1162: New file.
11666         * iconvdata/testdata/IBM1162..UTF8: New file.
11667         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11669         * string/string.h: Fix typo in comment.
11670         * wcsmbs/wchar.h: Likewise.
11672 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11674         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11675         const in type of longopts parameter.
11677 2001-10-29  Andreas Jaeger  <aj@suse.de>
11679         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11681 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11683         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11684         output, clarify `#' behaviour on 0.
11685         (Floating-Point Conversions): Clarify that %g only uses %e when
11686         the exponent would be greater than 1.
11688 2001-10-28  Roland McGrath  <roland@frob.com>
11690         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11691         * sysdeps/mach/powerpc/machine-sp.h: New file.
11692         * sysdeps/mach/powerpc/sysdep.h: New file.
11693         * sysdeps/mach/powerpc/thread_state.h: New file.
11695         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11696         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11697         expect to need the same thing on every platform.
11699         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11700         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11702         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11703         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11704         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11705         Move all these assembly-related definitions to ...
11706         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11708         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11709         by Peter Bruin <pjbruin@dds.nl>.
11711         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11712         packing results for a `poll' call.
11714 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11716         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11717         correctly.
11718         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11719         bracket expression.
11721         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11722         nrules value.
11723         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11725 2001-10-24  H.J. Lu  <hjl@gnu.org>
11727         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11728         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11729         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11731 2001-10-21  Jim Meyering  <meyering@lucent.com>
11733         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11734         this code would end up calling gettext even in packages built
11735         with --disable-nls.
11736         * posix/getopt.c (_): Likewise.
11737         * posix/regex.c (_): Likewise.
11739 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11741         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11742         lookup not ip6.int.
11743         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11744         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11746 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11748         * misc/sys/cdefs.h (__attribute_used__): Define.
11749         * elf/rtld.c (_dl_start): Add __attribute_used__.
11750         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11752 2001-10-25  Andreas Schwab  <schwab@suse.de>
11754         * stdlib/a64l.c: Expect least significant digit first.
11755         * stdlib/l64a.c: Produce least significant digit first.
11756         * stdlib/Makefile (tests): Add test-a64l.
11757         * stdlib/test-a64l.c: New file.
11758         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11760 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11762         * po/sk.po: Update from translation team.
11764 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11766         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11768 2001-10-18  Andreas Schwab  <schwab@suse.de>
11770         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11771         next whole number.
11772         (print_function_ulps): Likewise.
11773         (print_complex_function_ulps): Likewise.
11774         (print_max_error): Likewise.
11775         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11777 2001-10-16  Andreas Schwab  <schwab@suse.de>
11779         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11780         implementation.
11782         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11783         BSD_SETJMP or BSD__SETJMP is defined, resp.
11784         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11785         a tail call to __sigsetjmp that would require extending the
11786         caller's frame.
11787         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11788         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11789         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11790         Reported by Jes Sorensen <jes@trained-monkey.org>.
11792 2001-10-16  Andreas Jaeger  <aj@suse.de>
11794         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11795         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11796         close PR libc/2589.
11798 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11800         * po/ca.po: New file.  Contributed by the translation team.
11802 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11804         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11805         a varargs prototype.  Remove dependency from kernel header files.
11807         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11808         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11810 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11812         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11813         to generate hexadecimal identifier.
11814         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11816 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11818         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11820 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11822         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11823         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11824         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11826         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11827         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11828         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11829         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11830         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11831         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11833         * timezone/africa: Update from tzdata2001d.
11834         * timezone/asia: Likewise.
11835         * timezone/australasia: Likewise.
11836         * timezone/backward: Likewise.
11837         * timezone/europe: Likewise.
11838         * timezone/leapseconds: Likewise.
11839         * timezone/northamerica: Likewise.
11840         * timezone/southamerica: Likewise.
11841         * timezone/zone.tab: Likewise.
11843 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11845         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11846         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11848 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11850         * elf/elf.h (PT_TLS): New definition.
11852 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11854         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11855         bits/errno.h
11857 2001-10-07  Roland McGrath  <roland@frob.com>
11859         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11861 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11863         * elf/elf.h: Add more ELFOSABI_* constants.
11865 2001-10-04  Ben Collins  <bcollins@debian.org>
11867         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11868         decleration of __need_wchar_t.
11870 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11872         * string/bits/string2.h (__strsep_g): Add prototype.
11873         (__strsep): Use it.
11874         * string/Versions (__strsep): Remove.
11875         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11877 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11879         * manua/llio.texi: Clarify file references added by mmap.
11880         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11882 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11884         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11885         Add sc_loadrs and sc_rbs_bas to match current kernel.
11887 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11889         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11891         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11893 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11895         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11896         object has been bumped because of relocation dependency, avoid
11897         duplicates in l_scope.
11898         (show_scope): Fix typos.
11899         * elf/Makefile: Add rules to build and run reldep6.
11900         * elf/reldep6.c: New file.
11901         * elf/reldep6mod0.c: New file.
11902         * elf/reldep6mod1.c: New file.
11903         * elf/reldep6mod2.c: New file.
11904         * elf/reldep6mod3.c: New file.
11905         * elf/reldep6mod4.c: New file.
11907 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11909         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11910         sparc64_fixup_plt.
11911         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11912         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11913         for non-lazy binding. Fix .plt[32768+] handling.
11914         (elf_machine_plt_value): Don't add addend.
11915         (elf_machine_rela): Call sparc64_fixup_plt instead of
11916         elf_machine_fixup_plt.
11917         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11918         dynamic linker at 0xfffff800XXXXXXXX.
11920         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11922 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11924         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11926 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11928         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11929         declare __cmsg_data field if its size would be bigger than 0.
11930         (CMSG_DATA): Adjust accordingly.
11931         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11932         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11933         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11934         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11935         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11936         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11937         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11939 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11941         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11942         * iconvdata/testdata/IBM1160: New file.
11943         * iconvdata/testdata/IBM1160..UTF8: New file.
11944         * iconvdata/testdata/IBM1161: New file.
11945         * iconvdata/testdata/IBM1161..UTF8: New file.
11946         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11948 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11950         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11951         UL_SETFSIZE computations better.
11953         * rt/Makefile: Remove use of filter for librt again.
11955         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11956         UL_SETFSIZE computations better.
11958         * string/Versions: Export __strsep for GLIBC_2.2.5.
11959         * string/bits/string2.h: Define all __STRING_INLINE functions if
11960         _FORCE_INLINES is defined.
11961         Use int instead of char of parameter types.
11962         (__strsep): Don't use __strsep_g.  Don't define it.
11963         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11964         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11965         __strcpy_small.
11966         (__stpcpy_a_small): Renamed from __stpcpy_small.
11967         (__strcspn_c1): Don't define if _FORCE_INLINES.
11968         (__strspn_c1): Likewise.
11970 2001-09-22  Ben Collins  <bcollins@debian.org>
11972         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11973         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11974         * sysdeps/ia64/bits/sigaction.h: Likewise.
11975         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11977 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11979         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11981 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11983         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11985 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11987         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11989 2001-09-20  H.J. Lu  <hjl@gnu.org>
11991         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11992         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11993         for __RTLD_SPROF.
11994         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11995         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11997 2001-09-20  H.J. Lu  <hjl@gnu.org>
11999         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
12000         don't add 1.
12002 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12004         * nss/getent.c: Accept -s parameter to overwrite rules in
12005         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
12007         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
12008         with as many ".0" as necessary to form a complete address
12009         inet_network understands.
12011         * nss/getent.c: Various cleanups.  Use simpler and fewer function
12012         calls.
12014 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12016         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
12017         _JMPBUF_UNWINDS.
12018         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
12020 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
12022         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
12023         IBM1161.
12024         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
12025         * iconvdata/ibm1160.c: New file.
12026         * iconvdata/ibm1160.h: New file.
12027         * iconvdata/ibm1161.c: New file.
12028         * iconvdata/ibm1161.h: New file.
12029         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
12031 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
12033         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
12034         difference between base address and first PT_LOAD's virtual address,
12035         not the base address.
12037 2001-09-11  Tom Rix  <trix@redhat.com>
12039         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
12040         ifdef for __getopt_clean_environment.
12041         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
12043 2001-09-22  Andreas Jaeger  <aj@suse.de>
12045         * elf/reldep4.c (main): Add proper prototype to fix warning.
12047         * elf/reldep5.c (main): Remove unused variable.
12049         * math/math_private.h: Add prototypes.
12051 2001-09-21  Andreas Jaeger  <aj@suse.de>
12053         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
12054         * sysdeps/x86_64/Dist: New file.
12055         * sysdeps/x86_64/soft-fp/Dist: New file.
12057         * sysdeps/gnu/Dist: Remove eval.c.
12059 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
12061         * malloc/memusage.c (realloc): Don't count already allocated
12062         memory in the sums.
12063         (me): Always use dlsym() to find the real implementations.
12065         * malloc/memusage.sh: Make -n option actually do something.
12067 2001-09-20  Andreas Jaeger  <aj@suse.de>
12069         * elf/elf.h (R_390_NUM): Correct value.
12071         * Versions.def: Add missing versions 2.2.3 for libthread_db and
12072         libpthread.
12074         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
12075         for x86-64, install x86-64 into */lib64.
12077         * shlib-versions: Add x86-64.
12079         * elf/elf.h: Add x86-64 relocations.
12081 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
12083         * po/fr.po: Update from translation team.
12085 2001-09-19  Andreas Jaeger  <aj@suse.de>
12087         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
12088         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
12089         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
12090         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
12091         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
12092         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
12093         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
12094         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
12095         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
12096         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
12097         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
12098         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
12099         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
12100         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
12101         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
12102         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
12103         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
12104         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
12105         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
12106         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
12107         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
12108         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
12109         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
12110         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
12111         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
12112         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
12113         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
12114         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
12115         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
12116         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
12117         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
12118         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
12119         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
12120         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
12121         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
12122         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
12123         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
12124         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
12125         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
12126         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
12127         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
12128         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
12129         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
12130         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
12131         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
12132         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
12133         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
12134         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
12135         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
12136         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
12137         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
12138         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
12139         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
12140         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
12141         * sysdeps/unix/x86_64/sysdep.S: New file.
12142         * sysdeps/unix/x86_64/sysdep.h: New file.
12143         * sysdeps/x86_64/Implies: New file.
12144         * sysdeps/x86_64/Makefile: New file.
12145         * sysdeps/x86_64/Versions: New file.
12146         * sysdeps/x86_64/__longjmp.S: New file.
12147         * sysdeps/x86_64/abort-instr.h: New file.
12148         * sysdeps/x86_64/atomicity.h: New file.
12149         * sysdeps/x86_64/bits/endian.h: New file.
12150         * sysdeps/x86_64/bits/setjmp.h: New file.
12151         * sysdeps/x86_64/bits/string.h: New file.
12152         * sysdeps/x86_64/bp-asm.h: New file.
12153         * sysdeps/x86_64/bsd-_setjmp.S: New file.
12154         * sysdeps/x86_64/bsd-setjmp.S: New file.
12155         * sysdeps/x86_64/dl-machine.h: New file.
12156         * sysdeps/x86_64/elf/initfini.c: New file.
12157         * sysdeps/x86_64/elf/start.S: New file.
12158         * sysdeps/x86_64/ffs.c: New file.
12159         * sysdeps/x86_64/ffsll.c: New file.
12160         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
12161         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
12162         * sysdeps/x86_64/fpu/e_acosl.c: New file.
12163         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
12164         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
12165         * sysdeps/x86_64/fpu/e_expl.c: New file.
12166         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
12167         * sysdeps/x86_64/fpu/e_log10l.S: New file.
12168         * sysdeps/x86_64/fpu/e_log2l.S: New file.
12169         * sysdeps/x86_64/fpu/e_logl.S: New file.
12170         * sysdeps/x86_64/fpu/e_powl.S: New file.
12171         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
12172         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
12173         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
12174         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
12175         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
12176         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
12177         * sysdeps/x86_64/fpu/fegetenv.c: New file.
12178         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
12179         * sysdeps/x86_64/fpu/fegetround.c: New file.
12180         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
12181         * sysdeps/x86_64/fpu/fesetenv.c: New file.
12182         * sysdeps/x86_64/fpu/fesetround.c: New file.
12183         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
12184         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
12185         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
12186         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
12187         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
12188         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
12189         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
12190         * sysdeps/x86_64/fpu/s_atanl.c: New file.
12191         * sysdeps/x86_64/fpu/s_cosl.S: New file.
12192         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
12193         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
12194         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
12195         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
12196         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
12197         * sysdeps/x86_64/fpu/s_logbl.c: New file.
12198         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
12199         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
12200         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
12201         * sysdeps/x86_64/fpu/s_rintl.c: New file.
12202         * sysdeps/x86_64/fpu/s_significandl.c: New file.
12203         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
12204         * sysdeps/x86_64/fpu/s_sinl.S: New file.
12205         * sysdeps/x86_64/fpu/s_tanl.S: New file.
12206         * sysdeps/x86_64/gmp-mparam.h: New file.
12207         * sysdeps/x86_64/hp-timing.c: New file.
12208         * sysdeps/x86_64/hp-timing.h: New file.
12209         * sysdeps/x86_64/htonl.S: New file.
12210         * sysdeps/x86_64/memusage.h: New file.
12211         * sysdeps/x86_64/setjmp.S: New file.
12212         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
12213         * sysdeps/x86_64/stackinfo.h: New file.
12214         * sysdeps/x86_64/sysdep.h: New file.
12215         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
12217         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
12218         L Moshier.
12220 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12222         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
12223         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
12225 2001-09-18  Andreas Schwab  <schwab@suse.de>
12227         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
12228         list, now that l_scope is a pointer.
12230         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
12231         scope list.
12233 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12235         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
12236         (elf_machine_rela_relative): Add a missing declaration.
12238 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
12240         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
12241         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
12242         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
12243         ldd-rewrite scripts.
12245 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12247         * elf/ldd.bash.in: Update copyright message.
12249 2001-09-17  H.J. Lu  <hjl@gnu.org>
12251         * hurd/hurdmalloc.c (bcopy): Removed.
12252         (realloc): Replace bcopy with memcpy.
12253         * hurd/path-lookup.c (file_name_path_scan): Likewise.
12254         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
12255         * sunrpc/rpcinfo.c (pmapdump): Likewise.
12257         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
12258         (gethostbyaddr): Likewise.
12259         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
12261 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
12263         * sysdeps/gnu/eval.c: Removed.
12265 2001-09-18  Andreas Jaeger  <aj@suse.de>
12267         * sysdeps/i386/fpu/s_logbl.S: Move to ...
12268         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
12270         * sysdeps/i386/fpu/s_rintl.S: Move to ...
12271         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
12273         * sysdeps/i386/fpu/s_significandl.S: Move to ...
12274         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
12276 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
12278         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
12279         nrules value.
12281 2001-09-14  H.J. Lu  <hjl@gnu.org>
12283         * sysdeps/mips/fpu/libm-test-ulps: Updated.
12285 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
12287         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
12288         Patch by Florian La Roche <laroche@redhat.com>.
12290         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
12292         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12293         ETHER_CRC_LEN.
12295 2001-09-14  Andreas Schwab  <schwab@suse.de>
12297         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12298         Sumner <bls@sgi.com>.
12299         * posix/execlp.c: Likewise.
12301 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12303         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12304         is already found earlier in the search scope.
12306 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12308         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12309         filter.
12311 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12313         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12315 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12317         * config.h.in: Enforce optimization to be used.
12318         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12319         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12320         * posix/Makefile (annexc-CFLAGS): Define to -O.
12321         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12323 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12325         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12326         Patch by Stephan Kulow.
12328 2001-09-08  Ben Collins  <bcollins@debian.org>
12330         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12331         usage of RESOLVE() (r_type, not reloc->r_type).
12333 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12335         * elf/dl-object.c: Avoid allocating extra memory block for name.
12336         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12337         allocated separately.
12338         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12340 2001-09-08  H.J. Lu  <hjl@gnu.org>
12342         * po/zh_TW.po: Fix a typo.
12344 2001-09-07  Tom Rix  <trix@redhat.com>
12346         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12348 2001-08-26  Tom Rix  <trix@redhat.com>
12350         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12351         command line options.
12352         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12353         * sysdeps/unix/sysv/aix/start.c: Removed.
12354         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12355         * sysdeps/unix/sysv/aix/init-first.c: New file.
12356         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12358 2001-09-08  Ben Collins  <bcollins@debian.org>
12360         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12361         * sysdeps/generic/dl-machine.h: Likewise.
12362         * sysdeps/hppa/dl-fptr.c: Likewise.
12363         * sysdeps/ia64/dl-fptr.c: Likewise.
12364         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12365         * sysdeps/mips/dl-machine.h: Likewise.
12366         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12367         * sysdeps/powerpc/dl-machine.c: Likewise.
12369 2001-09-07  Ben Collins  <bcollins@debian.org>
12371         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12373         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12375 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12377         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12378         dependencies if necessary.
12380         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12381         loaded directly) determine length if l_initfini list by iterating
12382         over its elements.  Minor optimizations.
12383         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12384         for dependency objects.
12385         If object was already loaded check whether any of the dependencies
12386         is already on the relocation dependency list.  If yes, remove the
12387         latter.  Minor optimizations.
12388         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12389         maps here.  Search l_initfini list only if the object was loaded
12390         directly and not only as a dependency.
12391         (_dl_lookup_symbol): Add relocation dependency also if object
12392         is not in global scope.  Remove test for self-reference here.
12393         (_dl_lookup_versioned_symbol): Likewise.
12394         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12395         element of first name record.
12396         * elf/loadtest.c: Add some more test to recognize early if an object
12397         wasn't unloaded.
12398         * elf/Makefile: Add rules to build and run reldep5.
12399         * elf/reldep5.c: New file.
12400         * elf/reldepmod5.c: New file.
12401         * elf/reldepmod6.c: New file.
12403         * elf/reldep2.c: Fix typo.
12405 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12407         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12408         elements.  Change l_scope to be a pointer only.
12409         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12410         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12411         here add searchlist of newly open file to the dependency's scope.
12412         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12413         only searchlist from its scope.  Free own scope array if necessary.
12414         * elf/Makefile (tests): Add dblload and dblunload now.
12416 2001-09-06  Andreas Jaeger  <aj@suse.de>
12418         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12419         Stephen L Moshier.
12421 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12423         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12424         they both fail.
12425         * elf/dblload.c: New file.
12426         * elf/dblloadmod1.c: New file.
12427         * elf/dblloadmod2.c: New file.
12428         * elf/dblloadmod3.c: New file.
12429         * elf/dblunload.c: New file.
12431 2001-09-04  Richard Henderson  <rth@redhat.com>
12433         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12434         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12436 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12438         Correct very misleading message for error in failed runtime relocation.
12439         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12440         place of the error.
12441         (_dl_signal_cerror): Likewise.
12442         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12443         * elf/dl-close.c: Likewise.
12444         * elf/dl-deps.c: Likewise.
12445         * elf/dl-load.c: Likewise.
12446         * elf/dl-lookup.c: Likewise.
12447         * elf/dl-open.c: Likewise.
12448         * elf/dl-reloc.c: Likewise.
12449         * elf/dl-sym.c: Likewise.
12450         * elf/dl-version.c: Likewise.
12451         * sysdeps/generic/dl-sysdep.c: Likewise.
12453 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12455         * iconv/strtab.c (strtabinit): Initialize null Strent.
12456         (newstring): Move len == 0 handling...
12457         (strtabadd): ...here.
12458         If len == 1, return null Strent.
12459         When inserting a suffix of an existing string, check if
12460         it is not equal to some suffix already recorded.
12461         Copy left and right members over if adding longer string.
12463 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12465         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12467         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12468         (__syscall_gethostname): Add prototype.
12470 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12472         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12474 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12476         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12478 2001-08-27  Roland McGrath  <roland@frob.com>
12480         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12481         short, copy that much into NAME anyway before returning error.
12483 2001-09-01  Richard Henderson  <rth@redhat.com>
12485         * sysdeps/alpha/elf/Dist: Remove file.
12486         * sysdeps/alpha/elf/Makefile: Remove file.
12487         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12488         * sysdeps/alpha/elf/crtend.S: Remove file.
12489         * sysdeps/alpha/elf/initfini.c: New file.
12491 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12493         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12494         * iconv/tst-iconv3.c: Likewise.
12496 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12498         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12500 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12502         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12503         export it.
12504         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12505         * iconv/iconv_prog.c (insert_cache): New function.
12506         (print_known_names): If cache is used call insert_cache to use the
12507         information from the cache [PR libc/2509].
12509 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12511         * time/strptime.c (strptime_internal): Recognize 'l' format and
12512         handle it like 'I' for symmetry with strftime.
12514 2001-08-31  Richard Henderson  <rth@redhat.com>
12516         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12517         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12518         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12519         (print_statistics): Make scalar unsigned long long.
12520         * sysdeps/alpha/hp-timing.h: New file.
12522 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12524         * stdio-common/perror.c (perror): Save errno early, pass it
12525         down to perror_internal.
12526         (perror_internal): Add errnum argument.
12528 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12530         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12531         Don't add old memory content for R_ALPHA_REFQUAD.
12533 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12535         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12536         memory correctly.
12538         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12539         instead of open, __close instead of close, __getpagesize instead
12540         of getpagesize.
12542         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12543         instead of strnlen.
12544         * include/string.h (strndupa): Redefine here to use __strnlen
12545         instead of strnlen.
12546         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12548         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12549         connected).
12551 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12553         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12554         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12555         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12556         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12557         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12558         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12559         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12561 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12563         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12565 2001-08-30  Andreas Jaeger  <aj@suse.de>
12567         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12568         contributed Stephen L Moshier.
12570 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12572         * sunrpc/etc.rpc (sgi_fam): Add.
12574 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12576         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12578 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12580         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12581         first is from a previous call.
12582         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12584 2001-08-29  Andreas Schwab  <schwab@suse.de>
12586         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12588 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12590         * config.make.in (INSTALL_SCRIPT): Define.
12591         * Makeconfig (INSTALL_SCRIPT): Define.
12592         * Makerules (do-install-script): New macro to install scripts using
12593         INSTALL_SCRIPT.
12594         (install-bin-script): New rule to install scripts with
12595         do-install-script.
12596         (install-bin-script-nosubdir): New rule.
12597         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12598         (distinfo-vars): Add $(install-bin-script).
12599         * Rules (others): Likewise.
12600         * Makefile (glibcbug): Install with install-bin-script.
12601         * debug/Makefile (xtrace): Likewise.
12602         (catchsegv): Likewise.
12603         * elf/Makefile (ldd): Likewise.
12604         * malloc/Makefile (mtrace): Likewise.
12605         * timezone/Makefile (tzselect): Likewise.
12607 2001-08-29  H.J. Lu  <hjl@gnu.org>
12609         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12610         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12611         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12613 2001-08-29  Andreas Schwab  <schwab@suse.de>
12615         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12617 2001-08-28  H.J. Lu  <hjl@gnu.org>
12619         * Makeconfig (combreloc-LDFLAGS): New variable.
12620         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12621         * config.make.in (have-z-combreloc): New variable.
12622         * configure.in: Substitute libc_cv_z_combreloc.
12624 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12626         * po/sv.po: Update from translation team.
12627         * po/fr.po: Likewise.
12628         * po/da.po: Likewise.
12630 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12632         * Makerules: Fix a typo: MD% -> MD5.
12634 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12636         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12637         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12639 2001-08-28  Andreas Jaeger  <aj@suse.de>
12641         * manual/libc-texinfo.sh: Add entry about free manuals.
12643         * manual/contrib.texi (Contributors): Fix cross reference.
12645         * manual/libc.texinfo (Copying): Include freemanuals.
12647         * manual/Makefile (appendices): Add freemanuals.
12649         * manual/freemanuals.texi: New file.
12650         Patch by Brian Youmans <3diff@gnu.org>.
12652         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12653         smaller table.
12655         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12656         table on separate page.
12657         Patch by Brian Youmans <3diff@gnu.org>.
12659 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12661         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12662         the connection went down after we first used it try to connect
12663         again and resend the message before printing to the console.
12664         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12666 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12668         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12669         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12670         bit set.
12672 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12674         * iconv/strtab.c (searchstring): Use correct length for comparison.
12675         (strtabadd): Account total size correct if new string has old string as
12676         substring.
12678 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12680         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12682 2001-08-27  Andreas Jaeger  <aj@suse.de>
12684         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12686         * math/libm-test.inc (j0_test): Add extra tests.
12687         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12688         not x, in Hankel approximation.
12689         Patches by Stephen L Moshier.
12691 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12693         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12694         link_map.
12696         * configure.in: Fix test for .rela.dyn section.
12698         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12700 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12702         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12703         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12704         Pass type_class to _dl_lookup_*.
12705         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12706         Pass around just type_class instead of noexec, noplt pair.
12707         (_dl_lookup_versioned_symbol): Likewise.
12708         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12709         noexec, noplt pair.
12710         (_dl_lookup_versioned_symbol_skip): Likewise.
12711         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12712         * elf/do-lookup.h (do_lookup): Likewise.
12713         * include/link.h (struct link_map): Replace noexec and noplt fields
12714         in l_lookup_cache with type_class field.
12715         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12716         ELF_RTYPE_CLASS_COPY): Define.
12717         Adjust prototypes for _dl_lookup_symbol and
12718         _dl_lookup_versioned_symbol.
12719         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12720         elf_machine_lookup_noexec_p): Remove.
12721         (elf_machine_type_class): Define.
12722         * sysdeps/arm/dl-machine.h: Likewise.
12723         * sysdeps/hppa/dl-machine.h: Likewise.
12724         * sysdeps/cris/dl-machine.h: Likewise.
12725         * sysdeps/i386/dl-machine.h: Likewise.
12726         * sysdeps/ia64/dl-machine.h: Likewise.
12727         * sysdeps/m68k/dl-machine.h: Likewise.
12728         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12729         * sysdeps/mips/dl-machine.h: Likewise.
12730         * sysdeps/powerpc/dl-machine.h: Likewise.
12731         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12732         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12733         * sysdeps/sh/dl-machine.h: Likewise.
12734         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12735         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12737 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12739         * manual/message.texi (Advanced gettext functions): Change
12740         description of plural forms for Slovak.
12741         Reported by Marcel Telka <marcel@telka.sk>.
12743         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12744         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12746 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12748         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12749         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12751 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12753         * include/link.h (struct link_map): Add l_lookup_cache element.
12754         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12755         (RESOLVE_MAP): Likewise.
12756         (_dl_relocate_object): Remove cache initialization.
12757         * elf/dl-lookup.c: Rip out cache handling code.
12758         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12759         declarations.
12761         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12762         remove some __builtin_expect.
12763         (_dl_lookup_versioned_symbol): Likewise.
12765         * config.h.in: Add HAVE_Z_COMBRELOC.
12766         * configure.in: Add test for -z combreloc.
12768         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12769         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12770         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12771         case to almost no code.
12773 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12775         * po/tr.po: Update from translation team.
12777 2001-08-24  Andreas Jaeger  <aj@suse.de>
12779         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12780         make clean works.
12782 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12784         * elf/rtld.c (print_statistics): Printf % after percent values.
12785         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12787         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12788         don't have to compute the hash value and initialize current_value.
12789         Move reference_name variable to where it is needed.
12790         (_dl_lookup_versioned_symbol): Likewise.
12792 2001-08-24  Roland McGrath  <roland@frob.com>
12794         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12795         Just test that strerror returns non-null for a few errno codes.
12797 2001-08-23  Roland McGrath  <roland@frob.com>
12799         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12800         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12802         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12804         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12805         __mach_reply_port.
12807 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12809         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12810         returns NULL.
12812         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12813         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12814         doesn't do it.
12815         * elf/rtld.c: Include <sys/param.h>.
12816         * elf/dl-reloc.c: Likewise.
12818 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12820         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12821         empty to prevent junk from being generated.
12822         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12824 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12826         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12827         records.  Rename endrel to relative, initialize it to r, and use it
12828         in elf_machine_rel_relative calls.  Point r after relative relocs.
12830 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12832         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12833         of R_386_NONE.
12835 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12837         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12838         necessary.  Undefine newly defined macros at the end.
12839         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12840         Rename from elf_machine_rel_relative.
12841         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12842         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12843         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12844         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12845         Likewise.
12846         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12847         Likewise.
12848         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12849         Fix argument types.
12850         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12851         Fix argument types.
12852         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12853         Likewise.  Fix argument types.
12854         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12855         Likewise.  Fix argument types.
12856         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12857         Fix argument types.
12858         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12859         ElfW(Rel) in argument.
12860         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12861         function.
12863 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12865         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12867 2001-08-24  Andreas Jaeger  <aj@suse.de>
12869         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12870         Stephen L Moshier <moshier@mediaone.net>.
12872 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12874         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12875         first if RELCOUNT is set.
12877         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12878         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12879         elf_machine_rel_relative.
12880         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12881         Minor optimizations.
12882         * sysdeps/arm/dl-machine.h: Likewise.
12883         * sysdeps/cris/dl-machine.h: Likewise.
12884         * sysdeps/hppa/dl-machine.h: Likewise.
12885         * sysdeps/i386/dl-machine.h: Likewise.
12886         * sysdeps/ia64/dl-machine.h: Likewise.
12887         * sysdeps/m68k/dl-machine.h: Likewise.
12888         * sysdeps/mips/dl-machine.h: Likewise.
12889         * sysdeps/powerpc/dl-machine.h: Likewise.
12890         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12891         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12892         * sysdeps/sh/dl-machine.h: Likewise.
12893         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12894         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12896 2001-08-23  Roland McGrath  <roland@frob.com>
12898         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12900         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12901         sysdeps/mach version.  Implement counting ("recursive") mutexes
12902         on top of cthreads mutexes.
12903         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12905         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12906         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12907         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12908         __libc_clean_end): Define these to call the cleanup function after
12909         normal exit when they're supposed to.
12911         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12912         Take new first arg DOIT, a boolean saying whether to really install
12913         any cleanup handler.
12914         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12915         (__libc_cleanup_end): Likewise.
12916         * sysdeps/generic/bits/libc-lock.h: Same changes.
12917         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12918         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12919         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12920         Likewise.
12921         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12922         * sysdeps/generic/bits/stdio-lock.h
12923         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12925 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12927         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12929 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12931         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12932         functions.
12933         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12934         lookups in cache.
12935         (_dl_lookup_versioned_symbol): Likewise.
12936         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12937         relocation lookup.
12938         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12939         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12940         (lookup_cache, lookup_cache_versioned): Add declarations.
12942 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12944         * stdlib/tst-random.c (main): Swap parameters in fail call.
12945         Patch by Pete Bevin <pete@petebevin.com>.
12947 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12949         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12951 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12953         * malloc/obstack.c: Indent preprocessor directives.
12954         Patch by Jim Meyering <meyering@ascend.com>.
12956         * po/ja.po: Update from translation team.
12958 2001-08-23  Roland McGrath  <roland@frob.com>
12960         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12962         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12963         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12965 2001-08-22  Roland McGrath  <roland@frob.com>
12967         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12968         __libc_lock_define_recursive.
12969         * elf/dl-open.c: Don't declare it here any more.
12970         * elf/dl-close.c: Likewise.
12971         * elf/dl-lookup.c: Likewise.
12972         * elf/dl-iteratephdr.c: Likewise.
12973         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12974         __libc_lock_unlock_recursive.
12975         * elf/dl-close.c (_dl_close): Likewise
12976         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12977         * elf/dl-open.c (_dl_open): Likewise
12979         * sysdeps/generic/bits/libc-lock.h
12980         (__libc_lock_define_recursive): New macro.
12981         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12982         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12983         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12985         * conform/conformtest.pl (checknamespace): Sort the output list.
12987         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12988         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12989         definitions conditional on [__USE_XOPEN].
12991         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12992         these unconditionally, not only use [__USE_BSD], so as to match
12993         the sysdeps/unix/sysv/linux files.
12995 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12997         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12998         avoid warnings.
13000         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
13001         DL_LOOKUP_ADDRESS.
13003 2001-08-22  Roland McGrath  <roland@frob.com>
13005         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
13006         conditionalization of sa_handler/sa_sigaction member types to
13007         match the sysdeps/unix/sysv/linux file.
13009 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13011         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
13012         symbol sizes a bit better.
13014         * sysdeps/ia64/strncpy.S: Complete rewrite.
13015         Contributed by Jakub Jelinek <jakub@redhat.com>.
13017         * string/stratcliff.c (main): Add strncpy test.
13019 2001-08-22  Roland McGrath  <roland@frob.com>
13021         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
13022         and don't declare unsetenv or _environ directly.
13023         (unsetenv): Return int, not void.  Use __environ instead of _environ.
13025 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
13027         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
13028         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
13029         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
13030         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
13031         test for cmsg struct size.
13033 2001-04-23  Paul Eggert  <eggert@twinsun.com>
13035         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
13036         Rename __argc to ___argc in prototypes to avoid compatibility
13037         problems with systems that reserve the identifier "__argc".
13038         Similarly for __argv.
13040 2001-08-21  Roland McGrath  <roland@frob.com>
13042         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
13044         * mach/Makefile (tests): Removed.
13045         * mach/hello.c: File removed.
13047 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
13049         * po/sv.po: Update from translation team.
13051         * stdio-common/vfscanf.c: Fix handling of %l[].
13052         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
13054         * libio/Makefile (tests): Add tst-sscanf.
13055         * libio/tst-sscanf.c: New file.
13057         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
13058         * malloc/mtrace.c (tr_where): dli_sname always points to a
13059         non-empty string if != NULL.
13060         Reported by Tim Janik <timj@gtk.org>.
13062 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
13064         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
13065         buf.  Free resources on failure.
13066         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
13067         (makefd_xprt): Likewise.
13068         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
13069         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
13070         * sunrpc/auth_unix.c (authunix_create): Likewise.
13072 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
13074         * string/strnlen.c: Remove.
13075         * sysdeps/generic/strnlen.c: New file.
13076         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
13078 2001-08-21  Roland McGrath  <roland@frob.com>
13080         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
13081         as a macro, not an extern inline function.
13083         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
13084         * Versions.def (libc): Add GLIBC_2.2.5 set.
13085         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
13086         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
13088 2001-08-20  Roland McGrath  <roland@frob.com>
13090         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
13091         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
13093 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13095         * string/bits/string2.h: Remove strnlen optimization here.
13096         * sysdeps/i386/i486/bits/string.h: Add it here.
13098 2001-08-21  Wolfram Gloger  <wg@malloc.de>
13100         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
13102 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
13104         * po/gl.po: Update from translation team.
13106 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13108         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
13109         * misc/err.c (convert_and_print): Likewise.
13111         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
13112         function calls.
13114 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13116         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
13117         change of the gregset_t type.
13118         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13120 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
13122         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
13124 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13126         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
13128         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
13130 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
13132         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
13133         before calling the cthreads initialization code.
13135 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
13137         * argp/argp-help.c: Fix two problems introduced in last change.
13139         * include/dirent.h: Include <dirstream.h> first.
13141 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
13143         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
13145         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
13146         * sunrpc/xdr_rec.c: Likewise.
13147         * sunrpc/xdr_mem.c: Likewise.
13148         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
13149         * sunrpc/rpc_cmsg.c: Likewise.
13150         * sunrpc/getrpcport.c (getrpcport): Likewise.
13151         * sunrpc/clnt_simp.c (callrpc): Likewise.
13152         * sunrpc/clnt_gen.c (clnt_create): Likewise.
13153         * string/envz.c: Likewise.
13155         * po/ko.po: Update from translation team.
13157         * argp/argp-help.c: Handle wide oriented stderr stream.
13159 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
13161         * sysdeps/generic/strtol.c: Little optimizations.  Add some
13162         __builtin_expect.
13164         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
13166         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
13167         * wcsmbs/wcwidth.c (wcwdith): Likewise.
13168         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
13170         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
13172         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
13174         * time/time.h (struct timespec): Use __time_t for tv_sec element.
13176         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
13177         wchar_t for function declarations and defintions.
13179         * misc/sys/select.h: Define __need_time_t before including <time.h>.
13180         Define suseconds_t if it hasn't happened yet.
13182         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
13184         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
13186         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
13187         <stddef.h>.
13189         * conform/data/stddef.h-data: Remove wint_t.
13191         * conform/conformtest.pl: Change namespace test to take #undef
13192         lines into account.
13194         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
13196         * conform/data/sys/socket.h-data: Add sockatmark.
13198 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13200         * io/fts.c: Update from recent BSD source.
13202 2001-08-17  Roland McGrath  <roland@frob.com>
13204         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
13205         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
13206         Likewise.
13208 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13210         * locale/duplocale.c (__duplocale): Also initialize the special
13211         __ctype_* elements.
13213         * conform/data/netdb.h-data: Adjust gai_strerror return type.
13215 2001-08-17  Andreas Jaeger  <aj@suse.de>
13217         * misc/getpass.c: Include wchar.h for prototypes.
13218         * malloc/obstack.c: Likewise.
13220 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
13222         * sunrpc/svc_simple.c (universal): Use __write instead of write.
13224         * wcsmbs/wcscoll.c: Also define __wcscoll.
13225         * include/wchar.h: Declare __wcscoll.
13227         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
13228         * libio/vwprintf.c: Likewise.
13229         * libio/wprintf.c: Likewise.
13231         * iconv/gconv_cache.c: Use __munmap instead of munmap.
13233 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
13235         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
13236         instead of mbrtowc.
13237         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
13238         wcslen, and __wcscoll instead of wcscoll.
13240         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
13242         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
13243         __getuid instead of getuid.
13245         * stdio-common/perror.c (perror): Use __close instead of close.
13246         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
13247         * libio/freopen.c (freopen): Likewise.
13248         * libio/freopen64.c (freopen64): Likewise.
13250         * libio/tst-ungetwc2.c (main): Define str const.
13252         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
13253         * libio/fwprintf.c: Also define __fwprintf.
13254         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
13255         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
13256         * assert/assert-perr.c: Likewise.
13257         * assert/assert.c: Likewise.
13258         * gmon/gmon.c: Likewise.
13259         * inet/rcmd.c: Likewise.
13260         * malloc/obstack.c: Likewise.
13261         * misc/err.c: Likewise.
13262         * misc/error.c: Likewise.
13263         * misc/getpass.c: Likewise.
13264         * posix/getopt.c: Likewise.
13265         * resolv/res_hconf.c: Likewise.
13266         * stdio-common/perror.c: Likewise.
13267         * stdio-common/psignal.c: Likewise.
13268         * stdlib/fmtmsg.c: Likewise.
13269         * sunrpc/auth_unix.c: Likewise.
13270         * sunrpc/clnt_perr.c: Likewise.
13271         * sunrpc/clnt_tcp.c: Likewise.
13272         * sunrpc/clnt_udp.c: Likewise.
13273         * sunrpc/clnt_unix.c: Likewise.
13274         * sunrpc/svc_simple.c: Likewise.
13275         * sunrpc/svc_tcp.c: Likewise.
13276         * sunrpc/svc_udp.c: Likewise.
13277         * sunrpc/svc_unix.c: Likewise.
13278         * sunrpc/xdr.c: Likewise.
13279         * sunrpc/xdr_array.c: Likewise.
13280         * sunrpc/xdr_rec.c: Likewise.
13281         * sunrpc/xdr_ref.c: Likewise.
13282         * sysdeps/generic/wordexp.c: Likewise.
13284         * po/it.po: Update from translation team.
13286         * misc/err.c: Handle wide oriented stderr stream.
13288 2001-08-14  Tom Rix  <trix@redhat.com>
13290         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
13291         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13293 2001-08-13  Tom Rix  <trix@redhat.com>
13295         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13296         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13297         and __intptr_t.
13299 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13301         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13302         Store the access registers to the ucontext structure.
13303         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13304         Likewise.
13306         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13307         Load the access registers from the ucontext structure.
13308         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13309         Likewise.
13311         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13312         offsets to the new ucontext layout.
13313         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13315         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13316         of the ucontext structure.
13317         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13319 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13321         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13322         (error_at_line): Likewise.
13324         * stdio-common/perror.c (perror): Implement according to standard.
13325         The stream orientation must not be changed if the stream was not
13326         oriented before the call.
13327         * stdio-common/Makefile (tests): Add tst-perror.
13328         * stdio-common/tst-perror.c: New file.
13331 See ChangeLog.12 for earlier changes.