Update.
[glibc.git] / ChangeLog
blob50985e9468baa3907f34bcd2ea2ef4ee8ca6740d
1 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
3         * inet/netinet/in.h: Define struct ip_mreq and struct
4         ip_mreq_source.
5         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
6         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
7         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
8         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
9         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
10         MCAST_MSFILTER.
12         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
14 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
16         [BZ #258]
17         * math/libm-test.inc (max_value, min_value): New variables.
18         (initialize): Initialize them.
19         (pow_test): Add a couple of new tests.
20         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
21         exception if |y| >= 1U<<31.
22         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
23         exception if |y| >= 1L<<63.
24         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
25         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
26         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
28 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
30         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
31         lookup a bit.
32         * nscd/grpcache.c (cache_addgr): Likewise.
33         * nscd/hstcache.c (cache_addhst): Likewise.
35 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
37         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
38         * sysdeps/s390/s390-64/elf/start.S: Likewise.
40 2004-04-16  Andreas Schwab  <schwab@suse.de>
42         * sysdeps/ia64/bits/atomic.h: Cast first argument of
43         __sync_bool_compare_and_swap_si correct to void*.
45 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
47         * iconv/iconv_prog.c (print_known_names): Make machine-readable
48         output even less cluttered.
50 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
52         [BZ #269]
53         * setjmp/Makefile (tests): Add  bug269-setjmp.
54         * setjmp/bug269-setjmp.c: New file.
55         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
56         Store R2 from jmpbuf in callers TOC save area.
57         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
58         Store R2 in TOC save area.
59         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
60         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
62 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
64         * locale/newlocale.c: Include bits/libc-lock.h.
65         (__libc_setlocale_lock): Extern decl.
66         (__newlocale): Use it.
67         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
69 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
71         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
72         static inline __attribute ((always_inline)).  Don't define if
73         NO_CANCELLATION.
74         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
75         __fcntl_nocancel.
76         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
77         Remove static inline __attribute ((always_inline)).  Don't define
78         if NO_CANCELLATION.
79         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
80         __fcntl_nocancel.
81         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
82         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
83         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
84         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
86         [BZ #262]
87         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
88         for main.
89         * elf/Makefile: Add rules to build and run tst-pie1.
90         * elf/tst-pie1.c: New test.
91         * elf/tst-piemod1.c: New file.
93 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
95         [BZ #266]
96         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
97         long.  Rewrite example code so that it takes account l64a output
98         shorter than 6 characters.
99         Reported by Julian Graham <julian.graham@aya.yale.edu>.
101 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
103         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
104         (elf_machine_rela_relative): Remove unused valiable.
106 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
108         [BZ #263]
109         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
110         outside the buffer if the read returns 0.  __strtod_l can't set
111         endp to NULL, so remove a test for that case.
113 2004-07-12  Roland McGrath  <roland@redhat.com>
115         * manual/signal.texi (Interrupted Primitives): Make clear that
116         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
117         it to -1 to define "failure".
119 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
121         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
122         ldsodefs.h.
123         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
124         already defined.
125         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
126         already defined.
128         * elf/rtld.c (print_statistics): Mark with noinline attribute.
129         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
130         attribute.
131         (elf_machine_rel_relative): Likewise.
133         * include/string.h: Add libc_hidden_proto for __strtok_r and
134         __strsep_g.
135         * sysdeps/generic/strsep.c: Add libc_hidden_def.
136         * sysdeps/generic/strtok_r.c: Likewise.
137         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
138         * sysdeps/i386/i686/strtok_r.S: Likewise.
139         * sysdeps/x86_64/strtok_r.S: Likewise.
141 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
143         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
144         instead of internal-linkage, such that we can alias to it.
145         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
147 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
149         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
150         to the front for gcc 3.5+.
151         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
152         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
153         * include/fcntl.h: Don't declare __fcntl_nocancel here if
154         NO_CANCELLATION is defined.
156 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
158         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
159         GL(dl_nloaded) into it while still in critical section.
161 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
163         * nss/getent.c (print_group, print_passwd): Use %lu format for
164         `unsigned long int' values.
166         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
167         error typos in goto statements.
169 2004-07-07  Roland McGrath  <roland@frob.com>
171         * Makefile (dist-separate): New variable.
172         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
173         Depend on their configure files.
174         (dist-do-separate-dirs): New canned sequence to do that.
175         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
176         (dist): Depend on add-on tar files based on $(dist-separate).
177         (dist-version): New variable, default to $(version).
178         (tag-for-dist, dist): Use that in place of $(version) in deps.
180 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
182         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
183         before the loop running the destructors.
185 2004-05-18  Andreas Schwab  <schwab@suse.de>
187         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
188         the first segment for mprotect, not l_text_end.
190 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
192         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
193         Remove hashfraction variable.  Make kcount and kcountsize local
194         variables.
196         * elf/dl-init.c: Don't define and use _dl_starting_up if
197         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
198         * elf/dl-support.c: Likewise.
199         * elf/rtld.c: Likewise.
200         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
201         if HAVE_INLINED_SYSCALLS is defined.
202         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
203         here.
204         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
205         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
206         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
208         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
209         is needed to stop profiling.
210         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
211         profile make sure it cannot be unloaded.
213         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
215         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
216         support, make sure the helper function is inlined.
217         * sysdeps/unix/sysv/linux/pread.c: Likewise.
218         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
219         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
220         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
222 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
224         * include/string.h (ffs): Add libc_hidden_builtin_proto.
225         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
226         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
227         * sysdeps/alpha/ffs.S (ffs): Likewise.
228         * sysdeps/s390/ffs.c (ffs): Likewise.
229         * sysdeps/powerpc/ffs.c (ffs): Likewise.
230         * sysdeps/i386/ffs.c (ffs): Likewise.
231         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
232         * sysdeps/m68k/ffs.c (ffs): Likewise.
233         * sysdeps/generic/ffs.c (ffs): Likewise.
234         * sysdeps/m88k/ffs.c (ffs): Likewise.
235         * sysdeps/am29k/ffs.c (ffs): Likewise.
236         * sysdeps/i960/ffs.c (ffs): Likewise.
237         * sysdeps/x86_64/ffs.c (ffs): Likewise.
239         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
241         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
242         __libc_siglongjmp): Remove symbol_version.
243         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
244         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
245         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
246         unconditionally.
247         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
248         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
249         strong_alias instead of default_symbol_version, remove
250         symbol_version.
251         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
252         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
253         into strong_alias to __novmxsetjmp.
254         (__vmx__setjmp): Similarly with __vmxsetjmp.
255         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
256         default_symbol_version and symbol_version.
257         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
258         into strong_alias to __novmxsetjmp.
259         (__vmx__setjmp): Similarly with __vmxsetjmp.
260         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
261         default_symbol_version and symbol_version.
263         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
265 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
267         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
269 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
271         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
272         instead of libc_hidden_def.
274 2004-07-01  Roland McGrath  <roland@redhat.com>
276         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
278         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
279         $(..)shlib-versions file to last in deps list.  This lets add-ons give
280         more-specific matches that override defaults in the top-level file.
282         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
283         already set, don't set it or libc_cv_gcc_unwind_find_fde.
284         * sysdeps/unix/sysv/linux/configure: Regenerated.
286 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
288         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
289         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
290         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
291         * sysdeps/s390/fpu/e_sqrt.c: New file.
292         * sysdeps/s390/fpu/e_sqrtf.c: New file.
293         * sysdeps/s390/Implies: New file.
294         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
295         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
296         * sysdeps/s390/s390-64/Implies: Likewise.
298 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
300         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
301         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
303         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
304         DO_CALL (exit, 1) instead of branching to _exit.
305         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
306         Likewise.
308         * sysdeps/s390/fpu/bits/mathinline.h: New file.
310         * include/glob.h (glob64): Add libc_hidden_proto.
311         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
312         * sysdeps/gnu/glob64.c (glob64): Likewise.
313         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
315 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
317         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
318         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
320 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
322         * sysdeps/powerpc/fpu/s_lround.c: Removed.
323         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
324         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
325         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
326         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
327         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
328         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
329         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
330         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
331         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
332         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
333         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
334         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
335         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
336         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
337         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
339 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
341         * include/net/if.h: Handle if_nameindex and if_freenameindex with
342         libc_proto_hidden.
343         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
344         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
345         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
346         netlink if possible.  Fall back on ioctl method if necessary.
347         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
349         * include/unistd.h: Declare __truncate.
350         * sysdeps/generic/truncate.c: Also define __truncate.
351         * sysdeps/mach/hurd/truncate.c: Likewise.
352         * sysdeps/unix/common/syscalls.list: Likewise.
353         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
355 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
357         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
358         info.extra.  Patch by Marcus Meissner.
360 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
362         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
363         Fix branch offset for a PLT entry.
365 2004-06-20  Jim Meyering  <jim@meyering.net>
367         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
368         documentation.
370 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
372         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
373         Workaround for [BZ #232].
375         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
377 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
379         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
380         in ucs2/ucs2reverse when unaligned memory access is attempted.
381         * iconv/tst-iconv5.c: New file.
382         * iconv/Makefile (tests): Add tst-iconv5.
384 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
386         * inet/bug-if1.c: Include <string.h>.
388 2004-06-19  Roland McGrath  <roland@redhat.com>
390         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
391         under this macro name instead.
392         [NO_DO_WAITID]: Don't define it at all.
393         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
394         defined, then return ENOTSUP for combinations of selection bits other
395         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
397         * posix/tst-waitid.c: New file.
398         * posix/Makefile (tests): Add it.
400 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
402         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
404         [BZ #231]
405         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
406         relocation in librt.so.
408         [BZ #230]
409         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
410         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
412 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
414         * elf/ldconfig.c (add_dir): Take chroot into account.
415         Based on changes by HJ Lu and Hideki Iwamoto.
417         * nscd/connections.c (invalidate_cache): If the host cache has to
418         be invalidated, re-read resolv.conf.
420         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
421         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
422         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
423         if RES_NOIP6DOTINT flag is set.
424         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
426 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
428         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
430         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
432         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
434         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
435         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
437 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
439         [BZ #231]
440         * sysdeps/unix/alpha/Makefile: New file.
441         * sysdeps/unix/alpha/rt-sysdep.S: New file.
442         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
444 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
446         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
447         determine the canonical name only for the first returned entry.
449         * inet/bug-if1.c: New file.
450         * inet/Makefile (tests): Add bug-if1.
452 2004-06-18  Roland McGrath  <roland@frob.com>
454         * Makerules (compile-mkdep-flags): Add -MT $@.
456         * Makefile (dist, tag-for-dist): New targets.
457         (files-for-dist, tag-of-stem): New variables.
458         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
459         Make tar files using cvs export.
460         (%.bz2, %.gz, tag-%): New pattern rules.
461         (distribute): Variable removed.
462         (+subdir_targets): Remove distinfo targets.
463         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
464         (rpm/%): Pattern rule removed.
465         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
466         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
467         Targets removed.
468         * Makerules (dist, subdir_distinfo): Targets removed.
469         ($(objpfx)distinfo): Depend on $(distribute).
470         * Make-dist: File removed.
472         * NEWS: Fix a typo.  Update bug-reporting instructions.
474 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
476         * sysdeps/unix/sysv/linux/sched_setaffinity.c
477         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
478         cpuset is wrongly set.
480 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
482         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
483         for POWER4 machines.
485 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
487         [BZ #218]
488         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
489         in a local variable, point rp to that local variable afterwards.
491 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
493         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
494         cases properly.
496 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
498         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
499         error value for unknown interface. [BZ #198]
501 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
503         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
504         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
505         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
506         the asm uses as its input, either of size __n where __n is known or
507         0xfffffff.
508         (strstr): Add "memory" clobber.
510 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
512         [BZ #219]
513         * nss/nsswitch.c (free_mem): Don't try to close a library handle
514         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
516 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
518         [BZ #217]
519         * debug/xtrace.sh: Fix typo in error diagnostics.
521 2004-06-14  Andreas Schwab  <schwab@suse.de>
523         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
524         failed.
526 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
528         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
529         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
530         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
531         that clobbers r19.
532         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
533         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
534         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
535         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
536         Fix pasto that overflowed sigcontext.v_reserve.
537         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
538         Fix pasto that clobbers r19.
539         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
540         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
541         overflowed sigcontext.v_reserve.
543 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
545         [BZ #150]
546         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
547         instead of ".gnu.linkonce.ro." as the prefix for linkonce
548         read-only section name.
550 2004-06-14  Richard Henderson  <rth@redhat.com>
552         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
553         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
555 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
557         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
558         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
559         (__backtrace): Don't call init #ifndef SHARED.
560         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
561         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
562         (__backtrace): Don't call init #ifndef SHARED.
563         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
564         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
565         (__backtrace): Don't call init #ifndef SHARED.
567 2004-06-11  Roland McGrath  <roland@redhat.com>
569         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
570         From Krzysztof Halasa <khc@pm.waw.pl>.
572 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
574         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
576 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
578         [BZ #199]
579         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
580         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
582         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
583         fails.  Avoid memory leak if realloc fails.
585 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
587         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
588         NULL, "" or contains '=' character in it.  Reported by
589         Michael T Kerrisk <mtk-lists@gmx.net>.
590         * stdlib/tst-environ.c: Include errno.h.
591         (main): Add tests for these arguments to setenv/unsetenv.
593 2004-06-07  Roland McGrath  <roland@frob.com>
595         * NEWS: Update bug reporting instructions.  Fix some typos.
597 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
599         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
600         * stdio-common/_itoa.c: Add _itoa implementation.
602         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
603         to also send request.  Add parameter to allow this.
604         Change callers.
605         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
606         * nscd/nscd_getpw_r.c: Likewise.
607         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
609 2004-06-05  Andreas Jaeger  <aj@suse.de>
611         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
612         Handle more than 6 args correctly.  Based on a patch by Masahide
613         Washizawa <washi@jp.ibm.com>.
615 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
617         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
618         in all places, not __nss_not_use_nscd_group.
619         Reported by Philippe Gregoire.
621 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
623         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
625 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
627         * argp/argp-help.c (__argp_error, __argp_failure): Check result
628         of __asprintf call and don't use string if it failed.
629         * stdio-common/psignal.c (psignal): Likewise.
630         * locale/programs/localedef.c (more_help): Likewise.
631         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
632         arg_bool, parse_line): Check result of __asprintf calls and
633         don't use string if they failed.
634         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
635         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
636         call and exit if it failed.
638 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
640         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
641         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
642         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
643         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
644         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
645         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
646         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
647         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
648         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
649         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
650         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
652 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
654         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
655         -momit-leaf-frame-pointer.
657         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
658         #ifdef AF_PACKET.
660         * sysdeps/mach/hurd/getcwd.c
661         (_hurd_canonicalize_directory_name_intern): Only realloc when
662         size is <= 0.
664         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
665         isn't page aligned.
667         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
668         new size.
670         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
671         __libc_write and __libc_lseek64.
673 2004-05-29  Roland McGrath  <roland@redhat.com>
675         * elf/Makefile (shared-only-routines): Add dl-caller.
677 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
679         * sysdeps/powerpc/configure.in: New file.
681 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
683         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
684         "altivec" to enable VMX instructions.
685         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
686         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
687         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
688         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
689         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
691         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
692         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
693         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
695 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
697         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
698         __builtin_expm1l for GCC 3.5+.
699         (__expl): Define using __builtin_expl for GCC 3.4+.
700         (exp, expf, expl): Don't define for GCC 3.4+.
701         (tan, tanf, tanl): Don't define for GCC 3.5+.
702         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
703         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
704         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
705         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
706         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
707         for GCC 3.4+.
708         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
709         Don't define for GCC 3.5+.
710         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
711         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
712         define for GCC 3.5+.
713         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
714         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
715         define for GCC 3.2+.
717 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
719         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
720         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
721         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
722         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
723         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
724         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
725         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
726         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
727         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
728         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
729         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
730         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
731         libc_hidden_builtin_def if MEMPCPY_P.
732         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
733         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
734         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
735         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
736         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
738 2004-05-26  Roland McGrath  <roland@frob.com>
740         * sysdeps/generic/bits/in.h
741         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
742         These are long obsolete in BSD systems where they originated.
743         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
745 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
747         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
748         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
749         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
750         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
751         constant '\0' and first argument is not constant.
752         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
753         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
754         For GCC 3.2+ use __builtin_strncpy.
755         (strncat): For GCC 3.2+ use __builtin_strncat.
756         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
757         constant.
758         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
759         if both arguments are constant.
761 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
763         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
764         mapped addresses in gethostbyaddr.
766 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
768         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
769         flags parameter, convert afp to simple int parameter.  Adjust code.
770         typep was never != NULL and flags therefore also unused.  *afp is
771         never modified.
772         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
773         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
774         handling for __nss_hostname_digits_dots calls.
775         * nss/getXXbyYY_r.c: Likewise.
777         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
779 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
781         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
782         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
783         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
784         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
785         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
786         implementation from w_sqrt.c.
787         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
788         implementation from w_sqrtf.c.
789         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
790         using inline __ieee754_sqrt().
791         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
792         using inline __ieee754_sqrtf().
793         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
794         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
795         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
796         PPC_FEATURE_*  independent of __ASSEMBLER__.
798 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
800         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
801         include.
802         (aio_start_notify_thread): Define if not defined.
803         (notify_func_wrapper): Use it.
804         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
805         include.
806         (aio_create_helper_thread): Define if not defined.
807         (__aio_create_helper_thread): New function.
808         (__aio_enqueue_request): Use aio_create_helper_thread.
810         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
811         (struct ypresp_all_data): New type.
812         (__xdr_ypresp_all): Change second argument to
813         struct ypresp_all_data *.  Replace ypall_foreach and
814         ypall_data with objp->foreach and objp->data.
815         (yp_all): Remove status variable, add data.  Replace
816         all uses of status with data.status.  Initialize data.foreach
817         and data.data instead of ypall_foreach and ypall_data.
819 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
821         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
822         in l_flags_1, not in l_flags.
824 2004-04-10  Robert Millan  <robertmh@gnu.org>
826         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
827         with sysdeps/generic/bits/in.h.
829 2004-05-25  Roland McGrath  <roland@frob.com>
831         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
832         GCC GPL to standard glibc LGPL.
834 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
836         * manual/string.texi (Copying and Concatenation): Fixed second
837         concat example.
838         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
840 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
842         * malloc/obstack.c: Don't allow linking with _obstack.
844 2004-05-23  Andreas Schwab  <schwab@suse.de>
846         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
847         of separate "m" constraints.
849 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
851         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
852         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
853         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
855 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
857         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
858         Add comment explaining why libc still defines it.
860 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
862         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
863         obstack_alignment_mask, obstack_alloc, obstack_base,
864         obstack_blank, obstack_blank_fast, obstack_chunk_size,
865         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
866         obstack_grow0, obstack_init, obstack_int_grow,
867         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
868         obstack_next_free, obstack_object_size, obstack_ptr_grow,
869         obstack_ptr_grow_fast, obstack_room): Remove declarations of
870         nonexistent functions.
872 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
874         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
875         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
876         [PIC]: Redundent for powerpc64, removed.
877         (ENTRY): Generate size and alignment for opd entry.
878         (EALIGN): Generate size and alignment for opd entry.
879         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
880         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
882 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
884         * misc/regexp.h: Say the functions have been withdrawn.
886         * wcsmbs/tst-wcpncpy.c: Add more tests.
888 2004-05-18  Roland McGrath  <roland@frob.com>
890         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
891         standard glibc LGPL.
892         * sysdeps/generic/unwind-dw2.c: Likewise.
893         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
894         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
895         * sysdeps/generic/unwind-pe.h: Likewise.
897 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
899         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
900         MONTENEGRO" which have taken over the code 819.  Patch from
901         Danilo Segan. [BZ #40]
903 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
905         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
906         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
907         __sparc_get_pic_l7.
909 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
911         * catgets/gencat.c: Update bug reporting instructions.
912         * csu/version.c: Likewise.
913         * debug/catchsegv.sh: Likewise.
914         * debug/pcprofiledump.c: Likewise.
915         * debug/xtrace.sh: Likewise.
916         * elf/ldd.bash.in: Likewise.
917         * iconv/iconv_prog.c: Likewise.
918         * iconv/iconvconfig.c: Likewise.
919         * locale/programs/locale.c: Likewise.
920         * locale/programs/localedef.c: Likewise.
921         * login/programs/pt_chown.c: Likewise.
922         * malloc/memusage.sh: Likewise.
923         * malloc/memusagestat.c: Likewise.
924         * malloc/mtrace.pl: Likewise.
925         * manual/crypt.texi: Likewise.
926         * manual/install.texi: Likewise.
927         * nss/makedb.c: Likewise.
929 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
931         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
932         CHECK_STATIC_TLS if sym != NULL.
933         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
934         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
936 2004-05-12  Andreas Schwab  <schwab@suse.de>
938         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
939         when translating.
941 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
943         * Rules (xtests): Depend on tests.
945 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
947         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
948         count is negative, yet write_ptr < write_end.
949         (_IO_default_xsgetn): Avoid one underflow per char if count is
950         negative, yet read_ptr < read_end.
952 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
954         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
955         equal to TAB3.
957 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
959         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
960         call.
962 2004-05-10  Roland McGrath  <roland@frob.com>
964         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
965         (__hurd_directory_name_split): Likewise.
967 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
969         * po/fr.po: Update from translation team.
971 2004-05-10  Andreas Jaeger  <aj@suse.de>
973         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
974         Correctly compute alignment.
975         Patch by Michael Matz <matz@suse.de>.
977 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
979         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
980         * sysdeps/posix/sigpause.c: Likewise.
981         * signal/signal.h: Don't define sigpause macro unless needed.
983 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
985         * configure.in (libc_cv_libgcc_s_suffix): New check.
986         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
987         * config.make.in (libgcc_s_suffix): Set.
988         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
990 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
992         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
994 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
996         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
997         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
998         Load argument values into temporary variables.
999         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
1000         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
1001         Likewise.
1003 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
1005         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
1006         need to be compiled with exceptions.
1008 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
1010         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
1011         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
1013         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
1014         realloc cannot fail.
1016         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
1017         be expanded.
1019         * nis/nis_table.c: Clean up memory handling.
1020         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
1021         * nis/nis_removemember.c (nis_removemember): Add comment
1022         explaining use of realloc.
1024         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
1025         (carg): Likewise.
1026         Patch by Lev S Bishop <lev.bishop@yale.edu>.
1028         * math/bug-tgmath1.c (main): Test fabs and carg as well.
1030 2004-05-06  Richard Henderson  <rth@redhat.com>
1032         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
1033         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
1034         * sysdeps/unix/sysv/linux/alpha/Versions: Export
1035         __libc_alpha_cache_shape as a private symbol.
1036         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
1037         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
1039 2004-05-06  Richard Henderson  <rth@redhat.com>
1041         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
1042         * sysdeps/alpha/divl.S: Use them.
1043         * sysdeps/alpha/divq.S: Likewise.
1044         * sysdeps/alpha/divqu.S: Likewise.
1045         * sysdeps/alpha/reml.S: Likewise.
1046         * sysdeps/alpha/remq.S: Likewise.
1047         * sysdeps/alpha/remqu.S: Likewise.
1049 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
1051         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
1052         (cimag): Use it.
1053         (creal): Likewise.
1054         * math/Makefile (tests): Add bug-tgmath1.
1055         * math/bug-tgmath1.c: New file.
1057 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
1059         * sysdeps/alpha/atomicity.h: Remove.
1060         * sysdeps/generic/atomicity.h: Remove.
1062 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
1064         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
1065         char *.
1067 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
1069         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
1070           rt-sysdep.
1071         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
1073         * sysdeps/ia64/strcat.c: New file.
1074         * sysdeps/ia64/strcat.S: Delete.
1076 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
1078         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
1079         defined.
1081 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
1083         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
1084         libc_hidden_proto.  Define to __GI___libm_error_support for
1085         assembly going into libc.so.
1086         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
1087         libc_hidden_def.
1089         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
1090         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
1092         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
1093         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
1094         if USE___THREAD.
1096 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
1098         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
1099         __USE_BSD or __USE_UNIX98.
1100         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1101         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1102         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
1103         Likewise.
1104         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1105         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1106         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1107         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
1108         Likewise.
1109         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
1110         Likewise.
1111         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
1112         Likewise.
1113         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1114         Likewise.
1115         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1116         Likewise.
1117         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
1118         Likewise.
1119         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
1120         Likewise.
1121         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
1122         Likewise.
1123         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
1124         Likewise.
1125         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1126         Likewise.
1127         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
1128         Likewise.
1129         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
1130         Likewise.
1131         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1132         Likewise.
1133         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1134         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1135         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
1137 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
1139         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
1140         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
1141         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
1142         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
1143         * sysdeps/unix/sysv/linux/Versions (libc): Remove
1144         __libc_sigaction@@GLIBC_PRIVATE.
1145         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
1146         __modify_ldt@@GLIBC_PRIVATE.
1147         * socket/Versions (libc): Remove __libc_accept, __libc_send,
1148         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
1149         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
1150         * stdio-common/Versions (libc): Remove
1151         _itoa_upper_digits@@GLIBC_PRIVATE.
1152         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
1153         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
1154         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
1155         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
1156         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
1157         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
1158         __libc_lseek64 @@GLIBC_PRIVATE.
1160 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
1162         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
1163         check.
1165 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
1167         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
1168         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
1169         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
1170         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
1171         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
1172         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
1173         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
1174         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
1175         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
1176         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
1177         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
1178         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
1179         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
1180         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
1181         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
1182         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
1183         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
1184         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
1186         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
1187         mantissa for AIX long double format.
1188         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
1189         long double format.
1190         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
1191         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1192         (_fpioconst_pow10): AIX long double format has same exponent range as
1193         double.
1194         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1195         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
1196         as double.
1198 2004-04-23  Art Haas  <ahaas@airmail.net>
1200         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
1202 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
1204         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
1205         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
1206         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
1207         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
1208         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
1210 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
1212         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
1213         entries.
1215 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
1217         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
1218         prototypes and description [BZ #131].
1220         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
1221         Patch by Ed Catmur <ed@catmur.co.uk>.
1222         * string/tst-inlcall.c (main): Add test for strpbrk.
1224         [BZ #140]
1225         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
1226         include.
1227         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
1228         yet defined, #undef back after including linux/sysctl.h if defined
1229         here.
1230         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
1231         back after including linux/sysctl.h if defined here.
1233         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
1234         for single precision register, add it to __asm clobbers [BZ #139].
1235         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
1236         for single precision register, add it to __asm clobbers.
1237         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
1238         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
1239         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
1240         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
1242 2004-04-23  Andreas Schwab  <schwab@suse.de>
1244         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
1245         __attribute_used__.
1247 2004-04-22  Philip Blundell  <philb@gnu.org>
1249         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
1250         when calling _dl_signal_error.
1251         (elf_machine_rel): Likewise.
1253 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
1255         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
1256         and use it internally instead of __sigsetjmp.
1257         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
1258         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
1259         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
1260         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
1261         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
1262         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
1263         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
1264         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
1265         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
1266         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
1267         HIDDEN_JUMPTARGET for exit call.
1268         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
1269         _exit call.
1270         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
1271         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
1272         strcpy calls.
1274 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
1276         * posix/tst-chmod.c (do_test): Fix a typo.
1278         * elf/lateglobal.c (main): Fix error checks.
1279         Patch by Stephen Clarke <stephen.clarke@st.com>.
1281         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
1282         mention they have been added in ISO C99.
1283         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1285 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1287         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
1289 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1291         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
1292         EACCES.
1294 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1296         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
1297         handling change.
1298         * stdio-common/tst-sscanf.c (int_tests): Adjust.
1300         * nis/nss-nis.c: Include stdlib.h.
1302         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
1303         warning.
1304         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
1305         libc_hidden_builtin_def.
1307 2004-04-20  Jim Meyering  <jim@meyering.net>
1309         * misc/error.c (error_tail): Don't leak upon realloc failure.
1311 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1313         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
1314         Use RETURN_ADDRESS instead of __builtin_return_address.
1316 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
1318         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
1319         compact code.
1321 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1323         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
1324         do input_error () instead of conv_error () and don't look at errno.
1325         Don't eat any whitespace before %% if skip_space == 0.
1326         * stdio-common/tst-sscanf.c (int_tests): New array.
1327         (main): Run int_tests.
1330 See ChangeLog.14 for earlier changes.