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