Update.
[glibc.git] / ChangeLog
blob8f1531935509338eafd26f944b2584e2bf46ab60
1 2002-09-19  Ulrich Drepper  <drepper@redhat.com>
3         * sysdeps/unix/sysv/linux/_exit.c (_exit): Don't use ABORT_INSTRUCTION
4         if it is not defined.  Reported by Glen Nakamura <glen@imodulo.com>.
6 2002-09-19  Neal H. Walfield  <neal@cs.uml.edu>
8         * sysdeps/mach/hurd/fork.c (__fork): Do not free the signal
9         thread's sigstate data structure if it has been allocated.
11 2002-09-19  Roland McGrath  <roland@redhat.com>
13         * include/libc-symbols.h [HAVE_ASM_SET_DIRECTIVE]
14         [! HAVE_ASM_GLOBAL_DOT_NAME] (__hidden_dot_def1): Fix typo'd name.
16 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
18         * version.h (VERSION): Bump to 2.2.94.
20         * sysdeps/powerpc/fpu/Dist: Move fprrest.S and fprsave.S to...
21         * sysdeps/powerpc/powerpc32/fpu/Dist: ...here.  New file.
22         * sysdeps/unix/sysv/linux/powerpc/Dist: Move kernel_stat.h to...
23         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: ...here.
25         * sysdeps/i386/Makefile: Remove obsolete db2 rules.
27         * sysdeps/unix/sysv/linux/Makefile: Add exit-thread.S.
29         * sysdeps/unix/sysv/linux/powerpc/Dist: Add ldd-rewrite.sh.
31         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Dist: New file.
33 2002-09-19  Jakub Jelinek  <jakub@redhat.com>
35         * sysdeps/wordsize-32/Makefile: New file.
36         * sysdeps/arm/Makefile: Removed.
37         * sysdeps/i386/Makefile (sysdep_routines, shared-only-routines):
38         Don't add divdi3 here.
39         * sysdeps/m68k/Makefile: Likewise.
40         * sysdeps/powerpc/powerpc32/Makefile: Likewise.
41         * sysdeps/sh/Makefile: Likewise.
42         * sysdeps/s390/s390-32/Makefile: Likewise.
44 2002-09-18  Roland McGrath  <roland@redhat.com>
46         * locale/lc-ctype.c (_nl_postload_ctype): Add compat_symbol decls for
47         the __ctype_* compat symbols, so the relocs generated bind to the
48         right versioned global symbol in the shared object.
50         * elf/do-rel.h (elf_dynamic_do_rel): Mask off 0x8000 bit (hidden flag)
51         from the value taken from the DT_VERSYM table.
52         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
53         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Likewise.
54         (RESOLVE_GOTSYM): Likewise.
56         * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
57         Add libc_hidden_def.
58         * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
59         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
60         * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
61         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
62         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
63         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
64         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
65         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
67 2002-09-18  Ulrich Drepper  <drepper@redhat.com>
69         * include/signal.h: Add libc_hidden_proto for __libc_sigaction.
71         * sysdeps/unix/sysv/linux/sigaction.c: If SIGCANCEL is defined
72         define sigaction and __sigaction as wrappers around
73         __libc_sigaction which rejects changing SIGCANCEL.
74         * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
76         * sysdeps/unix/sysv/linux/i386/clone.S: Add support for SETTLS and
77         SETTID/CLEARTID.
79         * signal/allocrtsig.c: Move to...
80         * sysdeps/generic/allocrtsig.c: ...here.  New file.
82 2002-09-17  Jakub Jelinek  <jakub@redhat.com>
84         * elf/dl-lookup.c (_dl_debug_bindings): Print TLS lookups always.
86         * elf/elf.h (R_386_TLS_TPOFF, R_386_TLS_IE, R_386_TLS_GOTIE,
87         R_386_TLS_LE): Define.
88         (R_386_TLS_IE_32, R_386_TLS_LE_32, R_386_TLS_TPOFF32): Update
89         comments.
90         * sysdeps/i386/dl-machine.h (elf_machine_type_class): Return
91         ELF_RTYPE_CLASS_PLT for R_386_TLS_TPOFF.
92         (elf_machine_rel): Handle R_386_TLS_TPOFF.
93         (elf_machine_rela): Likewise.
94         Remove unnecessary RTLD_BOOTSTRAP #ifdefs.
96 2002-09-17  Roland McGrath  <roland@redhat.com>
98         * malloc/Makefile ($(objpfx)memusagestat.o: sysincludes): Define
99         file-specific variable override so it compiles properly when using
100         --with-headers.
102 2002-09-17  Steven Munroe  <sjmunroe@us.ibm.com>
104         Ported to PowerPC64 running Linux.
105         * sysdeps/powerpc/powerpc64/Dist: New file.
106         * sysdeps/powerpc/powerpc64/Implies: New file.
107         * sysdeps/powerpc/powerpc64/Makefile: New file.
108         * sysdeps/powerpc/powerpc64/__longjmp.S: New file.
109         * sysdeps/powerpc/powerpc64/atomicity.h: New file.
110         * sysdeps/powerpc/powerpc64/backtrace.c: New file.
111         * sysdeps/powerpc/powerpc64/bp-asm.h: New file.
112         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: New file.
113         * sysdeps/powerpc/powerpc64/bsd-setjmp.S: New file.
114         * sysdeps/powerpc/powerpc64/dl-dtprocnum.h: New file.
115         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: New file.
116         * sysdeps/powerpc/powerpc64/dl-machine.c: New file.
117         * sysdeps/powerpc/powerpc64/dl-machine.h: New file.
118         * sysdeps/powerpc/powerpc64/memset.S: New file.
119         * sysdeps/powerpc/powerpc64/ppc-mcount.S: New file.
120         * sysdeps/powerpc/powerpc64/register-dump.h: New file.
121         * sysdeps/powerpc/powerpc64/setjmp.S: New file.
122         * sysdeps/powerpc/powerpc64/stpcpy.S: New file.
123         * sysdeps/powerpc/powerpc64/strchr.S: New file.
124         * sysdeps/powerpc/powerpc64/strcmp.S: New file.
125         * sysdeps/powerpc/powerpc64/strcpy.S: New file.
126         * sysdeps/powerpc/powerpc64/strlen.S: New file.
127         * sysdeps/powerpc/powerpc64/elf/bzero.S: New file.
128         * sysdeps/powerpc/powerpc64/elf/start.S: New file.
129         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: New file.
130         * sysdeps/powerpc/powerpc64/fpu/s_copysignf.S: New file.
131         * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: New File.
132         * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: New file.
133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: New file.
134         * sysdeps/unix/sysv/linux/powerpc/powerpc64/glob64.c: New file.
135         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: New file.
136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list: New file.
137         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: New file.
139         * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME]
140         (C_SYMBOL_DOT_NAME): Insure that C_SYMBOL_DOT_NAME works for
141         various gcc versions.  Dot names required for powerpc64.
142         [HAVE_ASM_GLOBAL_DOT_NAME] (_weak_extern): Add .weakext '.'ed symbol.
143         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias): Add .global
144         C_SYMBOL_DOT_NAME(alias).
145         [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): New macro. Same as
146         original strong_alias macro.
147         [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Add .weakext/.weak
148         C_SYMBOL_DOT_NAME(alias).
149         [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Add .symver '.'ed name.
150         [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Add .symver
151         '.'ed name.
152         Add comments on libc_hidden_data_def and libc_hidden_data_weak usage.
153         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_def1): New macro.  Generate
154         .global C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
155         (hidden_def): Append hidden_dot_def1 macro to definition.
156         (hidden_ver): Append hidden_dot_def1 macro to definition.
157         (hidden_data_def): New macro.  Same as original hidden_def macro.
158         (hidden_data_ver): New macro.  Same as original hidden_ver macro.
159         [HAVE_ASM_GLOBAL_DOT_NAME] (hidden_dot_weak1): New macro.  Generate
160         .weakext C_SYMBOL_DOT_NAME(alias).  Otherwise an empty macro.
161         (hidden_weak): Append hidden_dot_weak1 macro to definition.
162         (hidden_data_weak): New macro.  Same as original hidden_weak macro.
163         [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Define as .__GI_name.
164         Otherwise defined as __GI_name.
165         (libc_hidden_data_def): New macro.  Use hidden_data_def.
166         (libc_hidden_data_weak): New macro.  Use hidden_data_weak.
167         (libc_hidden_data_ver): New macro.  Use hidden_data_ver.
168         (rtld_hidden_data_def): New macro.  Use hidden_data_def.
169         (rtld_hidden_data_weak): New macro.  Use hidden_data_weak.
170         (rtld_hidden_data_ver): New macro.  Use hidden_data_ver.
171         (libm_hidden_data_def): New macro.  Use hidden_data_def.
172         (libm_hidden_data_weak): New macro.  Use hidden_data_weak.
173         (libm_hidden_data_ver): New macro.  Use hidden_data_ver.
174         * inet/in6_addr.c: Replace libc_hidden_def with libc_hidden_data_def.
176 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
178         * include/libc-symbols.h: Change *hidden_proto macros to accept
179         option parameters and pass those to the attribute definition.
180         * include/unistd.h (_exit): Add __noreturn__ to libc_hidden_proto call.
182         * include/unistd.h: Declare __libc_pause.
184         * include/sys/socket.h: Declare __libc_send, __libc_recv,
185         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
187         * include/unistd.h: Declare __libc_fork.
189 2002-09-17  Roland McGrath  <roland@redhat.com>
191         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
192         (passwd2des): Define it as an alias.
193         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
195 2002-09-12  Bruno Haible  <bruno@clisp.org>
197         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
198         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
200         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
201         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
203 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
205         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
206         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
207         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
208         PowerPC64 does not have separate 64-bit syscalls.
210 2002-09-16  Roland McGrath  <roland@redhat.com>
212         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
214         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
215         New macro.
217         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
219         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
220         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
221         * sysdeps/generic/_exit.c: Likewise.
223 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
225         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
227         * elf/rtld.c (struct dl_start_final_info): New.
228         (_dl_start_final): Change second argument to struct
229         dl_start_final_info *.  Set start_time from info.
230         (_dl_start): Remove bootstrap_map variable, add info.
231         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
232         store HP_TIMING_NOW result into info.start_time.
234 2002-09-16  Andreas Jaeger  <aj@suse.de>
236         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
237         to _Exit.
238         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
240 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
242         * sysdeps/powerpc/abort-instr.h: New file.
244 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
246         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
247         comment.
249         * test-skeleton.c (main): Provide more information in case waitpid
250         fails.
252         * include/unistd.h: Declare __exit_thread.
253         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
254         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
255         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
256         * sysdeps/unix/sysv/linux/_exit.c: New file.
257         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
258         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
259         Add exit-thread.
261         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
263 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
265         * sysdeps/i386/dl-machine.h (elf_machine_rel)
266         (case R_386_TLS_DTPMOD32): Don't use addend.
267         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
268         (elf_machine_rela): Add support for TLS relocs.
270 2002-09-14  Roland McGrath  <roland@redhat.com>
272         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
274 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
276         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
277         specific asm macros for multiple percision integer math.
279 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
281         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
282         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
283         Remove per-machine conditionals for FLAG_* cases.
284         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
285         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
286         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
288 2002-09-10  Alan Modra <amodra@bigpond.net.au>
290         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
291         defined in entry.h.
292         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
293         lowest address for profiling in  __monstartup call.
294         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
296 2002-09-14  Roland McGrath  <roland@redhat.com>
298         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
299         instead of __NR_pread.
300         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
301         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
302         instead of __NR_pwrite.
303         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
305 2002-09-13  Roland McGrath  <roland@redhat.com>
307         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
309 2002-09-13  Andreas Jaeger  <aj@suse.de>
311         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
312         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
314 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
316         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
318 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
320         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
321         reading the headers.
323 2002-09-12  Roland McGrath  <roland@redhat.com>
325         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
326         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
327         find the ELF header.
329         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
330         executable if needed, in case it's actually a shared object.
332 2002-09-11  Roland McGrath  <roland@redhat.com>
334         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
335         l_map_start to adjust l_tls_initimage.
337         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
338         when using h_errno and it's not set to NETDB_INTERNAL.
339         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
341         * Makefile ($(common-objpfx)testrun.sh): New target.
342         (others): Depend on it.
343         (postclean-generated): Append it.
345         * nss/bug-erange.c: New file.
346         * nss/Makefile (tests): Add it.
348         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
349         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
351         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
352         strncmp, keeps the code smaller for a non-performance-critical case.
354         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
355         no longer wrongly matches arbitrary prefixes of NAME.
356         Reported by Jakub Jelinek <jakub@redhat.com>.
358 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
360         * posix/bug-regex11.c (tests): New array.
361         (main): Rewritten to run more different tests.
363 2002-09-10  Roland McGrath  <roland@redhat.com>
365         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
366         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
367         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
369         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
370         well so we don't get it declared by include/math.h's hidden_proto.
371         Then do hidden_proto for __isnanf locally so hidden_def works right.
373         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
374         a cast to turn nl_langinfo return value into an integer.
376 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
378         * posix/regexec.c (build_trtable): Fix the destination of
379         newline to prevent wrong states from overwriting.
380         Append break statements to optimization.
382 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
384         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
385         (build_range_exp): Add castings to strlen invocations.
386         (build_collating_symbol): Restore the type of characters from "char"
387         to "unsigned char", and supplement castings.
388         (build_collating_symbol): Likewise.
389         (build_equiv_class): Likewise.
390         (build_charclass): Likewise.
391         (seek_collating_symbol_entry): Likewise.
392         (parse_bracket_exp): Likewise.
393         (build_word_op): Supplement a casting.
394         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
395         (re_string_allocate): Fix castings.
396         (re_string_construct): Likewise.
397         (re_string_construct_common): Likewise.
398         (re_string_realloc_buffers): Likewise.
399         (build_wcs_buffer): Likewise.
400         (build_wcs_upper_buffer): Likewise.
401         (re_string_skip_chars): Likewise.
402         (re_string_reconstruct): Likewise.
403         * posix/regex_internal.h: Restore the type of characters in
404         re_string_t and bracket_elem_t from "char" to "unsigned char".
405         (re_string_elem_size_at): Fix castings.
406         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
407         (transit_state_bkref_loop): Restore the type of characters from
408         "char" to "unsigned char", and append a cast to "char*" pointer in
409         array subscript.
410         (check_node_accept_bytes): Likewise.
411         (find_collation_sequence_value): Likewise.
413 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
415         * sysdeps/mips/memcpy.S: New file.
416         * sysdeps/mips/memset.S: New file.
417         * sysdeps/mips/fpu/e_sqrt.c:  New file.
418         * sysdeps/mips/fpu/e_sqrtf.c: New file.
420         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
421         functional before. Also removed all SHLIB_COMPAT stuff.
422         * fpu/fegetenv.c: Likewise.
423         * fpu/fesetenv.c:: Likewise.
424         * fpu/feupdateenv.c: Likewise.
425         * fpu/fgetexcptflg.c: Likewise.
426         * fpu/fraiseexcpt.c: Likewise.
428         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
430 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
432         * include/math.h (__finite_internal, __finitef_internal,
433         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
434         (isfinite): Remove.
435         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
436         __isinfl, __isnanl): Add hidden_proto.
437         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
438         libm_hidden_proto.
439         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
440         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
441         __is{inf,nan} calls.
442         * stdio-common/printf_size.c (printf_size): Likewise.
443         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
444         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
445         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
446         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
447         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
448         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
449         (__finite): Add hidden_def.
450         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
451         (__finitef): Add hidden_def.
452         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
453         (__finitel): Add hidden_def.
454         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
455         hidden_def.
456         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
457         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
458         libm_hidden_def.
459         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
460         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
461         hidden_def.
462         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
463         (__isinfl): Remove INTDEF.
464         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
465         hidden_def.
466         (__isnanl): Remove INTDEF.
467         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
468         libm_hidden_def.
469         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
470         instead of sin and cos.
471         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
472         Add hidden_def.
473         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
474         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
475         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
476         libm_hidden_def.
477         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
478         Add hidden_def.
479         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
480         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
481         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
482         libm_hidden_def.
483         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
484         libm_hidden_def.
485         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
486         Add hidden_def.
487         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
488         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
489         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
490         libm_hidden_def.
491         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
492         __finitel_internal): Remove aliases.
493         (__finite, __finitef, __finitel): Add hidden_def.
494         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
495         __isnanl_internal): Remove aliases.
496         (__isnan, __isnanf, __isnanl): Add hidden_def.
497         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
498         __isinfl_internal): Remove aliases.
499         (__isinf, __isinff, __isinfl): Add hidden_def.
500         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
501         __fpclassifyl): Add libm_hidden_def.
502         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
503         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
504         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
505         (hidden_defx): Define and use.
506         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
507         libm_hidden_def.
508         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
509         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
510         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
511         Remove INTDEF.
512         (__isnan, __isnanf): Add hidden_def.
513         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
514         (__finitel): Add libm_hidden_def.
515         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
517         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
518         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
519         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
520         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
521         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
522         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
523         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
524         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
525         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
526         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
527         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
528         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
529         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
530         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
531         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
532         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
533         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
534         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
535         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
536         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
537         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
538         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
539         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
540         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
541         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
542         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
543         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
545 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
547         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
549 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
551         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
552         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
554 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
556         * string/stratcliff.c: Some more strncpy tests.
557         Patch by Daniel Jacobowitz <drow@mvista.com>.
559 2002-09-08  Roland McGrath  <roland@redhat.com>
561         * resolv/resolv.h: Include <sys/types.h> for u_long even in
562         the [__need_res_state] case.
563         Reported by Bruno Haible <bruno@clisp.org>.
565 2002-09-04  Bruno Haible  <bruno@clisp.org>
567         * sysdeps/generic/bits/ustat.h: Comment fix.
568         * io/sys/sendfile.h: Comment fix.
569         * sysdeps/posix/pread.c: Comment fix.
570         * sysdeps/posix/pread64.c: Comment fix.
571         * sysdeps/posix/pwrite.c: Comment fix.
572         * sysdeps/posix/pwrite64.c: Comment fix.
574 2002-09-06  Roland McGrath  <roland@redhat.com>
576         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
577         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
578         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
579         (_UTSNAME_MACHINE_LENGTH): Likewise.
580         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
582 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
584         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
585         test for filesystem type name of mount points.
587         * include/errno.h: Use errno definition with __thread for now only
588         in libc and ld.so.
590         * test-skeleton.c (main): Improve error message for unexpected
591         signal case.
593 2002-09-05  Roland McGrath  <roland@redhat.com>
595         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
596         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
598 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
600         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
601         case of failure.
603 2002-09-04  Bruno Haible  <bruno@clisp.org>
605         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
606         sigset_get_old_mask): Turn into inline functions.
607         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
608         sigset_get_old_mask): Likewise.
609         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
610         sigset_get_old_mask): Likewise.
611         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
612         syntax.
614         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
616         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
617         default definitions.
618         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
619         _sys_nerr_internal instead of _sys_nerr.
621         * nscd/connections.c (handle_request): Declare CALLER inside #if.
623 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
625         * sysdeps/powerpc/__longjmp.S: Moved to...
626         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
627         * sysdeps/powerpc/add_n.S: Moved to...
628         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
629         * sysdeps/powerpc/addmul_1.S: Moved to...
630         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
631         * sysdeps/powerpc/atomicity.h: Moved to...
632         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
633         * sysdeps/powerpc/backtrace.c: Moved to...
634         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
635         * sysdeps/powerpc/bp-asm.h: Moved to...
636         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
637         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
638         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
639         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
640         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
641         * sysdeps/powerpc/dl-machine.c: Moved to...
642         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
643         * sysdeps/powerpc/dl-machine.h: Moved to...
644         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
645         * sysdeps/powerpc/dl-start.S: Moved to...
646         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
647         * sysdeps/powerpc/gprrest0.S: Moved to...
648         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
649         * sysdeps/powerpc/gprrest1.S: Moved to...
650         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
651         * sysdeps/powerpc/gprsave0.S: Moved to...
652         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
653         * sysdeps/powerpc/gprsave1.S: Moved to...
654         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
655         * sysdeps/powerpc/lshift.S: Moved to...
656         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
657         * sysdeps/powerpc/memset.S: Moved to...
658         * sysdeps/powerpc/powerpc32/memset.S: ...here.
659         * sysdeps/powerpc/mul_1.S: Moved to...
660         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
661         * sysdeps/powerpc/ppc-mcount.S: Moved to...
662         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
663         * sysdeps/powerpc/register-dump.h: Moved to...
664         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
665         * sysdeps/powerpc/rshift.S: Moved to...
666         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
667         * sysdeps/powerpc/setjmp.S: Moved to...
668         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
669         * sysdeps/powerpc/stpcpy.S: Moved to...
670         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
671         * sysdeps/powerpc/strchr.S: Moved to...
672         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
673         * sysdeps/powerpc/strcmp.S: Moved to...
674         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
675         * sysdeps/powerpc/strcpy.S: Moved to...
676         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
677         * sysdeps/powerpc/strlen.S: Moved to...
678         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
679         * sysdeps/powerpc/sub_n.S: Moved to...
680         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
681         * sysdeps/powerpc/submul_1.S: Moved to...
682         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
683         * sysdeps/powerpc/elf/bzero.S: Moved to...
684         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
685         * sysdeps/powerpc/elf/start.S: Moved to...
686         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
687         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
688         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
689         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
690         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
691         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
692         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
693         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
694         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
695         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
696         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
697         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
698         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
699         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
700         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
701         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
702         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
703         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
704         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
705         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
706         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
707         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
708         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
709         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
710         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
711         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
712         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
713         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
714         powerpc/powerpc64.
716 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
718         * FAQ.in: Add powerpc64 to supported targets list. Also state the
719         minimum gcc version is 3.2
720         * README: Add powerpc64 to supported targets list.
721         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
722         Add powerpc64 and machine=powerpc/powerpc64.
723         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
724         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
725         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
726         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
727         * sysdeps/powerpc/powerpc32/Dist: New file.
728         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
729         * sysdeps/powerpc/powerpc32/Implies: New file.
730         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
731         ($(with-fp) = no): Move test to powerpc32/Makefile.
732         ($(subdir) = misc): Move to powerpc32/Makefile.
733         ($(build-shared) = yes): Move to powerpc32/Makefile.
734         ($(subdir) = csu): Move to powerpc32/Makefile.
735         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
736         * sysdeps/powerpc/powerpc32/Makefile: New file.
737         * sysdeps/powerpc/Versions: Remove libgcc functions.
738         * sysdeps/powerpc/powerpc32/Versions: New file.
739         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
740         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
741         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
742         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
743         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
744         ($machine): Add powerpc/powerpc64 to if ... | for
745         libc_cv_slibdir=/libc64.
746         (powerpc*): Set ldd_rewrite_script.
747         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
748         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
749         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
750         Add clone.S.
751         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
752         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
753         functions.  Remove GLIBC_2.2 functions except getrlimit and
754         setrlimit.  Moved them to ...
755         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
757 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
759         * libio/tst-atime.c: Include <errno.h>.
760         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
762 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
764         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
765         warnings of some compilers.
766         (build_collating_symbol): Change the type of characters from
767         "unsigned char" to "char", and append a cast to "char*" pointer in
768         array subscript.
769         (build_collating_symbol): Likewise.
770         (build_equiv_class): Likewise.
771         (build_charclass): Likewise.
772         (re_compile_pattern): Remove incorrect cast.
773         (re_compile_fastmap_iter): Change the type of characters from
774         "unsigned char" to "char", and append a cast to "char*" pointer
775         in array subscript.
776         (parse_bracket_exp): Likewise.
777         * posix/regex_internal.c (re_string_construct_common): Likewise.
778         (re_string_allocate): Likewise.
779         (re_string_construct): Likewise.
780         (re_string_realloc_buffers): Likewise.
781         (build_wcs_buffer): Likewise.
782         (re_string_reconstruct): Likewise.
783         * posix/regex_internal.h: Change the type of characters in
784         re_string_t and bracket_elem_t from "unsigned char" to "char".
785         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
786         warnings of some compilers.
787         (transit_state_bkref_loop): Change the type of characters from
788         "unsigned char" to "char", and append a cast to "char*" pointer in
789         array subscript.
790         (check_node_accept_bytes): Likewise.
791         (find_collation_sequence_value): Likewise.
793 2002-09-04  Roland McGrath  <roland@redhat.com>
795         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
796         from 1024 to 65536, to avoid buffer overrun.
798 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
800         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
802 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
804         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
805         for filesystem.
807 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
809         * posix/bug-regex11.c: New test.
810         * posix/Makefile (tests): Add bug-regex11.
812 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
814         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
815         newlocale.
817 2002-09-02  Roland McGrath  <roland@redhat.com>
819         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
820         __pthread_initialize_minimal and __libc_check_standard_fds to
821         match the generic version.
823         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
824         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
826         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
827         warnings on platorms where char is unsigned.
829 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
831         * version.h (VERSION): Bump to 2.2.93.
833         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
835 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
837         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
838         as relocated.
840 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
842         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
844 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
846         * locale/localeinfo.h (struct locale_data): Add private.ctype.
847         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
848         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
849         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
850         (__wcsmbs_load_conv): Remove const from argument.
851         (_nl_cleanup_ctype): New proto.
852         (get_gconv_fcts): New function.
853         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
854         (__wcsmbs_to_wc): Rename back to...
855         (to_wc): ... this.
856         (__wcsmbs_gconv_fcts): Rename to...
857         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
858         (lock): Removed.
859         (__libc_setlocale_lock): New extern.
860         (__wcsmbs_load_conv): Remove const from argument.
861         Initialize new_category->private.ctype instead of a global
862         variable.
863         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
864         update_function_ptrs.  No locking is necessary.
865         (_nl_cleanup_ctype): New function.
866         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
867         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
868         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
869         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
870         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
871         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
872         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
873         * wcsmbs/wctob.c (wctob): Likewise.
874         * stdlib/mblen.c (mblen): Likewise.
875         * stdlib/mbtowc.c (mbtowc): Likewise.
876         * stdlib/wctomb.c (wctomb): Likewise.
877         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
878         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
879         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
880         Removed.
882 2002-09-02  Roland McGrath  <roland@frob.com>
884         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
886 2002-09-01  Roland McGrath  <roland@redhat.com>
888         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
889         Variable declarations removed.
890         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
891         these functions to replace them.
892         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
893         functions plus an indirection rather than the old global variables.
894         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
895         Macros removed.
896         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
897         inline functions.
898         * ctype/ctype-info.c: Revert last reversion back the other way.
899         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
900         Define real function versions of include/ctype.h inlines here.
901         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
902         __ctype_tolower_loc, __ctype_toupper_loc.
903         * locale/lc-ctype.c: Revert last reversion back the other way.
904         (_nl_postload_ctype): If current thread uses the global locale,
905         update its tsd vars.
906         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
907         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
908         CTYPE_TOLOWER, CTYPE_TOUPPER.
910         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
911         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
912         from __libc_tsd_threadvar_location.
913         (__libc_tsd_set, __libc_tsd_get): Update uses.
915 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
917         * ctype/ctype.h: Undo the patch before the last one.  Put back the
918         macro definitions for the standard functions to access the
919         classification and mapping arrays.
920         * include/ctype.h: Partly revert last patch.  Move the macro
921         definitions for the exported functions back to the public header.
922         #undef all the macros defined here before redefining.
923         * ctype/ctype-info.c: Revert last patch.
924         * locale/lc-ctype.c: Revert last patch.
926         * ctype/Makefile (routines): Add isctype.
927         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
928         * ctype/ctype.h: Add declaration of isctype.
929         * include/ctype.h: Declare __isctype.
930         * ctype/isctype.c: New file.
932 2002-09-01  Roland McGrath  <roland@redhat.com>
934         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
935         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
937         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
939         * locale/findlocale.c (_nl_remove_locale): Don't search in
940         _nl_locale_file_list if DATA->alloc is ld_archive.
941         Use _nl_unload_locale to do the rest of the work.
943         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
944         of new structure to UNDELETABLE.
946         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
947         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
948         towlower, towupper): Macros removed.
949         * ctype/ctype.h (__tobody): Put parens around macro argument.
950         (__isctype): Macro removed.
951         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
952         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
953         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
954         tolower, toupper): Macros and inlines removed.
955         * include/ctype.h [! NOT_IN_libc]
956         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
957         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
958         tolower, toupper): Define here instead, using _NL_CURRENT.
959         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
960         using _NL_CURRENT.
961         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
962         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
963         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
964         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
965         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
966         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
967         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
968         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
969         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
970         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
971         (ISSORTMASK): Update use.
972         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
973         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
974         (_nss_files_getENTNAME_r): Likewise.
975         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
976         Likewise.
978         * Makerules (all-nonlib): Renamed from all-tests.
979         Include $(others) here too.
980         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
981         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
982         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
983         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
984         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
985         the program modules via cppflags-iterator.mk.
986         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
987         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
989 2002-08-31  Roland McGrath  <roland@redhat.com>
991         * posix/tst-getconf.sh: If no third arg, work with static linking.
993         * locale/categories.def (LC_TIME): No more _nl_postload_time.
995         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
996         [_NL_CURRENT_INDIRECT].
998 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1000         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
1002 2002-08-31  Roland McGrath  <roland@redhat.com>
1004         * locale/newlocale.c (__newlocale): Don't use strdup for names.
1005         Instead, make the single allocation of the structure larger to hold
1006         the name strings.
1007         * locale/duplocale.c (__duplocale): Don't strdup names individually.
1008         Instead, calculate size for a single allocation and copy into it.
1009         * locale/freelocale.c (__freelocale): Don't free names individually.
1011         * locale/newlocale.c (__newlocale): Don't leak old data or names.
1013         * locale/xlocale.h (__locale_struct): Move __names member last,
1014         for binary compatibility.
1016         * locale/duplocale.c (__duplocale): Free names from the right array.
1018         * locale/uselocale.c (__uselocale): Return previous locale when
1019         setting a new one.
1021         * locale/newlocale.c: Commit changes from 2002-08-30
1022         batch where I failed to commit this file:
1023         (__newlocale): Fill in __names array.
1025 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1027         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
1028         errlist-compat.c if versioning==yes.
1030 2002-08-31  Andreas Jaeger  <aj@suse.de>
1032         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
1033         external functions with hidden attribute.
1034         (elf_machine_rela): Optimize.
1036         * sysdeps/x86_64/memset.S: New file.
1037         * sysdeps/x86_64/bzero.S: New file.
1038         * sysdeps/x86_64/stpcpy.S: New file.
1039         * sysdeps/x86_64/strcat.S: New file.
1040         * sysdeps/x86_64/strchr.S: New file.
1041         * sysdeps/x86_64/strcpy.S: New file.
1042         * sysdeps/x86_64/strcspn.S: New file.
1043         * sysdeps/x86_64/strlen.S: New file.
1044         * sysdeps/x86_64/strpbrk.S: New file.
1045         * sysdeps/x86_64/strspn.S: New file.
1046         * sysdeps/x86_64/strcmp.S: New file.
1047         * sysdeps/x86_64/strtok_r.S: New file.
1048         * sysdeps/x86_64/strtok.S: New file.
1049         * sysdeps/x86_64/memcpy.S: New file.
1050         * sysdeps/x86_64/mempcpy.S: New file.
1052         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
1054         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
1056 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
1058         * stdio-common/Makefile (generated): Add errlist-compat.c.
1060         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
1062         * locale/localeinfo.h: Pretty printing.
1064         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
1065         form_number handling.
1067 2002-08-31  Andreas Jaeger  <aj@suse.de>
1069         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
1070         double tests.
1072         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
1073         __start_context.
1075         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
1077         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
1079         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
1080         registers used for passing args.
1082         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
1083         all needed registers.
1085         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
1086         registers.
1088         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
1089         registers.
1091 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
1093         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
1094         always_inline attribute.
1096 2002-08-30  Roland McGrath  <roland@redhat.com>
1098         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
1099         presume it's the stub and bail without error.
1101         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
1102         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
1104         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
1106         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
1107         macros replace the i686 versions for 64-bit mode.
1109         * locale/duplocale.c: Include <string.h>.
1111         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
1112         [_LIBC] (category_to_name): Don't define the function.  Instead
1113         define a macro using _nl_category_names.
1115         * locale/xlocale.h (struct __locale_struct): New member `__names'.
1116         * locale/xlocale.c (_nl_C_locobj): Update initializer.
1117         * locale/global-locale.c (_nl_global_locale): Likewise.
1118         * locale/duplocale.c (__duplocale): strdup __names elements.
1119         * locale/freelocale.c (__freelocale): Free __names elements.
1120         * locale/localename.c (_nl_current_names): Variable removed.
1121         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
1122         * locale/localeinfo.h (_nl_current_names): Removed decl.
1123         * locale/setlocale.c: Use _nl_global_locale->__names in place of
1124         _nl_current_names throughout.
1126         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
1128         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
1129         and sys_nerr in the output file.
1131         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
1132         * scripts/cpp: Just use the environment variable.
1134         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
1135         * libio/tst-mmap-offend.c (do_test): Likewise.
1136         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1137         * libio/tst-mmap-eofsync.c (do_test): Likewise.
1138         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1140         * locale/localename.c: If the current locale is the global locale, use
1141         _nl_current_names; otherwise use the locale object.
1143 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1145         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
1146         'm' to enable mmap I/O.
1147         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
1148         former wasn't used (anymore?).
1149         (_IO_FLAGS2_MMAP): New define.
1150         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
1151         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
1152         _IO_FLAGS2_MMAP bit is set.
1153         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
1154         Enable mmap-using mode only if 'm' was set.
1156 2002-08-29  Roland McGrath  <roland@frob.com>
1158         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
1160         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
1161         Change argument type from int to intptr_t.
1163         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
1164         initializer on [! _HURD_THREADVAR_H] (bad kludge).
1165         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
1166         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
1167         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
1169         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
1171         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
1173         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
1175         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
1176         * assert/assert-perr.c: Add libc_hidden_def.
1177         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
1179         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
1180         found at all.
1181         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1182         sys_errlist stuff to ...
1183         * sysdeps/unix/sysv/linux/Versions: ... here.
1185         * mach/mach.h: Include <features.h>.
1187 2002-08-29  Roland McGrath  <roland@redhat.com>
1189         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1190         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1191         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1193         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1195         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1196         (norm_add_slashes): alloca -> __alloca
1198 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1200         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1201         string_malloced, it is unlikely to be set.
1202         Only call free with non-NULL workspace.
1203         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1204         -mcpu=ultrasparc, not only tune for it.
1205         (ASFLAGS*): Set unconditionally.
1207         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1208         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1209         p_vaddr/p_offset when computing LOADADDR.
1211 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1213         * version.h (VERSION): Bump to 2.2.92.
1215         * time/Makefile (tst-ftime_l-ENV): New variable.
1217         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1219         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1220         <U017A>, <U017D> and <U0179>. Add missing mappings.
1221         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1223         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1224         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1225         (struct tostruct): Use ACRINDEX as type for link field.
1226         (statuc gmonparam): Likewise for froms.
1227         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1228         kcount and froms.
1229         (write_call_graph): Use correct type for from_index and to_index.
1230         * gmon/mcount.c: Use correct types for frompcindex and toindex
1231         variables.
1232         Patches by Dan Kegel <dank@kegel.com>.
1234         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1235         canonical name.
1237         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1238         __isspace_l.  Replace calls to isspace.
1239         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1241 2002-08-29  Roland McGrath  <roland@redhat.com>
1243         * string/tst-strxfrm.c: Remove __ from function names.
1245 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1247         * include/wchar.h: Declare __mbsrtowcs_l.
1248         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1249         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1250         USE_IN_EXTENDED_LOCALE_MODEL.
1251         * wcsmbs/mbsrtowcs_l: New file.
1252         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1253         define as static.  Change all uses.
1254         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1255         Change all callers.
1256         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1257         * time/strftime.c: When translating for the extended locale model
1258         use the _l functions.
1259         * time/Makefile (tests): Add tst-ftime_l.
1260         * time/tst-ftime_l.c: New file.
1262 2002-08-28  Roland McGrath  <roland@redhat.com>
1264         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1265         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1266         from _nl_find_locale ok if for _nl_C_name.
1268         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1269         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1270         we know they are all linked in.
1272         * NEWS: Added 2.2.6 text from 2.2 branch version.
1274         * time/strptime.c (strptime_internal): Remove spurious const.
1276         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1277         _nl_select_era_entry): Moved to ...
1278         * time/era.c: ... here, new file.
1279         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1280         Add internal_function to definitions.  Take an additional argument
1281         giving the `struct locale_data *' to use.
1282         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1283         _nl_parse_alt_digit): Moved to ...
1284         * time/alt_digit.c: ... here, new file.
1285         * time/lc-time-cleanup.c: New file.
1286         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1287         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1288         (_nl_cleanup_time): Declare it.
1289         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1290         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1291         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1292         * time/strftime.c: Pass locale data to helper functions.
1293         * time/strptime.c: Likewise.
1295         * locale/localeinfo.h (struct locale_data): New member `private'
1296         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1297         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1298         * locale/C-collate.c: Update initializer.
1299         * locale/C-identification.c: Likewise.
1300         * locale/C-measurement.c: Likewise.
1301         * locale/C-telephone.c: Likewise.
1302         * locale/C-address.c: Likewise.
1303         * locale/C-name.c: Likewise.
1304         * locale/C-paper.c: Likewise.
1305         * locale/C-time.c: Likewise.
1306         * locale/C-numeric.c: Likewise.
1307         * locale/C-monetary.c: Likewise.
1308         * locale/C-messages.c : Likewise.
1309         * locale/C-ctype.c: Likewise.
1311         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1312         Redefine this too.
1314 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1316         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1317         (_rtld_global): Use it.
1319         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1320         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1321         object directory.  Pass all Versions files to the awk script.
1322         * sysdeps/gnu/errlist-compat.c: Removed.
1323         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1324         first Versions file in the search path which has them.
1325         Allow multiple errlist symbol versions to have the same count of
1326         errors.
1327         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1328         of "errlist-compat.c".
1329         * sysdeps/gnu/errlist.c: Regenerated.
1330         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1331         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1332         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1333         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1334         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1335         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1336         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1337         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1338         ECANCELLED if not defined by kernel headers.
1339         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1340         already defined by kernel headers.
1341         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1342         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1343         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1344         is a macro.
1345         * Versions.def (GLIBC_2.3) [librt]: Add.
1347         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1349 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1351         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1352         missing comma to .type directive.
1354 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1356         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1357         unconditionally.
1358         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1359         check.
1360         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1362 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1364         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1365         check to close_and_out close.  Replace return NULL statements where
1366         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1367         when it is no longer needed.
1369 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1371         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1372         string constants.
1373         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1374         * sysdeps/arm/dl-machine.h: Likewise.
1375         * sysdeps/cris/dl-machine.h: Likewise.
1376         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1377         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1379 2002-08-28  Roland McGrath  <roland@redhat.com>
1381         * Makeconfig (default_cflags): Revert unintended change.
1383 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1385         * version.h (VERSION): Bump to 2.2.91.
1387         * configure.in: Disable TLS support by default for now.
1389         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1391         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1392         warnings.
1394         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1396         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1397         fprintf/fwprintf calls.
1399 2002-08-28  Roland McGrath  <roland@redhat.com>
1401         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1402         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1404         * locale/setlocale.c: Declare postload functions weak.
1406         * elf/tst-tls1-static.c: New file.
1407         * elf/tst-tls2-static.c: New file.
1408         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1410         Make uselocale support static linking.
1411         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1412         This file again just defines _nl_C_locobj.
1413         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1414         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1415         using all weak references in the initializer.
1416         * locale/Makefile (aux): Add global-locale.
1417         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1418         these unconditional, along with the tsd decl.
1419         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1420         Define it under these conditions.
1421         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1422         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1423         `extern __thread struct locale_data *const *'.
1424         [NL_CURRENT_INDIRECT]
1425         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1426         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1427         the thread variable _nl_current_LC_FOO and also a special absolute
1428         symbol _nl_current_LC_FOO_used.
1429         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1430         Set each _nl_current_LC_FOO symbol to point into the new locale,
1431         using weak references to test if _nl_current_LC_FOO_used was linked in.
1432         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1433         [NL_CURRENT_INDIRECT]: ... with this one.
1434         (_nl_current, _nl_C): Variables removed.
1435         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1436         weak references to _nl_current_LC_FOO_used.
1437         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1438         (free_category): New function, broken out of ...
1439         (free_mem): ... here.  Call that.
1440         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1441         instead of a loop.
1443         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1444         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1445         it is already absolute.
1447         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1448         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1449         [$(build-static) = yes] (tests-static): New variable.
1450         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1452 2002-08-26  Christoph Hellwig  <hch@lst.de>
1454         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1455         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1457 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1459         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1461         * sysdeps/s390/Dist: Add bits/link.h.
1463         * sysdeps/sh/Dist: New file.
1465         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1467         * sysdeps/wordsize-32/Dist: New file.
1469         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1470         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1471         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1473         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1474         sys/personality.h.
1476         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1477         sparc/dl-brk.S.
1479         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1481         * sysdeps/unix/bsd/sun/Dist: New file.
1483         * sysdeps/unix/bsd/osf/Dist: New file.
1485         * sysdeps/unix/bsd/hp/Dist: New file.
1487         * sysdeps/unix/arm/Dist: New file.
1489         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1491         * sysdeps/mach/hurd/Dist: Add set-init.c.
1493         * sysdeps/i386/Dist: Add bits/link.h.
1495         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1497         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1499         * locale/Makefile (distribute): Add hashval.h.
1501         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1503         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1505         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1506         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1507         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1508         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1509         implementations.
1510         * libio/stdio.h: Likewise.
1511         * locale/locale.h: Likewise.
1512         * math/math.h: Likewise.
1513         * math/bits/mathcalls.h: Likewise.
1514         * setjmp/setjmp.h: Likewise.
1515         * signal/signal.h: Likewise.
1516         * stdlib/stdlib.h: Likewise.
1517         * string/string.h: Likewise.
1518         * time/time.h: Likewise.
1519         * wcsmbs/wchar.h: Likewise.
1520         * wctype/wctype.h: Likewise.
1522 2002-08-28  Roland McGrath  <roland@redhat.com>
1524         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1526 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1527             Roland McGrath <roland@redhat.com>
1529         * locale/hashval.h (compute_hashval): Use prototype defn.
1530         (hashval_t): New macro, defined to unsigned long int
1531         if not already defined.
1532         (compute_hashval): Return hashval_t instead of unsigned long int.
1533         * locale/loadarchive.c (hashval_t): New macro.
1534         * locale/programs/locarchive.c: Include hashval.h directly instead
1535         of simple-hash.h.
1536         (compute_hashval, hashval_t): Define these macros first.
1537         (insert_name): Use archive_hashval instead of compute_hashval.
1538         (add_locale, delete_locales_from_archive): Likewise.
1540 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1542         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1543         hash collisions if be_quiet.
1545 2002-08-27  Roland McGrath  <roland@redhat.com>
1547         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1548         __uselocale): Don't declare these any more.
1549         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1551         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1552         and treat it as an EOF return.
1553         * sysdeps/unix/readdir_r.c: Likewise.
1555         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1556         From Alexandre Oliva <aoliva@redhat.com>.
1557         * sysdeps/gnu/errlist-compat.c: Regenerated.
1559 2002-08-27  Brian Youmans  <3diff@gnu.org>
1561         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1562         wording at request of copyright holder Stephen Moshier.
1563         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1564         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1565         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1566         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1567         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1568         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1569         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1570         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1571         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1572         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1573         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1574         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1575         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1576         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1578 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1580         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1581         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1582         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1583         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1584         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1585         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1586         * wctype/iswctype_l.c (iswctype_l): Likewise.
1588 2002-08-27  Roland McGrath  <roland@redhat.com>
1590         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1592         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1593         * stdlib/stdlib.h: Don't declare __*_l names.
1594         * include/stdlib.h: Declare them here instead.
1595         * include/string.h: Don't declare __*_l names.
1596         * string/string.h: Declare them here instead.
1597         * time/time.h: Don't declare __*_l names.
1598         * include/time.h: Declare them here instead.
1599         * wcsmbs/wchar.h: Don't declare __*_l names.
1600         * include/wchar.h: Declare them here instead.
1601         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1602         Don't declare __*_l names.
1603         * include/wctype.h: Declare them here instead.
1604         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1605         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1606         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1607         * include/langinfo.h: Declare it here with __typeof.
1609         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1610         instead, taking an extra __locale_t argument.
1611         * time/Makefile (routines): Add strptime_l.
1612         * time/time.h (__strptime_l, strptime_l): Declare them.
1613         * time/strptime_l.c: New file.
1615         * time/time.h (__strftime_l, strftime_l): Declare them.
1616         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1617         * time/strftime_l.c: New file.
1618         * time/wcsftime_l.c: New file.
1619         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1620         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1621         strftime_l, wcsftime_l.
1622         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1623         or __wcsftime_l instead, taking an extra __locale_t argument.
1625         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1626         (libc: GLIBC_2.3): ... here.
1628 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1630         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1632         * Makefile (distribute): Add LICENSES.
1634         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1635         sys/debugreg.h.
1637         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1639         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1641         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1643         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1645         * sysdeps/mach/hurd/alpha/Dist: New file.
1647         * sysdeps/arm/Dist: Add bits/link.h.
1649         * sunrpc/Makefile: Distribute thrsvc.
1651         * stdio-common/Makefile: Remove more left-overs from old stdio.
1653         * include/linewrap.h: Removed.
1655         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1657         * intl/Makefile (distribute): Add plural-eval.c.
1659 2002-08-27  Roland McGrath  <roland@redhat.com>
1661         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1662         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1663         Say mtab is in either /var/run or /etc.
1665 2002-08-26  Roland McGrath  <roland@redhat.com>
1667         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1668         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1670         * sysdeps/gnu/Versions: New file.
1671         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1672         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1673         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1674         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1675         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1676         and _sys_nerr_internal instead of anything else.  Make it include
1677         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1678         Make it emit some asm magic if [EMIT_ERR_MAX].
1679         * sysdeps/gnu/errlist.c: Regenerated.
1680         * sysdeps/gnu/errlist-compat.awk: New file.
1681         * sysdeps/gnu/errlist-compat.c: New file (generated).
1682         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1683         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1684         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1685         (SYS_ERRLIST, SYS_NERR): Macros removed.
1686         (sys_nerr, _sys_nerr): Remove these weak aliases.
1687         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1688         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1689         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1691         * include/libc-symbols.h (declare_symbol): New macro.
1692         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1693         * configure.in: New check to define it.
1694         * configure: Regenerated.
1696 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1698         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1699         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1701         * Make-dist: Remove traces of old stdio.
1702         * Makeconfig: Likewise.
1704         * locale/Makefile (localedef-aux): New variable.  Only md5
1705         assigned to it.  These files are not ddistributed in this directory.
1707         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1708         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1709         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1711         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1713         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1714         set h_errno to NO_RECOVERY [PR libc/4360].
1716 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1718         * libio/Makefile (tests): Add bug-fopena+.
1719         * libio/bug-fopena+.c: New file.
1720         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1721         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1723         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1725         * locale/xlocale.c: Fix the last change.  The variable still has
1726         to end in _data.
1727         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1728         (__libc_tsd_set): Add _data prefix to variable name.
1730 2002-08-26  Roland McGrath  <roland@redhat.com>
1732         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1733         macro with inline function.
1734         (sigset_get_old_mask): Likewise.
1735         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1736         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1737         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1738         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1739         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1740         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1741         values.
1742         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1743         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1745 2002-07-06  Bruno Haible  <bruno@clisp.org>
1747         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1748         sigset_get_old_mask): Make it work with larger sigset_t.
1749         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1750         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1751         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1753 2002-08-26  Roland McGrath  <roland@redhat.com>
1755         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1756         * manual/filesys.texi (File Times): Document lutimes and futimes.
1757         * misc/Makefile (routines): Add them.
1758         * misc/Versions (libc: GLIBC_2.3): Likewise.
1759         * sysdeps/generic/lutimes.c: New file.
1760         * sysdeps/generic/futimes.c: New file.
1761         * sysdeps/mach/hurd/lutimes.c: New file.
1762         * sysdeps/mach/hurd/futimes.c: New file.
1764         * manual/filesys.texi (File Times): Add explicit note about null
1765         pointer argument to utimes.
1767 2002-08-26  Roland McGrath  <roland@frob.com>
1769         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1770         (__ifreq): Add a cast.  Remove an unused variable.
1772         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1773         _HURD_THREADVAR_LOCALE.
1775 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1777         * posix/regexec.c (re_search_stub): Return correct match length
1778         if start != 0.
1779         * posix/bug-regex10.c: New test.
1780         * posix/Makefile (tests): Add bug-regex10.
1782 2002-08-26  Brian Youmans  <3diff@gnu.org>
1784         * COPYING.LIB: Replaced with fresh copy from
1785         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1786         suggested copying permission notice now says version 2.1 instead
1787         of version 2.
1789         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1790         from Library GPL.
1791         * crypt/crypt_util.c: Likewise.
1792         * crypt/ufc.c: Likewise.
1793         * elf/dl-conflict.c: Likewise.
1794         * elf/dl-iteratephdr.c: Likewise.
1795         * iconv/iconvconfig.h: Likewise.
1796         * malloc/arena.c: Likewise.
1797         * malloc/hooks.c: Likewise.
1798         * malloc/malloc.c: Likewise.
1799         * posix/glob/Makefile.ami: Likewise.
1800         * posix/glob/Makefile.in: Likewise.
1801         * stdlib/gmp-impl.h: Likewise.
1802         * stdlib/gmp.h: Likewise.
1803         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1804         * sysdeps/generic/strnlen.c: Likewise.
1805         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1806         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1807         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1808         * sysdeps/mach/hurd/spawni.c: Likewise.
1809         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1810         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1811         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1812         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1813         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1814         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1816         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1817         Lesser GPL copying permission notice from 2 to 2.1.
1818         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1819         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1820         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1821         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1822         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1823         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1824         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1825         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1826         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1827         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1828         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1829         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1830         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1831         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1832         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1833         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1834         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1835         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1836         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1837         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1838         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1839         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1840         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1841         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1842         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1843         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1844         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1845         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1846         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1847         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1848         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1849         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1850         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1851         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1852         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1853         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1854         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1855         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1856         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1857         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1858         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1859         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1860         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1861         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1862         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1863         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1864         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1865         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1866         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1867         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1868         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1869         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1870         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1871         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1872         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1874         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1875         Moshier and Lesser GPL copying permission notice, per license from
1876         Moshier.
1877         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1878         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1879         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1880         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1881         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1882         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1883         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1884         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1885         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1886         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1887         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1888         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1889         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1890         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1892         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1893         notice, per license from copyright holder Stephen Moshier.
1894         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1895         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1896         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1897         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1898         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1899         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1900         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1901         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1902         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1904 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1906         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1907         (shared-only-routines): Likewise.
1909 2002-08-26  Roland McGrath  <roland@redhat.com>
1911         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1912         name of "", store a null pointer instead.
1914         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1915         * configure: Regenerated.
1917         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1918         Initialize this instead of __libc_tsd_LOCALE_data.
1920         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1921         ptsname_r to EINVAL.
1923         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1925         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1926         implementations depend on pthreads.
1927         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1928         * rt/tst-aio64.c (do_test): Likewise.
1929         * rt/tst-aio2.c (do_test): Likewise.
1930         * rt/tst-aio3.c (do_test): Likewise.
1931         * rt/tst-aio4.c (do_test): Likewise.
1932         * rt/tst-aio5.c (do_test): Likewise.
1933         * rt/tst-aio6.c (do_test): Likewise.
1934         * rt/tst-aio7.c (do_test): Likewise.
1936         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1937         void so as to avoid compiler warnings.
1939         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1940         _IO_wide_data_FD, which is never used here.
1942         * libio/iofread.c
1943         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1944         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1945         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1947         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1948         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1950         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1951         (closelog): Likewise.
1953 2002-07-06  Bruno Haible  <bruno@clisp.org>
1955         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1957         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1958         * sysdeps/unix/alpha/pipe.S: ... here.
1959         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1961         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1963         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1964         * sysdeps/unix/i386/fork.S: Likewise.
1965         * sysdeps/unix/i386/pipe.S: Likewise.
1966         * sysdeps/unix/i386/wait.S: Likewise.
1968         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1969         * sysdeps/unix/arm/fork.S: Likewise.
1971         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1972         arguments.
1973         (DO_CALL): Swap argument order.
1974         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1975         arguments.
1976         (DO_CALL): Swap argument order.
1977         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1978         arguments.
1979         (DO_CALL): Swap argument order.
1980         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1981         arguments.
1982         (DO_CALL): Swap argument order.
1983         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1984         arguments.
1985         (DO_CALL): Swap argument order.
1986         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1987         arguments.
1988         (DO_CALL): Swap argument order.
1989         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1990         arguments.
1991         (DO_CALL): Swap argument order.
1993         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1994         (L): Define right for ELF.
1995         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1996         Now defined in sysdeps/i386/sysdep.h.
1998         * sysdeps/posix/readv.c: Ansify function definition.
1999         * sysdeps/posix/writev.c: Likewise.
2001         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
2002         have the same size. Avoid direct cast from size_t to off_t.
2004         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
2005         nul byte in entry[n].ut_user.
2006         (simulate_logout): Likewise.
2008         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
2009         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
2010         existence of corresponding members of 'struct utmp'.
2011         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
2012         !_HAVE_UT_TYPE.
2014         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
2015         allocate a buffer of at least BUFSIZ bytes, not just of
2016         sizeof (struct dirent).
2018         * sysdeps/generic/glob.c: Include <limits.h>.
2019         (NAME_MAX): Define a fallback.
2020         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
2021         stack.
2022         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
2023         (main): Allocate enough room for a 'struct dirent64' on the stack.
2024         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
2025         'struct dirent'.
2027         * sysdeps/unix/sysv/linux/init-first.c: Don't include
2028         kernel-features.h.
2030         * inet/htontest.c: Include <sys/types.h>.
2032         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
2034         * include/sys/sysctl.h: Comment fix.
2036         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
2037         _dl_load_lock.
2038         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
2040         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
2042         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
2043         (__getpeername): New alias.
2044         (__getsockname): New alias.
2045         (__socket): New alias.
2047         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
2049         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
2050         (__fcntl_internal): New alias.
2051         (__profil): New alias.
2053 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
2055         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
2056         entry was for getaddr* lookup or not.  Add only matching cache
2057         entry.  Change all callers [PR libc/4317].
2059         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
2060         finding the read position [PR libc/4265].
2061         * libio/Makefile (tests): Add bug-rewind2.
2062         * libio/bug-rewind2.c: New file.
2064         * libio/bug-rewind.c: Fix creation of temp file.
2066 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2068         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
2069         neither SUCCESS nor TRYAGAIN [PR libc/4259].
2070         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
2071         to ENOENT if no entry is found.
2072         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
2073         failure.
2074         * nis/nss_compat/compat-initgroups.c: Likewise.
2075         * nis/nss_compat/compat-pwd.c: Likewise.
2076         * nis/nss_compat/compat-spwd.c: Likewise.
2077         * nis/nss_nis/nis-alias.c: Likewise.
2078         * nis/nss_nis/nis-ethers.c: Likewise.
2079         * nis/nss_nis/nis-grp.c: Likewise.
2080         * nis/nss_nis/nis-hosts.c: Likewise.
2081         * nis/nss_nis/nis-initgroups.c: Likewise.
2082         * nis/nss_nis/nis-netgrp.c: Likewise.
2083         * nis/nss_nis/nis-network.c: Likewise.
2084         * nis/nss_nis/nis-proto.c: Likewise.
2085         * nis/nss_nis/nis-publickey.c: Likewise.
2086         * nis/nss_nis/nis-pwd.c: Likewise.
2087         * nis/nss_nis/nis-rpc.c: Likewise.
2088         * nis/nss_nis/nis-service.c: Likewise.
2089         * nis/nss_nis/nis-spwd.c: Likewise.
2090         * resolv/nss_dns/dns-host.c: Likewise.
2091         * resolv/nss_dns/dns-network.c: Likewise.
2092         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
2093         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
2094         * nis/nss_nisplus/nisplus-grp.c: Likewise.
2095         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
2096         * nis/nss_nisplus/nisplus-network.c: Likewise.
2097         * nis/nss_nisplus/nisplus-proto.c: Likewise.
2098         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
2099         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
2100         * nis/nss_nisplus/nisplus-service.c: Likewise.
2101         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
2102         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
2103         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
2104         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
2105         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
2107         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
2108         declaring __restore and __restore_rt as hidden (if possible).
2110 2002-08-25  Roland McGrath  <roland@redhat.com>
2112         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
2114         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
2115         (getutent_r_file, internal_getut_r): Updated all callers.
2116         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
2118 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2120         * locale/programs/locale.c: Don't print aliases for non-existing
2121         locales for 'locale -a'.
2122         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
2124 2002-07-19  H.J. Lu  <hjl@gnu.org>
2126         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
2128 2002-07-16  H.J. Lu  <hjl@gnu.org>
2130         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
2131         sys/personality.h.
2132         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
2134 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2136         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
2137         not moved ahead of the fputs call.
2138         * elf/tst-tlsmod2.c (in_dso): Likewise.
2139         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2140         * elf/tst-tlsmod4.c (in_dso): Likewise.
2142 2002-08-25  Andreas Schwab  <schwab@suse.de>
2144         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
2146 2002-08-25  Roland McGrath  <roland@redhat.com>
2148         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
2149         resetting handler, to avoid the possibility of a spurious SIGALRM
2150         delivered to the user's handler.
2151         Reported by Amit D. Chaudhary <amitc@brocade.com>,
2153         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
2154         set -fkeep-inline-functions, which is not needed for the current file.
2156         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
2157         (_dl_setup_hash): Add attribute_hidden.
2158         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
2159         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
2160         (_dl_new_object, _dl_map_object_deps): Likewise.
2161         (_dl_map_object_deps_internal): Remove decl.
2162         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
2164         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
2165         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
2166         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
2167         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
2168         instead relying on the compiler to produce only GOTOFF variable refs.
2170 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
2172         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
2174         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
2175         inline to avoid defining it in every file which includes this header.
2177         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
2178         defining DONT_USE_BOOTSTRAP_MAP.
2180         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2181         * libio/tst-mmap-setvbuf.c (main): Likewise.
2182         * libio/tst-widetext.c (main): Likewise.
2184         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2185         message.
2186         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2187         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2189         * sysdeps/i386/elf/configure.in: Unconditionally define
2190         PI_STATIC_AND_HIDDEN.
2191         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2192         PI_STATIC_AND_HIDDEN is defined as well.
2193         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2195 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2197         * sysdeps/ia64/bzero.S: Define __bzero as well.
2199         * locale/programs/charmap.c (charmap_new_char): Don't use
2200         ULONG_MAX as maximum UCS4 value.
2202         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2204         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2206         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2207         * malloc/malloc.c (mALLINFo): Likewise.
2209         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2211         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2212         examining result of _IO_do_flush call.
2214         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2215         Use prec not spec when sizing buffers.
2217         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2218         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2219         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2220         * stdio-common/vfscanf.c (inchar): Likewise.
2221         * misc/efgcvt_r.c (fcvt_r): Likewise.
2222         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2223         * elf/readlib.c (process_file): Likewise.
2224         * elf/sprof.c (load_profdata): Likewise.
2225         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2226         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2227         * locale/programs/charmap.c (charmap_read): Likewise.
2228         * libio/fileops.c: Likewise.
2229         * libio/fmemopen.c: Likewise.
2230         * stdlib/strtod.c: Likewise.
2231         * elf/dl-load.c: Likewise.
2232         * iconv/iconvconfig.c: Likewise.
2233         * iconv/iconv_prog.c (process_block): Likewise.
2234         * elf/rtld.c (dl_main): Likewise.
2236         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2237         macro to calm down the compiler.
2239         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2241         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2243         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2244         placement of errno definition.
2245         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2246         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2247         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2248         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2249         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2251         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2252         from 1024 to 65536, to avoid buffer overrun.
2254 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2256         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2257         from 1024 to 65536, to avoid buffer overrun.
2258         * resolv/res_query.c (MAXPACKET): Likewise.
2260 2002-08-24  Andreas Jaeger  <aj@suse.de>
2262         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2264 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2266         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2267         two52 locally.
2268         (log2): Likewise.
2269         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2270         Patch by Simon Gee <simong@agile.tv>.
2272         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2273         Prefer reading /proc/stat since it is more uniform across
2274         architectures.
2276         * manual/texinfo.tex: Update to latest official version.
2278         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2279         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2280         * sysdeps/gnu/bits/shm.h: Likewise.
2281         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2282         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2283         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2284         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2285         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2286         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2287         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2288         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2289         since this is what the kernel says.
2291         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2292         since ssize_t is needed as well.  Replace const with __const.
2294 2002-08-23  Roland McGrath  <roland@redhat.com>
2296         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2297         __malloc_hook, __realloc_hook, __memalign_hook,
2298         __after_morecore_hook): Variable definitions moved to ...
2299         * malloc/malloc.c: ... here, so as to be before all references.
2301         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2302         global variable reference in an unused asm parameter, to ensure the
2303         compiler has set up the GOT register before we use it.
2305         * malloc/hooks.c: Move variable definitions ahead of uses.
2306         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2307         initializers that make reference to variables they define.
2309 2002-08-23  Andreas Jaeger  <aj@suse.de>
2311         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2312         alloca, free, qsort.
2314         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2316         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2317         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2319         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2320         <hch@lst.de>.
2321         * sysdeps/generic/fgetxattr.c: New file.
2322         * sysdeps/generic/flistxattr.c: New file.
2323         * sysdeps/generic/fremovexattr.c: New file.
2324         * sysdeps/generic/fsetxattr.c: New file.
2325         * sysdeps/generic/getxattr.c: New file.
2326         * sysdeps/generic/listxattr.c: New file.
2327         * sysdeps/generic/lgetxattr.c: New file.
2328         * sysdeps/generic/llistxattr.c: New file.
2329         * sysdeps/generic/lremovexattr.c: New file.
2330         * sysdeps/generic/lsetxattr.c: New file.
2331         * sysdeps/generic/removexattr.c: New file.
2332         * sysdeps/generic/setxattr.c: New file.
2333         * misc/Makefile (headers): Add sys/xattr.h.
2334         (routines): Add *xattr calls.
2335         * misc/Versions: Add *xattr calls with version 2.3.
2336         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2337         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2338         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2339         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2340         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2341         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2342         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2343         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2345 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2347         * sysdeps/powerpc/elf/libc-start.c
2348         (__cache_line_size): Declare.
2349         (__aux_init_cache): New function.
2350         (__libc_start_main): Change type of `auxvec' parameter to
2351         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2352         __aux_init_cache.
2353         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2354         (__cache_line_size): Declare.
2355         (__aux_init_cache): New function.
2356         (DL_PLATFORM_INIT): Define.
2357         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2358         value to select the correct stride for dcbz.
2360 2002-08-22  Andreas Jaeger  <aj@suse.de>
2362         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2363         shmat.
2365 2002-08-22  Roland McGrath  <roland@redhat.com>
2367         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2368         position indicated by locrectab against file bounds before rounding to
2369         page size.  In mapping loop, always set TO before breaking out of
2370         contiguous range coalescing loop.
2372         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2373         (or MAP_COPY if available) instead of MAP_SHARED.
2375         * scripts/firstversions.awk: When encountering a version newer than
2376         the specified earliest version, be sure to emit the specified earliest
2377         version first if any renaming of an older version to that has been.
2379 2002-08-21  Roland McGrath  <roland@redhat.com>
2381         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2382         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2383         (Configuring and compiling): Don't mention older GCC versions any more.
2384         * INSTALL: Regenerated.
2386         * manual/install.texi (Configuring and compiling, Installation,
2387         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2389         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2390         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2391         and with noinline otherwise.  Remove hack alloca use to prevent
2392         inlining, we can ask for it explicitly nowadays.
2394         * dlfcn/bug-dlsym1.c: New file.
2395         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2396         * dlfcn/Makefile (distribute): Add them.
2397         (tests): Add bug-dlsym1 here.
2398         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2399         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2400         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2402 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2404         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2405         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2406         before relocation.
2407         (_dl_start): Don't use local bootstrap_map variable if
2408         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2409         pass bootstrap_map to _dl_start_final in this case either.  Don't
2410         pass start_time to _dl_start_final ever.
2411         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2413         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2414         This cripples the scope lists necessary to search for symbols in
2415         dependencies which are not in the global scope.
2417         * include/setjmp.h (__libc_longjmp): Add declaration.
2419 2002-08-21  Andreas Jaeger  <aj@suse.de>
2421         * sysdeps/x86_64/_mcount.S: Fix assembler.
2423         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2424         with biarch support.
2426 2002-08-21  Andreas Jaeger  <aj@suse.de>
2428         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2430         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2432         * sysdeps/x86_64/machine-gmon.h: New file.
2433         * sysdeps/x86_64/_mcount.S: New file.
2435 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2437         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2438         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2439         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2440         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2441         to TL_INIT_TP.  Otherwise pass 1.
2442         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2443         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2445 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2447         * locale/programs/localedef.c (add_to_readlist): Error about
2448         circular dependencies only if the locale in question hasn't
2449         been finished.
2450         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2451         CTYPE_LOCALE to load_locale.
2452         * locale/programs/locfile.c (locfile_read): Don't include
2453         unneeded but available locales in locale_mask.
2455         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2456         print any messages about enlarging archive.
2458 2002-08-20  Brian Youmans  <3diff@gnu.org>
2460         * manual/contrib.texi: Removed licenses, added acknowledgements
2461         for contributions by Intel, IBM, Craig Metz.
2462         * LICENSES: New file, contains the text of all non-FSF licenses in the
2463         distribution that require putting the notice in the accompanying
2464         documentation.
2465         * README.template, README: Mention LICENSES.
2467         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2468         new one modelled on the modern BSD license, per recent letter
2469         of permission from CMU.
2470         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2472         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2473         from IBM to FSF, per the recent Software Letter.  Changed the
2474         distribution terms from GPL to LGPL.
2476         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2477         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2478         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2479         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2480         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2481         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2482         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2483         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2484         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2485         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2487         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2488         from IBM to FSF, per the recent Software Letter.  Corrected the
2489         text of the copying permission notice to say Lesser GPL instead
2490         of GPL in warranty disclaimer paragraph.
2491         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2492         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2493         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2494         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2495         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2496         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2497         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2498         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2499         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2500         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2501         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2502         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2503         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2504         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2505         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2506         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2507         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2508         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2509         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2510         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2511         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2513         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2514         permission notice to say Lesser GPL instead of GPL in warranty
2515         disclaimer paragraph.
2516         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2517         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2518         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2519         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2520         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2521         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2522         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2523         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2524         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2525         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2526         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2527         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2528         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2529         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2530         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2531         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2532         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2533         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2534         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2535         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2536         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2537         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2538         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2540 2002-08-20  Roland McGrath  <roland@redhat.com>
2542         Fix ABI compatibility with libc compiled with old tools on powerpc.
2543         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2544         and Jack Howarth <howarth@bromo.med.uc.edu>.
2545         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2546         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2547         pass -DHAVE_DOT_HIDDEN for these files.
2548         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2549         __floatdisf.
2550         * sysdeps/powerpc/divdi3.c: New file.
2551         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2552         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2554 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2556         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2557         partially overlapping mappings.  Remove unneeded (char *) casts.
2558         Never allow duplication of ranges in mapped areas.
2560 2002-08-20  Roland McGrath  <roland@redhat.com>
2562         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2563         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2565 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2567         * include/unistd.h: Don't hide _exit.
2569         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2570         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2571         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2572         argument 1 to TLS_INIT_TP.
2573         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2575         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2577         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2578         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2579         memory allocation to...
2580         (allocate_dtv): ...here.  New function.
2581         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2582         call allocate_dtv instead of _dl_allocate_tls_storage.
2583         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2584         (_dl_get_tls_static_info): New function.
2585         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2586         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2588 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2590         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2591         immediately if result == NULL.
2593 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2595         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2597 2002-08-18  Roland McGrath  <roland@frob.com>
2599         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2600         instead of __file_name_split.
2601         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2603         * sysdeps/mach/hurd/dl-sysdep.c
2604         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2605         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2607 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2609         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2610         in change before last: MAX -> MIN.
2612 2002-08-15  Roland McGrath  <roland@redhat.com>
2614         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2615         if seek would go past it.
2616         (mmap_remap_check): If file position is at or past EOF after check,
2617         leave read pointers at EOF and don't seek.
2619         * libio/tst-mmap-offend.c: New file.
2620         * libio/Makefile (tests): Add it.
2622         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2623         the name as passed, rather than the name in the archive dictionary.
2625 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2627         * csu/Makefile: Define elide-routines.os not static-only-routines.
2629         * include/sched.h (__clone): Add varargs at the end.
2631         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2632         case.
2633         (TLS_INIT_HELPER): If defined, use it.
2634         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2636 2002-08-15  Roland McGrath  <roland@redhat.com>
2638         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2639         on L->l_prev; it can happen under rtld --verify too.
2641         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2642         header separately, just map an initial window of 2MB from the file
2643         and remap if that is not large enough to cover the whole header.
2645 2002-08-15  Andreas Jaeger  <aj@suse.de>
2647         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2648         version 2.3.
2649         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2650         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2651         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2652         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2653         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2654         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2655         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2656         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2657         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2658         Patch by Andreas Gruenbacher <agruen@suse.de>.
2660         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2662 2002-08-14  Roland McGrath  <roland@redhat.com>
2664         * locale/locarchive.h (struct locale_category_data): Give this name to
2665         the type of locale_data_t's elements.
2666         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2667         (add_locale): Use that to sort the categories by size and put all
2668         those that fit into two pages into the LC_ALL block, instead of
2669         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2670         (show_archive_content): Detect categories inside LC_ALL block
2671         directly, instead of hard-coding.
2672         (oldlocrecentcmp): Compare just on file locations used.
2674 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2676         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2677         (oldlocrecentcmp): New function.
2678         (enlarge_archive): Re-add locales in the order they were added
2679         to the archive.
2680         (add_locale): Put all the small locale files together, if the small
2681         locale file block would occupy less pages if page size aligned, align
2682         it.
2683         (show_archive_content): Adjust for locale archives optimized for speed.
2685 2002-08-14  Roland McGrath  <roland@frob.com>
2687         * configure.in: Use "MISSING" as not-found value for MIG.
2688         * sysdeps/mach/configure.in: Fatal if mig not found.
2689         * configure, sysdeps/mach/configure: Regenerated.
2691 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2693         * locale/loadarchive.c (archfname): Add missing slash.
2695         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2696         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2698 2002-08-12  Roland McGrath  <roland@redhat.com>
2700         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2701         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2702         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2703         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2704         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2705         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2706         * sysdeps/generic/waitpid.c: Likewise.
2708         * include/net/if.h: New file.  Use libc_hidden_proto
2709         for if_nametoindex and if_indextoname.
2710         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2711         * sysdeps/mach/hurd/if_index.c: Likewise.
2712         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2714         * include/grp.h (setgroups): Add libc_hidden_proto.
2715         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2716         * sysdeps/mach/hurd/setgroups.c: Likewise.
2717         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2718         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2720 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2722         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2723         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2724         * sysdeps/generic/setegid.c (setegid): Likewise.
2725         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2726         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2727         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2728         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2729         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2730         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2731         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2732         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2733         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2734         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2735         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2736         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2737         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2739         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2740         __lxstat_internal, __lxstat64_internal): Remove.
2741         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2742         Add hidden_proto.
2743         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2744         Remove INTDEF where present, remove #undef at the beginning.
2745         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2746         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2747         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2748         * sysdeps/generic/xstat.c (__xstat): Likewise.
2749         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2750         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2751         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2752         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2753         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2754         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2755         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2756         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2757         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2758         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2759         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2760         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2761         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2762         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2763         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2764         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2765         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2766         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2767         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2768         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2769         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2770         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2771         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2772         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2773         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2774         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2775         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2776         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2777         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2778         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2779         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2780         * sysdeps/unix/xstat.c (__xstat): Likewise.
2782         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2783         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2784         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2785         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2786         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2787         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2788         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2790         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2791         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2792         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2793         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2794         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2795         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2796         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2797         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2798         Likewise.
2799         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2800         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2801         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2802         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2803         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2804         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2805         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2806         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2808         * include/string.h (strcoll): Add libc_hidden_proto.
2809         * string/strcoll.c (strcoll): Add libc_hidden_def.
2811         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2813 2002-08-11  Philip Blundell  <philb@gnu.org>
2815         * sysdeps/arm/Makefile: New file.
2817 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2819         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2820         by another '|', end of regex or enclosing ')', clear branch.
2821         * posix/bug-regex9.c: New test.
2822         * posix/Makefile (tests): Add bug-regex9.
2824 2002-08-12  Roland McGrath  <roland@redhat.com>
2826         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2827         start count condition, use TOTAL instead of variable that was never
2828         set.  Fix outer loop termination condition to TOTAL >= after update.
2830         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2831         dl_tls_static_align and dl_tls_static_nelem.
2833 2002-08-11  Roland McGrath  <roland@redhat.com>
2835         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2836         of the TLS macros, otherwise the compiler might not have initialized
2837         the PIC register yet when we use the PLT via asm.
2838         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2839         * elf/tst-tlsmod2.c (in_dso): Likewise.
2841         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2843         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2844         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2846         * include/unistd.h: Use libc_hidden_proto for getdomainname
2847         and getlogin_r.
2848         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2849         * sysdeps/mach/hurd/getdomain.c: Likewise.
2850         * sysdeps/unix/getlogin_r.c: Likewise.
2851         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2852         * sysdeps/generic/getlogin_r.c: Likewise.
2854         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2855         * sunrpc/rtime.c: Add libc_hidden_def.
2857         * include/string.h: Use libc_hidden_proto for basename.
2858         * string/basename.c [_LIBC]: Add libc_hidden_def.
2860         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2862         * locale/loadarchive.c: munmap -> __munmap throughout.
2864         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2865         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2866         * sysdeps/generic/gai_strerror.c: Likewise.
2868         * include/sys/errno.h: New file.
2870         * include/signal.h: No libc_hidden_proto for raise,
2871         __libc_current_sigrtmin, __libc_current_sigrtmax.
2872         These need to be overridden by linuxthreads.
2873         * sysdeps/posix/raise.c: Reverted.
2874         * sysdeps/generic/raise.c: Reverted.
2875         * signal/allocrtsig.c: Reverted.
2877         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2879 2002-08-10  Roland McGrath  <roland@redhat.com>
2881         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2882         * locale/localeinfo.h: Declare it.
2883         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2884         current locale if it's not in the file list.
2885         Call _nl_archive_subfreeres.
2887 2002-08-10  Andreas Jaeger  <aj@suse.de>
2889         * sysdeps/i386/strchr.S: Add comment.
2891 2002-08-10  Roland McGrath  <roland@redhat.com>
2893         * include/wchar.h (putwc): Use libc_hidden_proto.
2894         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2895         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2896         * stdio-common/dprintf.c: Add libc_hidden_def.
2897         * stdio-common/fprintf.c: Likewise.
2898         * stdio-common/sprintf.c: Likewise.
2899         * stdio-common/sscanf.c: Likewise.
2900         * libio/iofwrite.c: Likewise.
2901         * libio/memstream.c: Likewise.
2902         * libio/putwc.c: Likewise.
2903         * stdio-common/perror.c: Likewise.
2904         * sysdeps/posix/remove.c: Likewise.
2905         * sysdeps/generic/remove.c: Likewise.
2906         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2907         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2909 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2911         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2912         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2913         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2914         towlower, towupper): Add libc_hidden_weak.
2916         * include/bits/dlfcn.h: New file.
2917         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2919         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2920         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2921         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2922         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2923         * include/shadow.h (_nss_files_parse_spent): Likewise.
2924         * include/netdb.h (_nss_files_parse_protoent,
2925         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2926         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2927         (LINE_PARSER): Use it.
2928         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2929         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2931         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2932         #endif.
2934         * manual/debug.texi (%MENU%): Remove trailing dot.
2935         Reported by <hayastan132@hotmail.com>.
2937         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2938         aliases.
2939         (lseek): Dummy.
2940         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2941         Likewise.
2943 2002-08-09  Roland McGrath  <roland@redhat.com>
2945         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2946         name to find codeset name (if any) and normalize it.  If the
2947         normalized name differs, look up only that in the archive.
2948         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2949         contains a codeset, normalize the codeset store only the normalized
2950         name in the archive.  If not, add an alias containing the locale's
2951         normalized codeset name.  Apply codeset name normalization when
2952         matching entries in the alias file.
2954         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2955         decrement HEAD->namehash_used here.
2956         (add_locale): Only need to insert name string when name_offset != 0.
2958         * locale/programs/localedef.c (options): Add -A/--alias-file.
2959         (alias_file): New variable.
2960         (parse_opt): Grok -A, set that.
2961         * locale/programs/localedef.h: Declare it.
2963         * locale/locarchive.h (struct locrecent): Add `refs' member.
2964         * locale/programs/locarchive.c (insert_name): New function, broken out
2965         of ...
2966         (add_locale_to_archive): ... here.  Call that.
2967         (add_alias): New function.
2968         (add_locale): New static function, add_locale_to_archive renamed.
2969         (add_locale_to_archive): Call that and use add_alias to add an alias
2970         for the name with codeset if the given name lacks it.
2971         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2973         * locale/Makefile (routines): Add loadarchive.
2974         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2975         (_nl_load_locale_from_archive): New function.
2976         * locale/localeinfo.h: Declare it.
2977         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2978         try _nl_load_locale_from_archive first.
2980         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2981         broken out of _nl_load_locale.
2982         (_nl_load_locale): Call that.
2983         * locale/localeinfo.h: Declare it.
2984         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2985         (struct locale_data): Remove unused member `options'.
2986         * locale/findlocale.c (_nl_remove_locale): Update uses.
2987         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2988         * locale/C-collate.c: Update initializer.
2989         * locale/C-identification.c: Likewise.
2990         * locale/C-measurement.c: Likewise.
2991         * locale/C-telephone.c: Likewise.
2992         * locale/C-address.c: Likewise.
2993         * locale/C-name.c: Likewise.
2994         * locale/C-paper.c: Likewise.
2995         * locale/C-time.c: Likewise.
2996         * locale/C-numeric.c: Likewise.
2997         * locale/C-monetary.c: Likewise.
2998         * locale/C-messages.c : Likewise.
2999         * locale/C-ctype.c: Likewise.
3001         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
3002         use CHAR_BIT instead of BITSPERBYTE.
3004         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
3005         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
3006         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
3007         (_nl_remove_locale): Likewise.
3008         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
3010         * locale/findlocale.c (_nl_default_locale_path): New variable.
3011         (_nl_find_locale): If LOCALE_PATH is null, default to that.
3012         * locale/localeinfo.h: Declare it.
3013         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
3014         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
3015         * locale/newlocale.c (__newlocale): Likewise.
3017         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
3018         * inet/rexec.c (rexec_af): Add libc_hidden_def.
3019         * sysdeps/generic/morecore.c: Likewise.
3020         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
3021         (__libc_current_sigrtmax): Likewise.
3023 2002-08-08  Roland McGrath  <roland@redhat.com>
3025         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
3026         * catgets/open_catalog.c (__open_catalog): Likewise.
3028         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
3029         from typo INITIAL_NUM_NANES.
3030         (create_archive): Update use.
3032 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3034         * sysdeps/unix/sysv/linux/sigwait.c: New file.
3036 2002-08-08  Roland McGrath  <roland@frob.com>
3038         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
3040 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
3042         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
3043         else and undefine after including wcstol_l.c.
3044         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
3046 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
3048         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
3050 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
3052         * configure.in: Make the test for broken_alias_attribute stricter.
3054 2002-05-24  Robert Love  <rml@tech9.net>
3056         * posix/Makefile (routines): Add sched_getaffinity and
3057         sched_setaffinity.
3058         * posix/sched.h: Add declarations for sched_getaffinity and
3059         sched_setaffinity.
3060         * sysdeps/generic/sched_getaffinity.c: New file.
3061         * sysdeps/generic/sched_setaffinity.c: New file.
3062         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
3063         sched_setaffinity.
3065 2002-08-06  Andreas Schwab  <schwab@suse.de>
3067         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
3069 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3071         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
3072         message.
3074         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
3075         It is known to be defined.
3077         * include/string.h: Define index and rindex only if _ISOMAC is not
3078         defined.
3080         * elf/rtld.c: Include <errno.h>.
3081         * sysdeps/generic/libc-tls.c: Likewise.
3083 2002-08-07  Roland McGrath  <roland@redhat.com>
3085         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
3086         it internally.
3087         (precsize_aton): Likewise.
3089         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
3090         the static symbols added in the last change (doofus is me).
3092         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
3093         loop to notice missing categories in a composite name.
3095         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
3096         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
3097         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
3098         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
3100 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
3102         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
3104 2002-08-07  Roland McGrath  <roland@redhat.com>
3106         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
3107         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
3108         Reported by Jakub Jelinek  <jakub@redhat.com>.
3110 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
3112         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
3113         division.
3115 2002-08-06  Roland McGrath  <roland@redhat.com>
3117         * include/getopt.h: Put private decls inside [_GETOPT_H].
3118         Use libc_hidden_proto for getopt_long, getopt_long_only.
3119         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
3120         Add libc_hidden_def.
3122         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
3123         Define as a macro for __dl_iterate_phdr.
3125         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
3126         made static.  Add __ name as a strong alias.
3127         (internal_endnetgrent): Likewise.
3128         (internal_getnetgrent_r): Likewise.
3130         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
3131         with no __ prefix.
3132         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
3133         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
3134         all *_l functions with no __ prefix.
3135         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
3136         * ctype/ctype_l.c: Likewise.
3137         * locale/nl_langinfo.c: Likewise.
3138         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
3139         * stdlib/stdlib.h [__USE_GNU]: Likewise.
3140         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
3141         * wctype/wctype.h [__USE_GNU]: Likewise.
3142         * string/strcoll_l.c (strcoll_l): Define as weak alias.
3143         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
3144         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
3145         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
3146         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
3147         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
3148         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
3149         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
3150         (__wcscasecmp_l): Add libc_hidden_def.
3151         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
3152         (__wcsncasecmp_l): Add libc_hidden_def.
3153         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
3154         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
3155         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
3156         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
3157         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
3158         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
3159         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
3160         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
3161         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
3162         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
3163         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
3164         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
3165         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
3166         * wctype/wctype_l.c (wctype_l) Define as weak alias.
3168 2002-08-05  Roland McGrath  <roland@redhat.com>
3170         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
3171         netname2user, host2netname, user2netname, key_gendes.
3172         * sunrpc/netname.c: Add libc_hidden_def.
3173         * sunrpc/key_call.c: Likewise.
3175         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
3176         freeaddrinfo.
3177         * inet/getnameinfo.c: Add libc_hidden_def.
3178         * sysdeps/generic/getaddrinfo.c: Likewise.
3179         * sysdeps/posix/getaddrinfo.c: Likewise.
3181         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3182         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3183         * wcsmbs/wmemset.c: Add libc_hidden_def.
3185         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3186         (index, rindex): Define as macros for strchr, strrchr.
3188         * string/envz.c (envz_strip): index -> strchr
3190         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3191         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3193         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3194         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3196         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3197         * stdlib/wctomb.c: Add libc_hidden_def.
3199         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3200         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3201         * resolv/herror.c: Likewise.
3202         * inet/rcmd.c: Add libc_hidden_def.
3203         * inet/ruserpass.c: Likewise.
3204         * inet/getnetgrent_r.c: Likewise.
3206         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3207         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3208         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3209         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3210         libc_hidden_def.
3211         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3212         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3214         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3215         __libc_system.
3216         (__libc_system): Call it, putting just the line == NULL test here.
3218         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3219         variables work right.
3221         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3222         * elf/dl-close.c (_dl_close): Likewise.
3224         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3225         in6addr_any, in6addr_loopback.  Remove decls for
3226         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3227         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3228         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3229         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3230         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3231         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3232         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3233         in6addr_loopback.
3234         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3236         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3237         ether_aton_r.
3238         * inet/ether_aton_r.c: Add libc_hidden_def.
3239         * inet/ether_ntoa_r.c: Likewise.
3241         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3242         xprt_unregister.
3243         * sunrpc/svc.c: Add libc_hidden_def.
3244         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3245         pmap_set, pmap_unset.
3246         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3247         * sunrpc/pm_getport.c: Likewise.
3248         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3249         * sunrpc/publickey.c: Add libc_hidden_def.
3251 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3253         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3254         the other memset call in this function.
3256         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3257         at correct index.  Clear BSS region now that memalign is used.
3259 2002-08-05  Roland McGrath  <roland@redhat.com>
3261         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3262         * sysdeps/generic/uname.c: Add libc_hidden_def.
3263         * sysdeps/mach/hurd/uname.c: Likewise.
3265 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3267         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3268         wcspbrk): Add libc_hidden_proto.
3269         * time/strftime.c (my_strftime): Add libc_hidden_def.
3270         (strftime): Remove libc_hidden_def.
3271         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3272         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3273         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3274         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3275         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3276         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3278         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3279         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3280         __rpc_thread_createerr): Add libc_hidden_proto.
3281         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3282         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3283         __rpc_thread_createerr): Add libc_hidden_def.
3285         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3286         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3287         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3288         clnt_perror, clnt_sperror): Add libc_hidden_def.
3289         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3291         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3292         libc_hidden_proto.
3293         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3294         * sunrpc/des_soft.c (des_setparity): Likewise.
3296         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3297         Add libc_hidden_proto.
3298         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3299         Add libc_hidden_def.
3301 2002-08-05  Roland McGrath  <roland@redhat.com>
3303         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3304         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3305         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3306         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3307         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3308         old data, abandoning the original memory allocated by rtld at startup,
3309         instead of calling realloc normally.
3311 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3313         * po/fr.po: Update from translation team.
3315 2002-08-04  Roland McGrath  <roland@redhat.com>
3317         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3318         then generate a dummy module under the given name, obeying the
3319         normal rules for the "caller" field.
3321         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3322         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3324         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3325         weak here; we declare it weak or strong in the one place we use it.
3326         * sysdeps/generic/libc-start.c: ... which is here.
3327         Don't make the decl weak if [USE_TLS], since static programs need TLS
3328         setup even when single-threaded.
3330         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3332         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3333         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3334         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3335         all these variables.
3337 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3339         * include/stdio.h: Don't define macro magic to redirect function
3340         calls if _ISOMAC is defined.
3342         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3343         ldouble asin tests.
3345 2002-08-04  Roland McGrath  <roland@redhat.com>
3347         * stdlib/lrand48_r.c: Add libc_hidden_def.
3349         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3350         TCB with __libc_memalign instead of mmap.
3351         (_dl_deallocate_tls): Free it with free instead of munmap.
3353         * Makerules (cpp-srcs-left): When setting this to run
3354         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3355         words.  Combine the two loops into one on the concatenated list,
3356         including those as well as $(test-srcs).
3358         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3359         since we align here with optimally minimal waste anyway.
3360         (malloc): Just call that.
3362         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3363         the right variable.
3365         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3366         to compute memory location for l_tls_initimage.
3367         * elf/rtld.c (_dl_start): Likewise.
3368         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3370         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3371         because the .d file is generated in the non-shared case and
3372         so fails to catch them otherwise.
3374         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3375         split out of _dl_allocate_tls.
3376         (_dl_allocate_tls_init): Likewise.
3377         (_dl_allocate_tls): Call those.
3378         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3379         * elf/rtld.c (dl_main): Call them separately instead of calling
3380         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3381         is finished, so that the initializer data has been relocated before we
3382         copy it into the main thread's TLS block.
3384         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3385         loop conditions, prevented the last used module from being initialized.
3387 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3389         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3390         if glob resp. globfree are not macros.
3391         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3392         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3393         Add libc_hidden_ver.
3394         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3395         libc_hidden_def.
3396         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3397         instead of libc_hidden_weak.
3398         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3399         libc_hidden_ver instead of libc_hidden_def.
3400         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3401         libc_hidden_ver instead of libc_hidden_def.
3402         (wcstoll, wcstoq): Remove libc_hidden_weak.
3403         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3404         libc_hidden_ver.
3405         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3406         libc_hidden_ver.
3407         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3408         libc_hidden_ver.
3409         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3410         libc_hidden_ver.
3412 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3414         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3415         to access _sys_siglist.
3416         * string/strsignal.c: Likewise.
3417         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3418         * sysdeps/gnu/siglist.c: Likewise.
3419         * sysdeps/unix/siglist.c: Likewise.
3420         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3422         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3424         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3426         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3427         alias and use it.
3428         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3430         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3431         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3432         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3434         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3435         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3437         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3438         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3439         and __gconv_get_cache respectively.
3440         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3441         defined static.  Change all users.
3442         (__gconv_get_cache): New function.
3443         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3444         (__gconv_get_alias_db): New function.
3445         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3446         (__conv_modules_db): Likewise.
3447         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3448         and __gconv_get_alias_db.
3449         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3450         variables.
3452         * include/stdlib.h: Add prototype and libc_hidden_proto for
3453         __default_morecore.
3454         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3456         * malloc/obstack.c: Remove fputs macro.
3458         * malloc/mtrace.c: Remove fopen macro.
3460 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3462         * manual/debug.texi: Fix spelling to programmatically.
3463         Reported by <hayastan132@hotmail.com>.
3465 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3467         * include/libio.h: Add libc_hidden_proto for __uflow.
3468         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3469         fgetpos to _IO_* names.
3470         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3471         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3472         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3473         putwc_unlocked, vswscanf.
3474         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3475         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3476         * libio/fseek.c: Likewise.
3477         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3478         not fopencookie.
3479         * libio/genops.c (__uflow): Add libc_hidden_def.
3480         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3481         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3482         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3483         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3484         * libio/iofread_u.c (fread_unlocked): Likewise.
3485         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3486         * libio/iovswscanf.c (vswscanf): Likewise.
3487         * libio/putwc_u.c (putwc_unlocked): Likewise.
3488         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3489         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3490         * malloc/mtrace.c: Likewise.
3492         * sunrpc/clnt_perr.c: Remove fputs macro.
3493         * sunrpc/svc_simple.c: Likewise.
3494         * sunrpc/svc_tcp.c: Likewise.
3495         * sunrpc/svc_udp.c: Likewise.
3496         * sunrpc/xdr_rec.c: Likewise.
3497         * sunrpc/xdr_ref.c: Likewise.
3499         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3500         iconv_prog, linereader, and charmap-dir.
3501         * locale/Makefile: Likewise for locale and charmap-dir.
3502         * malloc/Makefile: Likewise for memusagestat.
3503         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3504         * sunrpc/Makefile: Likewise for rpc_main.
3505         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3506         * timezone/Makefile: Likewise for zic.
3508         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3510         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3511         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3512         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3513         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3514         _dl_close.
3516         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3517         __wunderflow.
3518         * libio/genops.c (__underflow): Add libc_hidden_def.
3519         * libio/wgenops.c (__wuflow): Likewise.
3520         (__wunderflow): Likewise.
3522         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3523         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3525         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3526         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3528         * include/string.h: Add libc_hidden_proto for __strverscmp.
3529         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3531         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3532         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3533         * sysdeps/posix/sysconf.c: Likewise.
3534         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3535         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3537         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3538         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3539         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3540         __iswxdigit_l, __towlower_l, __towupper_l.
3541         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3542         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3544         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3545         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3546         * sysdeps/mach/hurd/xmknod.c: Likewise.
3547         * sysdeps/unix/xmknod.c: Likewise.
3548         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3549         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3550         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3552         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3554 2002-08-03  Roland McGrath  <roland@redhat.com>
3556         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3557         setpriority.
3558         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3559         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3560         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3561         * sysdeps/mach/hurd/setpriority.c: Likewise.
3562         * sysdeps/mach/hurd/getpriority.c: Likewise.
3563         * sysdeps/generic/setpriority.c: Likewise.
3564         * sysdeps/generic/getpriority.c: Likewise.
3566         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3567         * malloc/mcheck.c: Add libc_hidden_def.
3569         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3570         * misc/hsearch_r.c: Add libc_hidden_def.
3572         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3573         * posix/fnmatch.c: Add libc_hidden_weak.
3575         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3576         execl, execle, execlp, execvp, getpid, getsid.
3577         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3578         * sysdeps/unix/alarm.c: Likewise.
3579         * posix/confstr.c: Likewise.
3580         * posix/execvp.c: Likewise.
3581         * posix/execlp.c: Likewise.
3582         * posix/execle.c: Likewise.
3583         * posix/execl.c: Likewise.
3584         * sysdeps/generic/getsid.c: Likewise.
3585         * sysdeps/mach/hurd/getsid.c: Likewise.
3586         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3587         * sysdeps/mach/hurd/getpid.c: Likewise.
3589         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3590         qecvt_r, qfcvt_r, lrand48_r.
3591         * misc/efgcvt_r.c: Add libc_hidden_def.
3593         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3594         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3596         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3597         * locale/nl_langinfo.c: Add libc_hidden_def.
3599         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3600         * sysdeps/generic/glob.c: Add libc_hidden_def.
3601         * sysdeps/generic/glob64.c: Likewise.
3602         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3604         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3606         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3608         * locale/setlocale.c (_nl_current_names): Variable moved ...
3609         * locale/localename.c (_nl_current_names): ... here, new file.
3610         Make it global, with attribute_hidden.
3611         * locale/localeinfo.h: Declare it.
3612         * locale/Makefile (aux): Add localename.
3613         * locale/localename.c (__current_locale_name): New function.
3614         * include/locale.h (__current_locale_name): Declare it.
3615         * intl/dcigettext.c (guess_category_value): Use that instead of
3616         calling setlocale.
3618         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3619         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3620         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3621         * locale/newlocale.c: Add alias to __ name.
3622         * locale/duplocale.c: Likewise.
3623         * locale/freelocale.c: Likewise.
3624         * locale/uselocale.c: New file.
3625         * locale/Makefile (routines): Add it.
3626         * locale/Versions (libc: GLIBC_2.3): New set.
3627         Add newlocale, duplocale, freelocale, uselocale.
3628         (libc: GLIBC_PRIVATE): Add __uselocale.
3630         * locale/localeinfo.h [SHARED]
3631         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3632         (_NL_CURRENT_DATA): Define using that.
3633         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3634         (_NL_CURRENT_DEFINE): Define to empty.
3635         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3636         conditionalized on this.
3637         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3638         taking initializer of _nl_C_locobj.
3639         [SHARED] (_nl_global_locale): New variable, using that initializer.
3640         (_nl_C_locobj): Use new macro for initialzier.
3641         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3642         [! SHARED] (CATEGORY_USED): New macro.
3643         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3644         (setdata, setlocale): Use that macro instead of examining _nl_current.
3645         (setdata): Set the slot in _nl_global_locale.
3646         Conditionalize setting of _nl_current on [! SHARED].
3647         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3648         declaration as an extern.
3649         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3651         * include/locale.h: Use libc_hidden_proto for setlocale.
3652         * locale/setlocale.c: Add libc_hidden_def.
3654         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3656         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3657         * misc/hsearch_r.c: Add libc_hidden_def.
3658         * misc/lsearch.c: Likewise.
3660         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3661         endttyent.
3662         * misc/getttyent.c: Add libc_hidden_def.
3664         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3665         * malloc/mcheck.c: Add libc_hidden_def.
3667         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3668         * include/argz.h: Use libc_hidden_proto for argz_delete.
3669         * string/argz-delete.c: Add libc_hidden_def.
3670         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3672         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3673         HIDDEN_JUMPTARGET for _exit.
3674         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3675         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3676         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3677         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3679         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3680         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3681         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3682         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3684         * include/stdlib.h: Use libc_hidden_proto for abort,
3685         __strtof_internal, __strtod_internal, __strtold_internal,
3686         __strtol_internal, __strtoll_internal, __strtoul_internal,
3687         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3688         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3689         __strtoul_l_internal, __strtoull_l_internal.
3690         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3691         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3692         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3693         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3694         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3695         __wcsncasecmp_l.
3696         * sysdeps/generic/abort.c: Add libc_hidden_def.
3697         * stdlib/strtod.c: Likewise.
3698         * sysdeps/generic/strtol.c: Likewise.
3699         * sysdeps/wordsize-64/strtol.c: Likewise.
3700         * sysdeps/wordsize-64/wcstol.c: Likewise.
3701         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3703         * include/stdlib.h: Use libc_hidden_proto for qsort.
3704         * stdlib/msort.c: Add libc_hidden_def.
3706         * include/utime.h: Use libc_hidden_proto for utime.
3707         * sysdeps/generic/utime.c: Add libc_hidden_def.
3708         * sysdeps/unix/utime.c: Likewise.
3710         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3711         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3712         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3713         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3714         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3716         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3717         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3718         and __libc_current_sigrtmax.
3719         * signal/sigismem.c: Add libc_hidden_def.
3720         * signal/sigfillset.c: Likewise.
3721         * signal/sigempty.c: Likewise.
3722         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3723         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3724         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3725         * sysdeps/posix/raise.c: Likewise.
3726         * sysdeps/generic/raise.c: Likewise.
3728 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3730         * include/string.h: Use libc_hidden_proto for __stpcpy.
3731         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3732         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3733         * sysdeps/generic/stpcpy.c: Likewise.
3734         * sysdeps/i386/stpcpy.S: Likewise.
3735         * sysdeps/i386/i586/stpcpy.S: Likewise.
3736         * sysdeps/powerpc/stpcpy.S: Likewise.
3737         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3738         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3740         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3741         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3742         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3743         libc_hidden_def.
3744         * string/strdup.c (__strdup): Likewise.
3745         * string/strndup.c (__strndup): Likewise.
3746         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3747         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3749 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3751         * include/libio.h: New file.
3752         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3753         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3754         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3755         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3756         * sysdeps/unix/common/syscalls.list: Likewise.
3757         * sysdeps/unix/inet/syscalls.list: Likewise.
3758         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3759         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3760         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3761         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3762         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3763         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3764         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3765         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3766         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3767         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3768         * sysdeps/unix/syscalls.list: Likewise.
3770 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3771             Ulrich Drepper  <drepper@redhat.com>
3773         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3774         the arguments is big enough to cause an overflow.
3776 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3778         * assert/assert.c: Use hidden_def not INTDEF.
3780 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3782         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3783         not defined.
3785 2002-08-03  Roland McGrath  <roland@redhat.com>
3787         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3788         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3789         verr, verrx.
3790         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3791         * misc/syslog.c: Add libc_hidden_def.
3792         * misc/err.c: Likewise.
3793         * stdlib/exit.c: Likewise.
3794         * stdlib/bsearch.c: Likewise.
3795         * sysdeps/generic/getenv.c: Likewise.
3797         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3799         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3800         libc_hidden_weak for every system call symbol defined.
3802         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3803         timelocal, localtime, strftime.
3804         * time/asctime.c: Add libc_hidden_def.
3805         * time/mktime.c: Likewise.
3806         * time/localtime.c: Likewise.
3807         * time/strftime.c: Likewise.
3808         * time/strptime.c: Likewise.
3809         * sysdeps/generic/time.c: Likewise.
3810         * sysdeps/unix/time.c: Likewise.
3811         * sysdeps/unix/sysv/i386/time.S: Likewise.
3812         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3814         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3815         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3816         * resolv/inet_ntop.c: Likewise.
3817         * resolv/inet_pton.c: Likewise.
3818         * inet/inet_mkadr.c: Add libc_hidden_def.
3819         * inet/inet_netof.c: Likewise.
3820         * resolv/inet_addr.c: Likewise.
3822         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3823         clauses from conditionals for now.  Will have to be fixed later
3824         for older compilers.
3826         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3828 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3830         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3831         broken alias attribute handling.
3832         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3834 2002-08-02  Roland McGrath  <roland@frob.com>
3836         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3837         since it sets the variables we use in a -D switch.
3839 2002-08-02  Roland McGrath  <roland@redhat.com>
3841         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3842         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3843         matches long int, not int.
3845         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3846         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3847         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3848         * wctype/wctrans.c (wctrans): Likewise.
3849         * wctype/wctype.c (__wctype): Likewise.
3850         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3852 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3854         * assert/assert.c (__assert_fail): Fix typo in comment.
3856         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3857         * sunrpc/rpc_thread.c: Define it without static.
3858         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3860 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3862         * assert/assert.c (__assert_fail): Remove undef.
3863         Replace INTDEF with libc_hidden_def.
3864         * assert/__assert.c (__assert): Remove INTUSE.
3865         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3866         libc_hidden_weak.
3867         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3868         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3869         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3870         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3871         libm_hiden_ver): Define.
3872         * include/assert.h (__assert_fail_internal): Remove.
3873         (__assert_fail): Add prototype.  Add hidden_proto.
3874         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3875         libc_hidden_proto.
3876         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3877         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3878         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3879         Add libc_hidden_proto.
3880         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3881         __fcntl): Add libc_hidden_proto.  Remove macros.
3882         (__open_internal, __fcntl_internal): Remove.
3883         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3884         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3885         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3886         libc_hiden_proto.
3887         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3888         libc_hidden_def.
3889         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3890         Add libc_hidden_def.
3891         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3892         * sysdeps/generic/open.c (__open): Remove undef.
3893         Add libc_hidden_def.  Remove INTDEF.
3894         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3895         Add libc_hidden_def.
3896         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3897         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3898         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3899         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3900         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3901         (__libc_fcntl): Add libc_hidden_def.
3902         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3903         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3904         (__libc_open): Add libc_hidden_def.
3905         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3906         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3907         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3908         Add libc_hidden_def.
3909         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3910         Add libc_hidden_def.
3911         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3912         undef.
3913         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3914         (__libc_fcntl): Add libc_hidden_def.
3915         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3916         __getpgid_internal, __chown_internal): Remove.
3917         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3918         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3919         __GI___chown): Add.
3920         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3921         __getpid_internal, __open_internal, __write_internal): Remove.
3922         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3923         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3924         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3925         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3926         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3927         Replace INTDEF with libc_hidden_def.
3928         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3929         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3930         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3931         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3932         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3933         Add libc_hidden_proto.
3934         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3935         * include/sys/select.h (__select): Likewise.
3936         * include/sys/socket.h (__send): Likewise.
3937         * include/sys/statfs.h (__statfs): Likewise.
3938         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3939         __getpid, __getpgid, __setpgid, __close, __read, __write,
3940         __getpagesize, __sbrk): Likewise.
3941         (__chown_internal, __dup2_internal, __getpid_internal,
3942         __getpgid_internal, __close_internal, __write_internal,
3943         __getpagesize_internal): Remove.
3944         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3945         Remove macros.
3946         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3947         * include/sched.h (__sched_setscheduler): Likewise.
3948         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3949         * include/stdlib.h (__secure_getenv): Likewise.
3950         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3951         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3952         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3953         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3954         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3955         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3956         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3957         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3958         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3959         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3960         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3961         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3962         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3963         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3964         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3965         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3966         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3967         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3968         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3969         * libio/genops.c (__overflow): Add libc_hidden_def.
3970         * libio/iovdprintf.c: Remove libio.h include.
3971         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3972         libc_hidden_weak): Define to nothing if not defined.
3973         (__overflow, __woverflow): Add libc_hidden_proto.
3974         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3975         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3976         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3977         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3978         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3979         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3980         and libc_hidden_def.
3981         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3982         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3983         (__getpgid): Add libc_hidden_proto.
3984         (__bsd_getpgrp): Remove INTUSE.
3985         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3986         libc_hidden_def.
3987         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3988         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3989         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3990         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3991         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3992         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3993         __rpc_thread_createerr): Add libc_hidden_def.
3994         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3995         libc_hidden_def.
3996         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3997         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3998         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3999         * sysdeps/generic/chown.c (__chown): Likewise.
4000         * sysdeps/generic/close.c (__close): Likewise.
4001         * sysdeps/generic/dup2.c (__dup2): Likewise.
4002         * sysdeps/generic/pipe.c (__pipe): Likewise.
4003         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
4004         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
4005         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
4006         * sysdeps/generic/read.c (__libc_read): Likewise.
4007         (__read): Add libc_hidden_weak.
4008         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
4009         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
4010         * sysdeps/generic/select.c (__select): Likewise.
4011         * sysdeps/generic/send.c (__send): Likewise.
4012         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
4013         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
4014         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
4015         * sysdeps/generic/statfs.c (__statfs): Likewise.
4016         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
4017         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
4018         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
4019         Remove undef and INTDEF.
4020         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
4021         * sysdeps/generic/getpid.c (__getpid): Likewise.
4022         * sysdeps/generic/write.c (__libc_write): Likewise.
4023         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4024         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
4025         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
4026         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
4027         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
4028         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
4029         Remove undef and INTDEF.
4030         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
4031         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
4032         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
4033         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
4034         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
4035         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
4036         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
4037         (__pipe): Add libc_hidden_def.
4038         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
4039         libc_hidden_weak.
4040         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
4041         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
4042         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
4043         (__read): Add libc_hidden_weak.
4044         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
4045         (__libc_pwrite64): Add libc_hidden_def.
4046         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
4047         * sysdeps/mach/hurd/select.c (__select): Likewise.
4048         * sysdeps/mach/hurd/send.c (__send): Likewise.
4049         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
4050         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
4051         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
4052         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4053         * sysdeps/posix/dup2.c: Likewise.
4054         Remove undef and INTDEF.
4055         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
4056         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
4057         (__pwrite64): Add libc_hidden_weak.
4058         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
4059         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
4060         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
4061         * sysdeps/standalone/close.c (__close): Likewise.
4062         * sysdeps/standalone/write.c (__libc_write): Likewise.
4063         (__write): Add libc_hidden_weak.
4064         * sysdeps/standalone/read.c (__read): Likewise.
4065         (__libc_read): Add libc_hidden_def.
4066         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
4067         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
4068         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
4069         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
4070         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
4071         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
4072         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
4073         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
4074         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
4075         __GI___sigaction): Add.
4076         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
4077         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
4078         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
4079         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
4080         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
4081         __GI___setpgid): Add.
4082         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
4083         Remove undef and INTDEF.
4084         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
4085         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
4086         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
4087         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
4088         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
4089         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
4090         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
4091         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
4092         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
4093         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
4094         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
4095         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
4096         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
4097         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
4098         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
4099         __GI___statfs, __GI___send): Add.
4100         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
4101         libc_hidden_ver resp. libc_hidden_def.
4102         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
4103         libc_hidden_def.
4104         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
4105         Likewise.  Remove undef and INTDEF.
4106         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
4107         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
4108         __GI___statfs, __GI___send): Add.
4109         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
4110         libc_hidden_def.
4111         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
4112         Likewise.
4113         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
4114         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
4115         libc_hidden_ver resp. libc_hidden_def.
4116         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
4117         __GI___send): Add.
4118         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
4119         Add libc_hidden_weak.
4120         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
4121         Add libc_hidden_def.
4122         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
4123         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
4124         libc_hidden_weak.
4125         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
4126         resp. libc_hidden_def.
4127         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
4128         libc_hidden_weak.
4129         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
4130         INTDEF.
4131         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
4132         Likewise.  Remove undef.
4133         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
4134         libc_hidden_weak.
4135         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
4136         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
4137         libc_hidden_weak.
4138         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
4139         libc_hidden_def.
4140         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
4141         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
4142         Likewise.  Remove undef and INTDEF.
4143         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
4144         libc_hidden_def.
4145         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
4146         libc_hidden_weak.
4147         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
4148         libc_hidden_def.
4149         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
4150         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
4151         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
4152         libc_hidden_weak.
4153         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
4154         Add libc_hidden_def.
4155         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
4156         __GI___statfs): Add.
4157         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
4158         libc_hidden_weak.
4159         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
4160         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
4161         Remove undef and INTDEF.
4162         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
4163         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
4164         libc_hidden_def.
4165         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
4166         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
4167         libc_hidden_weak.
4168         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
4169         libc_hidden_def.
4170         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
4171         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
4172         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
4173         Add.
4174         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
4175         libc_hidden_def.  Remove undef and INTDEF.
4176         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
4177         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
4178         libc_hidden_def.
4179         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
4180         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4181         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4182         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4183         Remove undef and INTDEF.
4184         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4185         broken visibility attribute handling.
4186         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4188 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4190         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4191         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4193         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4194         previous patch.
4196 2002-06-29  Todd Fries  <todd@openbsd.org>
4198         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4200 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4202         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4204 2002-07-30  Roland McGrath  <roland@redhat.com>
4206         * resolv/resolv.h (_res): Define macro unconditionally.
4207         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4208         * include/resolv.h: ... here.
4209         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4210         as a __thread variable.
4211         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4212         a __thread variable instead of a global.
4213         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4215         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4216         time we test it.
4218         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4220         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4221         decls of memset and memcpy.
4223         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4224         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4226         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4228         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4229         (__libc_tsd_define): Define using __thread.
4231         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4232         (__rpc_thread_variables): Use __libc_tsd_get.
4233         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4234         __rpc_thread_variables, which might allocate what we're about to free.
4236         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4237         thread-local variable.
4238         * resolv/netdb.h (h_errno): Define macro unconditionally.
4239         [_LIBC] (__set_h_errno): Macro moved to ...
4240         * include/netdb.h: ... here.
4241         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4242         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4243         [! _LIBC_REENTRANT]: #undef h_errno here.
4245         * include/errno.h: Protect from multiple inclusion.
4247         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4248         before defining them, since Linux's <linux/posix_types.h> might have
4249         defined them.
4251 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4253         * malloc/malloc.c (public_cALLOc): Check for overflow on
4254         multiplication.
4255         * sunrpc/xdr_array.c (xdr_array): Likewise.
4256         * sunrpc/rpc/types.h (mem_free): Add comment.
4257         Patch by Solar Designer <solar@openwall.com>.
4259 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4261         * sysdeps/unix/sysv/linux/kernel-features.h
4262         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4264 2002-08-01  Roland McGrath  <roland@redhat.com>
4266         * libio/fileops.c (_IO_file_sync_mmap): New function.
4267         (_IO_file_jumps_mmap): Use it.
4268         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4269         repeat the stat check and resize the mapped buffer as necessary.
4271 2002-07-31  Roland McGrath  <roland@redhat.com>
4273         * libio/fileops.c (decide_maybe_mmap): New static function.
4274         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4275         mmap the file contents.  Then switch the jump tables to the mmap
4276         tables if it worked, or the vanilla file tables if not.
4277         (_IO_file_underflow_maybe_mmap): New function.
4278         (_IO_file_seekoff_maybe_mmap): New function.
4279         (_IO_file_xsgetn_maybe_mmap): New function.
4280         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4281         * libio/libioP.h: Declare those.
4282         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4283         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4284         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4285         If the stream is read-only, set its jump tables to those new ones.
4286         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4287         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4288         We need the tables set before _IO_file_attach.
4290         * libio/tst-mmap-eofsync.c: New file.
4291         * libio/tst-mmap-fflushsync.c: New file.
4292         * libio/bug-mmap-fflush.c: New file.
4293         * libio/tst-mmap2-eofsync.c: New file.
4294         * libio/Makefile (tests): Add them.
4296         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4297         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4299 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4301         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4302         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4303         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4304         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4305         declare sys_errlist and sys_nerr.
4306         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4307         provide declarations.
4309 2002-07-31  Roland McGrath  <roland@redhat.com>
4311         * elf/rtld.c (dl_main): Fix typo in error message.
4313 2002-07-31  Roland McGrath  <roland@frob.com>
4315         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4316         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4317         sysdeps/mach/hurd/dl-sysdep.c change.
4319 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4321         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4322         -r`/build/include for kernel headers.
4324         * po/fi.po: New file.
4326 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4328         * configure.in (static_nss): Set to `yes' if --disable-shared.
4330 2002-07-23  Bruno Haible  <bruno@clisp.org>
4332         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4333         is set.
4335 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4337         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4338         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4339         arguments.
4341 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4343         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4344         alias.
4346 2002-07-21  Bruno Haible  <bruno@clisp.org>
4348         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4349         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4350         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4351         trans_sysdep_tab_offset.
4352         (struct sysdep_segment): New type.
4353         (struct sysdep_string): New type.
4354         (SEGMENTS_END): New macro.
4355         * intl/gettextP.h (struct sysdep_string_desc): New type.
4356         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4357         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4358         orig_tab, trans_tab, hash_tab to const pointers because they point
4359         into read-only memory.
4360         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4361         (PRI*): Define fallback values.
4362         (get_sysdep_segment_value): New function.
4363         (_nl_load_domain): Distinguish major and minor revision parts. Add
4364         support for minor revision 1 with system dependent strings.
4365         (_nl_unload_domain): Also free the 'malloced' field.
4366         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4367         now done in loadmsgcat.c. Add support for system dependent strings.
4369 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4371         * posix/bug-regex7.c: New file.
4372         * posix/bug-regex8.c: New file.
4373         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4375 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4377         * posix/bug-regex4.c (main): Fix typos.
4378         * posix/bug-regex6.c (main): Likewise.
4380 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4382         * posix/bug-regex6.c (main): Fix warnings.
4384         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4386         * iconv/iconv_prog.c (main): Improve error message for the cases
4387         where -t and/or -f parameter are missing.
4389 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4391         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4392         (re_search): Likewise.
4393         (re_match_2): Likewise.
4394         (re_search_2): Likewise.
4395         (re_search_stub): New function.
4396         (re_search_2_stub): New function.
4397         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4399 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4401         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4402         (re_string_eoi): Use STOP instead of LEN.
4403         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4404         (re_string_construct): Likewise.
4405         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4406         * posix/regexec.c (re_search_internal): Add a new argument STOP
4407         so that it can handle the argument STOP of re_search_2 and re_match_2
4408         correctly.
4409         (regexec): Adapt to new I/F of re_search_internal.
4410         (re_search_stub): Likewise.
4412 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4414         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4416         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4418         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4419         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4420         of __divdi3.
4422         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4423         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4424         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4425         alias for adjtimex syscall.
4427         * elf/dl-minimal.c: Define __assert_fail_internal.
4428         * assert/assert.c: Likewise.
4429         * include/assert.h: Define __assert_file macro if !SHARED and not
4430         NOT_IN_libc.
4432         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4433         programs.
4434         * locale/Makefile: Likewise.
4435         * nscd/Makefile: Likewise.
4436         * catgets/Makefile: Likewise.
4438 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4440         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4441         compute current position.
4443         * stdio-common/tst-fseek.c (main): Improve error messages.
4445         * libio/tst-freopen.c (main): Remove unused variable.
4447         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4448         succesful seek call.  Simplify error checking.
4450 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4452         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4453         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4455 2002-07-19  Roland McGrath  <roland@frob.com>
4457         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4458         __libc_enable_secure is set.
4460 2002-07-24  Roland McGrath  <roland@frob.com>
4462         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4463         This implementation supports only IPv4.
4464         * inet/ifaddrs.h: New file.
4465         * sysdeps/generic/ifaddrs.c: New file.
4466         * sysdeps/gnu/ifaddrs.c: New file.
4467         * inet/test-ifaddrs.c: New file.
4468         * inet/Makefile (routines): Add ifaddrs.
4469         (headers): Add ifaddrs.h here.
4470         (tests): Add test-ifaddrs.
4471         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4473         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4474         socket call to get an AF_INET socket, instead of using __opensock.
4475         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4477         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4478         if not -1 use it instead of calling __opensock.
4479         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4480         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4481         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4483         * sysdeps/mach/hurd/ifreq.h: New file.
4484         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4485         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4486         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4488         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4489         which gets moved around.  Calculate size of mmap'd buffer instead.
4491 2002-07-24  Philip Blundell  <philb@gnu.org>
4493         * sysdeps/unix/arm/brk.S: Improve schedule.
4494         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4495         efficient instruction.
4496         (__socket): Optimize return sequence.
4498 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4500         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4501         sockets on old kernels.
4503 2002-07-22  Philip Blundell  <philb@gnu.org>
4505         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4506         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4507         alias.
4509 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4511         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4512         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4514         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4515         test to detect duplicate locales.
4517         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4518         position would be before beginning of file.
4519         (_IO_file_seekoff_mmap): Likewise.
4520         * libio/Makefile (tests): Add bug-fseek.
4521         * libio/bug-fseek.c: New file.
4523         * intl/explodename.c: Remove support for CEN-style locale variables.
4524         It was never used and shouldn't be since it's not portable.
4525         * intl/finddomain.c: Likewise.
4526         * intl/l10nflist.c: Likewise.
4527         * intl/loadinfo.h: Likewise.
4528         * locale/findlocale.c: Likewise.
4530 2002-07-24  Roland McGrath  <roland@frob.com>
4532         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4533         position, calculate it to take into account an active pushback buffer.
4535         * libio/Makefile (tests): Add bug-ungetc.
4536         * libio/bug-ungetc.c: New file.
4538 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4540         * sysdeps/generic/libc-tls.c: New file.
4541         * csu/Makefile (routines): Add libc-tls.
4542         (static-only-routines): Add libc-tls.
4543         * elf/dl-support.c (_dl_phdr): New variable.
4544         (_dl_phnum): New variable.
4545         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4546         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4547         for !SHARED.  First look through auxiliary vector.  If TLS always
4548         call __pthread_initialize_minimal.
4550         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4551         in mmap call is never zero.
4553 2002-07-23  Andreas Jaeger  <aj@suse.de>
4555         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4556         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4558 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4560         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4561         creation and removal of the temp file.
4563         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4564         file creation.
4565         * test-skeleton.c (create_temp_file): New function.
4567 2002-07-22  Andreas Jaeger  <aj@suse.de>
4569         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4570         local label.
4572 2002-07-21  Roland McGrath  <roland@frob.com>
4574         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4575         put -I../include before -I../stdlib so we get the right errno.h et al.
4576         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4577         (CFLAGS-wcstof.c): Likewise.
4578         (CFLAGS-wcstold.c): Likewise.
4579         (CFLAGS-wcstod_l.c): Likewise.
4580         (CFLAGS-wcstof_l.c): Likewise.
4581         (CFLAGS-wcstold_l.c): Likewise.
4583 2002-07-19  Roland McGrath  <roland@frob.com>
4585         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4587 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4589         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4590         __ASSUME_AT_XID is defined.
4591         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4592         for 2.4.1 and up.
4593         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4594         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4596         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4597         (CFLAGS-wcstof.c): Likewise.
4598         (CFLAGS-wcstold.c): Likewise.
4599         (CFLAGS-wcstod_l.c): Likewise.
4600         (CFLAGS-wcstof_l.c): Likewise.
4601         (CFLAGS-wcstold_l.c): Likewise.
4603 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4605         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4606         __priority_which_t): Always typedef to int for C++.
4608 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4610         * configure.in: Add test for __thread support in compiler.
4611         * config.h.in: Add HAVE___THREAD.
4612         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4613         * include/sys/errno.h: Moved to...
4614         * stdlib/sys/errno.h: ...here.  New file.
4615         * stdlib/errno.h: New file.  Moved from...
4616         * include/errno.h: ...here.  Changed into an internal header defining
4617         libc-local things like __set_errno.
4618         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4619         bits/errno.h.
4620         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4621         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4622         either.
4623         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4624         from...
4625         (_dl_start_final): ...here.  Add code to initialize tls elements from
4626         bootstrap_map.
4627         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4628         if USE_TLS && HAVE___THREAD.
4629         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4630         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4631         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4632         * sysdeps/standalone/bits/errno.h: Likewise.
4633         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4634         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4635         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4636         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4637         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4638         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4639         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4640         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4641         use GL(dl_rtld_map), use map parameter.
4642         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4643         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4644         USE_TLS && HAVE___THREAD.
4645         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4646         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4647         TLS code sequence.
4648         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4650         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4651         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4652         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4653         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4654         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4655         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4657 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4659         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4660         MS_INVALIDATE values.
4662 2002-07-17  Andreas Schwab  <schwab@suse.de>
4663             Ulrich Drepper  <drepper@redhat.com>
4665         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4666         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4667         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4668         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4670 2002-07-01  H.J. Lu  <hjl@gnu.org>
4672         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4673         return value.
4675         * elf/circlemod1.c (circlemod1): Return int.
4676         * elf/circlemod2.c (circlemod2): Likewise.
4677         * elf/circlemod2a.c (circlemod2): Likewise.
4678         * elf/circlemod3.c (circlemod3): Likewise.
4679         (circlemod3a): A new function.
4681 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4683         * catgets/tst-catgets.c (main): Don't expect results for
4684         untranslated messages.
4686         * glibcbug.in: Fix little typo.  Remove STDIO.
4688         * config.h.in: Fail if __FAST_MATH__ is defined.
4689         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4690         (CPPFLAGS-test-idouble.c): Likewise.
4691         (CPPFLAGS-test-ildouble.c): Likewise.
4693 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4695         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4696         * intl/tst-gettext.c: Correctly handle untranslated messages in
4697         positive tests.
4699         * po/de.po: Update from translation team.
4701 2002-07-02  H.J. Lu  <hjl@gnu.org>
4703         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4704         use ll/sc.
4705         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4707         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4708         to 2.4.0 for mips.
4710 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4712         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4713         TLS fail if USE_TLS is not defined.
4715         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4716         and adjust state for seek position.  [PR libc/4070]
4717         * libio/Makefile (tests): Add bug-rewind.
4718         * libio/bug-rewind.c: New file.
4720 2002-07-12  Philip Blundell  <philb@gnu.org>
4722         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4723         (__backtrace): Use it.
4724         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4726 2002-07-12  Philip Blundell  <philb@gnu.org>
4728         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4729         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4730         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4731         (elf_machine_rela): Remove unused variable.
4733         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4734         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4735         define.
4737 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4739         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4741 2002-07-14  Andreas Jaeger  <aj@suse.de>
4743         * sysdeps/x86_64/bits/link.h: Add biarch support.
4745 2002-07-13  Andreas Jaeger  <aj@suse.de>
4747         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4748         Use correct indices.
4749         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4751 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4753         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4754         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4755         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4756         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4757         * sysdeps/s390/s390-32/bits/link.h: Remove.
4758         * sysdeps/s390/s390-64/bits/link.h: Remove.
4759         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4760         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4761         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4762         * sysdeps/s390/bits/wordsize.h: New file.
4763         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4764         elfclass.h.
4765         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4766         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4767         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4768         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4769         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4770         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4771         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4772         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4773         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4774         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4775         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4776         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4777         resource.h.
4778         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4779         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4780         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4781         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4782         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4783         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4784         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4785         sigaction.h.
4786         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4787         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4788         siginfo.h.
4789         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4790         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4791         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4792         socket.h.
4793         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4794         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4795         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4796         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4797         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4798         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4799         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4800         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4801         procfs.h.
4802         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4803         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4804         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4805         ucontext.h.
4806         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4807         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4809 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4811         * Versions.def (libc): Add GLIBC_2.3.
4812         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4813         * stdlib/canonicalize.c: Add compatibility version for realpath
4814         and make new code available in GLIBC_2.3.
4816 2002-07-06  Bruno Haible  <bruno@clisp.org>
4818         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4820 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4822         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4823         function do_init.  Use __libc_once.
4824         (do_init): New function.
4826         * iconvdata/iso8859-11.h: Removed.
4827         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4828         (distribute): Remove iso8859-11.h.
4829         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4831         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4832         underflow operation if c == (W)EOF.
4834 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4836         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4837         non-zero, adjust exponent.
4838         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4839         Remove NO_LONG_DOUBLE aliases.
4840         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4841         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4842         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4843         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4844         1**y and -1**+-Inf.
4845         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4846         Fix BITS_PER_MP_LIMB 32 extraction.
4847         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4848         exceptions for qNaNs.
4849         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4850         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4851         Raise exceptions when needed.  Don't recurse unnecessarily.
4852         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4853         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4854         exceptions for qNaNs.
4855         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4856         to fix *quo return value sign.
4857         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4858         case -Inf argument.
4859         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4861 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4863         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4864         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4865         -DNDEBUG.
4867 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4869         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4870         the result.
4872         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4873         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4875         * Versions.def (libthread_db): Add GLIBC_2.3.
4877 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4879         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4880         new stream if possible.
4881         * libio/freopen64.c (freopen64): Likewise.
4882         * libio/Makefile (tests): Add tst-freopen.
4883         * libio/tst-freopen.c: New file.
4885 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4887         * libio/stdio.h (obstack_printf): Add format attribute.
4888         (obstack_vprintf): Likewise.
4890 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4892         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4893         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4894         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4895         architectures.
4897 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4899         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4900         (init_dfa): ...here.
4902 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4904         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4905         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4906         nodes in parse trees.
4907         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4908         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4909         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4910         nodes which can epsilon transit.
4911         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4912         to IS_EPSILON_NODE macro.
4913         * posix/regexec.c (update_regs): New function to update registers
4914         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4915         (proceed_next_node): Use the entities of the nodes to determine
4916         whether the node can transit to.
4917         (set_regs): Use update_regs function to update registers.
4919 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4921         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4922         * posix/bug-regex6.c: New file.
4923         * posix/Makefile (tests): Add bug-regex6.
4924         (bug-regex6-ENV): Set LOCPATH.
4926 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4928         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4929         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4931 2002-07-06  Bruno Haible  <bruno@clisp.org>
4933         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4935 2002-07-06  Bruno Haible  <bruno@clisp.org>
4937         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4938         declarations.
4940         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4942         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4944         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4945         not _UTSNAME_H.
4946         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4948         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4949         * sysdeps/generic/bits/ustat.h: Likewise.
4951         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4953 2002-07-08  Andreas Jaeger  <aj@suse.de>
4955         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4957 2002-07-08  Andreas Jaeger  <aj@suse.de>
4959         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4961 2002-07-06  Andreas Jaeger  <aj@suse.de>
4963         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4964         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4965         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4966         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4967         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4968         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4969         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4970         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4971         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4972         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4973         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4975 2002-06-05  Brian Youmans <3diff@gnu.org>
4977         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4978         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4979         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4980         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4981         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4982         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4983         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4984         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4985         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4986         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4987         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4988         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4989         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4990         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4991         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4992         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4993         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4994         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4995         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4996         * sysdeps/ia64/fpu/e_log.S: Likewise.
4997         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4998         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4999         * sysdeps/ia64/fpu/e_powf.S: Likewise.
5000         * sysdeps/ia64/fpu/e_powl.S: Likewise.
5001         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
5002         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
5003         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
5004         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
5005         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
5006         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
5007         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
5008         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
5009         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
5010         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
5011         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
5012         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
5013         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
5014         * sysdeps/ia64/fpu/libm_error.c: Likewise.
5015         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
5016         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
5017         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5018         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5019         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5020         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5021         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5022         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5023         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5024         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5025         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5026         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5027         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5028         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5029         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5030         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5031         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5032         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5033         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5034         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5035         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5036         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5037         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5038         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5039         * sysdeps/ia64/fpu/s_round.S: Likewise.
5040         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5041         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5042         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5043         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5044         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5045         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5046         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5047         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5048         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5049         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5050         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5051         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5052         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5053         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5054         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
5055         reflect IBM donation of math library to FSF
5056         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
5057         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
5058         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
5059         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
5060         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
5061         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
5062         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
5063         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
5064         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
5065         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
5066         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
5067         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
5068         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
5069         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
5070         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
5071         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
5072         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
5073         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
5074         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
5075         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
5076         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
5077         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
5078         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
5079         * sysdeps/vax/__longjmp.c: Likewise.
5080         * sysdeps/vax/setjmp.c: Likewise.
5081         * libio/filedoalloc.c: Fixed BSD copying permission notice to
5082         remove advertising clause
5083         * sysdeps/vax/htonl.s: Likewise.
5084         * sysdeps/vax/htons.s: Likewise.
5085         * libio/wfiledoalloc.c: Likewise.
5086         * stdlib/random.c: Likewise.
5087         * stdlib/random_r.c: Likewise.
5088         * sysdeps/mach/sys/reboot.h: Likewise.
5089         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
5090         * sysdeps/posix/getaddrinfo.c: Likewise.
5091         * sunrpc/des_impl.c: Updated license permission notice to Lesser
5092         GPL and corrected pointer to point to the correct license.
5094 2002-07-04  Andreas Jaeger  <aj@suse.de>
5096         * scripts/config.guess: New upstream version.
5097         * scripts/config.sub: Likewise.
5099 2002-07-02  Andreas Schwab  <schwab@suse.de>
5101         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
5102         in parallel to bumping up the buffer pointer.
5104 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
5106         * math/libm-test.inc (acos_test): Add missing L suffix for
5107         expected result.
5108         (cpow_test): Likewise.
5109         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
5110         error for acos (0.0625).
5112 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5114         * locale/iso-639.def: Add entry for Ganda.
5115         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
5116         definition.
5117         (address_finish): Handle entries with two letter ISO 639 code.
5119         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
5120         directory if it existed before.
5121         * iconv/iconvconfig.c: Implement --prefix option.
5123         * math/libm-test.inc (cexp_test): Add missing L suffix for
5124         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
5125         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
5126         1.25 i).
5128 2002-05-29  H.J. Lu  <hjl@gnu.org>
5130         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
5131         is turned on.
5133 2002-05-28  H.J. Lu  <hjl@gnu.org>
5135         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
5136         are not dlopened on the dependency list of a dlopened object.
5138 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
5140         * elf/dl-lookup.c (add_dependency): It is not necessary to add
5141         dependencies if they are created between objects which are created
5142         while processing RTLD_NOW for objects loaded as part of the same
5143         dlopen call.
5145 2002-06-14  H.J. Lu  <hjl@gnu.org>
5147         * elf/Makefile (tests): Add circleload1.
5148         (modules-names): Add circlemod1, circlemod2, circlemod3,
5149         circlemod1a, circlemod2a and circlemod3a.
5150         ($(objpfx)circleload1): New target.
5151         ($(objpfx)circleload1.out): Likewise.
5152         ($(objpfx)circlemod1.so): Likewise.
5153         ($(objpfx)circlemod2.so): Likewise.
5154         ($(objpfx)circlemod1a.so): Likewise.
5155         ($(objpfx)circlemod2a.so): Likewise.
5156         * elf/circleload1.c: New file.
5157         * elf/circlemod1.c: New file.
5158         * elf/circlemod1a.c: New file.
5159         * elf/circlemod2.c: New file.
5160         * elf/circlemod2a.c: New file.
5161         * elf/circlemod3.c: New file.
5162         * elf/circlemod3a.c: New file.
5164 2002-06-18  Amos Waterland  <apw@us.ibm.com>
5166         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
5167         file descriptor.
5168         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
5169         add check for fd not open for writing.
5171         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
5172         completed element(s) and do not suspend thread if so.  Patch
5173         heavily modified by drepper.
5175         * rt/tst-aio7.c: New file.  Regression test for problems which the
5176         above three changes fix.
5177         * rt/Makefile (tests): Add tst-aio7.
5179 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
5181         * rt/tst-aio6.c: Fix comment.
5183         * catgets/gencat.c (read_input_file): Handle more than one slash
5184         at end of line correctly [PR libc/3926].
5185         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5187         * catgets/sample.SJIS: Add test case for above bug.
5188         * catgets/test-gencat.c: Adjust test code.
5189         * catgets/test-gencat.sh: Adjust expected results.
5191         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5192         to skip relative relocations.
5193         Patch by Geoff Keating <geoffk@redhat.com>.
5195 2002-05-26  Bruno Haible  <bruno@clisp.org>
5197         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5198         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5199         All callers changed.
5200         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5201         STANDARD_FROM_LOOP_ERR_HANDLER.
5202         (utf8_internal_loop): Likewise.
5203         (ucs2_internal_loop): Likewise.
5204         (internal_ucs2_loop): Perform error handling like in
5205         STANDARD_FROM_LOOP_ERR_HANDLER.
5206         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5207         in STANDARD_FROM_LOOP_ERR_HANDLER.
5208         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5209         handling.
5210         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5211         in STANDARD_FROM_LOOP_ERR_HANDLER.
5212         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5213         handling.
5214         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5215         in STANDARD_FROM_LOOP_ERR_HANDLER.
5216         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5217         handling.
5218         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5219         STANDARD_FROM_LOOP_ERR_HANDLER.
5220         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5221         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5222         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5223         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5224         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5225         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5226         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5227         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5228         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5229         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5230         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5231         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5232         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5233         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5234         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5235         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5236         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5237         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5238         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5239         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5240         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5241         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5242         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5243         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5244         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5245         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5246         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5247         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5248         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5249         an error, still set result = __GCONV_ILLEGAL_INPUT.
5250         (BODY for TO_LOOP): Likewise.
5251         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5252         STANDARD_FROM_LOOP_ERR_HANDLER.
5253         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5254         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5255         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5256         handling.
5257         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5258         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5259         STANDARD_FROM_LOOP_ERR_HANDLER.
5260         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5261         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5262         STANDARD_FROM_LOOP_ERR_HANDLER.
5263         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5264         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5265         STANDARD_FROM_LOOP_ERR_HANDLER.
5266         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5267         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5268         STANDARD_FROM_LOOP_ERR_HANDLER.
5269         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5270         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5271         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5272         handling.
5273         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5274         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5275         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5276         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5278 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5280         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5281         labels in assembler instructions.
5283 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5285         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5286         not enough content is available.
5287         * libio/tst-eof.c: New file.
5288         * libio/Makefile (tests): Add tst-eof.
5290         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5291         update atime.
5292         * libio/tst-atime.c: New file.
5293         * libio/Makefile (tests): Add tst-atime.
5295         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5296         handling of overly long words.
5298 2002-06-25  Andreas Jaeger  <aj@suse.de>
5300         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5301         to not use 32-bit pc relative relocations.
5302         (elf_machine_dynamic): Likewise.
5304 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5306         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5307         (__GETDENTS): Check for failed getdents64 syscall.
5308         * dirent/Makefile (tests): Add bug-readdir1.
5309         * dirent/bug-readdir1.c: New file.
5311 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5313         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5314         lookups.
5315         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5316         code.  Print TLS modid and offset for modules containing PT_TLS
5317         segments.
5319 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5321         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5322         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5323         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5324         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5326 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5328         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5329         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5330         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5331         * nss/getXXent_r.c (NEW, NEW1): Define.
5332         (NEW (REENTRANT_GETNAME)): Strong alias to
5333         INTERNAL (REENTRANT_GETNAME).
5334         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5336 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5338         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5339         (_IO_file_jumps_mmap): Use it.
5340         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5341         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5342         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5343         prototype.
5344         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5345         (_IO_wfile_jumps_mmap): Don't use it anymore.
5346         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5347         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5348         _IO_wdefault_setbuf.
5349         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5350         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5351         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5353 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5355         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5356         * libio/tst-mmap-setvbuf.c: New test.
5358 2002-06-21  Andreas Jaeger  <aj@suse.de>
5360         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5362 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5364         * include/unistd.h (__fork_internal): Remove.
5365         (__fork): Don't define to __fork_internal.
5366         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5367         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5368         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5369         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5370         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5372 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5374         * po/hr.po: New file.
5376 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5378         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5379         Reported by Michael Meissner <meissner@redhat.com>.
5381 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5383         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5384         Patch by Hans Boehm <hans_boehm@hp.com>.
5386 2002-06-20  Andreas Jaeger  <aj@suse.de>
5388         * math/libm-test.inc: Use exact values as input parameters,
5389         compute output parameters with 36 digits for 128-bit long doubles.
5390         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5391         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5392         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5394 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5396         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5397         argument or result is subnormal.
5399 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5401         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5402         quotient.
5403         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5404         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5406         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5408 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5410         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5411         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5412         Reported by Peter A. Buhr.
5414 2002-06-15  Roland McGrath  <roland@frob.com>
5416         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5417         warning.
5419         * sysdeps/mach/hurd/getcwd.c
5420         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5422         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5423         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5425         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5426         jump to local subroutine.
5428 2002-06-14  Roland McGrath  <roland@frob.com>
5430         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5431         * sysdeps/mach/hurd/Makeconfig: ... here.
5433 2002-06-13  Andreas Schwab  <schwab@suse.de>
5435         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5436         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5437         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5439 2002-06-13  Roland McGrath  <roland@frob.com>
5441         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5442         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5443         Use intptr_t instead of int for argc in stack layout.
5444         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5445         (_dl_init_first): Likewise.
5446         (_hurd_stack_setup): Likewise.
5447         (init1): Add a cast.
5448         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5450         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5451         argument to pfinet_siocgifconf RPC.
5453 2002-06-13  Andreas Schwab  <schwab@suse.de>
5455         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5456         expansion order.
5458 2002-06-12  Roland McGrath  <roland@frob.com>
5460         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5461         if already defined.
5462         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5463         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5465 2002-06-11  Roland McGrath  <roland@frob.com>
5467         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5468         file on [!RTLD_STAT64].
5469         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5471         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5472         (__fdopen): Use INTUSE.
5473         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5475         * stdio-common/tmpfile64.c: File removed.
5476         * sysdeps/generic/tmpfile64.c: New file.
5477         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5478         if not already defined.
5479         (tmpfile): Use it in place of __GT_FILE.
5481         * include/unistd.h: Declare __chown_internal.
5483         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5484         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5486 2002-06-09  Roland McGrath  <roland@frob.com>
5488         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5489         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5490         value of HURD_INTERFACE_VERSION >= 20020609.
5491         * sysdeps/mach/hurd/configure: Regenerated.
5492         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5493         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5494         convert a struct stat64 into a struct stat and return 0 or -1
5495         with errno set to EOVERFLOW.
5496         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5497         for struct statfs64 to struct statfs.
5498         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5499         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5500         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5501         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5502         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5503         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5504         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5505         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5506         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5507         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5508         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5509         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5510         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5511         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5512         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5513         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5514         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5515         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5516         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5517         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5518         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5519         Use struct stat64 for io_stat argument.
5520         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5521         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5522         to io_seek.
5523         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5524         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5525         * hurd/hurd/fd.h: Update decls.
5526         * sysdeps/mach/hurd/getcwd.c
5527         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5528         and struct dirent64.
5529         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5530         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5531         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5532         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5534 2002-06-08  Roland McGrath  <roland@frob.com>
5536         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5537         instead of unsigned long int for __allocation and __size members.
5539 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5541         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5542         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5543         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5544         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5546 2002-06-07  Roland McGrath  <roland@frob.com>
5548         * sysdeps/mach/hurd/bits/environments.h: File removed.
5550 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5552         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5553         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5554         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5555         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5556         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5557         (sendfile64): Likewise.
5558         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5559         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5560         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5561         Likewise.
5562         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5564         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5565         already defined.
5567 2002-06-04  Bruno Haible  <bruno@clisp.org>
5569         * sysdeps/cris/stackinfo.h: New file.
5571         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5572         to an integer type before performing bit operations on it.
5574 2002-06-05  Roland McGrath  <roland@frob.com>
5576         * sysdeps/generic/sendfile.c: Include <errno.h>.
5577         * sysdeps/generic/sendfile64.c: Likewise.
5579         * io/Makefile (routines): Add sendfile and sendfile64.
5580         (headers): Add sys/sendfile.h to the list.
5581         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5582         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5583         * io/sys/sendfile.h: ... here.
5584         * sysdeps/generic/sendfile.c: New file.
5585         * sysdeps/generic/sendfile64.c: New file.
5587         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5588         Move sendfile, sendfile64 to ...
5589         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5590         * sysdeps/mach/hurd/sendfile.c: New file.
5591         * sysdeps/mach/hurd/sendfile64.c: New file.
5593         * sysdeps/mach/nanosleep.c: New file.
5595 2002-06-04  Roland McGrath  <roland@frob.com>
5597         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5598         * sysdeps/alpha/elf/configure: New file (generated).
5600 2002-06-02  Roland McGrath  <roland@frob.com>
5602         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5604 2002-06-01  Roland McGrath  <roland@frob.com>
5606         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5607         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5609 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5611         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5612         Add nsmap.
5613         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5614         Remove nstimes setting.
5615         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5616         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5617         there is mix of IPv6 and IPv4 nameservers.
5618         Use nsmap array to find free slots and preserve nameserver ordering.
5619         Fix RES_ROTATE.
5621 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5623         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5624         use this header with LFS.
5626         * po/sk.po: Update from translation team.
5628 2002-05-28  Andreas Schwab  <schwab@suse.de>
5630         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5631         message when finding object of wrong class.
5633 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5635         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5636         Patch by <radu@netsoft.ro>.
5638 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5640         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5641         Add readahead.
5642         * sysdeps/unix/sysv/linux/readahead.c: New file.
5643         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5644         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5645         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5646         Add sendfile64 alias to sendfile syscall.
5647         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5648         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5649         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5650         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5651         syscall.
5653         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5654         special section for PIC register loading.
5655         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5657         * config.h.in: Define HAVE_HIDDEN.
5658         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5660         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5662 2002-05-28  Roland McGrath  <roland@frob.com>
5664         * sysdeps/mach/alpha/setfpucw.c: New file.
5666 2002-05-26  Roland McGrath  <roland@frob.com>
5668         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5669         Use integer_t instead of int for IOC_VOID case.
5671 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5673         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5675 2002-05-26  Bruno Haible  <bruno@clisp.org>
5677         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5678         end of the ISO-8859-7 from idx table.
5680 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5682         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5684 2002-05-24  David S. Miller  <davem@redhat.com>
5686         * string/bits/string2.h (memset): Do not try to optimize when
5687         not _STRING_ARCH_unaligned if GCC will do the right thing.
5689 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5691         * posix/regex.c: Define `inline' as a macro into nothing for the
5692         compilers which lack the keyword.
5693         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5694         for the compatibility of gawk.
5695         * posix/regcomp.c: Add fake implementation of isblank() for the
5696         environments which lack the function.
5697         Don't use free_charset() in case of non-i18n envs.
5698         (build_range_exp): Don't use i18n related code in case of non-i18n
5699         envs.
5700         (build_collating_symbol): Likewise.
5701         (build_equiv_class): Likewise.
5702         (build_charclass): Likewise.
5703         (re_compile_fastmap_iter): Likewise.
5704         (parse_bracket_exp): Likewise.
5705         (build_word_op): Likewise.
5706         (regfree): Don't use free_charset() in case of non-i18n envs.
5707         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5708         re_token_type_t in case of non-i18n envs.
5709         Don't define re_charset_t in case of non-i18n envs.
5710         Change the type of wcs of re_string_t from wchar_t to wint_t,
5711         since we store also WEOF.
5712         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5713         the type of wcs of re_string_t from wchar_t to wint_t.
5714         (re_string_reconstruct): Likewise.
5715         (create_ci_newstate): Don't use i18n related code in case of
5716         non-i18n envs.
5717         (create_cd_newstate): Likewise.
5719 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5721         * iconv/loop.c: Fix typo.
5723 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5725         * inet/ether_line.c (ether_line): Fix a typo causing only
5726         lower 4 bits of each ethernet address byte being assigned.
5727         Don't modify what line points to.
5728         * inet/tst-ether_aton.c (main): Add ether_line tests.
5730 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5732         * manual/filesys.texi: Don't make readlink example leak memory
5733         when readlink fails.
5735 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5737         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5738         some more security checks.
5740 2002-05-17  David S. Miller  <davem@redhat.com>
5742         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5744 2002-05-16  David S. Miller  <davem@redhat.com>
5746         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5747         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5748         (elf_machine_load_address): Likewise.
5749         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5751         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5752         is unaligned, do not forget to fully initialize %g1 magic value.
5754         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5755         register definitions and provide 32-bit variants of structures
5756         during 64-bit builds.
5758         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5759         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5760         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5761         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5762         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5763         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5764         Do not clear implicit one bit here, it must be done post-rounding.
5765         Only pad to the left using left shift if value uses less than the
5766         available fractional bits.
5768 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5770         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5771         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5772         (shared-only-routines): Likewise.
5773         * sysdeps/powerpc/libgcc-compat.c: New file.
5774         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5775         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5776         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5777         * sysdeps/wordsize-32/shdi3.c: Removed.
5779 2002-05-16  Bruno Haible  <bruno@clisp.org>
5781         * MakeTAGS (libc.pot): Don't sort the output.
5782         * po/header.pot: Update to match xgettext 0.11 output.
5784 2002-05-16  Bruno Haible  <bruno@clisp.org>
5786         * MakeTAGS (subdirs): Remove duplicates.
5788 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5790         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5791         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5792         alias.
5794 2002-05-19  Andreas Jaeger  <aj@suse.de>
5796         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5797         installation in /usr/local.
5799 2002-05-16  Bruno Haible  <bruno@clisp.org>
5801         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5802         string as argument of #error.
5804 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5806         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5807         don't define static.  Remove old __realpath function.  TC1 of
5808         POSIX 2001 will allow the second parameter to be NULL.
5809         * stdlib/test-canon.c: Comment out test for NULL as second
5810         parameter of realpath.
5812         * time/offtime.c (__offtime): Set errno if overflow is detected.
5814         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5815         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5816         dl-brk and dl-sbrk.
5818         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5819         (fdimf): Likewise.
5821 2002-05-15  Roland McGrath  <roland@frob.com>
5823         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5825 2002-05-12  Bruno Haible  <bruno@clisp.org>
5827         * iconvdata/testdata/EUC-JISX0213: New file.
5828         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5829         * iconvdata/testdata/SHIFT_JISX0213: New file.
5830         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5831         * iconvdata/testdata/ISO-2022-JP-3: New file.
5832         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5833         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5834         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5835         contains comments indicating precomposed characters.
5837 2002-04-21  Bruno Haible  <bruno@clisp.org>
5839         * iconvdata/iso-2022-jp-3.c: New file.
5840         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5841         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5842         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5843         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5844         (distribute): Add iso-2022-jp-3.c.
5846 2002-05-12  Bruno Haible  <bruno@clisp.org>
5848         * iconvdata/tst-table-to.c (main): Restore handling of
5849         transliterations, broken by last patch.
5851 2002-05-12  Bruno Haible  <bruno@clisp.org>
5853         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5855 2002-05-12  Bruno Haible  <bruno@clisp.org>
5857         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5858         when there is not enough room in the output buffer.
5859         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5861 2002-04-20  Bruno Haible  <bruno@clisp.org>
5863         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5864         macros.
5865         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5866         Also make this macro work if FROM_DIRECTION evaluates to 0.
5867         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5868         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5869         of consume_incomplete.
5870         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5871         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5872         4, not 8.
5873         * iconvdata/cp1258.c: Likewise.
5874         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5875         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5876         not 2.
5877         * iconvdata/ibm933.c: Likewise.
5878         * iconvdata/ibm935.c: Likewise.
5879         * iconvdata/ibm937.c: Likewise.
5880         * iconvdata/ibm939.c: Likewise.
5881         * iconvdata/iso-2022-cn.c: Define
5882         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5883         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5884         * iconvdata/iso-2022-cn-ext.c: Likewise.
5885         * iconvdata/iso-2022-jp.c: Define
5886         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5887         {MIN,MAX}_NEEDED_{FROM,TO}.
5888         * iconvdata/tcvn5712-1.c: Define
5889         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5890         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5891         * iconvdata/euc-jisx0213.c: Define
5892         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5893         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5894         * iconvdata/shift_jisx0213.c: Likewise.
5896 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5898         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5899         shdi3, fixdfdi, fixsfdi in csu dir.
5900         (shared-only-routines): Likewise.
5901         * sysdeps/wordsize-32/cmpdi2.c: New file.
5902         * sysdeps/wordsize-32/shdi3.c: New file.
5903         * sysdeps/wordsize-32/fixdfdi.c: New file.
5904         * sysdeps/wordsize-32/fixsfdi.c: New file.
5905         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5906         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5907         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5909         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5910         Only use va_arg if the argument will be used [PR libc/3259].
5912 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5914         * catgets/catgets.c (catopen): Free buffer if internal catalog
5915         open fails.
5917 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5919         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5920         non-buffering methods.
5921         * debug/pcprofiledump.c: Implement -u option.
5922         Patch by Roger Luethi <rl@hellgate.ch>.
5924 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5926         * include/netinet/in.h (bindresvport_internal): Add prototype.
5927         * include/rpc/auth.h  (authunix_create_internal,
5928         authunix_create_default_internal, authnone_create_internal,
5929         authdes_pk_create_internal): Add prototypes.
5930         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5931         clntudp_create_internal, clntudp_bufcreate_internal,
5932         clntunix_create_internal): Add prototypes.
5933         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5934         svc_getreq_internal, svc_getreq_common_internal,
5935         svc_getreqset_internal, svc_getreq_poll_internal,
5936         svc_register_internal, svc_unregister_internal,
5937         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5938         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5939         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5940         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5941         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5942         * inet/rcmd.c (rcmd_af): Use __listen.
5943         (rresvport_af): Use __bind.
5944         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5945         authunix_create, authunix_create_default, authnone_create,
5946         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5947         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5948         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5949         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5950         _authenticate, add INTDEF after such function definitions.
5951         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5952         __setsockopt, __getsockname instead of non-__ variants.
5953         * sunrpc/pmap_rmt.c: Likewise.
5954         * sunrpc/rtime.c: Likewise.
5955         * sunrpc/svc_udp.c: Likewise.
5956         * sunrpc/clnt_unix.c: Likewise.
5957         * sunrpc/svc_unix.c: Likewise.
5958         * sunrpc/bindrsvprt.c: Likewise.
5959         * sunrpc/svc_tcp.c: Likewise.
5960         * sunrpc/auth_none.c: Likewise.
5961         * sunrpc/clnt_raw.c: Likewise.
5962         * sunrpc/clnt_tcp.c: Likewise.
5963         * sunrpc/auth_unix.c: Likewise.
5964         * sunrpc/key_call.c: Likewise.
5965         * sunrpc/clnt_gen.c: Likewise.
5966         * sunrpc/pm_getmaps.c: Likewise.
5967         * sunrpc/clnt_simp.c: Likewise.
5968         * sunrpc/pmap_clnt.c: Likewise.
5969         * sunrpc/svc_run.c: Likewise.
5970         * sunrpc/svc.c: Likewise.
5971         * sunrpc/svc_simple.c: Likewise.
5972         * sunrpc/pm_getport.c: Likewise.
5973         * sunrpc/auth_des.c: Likewise.
5974         * sunrpc/svc_auth.c: Likewise.
5975         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5976         __register_frame_info_table_bases, __deregister_frame_info_bases):
5977         Add INTDEF.
5978         (__register_frame_info_bases_internal,
5979         __register_frame_info_table_bases_internal,
5980         __deregister_frame_info_bases_internal): Add prototypes.
5981         (__register_frame_info, __register_frame): Use INTUSE in call to
5982         __register_frame_info_bases.
5983         (__register_frame_info_table): Similarly.
5984         (__deregister_frame_info, __deregister_frame): Similarly.
5985         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5986         sendto as weak alias.
5987         * sysdeps/mach/hurd/sendto.c: Likewise.
5988         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5989         recvfrom as weak alias.
5990         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5991         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5992         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5993         recvmsg as weak alias.
5994         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5995         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5996         sendmsg as weak alias.
5997         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5998         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5999         setsockopt, add setsockopt as weak alias.
6000         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6001         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
6002         weak alias.
6003         * sysdeps/mach/hurd/bind.c: Likewise.
6004         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
6005         as weak alias.
6006         * sysdeps/mach/hurd/listen.c: Likewise.
6007         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
6008         getsockname, add getsockname as weak alias.
6009         * sysdeps/mach/hurd/getsockname.c: Likewise.
6010         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
6011         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
6012         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
6013         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
6014         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
6015         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
6016         Add aliases.
6017         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6018         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6019         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6020         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6021         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
6022         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
6023         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
6024         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
6025         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
6026         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
6027         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
6028         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
6030 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6032         * locale/programs/localedef.h (show_archive_content): Add verbose
6033         argument.
6034         * locale/programs/localedef.c (main): Adjust caller.
6035         * locale/programs/locarchive.c (struct nameent, struct dataent): New
6036         types.
6037         (nameentcmp, dataentcmp): New functions.
6038         (xstrcmp): Remove.
6039         (show_archive_content): Print verbose listing with --list-archive -v.
6041 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
6043         * locale/programs/locarchive.c (open_archive): Take extra argument
6044         readonly.  If true open file with O_RDONLY and don't create the
6045         archive if it doesn't exist.
6046         Adapt all callers.
6047         (close_archive): Don't do anything if fd element is -1.
6048         * locale/programs/localedef.h (open_archive): Adjust prototype.
6049         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
6050         call.
6052         * malloc/malloc.c (__posix_memalign): Correct check for size of
6053         alignment value [PR libc/3444].
6055         * include/stdio.h: Remove references to old stdio implementation.
6057         * libio/Makefile (bug-ungetwc2-ENV): Define.
6059 2002-05-13  Roland McGrath  <roland@frob.com>
6061         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
6063         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
6065 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
6067         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
6068         Allocate three, not two, more than LEN when appending '/.'.
6069         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
6070         if NAME ends with '/.' if it is shorter than 2 chars.
6072 2002-05-12  Roland McGrath  <roland@frob.com>
6074         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
6075         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
6077         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
6078         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
6080 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
6082         * sysdeps/ia64/Makefile: Remove extra endif.
6083         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
6085 2002-05-10  Andreas Schwab  <schwab@suse.de>
6087         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
6089 2002-05-09  Andreas Jaeger  <aj@suse.de>
6091         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
6092         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
6093         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
6095         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
6096         * sysdeps/wordsize-64/glob.c: ...here.
6097         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
6098         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
6099         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
6101 2002-05-08  Roland McGrath  <roland@frob.com>
6103         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
6104         O_NOTRANS flag in "." lookup.
6106 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
6108         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
6110 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
6112         * locale/duplocale.c (__duplocale): Update special members only
6113         when allocation succeeded.
6115 2002-05-03  Roland McGrath  <roland@frob.com>
6117         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
6118         we can only build libc.so.0.3(GLIBC_2.2.6) now.
6120 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
6122         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
6123         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
6124         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
6125         * sysdeps/ia64/ia64libgcc.S: New file.
6127 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
6129         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
6131         * malloc/memusage.c: Distinguish anonymous mmap.
6133 2002-05-01  Roland McGrath  <roland@frob.com>
6135         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
6136         and use INTDEF on it.
6137         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
6139         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
6141         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
6143 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
6145         * malloc/memusage.c: Add support for tracking mmap & friends.
6146         * malloc/memusage.sh: Implement -m/--mmap option.
6148 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6150         * locale/programs/locarchive.c (create_archive): Add archivefname
6151         argument, create fname from it.
6152         (enlarge_archive): Honour output_prefix.
6153         (open_archive): Likewise.
6155 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
6157         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
6158         too many stpcpy macros.
6160 2002-04-26  Bruno Haible  <bruno@clisp.org>
6162         * locale/programs/ld-collate.c (collate_read): Cast first argument
6163         for "%.*s" to int.
6165 2002-04-26  Bruno Haible  <bruno@clisp.org>
6167         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
6168         __dcngettext_internal): New declarations.
6169         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
6170         attribute declarations.
6172 2002-04-30  Roland McGrath  <roland@frob.com>
6174         Removed old GNU stdio implementation; GNU libio is now the only option.
6175         * configure.in: Removed --enable-libio option and @stdio@ subst var.
6176         Define USE_IN_LIBIO unconditionally.
6177         * configure: Regenerated.
6178         * Makeconfig (stdio): Set to libio by default.
6179         * config.make.in (stdio): Variable removed.
6180         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6181         * sysdeps/unix/sysv/linux/configure: Regenerated.
6182         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6183         * sysdeps/mach/hurd/configure: Regenerated.
6184         * stdio/.cvsignore: File removed.
6185         * stdio/Makefile: File removed.
6186         * stdio/Versions: File removed.
6187         * stdio/__fbufsize.c: File removed.
6188         * stdio/__flbf.c: File removed.
6189         * stdio/__fpending.c: File removed.
6190         * stdio/__fpurge.c: File removed.
6191         * stdio/__freadable.c: File removed.
6192         * stdio/__freading.c: File removed.
6193         * stdio/__fsetlocking.c: File removed.
6194         * stdio/__fwritable.c: File removed.
6195         * stdio/__fwriting.c: File removed.
6196         * stdio/clearerr.c: File removed.
6197         * stdio/fclose.c: File removed.
6198         * stdio/fcloseall.c: File removed.
6199         * stdio/feof.c: File removed.
6200         * stdio/ferror.c: File removed.
6201         * stdio/fflush.c: File removed.
6202         * stdio/fgetc.c: File removed.
6203         * stdio/fgetpos.c: File removed.
6204         * stdio/fgets.c: File removed.
6205         * stdio/fileno.c: File removed.
6206         * stdio/fmemopen.c: File removed.
6207         * stdio/fopen.c: File removed.
6208         * stdio/fopncook.c: File removed.
6209         * stdio/fputc.c: File removed.
6210         * stdio/fputs.c: File removed.
6211         * stdio/fread.c: File removed.
6212         * stdio/freopen.c: File removed.
6213         * stdio/fseek.c: File removed.
6214         * stdio/fsetpos.c: File removed.
6215         * stdio/ftell.c: File removed.
6216         * stdio/fwrite.c: File removed.
6217         * stdio/getc.c: File removed.
6218         * stdio/getchar.c: File removed.
6219         * stdio/getdelim.c: File removed.
6220         * stdio/gets.c: File removed.
6221         * stdio/glue.c: File removed.
6222         * stdio/internals.c: File removed.
6223         * stdio/linewrap.c: File removed.
6224         * stdio/linewrap.h: File removed.
6225         * stdio/memstream.c: File removed.
6226         * stdio/newstream.c: File removed.
6227         * stdio/obstream.c: File removed.
6228         * stdio/putc.c: File removed.
6229         * stdio/putchar.c: File removed.
6230         * stdio/puts.c: File removed.
6231         * stdio/rewind.c: File removed.
6232         * stdio/setbuf.c: File removed.
6233         * stdio/setbuffer.c: File removed.
6234         * stdio/setlinebuf.c: File removed.
6235         * stdio/setvbuf.c: File removed.
6236         * stdio/stdio.h: File removed.
6237         * stdio/ungetc.c: File removed.
6238         * stdio/vasprintf.c: File removed.
6239         * stdio/vscanf.c: File removed.
6240         * stdio/vsnprintf.c: File removed.
6241         * stdio/vsprintf.c: File removed.
6242         * stdio/vsscanf.c: File removed.
6243         * sysdeps/generic/defs.c: File removed.
6244         * sysdeps/generic/fdopen.c: File removed.
6245         * sysdeps/generic/pipestream.c: File removed.
6246         * sysdeps/generic/stdio_init.c: File removed.
6247         * sysdeps/generic/sysd-stdio.c: File removed.
6248         * sysdeps/generic/vdprintf.c: File removed.
6249         * sysdeps/mach/hurd/defs.c: File removed.
6250         * sysdeps/mach/hurd/fdopen.c: File removed.
6251         * sysdeps/mach/hurd/pipestream.c: File removed.
6252         * sysdeps/mach/hurd/stdio_init.c: File removed.
6253         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6254         * sysdeps/mach/hurd/vdprintf.c: File removed.
6255         * sysdeps/posix/defs.c: File removed.
6256         * sysdeps/posix/fdopen.c: File removed.
6257         * sysdeps/posix/pipestream.c: File removed.
6258         * sysdeps/posix/stdio_init.c: File removed.
6259         * sysdeps/posix/vdprintf.c: File removed.
6260         * sysdeps/unix/pipestream.c: File removed.
6261         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6262         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6263         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6265 2002-04-29  Roland McGrath  <roland@frob.com>
6267         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6269 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6271         * sysdeps/generic/tls.h: Describe what must be defined.
6273         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6274         glob_in_dir [PR libc/3385].
6275         * posix/globtest.sh: Add test case.
6277         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6278         //TRANSLIT twice.
6280 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6282         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6283         _internal symbol handling.
6284         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6286 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6288         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6289         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6291 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6293         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6294         not _LIBC and RE_ENABLE_I18N.
6295         (build_range_exp): Implement for not _LIBC.
6296         (build_collating_symbol): Likewise.
6297         (parse_bracket_exp): Unify redundant error handlings.
6298         Don't erase mbcset for non matching list in multibyte envs.
6299         (build_word_op): Add '_' to matching list for \w operator.
6300         * posix/regex_internal.c (re_string_construct): Invoke
6301         build_upper_buffer in case of not RE_ENABLE_I18N.
6302         (re_string_reconstruct): Don't touch cur_state in case of not
6303         RE_ENABLE_I18N.
6304         * posix/regex_internal.h (attribute_hidden): New macro in case of
6305         not _LIBC.
6306         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6307         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6308         RE_ENABLE_I18N.
6309         (transit_state_mb): Likewise.
6310         (check_node_accept_bytes): Implement the code evaluating range
6311         expression in case of not _LIBC.
6312         (find_collation_sequence_value): Hide in case of not _LIBC.
6314 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6316         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6317         i386/semctl.c.
6318         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6319         be used.
6321 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6323         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6325         * sysdeps/ia64/strncpy.S: Fix recovery code.
6326         Patch by David Mosberger <davidm@hpl.hp.com>.
6328 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6330         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6331         GLIBC_2.2.6.
6333 2002-04-14  Bruno Haible  <bruno@clisp.org>
6335         * posix/regex.c (re_max_failures): Add back symbol for binary
6336         compatibility.
6338 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6340         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6341         of buffer building functions.
6342         * posix/regex_internal.c (re_string_allocate): New function.
6343         (re_string_realloc_buffers): New function.
6344         (re_string_skip_chars): New function.
6345         (re_string_reconstruct): New function.
6346         (re_string_construct): Adapt it to new interface of buffer building
6347         functions.
6348         (re_string_construct_common): Likewise.
6349         (build_wcs_buffer): Likewise.
6350         (build_wcs_upper_buffer): Likewise.
6351         (build_upper_buffer): Likewise.
6352         (re_string_translate_buffer): Likewise.
6353         (re_string_context_at): Adapt it to variable length buffers.
6354         * posix/regex_internal.h (re_string_t): Add new fields to handle
6355         variable length buffers.
6356         (re_match_context_t): Likewise.
6357         * posix/regexec.c (re_search_internal): Adapt it to new interface
6358         of re_string_t and re_match_context_t.
6359         (acquire_init_state_context): Likewise.
6360         (check_matching): Likewise.
6361         (check_halt_state_context): Likewise.
6362         (proceed_next_node): Likewise.
6363         (set_regs): Likewise.
6364         (sift_states_backward): Likewise.
6365         (clean_state_log_if_need): Likewise.
6366         (sift_states_iter_mb): Likewise.
6367         (sift_states_iter_bkref): Likewise.
6368         (add_epsilon_backreference): Likewise.
6369         (transit_state): Likewise.
6370         (transit_state_sb): Likewise.
6371         (transit_state_mb): Likewise.
6372         (transit_state_bkref): Likewise.
6373         (transit_state_bkref_loop): Likewise.
6374         (check_node_accept): Likewise.
6375         (match_ctx_init): Likewise.
6376         (extend_buffers): New function.
6378 2002-04-21  Bruno Haible  <bruno@clisp.org>
6380         * iconvdata/tst-table.sh: For the second check, use the truncated
6381         GB18030 charmap table, like for the first check.
6383 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6385         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6386         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6388 2002-04-23  H.J. Lu  <hjl@gnu.org>
6390         * include/math.h (isfinite): Fix a typo.
6392 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6394         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6395         which is created by the test suite.
6397 2002-04-20  Bruno Haible  <bruno@clisp.org>
6399         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6400         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6402 2002-04-20  Bruno Haible  <bruno@clisp.org>
6404         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6405         to avoid gcc warning.
6407 2002-04-20  Bruno Haible  <bruno@clisp.org>
6409         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6410         of data->__statep->__count.
6412 2002-04-20  Bruno Haible  <bruno@clisp.org>
6414         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6415         tag characters.
6416         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6418 2002-04-24  Roland McGrath  <roland@frob.com>
6420         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6421         use END macro instead of our own .end directive.
6422         Use `callsys' insn mnemonic instead of `call_pal'.
6424         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6426         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6427         macro; we need this for Hurd.
6429         Log entry was missing for 2002/03/24 commit of rev 1.8,
6430         goes with 2002-03-17 changes.
6431         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6432         (sysdep_routines): Append ioperm here.
6433         (sysdep_headers): Append sys/io.h here.
6435 2002-04-23  Roland McGrath  <roland@frob.com>
6437         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6438         * sysdeps/mach/hurd/sendto.c: Likewise.
6439         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6440         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6441         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6443 2002-04-22  Roland McGrath  <roland@frob.com>
6445         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6446         failure from i386_io_perm_* RPCs to ENOSYS.
6448 2002-04-22  Andreas Jaeger  <aj@suse.de>
6450         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6452         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6454         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6455         register instead of destroying %rbx.
6457 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6459         * string/string.h: Declare strerror_r also for XPG6.
6461 2002-04-19  Roland McGrath  <roland@frob.com>
6463         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6465 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6467         * Makefile: Add handling of xtests and xcheck targets.
6468         * MakeTAGS: Likewise.
6469         * Makeconfig: Likewise.
6470         * Makerules: Likewise.
6471         * Rules: Likewise.
6472         * manual/Makefile: Likewise.
6473         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6474         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6476 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6478         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6479         authnone_private_s.
6480         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6481         Delete #ifdef _RPC_THREAD_SAFE_ block.
6482         (authnone_private): Make a struct, not a pointer to struct.
6483         (authnone_private_guard): New once-control variable.
6484         (authnone_create_once): New function, split out of
6485         authnone_create.  No need to allocate memory.
6486         (authnone_create): Just call authnone_create_once via
6487         __libc_once, then return &authnone_private->no_client.
6488         (authnone_marshal): Access private data via CLIENT argument,
6489         not authnone_private pointer.
6490         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6491         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6492         authnone_private_s.
6494 2002-04-12  H.J. Lu  <hjl@gnu.org>
6496         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6498 2002-04-18  Bruno Haible  <bruno@clisp.org>
6500         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6501         FROM_DIRECTION): Make the FROM direction stateless.
6502         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6503         FROM_DIRECTION): Likewise.
6505 2002-04-15  Bruno Haible  <bruno@clisp.org>
6507         * iconvdata/JISX0213.TXT: New file.
6508         * iconvdata/jisx0213.h: New file.
6509         * iconvdata/jisx0213.c: New file.
6510         * iconvdata/euc-jisx0213.c: New file.
6511         * iconvdata/shift_jisx0213.c: New file.
6512         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6513         * iconvdata/EUC-JISX0213.precomposed: New file.
6514         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6515         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6516         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6517         which the "to" direction is stateful.
6518         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6519         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6520         SHIFT_JISX0213.
6521         (libJISX0213-routines): New variable.
6522         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6523         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6524         (LDFLAGS-libJISX0213.so): New variable.
6525         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6526         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6527         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6529 2002-04-15  Bruno Haible  <bruno@clisp.org>
6531         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6532         uint32_t.  Update to Unicode 3.2.
6533         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6534         (BODY for TO_LOOP): Handle the ASCII range specially.
6535         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6536         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6537         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6539 2002-04-15  Bruno Haible  <bruno@clisp.org>
6541         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6542         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6544 2002-04-15  Bruno Haible  <bruno@clisp.org>
6546         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6547         (ucs4_to_cns11643): Update.
6548         * iconvdata/cns11643.c: Update to Unicode 3.2.
6549         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6550         __cns11643_from_ucs4p2_tab): Regenerated.
6551         (__cns11643_from_ucs4p2c_tab): New array.
6552         * iconvdata/cvs11643l1.c: Update comments.
6553         * iconvdata/EUC-TW.irreversible: Remove two entries.
6555 2002-04-15  Bruno Haible  <bruno@clisp.org>
6557         * locale/C-translit.h.in: Update to Unicode 3.2.
6558         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6559         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6561 2002-04-15  Bruno Haible  <bruno@clisp.org>
6563         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6564         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6566 2002-04-15  Bruno Haible  <bruno@clisp.org>
6568         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6569         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6570         always one byte, not 0 bytes in some cases and 2 bytes in others.
6572         * iconvdata/tst-table-from.c (main): Correct the usage message.
6574 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6576         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6577         (parse_dup_op): Fix error handling like "a{}".
6578         (parse_bracket_exp): Add error handling.
6579         (fetch_number): Add error handling for "a{<very_large_number>}".
6581 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6583         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6584         in case that the symbol name is too long.
6585         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6586         in case of REG_ICASE.
6588 2002-04-19  Andreas Jaeger  <aj@suse.de>
6590         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6591         <hartvige@mips.com>.
6593 2002-04-15  H.J. Lu  <hjl@gnu.org>
6595         * include/math.h (__finitel_internal): Declare only if
6596         __NO_LONG_DOUBLE_MATH is not defined.
6597         (__isinfl_internal): Likewise.
6598         (__isnanl_internal): Likewise.
6600         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6601         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6602         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6603         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6604         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6605         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6606         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6608         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6609         __fcntl_internal.
6611         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6612         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6614 2002-04-15  Bruno Haible  <bruno@clisp.org>
6616         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6617         (BODY for TO_LOOP): Likewise.
6618         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6619         * iconvdata/tst-table.sh: Add support for encodings which contain
6620         precomposed Unicode characters, known to the iconv converter in both
6621         directions but not listed in the charmap.
6622         * iconvdata/IBM856.irreversible: New file.
6623         * iconvdata/IBM922.irreversible: New file.
6624         * iconvdata/IBM1132.irreversible: New file.
6625         * iconvdata/IBM1133.irreversible: New file.
6626         * iconvdata/IBM1160.irreversible: New file.
6627         * iconvdata/IBM1161.irreversible: New file.
6628         * iconvdata/IBM1163.irreversible: New file.
6629         * iconvdata/IBM1164.irreversible: New file.
6630         * iconvdata/ARMSCII-8.irreversible: New file.
6631         * iconvdata/TCVN5712-1.precomposed: New file.
6632         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6633         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6634         ARMSCII-8, TCVN5712-1.
6635         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6636         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6637         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6638         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6640 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6642         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6643         for EVENING69.  Include offsets in TZ environment variable.
6645 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6647         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6648         avoid compiler warnings.
6650         * locale/programs/localedef.c (main): Always call
6651         construct_output_path.
6653         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6655         * locale/programs/locfile.c (to_archive): New variable.  To collect
6656         data which has to be added to the locale archive.
6657         (write_all_categories): Take new third parameter with locale name.
6658         Unless no_archive flag set add new locale data to the archive
6659         (write_locale_data): Unless no-archive flag set store generated data
6660         in to_archive data structure instead of generation output file.
6661         Add new parameter with locale category index.
6662         * locale/programs/locfile.h: Add new parameters in declaractions of
6663         write_all_categories and write_locale_data.
6664         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6665         --add-to-archive, and --delete-from-archive options.  Pass extra
6666         parameter to write_all_categories.
6667         * locale/programs/localedef.h: Add prototypes for functions in
6668         locarchive.c.
6669         * locale/locarchive.h: New file.
6670         * locale/programs/locarchive.c: New file.
6671         * locale/Makefile (distribute): Add programs/locarchive.c and
6672         locarchive.h.
6673         (localedef-modules): Add md5 and locarchive.
6674         Add vpath to crypt subdir for md5.c.
6676         * locale/programs/ld-address.c: Pass locale category ID as new second
6677         parameter to write_locale_data.
6678         * locale/programs/ld-collate.c: Likewise.
6679         * locale/programs/ld-ctype.c: Likewise.
6680         * locale/programs/ld-identification.c: Likewise.
6681         * locale/programs/ld-measurement.c: Likewise.
6682         * locale/programs/ld-messages.c: Likewise.
6683         * locale/programs/ld-monetary.c: Likewise.
6684         * locale/programs/ld-name.c: Likewise.
6685         * locale/programs/ld-numeric.c: Likewise.
6686         * locale/programs/ld-paper.c: Likewise.
6687         * locale/programs/ld-telephone.c: Likewise.
6688         * locale/programs/ld-time.c: Likewise.
6690         * locale/simple-hash.c: Move compute_hashval function from here...
6691         * locale/hashval.h: ...to here.  New file.
6692         * locale/simple-hash.h: Add prototype for compute_hashval.
6694         * include/libintl.h: Minor cleanups.
6696 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6698         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6700 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6702         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6704 2002-04-14  Bruno Haible  <bruno@clisp.org>
6706         * locale/programs/charmap.c (charmap_read): Don't access result if
6707         result == NULL.
6709 2002-02-17  Andreas Schwab  <schwab@suse.de>
6711         * elf/reldep7.c: New file.
6712         * elf/reldep7mod1.c: New file.
6713         * elf/reldep7mod2.c: New file.
6714         * elf/Makefile: Add rules to build and run reldep7.
6716 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6718         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6719         the end of the function.  Pass original flags to recursive call if
6720         add_dependency failed.
6721         (_dl_lookup_versioned_symbol): Likewise.
6723 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6725         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6726         early, but check whether it overflowed afterwards.
6727         * time/tst-mktime.c (main): Add new tests.
6729 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6731         * debug/xtrace.sh: Fix program name in help message.
6732         Patch by Roger Luethi <rl@hellgate.ch>.
6734         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6735         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6736         NOT_IN_libc.
6737         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6738         * sysdeps/mach/hurd/lxstat.c: Likewise.
6739         * sysdeps/unix/common/lxstat.c: Likewise.
6740         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6741         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6742         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6743         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6744         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6745         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6746         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6747         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6748         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6750         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6751         prototypes.  Add __mbrlen and __mbrtowc macros.
6752         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6753         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6755         * include/unistd.h: Add prototype for __write_internal and add
6756         __libc_write macro is SHARED.
6757         * sysdeps/generic/write.c: Use INTDEF for __write.
6758         * sysdeps/mach/hurd/write.c: Likewise.
6759         * sysdeps/unix/sysv/aix/write.c: Likewise.
6760         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6762         * assert/assert.c: Replace STR_N_SIZE with something usable in
6763         macro arguments.
6764         * assert/assert-perr.c: Likewise.
6766         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6767         SA_LEN macro to use it if not NOT_IN_libc.
6768         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6770         * include/fcntl.h: Declare __open_internal and define __open and
6771         __libc_open macros if not NOT_IN_libc.
6772         * sysdeps/generic/open.c: Use INTDEF for __open.
6773         * sysdeps/mach/hurd/open.c: Likewise.
6774         * sysdeps/unix/sysv/aix/open.c: Likewise.
6775         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6777         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6778         has correct number.
6780         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6781         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6782         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6783         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6785         * include/wctype.h: Declare __iswalpha_l_internal,
6786         __iswdigit_l_internal, __iswspace_l_internal,
6787         __iswxdigit_l_internal, and __iswctype_internal.  Define
6788         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6789         __iswxdigit_l macros if not NOT_IN_libc.
6790         * wctype/iswctype.c: Use INTDEF for __iswctype.
6791         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6793         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6794         __isnan_internal, and __isnanl_internal.
6795         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6796         __isnan, and __isnanl.
6797         * stdio-common/printf_size.c: Likewise.
6798         * sysdeps/generic/printf_fphex.c: Likewise.
6799         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6800         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6801         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6802         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6803         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6804         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6805         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6806         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6807         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6808         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6809         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6810         * sysdeps/m68k/s_isinfl.c: Likewise.
6811         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6812         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6814         * include/sys/time.h: Declare __gettimeofday_internal and define
6815         __gettimeofday macro if not NOT_IN_libc.
6816         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6817         * sysdeps/mach/gettimeofday.c: Likewise.
6818         * sysdeps/posix/gettimeofday.c: Likewise.
6819         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6820         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6821         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6822         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6824         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6825         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6826         Remove __lstat and __fstat inline functions.
6827         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6828         * sysdeps/mach/hurd/fxstat.c: Likewise.
6829         * sysdeps/unix/fxstat.c: Likewise.
6830         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6831         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6832         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6833         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6834         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6835         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6836         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6837         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6838         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6840         * include/unistd.h: Declare __getpid_internal and define
6841         __getpid macro if not NOT_IN_libc.
6842         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6843         * sysdeps/generic/getpid.c: Likewise.
6844         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6845         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6847         * include/unistd.h: Declare __getpgid_internal and define
6848         __getpgid macro if not NOT_IN_libc.
6849         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6850         * sysdeps/mach/hurd/getpgid.c: Likewise.
6851         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6852         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6853         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6854         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6856         * include/unistd.h: Declare __getpagesize_internal and define
6857         __getpagesize macro if not NOT_IN_libc.
6858         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6859         __getpagesize.
6860         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6861         * sysdeps/mach/getpagesize.c: Likewise.
6862         * sysdeps/posix/getpagesize.c: Likewise.
6863         * sysdeps/unix/getpagesize.c: Likewise.
6864         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6865         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6866         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6867         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6869 2002-04-13  Andreas Jaeger  <aj@suse.de>
6871         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6872         as clobber to reduce register pressure.
6873         (__strpbrk_cg): Likewise.
6874         (__mempcpy_by4): Likewise.
6875         (__strstr_cg): Likewise.
6876         Add prototype for __memrchr.
6878 2002-04-13  Andreas Schwab  <schwab@suse.de>
6880         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6881         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6882         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6884 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6886         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6887         check whether the caller prefers getting the most recent version of
6888         a symbol of the earliest version.
6889         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6890         _dl_do_lookup to also take the new parameter and pass it on.
6891         Change 'explicit' parameter of _dl_lookup_symbol and
6892         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6893         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6894         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6895         _dl_lookup_versioned_symbol.
6896         * elf/dl-reloc.c: Likewise.
6897         * elf/dl-runtime.c: Likewise.
6898         * elf/dl-sym.c: Likewise.
6899         * sysdeps/mips/dl-machine.h: Likewise.
6901 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6903         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6904         in a token.
6905         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6907 2002-04-10  Andreas Jaeger  <aj@suse.de>
6909         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6911         * include/argz.h: Remove extra char from last patch.
6913 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6915         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6916         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6917         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6918         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6919         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6920         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6921         __chown_internal.
6922         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6924         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6925         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6926         * intl/ngettext.c: Likewise.
6928         * include/sys/socket.h: Declare __connect_internal and define
6929         __connect macro if not NOT_IN_libc.
6930         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6931         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6932         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6934         * include/unistd.h: Declare __close_internal and define __close macro
6935         if not NOT_IN_libc.
6936         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6937         WJUMP3): Add extra parenthesis to avoid expanding element names with
6938         macors like __close.
6939         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6941         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6942         if not NOT_IN_libc.
6943         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6944         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6945         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6947         * include/unistd.h: Declare __fork_internal and define __fork macro
6948         if not NOT_IN_libc.
6949         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6950         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6951         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6953         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6954         __fsetlocking macro to use it if not NOT_IN_libc.
6955         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6957         * libio/__fbufsize.c: Correct copyright.
6958         * libio/__flbf.c: Likewise.
6959         * libio/__fpending.c: Likewise.
6960         * libio/__fpurge.c: Likewise.
6961         * libio/__freadable.c: Likewise.
6962         * libio/__freading.c: Likewise.
6963         * libio/__fsetlocking.c: Likewise.
6964         * libio/__fwritable.c: Likewise.
6965         * libio/__fwriting.c: Likewise.
6967         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6968         macro to use it if not NOT_IN_libc.
6969         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6971         * include/mntent.h: Declare __setmntent_internal,
6972         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6973         __getmntent_r, and __endmntent macros to use these functions if not
6974         NOT_IN_libc.
6975         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6976         __endmntent.
6978         * include/math.h: Declare __finite_internal, __finitef_internal, and
6979         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6980         these functions.
6981         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6982         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6983         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6984         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6985         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6986         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6987         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6988         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6989         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6990         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6992         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6993         to use this function if not NOT_IN_libc.
6994         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6995         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6996         * sysdeps/mach/hurd/fcntl.c: Likewise.
6997         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6998         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
7000         * include/argz.h: Declare __argz_count_internal and
7001         __argz_stringify_internal.
7002         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
7003         __argz_stringify.
7004         * string/argz-count.c: Use INTDEF for __argz_count.
7005         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
7007         * include/stdlib.h: Declare __cxa_atexit_internal and define
7008         __cxa_atexit macro if not NOT_IN_libc.
7009         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
7010         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
7012         * assert/assert.c: Use INTDEF for __assert_fail.
7013         * assert/__assert.c: Use INTUSE for call to __assert_fail.
7014         * include/assert.h: Declare __assert_fail_internal.
7016         * extra-lib.mk: Mark assignment to lib with override.
7018 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7020         * Makerules: Use cppflags-iterator.mk to add defines for all test
7021         source files.
7023 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7025         * elf/elf.h: Define R_SH_TLS_xxx macros.
7026         * elf/rtld.c: Remove an extra parenthesis.
7027         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
7028         TLS_GD macros.
7029         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
7030         * sysdeps/sh/dl-lookupcfg.h: New file.
7031         * sysdeps/sh/dl-tls.h: New file.
7032         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
7033         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
7034         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
7035         R_SH_TLS_TPOFF32 relocations.
7037 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7039         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
7040         of NOT_IN_LIBC.
7041         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
7042         * include/stdlib.h: Likewise.
7044 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
7046         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
7047         instead of _RTLD_LOCAL.
7048         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
7049         * include/unistd.h: Likewise.
7050         * sysdeps/generic/ldsodefs.h: Likewise.
7052         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
7053         if in libc or ld.so.
7055 2002-04-08  Andreas Jaeger  <aj@suse.de>
7057         * elf/cache.c (print_entry): Support x86-64.
7059 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
7061         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
7062         with one accessing the locale data structures directly.
7063         * stdio-common/printf-prs.c: Include localeinfo.h for new
7064         MB_CUR_MAX definition.
7066         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
7067         is the name of the source file without extension.
7068         * Makefile (distribute): Add cppflags-iterator.mk.
7069         * cppflags-iterator.mk: New file.
7070         * extra-lib.mk: For the sources of the library run
7071         cppflags-iterator.mk.
7073         * include/libintl.h: Declare __dcgettext_internal and
7074         _libc_intl_domainname_internal.  Define __dcgettext using these
7075         two symbols if used in libc itself.
7076         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
7077         _libc_intl_domainname_internal.
7078         * argp/argp-parse.c: Likewise.
7079         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
7080         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
7081         * intl/gettext.c: Likewise.
7082         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
7083         alias.
7084         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
7085         __dcgettext.
7086         * posix/regex_internal.c (gettext): Likewise.
7088 2002-04-08  Andreas Jaeger  <aj@suse.de>
7090         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
7092         * sysdeps/x86_64/fpu/s_llrint.S: New file.
7093         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
7094         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
7095         * sysdeps/x86_64/fpu/s_lrint.S: New file.
7096         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
7097         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
7099 2002-04-08  Roland McGrath  <roland@frob.com>
7101         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
7102         widening __hurd_fail value.
7104 2002-04-07  Roland McGrath  <roland@frob.com>
7106         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
7107         <mach/machine/alpha_instruction.h>.
7108         (_hurd_setup_sighandler): Take proper arguments for current decls.
7109         Update code to use _hurdsig_catch_fault.
7110         Use `callsys' instruction instead of `call_pal'.
7111         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
7113         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
7114         (ALIGN, at, AT, fp): New macros.
7116 2002-04-06  Roland McGrath  <roland@frob.com>
7118         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
7120         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
7121         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
7123         * sysdeps/mach/hurd/bind.c: Use prototype definition.
7124         * sysdeps/mach/hurd/connect.c: Likewise.
7125         * sysdeps/mach/hurd/getsockopt.c: Likewise.
7126         * sysdeps/mach/hurd/setsockopt.c: Likewise.
7128         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
7129         __msg_sig_post RPC.
7131         * hurd/catch-exc.c: Use integer_t instead of int.
7132         * hurd/hurdfault.c: Likewise.
7134         * sysdeps/mach/hurd/alpha/exc2signal.c
7135         (_hurd_exception2signal): Rewritten.
7136         * sysdeps/mach/hurd/alpha/longjmp-ts.c
7137         (_hurd_longjmp_thread_state): Rewritten.
7139 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
7141         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
7142         DB_LOOKUP_FCT prototype.
7143         * nss/getXXent_r.c: Likewise.
7144         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
7145         * inet/getaliasname_r.c: Likewise.
7146         * inet/getnetbyad_r.c: Likewise.
7147         * inet/getnetbynm_r.c: Likewise.
7148         * inet/getnetent_r.c: Likewise.
7149         * inet/getproto_r.c: Likewise.
7150         * inet/getprtent_r.c: Likewise.
7151         * inet/getprtname_r.c: Likewise.
7152         * inet/getrpcbyname_r.c: Likewise.
7153         * inet/getrpcbynumber_r.c: Likewise.
7154         * inet/getrpcent_r.c: Likewise.
7155         * inet/getservent_r.c: Likewise.
7156         * inet/getsrvbynm_r.c: Likewise.
7157         * inet/getsrvbypt_r.c: Likewise.
7158         * shadow/getspent_r.c: Likewise.
7159         * shadow/getspnam_r.c: Likewise.
7161         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
7163         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
7164         Use i686-friendly PIC code.
7165         * sysdeps/i386/elf/setjmp.S: Likewise.
7167         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
7169         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
7170         list.
7171         * elf/Versions: Remove it here.
7173 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
7175         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
7176         direction.  Reported by H . J . Lu <hjl@lucon.org>.
7178 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7180         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7181         test just before the test runs.
7182         * intl/tst-translit.sh: Likewise.
7183         * intl/tst-codeset.sh: Likewise.
7185         * timezone/zic.c: Update from tzcode2002c.
7186         * timezone/asia: Update from tzdata2002c.
7187         * timezone/backward: Likewise.
7188         * timezone/europe: Likewise.
7189         * timezone/northamerica: Likewise.
7190         * timezone/northamerica: Likewise.
7191         * timezone/northamerica: Likewise.
7192         * timezone/southamerica: Likewise.
7193         * timezone/zone.tab: Likewise.
7195 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7197         * sysdeps/generic/brk.c (__curbrk): Declare.
7198         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7199         * sysdeps/generic/dl-sbrk.c: Likewise.
7200         * sysdeps/unix/arm/dl-brk.S: New file.
7201         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7202         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7203         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7204         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7205         * sysdeps/unix/i386/dl-brk.S: New file.
7206         * sysdeps/unix/mips/dl-brk.S: New file.
7207         * sysdeps/unix/sparc/dl-brk.S: New file.
7208         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7209         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7210         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7211         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7213 2002-04-03  Andreas Schwab  <schwab@suse.de>
7215         * Makefile (headers): Add gnu/lib-names.h here instead of
7216         install-others.
7217         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7218         installation rule.
7219         (install-headers): Add dependency on install-headers-nosubdir.
7220         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7221         instead of install-others.
7222         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7223         installation rule.
7225 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7227         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7228         Reported by Sam Roberts <sroberts@uniserve.com>.
7230 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7232         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7233         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7234         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7235         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7237 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7239         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7240         (RTLD_START): Ditto.
7241         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7242         dependency violation.
7244 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7246         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7247         all variable declarations.
7249 2002-04-04  Andreas Schwab  <schwab@suse.de>
7251         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7253 2002-04-04  Andreas Jaeger  <aj@suse.de>
7255         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7256         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7258         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7259         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7260         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7262         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7264         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7266         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7267         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7269         * configure.in: Handle all mips entries the same.
7271         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7272         * sysdeps/mips/mips3/*: Likewise.
7273         * sysdeps/mips/p40/bits/endian.h: Likewise.
7275 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7277         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7278         non-null result [PR libc/2600].
7280         * misc/tst-dirname.c: Add more tests.
7282 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7284         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7285         define a code_set_name provide one based on the filename.
7287         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7289 2001-12-28  Andreas Jaeger  <aj@suse.de>
7291         * time/mktime.c (__mktime_internal): Check for year < 70
7292         [PR libc/2738].
7294 2002-04-03  Andreas Jaeger  <aj@suse.de>
7296         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7297         shmat.
7298         Reported by Andi Kleen <ak@suse.de>.
7300 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7302         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7303         * sysdeps/generic/w_lgammaf.c: Likewise.
7304         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7306         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7307         Adjust for new output format of the backtrace functions.
7309         * misc/syslog.c (vsyslog): Only use cleanup handler if
7310         _LIBC_REENTRANT is defined [PR libc/2924].
7312         * libio/Makefile (tests): Add bug-ungetwc2.
7313         * libio/bug-ungetwc2.c: New file.
7315         * manual/install.texi: Typographical and grammatical cleanup.
7316         Patch by Dennis Grace <dgrace@us.ibm.com>.
7318         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7319         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7321         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7322         always "&".  Adjust callers.
7323         Add "_" prefix to several generated definitions.
7324         Patch by paul@serice.net [PR libc/3158].
7326 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7328         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7329         size of _dl_arm_cap_flags.
7330         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7332         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7333         Define as 8.
7335 2002-03-22  H.J. Lu  <hjl@gnu.org>
7337         * scripts/firstversions.awk: Check the first version.
7339 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7341         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7342         dependencies must be stable to work correctly.
7343         Reported by martin.lubich@datacon.at.
7345         * libio/bug-ungetwc1.c: New file.
7346         * libio/Makefile (tests): Add bug-ungetwc1.
7348         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7349         if stream was last used for writing.
7351         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7352         number [PR libc/3111].
7354         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7355         to ...
7356         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7358 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7360         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7361         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7362         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7363         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7364         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7366 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7368         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7369         dynamic tags.
7371 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7373         * sysdeps/i386/fpu/s_fabs.S: New file.
7374         * sysdeps/i386/fpu/s_fabsf.S: New file.
7375         * sysdeps/i386/fpu/s_fabsl.S: New file.
7376         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7377         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7378         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7380 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7382         * rt/tst-shm.c (do_test): Add one more test for size of shared
7383         memory object.
7385 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7387         * malloc/malloc.c: Add short description and prototypes for
7388         malloc_get_state, malloc_set_state and posix_memalign, for
7389         consistency and to avoid warnings with -Wstrict-prototypes.
7390         Reported by Andreas Jaeger <aj@suse.de>.
7392 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7394         * po/gl.po: Update from translation team.
7396 2002-03-31  Roland McGrath  <roland@frob.com>
7398         * hurd/hurdselect.c (_hurd_select): Fix
7399         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7400         Use a union rather than casts to compare mach_msg_type_t as int.
7402 2002-03-25  Roland McGrath  <roland@frob.com>
7404         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7405         check off the end of NAME when it's shorter than 2 chars.
7406         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7408 2002-03-17  Roland McGrath  <roland@frob.com>
7410         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7411         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7412         * sysdeps/mach/hurd/i386/Dist: Add them.
7413         * sysdeps/mach/hurd/i386/Versions
7414         (libc: GLIBC_2.2.6): New set, add ioperm.
7415         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7416         (mach_interface_list): Check for mach_i386.defs.
7417         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7418         * sysdeps/mach/configure: Regenerated.
7420 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7422         * po/fr.po: Update from translation team.
7424 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7426         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7427         getpriority from syscalls list.
7429 2002-03-28  Andreas Jaeger  <aj@suse.de>
7431         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7432         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7433         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7434         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7436 2002-03-27  Andreas Jaeger  <aj@suse.de>
7438         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7439         sigcontext): Follow further kernel change.
7441         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7442         kernel change.
7444         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7445         Change for struct sigcontext change.
7447         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7448         Follow changes in struct sigcontext.
7450         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7451         sysycall, use wrapper instead.
7453 2002-03-26  Andreas Jaeger  <aj@suse.de>
7455         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7456         read and write accesses as detailed as possible.
7457         (__memcpy_by2): Likewise.
7458         (__memcpy_g): Likewise.
7459         (memmove): Likewise.
7460         (memcmp): Likewise.
7461         (__memset_ccn_by4): Likewise.
7462         (__memset_ccn_by2): Likewise.
7463         (__memset_gcn_by4): Likewise.
7464         (__memset_gcn_by2): Likewise.
7465         (memchr): Likewise.
7466         (__memrchr): Likewise.
7467         (rawmemchr): Likewise.
7468         (__strlen_g): Likewise.
7469         (__strcpy_g): Likewise.
7470         (__mempcpy_by4): Likewise.
7471         (__mempcpy_by2): Likewise.
7472         (__mempcpy_byn): Likewise.
7473         (__stpcpy_g): Likewise.
7474         (__strncpy_by4): Likewise.
7475         (__strncpy_by2): Likewise.
7476         (__strncpy_byn): Likewise.
7477         (__strncpy_gg): Likewise.
7478         (__strcat_c): Likewise.
7479         (__strcat_g): Likewise.
7480         (__strncat_g): Likewise.
7481         (__strcmp_gg): Likewise.
7482         (__strncmp_g): Likewise.
7483         (__strchr_c): Likewise.
7484         (__strchr_g): Likewise.
7485         (__strchrnul_c): Likewise.
7486         (__strchrnul_g): Likewise.
7487         (__strrchr_c): Likewise.
7488         (__strrchr_g): Likewise.
7489         (__strrchr_c): Likewise.
7490         (__strrchr_g): Likewise.
7491         (__strcspn_c1): Likewise.
7492         (__strcspn_cg): Likewise.
7493         (__strcspn_g): Likewise.
7494         (__strcspn_g): Likewise.
7495         (__strspn_c1): Likewise.
7496         (__strspn_cg): Likewise.
7497         (__strspn_g): Likewise.
7498         (__strspn_g): Likewise.
7499         (__strpbrk_cg): Likewise.
7500         (__strpbrk_g): Likewise.
7501         (__strstr_cg): Likewise.
7502         (__strstr_g): Likewise.
7504         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7505         Michal Ludvig <mludvig@suse.cz>.
7507         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7508         compatibilty, adjust for kernel changes.
7510         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7511         sigcontext): Adjust for kernel changes.
7513 2002-03-25  Andreas Jaeger  <aj@suse.de>
7515         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7516         little endian.
7517         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7519 2002-03-24  Andreas Jaeger  <aj@suse.de>
7521         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7523         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7525         * iconv/tst-iconv3.c (main): Use correct printf strings.
7527 2002-03-18  Roland McGrath  <roland@frob.com>
7529         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7530         (CMGROUP_MAX): New macro.
7532 2002-03-23  Roland McGrath  <roland@frob.com>
7534         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7535         * sysdeps/posix/shm_unlink.c: Likewise.
7537 2002-03-22  Roland McGrath  <roland@frob.com>
7539         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7540         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7541         under --enable-libio.
7542         * sysdeps/mach/hurd/configure: Regenerated.
7544 2002-03-23  Roland McGrath  <roland@frob.com>
7546         * sysdeps/mach/hurd/i386/Makefile
7547         (sysdep_routines, shared-only-routines): Don't add framestate,
7548         reverting 2001-10-02 change.
7549         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7550         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7551         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7552         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7553         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7554         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7555         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7556         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7557         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7558         Do it here instead, only if [$(unwind-find-fde) = yes].
7560 2002-03-23  Andreas Jaeger  <aj@suse.de>
7562         * signal/signal.h: Fix typo. Patch by Steve Kemp
7563         <skx@tardis.ed.ac.uk>.
7565 2002-03-22  Andreas Jaeger  <aj@suse.de>
7567         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7568         getresuid.
7570         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7571         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7572         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7573         user_fpregs_struct): Rename fwd.
7575         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7576         Follow sigcontext changes.
7578 2002-03-22  Andreas Jaeger  <aj@suse.de>
7580         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7581         changes for NaNs on MIPS.
7582         Patch by Hartvig Ekner <hartvige@mips.com>.
7584 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7586         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7587         Use realloc if too large.
7588         (addgrbyid): Likewise.
7589         * nscd/hstcache.c (addhstbyname): Likewise.
7590         (addhstbyaddr): Likewise.
7591         (addhstbynamev6): Likewise.
7592         (addhstbyaddrv6): Likewise.
7593         * nscd/pwdcache.c (addpwbyname): Likewise.
7594         (addpwbyuid): Likewise.
7596 2002-03-21  Andreas Jaeger  <aj@suse.de>
7598         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7599         _fpstate): Add separate struct for x86-64.
7601         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7602         user_fpregs_struct): Change member names to follow kernel.
7604 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7606         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7607         Correctly close the UDP connection right away [PR libc/3120].
7609 2002-03-20  Andreas Jaeger  <aj@suse.de>
7611         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7612         user_fpregs_struct): Fix for changed kernel struct.
7613         (struct user_regs_struct): Likewise.
7614         (struct user): Likewise.
7615         Add 32-bit x86 compatibility.
7617         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7619 2002-03-19  Andreas Jaeger  <aj@suse.de>
7621         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7623 2002-03-18  Andreas Jaeger  <aj@suse.de>
7625         * iconvdata/Makefile: Only run tests when shared libs are
7626         available.
7628 2002-03-17  Andreas Jaeger  <aj@suse.de>
7630         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7632         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7634         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7635         bits.
7637         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7638         (CAUSE_SHIFT): New macro.
7639         Patch by Hartvig Ekner <hartvige@mips.com>.
7641         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7642         * sysdeps/generic/unwind-pe.h: Likewise.
7644         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7645         type to _IO_setb.
7647         * libio/stdio.c (AL2): Define variant when visibility attribute is
7648         not supported.
7650         * include/libc-symbols.h (_INTVARDEF): Define variant when
7651         visibility attribute is not supported.
7653 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7655         * po/fr.po: Update from translation team.
7657 2002-02-25  Bruno Haible  <bruno@clisp.org>
7659         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7661 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7663         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7664         buffers if _IO_file_attach failed.
7666         * libio/fileops.c (_IO_file_open): Close file descriptor if
7667         _IO_SEEKOFF call failed.
7669 2002-03-15  H.J. Lu  <hjl@gnu.org>
7670             Ulrich Drepper  <drepper@redhat.com>
7672         * configure.in: Check for availability of
7673         init_array/fini_array/preinit_array handling in binutils.
7674         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7675         * config.make.in (have-initfini-array): New variable.
7677 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7679         * stdio-common/tst-printf.c (main): Comment out one test which
7680         checked the compiler's ability to fold floating-point constants
7681         but not really printf.
7682         (rfg3): Make s const.
7683         * stdio-common/tst-printf.sh: Adjust for removed test.
7685         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7686         internal function.  Adjust for internal_function calling convention.
7687         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7688         as internal_function.
7690         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7691         hidden.
7693         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7694         declaration and definition.
7695         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7696         declaration.
7697         * nss/getXXent_r.c: Likewise.
7698         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7699         definition.
7701         * include/time.h: Declare __localtime_r as hidden.
7703         * include/aliases.h: Declare __getaliasent_r as hidden.
7704         * include/grp.h: Declare __getgrent_r as hidden.
7705         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7706         __getservent_r, and __getprotoent_r as hidden.
7707         * include/pwd.h: Declare __getpwent_r as hidden.
7708         * include/shadow.h: Declare __getspent_r as hidden.
7709         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7711         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7712         and __gconv_transliterate as hidden.
7713         Add internal_function to __gconv_get_path declaration.
7714         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7715         definition.  Add attribute_hidden to __gconv_read_conf definition.
7717 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7719         * elf/rtld.c: Declare _environ as hidden.
7720         * sysdeps/generic/dl-environ.c: Likewise.
7721         * sysdeps/generic/dl-sysdep.c: Likewise.
7723         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7724         _dl_mcount_internal as hidden.
7726         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7727         * sysdeps/generic/dl-brk.c: New file.
7728         * sysdeps/generic/dl-sbrk.c: New file.
7729         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7730         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7732         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7733         (__errno_location): New function.  Declare errno as hidden.
7734         * elf/rtld.c (_dl_argc): Define as hidden.
7735         (_dl_skip_args): Define as hidden.
7736         (_begin, _end): Declare as hidden.
7737         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7738         * sysdeps/generic/entry.h (_start): Declare as hidden.
7739         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7740         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7741         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7742         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7744 2002-03-14  Roland McGrath  <roland@frob.com>
7746         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7748         * Makeconfig (%.v.i, %.v): New implicit rules.
7749         (preprocess-versions): Variable removed.
7750         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7751         shlib-versions input files as dependencies.
7752         ($(common-objpfx)soversions.i): Depend on that instead of the input
7753         files.  Use it as input instead of using a pipeline.
7754         (postclean-generated): Append soversions.i, shlib-versions.v, and
7755         shlib-versions.v.i here.
7756         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7757         the Versions.def input files as dependencies.
7758         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7759         ($(common-objpfx)Versions.all): Depend on that instead of the input
7760         files.  Use it as input instead of using a pipeline.
7761         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7762         (postclean-generated): Append those .v and .v.i files here.
7764 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7766         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7767         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7768         Remove.
7770 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7772         * sysdeps/generic/mp_clz_tab.c: New file.
7773         * sysdeps/i386/mp_clz_tab.c: New file.
7774         * sysdeps/hppa/mp_clz_tab.c: New file.
7775         * sysdeps/powerpc/mp_clz_tab.c: New file.
7776         * stdlib/Makefile (aux): Revert last patch.
7777         * math/Makefile (gmp-objs): Likewise.
7779 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7781         * time/strftime.c: Comment fixes for references to obsolescent
7782         standards, In most cases the simplest fix is to remove the
7783         confusing comments.  Cross-referencing all the standards properly
7784         is a bit of a pain, and it should be enough to put that info in
7785         the documentation as I did in my recent time.texi patch.
7787 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7789         * manual/time.texi (Formatting Calendar Time):
7790         ISO C99 also specifies the E and O modifiers.
7791         %P is a GNU extension, and is not in ISO C99.
7792         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7793         %T is also in ISO C99.
7794         The RFC 822 example is not valid in arbitrary locales.
7795         Reword the POSIX.2 wording slightly, to make it a bit clearer
7796         that POSIX.2 formats are also supported by later POSIX versions.
7797         If a format was introduced in ISO C99 it is also required by
7798         POSIX.1-2001.
7800 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7802         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7803         _sys_nerr_internal with INTVARDEF2.
7804         * include/libc-symbols.h (INTVARDEF2): New macro.
7805         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7806         (_sys_nerr_internal): Library.
7808         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7809         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7811         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7813 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7815         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7817 2002-03-02  Andreas Schwab  <schwab@suse.de>
7819         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7820         'h' flag and positional arg.
7821         * stdio-common/tst-printf.c (rfg3): New function to test
7822         positional arguments.
7823         (main): Fix some warnings.
7825 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7827         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7828         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7830 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7832         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7834         * include/locale.h (_nl_C_locobj): Declare as hidden.
7836         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7837         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7839         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7841         * include/sys/gmon.h: Declare _gmonparam as hidden.
7843         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7844         (__ctype32_wctrans): Likewise.
7845         (__ctype32_width): Likewise.
7847         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7848         use of __ttyname.
7850         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7851         Define as hidden.
7852         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7853         hidden.  Change all users of these variables.
7855         * posix/regex_internal.h (__re_error_msgid): Renamed from
7856         re_error_msgid.  Declare as hidden.
7857         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7858         hidden.
7860         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7861         (__printf_function_table): Likewise.
7862         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7863         hidden.
7864         (__printf_function_table): Likewise.
7866         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7867         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7869         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7870         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7872         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7873         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7875 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7877         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7878         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7879         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7880         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7881         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7882         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7883         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7884         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7885         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7886         _nl_C_LC_CTYPE_width: Declare as hidden.
7887         * include/locale.h: Declare _nl_locale_file_list.
7888         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7889         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7890         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7891         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7892         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7893         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7894         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7895         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7896         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7897         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7898         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7899         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7900         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7901         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7902         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7903         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7904         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7905         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7906         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7907         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7908         _nl_C_LC_CTYPE_width, and as hidden.
7909         * locale/findlocale.c: Declare _nl_C as hidden.
7910         * locale/newlocale.c: Likewise.
7911         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7912         _nl_locale_file_list.
7913         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7914         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7915         Define _nl_C_locobj as hidden.
7917         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7918         (_mtrace_line): Likewise.
7920         * include/time.h: Declare __mon_yday as hidden.
7921         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7923         * libio/libioP.h: Declare __libio_codecvt as hidden.
7924         * libio/fileops.c: Declare __libio_translit as hidden.
7925         * libio/iofwide.c: Define __libio_translit as hidden.
7927         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7928         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7929         * login/getutline_r.c: Likewise.
7930         * login/utmpname.c: Likewise.
7932         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7933         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7934         __libc_utmp_file_name as hidden.
7936         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7937         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7938         * locale/freelocale.c: Likewise.
7939         * locale/lc-time.c: Likewise.
7941         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7942         (__libc_ptyname2): Likewise.
7943         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7944         hidden.
7945         (__libc_ptyname2): Likewise.
7947         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7948         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7949         * sysdeps/generic/init-first.c: Likewise.
7950         * sysdeps/i386/init-first.c: Likewise.
7951         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7952         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7953         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7954         * sysdeps/sh/init-first.c: Likewise.
7955         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7956         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7958         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7959         (_itowa_upper_digits): Likewise.
7961         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7962         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7963         as hidden.
7965         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7966         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7967         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7968         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7970         * gmon/gmon.c (__bb_head): Define as hidden.
7971         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7973         * argp/argp-parse.c (_argp_hang): Define as static.
7975         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7976         handling in latest compilers.
7978         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7979         define alias.
7980         * libio/fileops.c (_IO_file_jumps): Likewise.
7981         * libio/stdfiles.c (_IO_list_all): Likewise.
7982         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7984         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7985         include/malloc.h.
7986         * include/malloc.h: Add __libc_malloc_initialized declaration
7987         here.  Mark variable hidden.
7988         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7990         * elf/dl-open.c (__libc_argc): Declare as hidden.
7991         (__libc_argv): Likewise.
7992         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7993         (__libc_argv): Likewise.
7994         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7995         __libc_argv as hidden.
7996         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7997         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7998         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7999         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8001         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
8002         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
8003         * stdlib/erand48.c: Likewise.
8004         * stdlib/jrand48.c: Likewise.
8005         * stdlib/lcong48.c: Likewise.
8006         * stdlib/lrand48.c: Likewise.
8007         * stdlib/mrand48.c: Likewise.
8008         * stdlib/nrand48.c: Likewise.
8009         * stdlib/seed48.c: Likewise.
8010         * stdlib/srand48.c: Likewise.
8012         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
8013         (_itoa_lower_digits_internal): New declaration.
8014         (_itoa_upper_digits_internal): New declaration.
8015         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
8016         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
8017         (_itoa_upper_digits_internal): New declaration.
8018         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
8019         _itoa_lower_digits.
8020         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
8021         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
8023         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
8024         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
8026         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
8027         (_itowa_lower_digits): Likewise.
8028         (_itowa_upper_digits): Likewise.
8029         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
8030         (_itowa_upper_digits): Likewise.
8032         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
8033         not already defined.
8034         (GERMANIC_PLURAL): Declare as hidden.
8036         * posix/getopt.c (__getopt_initialized): Declare as hidden.
8037         (attribute_hidden): Define as empty macro if not already defined.
8039         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
8040         (__gconv_max_path_elem_len): Likewise.
8041         (__gconv_path_envvar): Likewise.
8043         * math/Makefile (gmp-objs): Remove mp_clz_tab.
8044         * stdlib/Makefile (aux): Remove mp_clz_tab.
8045         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
8047         * stdlib/exit.h (__exit_funcs): Declare as hidden.
8049         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
8051         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
8052         _nl_category_names, _nl_category_name_sizes, _nl_current,
8053         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
8055         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
8056         (_nl_current_default_domain): Likewise
8057         (_nl_state_lock): Likewise.
8058         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
8059         (_nl_current_default_domain): Likewise
8060         (_nl_state_lock): Likewise.
8061         * intl/bindtextdom.c (_nl_state_lock): Likewise.
8063         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
8064         (_fpioconst_pow10): Likewise.
8066         * include/time.h (_tmbuf): Add attribute_hidden.
8068         * time/tzset.c (tzstring_list): Define as static.
8070         * include/time.h: Add attribute_hidden to __tzname_cur_max and
8071         __use_tzfile declaration.
8073         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
8074         and __wcsmbs_last_locale declaration.
8076 2002-02-25  Paul Eggert  <eggert@twinsun.com>
8078         * timezone/Makefile (tzbases): Move systemv from here...
8079         (tzlinks): to here, since the entries in systemv were all changed
8080         from Zone to Link lines in tz-2001a.  Bug reported (and patch
8081         tested) by Peter Breitenlohner.
8083 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
8085         * time/tst-posixtz.c (tests): Add new tests.
8086         (main): Test whether tzset() sets daylight properly.
8088 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8090         * time/tzset.c (tz_compute): Move __daylight, __tzname and
8091         __tzname_cur_max setting...
8092         (tzset_internal): ...here.
8094 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
8096         * time/tzset.c (compute_change): Don't return any value.
8097         (tz_compute): Likewise.  Don't handle southern hemisphere here.
8098         (__tz_convert): But here.
8100 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8102         * manual/examples/mkfsock.c: Include <string.h> as well.
8103         Patch by Alain De Carolis <alaind@wseurope.com>.
8105 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
8107         * posix/regexec.c (re_match): Fix incorrect register sizes.
8108         (re_search): Likewise.
8110 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8112         * posix/regcomp.c (regfree): Remove a disused condition.
8113         * posix/regex_internal.c (re_acquire_state): Likewise.
8114         (re_acquire_state_context): Likewise.
8115         (register_state): Remove a redundant malloc invocation.
8116         * posix/regex_internal.h: (re_state_table_entry): Simplify
8117         the structure.
8119 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
8121         * posix/regcomp.c (regcomp): Add __builtin_expect to error
8122         handling conditions.
8123         (regerror): Likewise.
8124         (regfree): Likewise.
8125         (re_compile_internal): Likewise.
8126         (init_dfa): Likewise.
8127         (init_word_char): Likewise.
8128         (create_initial_state): Likewise.
8129         (analyze): Likewise.
8130         (analyze_tree): Likewise.
8131         (duplicate_node): Likewise.
8132         (calc_eclosure): Likewise.
8133         (calc_eclosure_iter): Likewise.
8134         (parse): Likewise.
8135         (parse_reg_exp): Likewise.
8136         (parse_branch): Likewise.
8137         (parse_expression): Likewise.
8138         (parse_subexp): Likewise.
8139         (parse_dup_op): Likewise.
8140         (parse_bracket_exp): Likewise.
8141         (build_equiv_class): Likewise.
8142         (build_charclass): Likewise.
8143         (build_word_op): Likewise.
8144         (fetch_number): Likewise.
8145         (create_tree): Likewise.
8146         (duplicate_tree): Likewise.
8147         * posix/regex.c (BE): New macro.
8148         * posix/regexec.c (re_match): Add __builtin_expect to error
8149         handling conditions.
8150         (re_match_2): Likewise.
8151         (re_search): Likewise.
8152         (re_search_internal): Likewise.
8153         (check_matching): Likewise.
8154         (proceed_next_node): Likewise.
8155         (set_regs): Likewise.
8156         (sift_states_backward): Likewise.
8157         (add_epsilon_backreference): Likewise.
8158         (transit_state): Likewise.
8159         (transit_state_sb): Likewise.
8160         (transit_state_mb): Likewise.
8161         (transit_state_bkref): Likewise.
8162         (transit_state_bkref_loop): Likewise.
8163         (build_trtable): Likewise.
8164         (group_nodes_into_DFAstates): Likewise.
8165         (match_ctx_init): Likewise.
8166         (match_ctx_add_entry): Likewise.
8167         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
8168         to error handling conditions.
8169         (re_string_construct_toupper): Likewise.
8170         (build_wcs_buffer): Likewise.
8171         (build_wcs_upper_buffer): Likewise.
8172         (build_upper_buffer): Likewise.
8173         (re_string_translate_buffer): Likewise.
8174         (re_node_set_alloc): Likewise.
8175         (re_node_set_init_1): Likewise.
8176         (re_node_set_init_2): Likewise.
8177         (re_node_set_init_copy): Likewise.
8178         (re_node_set_intersect): Likewise.
8179         (re_node_set_init_union): Likewise.
8180         (re_node_set_merge): Likewise.
8181         (re_node_set_insert): Likewise.
8182         (re_dfa_add_node): Likewise.
8183         (re_acquire_state): Likewise.
8184         (re_acquire_state_context): Likewise.
8185         (create_new_state_common): Likewise.
8186         (register_state): Likewise.
8187         (create_ci_new_state): Likewise.
8188         (create_cd_new_state): Likewise.
8189         (re_string_context_at): Remove redundant condition.
8191 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8193         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8195         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8197 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8199         * sysdeps/i386/elf/configure.in: Fix comment.
8201         * sysdeps/sparc/sparc64/configure.in: New file.
8202         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8203         if .dynamic comes before .got.
8204         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8206         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8207         HP_TIMING_ACCUM): Fix typos.
8209 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8211         * string/strfry.c: Add some more randomness to the seed.
8212         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8214         * po/es.po: Update from translation team.
8215         * po/fr.po: Likewise.
8217         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8219         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8220         when determining type of format.
8221         Patch by James Antill <james@anqd.org> [PR libc/2787].
8223 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8225         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8227 2002-03-11  Roland McGrath  <roland@frob.com>
8229         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8231         * Versions.def (libc): Add GLIBC_2.2.6.
8232         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8233         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8234         __errno_location instead of __hurd_errno_location, and don't inline it.
8235         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8236         * hurd/errno.c: New file.
8237         * hurd/Makefile (routines): Add errno.
8239 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8241         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8242         ridiculously large widths and precisions [PR libc/3026].
8244 2002-03-11  Andreas Jaeger  <aj@suse.de>
8246         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8247         support.
8248         Patch by Susanne Oberhauser <froh@SuSE.de>.
8250 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8252         * inet/rexec.c (ahostbuf): Define as static.
8254         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8255         (__ctype32_wctrans): Likewise.
8256         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8257         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8258         (__ctype32_wctrans): Likewise.
8259         (__ctype32_width): Likewise.
8261         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8262         They were never exported anyway.
8264         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8265         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8266         exported.
8267         * include/sys/gmon.h: Declare _gmonparam.
8269         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8270         symbols for getdents64.  They were never exported.
8272 2002-03-09  Roland McGrath  <roland@frob.com>
8274         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8275         Reported by Jon Arney <jarney1@cox.net>.
8277 2002-02-23  Roland McGrath  <roland@frob.com>
8279         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8280         declaration.
8281         (__hurd_errno_location): Function removed.
8283 2002-03-06  Andreas Jaeger  <aj@suse.de>
8285         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8286         32-bit.
8288 2002-03-04  Andreas Jaeger  <aj@suse.de>
8290         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8292         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8293         x86-64.
8295         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8297         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8299         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8301         * sysdeps/x86_64/bits/setjmp.h: New file.
8303         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8305         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8307         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8308         for x86.
8309         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8310         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8312 2002-02-28  Bo Thorsen  <bo@suse.de>
8314         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8315         version.
8317 2002-03-03  Andreas Jaeger  <aj@suse.de>
8319         * sysdeps/x86_64/bits/wordsize.h: New file.
8321         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8322         * elf/tst-tlsmod1.c: Likewise.
8324         * posix/regcomp.c: Get regex.h from include dir for internal
8325         prototypes.
8327         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8328         to libc-internal.h and include it.
8329         * include/libc-internal.h: Add __init_misc.
8331         * misc/init-misc.c: Include libc-internal.h for prototypes.
8333         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8335         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8336         _IO_putc_internal.
8338 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8340         * posix/regcomp.c: Compatibility changes to allow using the code
8341         outside glibc.
8343 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8345         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8346         compiled non-PIC.
8348 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8350         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8351         of .str elements in the returned data structure.
8353         * elf/elf.h: Add Alpha TLS bits.
8355 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8357         * sysdeps/unix/sysv/linux/nice.c: New file.
8359 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8361         * elf/Makefile (dl-routines): Add dl-origin.
8362         (elide-routines.os): Add dl-origin.
8363         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8364         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8365         _dl_debug_state.
8366         * include/libc-symbols.c: Define attribute_hidden depending on
8367         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8369         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8370         * elf/dl-load.c: Likewise.
8371         * elf/rtld.c: Likewise.
8372         * include/unistd.h: Declare __libc_enable_secure_internal.
8373         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8374         Use INTUSE with __libc_enable_secure.
8375         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8377         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8378         * elf/dl-error.c: Likewise,
8379         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8381         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8382         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8383         function definition.  Use INTDEF with _dl_get_origin.
8384         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8386         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8387         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8389         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8390         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8391         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8393         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8394         * elf/dl-deps.c: Likewise.
8395         * elf/dl-error.c: Likewise.
8396         * elf/dl-fini.c: Likewise.
8397         * elf/dl-init.c: Likewise.
8398         * elf/dl-load.c: Likewise.
8399         * elf/dl-lookup.c: Likewise.
8400         * elf/dl-reloc.c: Likewise.
8401         * elf/dl-version.c: Likewise.
8402         * elf/do-lookup.h: Likewise.
8403         * sysdeps/arm/dl-machine.h: Likewise.
8404         * sysdeps/cris/dl-machine.h: Likewise.
8405         * sysdeps/hppa/dl-machine.h: Likewise.
8406         * sysdeps/i386/dl-machine.h: Likewise.
8407         * sysdeps/m68k/dl-machine.h: Likewise.
8408         * sysdeps/powerpc/dl-machine.h: Likewise.
8409         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8410         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8411         * sysdeps/sh/dl-machine.h: Likewise.
8412         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8413         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8414         * sysdeps/x86_64/dl-machine.h: Likewise.
8415         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8416         _dl_argv[0].  Use INTUSE with _dl_argv.
8417         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8418         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8420 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8422         * elf/rtld.c (_rtld_global): Remove .protected.
8423         (_rtld_local): Strong alias to _rtld_global.
8424         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8425         only .os object.
8426         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8427         _rtld_local instead of _rtld_global.
8428         (_rtld_local): Add hidden extern, possibly in .sdata section.
8429         * configure.in: Add tests for visibility attribute and .sdata.
8430         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8431         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8432         * sysdeps/arm/dl-machine.h: Likewise.
8433         * sysdeps/generic/ldsodefs.h: Likewise.
8434         * sysdeps/hppa/dl-machine.h: Likewise.
8435         * sysdeps/cris/dl-machine.h: Likewise.
8436         * sysdeps/i386/dl-machine.h: Likewise.
8437         * sysdeps/ia64/dl-machine.h: Likewise.
8438         * sysdeps/m68k/dl-machine.h: Likewise.
8439         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8440         * sysdeps/mips/dl-machine.h: Likewise.
8441         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8442         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8443         * sysdeps/sh/dl-machine.h: Likewise.
8444         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8445         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8446         * sysdeps/x86_64/dl-machine.h: Likewise.
8448 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8450         * login/login.c (login): Always initialize ut_line field
8451         [PR libc/2991].
8453 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8455         * sysdeps/i386/Makefile (sysdep_routines): Add
8456         divdi3 in csu dir.
8457         (shared-only-routines): Likewise.
8458         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8459         (shared-only-routines): Likewise.
8460         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8461         (shared-only-routines): Likewise.
8462         * sysdeps/wordsize-32/divdi3.c: New file.
8464 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8466         * locale/iso-4217.def: Remove obsolete currencies for countries
8467         with Euro.
8469 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8471         * posix/regcomp.c (regcomp): Remove a redundant condition.
8472         (init_word_char): Add a check on malloc failure.
8473         (create_initial_state): Likewise.
8474         (duplicate_node): Likewise.
8475         (calc_eclosure): Likewise.
8476         (calc_eclosure_iter): Likewise.
8477         (parse_expression): Likewise.
8478         (parse_bracket_exp): Remove unnecessary malloc invocations.
8479         (build_equiv_class): Likewise.
8480         (build_charclass): Likewise.
8481         * posix/regex_internal.c (re_node_set_intersect): Add a check
8482         on malloc failure.
8483         (re_node_set_add_intersect): Likewise.
8484         (re_node_set_merge): Likewise.
8485         (re_acquire_state): Likewise.
8486         (re_acquire_state_context): Likewise.
8487         (create_newstate_common): Likewise.
8488         (register_state): Likewise.
8489         (create_ci_newstate): Likewise.
8490         (create_cd_newstate): Likewise.
8491         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8492         and re_acquire_state_context.
8493         * posix/regexec.c (regexec): Suit it to the error handling of
8494         re_search_internal.
8495         (re_match): Likewise.
8496         (re_search): Likewise.
8497         (re_search_internal): Add a check on malloc failure.
8498         (acquire_init_state_context): Likewise.
8499         (check_matching): Likewise.
8500         (proceed_next_node): Likewise.
8501         (set_regs): Likewise.
8502         (sift_states_backward): Likewise.
8503         (sift_states_iter_bkref): Likewise.
8504         (add_epsilon_backreference): Likewise.
8505         (transit_state): Likewise.
8506         (transit_state_sb): Likewise.
8507         (transit_state_mb): Likewise.
8508         (transit_state_bkref_loop): Likewise.
8509         (build_trtable): Likewise.
8510         (group_nodes_into_DFAstates): Likewise.
8511         (match_ctx_init): Likewise.
8512         (match_ctx_add_entry): Likewise.
8514 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8516         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8517         l_libname if profiling is enabled [PR libc/2916].
8519         * sysdeps/ia64/dl-tls.h: New file.
8521 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8523         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8524         Work around an Alpha gas bug.
8526 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8528         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8529         uses read to load the catalog.
8530         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8532 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8534         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8535         regex_internal.c, and regex_internal.h.
8536         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8537         * posix/regex.c: Complete rewrite.
8538         * posix/regexec.c: New file.
8539         * posix/regcomp.c: New file.
8540         * posix/regex_internal.c: New file.
8541         * posix/regex_internal.h: New file.
8542         * posix/regex.h (RE_ICASE): New macro.
8543         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8545         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8546         ungetwc.  It's a macro.
8547         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8548         implementation.
8549         Reported by Jason Merrill <jason@redhat.com>.
8551 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8553         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8554         position to fp->_offset if it is set.
8555         * stdio-common/Makefile (tests): Add tst-fdopen.
8556         * stdio-common/tst-fdopen.c: New test.
8558 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8560         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8561         * stdio-common/tst-ungetc.c (main): Add another test.
8563 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8565         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8566         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8567         aliases.  Add prototypes for the new aliases.
8568         * assert/assert.c: Likewise.
8569         * include/libc-symbols.h: Likewise.
8570         * include/stdio.h: Likewise.
8571         * include/netinet/in.h: Likewise.
8572         * include/rpc/auth.h: Likewise.
8573         * include/rpc/auth_unix.h: Likewise.
8574         * include/rpc/key_prot.h: Likewise.
8575         * include/rpc/pmap_prot.h: Likewise.
8576         * include/rpc/pmap_rmt.h: Likewise.
8577         * include/rpc/rpc_msg.h: Likewise.
8578         * include/rpc/xdr.h: Likewise.
8579         * inet/gethstbyad_r.c: Likewise.
8580         * inet/gethstbynm2_r.c: Likewise.
8581         * inet/gethstbynm_r.c: Likewise.
8582         * inet/gethstent_r.c: Likewise.
8583         * inet/in6_addr.c: Likewise.
8584         * libio/__fpurge.c: Likewise.
8585         * libio/filedoalloc.c: Likewise.
8586         * libio/fileops.c: Likewise.
8587         * libio/ftello.c: Likewise.
8588         * libio/ftello64.c: Likewise.
8589         * libio/genops.c: Likewise.
8590         * libio/iofclose.c: Likewise.
8591         * libio/iofdopen.c: Likewise.
8592         * libio/iofflush.c: Likewise.
8593         * libio/iofflush_u.c: Likewise.
8594         * libio/iofgetpos.c: Likewise.
8595         * libio/iofgetpos64.c: Likewise.
8596         * libio/iofgets.c: Likewise.
8597         * libio/iofgets_u.c: Likewise.
8598         * libio/iofopen.c: Likewise.
8599         * libio/iofopncook.c: Likewise.
8600         * libio/iofputs.c: Likewise.
8601         * libio/iofread.c: Likewise.
8602         * libio/iofread_u.c: Likewise.
8603         * libio/iofsetpos.c: Likewise.
8604         * libio/iofsetpos64.c: Likewise.
8605         * libio/ioftell.c: Likewise.
8606         * libio/iofwrite.c: Likewise.
8607         * libio/iogetline.c: Likewise.
8608         * libio/iogets.c: Likewise.
8609         * libio/iogetwline.c: Likewise.
8610         * libio/iolibio.h: Likewise.
8611         * libio/iopadn.c: Likewise.
8612         * libio/iopopen.c: Likewise.
8613         * libio/ioseekoff.c: Likewise.
8614         * libio/ioseekpos.c: Likewise.
8615         * libio/iosetbuffer.c: Likewise.
8616         * libio/iosetvbuf.c: Likewise.
8617         * libio/ioungetc.c: Likewise.
8618         * libio/ioungetwc.c: Likewise.
8619         * libio/iovdprintf.c: Likewise.
8620         * libio/iovsprintf.c: Likewise.
8621         * libio/iovsscanf.c: Likewise.
8622         * libio/libioP.h: Likewise.
8623         * libio/memstream.c: Likewise.
8624         * libio/obprintf.c: Likewise.
8625         * libio/oldfileops.c: Likewise.
8626         * libio/oldiofclose.c: Likewise.
8627         * libio/oldiofdopen.c: Likewise.
8628         * libio/oldiofgetpos.c: Likewise.
8629         * libio/oldiofgetpos64.c: Likewise.
8630         * libio/oldiofopen.c: Likewise.
8631         * libio/oldiofsetpos.c: Likewise.
8632         * libio/oldiofsetpos64.c: Likewise.
8633         * libio/oldiopopen.c: Likewise.
8634         * libio/oldstdfiles.c: Likewise.
8635         * libio/putc.c: Likewise.
8636         * libio/setbuf.c: Likewise.
8637         * libio/setlinebuf.c: Likewise.
8638         * libio/stdfiles.c: Likewise.
8639         * libio/stdio.c: Likewise.
8640         * libio/strops.c: Likewise.
8641         * libio/vasprintf.c: Likewise.
8642         * libio/vscanf.c: Likewise.
8643         * libio/vsnprintf.c: Likewise.
8644         * libio/vswprintf.c: Likewise.
8645         * libio/wfiledoalloc.c: Likewise.
8646         * libio/wfileops.c: Likewise.
8647         * libio/wgenops.c: Likewise.
8648         * libio/wstrops.c: Likewise.
8649         * malloc/mtrace.c: Likewise.
8650         * misc/error.c: Likewise.
8651         * misc/syslog.c: Likewise.
8652         * nss/getXXbyYY_r.c: Likewise.
8653         * nss/getXXent_r.c: Likewise.
8654         * nss/hosts-lookup.c: Likewise.
8655         * stdio-common/getw.c
8656         * stdio-common/printf-prs.c: Likewise.
8657         * stdio-common/printf_fp.c: Likewise.
8658         * stdio-common/printf_size.c: Likewise.
8659         * stdio-common/putw.c: Likewise.
8660         * stdio-common/scanf.c: Likewise.
8661         * stdio-common/sprintf.c: Likewise.
8662         * stdio-common/tmpfile64.c: Likewise.
8663         * stdio-common/vfprintf.c: Likewise.
8664         * stdio-common/vfscanf.c: Likewise.
8665         * stdlib/strfmon.c: Likewise.
8666         * sunrpc/auth_des.c: Likewise.
8667         * sunrpc/auth_none.c: Likewise.
8668         * sunrpc/auth_unix.c: Likewise.
8669         * sunrpc/authdes_prot.c: Likewise.
8670         * sunrpc/authuxprot.c: Likewise.
8671         * sunrpc/clnt_perr.c: Likewise.
8672         * sunrpc/clnt_raw.c: Likewise.
8673         * sunrpc/clnt_tcp.c: Likewise.
8674         * sunrpc/clnt_udp.c: Likewise.
8675         * sunrpc/clnt_unix.c: Likewise.
8676         * sunrpc/key_call.c: Likewise.
8677         * sunrpc/key_prot.c: Likewise.
8678         * sunrpc/openchild.c: Likewise.
8679         * sunrpc/pm_getmaps.c: Likewise.
8680         * sunrpc/pm_getport.c: Likewise.
8681         * sunrpc/pmap_clnt.c: Likewise.
8682         * sunrpc/pmap_prot.c: Likewise.
8683         * sunrpc/pmap_prot2.c: Likewise.
8684         * sunrpc/pmap_rmt.c: Likewise.
8685         * sunrpc/rpc_cmsg.c: Likewise.
8686         * sunrpc/rpc_prot.c: Likewise.
8687         * sunrpc/svc_authux.c: Likewise.
8688         * sunrpc/svc_raw.c: Likewise.
8689         * sunrpc/svc_simple.c: Likewise.
8690         * sunrpc/svc_tcp.c: Likewise.
8691         * sunrpc/svc_udp.c: Likewise.
8692         * sunrpc/svc_unix.c: Likewise.
8693         * sunrpc/xdr.c: Likewise.
8694         * sunrpc/xdr_array.c: Likewise.
8695         * sunrpc/xdr_mem.c: Likewise.
8696         * sunrpc/xdr_rec.c: Likewise.
8697         * sunrpc/xdr_ref.c: Likewise.
8698         * sunrpc/xdr_stdio.c: Likewise.
8699         * sysdeps/generic/_strerror.c: Likewise.
8700         * sysdeps/generic/printf_fphex.c: Likewise.
8701         * sysdeps/generic/tmpfile.c: Likewise.
8702         * sysdeps/gnu/errlist.awk: Likewise.
8703         * sysdeps/gnu/errlist.c: Likewise.
8705         * libio/Makefile (routines): Remove iosprint.
8706         * libio/iosprintf.c: Removed
8709 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8711         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8712         non_dynamic_init and exported now.
8713         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8714         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8715         !SHARED.
8716         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8717         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8718         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8720 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8722         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8723         true in this case.
8725         * locale/iso-639.def: Add language codes for Walloon.
8727         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8728         total number of relocations performed.
8730         * elf/sprof.c (load_profdata): If do_test provide information as
8731         to why loading failed.
8732         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8733         hist_hdr.dimen.
8735         * csu/set-init.c: Moved to...
8736         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8737         * csu/Makefile: Don't compile set-init.
8738         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8739         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8740         to __libc_init.
8741         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8742         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8743         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8744         __libc_init.
8745         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8746         __libc_subinit.
8748 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8750         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8751         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8752         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8753         (_dl_deallocate_tls): New function.
8754         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8755         _dl_deallocate_tls.
8757 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8759         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8760         * stdio-common/tst-fseek.c (main): Add test for this.
8762 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8764         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8766 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8768         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8769         pointer before dereferencing.
8771 2002-02-18  Roland McGrath  <roland@frob.com>
8773         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8775         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8776         Use task_policy in place of task_priority.
8778         * sysdeps/generic/bits/mman.h
8779         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8780         * sysdeps/mach/msync.c: New file.
8782         * sysdeps/mach/powerpc/syscall.S: New file.
8784         * mach/msg.c [MACH_MSG_OVERWRITE]
8785         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8786         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8788         * sysdeps/mach/configure.in: Check for clock.defs to put into
8789         mach_interface_list.
8790         * sysdeps/mach/configure: Regenerated.
8792         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8793         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8794         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8795         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8796         (mach-shortcuts): Add device_read_overwrite_request,
8797         device_read_overwrite, vm_read_overwrite, thread_switch.
8799         * configure.in (base_machine): Set to $machine by default.
8800         * configure: Regenerated.
8802         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8803         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8804         * sysdeps/mach/configure: Regenerated.
8805         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8807         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8809         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8811         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8812         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8814 2002-02-17  Roland McGrath  <roland@frob.com>
8816         * sysdeps/mach/hurd/times.c
8817         [NO_CREATION_TIME] (startup_time): New static variable.
8818         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8819         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8820         creation_time from task_basic_info.
8821         (__times): Use __gettimeofday instead of __host_get_time.
8823         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8824         Use untyped Mach IPC message format.
8826         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8828         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8829         _S_catch_exception_raise_state_identity,
8830         _hurdsig_fault_catch_exception_raise_state,
8831         _hurdsig_fault_catch_exception_raise_state_identity.
8833         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8835         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8836         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8838         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8839         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8841         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8842         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8843         them as no-op macros.
8844         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8845         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8847         * sysdeps/powerpc/dl-machine.h
8848         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8850         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8851         Use untyped Mach IPC message format.
8853         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8854         Handle untyped Mach IPC message formats.
8856         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8857         Expect different argument conventions when this is defined.
8858         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8859         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8860         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8861         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8862         for OSF Mach variant.
8863         (faulted): Use mig_reply_error_t for REPLY.
8864         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8865         in __thread_set_exception_ports call.
8866         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8867         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8869         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8870         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8871         on Darwin, which includes bogons.
8873         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8874         variable LOADBASE so it's not declared when it's not used.
8876 2002-02-16  Roland McGrath  <roland@frob.com>
8878         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8879         to use BI.creation_time.
8881         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8883         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8884         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8885         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8886         host_page_size instead of vm_statistics.
8888         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8889         mach_interface.h here, since not all variants use that name.
8891         * sysdeps/mach/configure.in: Add some checks for Mach headers
8892         to ensure a sane installation.
8893         (mach_interface_list): Define this variable by checking for .defs
8894         files found in various variants.
8895         * configure.in (mach_interface_list): AC_SUBST this.
8896         * config.make.in (mach-interface-list): New substituted variable.
8897         * mach/Makefile (user-interfaces): Define this using the value
8898         of $(mach-interface-list) instead of mach, mach4.
8899         Updated other references to mach_interface to use it as well.
8901         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8903         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8904         mig_reply_error_t for OSF Mach variant.
8906         * mach/Makefile (routines): Remove bootprivport.
8907         * mach/bootprivport.c: File removed.  It has never been used.
8909         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8910         Grok the OSF flavor of message format.
8911         (mach_msg_destroy_port): For MAKE_SEND and
8912         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8913         no-senders notification.
8915 2002-02-06  Roland McGrath  <roland@frob.com>
8917         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8918         to here if 2.0 compatibility enabled ...
8919         (libc: GLIBC_2.1.3): ... from here.
8921 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8923         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8924         generation counter.
8925         * elf/dl-close.c (_dl_close): Likewise.
8927 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8929         * elf/Makefile: Add rules to build and run tst-tls8.
8930         * elf/tst-tls8.c: New file.
8931         * elf/tst-tlsmod4.c: New file.
8933         * stdlib/test-a64l.c (tests): Add more test cases.
8935         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8936         Reported by Walter Harms <WHarms@bfs.de>.
8938 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8940         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8941         definitions for struct sigcontext.
8942         Suggested by David Mosberger-Tang.
8944 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8946         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8947         for removing reference of module in slotinfo list.
8948         (_dl_close): Use remove_slotinfo.
8949         * sysdeps/generic/dl-tls.c: General pretty printing.
8950         (oom): Define only if SHARED.
8951         (_dl_next_tls_modid): Correct starting point for the case we assume
8952         there is a gap.  Add missing instruction grouping (doh!).  Correct
8953         tests for reaching maximum index.
8954         * elf/Makefile: Add rules to build and run tst-tls7.
8955         * elf/tst-tls7.c: New file.
8956         * elf/tst-tlsmod3.c: New file.
8958         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8959         USE_TLS.
8960         * elf/tst-tlsmod2.c: Likewise.
8962         * elf/dl-close.c (_dl_close): When closing an object using TLS
8963         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8964         true.  Increment dl_tls_generation only if we closed any TLS-using
8965         object.
8966         * elf/tst-tls6.c: New file.
8967         * elf/Makefile: Add rules to build and run tst-tls6.
8969         * po/da.po: Update from translation team.
8971         * locale/categories.def: Fix typo [PR libc/2948].
8972         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8973         [PR libc/2949].
8974         * locale/iso-4217.def: Update from official version [PR libc/2950].
8975         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8976         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8977         message if input is too confusion instead of using assert.
8978         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8979         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8981         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8982         * elf/tst-tls2.c: Likewise.
8983         * elf/tst-tls3.c: Likewise.
8985 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8987         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8989 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8991         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8992         if this is really necessary.
8994         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8995         slotinfo array.
8996         (free_mem): Free memory for the slotinfo array if possible.
8998 2002-02-12  Andreas Schwab  <schwab@suse.de>
9000         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
9002 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
9004         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
9005         TLS_DTV_UNALLOCATE.
9006         (oom): New function.
9007         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
9008         (_dl_determine_tlsoffset): Likewise.
9009         (_dl_allocate_tls): Likewise.
9010         (__TLS_GET_ADDR): Define if not already defined.
9011         (_dl_tls_symaddr): New function.
9012         (allocate_and_init): New function.
9013         (__tls_get_addr): Actually implement handling of generation counter
9014         and deferred allocation.
9015         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
9016         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9017         _dl_tls_generation.
9018         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
9019         Declare _dl_tls_symaddr.
9020         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
9021         SHARED.
9022         * include/link.h (struct link_map):  Remove l_tls_nextimage and
9023         l_tls_previmage.
9024         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
9025         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
9026         (_dl_vsym): Likewise.
9027         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
9028         layout.
9029         (dl_main): Allow PT_TLS be present for empty segment.  Remove
9030         nextimage list handling.  Instead add all modules using TLS to
9031         dl_tls_dtv_slotinfo_list.
9032         * elf/dl-open.c (dl_open_worker): After successfully loading all
9033         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
9034         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
9035         empty segment don't do anything.  Remove handling of initimage list.
9036         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
9037         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
9038         * elf/dl-minimal.c: Define __libc_memalign.
9039         * elf/dl-support.c: Remove _dl_initimage_list.  Add
9040         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
9041         _dl_tls_generation.
9042         * include/stdlib.h: Declare __libc_memalign.
9044         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
9045         * elf/tst-tls4.c: New file.
9046         * elf/tst-tls5.c: New file.
9047         * elf/tst-tlsmod2.c: New file.
9049         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
9051         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
9053         * elf/tst-tls1.c: Use test-skeleton.c.
9054         * elf/tst-tls2.c: Likewise.
9055         * elf/tst-tls3.c: Likewise.
9057         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
9059 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
9061         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
9063 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
9065         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
9067         * elf/tst-tls3.c: New file.
9068         * elf/tst-tlsmod1.c: New file.
9069         * elf/Makefile: Add rules to build and run tst-tls3.
9071         * sysdeps/i386/dl-machine.h: Include <tls.h>.
9072         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
9073         TLS relocations.
9075         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
9077         * po/fr.po: Update from translation team.
9079         * elf/tls-macros.h: Add alternative macros for use in PIC.
9081         * elf/dl-lookup.c: Include <tls.h>.
9082         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
9084         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
9085         required by passing pointer to last element of the list.
9087         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
9088         l_tls_initimage to a place where it actually is performed.
9090         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
9091         after globfree() calls.
9093         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
9094         (openaux): Pass open_mode as new last argument to _dl_map_object.
9095         (_dl_map_object_deps): Add new argument open_mode.  Initialize
9096         open_mode element of args variable with it.
9097         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
9098         _dl_map_object_deps.
9099         * elf/rtld.c (dl_main): Add zero as last parameter to
9100         _dl_map_object_deps call.
9101         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
9102         * elf/nodlopen2.c: New file.
9103         * elf/nodlopenmod2.c: New file.
9104         * elf/Makefile: Add rules to build and run nodlopen2.
9106         * elf/tst-tls1.c: Move TLS helper macros to...
9107         * elf/tls-macros.h: ...here.  New file.
9108         * elf/tst-tls2.c: New file.
9109         * elf/Makefile (tests): Add tst-tls2.
9110         (distribute): Add tls-macros.h.
9112         * po/sv.po: Update from translation team.
9114         * elf/tst-tls1.c (main): Add complete set of tests.  Split
9115         architecture specific definitions from the actual test code.
9117         * po/tr.po: Update from translation team.
9119 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
9121         * elf/Makefile (tests): Add tst-tls1.
9122         * elf/tst-tls1.c: New file.
9124         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
9125         alignment of TCB for now.
9127         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
9128         initialization image for the application itself.
9130         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
9131         loop to initialize TLS block.
9133 2002-02-08  Richard Henderson  <rth@redhat.com>
9135         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
9136         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
9138         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
9140 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
9142         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
9144 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
9146         * po/ca.po: Update from translation team.
9147         * po/sk.po: Likewise.
9149         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
9150         (dl_main): Move dtv/static TLS handling before relocation.
9151         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
9152         TLS_INIT_TP to allocate and install the dtv/static TLS block.
9153         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
9154         so far uses TLS initialize GL(dl_tls_static_size) and
9155         GL(dl_tls_static_align) to account for the TCB.
9156         (_dl_allocate_tls): New function.
9157         * sysdeps/generic/ldsodefs.h (rtld_global): Add
9158         _dl_initial_dtv_malloced.
9160         * configure.in: Test for __builtin_memset more realistically.
9162         * csu/version.c (banner): If TLS support is available say so.
9164 2002-02-04  H.J. Lu  <hjl@gnu.org>
9166         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
9167         __attribute_used__.
9168         (__dl_runtime_resolve): Likewise.
9170         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
9171         declaration.
9173 2001-11-15  H.J. Lu  <hjl@gnu.org>
9175         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
9176         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
9178         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
9180 2002-02-07  H.J. Lu  <hjl@gnu.org>
9182         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9183         ".set noreorder".
9184         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9185         Likewise.
9187 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9189         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9191         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9192         ___tls_get_addr_internal.
9193         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9195         * po/ko.po: Update from translation team.
9197 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9199         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9200         attribute, change __pad{1,2} type to unsigned int.
9201         (struct stat64): Remove packed attribute.
9203 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9205         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9207 2002-02-07  Andreas Schwab  <schwab@suse.de>
9209         * configure.in: Fix check for -zcombreloc.
9211 2002-02-06  H.J. Lu  <hjl@gnu.org>
9213         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9214         * configure.in: Check if __builtin_memset really works.
9215         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9216         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9218 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9220         * io/bug-ftw3.c (main): Don't try the test if root.
9222 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9224         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9225         constraints.
9226         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9227         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9228         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9229         Likewise.
9230         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9231         a weak alias for __clone.
9232         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9233         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9234         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9235         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9236         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9237         a weak alias for __mmap64.
9239 2002-02-05  H.J. Lu  <hjl@gnu.org>
9241         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9242         (atomic_add): Likewise.
9243         (compare_and_swap): Likewise.
9244         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9246 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9248         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9250         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9251         alignment of the TCB and store total size and alignment of static
9252         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9253         tls_index is a typedef.
9254         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9255         _dl_tls_static_align.
9256         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9257         * elf/dl-support.c: Define _dl_tls_static_size and
9258         _dl_tls_static_align.
9260 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9262         * configure.in: Add --without-tls option.
9263         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9264         --without-tls is given.
9266         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9268         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9270 2002-02-06  Roland McGrath  <roland@frob.com>
9272         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9273         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9275         * scripts/versions.awk: Improve error message for missing version.
9276         Each version inherits from the last one only if they have the same
9277         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9278         but not GLIBC_x and FOO_y.
9280         * scripts/firstversions.awk: Handle libraries that don't have each
9281         particular version named in the third column of shlib-versions.
9283         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9285 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9287         * Versions.def [ld]: Add GLIBC_2.3.
9288         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9289         * elf/Makefile (dl-routines): Add dl-tls.
9290         (distribute): Add dl-tls.h.
9291         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9292         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9293         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9294         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9295         along with the other info in the link map.  Change queueing of init
9296         images for double linked list.  Use _dl_next_tls_modid to compute
9297         l_tls_modid.
9298         * elf/rtld.c (_dl_start_final): Store alignment requirement
9299         along with the other info in rtld map and executable map.
9300         (dl_main): Add ld.so to the init image list if necessary.  Compute
9301         final module ID with _dl_next_tls_modid.
9302         * include/link.h (struct link_map): Add l_tls_previmage and
9303         l_tls_align.
9304         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9305         * sysdeps/i386/elf/Versions: New file.
9306         * sysdeps/generic/dl-tls.c: New file.
9307         * sysdeps/generic/dl-tls.h: New file.
9308         * sysdeps/i386/dl-tls.h: New file.
9310 2002-02-06  Roland McGrath  <roland@frob.com>
9312         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9313         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9315 2002-01-05  Roland McGrath  <roland@frob.com>
9317         * sysdeps/mach/configure.in: New file.
9318         * sysdeps/mach/configure: New generated file.
9320         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9321         It has never been used by anything.
9323 2002-02-06  H.J. Lu  <hjl@gnu.org>
9325         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9326         is included.
9328 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9330         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9331         attribute((packed)) to counter stupid people misusing gcc options.
9332         (struct stat64): Likewise.
9334 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9336         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9337         the variables which are used as booleans.
9339 2002-02-06  Andreas Jaeger  <aj@suse.de>
9341         * include/libc-symbols.h (INTUSE): Renamed from INT.
9342         * elf/dl-deps.c: Change users.
9343         * sysdeps/generic/dl-sysdep.c: Likewise.
9344         * sysdeps/generic/dl-cache.c: Likewise.
9345         * elf/dl-reloc.c: Likewise.
9346         * elf/rtld.c: Likewise.
9347         * elf/dl-version.c: Likewise.
9348         * elf/dl-load.c: Likewise.
9349         * elf/dl-dst.h: Likewise.
9350         * elf/dl-init.c: Likewise.
9351         * elf/dl-error.c: Likewise.
9352         * elf/dl-fini.c: Likewise.
9353         * elf/dl-runtime.c: Likewise.
9354         * elf/do-lookup.h: Likewise.
9356         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9357         definition.
9358         * stdio-common/_itowa.h: Likewise.
9360 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9362         * elf/dl-minimal.c: Define _itoa_lower_digits.
9364         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9365         DT_FLAGS set.
9367         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9368         loading modules with the DF_STATIC_TLS flag set.
9369         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9370         element.
9371         * include/link.h (struct link_map): Add l_flags field.
9372         * elf/elf.h (DF_STATIC_TLS): New definition.
9374         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9375         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9377         * elf/rtld.c (process_dl_debug): Correct printing help message.
9378         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9379         for %s.
9381         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9382         definition and pass &errno in use of this variable.
9383         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9385 2002-02-04  Andreas Schwab  <schwab@suse.de>
9387         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9388         * locale/programs/charmap-dir.c: Wrap calls that output messages
9389         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9390         * locale/programs/charmap.c: Likewise.
9391         * locale/programs/ld-address.c: Likewise.
9392         * locale/programs/ld-collate.c: Likewise.
9393         * locale/programs/ld-ctype.c: Likewise.
9394         * locale/programs/ld-identification.c: Likewise.
9395         * locale/programs/ld-measurement.c: Likewise.
9396         * locale/programs/ld-messages.c: Likewise.
9397         * locale/programs/ld-monetary.c: Likewise.
9398         * locale/programs/ld-name.c: Likewise.
9399         * locale/programs/ld-numeric.c: Likewise.
9400         * locale/programs/ld-paper.c: Likewise.
9401         * locale/programs/ld-telephone.c: Likewise.
9402         * locale/programs/ld-time.c: Likewise.
9403         * locale/programs/linereader.c: Likewise.
9404         * locale/programs/linereader.h: Likewise.
9405         * locale/programs/localedef.c: Likewise.
9406         * locale/programs/locfile.c: Likewise.
9407         * locale/programs/repertoire.c: Likewise.
9409 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9411         * elf/rtld.c (_dl_start_final): Determine load address to locate
9412         ehdr with GL(dl_rtld_map).l_map_start.
9414         * po/ca.po: Update from translation team.
9416         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9417         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9418         header entry.
9419         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9420         _dl_tls_module_cnt.
9421         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9423 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9425         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9426         * include/link.h (struct link_map): Add various members for TLS
9427         information.
9428         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9429         _rtld_tlsoffset, add _dl_initimage_list.
9430         * sysdeps/i386/dl-lookupcfg.h: New file.
9431         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9432         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9433         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9434         is used.
9436         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9437         unused.
9439         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9440         thread-pointer as soon as possible.
9441         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9442         elements in rtld_global.
9443         * sysdeps/generic/tls.h: New file.
9444         * elf/Makefile (distribute): Add tls.h.
9445         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9446         relocations.  Not complete yet.
9448         * resolv/resolv.h: Allow user to define __need_res_state and only
9449         define __res_start structure then.
9450         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9452         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9453         dl_cpuclock_offset initialization to _dl_start_final.
9454         (_dl_show_auxv): Avoid unnecessary sign extension.
9455         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9457 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9459         * config.h.in: Add HAVE_TLS_SUPPORT.
9460         * sysdeps/i386/elf/configure.in: New file.
9462 2002-02-03  Andreas Schwab  <schwab@suse.de>
9464         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9465         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9467 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9469         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9470         alloca if the memory reqirements are too high.
9472 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9474         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9475         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9476         the former is available anyway and speed isn't important here.
9477         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9478         * elf/dl-version.c (match_symbol): Likewise.
9479         (_dl_check_map_versions): Likewise.
9480         * elf/rtld.c (process_envvars): Likewise.
9481         (print_statistics): Likewise.
9482         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9483         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9484         bases.  Add assert to catch uses of unimplemented features.
9485         (__strsep): Add assert to catch uses of unimplemented features.
9486         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9487         and avoid inline optimization.
9488         * elf/rtld.c (process_envvars): Likewise.
9489         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9490         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9491         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9493 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9495         * stdio-common/_itoa.h: Minor simplifications of the code.
9496         * stdio-common/_itoa.c: Likewise.
9498         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9499         instead of _dl_printf for debugging info output.
9501         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9502         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9504 2002-02-01  H.J. Lu  <hjl@gnu.org>
9506         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9507         (atomic_add): Likewise.
9508         (compare_and_swap): Return 0 only when failed to compare. Use
9509         branch likely.
9511         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9512         branch likely.
9514 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9516         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9518 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9520         * elf/dl-minimal.c (__strsep): New minimal implementation.
9522 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9524         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9525         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9526         with tm_isdst > 0 when the requested time falls within a
9527         spring-forward gap [PR libc/2894].
9529 2002-02-03  Andreas Schwab  <schwab@suse.de>
9531         * stdio-common/tst-rndseek.c: Increase timeout.
9533 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9535         Change ld.so to not use functions which are exported.  One cannot
9536         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9537         definitions.
9538         * include/libc-symbols.h: Define INT and INTDEF.
9539         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9540         _dl_signal_error_internal, _dl_map_object_internal,
9541         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9542         _dl_lookup_versioned_symbol_internal,
9543         _dl_relocate_object_internal, _dl_debug_state_internal,
9544         _dl_start_profile_internal, and _dl_unload_cache_internal.
9545         * include/dlfcn.h: Declare _dl_catch_error_internal.
9546         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9547         above.  Add INTDEF to function definitions.
9548         * elf/dl-debug.c: Likewise.
9549         * elf/dl-deps.c: Likewise.
9550         * elf/dl-dst.h: Likewise.
9551         * elf/dl-error.c: Likewise.
9552         * elf/dl-fini.c: Likewise.
9553         * elf/dl-init.c: Likewise.
9554         * elf/dl-load.c: Likewise.
9555         * elf/dl-lookup.c: Likewise.
9556         * elf/dl-misc.c: Likewise.
9557         * elf/dl-open.c: Likewise.
9558         * elf/dl-profile.c: Likewise.
9559         * elf/dl-reloc.c: Likewise.
9560         * elf/dl-runtime.c: Likewise.
9561         * elf/dl-version.c: Likewise.
9562         * elf/do-lookup.h: Likewise.
9563         * sysdeps/generic/dl-cache.c: Likewise.
9564         * sysdeps/generic/dl-sysdep.c: Likewise.
9565         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9566         instead of _dl_init.
9567         * sysdeps/arm/dl-machine.h: Likewise.
9568         * sysdeps/cris/dl-machine.h: Likewise.
9569         * sysdeps/hppa/dl-machine.h: Likewise.
9570         * sysdeps/i386/dl-machine.h: Likewise.
9571         * sysdeps/ia64/dl-machine.h: Likewise.
9572         * sysdeps/m68k/dl-machine.h: Likewise.
9573         * sysdeps/mips/dl-machine.h: Likewise.
9574         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9575         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9576         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9577         * sysdeps/sh/dl-machine.h: Likewise.
9578         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9579         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9580         * sysdeps/x86_64/dl-machine.h: Likewise.
9581         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9583         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9584         and _dl_debug_initialize.
9586         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9587         more information.
9588         * elf/rtld.c (dl_main): Avoid strrchr.
9589         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9590         result of readlink.  Search from the back for '/'.
9592         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9593         strncpy if possible.
9595         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9596         strncmp.
9597         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9598         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9599         strspn, and strcspn.
9600         (process_envvars): Don't use strcspn.
9602         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9603         (_dl_dst_substitute): Likewise.
9605 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9607         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9608         code which is never used when relocating ld.so itself.
9610         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9611         starting ld.so itself.  Move l_addr variable initialization closer
9612         to use.
9613         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9615 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9617         * Versions.def (libc): Add GLIBC_PRIVATE.
9618         (libdb, libnss_db, libdb1): Remove.
9619         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9620         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9621         (libpthread): Add GLIBC_PRIVATE.
9622         (libresolv): Likewise, remove GLIBC_2.1.
9623         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9624         GLIBC_2.2.3, GLIBC_2.3.
9625         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9626         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9627         _dl_sym, _dl_vsym): Likewise.
9628         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9629         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9630         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9631         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9632         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9633         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9634         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9635         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9636         Likewise.
9637         (_dl_object_relocation_scope): Remove.
9638         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9639         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9640         __gconv_cache): Move to GLIBC_PRIVATE.
9641         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9642         __internal_setnetgrent): Likewise.
9643         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9644         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9645         * locale/Versions (__collate_element_hash, __collate_element_strings,
9646         __collate_symbol_classes, __collate_symbol_hash,
9647         __collate_symbol_strings, _nl_current_LC_COLLATE,
9648         _nl_current_LC_CTYPE): Likewise.
9649         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9650         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9651         (libnss_nis, libnss_nisplus): Likewise.
9652         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9653         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9654         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9655         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9656         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9657         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9658         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9659         __ns_get16, __ns_samename): Likewise.
9660         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9661         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9662         GLIBC_PRIVATE.
9663         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9664         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9665         __libc_connect): Likewise.
9666         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9667         Likewise.
9668         * stdlib/Versions (__libc_system): Likewise.
9669         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9670         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9671         * sysdeps/ia64/fpu/Versions: Likewise.
9672         * sysdeps/ia64/Versions: Likewise.
9673         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9674         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9675         to GLIBC_PRIVATE.
9676         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9677         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9678         __libc_sigaction): Likewise.
9679         * termios/Versions (__libc_tcdrain): Likewise.
9681         * misc/sys/cdefs (__attribute_noinline__): Define.
9682         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9683         __attribute_noinline__.
9685         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9686         * elf/dl-xstat64.c: New file.
9687         * elf/dl-fxstat64.c: New file.
9688         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9689         don't export __fxstat64 at multiple versions.
9690         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9691         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9693 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9695         * locale/program/ld-collate.c (collate_finish): Assign a wide
9696         char collation sequence value to multi character collating
9697         elements, and avoid over writing by non-character elements.
9699 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9701         * elf/Makefile (distribute): Add dl-procinfo.c.
9702         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9703         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9705 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9707         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9708         definition.
9709         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9710         _rtld_global struct.
9711         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9712         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9713         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9714         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9715         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9716         _dl_fpu_control_set): Remove unused externs.
9717         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9718         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9719         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9720         related variables in _rtld_global struct.
9721         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9722         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9723         unused extern.
9725 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9727         * sysdeps/generic/dl-procinfo.c: New file.
9729 2002-02-01  Andreas Schwab  <schwab@suse.de>
9731         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9733 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9735         * elf/rtld.c (_dl_start): Mark as internal_function.
9736         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9737         in register.
9738         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9739         General pretty printing.
9741 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9743         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9744         * elf/dl-reloc.c: Pretty printing.
9745         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9746         procinfo-related variables in rtld_global struct.
9747         * elf/dl-support.c: Likewise.
9748         * elf/rtld.c: Likewise.
9749         * sysdeps/i386/i686/Makefile: Likewise.
9750         * sysdeps/i386/i686/hp-timing.c: Likewise.
9751         * sysdeps/i386/i686/hp-timing.h: Likewise.
9752         * sysdeps/ia64/Makefile: Likewise.
9753         * sysdeps/ia64/hp-timing.c: Likewise.
9754         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9755         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9756         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9757         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9758         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9759         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9760         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9761         * sysdeps/x86_64/Makefile: Likewise.
9763         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9764         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9765         _dl_debug_fd to rtld_global.
9766         * elf/Versions: Likewise.
9767         * elf/dl-close.c: Likewise.
9768         * elf/dl-iteratephdr.c: Likewise.
9769         * elf/dl-lookup.c: Likewise.
9770         * elf/dl-misc.c: Likewise.
9771         * elf/dl-open.c: Likewise.
9772         * elf/dl-support.c: Likewise.
9773         * elf/do-lookup.h: Likewise.
9774         * elf/rtld.c: Likewise.
9775         * sysdeps/generic/dl-cache.c: Likewise.
9776         * sysdeps/generic/dl-sysdep.c: Likewise.
9777         * sysdeps/ia64/Versions: Likewise.
9778         * sysdeps/unix/clock_gettime.c: Likewise.
9779         * sysdeps/unix/clock_settime.c: Likewise.
9780         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9781         * sysdeps/sparc/Versions: Removed.
9782         * sysdeps/i386/i686/Versions : Removed.
9783         * sysdeps/x86_64/Versions: Removed.
9784         * configure.in: Define HAVE_PROTECTED if .protected is available.
9785         * config.h.in: Add entry for HAVE_PROTECTED.
9787 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9789         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9790         code in struct _rtld_global.  Export this struct, remove all
9791         exports for the signal variables.
9792         * sysdeps/arm/dl-machine: Likewise.
9793         * sysdeps/generic/dl-origin: Likewise.
9794         * sysdeps/generic/dl-sysdep: Likewise.
9795         * sysdeps/generic/dl-cache: Likewise.
9796         * sysdeps/hppa/dl-fptr: Likewise.
9797         * sysdeps/hppa/dl-machine: Likewise.
9798         * sysdeps/cris/dl-machine: Likewise.
9799         * sysdeps/i386/dl-machine: Likewise.
9800         * sysdeps/ia64/dl-machine: Likewise.
9801         * sysdeps/m68k/dl-machine: Likewise.
9802         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9803         * sysdeps/mips/mips64/dl-machine: Likewise.
9804         * sysdeps/mips/dl-machine: Likewise.
9805         * sysdeps/powerpc/elf/libc-start: Likewise.
9806         * sysdeps/powerpc/dl-machine: Likewise.
9807         * sysdeps/powerpc/dl-start: Likewise.
9808         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9809         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9810         * sysdeps/sh/dl-machine: Likewise.
9811         * sysdeps/s390/s390-32/dl-machine: Likewise.
9812         * sysdeps/s390/s390-64/dl-machine: Likewise.
9813         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9814         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9815         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9816         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9817         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9818         * sysdeps/x86_64/dl-machine: Likewise.
9820 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9822         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9823         are too high.
9825 2002-01-31  Andreas Schwab  <schwab@suse.de>
9827         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9829 2002-01-31  Andreas Schwab  <schwab@suse.de>
9831         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9832         reference to _dl_pagesize.
9834 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9836         * Versions.def [ld]: Add GLIBC_2.3.
9837         * elf/dl-addr.c: Move global variables for SHARED code in struct
9838         _rtld_global.  Export this struct, remove all exports for the
9839         signal variables.
9840         * elf/dl-close.c: Likewise.
9841         * elf/dl-conflict.c: Likewise.
9842         * elf/dl-debug.c: Likewise.
9843         * elf/dl-deps.c: Likewise.
9844         * elf/dl-dst.h: Likewise.
9845         * elf/dl-error.c: Likewise.
9846         * elf/dl-fini.c: Likewise.
9847         * elf/dl-init.c: Likewise.
9848         * elf/dl-iteratephdr.c: Likewise.
9849         * elf/dl-libc.c: Likewise.
9850         * elf/dl-load.c: Likewise.
9851         * elf/dl-lookup.c: Likewise.
9852         * elf/dl-minimal.c: Likewise.
9853         * elf/dl-object.c: Likewise.
9854         * elf/dl-open.c: Likewise.
9855         * elf/dl-profile.c: Likewise.
9856         * elf/dl-profstub.c: Likewise.
9857         * elf/dl-reloc.c: Likewise.
9858         * elf/dl-runtime.c: Likewise.
9859         * elf/dl-support.c: Likewise.
9860         * elf/dl-sym.c: Likewise.
9861         * elf/dl-version.c: Likewise.
9862         * elf/do-lookup.h: Likewise.
9863         * elf/do-rel.h: Likewise.
9864         * elf/dynamic-link.h: Likewise.
9865         * elf/rtld.c: Likewise.
9866         * sysdeps/generic/dl-cache.c: Likewise.
9867         * sysdeps/generic/dl-sysdep.c: Likewise.
9868         * sysdeps/generic/ldsodefs.h: Likewise.
9869         * sysdeps/generic/libc-start.c: Likewise.
9870         * sysdeps/i386/dl-machine.h: Likewise.
9871         * sysdeps/ia64/dl-fptr.c: Likewise.
9872         * sysdeps/ia64/dl-machine.h: Likewise.
9873         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9874         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9875         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9876         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9877         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9878         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9879         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9880         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9882 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9884         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9885         to avoid warning
9886         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9888         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9889         SHARED version.
9890         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9892         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9894 2002-01-29  Ben Collins  <bcollins@debian.org>
9896         * string/bits/string2.h (__mempcpy): Protect size arg for
9897         addition when using __builtin_memcpy.
9899 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9901         * stdlib/Makefile (tests): Add tst-qsort.
9902         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9904         * manual/signal.texi (Process Signal Mask): Document that
9905         pthread_sigmask, not sigprocmask, must be used in MT programs.
9906         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9908         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9909         found.
9910         * misc/Makefile (tests): Add tst-hsearch.
9911         * misc/tst-hsearch.c: New file.
9913 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9915         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9916         * malloc/malloc.h: Likewise.
9917         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9918         * malloc/arena.c: New file.
9919         * malloc/hooks.c: New file.
9920         * malloc/tst-mallocstate.c: New file.
9921         * malloc/Makefile: Add new testcase tst-mallocstate.
9922         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9924 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9926         * stdlib/msort.c: Remove last patch.  The optimization violates the
9927         same rule which qsort.c had problems with.
9929 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9931         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9932         to a pivot element that lies outside the array to be sorted, as
9933         ISO C99 requires that the comparison function be called only with
9934         addresses of array elements [PR libc/2880].
9936 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9938         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9939         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9941         * timezone/asia: Update from tzdata2002b.
9942         * timezone/australasia: Likewise.
9943         * timezone/backward: Likewise.
9944         * timezone/europe: Likewise.
9945         * timezone/leapseconds: Likewise.
9946         * timezone/iso3166.tab: Likewise.
9947         * timezone/zone.tab: Likewise.
9949 2002-01-23  Richard Henderson  <rth@redhat.com>
9951         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9953 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9955         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9956         this element [PR libc/2855].
9958         * string/strcoll.c: Handle zero-length arguments specially
9959         [PR libc/2856].
9961 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9963         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9964         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9965         short lengths and constant src.
9966         (strcpy): Don't optimize for gcc 3.0+.
9967         (__stpcpy): For gcc 3.0+, don't use
9968         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9969         for short string literal src.
9971 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9973         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9974         Set for arm, too.
9976 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9978         * manual/llio.texi (Linked Channels, Cleaning Streams):
9979         Make it clearer that a just-opened input stream might need cleaning.
9981 2002-01-21  H.J. Lu  <hjl@gnu.org>
9983         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9984         Don't use label at end of compound statement.
9986 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9988         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9989         Remove test for negative integer arg; sin_pi does it correctly.
9991 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9993         * nscd/Makefile (distribute): Filter out xmalloc.c.
9995 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9997         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9998         Set offset if read end wasn't the buffer end.
9999         (_IO_file_seekoff_mmap): New function.
10000         (_IO_file_xsgetn_mmap): New function.
10001         (_IO_file_jumps_mmap): Use the two new functions.
10002         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
10003         != end buffer.
10004         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
10005         _IO_file_underflow_mmap.
10006         * libio/iofopen.c: Don't position file descriptor at end of file.
10007         * libio/tst-widetext.c: Improve error messages.
10008         * stdio-common/tst-rndseek.c: Likewise.
10010 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
10012         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
10013         end of enum for !_GNU_SOURCE.
10014         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
10015         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
10016         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
10017         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
10018         values unless _GNU_SOURCE.
10020         * iconvdata/tcvn5712-1.c: Minor cleanups.
10022 2002-01-18  Andreas Schwab  <schwab@suse.de>
10024         * sysdeps/unix/sysv/linux/configure.in
10025         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
10027 2002-01-16  Roger Sayle  <roger@eyesopen.com>
10029         * stdlib/msort.c (msort_with_tmp): Replace implementation with
10030         more efficient "Towers of Hanoi" mergesort.
10031         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
10032         for generic, sizeof(int) and sizeof(long) variants respectively.
10034 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
10036         * manual/syslog.texi (openlog): Describe possible problems with
10037         first parameter.
10038         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10040         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
10041         * nscd/connections.c (begin_drop_privileges): New function.
10042         (finish_drop_privileges): New function.
10043         (nscd_init): Call the new functions which also install all groups
10044         for the server user.
10045         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
10046         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
10048 2002-01-17  H.J. Lu  <hjl@gnu.org>
10050         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
10051         `const' from `got'.
10053 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10055         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
10056         instructions for pointer operations.
10057         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
10059 2002-01-17  Andreas Jaeger  <aj@suse.de>
10061         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
10062         __uint128_t build-in.
10064         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
10065         PowerPC, sync with 2.2 branch.
10067 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10069         * posix/getconf.c: Update copyright year.
10070         * nss/getent.c: Likewise.
10071         * nscd/nscd_nischeck.c: Likewise.
10072         * iconv/iconvconfig.c: Likewise.
10073         * iconv/iconv_prog.c: Likewise.
10074         * elf/ldconfig.c: Likewise.
10075         * catgets/gencat.c: Likewise.
10076         * csu/version.c: Likewise.
10077         * elf/ldd.bash.in: Likewise.
10078         * elf/sprof.c (print_version): Likewise.
10079         * locale/programs/locale.c: Likewise.
10080         * locale/programs/localedef.c: Likewise.
10081         * nscd/nscd.c (print_version): Likewise.
10082         * debug/xtrace.sh: Likewise.
10083         * malloc/memusage.sh: Likewise.
10084         * malloc/mtrace.pl: Likewise.
10086 2002-01-16  Andreas Schwab  <schwab@suse.de>
10088         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
10089         reliably remove "-ia64" from rtld name.
10091 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
10093         * iconvdata/gb18030.c: Bug fixes and support for more characters.
10094         Patch by Yu Shao <yshao@redhat.com>.
10096 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10098         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
10099         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
10100         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
10102 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10104         * sysdeps/s390/fpu/libm-test-ulps: Update.
10106 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
10108         * elf/elf.h: Update x86 relocations.
10110 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10112         * locale/programs/charmap.c (new_width): Check whether byte
10113         sequences for both ends of range have the same length.
10115 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10117         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
10119 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
10121         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
10122         string literals.
10123         (__full_ieee754_sqrt): Add __attribute_used__.
10125 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
10127         * sysdeps/generic/group_member.c (__group_member): Also check
10128         groups[0] [PR libc/2781].
10130 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
10132         * Makefile (distribute): Add scripts/cpp.
10133         * elf/Makefile (distribute): Add reldep6mod[01234].c,
10134         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
10135         unwind-dw2-fde.h, and dwarf2.h.
10136         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
10137         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
10138         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
10139         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
10141 2002-01-07  Roland McGrath  <roland@frob.com>
10143         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
10144         volatile on type of ARGC so the compiler doesn't get clever.
10146 2002-01-07  Andreas Jaeger  <aj@suse.de>
10148         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
10149         * sysdeps/i386/bits/byteswap.h: Likewise.
10150         * sysdeps/ia64/bits/byteswap.h: Likewise.
10151         * sysdeps/m68k/bits/byteswap.h: Likewise.
10152         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
10153         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
10155 2002-01-02  Bruno Haible  <bruno@clisp.org>
10157         * intl/plural.y: Fix %expect count.
10159 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
10161         * elf/Makefile (routines, shared-only-routines): Add
10162         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
10163         * elf/elf.h (PT_GNU_EH_FRAME): Define.
10164         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
10165         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
10166         Optimize if .eh_frame section contains no FDEs.
10167         (__register_frame, __deregister_frame_info_bases,
10168         __deregister_frame): Likewise.
10169         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
10170         DW_CFA_restore handling.
10172 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
10174         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
10176         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
10177         for x < 0.25 and restore original range reduction method.
10178         (__ieee754_lgammal_r): Make sure signgam is set before returning.
10180 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10182         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10183         (_IO_file_close_mmap): New function.
10184         (_IO_file_jumps_mmap): New variable.
10185         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10186         trying to convert rest of byte buffer.
10187         (_IO_wfile_underflow_mmap): New function.
10188         (_IO_wfile_jumps_mmap): New variable.
10189         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10190         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10191         (_IO_new_fopen): Call __fopen_internal.
10192         * libio/iofopen64.c: Just call __fopen_internal.
10193         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10194         successfully.
10195         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10196         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10197         _IO_file_close_mmap.
10199         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10200         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10202         * stdio-common/Makefile (tests): Add tst-rndseek.
10203         * stdio-common/tst-rndseek.c: New file.
10205 2002-01-05  Roland McGrath  <roland@frob.com>
10207         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10208         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10209         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10210         * sysdeps/mach/hurd/configure: Regenerated.
10212 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10214         * elf/elf.h: Add more TLS definitions.
10216 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10218         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10220 2002-01-02  Roland McGrath  <roland@frob.com>
10222         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10223         __sigisemptyset.  Don't use MASK uninitialized.
10225         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10226         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10227         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10228         __sigdelset, __sigaddset, __sigorset.
10230         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10231         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10233         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10234         _hurd_ports is null.
10236         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10237         for old CMU and new OSF Mach interface flavors.
10238         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10239         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10241         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10243         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10244         Pass extra arguments to task_create for OSF variant.
10245         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10247         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10248         conditional on [HAVE_AUX_VECTOR].
10250         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10251         mach_msg_timeout_t as type of final argument.
10253         * hurd/privports.c (__get_privileged_ports):
10254         Change host_priv_t to mach_port_t in argument type.
10255         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10256         Update decls.
10258         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10259         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10260         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10261         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10262         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10263         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10265 2002-01-01  Roland McGrath  <roland@frob.com>
10267         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10269 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10271         * include/stdlib.h: Define inlines for the _l variants of the strto*
10272         functions.
10274 2002-01-01  Roland McGrath  <roland@frob.com>
10276         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10278         * mach/Machrules (MIG): Set CPP as well as CC.
10280 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10282         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10283         locale to parse /proc/loadavg [PR libc/2760].
10285 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10287         * elf/dl-conflict.c: Include sys/param.h.
10288         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10289         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10290         warning.
10291         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10292         literals to avoid warnings.
10294 2001-12-31  Andreas Jaeger  <aj@suse.de>
10296         * configure.in: Don't check for gsed since we do not use it anywhere.
10298 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10300         * io/fts.c: Update from BSD to fix memory leaks.
10302 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10304         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10305         * elf/chroot_canon.c: Likewise.
10306         * elf/dl-object.c: Likewise.
10307         * iconv/iconv_charmap.c: Likewise.
10308         * iconv/iconv_prog.c: Likewise.
10309         * libio/iogetdelim.c: Likewise.
10310         * locale/lc-time.c: Likewise.
10311         * stdlib/canonicalize.c: Likewise.
10312         * sunrpc/svc.c: Likewise.
10313         * sysdeps/generic/glob.c: Likewise.
10315 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10317         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10318         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10319         remove high order bit from the program counter.
10320         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10322 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10324         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10325         unnecessary code and add missing reloc types.
10326         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10327         case for reloc type R_390_NONE.
10329 2001-12-28  Andreas Jaeger  <aj@suse.de>
10331         * io/bug-ftw3.c: Include string.h for prototypes.
10333         * crypt/md5test.c (main): Remove unused variable.
10335         * dlfcn/modstatic.c: Add prototype to avoid warning.
10337 2001-12-26  Roland McGrath  <roland@frob.com>
10339         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10340         check only (SS->pending & MASK) for the signal to return.
10341         From Jeroen Dekkers <jeroen@dekkers.cx>.
10343 2001-12-22  Roland McGrath  <roland@frob.com>
10345         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10346         Use preprocessor #if conditionals instead of `if' to avoid
10347         warnings about divide by zero in dead code.
10349         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10350         _hurd_port_init, and __hurd_self_sigstate.
10352         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10354 2001-12-21  Andreas Jaeger  <aj@suse.de>
10356         * elf/dblloadmod1.c: Add prototype to avoid warning.
10357         * elf/dblloadmod2.c: Likewise.
10358         * elf/dblloadmod3.c: Likewise.
10359         * elf/reldepmod5.c: Likewise.
10360         * elf/reldepmod6.c: Likewise.
10362         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10363         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10364         used on all architectures.
10366         * sunrpc/svc_tcp.c: Add noreturn attribute for
10367         svctcp_rendezvous_abort.
10368         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10370         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10371         to avoid warning.
10373 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10375         * manual/llio.texi (aio_fsync): Fix a typo.
10376         Patch by Tammy Fox <tfox@redhat.com>.
10378 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10380         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10381         stack bias from child stack pointer before passing it to clone syscall.
10383 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10385         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10386         _SC_TZNAME_MAX.
10387         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10388         Reported by Thorsten Kukuk <kukuk@suse.de>.
10390         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10391         add some casts.
10393         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10395 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10397         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10398         conforming: return EBADF if file descriptor is invalid and EINVAL
10399         if file descriptor is no valid tty.
10400         * login/tst-grantpt.c: New file.
10401         * login/Makefile (tests): Add tst-grantpt.
10403 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10405         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10406         different than implemented in last patch.
10407         * io/bug-ftw3.c: Adjust test for changed handling of
10408         inaccessibility of toplevel dir.
10410 2001-12-16  Roland McGrath  <roland@frob.com>
10412         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10413         * grp/initgroups.c (internal_getgrouplist): Likewise.
10415         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10416         `default:' to silence new GCC warning.
10417         Rewrite cast of lvalue to silence new GCC warning.
10419         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10421         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10422         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10424 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10426         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10427         Patch by Stephen R. van den Berg.
10429         * crypt/md5.h: Define md5_uintptr.
10431 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10433         * libio/tst_swprintf.c (main): Add test for string argument with
10434         zero precision.
10435         * stdio-common/Makefile (tests): Add tst-sprintf.
10436         * stdio-common/tst-sprintf.c: New file.
10438 2001-12-13  Andreas Schwab  <schwab@suse.de>
10440         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10441         zero precision with wide character string format.
10443 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10445         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10446         but have a user supplied buffer, return the empty buffer, not NULL.
10448 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10450         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10451         Patch by Eric Sharkey <sharkey@netrics.com>.
10453         * crypt/md5test.c (main): Add test for multiple calls to
10454         __md5_process_bytes to itererate over input string.
10456 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10458         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10459         from __nis_findfastest.  Take timeout value from parameter.
10460         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10461         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10462         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10464 2001-12-12  Andreas Jaeger  <aj@suse.de>
10466         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10467         combreloc test so that it works in this case.
10469         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10471 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10473         * sysdeps/sh/Makefile: New file.
10474         * sysdeps/sh/_mcount.S: New file.
10475         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10476         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10478 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10480         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10481         limitation [PR libc/2564].
10483 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10485         * elf/Makefile (dl-routines): Add conflict.
10486         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10487         (ld.so): Add _begin local symbol.
10488         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10489         Define.
10490         * elf/dl-deps.c (_dl_build_local_scope): New function.
10491         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10492         of all libraries.
10493         * elf/do-rel.h (VALIDX): Define.
10494         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10495         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10496         can be skipped.
10497         * elf/dl-conflict.c: New file.
10498         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10499         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10500         non-NULL.
10501         (_dl_lookup_symbol_skip): Likewise.
10502         (_dl_lookup_versioned_symbol): Likewise.
10503         (_dl_lookup_versioned_symbol_skip): Likewise.
10504         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10505         define to ElfW(Rel).
10506         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10507         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10508         ranges.
10509         Don't adjust address dynamic tags if l_addr is 0.
10510         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10511         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10512         (VALIDX, ADDRIDX): Define.
10513         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10514         (dl_main): Print library list for LD_TRACE_PRELINKING.
10515         If prelinking information can be used, skip relocating libraries and
10516         call _dl_resolve_conflicts instead.
10517         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10518         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10519         if LD_TRACE_PRELINKING.
10520         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10521         + DT_ADDRNUM.
10522         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10523         (DL_DEBUG_PRELINK): Define.
10524         (_dl_resolve_conflicts): Add prototype.
10526         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10527         .plt for prelinked libraries where prelinking info cannot be used.
10528         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10529         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10530         * sysdeps/arm/bits/link.h: New file.
10531         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10532         content of .got[1].
10533         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10534         (ELF_MACHINE_PLT_REL): Define.
10535         (elf_machine_rela, elf_machine_rela_relative): New functions.
10536         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10537         of adjusting it if prelinked and prelinking cannot be used.
10538         * sysdeps/i386/bits/link.h: New file.
10539         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10540         content of .got[1].
10541         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10542         (ELF_MACHINE_PLT_REL): Define.
10543         (elf_machine_rela, elf_machine_rela_relative): New functions.
10544         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10545         of adjusting it if prelinked and prelinking cannot be used.
10546         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10547         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10548         to find out map for R_PPC_JMP_SLOT relocs.
10549         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10550         (OPCODE_BA): Define.
10551         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10552         libraries where prelinking info cannot be used.
10553         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10554         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10555         (elf_machine_rela): Set value to 0 if relocating conflicts.
10556         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10557         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10558         (sparc64_fixup_plt): Fix a typo.
10559         (elf_machine_rela): Set value to 0 if relocating conflicts.
10560         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10561         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10562         libraries where prelinking info cannot be used.
10563         * sysdeps/sh/bits/link.h: New file.
10564         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10565         content of .got[1].
10566         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10567         of adjusting it if prelinked and prelinking cannot be used.
10568         * sysdeps/s390/s390-32/bits/link.h: New file.
10569         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10570         Save original content of .got[1].
10571         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10572         of adjusting it if prelinked and prelinking cannot be used.
10573         * sysdeps/s390/s390-64/bits/link.h: New file.
10574         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10575         Save original content of .got[1].
10576         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10577         of adjusting it if prelinked and prelinking cannot be used.
10578         * sysdeps/x86_64/bits/link.h: New file.
10579         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10580         Save original content of .got[1].
10581         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10582         of adjusting it if prelinked and prelinking cannot be used.
10584 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10586         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10587         where appropriate instead of numbers.  Little optimizations.
10589 2001-12-10  Roland McGrath  <roland@frob.com>
10591         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10592         set it.
10594         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10595         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10597         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10598         Fix conditionals so this is set by default for stdio and not for libio.
10599         * sysdeps/mach/hurd/configure: Regenerated.
10601 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10603         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10605 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10607         * io/Makefile (tests): Add bug-ftw3.
10608         * io/bug-ftw3.c: New file.
10610         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10611         matches and GLOB_NOCHECK is set.
10612         * posix/globtest.sh: Correct expected result for NOCHECK test.
10614         * po/ca.po: Update from translation team.
10616 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10618         Implement transliteration of characters in strings of the locale
10619         definitions.
10620         * locale/programs/linereader.c: Adjust for additional parameter to
10621         lr_token.
10622         (get_string): If character <Uxxxx> is not found try to transliterate
10623         it.
10624         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10625         lr_token.  Add const to charmap parameter of all functions.
10626         (find_translit, find_translit2): New functions.
10627         * locale/programs/charmap.c: Adjust for additional parameter to
10628         lr_token.
10629         * locale/programs/repertoire.c: Likewise.
10630         * locale/programs/linereader.h: Likewise.
10631         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10632         parameter of all functions.
10633         * locale/programs/ld-collate.c: Likewise.
10634         * locale/programs/ld-identification.c: Likewise.
10635         * locale/programs/ld-measurement.c: Likewise.
10636         * locale/programs/ld-messages.c: Likewise.
10637         * locale/programs/ld-monetary.c: Likewise.
10638         * locale/programs/ld-name.c: Likewise.
10639         * locale/programs/ld-numeric.c: Likewise.
10640         * locale/programs/ld-paper.c: Likewise.
10641         * locale/programs/ld-paper.c: Likewise.
10642         * locale/programs/ld-telephone.c: Likewise.
10643         * locale/programs/ld-time.c: Likewise.
10644         * locale/programs/locfile.c: Likewise.
10645         * locale/programs/localedef.c: Likewise.
10646         * locale/programs/localedef.h: Likewise.
10647         * locale/programs/locfile.h: Likewise.  Add declaration for
10648         find_translit.
10649         * locale/programs/simple-hash.c: Add const to first parameter of
10650         find_entry, iterate_table, and lookup.
10651         * locale/programs/simple-hash.h: Likewise.
10652         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10653         instead.
10654         * include/locale.h: Define __LC_LAST.
10655         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10657 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10659         * sysdeps/powerpc/Dist: Update for recent FP changes.
10660         * sysdeps/powerpc/fpu/Dist: Likewise.
10662 2001-12-07  Andreas Schwab  <schwab@suse.de>
10664         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10666 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10668         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10669         save/restore functions here.
10670         (libm-support): Don't define these functions here.
10671         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10672         functions here.
10673         * sysdeps/powerpc/fe_nomask.c: Move to...
10674         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10675         * sysdeps/powerpc/fprrest.S: Move to...
10676         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10677         * sysdeps/powerpc/fprsave.S: Move to...
10678         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10680 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10682         * sysdeps/unix/sysv/linux/opensock.c: New file.
10684 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10686         * config.make.in (with-fp): Define from configure.
10687         * configure.in: Substitute with_fp.
10688         * configure: Regenerate.
10689         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10690         specified, and don't change FPU environment.
10692 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10694         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10695         * assert/assert.c: Check result of __asprintf call and don't use
10696         string if it failed.
10697         * assert/assert-perr.c: Likewise.
10698         * inet/rcmd.c: Likewise.
10699         * locale/programs/localedef.c (main): Check result of
10700         construct_output_path and exit if it failed.
10701         (construct_output_path): Check result of asprintf and mkdir calls and
10702         fail if they failed.
10703         * posix/getopt.c: Check result of __asprintf calls and fail if
10704         they failed.
10705         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10707 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10709         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10710         patch.
10711         * sysdeps/generic/strncase.c: Likewise.
10712         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10714 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10716         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10718         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10719         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10720         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10721         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10722         * sysdeps/powerpc/fclrexcpt.c: Move to...
10723         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10724         * sysdeps/powerpc/fpu_control.h: Move to...
10725         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10727 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10729         * iconvdata/ibm1129.h: Remove duplicate mappings.
10730         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10731         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10732         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10734         * timezone/zic.c: Fix handling of turnaround times.
10735         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10737 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10739         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10740         overflow problem.
10742 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10744         * posix/regex.c: For use outside glibc defined bounded pointer
10745         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10747         * iconvdata/Makefile (modules): Add TCVN5712-1.
10748         * iconvdata/TESTS: Add TCVN5712-1.
10749         * iconvdata/gconv-modules: Likewise.
10750         * iconvdata/tcvn5712-1.c: New file.
10751         * iconvdata/testdata/TCVN-5712: New file.
10752         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10754 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10756         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10758 2001-12-02  Roland McGrath  <roland@frob.com>
10760         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10762         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10763         Reported by Jeff Bailey <jbailey@nisa.net>.
10765         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10766         Reported by Jeff Bailey <jbailey@nisa.net>.
10768         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10769         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10770         Reported by Jeff Bailey <jbailey@nisa.net>.
10772 2001-12-01  Roland McGrath  <roland@frob.com>
10774         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10775         missing backslash in test arguments.
10776         * sysdeps/mach/hurd/configure: Regenerated.
10778 2001-11-26  Roland McGrath  <roland@frob.com>
10780         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10781         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10783 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10785         * iconvdata/Makefile (modules): Add ARMSCII-8.
10786         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10787         * iconvdata/armscii-8.c: New file.
10789 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10791         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10792         don't match, fix {{a,b},c} globbing, clean up.
10793         Patch by Flavio Veloso <flaviovs@magnux.com>.
10794         * posix/globtest.sh: Add new tests.
10796 2001-11-29  Andreas Jaeger  <aj@suse.de>
10798         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10799         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10801         * sysdeps/generic/abort.c: Include libioP.h for
10802         _IO_flush_all_lockp prototype.
10804 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10806         * posix/regex.h: Define __restrict_arr correctly.
10808 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10810         * iconvdata/ibm1163.c: New file.
10811         * iconvdata/ibm1163.h: New file.
10812         * iconvdata/ibm1164.c: New file.
10813         * iconvdata/ibm1164.h: New file.
10814         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10815         * iconvdata/Makefile: Likewise.
10816         * iconvdata/testdata/IBM1163: New file.
10817         * iconvdata/testdata/IBM1163..UTF8: New file.
10818         * iconvdata/testdata/IBM1164: New file.
10819         * iconvdata/testdata/IBM1164..UTF8: New file.
10820         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10822         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10823         * iconvdata/ibm1124.h: Likewise.
10824         * iconvdata/ibm1132.h: Likewise.
10825         * iconvdata/ibm1133.h: Likewise.
10826         * iconvdata/ibm1160.h: Likewise.
10827         * iconvdata/ibm1161.h: Likewise.
10828         * iconvdata/ibm1162.h: Likewise.
10829         * iconvdata/ibm856.h: Likewise.
10830         * iconvdata/ibm922.h: Likewise.
10831         * iconvdata/ibm930.h: Likewise.
10832         * iconvdata/ibm932.h: Likewise.
10833         * iconvdata/ibm933.h: Likewise.
10834         * iconvdata/ibm935.h: Likewise.
10835         * iconvdata/ibm937.h: Likewise.
10836         * iconvdata/ibm939.h: Likewise.
10837         * iconvdata/ibm943.h: Likewise.
10838         * iconvdata/ibm930.c: Pretty printing.
10839         * iconvdata/ibm937.c: Avoid access accross array boundary.
10841         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10842         the current locale's codeset.
10843         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10844         empty input string.
10845         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10846         and from-charset.  Don't determine locale's charset here.
10848         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10849         as the old _IO_flush_all but lock only if parameter is nonzero.
10850         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10851         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10852         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10853         if libio is used [PR libc/2575].
10855 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10857         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10858         __signbitl): Only define for ISO C99.
10860 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10862         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10863         herrnop to NETDB_INTERNAL if we run out of buffer space.
10865 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10867         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10868         overflow test for platforms with signed char.
10869         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10871 2001-11-28  Bruno Haible  <bruno@clisp.org>
10873         * locale/programs/simple-hash.c (lookup_2): Remove function.
10874         (insert_entry_2): Call lookup instead of lookup_2.
10876 2001-03-04  Bruno Haible  <bruno@clisp.org>
10878         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10880 2001-10-31  Bruno Haible  <bruno@clisp.org>
10882         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10884 2001-03-21  Bruno Haible  <bruno@clisp.org>
10886         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10887         chokes on empty macro arguments.
10888         * intl/plural.y: Add #pragma for alloca on AIX 3.
10890 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10892         * intl/dcigettext.c (guess_category_value): Only implement for
10893         glibc.  Otherwise rely on function _nl_locale_name which isn't
10894         present in the glibc sources.
10896 2001-09-24  Bruno Haible  <bruno@clisp.org>
10898         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10899         transliteration when building on a glibc system but outside glibc.
10901 2001-09-22  Bruno Haible  <bruno@clisp.org>
10903         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10904         * intl/dcigettext.c (plural_eval): Remove function, moved to
10905         intl/plural-eval.c.
10906         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10907         Include plural-eval.c.
10909 2001-09-22  Bruno Haible  <bruno@clisp.org>
10911         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10912         don't start with a digit; nplurals must be positive.
10914 2001-09-02  Bruno Haible  <bruno@clisp.org>
10916         * intl/plural-exp.h: New file, extracted from gettextP.h.
10917         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10918         * intl/gettextP.h (struct expression, struct parse_args,
10919         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10920         * intl/loadmsgcat.c: Include plural-exp.h.
10921         (PLURAL_PARSE): Move macro to plural-exp.h.
10922         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10923         plural-exp.c.
10924         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10925         EXTRACT_PLURAL_EXPRESSION.
10926         (_nl_unload_domain): Update.
10927         * intl/dcigettext.c: Include plural-exp.h.
10928         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10929         (FREE_EXPRESSION): Move macro to plural-exp.h.
10930         * intl/Makefile (routines): Add plural-exp.
10931         (distribute): Add plural-exp.h.
10933 2001-07-28  Bruno Haible  <bruno@clisp.org>
10935         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10936         isdigit, tolower argument to 'unsigned char'.
10937         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10938         'unsigned char'.
10939         * intl/localealias.c (read_alias_file): Cast isspace argument to
10940         'unsigned char'.
10942 2001-10-20  Bruno Haible  <bruno@clisp.org>
10944         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10945         anyway.)
10946         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10947         with the variable 'index' in plural_lookup.
10948         * intl/l10nflist.c (strchr): Likewise.
10949         * intl/localealias.c (strchr): Likewise.
10951         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10952         * intl/bindtextdom.c: Likewise.
10953         * intl/dcigettext.c: Likewise.
10954         * intl/dgettext.c: Likewise.
10955         * intl/dngettext.c: Likewise.
10956         * intl/explodename.c: Likewise.
10957         * intl/finddomain.c: Likewise.
10958         * intl/gettext.c: Likewise.
10959         * intl/l10nflist.c: Likewise.
10960         * intl/loadmsgcat.c: Likewise.
10961         * intl/localealias.c: Likewise.
10962         * intl/ngettext.c: Likewise.
10963         * intl/textdomain.c: Likewise.
10964         * intl/gettext.h: Assume <limits.h> exists.
10966 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10968         * stdio-common/Makefile (tests): Add scanf11.
10969         * stdio-common/scanf11.c: New file.
10971 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10973         * version.h (RELEASE): Define as development.
10974         (VERSION): Set to 2.2.90.
10976 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10978         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10979         * nis/nss_nis/nis-grp.c: Likewise.
10980         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10982         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10983         * nis/nss_nis/nis-pwd.c: Likewise.
10984         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10986         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10987         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10988         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10990         * nscd/grpcache.c: Use strtoul instead of atol.
10991         * nscd/pwdcache.c: Likewise.
10992         * nss/getent.c: Likewise.
10994 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10996         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10997         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10999 2001-11-19  Bruno Haible  <bruno@clisp.org>
11001         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
11002         90%.
11003         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
11004         improves the quality of the hash function, especially for short
11005         strings.
11007 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
11009         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
11010         are found call conv_error and not input_error [PR libc/2669].
11012         * math/bits/mathcalls.h: Mark ceil and floor as const.
11013         Reported by David Mosberger.
11015 2001-11-21  Jim Meyering  <meyering@lucent.com>
11017         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
11018         Define to be __-prefixed.
11019         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
11021 2001-11-26  Andreas Jaeger  <aj@suse.de>
11023         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
11024         avoid warning.
11026 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
11028         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
11029         initialization.
11031         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
11032         unused variables.  Fix threshold for returning 1.0.
11034         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
11035         argument.
11037         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
11038         remove unused variables.
11040         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
11042         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
11043         include local math header files.
11045 2001-11-22  Andreas Jaeger  <aj@suse.de>
11047         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
11048         avoid warning.
11050 2001-11-21  Andreas Jaeger  <aj@suse.de>
11052         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
11054         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
11055         sys/debugreg.h
11057 2001-11-15  Andreas Jaeger  <aj@suse.de>
11059         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
11060         compilers that support it.
11062         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
11063         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
11064         * stdlib/stdlib.h: Likewise.
11066 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
11068         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
11069         statement with gotos.
11070         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
11072 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
11074         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
11076 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
11078         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
11080 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
11081             H.J. Lu  <hjl@gnu.org>
11083         * Versions.def (libc): Add GCC_3.0.
11084         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
11085         if gcc supports this flag.
11086         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
11087         (gcc3): Allow glibc to be compiled with gcc 3.x.
11088         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
11089         * config.make.in (static-libgcc, unwind-find-fde): Add.
11090         * Makerules (build-shlib-helper, build-module-helper): Use it.
11091         * scripts/versions.awk: Make sure GLIBC_ versions come first.
11092         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
11093         necessary.
11094         (_fini): Call __deregister_frame_info_bases if
11095         __register_frame_info_bases was used to register.
11096         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
11097         for GLIBC_2.0.
11098         (__register_frame_info_bases, __register_frame_info_table_bases,
11099         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
11100         * elf/Makefile (routines): Add unwind-dw2-fde.
11101         (shared-only-routines): Add unwind-dw2-fde.
11102         * sysdeps/alpha/gccframe.h: New file.
11103         * sysdeps/arm/gccframe.h: New file.
11104         * sysdeps/generic/framestate.c: New file.
11105         * sysdeps/generic/dwarf2.h: New file.
11106         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
11107         * sysdeps/generic/unwind-dw2-fde.c: New file.
11108         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
11109         * sysdeps/generic/unwind-dw2-fde.h: New file.
11110         * sysdeps/generic/unwind-dw2.c: New file.
11111         * sysdeps/generic/unwind-pe.h: New file.
11112         * sysdeps/generic/unwind.h: New file.
11113         * sysdeps/hppa/gccframe.h: New file.
11114         * sysdeps/i386/gccframe.h: New file.
11115         * sysdeps/m68k/gccframe.h: New file.
11116         * sysdeps/mips/gccframe.h: New file.
11117         * sysdeps/powerpc/gccframe.h: New file.
11118         * sysdeps/s390/gccframe.h: New file.
11119         * sysdeps/sh/gccframe.h: New file.
11120         * sysdeps/sparc/gccframe.h: New file.
11121         * sysdeps/vax/gccframe.h: New file.
11122         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
11123         Set on all architectures except ia64.
11124         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
11125         for i386.
11126         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
11127         __deregister_frame_info): Move to elf/Versions.
11128         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
11129         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
11130         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
11131         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
11132         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
11133         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
11134         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
11135         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
11136         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
11137         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
11138         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
11139         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
11140         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
11141         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
11142         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
11143         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
11144         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
11145         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
11147 2001-11-15  Jeff Law  <law@redhat.com>
11149         * posix/regex.c (uintptr_t): Do not provide a definition if the
11150         system provided one.
11152 2001-11-13  Roland McGrath  <roland@frob.com>
11154         * stdio-common/tmpfile.c: Moved to ...
11155         * sysdeps/generic/tmpfile.c: ... here.
11156         * sysdeps/mach/hurd/tmpfile.c: New file.
11158         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
11159         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
11160         (fopenport): Define as weak alias.
11162         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
11163         * libio/libioP.h: ... to here.
11165 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
11167         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
11168         program header twice.  Construct list with the needed information.
11170 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
11172         * po/ca.po: Update from translation team.
11174         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
11175         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
11176         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
11177         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11179 2001-11-10  Andreas Jaeger  <aj@suse.de>
11181         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11182         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11183         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11185 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11187         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11188         correctly.
11189         * elf/dl-load.c (is_dst): New function.
11190         (_dl_dst_count): Use is_dst to check for DST variable.
11191         (_dl_dst_substitute): Likewise.
11193 2001-11-09  Roland McGrath  <roland@frob.com>
11195         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11196         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11197         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11198         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11199         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11200         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11201         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11202         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11203         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11204         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11205         * sysdeps/mach/hurd/powerpc/Dist: New file.
11207         * hurd/privports.c (__get_privileged_ports):
11208         Only contact the proc server if necessary for this call.
11209         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11210         Check error return for mach_port_mod_refs.
11212 2001-11-09  Andreas Schwab  <schwab@suse.de>
11214         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11216 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11218         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11219         object is always the last in the list.
11220         (_dl_map_object_from_fd): Delete code to remove from object list
11221         when DF_1_NOOPEN is seen.  This is done in lose.
11223 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11225         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11227 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11229         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11230         HWCAP_CHECK macro code.
11232         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11233         Now returns MAP_FAILED on error.
11234         * elf/rtld.c: Adjust caller.
11235         * sysdeps/generic/dl-cache.c: Likewise.
11236         * sysdeps/generic/ldsodefs.h: Adjust description.
11238         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11239         (_dl_check_map_versions): Likewise.
11241 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11243         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11244         _dl_signal_error directly, always use lose.  Set fd to -1 after
11245         file is closed.
11246         (lose): Don't call close if fd == -1.
11248 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11250         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11251          Also fix typo @code {mbsinit} to @code{mbsinit}.
11253 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11255         * elf/dl-profile.c: Replace state variable with simple flag named
11256         running.  Remove commented-out code.
11258         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11259         (_dl_init_paths): Likewise.
11260         (_dl_map_object_from_fd): Likewise.
11261         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11263 2001-11-06  Roland McGrath  <roland@frob.com>
11265         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11266         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11268         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11269         sysdeps/powerpc/elf/sysdep.h.
11270         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11272 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11274         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11275         speed.
11276         (process_envvars): Some more optimizations.
11277         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11279         * elf/elf.h: Add dynamic tag definitions for prelinking.
11281         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11282         Rewrite code to remove environment varables for SUID binaries.
11283         Small optimization in LD_PROFILE handling.
11284         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11285         changes.
11286         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11288         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11290         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11291         strings.  Change type of second parameter.
11292         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11293         for last change.
11295         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11297 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11299         * manual/string.texi: Fix typos.
11300         * manual/examples/argp-ex2.c: Likewise.
11302 2001-11-05  Roland McGrath  <roland@frob.com>
11304         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11305         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11306         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11307         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11308         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11309         here, put under [__ELF__].
11311 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11313         * manual/charset.texi: Extensive editing work.
11314         * manual/nss.texi: Likewise.
11315         Changes by Dennis Grace <dgrace@us.ibm.com>.
11317 2001-11-04  Roland McGrath  <roland@frob.com>
11319         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11320         parameter to dir_mkfile.
11322 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11324         * string/bits/string2.h (__strndup): If n is smaller than len, set
11325         len to n + 1.
11326         * string/tester.c (test_strndup): New function.
11327         (main): Call it.
11329 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11331         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11333         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11334         * scripts/cpp: New file.
11336         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11337         for rtld_search_dirs content.  Minor optimizations.
11339 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11341         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11342         avoiding unnecessary duplication.
11344 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11346         * elf/dl-load.c (_dl_map_object): If library was found using
11347         LD_LIBRARY_PATH, don't try RUNPATH list.
11349 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11351         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11352         Correct second argument of register_dump call.
11353         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11354         Likewise.
11356 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11358         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11359         modules.
11360         * iconvdata/TESTS: Likewise.
11361         * iconvdata/gconv-modules: Likewise.
11362         * iconvdata/ibm1132.c: New file.
11363         * iconvdata/ibm1132.h: New file.
11364         * iconvdata/ibm1133.c: New file.
11365         * iconvdata/ibm1133.h: New file.
11366         * iconvdata/ibm1162.c: New file.
11367         * iconvdata/ibm1162.h: New file.
11368         * iconvdata/testdata/IBM1132: New file.
11369         * iconvdata/testdata/IBM1132..UTF8: New file.
11370         * iconvdata/testdata/IBM1133: New file.
11371         * iconvdata/testdata/IBM1133..UTF8: New file.
11372         * iconvdata/testdata/IBM1162: New file.
11373         * iconvdata/testdata/IBM1162..UTF8: New file.
11374         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11376         * string/string.h: Fix typo in comment.
11377         * wcsmbs/wchar.h: Likewise.
11379 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11381         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11382         const in type of longopts parameter.
11384 2001-10-29  Andreas Jaeger  <aj@suse.de>
11386         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11388 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11390         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11391         output, clarify `#' behaviour on 0.
11392         (Floating-Point Conversions): Clarify that %g only uses %e when
11393         the exponent would be greater than 1.
11395 2001-10-28  Roland McGrath  <roland@frob.com>
11397         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11398         * sysdeps/mach/powerpc/machine-sp.h: New file.
11399         * sysdeps/mach/powerpc/sysdep.h: New file.
11400         * sysdeps/mach/powerpc/thread_state.h: New file.
11402         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11403         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11404         expect to need the same thing on every platform.
11406         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11407         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11409         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11410         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11411         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11412         Move all these assembly-related definitions to ...
11413         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11415         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11416         by Peter Bruin <pjbruin@dds.nl>.
11418         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11419         packing results for a `poll' call.
11421 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11423         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11424         correctly.
11425         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11426         bracket expression.
11428         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11429         nrules value.
11430         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11432 2001-10-24  H.J. Lu  <hjl@gnu.org>
11434         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11435         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11436         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11438 2001-10-21  Jim Meyering  <meyering@lucent.com>
11440         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11441         this code would end up calling gettext even in packages built
11442         with --disable-nls.
11443         * posix/getopt.c (_): Likewise.
11444         * posix/regex.c (_): Likewise.
11446 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11448         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11449         lookup not ip6.int.
11450         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11451         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11453 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11455         * misc/sys/cdefs.h (__attribute_used__): Define.
11456         * elf/rtld.c (_dl_start): Add __attribute_used__.
11457         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11459 2001-10-25  Andreas Schwab  <schwab@suse.de>
11461         * stdlib/a64l.c: Expect least significant digit first.
11462         * stdlib/l64a.c: Produce least significant digit first.
11463         * stdlib/Makefile (tests): Add test-a64l.
11464         * stdlib/test-a64l.c: New file.
11465         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11467 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11469         * po/sk.po: Update from translation team.
11471 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11473         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11475 2001-10-18  Andreas Schwab  <schwab@suse.de>
11477         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11478         next whole number.
11479         (print_function_ulps): Likewise.
11480         (print_complex_function_ulps): Likewise.
11481         (print_max_error): Likewise.
11482         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11484 2001-10-16  Andreas Schwab  <schwab@suse.de>
11486         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11487         implementation.
11489         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11490         BSD_SETJMP or BSD__SETJMP is defined, resp.
11491         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11492         a tail call to __sigsetjmp that would require extending the
11493         caller's frame.
11494         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11495         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11496         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11497         Reported by Jes Sorensen <jes@trained-monkey.org>.
11499 2001-10-16  Andreas Jaeger  <aj@suse.de>
11501         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11502         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11503         close PR libc/2589.
11505 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11507         * po/ca.po: New file.  Contributed by the translation team.
11509 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11511         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11512         a varargs prototype.  Remove dependency from kernel header files.
11514         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11515         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11517 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11519         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11520         to generate hexadecimal identifier.
11521         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11523 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11525         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11527 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11529         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11530         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11531         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11533         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11534         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11535         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11536         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11537         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11538         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11540         * timezone/africa: Update from tzdata2001d.
11541         * timezone/asia: Likewise.
11542         * timezone/australasia: Likewise.
11543         * timezone/backward: Likewise.
11544         * timezone/europe: Likewise.
11545         * timezone/leapseconds: Likewise.
11546         * timezone/northamerica: Likewise.
11547         * timezone/southamerica: Likewise.
11548         * timezone/zone.tab: Likewise.
11550 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11552         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11553         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11555 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11557         * elf/elf.h (PT_TLS): New definition.
11559 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11561         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11562         bits/errno.h
11564 2001-10-07  Roland McGrath  <roland@frob.com>
11566         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11568 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11570         * elf/elf.h: Add more ELFOSABI_* constants.
11572 2001-10-04  Ben Collins  <bcollins@debian.org>
11574         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11575         decleration of __need_wchar_t.
11577 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11579         * string/bits/string2.h (__strsep_g): Add prototype.
11580         (__strsep): Use it.
11581         * string/Versions (__strsep): Remove.
11582         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11584 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11586         * manua/llio.texi: Clarify file references added by mmap.
11587         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11589 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11591         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11592         Add sc_loadrs and sc_rbs_bas to match current kernel.
11594 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11596         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11598         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11600 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11602         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11603         object has been bumped because of relocation dependency, avoid
11604         duplicates in l_scope.
11605         (show_scope): Fix typos.
11606         * elf/Makefile: Add rules to build and run reldep6.
11607         * elf/reldep6.c: New file.
11608         * elf/reldep6mod0.c: New file.
11609         * elf/reldep6mod1.c: New file.
11610         * elf/reldep6mod2.c: New file.
11611         * elf/reldep6mod3.c: New file.
11612         * elf/reldep6mod4.c: New file.
11614 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11616         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11617         sparc64_fixup_plt.
11618         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11619         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11620         for non-lazy binding. Fix .plt[32768+] handling.
11621         (elf_machine_plt_value): Don't add addend.
11622         (elf_machine_rela): Call sparc64_fixup_plt instead of
11623         elf_machine_fixup_plt.
11624         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11625         dynamic linker at 0xfffff800XXXXXXXX.
11627         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11629 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11631         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11633 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11635         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11636         declare __cmsg_data field if its size would be bigger than 0.
11637         (CMSG_DATA): Adjust accordingly.
11638         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11639         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11640         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11641         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11642         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11643         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11644         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11646 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11648         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11649         * iconvdata/testdata/IBM1160: New file.
11650         * iconvdata/testdata/IBM1160..UTF8: New file.
11651         * iconvdata/testdata/IBM1161: New file.
11652         * iconvdata/testdata/IBM1161..UTF8: New file.
11653         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11655 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11657         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11658         UL_SETFSIZE computations better.
11660         * rt/Makefile: Remove use of filter for librt again.
11662         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11663         UL_SETFSIZE computations better.
11665         * string/Versions: Export __strsep for GLIBC_2.2.5.
11666         * string/bits/string2.h: Define all __STRING_INLINE functions if
11667         _FORCE_INLINES is defined.
11668         Use int instead of char of parameter types.
11669         (__strsep): Don't use __strsep_g.  Don't define it.
11670         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11671         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11672         __strcpy_small.
11673         (__stpcpy_a_small): Renamed from __stpcpy_small.
11674         (__strcspn_c1): Don't define if _FORCE_INLINES.
11675         (__strspn_c1): Likewise.
11677 2001-09-22  Ben Collins  <bcollins@debian.org>
11679         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11680         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11681         * sysdeps/ia64/bits/sigaction.h: Likewise.
11682         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11684 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11686         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11688 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11690         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11692 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11694         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11696 2001-09-20  H.J. Lu  <hjl@gnu.org>
11698         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11699         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11700         for __RTLD_SPROF.
11701         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11702         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11704 2001-09-20  H.J. Lu  <hjl@gnu.org>
11706         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11707         don't add 1.
11709 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11711         * nss/getent.c: Accept -s parameter to overwrite rules in
11712         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11714         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11715         with as many ".0" as necessary to form a complete address
11716         inet_network understands.
11718         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11719         calls.
11721 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11723         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11724         _JMPBUF_UNWINDS.
11725         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11727 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11729         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11730         IBM1161.
11731         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11732         * iconvdata/ibm1160.c: New file.
11733         * iconvdata/ibm1160.h: New file.
11734         * iconvdata/ibm1161.c: New file.
11735         * iconvdata/ibm1161.h: New file.
11736         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11738 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11740         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11741         difference between base address and first PT_LOAD's virtual address,
11742         not the base address.
11744 2001-09-11  Tom Rix  <trix@redhat.com>
11746         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11747         ifdef for __getopt_clean_environment.
11748         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11750 2001-09-22  Andreas Jaeger  <aj@suse.de>
11752         * elf/reldep4.c (main): Add proper prototype to fix warning.
11754         * elf/reldep5.c (main): Remove unused variable.
11756         * math/math_private.h: Add prototypes.
11758 2001-09-21  Andreas Jaeger  <aj@suse.de>
11760         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11761         * sysdeps/x86_64/Dist: New file.
11762         * sysdeps/x86_64/soft-fp/Dist: New file.
11764         * sysdeps/gnu/Dist: Remove eval.c.
11766 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11768         * malloc/memusage.c (realloc): Don't count already allocated
11769         memory in the sums.
11770         (me): Always use dlsym() to find the real implementations.
11772         * malloc/memusage.sh: Make -n option actually do something.
11774 2001-09-20  Andreas Jaeger  <aj@suse.de>
11776         * elf/elf.h (R_390_NUM): Correct value.
11778         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11779         libpthread.
11781         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11782         for x86-64, install x86-64 into */lib64.
11784         * shlib-versions: Add x86-64.
11786         * elf/elf.h: Add x86-64 relocations.
11788 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11790         * po/fr.po: Update from translation team.
11792 2001-09-19  Andreas Jaeger  <aj@suse.de>
11794         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11795         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11796         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11797         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11798         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11799         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11800         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11801         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11802         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11803         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11804         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11805         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11806         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11807         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11808         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11809         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11810         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11811         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11812         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11813         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11814         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11815         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11816         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11817         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11818         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11819         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11820         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11821         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11822         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11823         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11824         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11825         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11826         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11827         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11828         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11829         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11830         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11831         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11832         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11833         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11834         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11835         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11836         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11837         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11838         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11839         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11840         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11841         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11842         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11843         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11844         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11845         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11846         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11847         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11848         * sysdeps/unix/x86_64/sysdep.S: New file.
11849         * sysdeps/unix/x86_64/sysdep.h: New file.
11850         * sysdeps/x86_64/Implies: New file.
11851         * sysdeps/x86_64/Makefile: New file.
11852         * sysdeps/x86_64/Versions: New file.
11853         * sysdeps/x86_64/__longjmp.S: New file.
11854         * sysdeps/x86_64/abort-instr.h: New file.
11855         * sysdeps/x86_64/atomicity.h: New file.
11856         * sysdeps/x86_64/bits/endian.h: New file.
11857         * sysdeps/x86_64/bits/setjmp.h: New file.
11858         * sysdeps/x86_64/bits/string.h: New file.
11859         * sysdeps/x86_64/bp-asm.h: New file.
11860         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11861         * sysdeps/x86_64/bsd-setjmp.S: New file.
11862         * sysdeps/x86_64/dl-machine.h: New file.
11863         * sysdeps/x86_64/elf/initfini.c: New file.
11864         * sysdeps/x86_64/elf/start.S: New file.
11865         * sysdeps/x86_64/ffs.c: New file.
11866         * sysdeps/x86_64/ffsll.c: New file.
11867         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11868         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11869         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11870         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11871         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11872         * sysdeps/x86_64/fpu/e_expl.c: New file.
11873         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11874         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11875         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11876         * sysdeps/x86_64/fpu/e_logl.S: New file.
11877         * sysdeps/x86_64/fpu/e_powl.S: New file.
11878         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11879         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11880         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11881         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11882         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11883         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11884         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11885         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11886         * sysdeps/x86_64/fpu/fegetround.c: New file.
11887         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11888         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11889         * sysdeps/x86_64/fpu/fesetround.c: New file.
11890         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11891         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11892         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11893         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11894         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11895         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11896         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11897         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11898         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11899         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11900         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11901         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11902         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11903         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11904         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11905         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11906         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11907         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11908         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11909         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11910         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11911         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11912         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11913         * sysdeps/x86_64/gmp-mparam.h: New file.
11914         * sysdeps/x86_64/hp-timing.c: New file.
11915         * sysdeps/x86_64/hp-timing.h: New file.
11916         * sysdeps/x86_64/htonl.S: New file.
11917         * sysdeps/x86_64/memusage.h: New file.
11918         * sysdeps/x86_64/setjmp.S: New file.
11919         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11920         * sysdeps/x86_64/stackinfo.h: New file.
11921         * sysdeps/x86_64/sysdep.h: New file.
11922         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11924         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11925         L Moshier.
11927 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11929         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11930         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11932 2001-09-18  Andreas Schwab  <schwab@suse.de>
11934         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11935         list, now that l_scope is a pointer.
11937         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11938         scope list.
11940 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11942         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11943         (elf_machine_rela_relative): Add a missing declaration.
11945 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11947         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11948         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11949         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11950         ldd-rewrite scripts.
11952 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11954         * elf/ldd.bash.in: Update copyright message.
11956 2001-09-17  H.J. Lu  <hjl@gnu.org>
11958         * hurd/hurdmalloc.c (bcopy): Removed.
11959         (realloc): Replace bcopy with memcpy.
11960         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11961         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11962         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11964         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11965         (gethostbyaddr): Likewise.
11966         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11968 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11970         * sysdeps/gnu/eval.c: Removed.
11972 2001-09-18  Andreas Jaeger  <aj@suse.de>
11974         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11975         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11977         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11978         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11980         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11981         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11983 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11985         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11986         nrules value.
11988 2001-09-14  H.J. Lu  <hjl@gnu.org>
11990         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11992 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11994         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11995         Patch by Florian La Roche <laroche@redhat.com>.
11997         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11999         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
12000         ETHER_CRC_LEN.
12002 2001-09-14  Andreas Schwab  <schwab@suse.de>
12004         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
12005         Sumner <bls@sgi.com>.
12006         * posix/execlp.c: Likewise.
12008 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
12010         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
12011         is already found earlier in the search scope.
12013 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
12015         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
12016         filter.
12018 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
12020         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
12022 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
12024         * config.h.in: Enforce optimization to be used.
12025         * Makeconfig (preprocess-versions): Define ASSEMBLER.
12026         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
12027         * posix/Makefile (annexc-CFLAGS): Define to -O.
12028         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
12030 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
12032         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
12033         Patch by Stephan Kulow.
12035 2001-09-08  Ben Collins  <bcollins@debian.org>
12037         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
12038         usage of RESOLVE() (r_type, not reloc->r_type).
12040 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12042         * elf/dl-object.c: Avoid allocating extra memory block for name.
12043         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
12044         allocated separately.
12045         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
12047 2001-09-08  H.J. Lu  <hjl@gnu.org>
12049         * po/zh_TW.po: Fix a typo.
12051 2001-09-07  Tom Rix  <trix@redhat.com>
12053         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
12055 2001-08-26  Tom Rix  <trix@redhat.com>
12057         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
12058         command line options.
12059         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
12060         * sysdeps/unix/sysv/aix/start.c: Removed.
12061         * sysdeps/unix/sysv/aix/start-libc.c: New file.
12062         * sysdeps/unix/sysv/aix/init-first.c: New file.
12063         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
12065 2001-09-08  Ben Collins  <bcollins@debian.org>
12067         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
12068         * sysdeps/generic/dl-machine.h: Likewise.
12069         * sysdeps/hppa/dl-fptr.c: Likewise.
12070         * sysdeps/ia64/dl-fptr.c: Likewise.
12071         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
12072         * sysdeps/mips/dl-machine.h: Likewise.
12073         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12074         * sysdeps/powerpc/dl-machine.c: Likewise.
12076 2001-09-07  Ben Collins  <bcollins@debian.org>
12078         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
12080         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
12082 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
12084         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
12085         dependencies if necessary.
12087         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
12088         loaded directly) determine length if l_initfini list by iterating
12089         over its elements.  Minor optimizations.
12090         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
12091         for dependency objects.
12092         If object was already loaded check whether any of the dependencies
12093         is already on the relocation dependency list.  If yes, remove the
12094         latter.  Minor optimizations.
12095         * elf/dl-lookup.c (add_dependency): Add check for self reference of
12096         maps here.  Search l_initfini list only if the object was loaded
12097         directly and not only as a dependency.
12098         (_dl_lookup_symbol): Add relocation dependency also if object
12099         is not in global scope.  Remove test for self-reference here.
12100         (_dl_lookup_versioned_symbol): Likewise.
12101         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
12102         element of first name record.
12103         * elf/loadtest.c: Add some more test to recognize early if an object
12104         wasn't unloaded.
12105         * elf/Makefile: Add rules to build and run reldep5.
12106         * elf/reldep5.c: New file.
12107         * elf/reldepmod5.c: New file.
12108         * elf/reldepmod6.c: New file.
12110         * elf/reldep2.c: Fix typo.
12112 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
12114         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
12115         elements.  Change l_scope to be a pointer only.
12116         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
12117         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
12118         here add searchlist of newly open file to the dependency's scope.
12119         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
12120         only searchlist from its scope.  Free own scope array if necessary.
12121         * elf/Makefile (tests): Add dblload and dblunload now.
12123 2001-09-06  Andreas Jaeger  <aj@suse.de>
12125         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
12126         Stephen L Moshier.
12128 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
12130         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
12131         they both fail.
12132         * elf/dblload.c: New file.
12133         * elf/dblloadmod1.c: New file.
12134         * elf/dblloadmod2.c: New file.
12135         * elf/dblloadmod3.c: New file.
12136         * elf/dblunload.c: New file.
12138 2001-09-04  Richard Henderson  <rth@redhat.com>
12140         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
12141         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
12143 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12145         Correct very misleading message for error in failed runtime relocation.
12146         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
12147         place of the error.
12148         (_dl_signal_cerror): Likewise.
12149         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
12150         * elf/dl-close.c: Likewise.
12151         * elf/dl-deps.c: Likewise.
12152         * elf/dl-load.c: Likewise.
12153         * elf/dl-lookup.c: Likewise.
12154         * elf/dl-open.c: Likewise.
12155         * elf/dl-reloc.c: Likewise.
12156         * elf/dl-sym.c: Likewise.
12157         * elf/dl-version.c: Likewise.
12158         * sysdeps/generic/dl-sysdep.c: Likewise.
12160 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12162         * iconv/strtab.c (strtabinit): Initialize null Strent.
12163         (newstring): Move len == 0 handling...
12164         (strtabadd): ...here.
12165         If len == 1, return null Strent.
12166         When inserting a suffix of an existing string, check if
12167         it is not equal to some suffix already recorded.
12168         Copy left and right members over if adding longer string.
12170 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
12172         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
12174         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
12175         (__syscall_gethostname): Add prototype.
12177 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
12179         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
12181 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12183         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12185 2001-08-27  Roland McGrath  <roland@frob.com>
12187         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12188         short, copy that much into NAME anyway before returning error.
12190 2001-09-01  Richard Henderson  <rth@redhat.com>
12192         * sysdeps/alpha/elf/Dist: Remove file.
12193         * sysdeps/alpha/elf/Makefile: Remove file.
12194         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12195         * sysdeps/alpha/elf/crtend.S: Remove file.
12196         * sysdeps/alpha/elf/initfini.c: New file.
12198 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12200         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12201         * iconv/tst-iconv3.c: Likewise.
12203 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12205         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12207 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12209         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12210         export it.
12211         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12212         * iconv/iconv_prog.c (insert_cache): New function.
12213         (print_known_names): If cache is used call insert_cache to use the
12214         information from the cache [PR libc/2509].
12216 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12218         * time/strptime.c (strptime_internal): Recognize 'l' format and
12219         handle it like 'I' for symmetry with strftime.
12221 2001-08-31  Richard Henderson  <rth@redhat.com>
12223         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12224         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12225         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12226         (print_statistics): Make scalar unsigned long long.
12227         * sysdeps/alpha/hp-timing.h: New file.
12229 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12231         * stdio-common/perror.c (perror): Save errno early, pass it
12232         down to perror_internal.
12233         (perror_internal): Add errnum argument.
12235 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12237         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12238         Don't add old memory content for R_ALPHA_REFQUAD.
12240 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12242         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12243         memory correctly.
12245         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12246         instead of open, __close instead of close, __getpagesize instead
12247         of getpagesize.
12249         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12250         instead of strnlen.
12251         * include/string.h (strndupa): Redefine here to use __strnlen
12252         instead of strnlen.
12253         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12255         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12256         connected).
12258 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12260         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12261         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12262         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12263         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12264         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12265         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12266         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12268 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12270         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12272 2001-08-30  Andreas Jaeger  <aj@suse.de>
12274         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12275         contributed Stephen L Moshier.
12277 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12279         * sunrpc/etc.rpc (sgi_fam): Add.
12281 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12283         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12285 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12287         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12288         first is from a previous call.
12289         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12291 2001-08-29  Andreas Schwab  <schwab@suse.de>
12293         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12295 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12297         * config.make.in (INSTALL_SCRIPT): Define.
12298         * Makeconfig (INSTALL_SCRIPT): Define.
12299         * Makerules (do-install-script): New macro to install scripts using
12300         INSTALL_SCRIPT.
12301         (install-bin-script): New rule to install scripts with
12302         do-install-script.
12303         (install-bin-script-nosubdir): New rule.
12304         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12305         (distinfo-vars): Add $(install-bin-script).
12306         * Rules (others): Likewise.
12307         * Makefile (glibcbug): Install with install-bin-script.
12308         * debug/Makefile (xtrace): Likewise.
12309         (catchsegv): Likewise.
12310         * elf/Makefile (ldd): Likewise.
12311         * malloc/Makefile (mtrace): Likewise.
12312         * timezone/Makefile (tzselect): Likewise.
12314 2001-08-29  H.J. Lu  <hjl@gnu.org>
12316         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12317         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12318         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12320 2001-08-29  Andreas Schwab  <schwab@suse.de>
12322         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12324 2001-08-28  H.J. Lu  <hjl@gnu.org>
12326         * Makeconfig (combreloc-LDFLAGS): New variable.
12327         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12328         * config.make.in (have-z-combreloc): New variable.
12329         * configure.in: Substitute libc_cv_z_combreloc.
12331 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12333         * po/sv.po: Update from translation team.
12334         * po/fr.po: Likewise.
12335         * po/da.po: Likewise.
12337 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12339         * Makerules: Fix a typo: MD% -> MD5.
12341 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12343         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12344         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12346 2001-08-28  Andreas Jaeger  <aj@suse.de>
12348         * manual/libc-texinfo.sh: Add entry about free manuals.
12350         * manual/contrib.texi (Contributors): Fix cross reference.
12352         * manual/libc.texinfo (Copying): Include freemanuals.
12354         * manual/Makefile (appendices): Add freemanuals.
12356         * manual/freemanuals.texi: New file.
12357         Patch by Brian Youmans <3diff@gnu.org>.
12359         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12360         smaller table.
12362         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12363         table on separate page.
12364         Patch by Brian Youmans <3diff@gnu.org>.
12366 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12368         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12369         the connection went down after we first used it try to connect
12370         again and resend the message before printing to the console.
12371         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12373 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12375         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12376         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12377         bit set.
12379 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12381         * iconv/strtab.c (searchstring): Use correct length for comparison.
12382         (strtabadd): Account total size correct if new string has old string as
12383         substring.
12385 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12387         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12389 2001-08-27  Andreas Jaeger  <aj@suse.de>
12391         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12393         * math/libm-test.inc (j0_test): Add extra tests.
12394         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12395         not x, in Hankel approximation.
12396         Patches by Stephen L Moshier.
12398 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12400         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12401         link_map.
12403         * configure.in: Fix test for .rela.dyn section.
12405         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12407 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12409         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12410         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12411         Pass type_class to _dl_lookup_*.
12412         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12413         Pass around just type_class instead of noexec, noplt pair.
12414         (_dl_lookup_versioned_symbol): Likewise.
12415         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12416         noexec, noplt pair.
12417         (_dl_lookup_versioned_symbol_skip): Likewise.
12418         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12419         * elf/do-lookup.h (do_lookup): Likewise.
12420         * include/link.h (struct link_map): Replace noexec and noplt fields
12421         in l_lookup_cache with type_class field.
12422         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12423         ELF_RTYPE_CLASS_COPY): Define.
12424         Adjust prototypes for _dl_lookup_symbol and
12425         _dl_lookup_versioned_symbol.
12426         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12427         elf_machine_lookup_noexec_p): Remove.
12428         (elf_machine_type_class): Define.
12429         * sysdeps/arm/dl-machine.h: Likewise.
12430         * sysdeps/hppa/dl-machine.h: Likewise.
12431         * sysdeps/cris/dl-machine.h: Likewise.
12432         * sysdeps/i386/dl-machine.h: Likewise.
12433         * sysdeps/ia64/dl-machine.h: Likewise.
12434         * sysdeps/m68k/dl-machine.h: Likewise.
12435         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12436         * sysdeps/mips/dl-machine.h: Likewise.
12437         * sysdeps/powerpc/dl-machine.h: Likewise.
12438         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12439         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12440         * sysdeps/sh/dl-machine.h: Likewise.
12441         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12442         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12444 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12446         * manual/message.texi (Advanced gettext functions): Change
12447         description of plural forms for Slovak.
12448         Reported by Marcel Telka <marcel@telka.sk>.
12450         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12451         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12453 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12455         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12456         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12458 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12460         * include/link.h (struct link_map): Add l_lookup_cache element.
12461         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12462         (RESOLVE_MAP): Likewise.
12463         (_dl_relocate_object): Remove cache initialization.
12464         * elf/dl-lookup.c: Rip out cache handling code.
12465         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12466         declarations.
12468         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12469         remove some __builtin_expect.
12470         (_dl_lookup_versioned_symbol): Likewise.
12472         * config.h.in: Add HAVE_Z_COMBRELOC.
12473         * configure.in: Add test for -z combreloc.
12475         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12476         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12477         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12478         case to almost no code.
12480 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12482         * po/tr.po: Update from translation team.
12484 2001-08-24  Andreas Jaeger  <aj@suse.de>
12486         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12487         make clean works.
12489 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12491         * elf/rtld.c (print_statistics): Printf % after percent values.
12492         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12494         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12495         don't have to compute the hash value and initialize current_value.
12496         Move reference_name variable to where it is needed.
12497         (_dl_lookup_versioned_symbol): Likewise.
12499 2001-08-24  Roland McGrath  <roland@frob.com>
12501         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12502         Just test that strerror returns non-null for a few errno codes.
12504 2001-08-23  Roland McGrath  <roland@frob.com>
12506         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12507         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12509         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12511         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12512         __mach_reply_port.
12514 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12516         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12517         returns NULL.
12519         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12520         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12521         doesn't do it.
12522         * elf/rtld.c: Include <sys/param.h>.
12523         * elf/dl-reloc.c: Likewise.
12525 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12527         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12528         empty to prevent junk from being generated.
12529         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12531 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12533         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12534         records.  Rename endrel to relative, initialize it to r, and use it
12535         in elf_machine_rel_relative calls.  Point r after relative relocs.
12537 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12539         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12540         of R_386_NONE.
12542 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12544         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12545         necessary.  Undefine newly defined macros at the end.
12546         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12547         Rename from elf_machine_rel_relative.
12548         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12549         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12550         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12551         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12552         Likewise.
12553         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12554         Likewise.
12555         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12556         Fix argument types.
12557         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12558         Fix argument types.
12559         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12560         Likewise.  Fix argument types.
12561         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12562         Likewise.  Fix argument types.
12563         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12564         Fix argument types.
12565         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12566         ElfW(Rel) in argument.
12567         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12568         function.
12570 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12572         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12574 2001-08-24  Andreas Jaeger  <aj@suse.de>
12576         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12577         Stephen L Moshier <moshier@mediaone.net>.
12579 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12581         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12582         first if RELCOUNT is set.
12584         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12585         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12586         elf_machine_rel_relative.
12587         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12588         Minor optimizations.
12589         * sysdeps/arm/dl-machine.h: Likewise.
12590         * sysdeps/cris/dl-machine.h: Likewise.
12591         * sysdeps/hppa/dl-machine.h: Likewise.
12592         * sysdeps/i386/dl-machine.h: Likewise.
12593         * sysdeps/ia64/dl-machine.h: Likewise.
12594         * sysdeps/m68k/dl-machine.h: Likewise.
12595         * sysdeps/mips/dl-machine.h: Likewise.
12596         * sysdeps/powerpc/dl-machine.h: Likewise.
12597         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12598         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12599         * sysdeps/sh/dl-machine.h: Likewise.
12600         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12601         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12603 2001-08-23  Roland McGrath  <roland@frob.com>
12605         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12607         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12608         sysdeps/mach version.  Implement counting ("recursive") mutexes
12609         on top of cthreads mutexes.
12610         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12612         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12613         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12614         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12615         __libc_clean_end): Define these to call the cleanup function after
12616         normal exit when they're supposed to.
12618         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12619         Take new first arg DOIT, a boolean saying whether to really install
12620         any cleanup handler.
12621         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12622         (__libc_cleanup_end): Likewise.
12623         * sysdeps/generic/bits/libc-lock.h: Same changes.
12624         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12625         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12626         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12627         Likewise.
12628         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12629         * sysdeps/generic/bits/stdio-lock.h
12630         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12632 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12634         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12636 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12638         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12639         functions.
12640         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12641         lookups in cache.
12642         (_dl_lookup_versioned_symbol): Likewise.
12643         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12644         relocation lookup.
12645         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12646         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12647         (lookup_cache, lookup_cache_versioned): Add declarations.
12649 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12651         * stdlib/tst-random.c (main): Swap parameters in fail call.
12652         Patch by Pete Bevin <pete@petebevin.com>.
12654 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12656         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12658 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12660         * malloc/obstack.c: Indent preprocessor directives.
12661         Patch by Jim Meyering <meyering@ascend.com>.
12663         * po/ja.po: Update from translation team.
12665 2001-08-23  Roland McGrath  <roland@frob.com>
12667         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12669         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12670         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12672 2001-08-22  Roland McGrath  <roland@frob.com>
12674         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12675         __libc_lock_define_recursive.
12676         * elf/dl-open.c: Don't declare it here any more.
12677         * elf/dl-close.c: Likewise.
12678         * elf/dl-lookup.c: Likewise.
12679         * elf/dl-iteratephdr.c: Likewise.
12680         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12681         __libc_lock_unlock_recursive.
12682         * elf/dl-close.c (_dl_close): Likewise
12683         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12684         * elf/dl-open.c (_dl_open): Likewise
12686         * sysdeps/generic/bits/libc-lock.h
12687         (__libc_lock_define_recursive): New macro.
12688         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12689         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12690         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12692         * conform/conformtest.pl (checknamespace): Sort the output list.
12694         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12695         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12696         definitions conditional on [__USE_XOPEN].
12698         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12699         these unconditionally, not only use [__USE_BSD], so as to match
12700         the sysdeps/unix/sysv/linux files.
12702 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12704         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12705         avoid warnings.
12707         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12708         DL_LOOKUP_ADDRESS.
12710 2001-08-22  Roland McGrath  <roland@frob.com>
12712         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12713         conditionalization of sa_handler/sa_sigaction member types to
12714         match the sysdeps/unix/sysv/linux file.
12716 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12718         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12719         symbol sizes a bit better.
12721         * sysdeps/ia64/strncpy.S: Complete rewrite.
12722         Contributed by Jakub Jelinek <jakub@redhat.com>.
12724         * string/stratcliff.c (main): Add strncpy test.
12726 2001-08-22  Roland McGrath  <roland@frob.com>
12728         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12729         and don't declare unsetenv or _environ directly.
12730         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12732 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12734         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12735         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12736         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12737         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12738         test for cmsg struct size.
12740 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12742         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12743         Rename __argc to ___argc in prototypes to avoid compatibility
12744         problems with systems that reserve the identifier "__argc".
12745         Similarly for __argv.
12747 2001-08-21  Roland McGrath  <roland@frob.com>
12749         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12751         * mach/Makefile (tests): Removed.
12752         * mach/hello.c: File removed.
12754 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12756         * po/sv.po: Update from translation team.
12758         * stdio-common/vfscanf.c: Fix handling of %l[].
12759         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12761         * libio/Makefile (tests): Add tst-sscanf.
12762         * libio/tst-sscanf.c: New file.
12764         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12765         * malloc/mtrace.c (tr_where): dli_sname always points to a
12766         non-empty string if != NULL.
12767         Reported by Tim Janik <timj@gtk.org>.
12769 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12771         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12772         buf.  Free resources on failure.
12773         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12774         (makefd_xprt): Likewise.
12775         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12776         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12777         * sunrpc/auth_unix.c (authunix_create): Likewise.
12779 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12781         * string/strnlen.c: Remove.
12782         * sysdeps/generic/strnlen.c: New file.
12783         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12785 2001-08-21  Roland McGrath  <roland@frob.com>
12787         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12788         as a macro, not an extern inline function.
12790         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12791         * Versions.def (libc): Add GLIBC_2.2.5 set.
12792         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12793         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12795 2001-08-20  Roland McGrath  <roland@frob.com>
12797         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12798         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12800 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12802         * string/bits/string2.h: Remove strnlen optimization here.
12803         * sysdeps/i386/i486/bits/string.h: Add it here.
12805 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12807         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12809 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12811         * po/gl.po: Update from translation team.
12813 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12815         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12816         * misc/err.c (convert_and_print): Likewise.
12818         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12819         function calls.
12821 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12823         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12824         change of the gregset_t type.
12825         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12827 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12829         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12831 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12833         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12835         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12837 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12839         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12840         before calling the cthreads initialization code.
12842 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12844         * argp/argp-help.c: Fix two problems introduced in last change.
12846         * include/dirent.h: Include <dirstream.h> first.
12848 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12850         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12852         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12853         * sunrpc/xdr_rec.c: Likewise.
12854         * sunrpc/xdr_mem.c: Likewise.
12855         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12856         * sunrpc/rpc_cmsg.c: Likewise.
12857         * sunrpc/getrpcport.c (getrpcport): Likewise.
12858         * sunrpc/clnt_simp.c (callrpc): Likewise.
12859         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12860         * string/envz.c: Likewise.
12862         * po/ko.po: Update from translation team.
12864         * argp/argp-help.c: Handle wide oriented stderr stream.
12866 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12868         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12869         __builtin_expect.
12871         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12873         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12874         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12875         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12877         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12879         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12881         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12883         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12884         wchar_t for function declarations and defintions.
12886         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12887         Define suseconds_t if it hasn't happened yet.
12889         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12891         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12893         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12894         <stddef.h>.
12896         * conform/data/stddef.h-data: Remove wint_t.
12898         * conform/conformtest.pl: Change namespace test to take #undef
12899         lines into account.
12901         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12903         * conform/data/sys/socket.h-data: Add sockatmark.
12905 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12907         * io/fts.c: Update from recent BSD source.
12909 2001-08-17  Roland McGrath  <roland@frob.com>
12911         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12912         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12913         Likewise.
12915 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12917         * locale/duplocale.c (__duplocale): Also initialize the special
12918         __ctype_* elements.
12920         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12922 2001-08-17  Andreas Jaeger  <aj@suse.de>
12924         * misc/getpass.c: Include wchar.h for prototypes.
12925         * malloc/obstack.c: Likewise.
12927 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12929         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12931         * wcsmbs/wcscoll.c: Also define __wcscoll.
12932         * include/wchar.h: Declare __wcscoll.
12934         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12935         * libio/vwprintf.c: Likewise.
12936         * libio/wprintf.c: Likewise.
12938         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12940 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12942         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12943         instead of mbrtowc.
12944         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12945         wcslen, and __wcscoll instead of wcscoll.
12947         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12949         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12950         __getuid instead of getuid.
12952         * stdio-common/perror.c (perror): Use __close instead of close.
12953         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12954         * libio/freopen.c (freopen): Likewise.
12955         * libio/freopen64.c (freopen64): Likewise.
12957         * libio/tst-ungetwc2.c (main): Define str const.
12959         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12960         * libio/fwprintf.c: Also define __fwprintf.
12961         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12962         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12963         * assert/assert-perr.c: Likewise.
12964         * assert/assert.c: Likewise.
12965         * gmon/gmon.c: Likewise.
12966         * inet/rcmd.c: Likewise.
12967         * malloc/obstack.c: Likewise.
12968         * misc/err.c: Likewise.
12969         * misc/error.c: Likewise.
12970         * misc/getpass.c: Likewise.
12971         * posix/getopt.c: Likewise.
12972         * resolv/res_hconf.c: Likewise.
12973         * stdio-common/perror.c: Likewise.
12974         * stdio-common/psignal.c: Likewise.
12975         * stdlib/fmtmsg.c: Likewise.
12976         * sunrpc/auth_unix.c: Likewise.
12977         * sunrpc/clnt_perr.c: Likewise.
12978         * sunrpc/clnt_tcp.c: Likewise.
12979         * sunrpc/clnt_udp.c: Likewise.
12980         * sunrpc/clnt_unix.c: Likewise.
12981         * sunrpc/svc_simple.c: Likewise.
12982         * sunrpc/svc_tcp.c: Likewise.
12983         * sunrpc/svc_udp.c: Likewise.
12984         * sunrpc/svc_unix.c: Likewise.
12985         * sunrpc/xdr.c: Likewise.
12986         * sunrpc/xdr_array.c: Likewise.
12987         * sunrpc/xdr_rec.c: Likewise.
12988         * sunrpc/xdr_ref.c: Likewise.
12989         * sysdeps/generic/wordexp.c: Likewise.
12991         * po/it.po: Update from translation team.
12993         * misc/err.c: Handle wide oriented stderr stream.
12995 2001-08-14  Tom Rix  <trix@redhat.com>
12997         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12998         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
13000 2001-08-13  Tom Rix  <trix@redhat.com>
13002         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
13003         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
13004         and __intptr_t.
13006 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
13008         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
13009         Store the access registers to the ucontext structure.
13010         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
13011         Likewise.
13013         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
13014         Load the access registers from the ucontext structure.
13015         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
13016         Likewise.
13018         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
13019         offsets to the new ucontext layout.
13020         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
13022         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
13023         of the ucontext structure.
13024         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
13026 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
13028         * misc/error.c (error): Handle wide oriented stderr stream correctly.
13029         (error_at_line): Likewise.
13031         * stdio-common/perror.c (perror): Implement according to standard.
13032         The stream orientation must not be changed if the stream was not
13033         oriented before the call.
13034         * stdio-common/Makefile (tests): Add tst-perror.
13035         * stdio-common/tst-perror.c: New file.
13038 See ChangeLog.12 for earlier changes.