Update.
[glibc.git] / ChangeLog
blobe0b4230a84dc5b82545829fded0e15a25f96f40a
1 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
3         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
4         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
5         * inet/Makefile (routines): Likewise.
6         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
7         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
8         * sysdeps/generic/getipv4sourcefilter.c: New file.
9         * sysdeps/generic/setipv4sourcefilter.c: New file.
10         * sysdeps/generic/getsourcefilter.c: New file.
11         * sysdeps/generic/setsourcefilter.c: New file.
13 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
15         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
16         for POWER4 machines.
18 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
20         [BZ #274]
21         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
22         BITS_PER_MP_LIMB shifting up.
23         * stdlib/tst-strtod.c (main): Add new tests.
25 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
27         [BZ #282]
28         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
29         _IO_no_init.  Remove wd from struct locked_FILE.
30         (_IO_wproc_jumps): Remove.
31         Reported by Andrew Josey <a.josey@opengroup.org>.
32         * stdio-common/Makefile (tests): Add tst-popen.
33         * stdio-common/tst-popen.c: New test.
35 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
37         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
38         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
39         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
40         Reported by Andrew Josey.
42         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
44         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
45         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
46         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
47         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
48         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
49         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
50         useconds_t if __USE_XOPEN2K is defined.
51         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
52         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
54 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
56         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
57         allocate memory for large temporary variables with alloca.
59 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
61         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
62         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
64         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
65         pointer and zero length.
67 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
69         * nscd/cache.c (prune_cache): Print correct list when debugging.
71 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
73         * resolv/res_libc.c (res_init): If RES_INIT is set and
74         _res.nscount > 0, call __res_nclose and free nsaddrs.
75         * resolv/Makefile: Add rules to build and run tst-leaks2.
76         * resolv/tst-leaks2.c: New test.
78 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
80         * intl/libintl.h: Don't define macros for C++.
81         Patch by Goto Masanori.
83 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
85         [BZ #276]
86         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
87         * inet/arpa/inet.h: Likewise.
88         * resolv/inet_addr.c: Likewise.
90 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
92         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
94 2004-07-20  Roland McGrath  <roland@redhat.com>
96         * configure.in (add_ons): Substitute this.  Move $add_ons handling
97         after AC_CANONICAL_HOST and default setting of $machine et al.
98         Don't set $subdirs from $add_ons.
99         Instead, source add-on/configure fragments early on.
100         (base_machine): If it's already set, don't set it based on $machine.
101         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
102         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
103         (sysnames): Try appending add-on names after machine as well.
104         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
105         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
106         files in $(add_ons) dirs.
108         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
109         definition, now in netinet/in.h proper.
111 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
113         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
114         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
115         the build tree before just-installed ones.
117         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
118         include sgidefs.h where appropriate.
119         * sysdeps/mips/dl-machine.h: Likewise.
120         * sysdeps/mips/machine-gmon.h: Likewise.
121         * sysdeps/mips/bits/setjmp.h: Likewise.
122         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
123         * sysdeps/mips/mips64/__longjmp.c: Likewise.
124         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
125         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
126         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
127         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
128         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
129         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
130         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
131         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
132         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
133         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
134         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
135         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
136         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
137         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
138         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
139         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
140         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
141         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
142         Likewise.
143         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
144         Likewise.
146         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
147         _dl_lookup_symbol_x.
148         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
150 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
152         * inet/netinet/in.h: Define struct ip_mreq and struct
153         ip_mreq_source.
154         Define struct group_req and struct group_source_req.
155         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
156         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
157         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
158         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
159         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
160         MCAST_MSFILTER.
161         Define MCAST_INCLUDE and MCAST_EXCLUDE.
163         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
165 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
167         [BZ #258]
168         * math/libm-test.inc (max_value, min_value): New variables.
169         (initialize): Initialize them.
170         (pow_test): Add a couple of new tests.
171         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
172         exception if |y| >= 1U<<31.
173         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
174         exception if |y| >= 1L<<63.
175         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
176         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
177         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
179 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
181         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
182         lookup a bit.
183         * nscd/grpcache.c (cache_addgr): Likewise.
184         * nscd/hstcache.c (cache_addhst): Likewise.
186 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
188         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
189         * sysdeps/s390/s390-64/elf/start.S: Likewise.
191 2004-04-16  Andreas Schwab  <schwab@suse.de>
193         * sysdeps/ia64/bits/atomic.h: Cast first argument of
194         __sync_bool_compare_and_swap_si correct to void*.
196 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
198         * iconv/iconv_prog.c (print_known_names): Make machine-readable
199         output even less cluttered.
201 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
203         [BZ #269]
204         * setjmp/Makefile (tests): Add  bug269-setjmp.
205         * setjmp/bug269-setjmp.c: New file.
206         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
207         Store R2 from jmpbuf in callers TOC save area.
208         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
209         Store R2 in TOC save area.
210         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
211         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
213 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
215         * locale/newlocale.c: Include bits/libc-lock.h.
216         (__libc_setlocale_lock): Extern decl.
217         (__newlocale): Use it.
218         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
220 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
222         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
223         static inline __attribute ((always_inline)).  Don't define if
224         NO_CANCELLATION.
225         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
226         __fcntl_nocancel.
227         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
228         Remove static inline __attribute ((always_inline)).  Don't define
229         if NO_CANCELLATION.
230         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
231         __fcntl_nocancel.
232         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
233         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
234         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
235         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
237         [BZ #262]
238         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
239         for main.
240         * elf/Makefile: Add rules to build and run tst-pie1.
241         * elf/tst-pie1.c: New test.
242         * elf/tst-piemod1.c: New file.
244 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
246         [BZ #266]
247         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
248         long.  Rewrite example code so that it takes into account l64a output
249         shorter than 6 characters.
250         Reported by Julian Graham <julian.graham@aya.yale.edu>.
252 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
254         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
255         (elf_machine_rela_relative): Remove unused valiable.
257 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
259         [BZ #263]
260         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
261         outside the buffer if the read returns 0.  __strtod_l can't set
262         endp to NULL, so remove a test for that case.
264 2004-07-12  Roland McGrath  <roland@redhat.com>
266         * manual/signal.texi (Interrupted Primitives): Make clear that
267         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
268         it to -1 to define "failure".
270 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
272         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
273         ldsodefs.h.
274         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
275         already defined.
276         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
277         already defined.
279         * elf/rtld.c (print_statistics): Mark with noinline attribute.
280         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
281         attribute.
282         (elf_machine_rel_relative): Likewise.
284         * include/string.h: Add libc_hidden_proto for __strtok_r and
285         __strsep_g.
286         * sysdeps/generic/strsep.c: Add libc_hidden_def.
287         * sysdeps/generic/strtok_r.c: Likewise.
288         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
289         * sysdeps/i386/i686/strtok_r.S: Likewise.
290         * sysdeps/x86_64/strtok_r.S: Likewise.
292 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
294         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
295         instead of internal-linkage, such that we can alias to it.
296         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
298 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
300         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
301         to the front for gcc 3.5+.
302         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
303         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
304         * include/fcntl.h: Don't declare __fcntl_nocancel here if
305         NO_CANCELLATION is defined.
307 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
309         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
310         GL(dl_nloaded) into it while still in critical section.
312 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
314         * nss/getent.c (print_group, print_passwd): Use %lu format for
315         `unsigned long int' values.
317         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
318         error typos in goto statements.
320 2004-07-07  Roland McGrath  <roland@frob.com>
322         * Makefile (dist-separate): New variable.
323         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
324         Depend on their configure files.
325         (dist-do-separate-dirs): New canned sequence to do that.
326         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
327         (dist): Depend on add-on tar files based on $(dist-separate).
328         (dist-version): New variable, default to $(version).
329         (tag-for-dist, dist): Use that in place of $(version) in deps.
331 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
333         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
334         before the loop running the destructors.
336 2004-05-18  Andreas Schwab  <schwab@suse.de>
338         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
339         the first segment for mprotect, not l_text_end.
341 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
343         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
344         Remove hashfraction variable.  Make kcount and kcountsize local
345         variables.
347         * elf/dl-init.c: Don't define and use _dl_starting_up if
348         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
349         * elf/dl-support.c: Likewise.
350         * elf/rtld.c: Likewise.
351         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
352         if HAVE_INLINED_SYSCALLS is defined.
353         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
354         here.
355         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
356         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
357         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
359         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
360         is needed to stop profiling.
361         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
362         profile make sure it cannot be unloaded.
364         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
366         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
367         support, make sure the helper function is inlined.
368         * sysdeps/unix/sysv/linux/pread.c: Likewise.
369         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
370         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
371         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
373 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
375         * include/string.h (ffs): Add libc_hidden_builtin_proto.
376         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
377         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
378         * sysdeps/alpha/ffs.S (ffs): Likewise.
379         * sysdeps/s390/ffs.c (ffs): Likewise.
380         * sysdeps/powerpc/ffs.c (ffs): Likewise.
381         * sysdeps/i386/ffs.c (ffs): Likewise.
382         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
383         * sysdeps/m68k/ffs.c (ffs): Likewise.
384         * sysdeps/generic/ffs.c (ffs): Likewise.
385         * sysdeps/m88k/ffs.c (ffs): Likewise.
386         * sysdeps/am29k/ffs.c (ffs): Likewise.
387         * sysdeps/i960/ffs.c (ffs): Likewise.
388         * sysdeps/x86_64/ffs.c (ffs): Likewise.
390         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
392         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
393         __libc_siglongjmp): Remove symbol_version.
394         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
395         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
396         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
397         unconditionally.
398         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
399         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
400         strong_alias instead of default_symbol_version, remove
401         symbol_version.
402         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
403         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
404         into strong_alias to __novmxsetjmp.
405         (__vmx__setjmp): Similarly with __vmxsetjmp.
406         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
407         default_symbol_version and symbol_version.
408         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
409         into strong_alias to __novmxsetjmp.
410         (__vmx__setjmp): Similarly with __vmxsetjmp.
411         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
412         default_symbol_version and symbol_version.
414         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
416 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
418         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
420 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
422         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
423         instead of libc_hidden_def.
425 2004-07-01  Roland McGrath  <roland@redhat.com>
427         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
429         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
430         $(..)shlib-versions file to last in deps list.  This lets add-ons give
431         more-specific matches that override defaults in the top-level file.
433         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
434         already set, don't set it or libc_cv_gcc_unwind_find_fde.
435         * sysdeps/unix/sysv/linux/configure: Regenerated.
437 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
439         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
440         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
441         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
442         * sysdeps/s390/fpu/e_sqrt.c: New file.
443         * sysdeps/s390/fpu/e_sqrtf.c: New file.
444         * sysdeps/s390/Implies: New file.
445         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
446         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
447         * sysdeps/s390/s390-64/Implies: Likewise.
449 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
451         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
452         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
454         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
455         DO_CALL (exit, 1) instead of branching to _exit.
456         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
457         Likewise.
459         * sysdeps/s390/fpu/bits/mathinline.h: New file.
461         * include/glob.h (glob64): Add libc_hidden_proto.
462         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
463         * sysdeps/gnu/glob64.c (glob64): Likewise.
464         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
466 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
468         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
469         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
471 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
473         * sysdeps/powerpc/fpu/s_lround.c: Removed.
474         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
475         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
476         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
477         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
478         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
479         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
480         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
481         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
482         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
483         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
484         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
485         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
486         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
487         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
488         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
490 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
492         * include/net/if.h: Handle if_nameindex and if_freenameindex with
493         libc_proto_hidden.
494         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
495         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
496         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
497         netlink if possible.  Fall back on ioctl method if necessary.
498         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
500         * include/unistd.h: Declare __truncate.
501         * sysdeps/generic/truncate.c: Also define __truncate.
502         * sysdeps/mach/hurd/truncate.c: Likewise.
503         * sysdeps/unix/common/syscalls.list: Likewise.
504         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
506 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
508         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
509         info.extra.  Patch by Marcus Meissner.
511 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
513         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
514         Fix branch offset for a PLT entry.
516 2004-06-20  Jim Meyering  <jim@meyering.net>
518         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
519         documentation.
521 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
523         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
524         Workaround for [BZ #232].
526         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
528 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
530         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
531         in ucs2/ucs2reverse when unaligned memory access is attempted.
532         * iconv/tst-iconv5.c: New file.
533         * iconv/Makefile (tests): Add tst-iconv5.
535 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
537         * inet/bug-if1.c: Include <string.h>.
539 2004-06-19  Roland McGrath  <roland@redhat.com>
541         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
542         under this macro name instead.
543         [NO_DO_WAITID]: Don't define it at all.
544         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
545         defined, then return ENOTSUP for combinations of selection bits other
546         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
548         * posix/tst-waitid.c: New file.
549         * posix/Makefile (tests): Add it.
551 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
553         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
555         [BZ #231]
556         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
557         relocation in librt.so.
559         [BZ #230]
560         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
561         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
563 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
565         * elf/ldconfig.c (add_dir): Take chroot into account.
566         Based on changes by HJ Lu and Hideki Iwamoto.
568         * nscd/connections.c (invalidate_cache): If the host cache has to
569         be invalidated, re-read resolv.conf.
571         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
572         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
573         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
574         if RES_NOIP6DOTINT flag is set.
575         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
577 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
579         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
580         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
581         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
582         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
583         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
585         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
586         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
588 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
590         [BZ #231]
591         * sysdeps/unix/alpha/Makefile: New file.
592         * sysdeps/unix/alpha/rt-sysdep.S: New file.
593         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
595 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
597         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
598         determine the canonical name only for the first returned entry.
600         * inet/bug-if1.c: New file.
601         * inet/Makefile (tests): Add bug-if1.
603 2004-06-18  Roland McGrath  <roland@frob.com>
605         * Makerules (compile-mkdep-flags): Add -MT $@.
607         * Makefile (dist, tag-for-dist): New targets.
608         (files-for-dist, tag-of-stem): New variables.
609         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
610         Make tar files using cvs export.
611         (%.bz2, %.gz, tag-%): New pattern rules.
612         (distribute): Variable removed.
613         (+subdir_targets): Remove distinfo targets.
614         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
615         (rpm/%): Pattern rule removed.
616         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
617         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
618         Targets removed.
619         * Makerules (dist, subdir_distinfo): Targets removed.
620         ($(objpfx)distinfo): Depend on $(distribute).
621         * Make-dist: File removed.
623         * NEWS: Fix a typo.  Update bug-reporting instructions.
625 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
627         * sysdeps/unix/sysv/linux/sched_setaffinity.c
628         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
629         cpuset is wrongly set.
631 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
633         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
634         for POWER4 machines.
636 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
638         [BZ #218]
639         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
640         in a local variable, point rp to that local variable afterwards.
642 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
644         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
645         cases properly.
647 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
649         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
650         error value for unknown interface. [BZ #198]
652 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
654         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
655         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
656         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
657         the asm uses as its input, either of size __n where __n is known or
658         0xfffffff.
659         (strstr): Add "memory" clobber.
661 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
663         [BZ #219]
664         * nss/nsswitch.c (free_mem): Don't try to close a library handle
665         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
667 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
669         [BZ #217]
670         * debug/xtrace.sh: Fix typo in error diagnostics.
672 2004-06-14  Andreas Schwab  <schwab@suse.de>
674         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
675         failed.
677 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
680         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
681         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
682         that clobbers r19.
683         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
684         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
685         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
686         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
687         Fix pasto that overflowed sigcontext.v_reserve.
688         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
689         Fix pasto that clobbers r19.
690         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
691         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
692         overflowed sigcontext.v_reserve.
694 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
696         [BZ #150]
697         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
698         instead of ".gnu.linkonce.ro." as the prefix for linkonce
699         read-only section name.
701 2004-06-14  Richard Henderson  <rth@redhat.com>
703         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
704         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
706 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
708         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
709         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
710         (__backtrace): Don't call init #ifndef SHARED.
711         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
712         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
713         (__backtrace): Don't call init #ifndef SHARED.
714         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
715         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
716         (__backtrace): Don't call init #ifndef SHARED.
718 2004-06-11  Roland McGrath  <roland@redhat.com>
720         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
721         From Krzysztof Halasa <khc@pm.waw.pl>.
723 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
725         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
727 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
729         [BZ #199]
730         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
731         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
733         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
734         fails.  Avoid memory leak if realloc fails.
736 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
738         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
739         NULL, "" or contains '=' character in it.  Reported by
740         Michael T Kerrisk <mtk-lists@gmx.net>.
741         * stdlib/tst-environ.c: Include errno.h.
742         (main): Add tests for these arguments to setenv/unsetenv.
744 2004-06-07  Roland McGrath  <roland@frob.com>
746         * NEWS: Update bug reporting instructions.  Fix some typos.
748 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
750         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
751         * stdio-common/_itoa.c: Add _itoa implementation.
753         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
754         to also send request.  Add parameter to allow this.
755         Change callers.
756         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
757         * nscd/nscd_getpw_r.c: Likewise.
758         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
760 2004-06-05  Andreas Jaeger  <aj@suse.de>
762         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
763         Handle more than 6 args correctly.  Based on a patch by Masahide
764         Washizawa <washi@jp.ibm.com>.
766 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
768         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
769         in all places, not __nss_not_use_nscd_group.
770         Reported by Philippe Gregoire.
772 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
774         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
776 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
778         * argp/argp-help.c (__argp_error, __argp_failure): Check result
779         of __asprintf call and don't use string if it failed.
780         * stdio-common/psignal.c (psignal): Likewise.
781         * locale/programs/localedef.c (more_help): Likewise.
782         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
783         arg_bool, parse_line): Check result of __asprintf calls and
784         don't use string if they failed.
785         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
786         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
787         call and exit if it failed.
789 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
791         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
792         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
793         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
794         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
795         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
796         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
797         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
798         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
799         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
800         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
801         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
803 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
805         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
806         -momit-leaf-frame-pointer.
808         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
809         #ifdef AF_PACKET.
811         * sysdeps/mach/hurd/getcwd.c
812         (_hurd_canonicalize_directory_name_intern): Only realloc when
813         size is <= 0.
815         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
816         isn't page aligned.
818         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
819         new size.
821         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
822         __libc_write and __libc_lseek64.
824 2004-05-29  Roland McGrath  <roland@redhat.com>
826         * elf/Makefile (shared-only-routines): Add dl-caller.
828 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
830         * sysdeps/powerpc/configure.in: New file.
832 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
834         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
835         "altivec" to enable VMX instructions.
836         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
837         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
838         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
839         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
840         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
841         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
842         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
843         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
844         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
846 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
848         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
849         __builtin_expm1l for GCC 3.5+.
850         (__expl): Define using __builtin_expl for GCC 3.4+.
851         (exp, expf, expl): Don't define for GCC 3.4+.
852         (tan, tanf, tanl): Don't define for GCC 3.5+.
853         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
854         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
855         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
856         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
857         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
858         for GCC 3.4+.
859         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
860         Don't define for GCC 3.5+.
861         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
862         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
863         define for GCC 3.5+.
864         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
865         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
866         define for GCC 3.2+.
868 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
870         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
871         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
872         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
873         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
874         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
875         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
876         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
877         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
878         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
879         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
880         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
881         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
882         libc_hidden_builtin_def if MEMPCPY_P.
883         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
884         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
885         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
886         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
887         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
889 2004-05-26  Roland McGrath  <roland@frob.com>
891         * sysdeps/generic/bits/in.h
892         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
893         These are long obsolete in BSD systems where they originated.
894         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
896 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
898         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
899         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
900         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
901         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
902         constant '\0' and first argument is not constant.
903         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
904         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
905         For GCC 3.2+ use __builtin_strncpy.
906         (strncat): For GCC 3.2+ use __builtin_strncat.
907         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
908         constant.
909         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
910         if both arguments are constant.
912 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
914         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
915         mapped addresses in gethostbyaddr.
917 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
919         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
920         flags parameter, convert afp to simple int parameter.  Adjust code.
921         typep was never != NULL and flags therefore also unused.  *afp is
922         never modified.
923         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
924         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
925         handling for __nss_hostname_digits_dots calls.
926         * nss/getXXbyYY_r.c: Likewise.
928         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
930 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
932         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
933         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
934         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
935         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
936         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
937         implementation from w_sqrt.c.
938         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
939         implementation from w_sqrtf.c.
940         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
941         using inline __ieee754_sqrt().
942         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
943         using inline __ieee754_sqrtf().
944         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
945         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
946         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
947         PPC_FEATURE_*  independent of __ASSEMBLER__.
949 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
951         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
952         include.
953         (aio_start_notify_thread): Define if not defined.
954         (notify_func_wrapper): Use it.
955         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
956         include.
957         (aio_create_helper_thread): Define if not defined.
958         (__aio_create_helper_thread): New function.
959         (__aio_enqueue_request): Use aio_create_helper_thread.
961         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
962         (struct ypresp_all_data): New type.
963         (__xdr_ypresp_all): Change second argument to
964         struct ypresp_all_data *.  Replace ypall_foreach and
965         ypall_data with objp->foreach and objp->data.
966         (yp_all): Remove status variable, add data.  Replace
967         all uses of status with data.status.  Initialize data.foreach
968         and data.data instead of ypall_foreach and ypall_data.
970 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
972         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
973         in l_flags_1, not in l_flags.
975 2004-04-10  Robert Millan  <robertmh@gnu.org>
977         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
978         with sysdeps/generic/bits/in.h.
980 2004-05-25  Roland McGrath  <roland@frob.com>
982         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
983         GCC GPL to standard glibc LGPL.
985 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
987         * manual/string.texi (Copying and Concatenation): Fixed second
988         concat example.
989         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
991 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
993         * malloc/obstack.c: Don't allow linking with _obstack.
995 2004-05-23  Andreas Schwab  <schwab@suse.de>
997         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
998         of separate "m" constraints.
1000 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
1002         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
1003         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
1004         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
1006 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
1008         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
1009         Add comment explaining why libc still defines it.
1011 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
1013         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
1014         obstack_alignment_mask, obstack_alloc, obstack_base,
1015         obstack_blank, obstack_blank_fast, obstack_chunk_size,
1016         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
1017         obstack_grow0, obstack_init, obstack_int_grow,
1018         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
1019         obstack_next_free, obstack_object_size, obstack_ptr_grow,
1020         obstack_ptr_grow_fast, obstack_room): Remove declarations of
1021         nonexistent functions.
1023 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
1025         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
1026         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
1027         [PIC]: Redundent for powerpc64, removed.
1028         (ENTRY): Generate size and alignment for opd entry.
1029         (EALIGN): Generate size and alignment for opd entry.
1030         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
1031         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
1033 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
1035         * misc/regexp.h: Say the functions have been withdrawn.
1037         * wcsmbs/tst-wcpncpy.c: Add more tests.
1039 2004-05-18  Roland McGrath  <roland@frob.com>
1041         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
1042         standard glibc LGPL.
1043         * sysdeps/generic/unwind-dw2.c: Likewise.
1044         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
1045         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
1046         * sysdeps/generic/unwind-pe.h: Likewise.
1048 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
1050         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
1051         MONTENEGRO" which have taken over the code 819.  Patch from
1052         Danilo Segan. [BZ #40]
1054 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
1056         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
1057         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
1058         __sparc_get_pic_l7.
1060 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
1062         * catgets/gencat.c: Update bug reporting instructions.
1063         * csu/version.c: Likewise.
1064         * debug/catchsegv.sh: Likewise.
1065         * debug/pcprofiledump.c: Likewise.
1066         * debug/xtrace.sh: Likewise.
1067         * elf/ldd.bash.in: Likewise.
1068         * iconv/iconv_prog.c: Likewise.
1069         * iconv/iconvconfig.c: Likewise.
1070         * locale/programs/locale.c: Likewise.
1071         * locale/programs/localedef.c: Likewise.
1072         * login/programs/pt_chown.c: Likewise.
1073         * malloc/memusage.sh: Likewise.
1074         * malloc/memusagestat.c: Likewise.
1075         * malloc/mtrace.pl: Likewise.
1076         * manual/crypt.texi: Likewise.
1077         * manual/install.texi: Likewise.
1078         * nss/makedb.c: Likewise.
1080 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
1082         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
1083         CHECK_STATIC_TLS if sym != NULL.
1084         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
1085         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
1087 2004-05-12  Andreas Schwab  <schwab@suse.de>
1089         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
1090         when translating.
1092 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
1094         * Rules (xtests): Depend on tests.
1096 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
1098         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
1099         count is negative, yet write_ptr < write_end.
1100         (_IO_default_xsgetn): Avoid one underflow per char if count is
1101         negative, yet read_ptr < read_end.
1103 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
1105         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
1106         equal to TAB3.
1108 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
1110         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
1111         call.
1113 2004-05-10  Roland McGrath  <roland@frob.com>
1115         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
1116         (__hurd_directory_name_split): Likewise.
1118 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
1120         * po/fr.po: Update from translation team.
1122 2004-05-10  Andreas Jaeger  <aj@suse.de>
1124         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1125         Correctly compute alignment.
1126         Patch by Michael Matz <matz@suse.de>.
1128 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
1130         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
1131         * sysdeps/posix/sigpause.c: Likewise.
1132         * signal/signal.h: Don't define sigpause macro unless needed.
1134 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
1136         * configure.in (libc_cv_libgcc_s_suffix): New check.
1137         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
1138         * config.make.in (libgcc_s_suffix): Set.
1139         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
1141 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
1143         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
1145 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
1147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
1148         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
1149         Load argument values into temporary variables.
1150         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
1151         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
1152         Likewise.
1154 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
1156         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
1157         need to be compiled with exceptions.
1159 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
1161         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
1162         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
1164         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
1165         realloc cannot fail.
1167         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
1168         be expanded.
1170         * nis/nis_table.c: Clean up memory handling.
1171         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
1172         * nis/nis_removemember.c (nis_removemember): Add comment
1173         explaining use of realloc.
1175         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
1176         (carg): Likewise.
1177         Patch by Lev S Bishop <lev.bishop@yale.edu>.
1179         * math/bug-tgmath1.c (main): Test fabs and carg as well.
1181 2004-05-06  Richard Henderson  <rth@redhat.com>
1183         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
1184         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
1185         * sysdeps/unix/sysv/linux/alpha/Versions: Export
1186         __libc_alpha_cache_shape as a private symbol.
1187         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
1188         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
1190 2004-05-06  Richard Henderson  <rth@redhat.com>
1192         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
1193         * sysdeps/alpha/divl.S: Use them.
1194         * sysdeps/alpha/divq.S: Likewise.
1195         * sysdeps/alpha/divqu.S: Likewise.
1196         * sysdeps/alpha/reml.S: Likewise.
1197         * sysdeps/alpha/remq.S: Likewise.
1198         * sysdeps/alpha/remqu.S: Likewise.
1200 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
1202         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
1203         (cimag): Use it.
1204         (creal): Likewise.
1205         * math/Makefile (tests): Add bug-tgmath1.
1206         * math/bug-tgmath1.c: New file.
1208 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
1210         * sysdeps/alpha/atomicity.h: Remove.
1211         * sysdeps/generic/atomicity.h: Remove.
1213 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
1215         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
1216         char *.
1218 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
1220         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
1221           rt-sysdep.
1222         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
1224         * sysdeps/ia64/strcat.c: New file.
1225         * sysdeps/ia64/strcat.S: Delete.
1227 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
1229         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
1230         defined.
1232 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
1234         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
1235         libc_hidden_proto.  Define to __GI___libm_error_support for
1236         assembly going into libc.so.
1237         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
1238         libc_hidden_def.
1240         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
1241         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
1243         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
1244         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
1245         if USE___THREAD.
1247 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
1249         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
1250         __USE_BSD or __USE_UNIX98.
1251         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1252         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1253         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
1254         Likewise.
1255         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1256         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1257         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1258         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
1259         Likewise.
1260         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
1261         Likewise.
1262         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
1263         Likewise.
1264         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1265         Likewise.
1266         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
1267         Likewise.
1268         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
1269         Likewise.
1270         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
1271         Likewise.
1272         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
1273         Likewise.
1274         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
1275         Likewise.
1276         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1277         Likewise.
1278         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
1279         Likewise.
1280         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
1281         Likewise.
1282         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
1283         Likewise.
1284         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1285         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
1286         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
1288 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
1290         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
1291         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
1292         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
1293         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
1294         * sysdeps/unix/sysv/linux/Versions (libc): Remove
1295         __libc_sigaction@@GLIBC_PRIVATE.
1296         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
1297         __modify_ldt@@GLIBC_PRIVATE.
1298         * socket/Versions (libc): Remove __libc_accept, __libc_send,
1299         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
1300         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
1301         * stdio-common/Versions (libc): Remove
1302         _itoa_upper_digits@@GLIBC_PRIVATE.
1303         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
1304         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
1305         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
1306         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
1307         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
1308         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
1309         __libc_lseek64 @@GLIBC_PRIVATE.
1311 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
1313         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
1314         check.
1316 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
1318         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
1319         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
1320         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
1321         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
1322         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
1323         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
1324         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
1325         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
1326         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
1327         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
1328         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
1329         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
1330         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
1331         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
1332         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
1333         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
1334         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
1335         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
1337         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
1338         mantissa for AIX long double format.
1339         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
1340         long double format.
1341         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
1342         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1343         (_fpioconst_pow10): AIX long double format has same exponent range as
1344         double.
1345         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
1346         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
1347         as double.
1349 2004-04-23  Art Haas  <ahaas@airmail.net>
1351         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
1353 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
1355         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
1356         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
1357         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
1358         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
1359         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
1361 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
1363         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
1364         entries.
1366 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
1368         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
1369         prototypes and description [BZ #131].
1371         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
1372         Patch by Ed Catmur <ed@catmur.co.uk>.
1373         * string/tst-inlcall.c (main): Add test for strpbrk.
1375         [BZ #140]
1376         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
1377         include.
1378         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
1379         yet defined, #undef back after including linux/sysctl.h if defined
1380         here.
1381         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
1382         back after including linux/sysctl.h if defined here.
1384         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
1385         for single precision register, add it to __asm clobbers [BZ #139].
1386         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
1387         for single precision register, add it to __asm clobbers.
1388         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
1389         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
1390         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
1391         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
1393 2004-04-23  Andreas Schwab  <schwab@suse.de>
1395         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
1396         __attribute_used__.
1398 2004-04-22  Philip Blundell  <philb@gnu.org>
1400         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
1401         when calling _dl_signal_error.
1402         (elf_machine_rel): Likewise.
1404 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
1406         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
1407         and use it internally instead of __sigsetjmp.
1408         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
1409         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
1410         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
1411         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
1412         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
1413         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
1414         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
1415         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
1416         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
1417         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
1418         HIDDEN_JUMPTARGET for exit call.
1419         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
1420         _exit call.
1421         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
1422         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
1423         strcpy calls.
1425 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
1427         * posix/tst-chmod.c (do_test): Fix a typo.
1429         * elf/lateglobal.c (main): Fix error checks.
1430         Patch by Stephen Clarke <stephen.clarke@st.com>.
1432         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
1433         mention they have been added in ISO C99.
1434         Reported by Ben Pfaff <blp@cs.stanford.edu>.
1436 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
1438         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
1440 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1442         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
1443         EACCES.
1445 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1447         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
1448         handling change.
1449         * stdio-common/tst-sscanf.c (int_tests): Adjust.
1451         * nis/nss-nis.c: Include stdlib.h.
1453         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
1454         warning.
1455         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
1456         libc_hidden_builtin_def.
1458 2004-04-20  Jim Meyering  <jim@meyering.net>
1460         * misc/error.c (error_tail): Don't leak upon realloc failure.
1462 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1464         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
1465         Use RETURN_ADDRESS instead of __builtin_return_address.
1467 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
1469         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
1470         compact code.
1472 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
1474         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
1475         do input_error () instead of conv_error () and don't look at errno.
1476         Don't eat any whitespace before %% if skip_space == 0.
1477         * stdio-common/tst-sscanf.c (int_tests): New array.
1478         (main): Run int_tests.
1481 See ChangeLog.14 for earlier changes.