Update.
[glibc.git] / ChangeLog
blobb6ba4c9c7028adb4046080ba5156710f4c8a3d82
1 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
4         Fix branch offset for a PLT entry.
6 2004-06-20  Jim Meyering  <jim@meyering.net>
8         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
9         documentation.
11 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
13         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
14         Workaround for [BZ #232].
16         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
18 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
20         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
21         in ucs2/ucs2reverse when unaligned memory access is attempted.
22         * iconv/tst-iconv5.c: New file.
23         * iconv/Makefile (tests): Add tst-iconv5.
25 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
27         * inet/bug-if1.c: Include <string.h>.
29 2004-06-19  Roland McGrath  <roland@redhat.com>
31         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
32         under this macro name instead.
33         [NO_DO_WAITID]: Don't define it at all.
34         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
35         defined, then return ENOTSUP for combinations of selection bits other
36         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
38         * posix/tst-waitid.c: New file.
39         * posix/Makefile (tests): Add it.
41 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
43         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
45         [BZ #231]
46         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
47         relocation in librt.so.
49         [BZ #230]
50         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
51         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
53 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
55         * elf/ldconfig.c (add_dir): Take chroot into account.
56         Based on changes by HJ Lu and Hideki Iwamoto.
58         * nscd/connections.c (invalidate_cache): If the host cache has to
59         be invalidated, re-read resolv.conf.
61         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
62         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
63         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
64         if RES_NOIP6DOTINT flag is set.
65         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
67 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
69         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
70         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
71         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
72         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
73         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
75         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
76         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
78 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
80         [BZ #231]
81         * sysdeps/unix/alpha/Makefile: New file.
82         * sysdeps/unix/alpha/rt-sysdep.S: New file.
83         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
85 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
87         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
88         determine the canonical name only for the first returned entry.
90         * inet/bug-if1.c: New file.
91         * inet/Makefile (tests): Add bug-if1.
93 2004-06-18  Roland McGrath  <roland@frob.com>
95         * Makerules (compile-mkdep-flags): Add -MT $@.
97         * Makefile (dist, tag-for-dist): New targets.
98         (files-for-dist, tag-of-stem): New variables.
99         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
100         Make tar files using cvs export.
101         (%.bz2, %.gz, tag-%): New pattern rules.
102         (distribute): Variable removed.
103         (+subdir_targets): Remove distinfo targets.
104         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
105         (rpm/%): Pattern rule removed.
106         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
107         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
108         Targets removed.
109         * Makerules (dist, subdir_distinfo): Targets removed.
110         ($(objpfx)distinfo): Depend on $(distribute).
111         * Make-dist: File removed.
113         * NEWS: Fix a typo.  Update bug-reporting instructions.
115 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
117         * sysdeps/unix/sysv/linux/sched_setaffinity.c
118         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
119         cpuset is wrongly set.
121 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
123         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
124         for POWER4 machines.
126 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
128         [BZ #218]
129         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
130         in a local variable, point rp to that local variable afterwards.
132 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
134         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
135         cases properly.
137 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
139         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
140         error value for unknown interface. [BZ #198]
142 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
144         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
145         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
146         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
147         the asm uses as its input, either of size __n where __n is known or
148         0xfffffff.
149         (strstr): Add "memory" clobber.
151 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
153         [BZ #219]
154         * nss/nsswitch.c (free_mem): Don't try to close a library handle
155         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
157 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
159         [BZ #217]
160         * debug/xtrace.sh: Fix typo in error diagnostics.
162 2004-06-14  Andreas Schwab  <schwab@suse.de>
164         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
165         failed.
167 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
169         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
170         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
171         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
172         that clobbers r19.
173         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
174         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
175         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
176         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
177         Fix pasto that overflowed sigcontext.v_reserve.
178         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
179         Fix pasto that clobbers r19.
180         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
181         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
182         overflowed sigcontext.v_reserve.
184 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
186         [BZ #150]
187         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
188         instead of ".gnu.linkonce.ro." as the prefix for linkonce
189         read-only section name.
191 2004-06-14  Richard Henderson  <rth@redhat.com>
193         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
194         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
196 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
198         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
199         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
200         (__backtrace): Don't call init #ifndef SHARED.
201         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
202         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
203         (__backtrace): Don't call init #ifndef SHARED.
204         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
205         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
206         (__backtrace): Don't call init #ifndef SHARED.
208 2004-06-11  Roland McGrath  <roland@redhat.com>
210         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
211         From Krzysztof Halasa <khc@pm.waw.pl>.
213 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
215         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
217 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
219         [BZ #199]
220         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
221         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
223         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
224         fails.  Avoid memory leak if realloc fails.
226 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
228         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
229         NULL, "" or contains '=' character in it.  Reported by
230         Michael T Kerrisk <mtk-lists@gmx.net>.
231         * stdlib/tst-environ.c: Include errno.h.
232         (main): Add tests for these arguments to setenv/unsetenv.
234 2004-06-07  Roland McGrath  <roland@frob.com>
236         * NEWS: Update bug reporting instructions.  Fix some typos.
238 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
240         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
241         * stdio-common/_itoa.c: Add _itoa implementation.
243         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
244         to also send request.  Add parameter to allow this.
245         Change callers.
246         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
247         * nscd/nscd_getpw_r.c: Likewise.
248         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
250 2004-06-05  Andreas Jaeger  <aj@suse.de>
252         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
253         Handle more than 6 args correctly.  Based on a patch by Masahide
254         Washizawa <washi@jp.ibm.com>.
256 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
258         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
259         in all places, not __nss_not_use_nscd_group.
260         Reported by Philippe Gregoire.
262 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
264         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
266 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
268         * argp/argp-help.c (__argp_error, __argp_failure): Check result
269         of __asprintf call and don't use string if it failed.
270         * stdio-common/psignal.c (psignal): Likewise.
271         * locale/programs/localedef.c (more_help): Likewise.
272         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
273         arg_bool, parse_line): Check result of __asprintf calls and
274         don't use string if they failed.
275         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
276         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
277         call and exit if it failed.
279 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
281         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
282         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
283         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
284         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
285         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
286         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
287         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
288         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
289         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
290         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
291         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
293 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
295         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
296         -momit-leaf-frame-pointer.
298         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
299         #ifdef AF_PACKET.
301         * sysdeps/mach/hurd/getcwd.c
302         (_hurd_canonicalize_directory_name_intern): Only realloc when
303         size is <= 0.
305         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
306         isn't page aligned.
308         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
309         new size.
311         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
312         __libc_write and __libc_lseek64.
314 2004-05-29  Roland McGrath  <roland@redhat.com>
316         * elf/Makefile (shared-only-routines): Add dl-caller.
318 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
320         * sysdeps/powerpc/configure.in: New file.
322 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
324         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
325         "altivec" to enable VMX instructions.
326         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
327         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
328         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
329         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
330         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
331         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
332         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
333         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
334         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
336 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
338         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
339         __builtin_expm1l for GCC 3.5+.
340         (__expl): Define using __builtin_expl for GCC 3.4+.
341         (exp, expf, expl): Don't define for GCC 3.4+.
342         (tan, tanf, tanl): Don't define for GCC 3.5+.
343         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
344         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
345         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
346         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
347         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
348         for GCC 3.4+.
349         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
350         Don't define for GCC 3.5+.
351         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
352         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
353         define for GCC 3.5+.
354         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
355         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
356         define for GCC 3.2+.
358 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
360         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
361         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
362         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
363         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
364         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
365         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
366         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
367         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
368         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
369         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
370         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
371         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
372         libc_hidden_builtin_def if MEMPCPY_P.
373         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
374         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
375         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
376         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
377         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
379 2004-05-26  Roland McGrath  <roland@frob.com>
381         * sysdeps/generic/bits/in.h
382         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
383         These are long obsolete in BSD systems where they originated.
384         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
386 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
388         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
389         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
390         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
391         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
392         constant '\0' and first argument is not constant.
393         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
394         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
395         For GCC 3.2+ use __builtin_strncpy.
396         (strncat): For GCC 3.2+ use __builtin_strncat.
397         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
398         constant.
399         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
400         if both arguments are constant.
402 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
404         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
405         mapped addresses in gethostbyaddr.
407 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
409         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
410         flags parameter, convert afp to simple int parameter.  Adjust code.
411         typep was never != NULL and flags therefore also unused.  *afp is
412         never modified.
413         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
414         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
415         handling for __nss_hostname_digits_dots calls.
416         * nss/getXXbyYY_r.c: Likewise.
418         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
420 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
422         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
423         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
424         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
425         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
426         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
427         implementation from w_sqrt.c.
428         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
429         implementation from w_sqrtf.c.
430         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
431         using inline __ieee754_sqrt().
432         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
433         using inline __ieee754_sqrtf().
434         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
435         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
436         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
437         PPC_FEATURE_*  independent of __ASSEMBLER__.
439 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
441         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
442         include.
443         (aio_start_notify_thread): Define if not defined.
444         (notify_func_wrapper): Use it.
445         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
446         include.
447         (aio_create_helper_thread): Define if not defined.
448         (__aio_create_helper_thread): New function.
449         (__aio_enqueue_request): Use aio_create_helper_thread.
451         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
452         (struct ypresp_all_data): New type.
453         (__xdr_ypresp_all): Change second argument to
454         struct ypresp_all_data *.  Replace ypall_foreach and
455         ypall_data with objp->foreach and objp->data.
456         (yp_all): Remove status variable, add data.  Replace
457         all uses of status with data.status.  Initialize data.foreach
458         and data.data instead of ypall_foreach and ypall_data.
460 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
462         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
463         in l_flags_1, not in l_flags.
465 2004-04-10  Robert Millan  <robertmh@gnu.org>
467         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
468         with sysdeps/generic/bits/in.h.
470 2004-05-25  Roland McGrath  <roland@frob.com>
472         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
473         GCC GPL to standard glibc LGPL.
475 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
477         * manual/string.texi (Copying and Concatenation): Fixed second
478         concat example.
479         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
481 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
483         * malloc/obstack.c: Don't allow linking with _obstack.
485 2004-05-23  Andreas Schwab  <schwab@suse.de>
487         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
488         of separate "m" constraints.
490 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
492         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
493         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
494         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
496 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
498         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
499         Add comment explaining why libc still defines it.
501 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
503         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
504         obstack_alignment_mask, obstack_alloc, obstack_base,
505         obstack_blank, obstack_blank_fast, obstack_chunk_size,
506         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
507         obstack_grow0, obstack_init, obstack_int_grow,
508         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
509         obstack_next_free, obstack_object_size, obstack_ptr_grow,
510         obstack_ptr_grow_fast, obstack_room): Remove declarations of
511         nonexistent functions.
513 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
515         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
516         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
517         [PIC]: Redundent for powerpc64, removed.
518         (ENTRY): Generate size and alignment for opd entry.
519         (EALIGN): Generate size and alignment for opd entry.
520         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
521         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
523 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
525         * misc/regexp.h: Say the functions have been withdrawn.
527         * wcsmbs/tst-wcpncpy.c: Add more tests.
529 2004-05-18  Roland McGrath  <roland@frob.com>
531         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
532         standard glibc LGPL.
533         * sysdeps/generic/unwind-dw2.c: Likewise.
534         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
535         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
536         * sysdeps/generic/unwind-pe.h: Likewise.
538 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
540         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
541         MONTENEGRO" which have taken over the code 819.  Patch from
542         Danilo Segan. [BZ #40]
544 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
546         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
547         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
548         __sparc_get_pic_l7.
550 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
552         * catgets/gencat.c: Update bug reporting instructions.
553         * csu/version.c: Likewise.
554         * debug/catchsegv.sh: Likewise.
555         * debug/pcprofiledump.c: Likewise.
556         * debug/xtrace.sh: Likewise.
557         * elf/ldd.bash.in: Likewise.
558         * iconv/iconv_prog.c: Likewise.
559         * iconv/iconvconfig.c: Likewise.
560         * locale/programs/locale.c: Likewise.
561         * locale/programs/localedef.c: Likewise.
562         * login/programs/pt_chown.c: Likewise.
563         * malloc/memusage.sh: Likewise.
564         * malloc/memusagestat.c: Likewise.
565         * malloc/mtrace.pl: Likewise.
566         * manual/crypt.texi: Likewise.
567         * manual/install.texi: Likewise.
568         * nss/makedb.c: Likewise.
570 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
572         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
573         CHECK_STATIC_TLS if sym != NULL.
574         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
575         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
577 2004-05-12  Andreas Schwab  <schwab@suse.de>
579         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
580         when translating.
582 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
584         * Rules (xtests): Depend on tests.
586 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
588         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
589         count is negative, yet write_ptr < write_end.
590         (_IO_default_xsgetn): Avoid one underflow per char if count is
591         negative, yet read_ptr < read_end.
593 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
595         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
596         equal to TAB3.
598 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
600         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
601         call.
603 2004-05-10  Roland McGrath  <roland@frob.com>
605         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
606         (__hurd_directory_name_split): Likewise.
608 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
610         * po/fr.po: Update from translation team.
612 2004-05-10  Andreas Jaeger  <aj@suse.de>
614         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
615         Correctly compute alignment.
616         Patch by Michael Matz <matz@suse.de>.
618 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
620         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
621         * sysdeps/posix/sigpause.c: Likewise.
622         * signal/signal.h: Don't define sigpause macro unless needed.
624 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
626         * configure.in (libc_cv_libgcc_s_suffix): New check.
627         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
628         * config.make.in (libgcc_s_suffix): Set.
629         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
631 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
633         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
635 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
638         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
639         Load argument values into temporary variables.
640         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
641         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
642         Likewise.
644 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
646         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
647         need to be compiled with exceptions.
649 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
651         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
652         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
654         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
655         realloc cannot fail.
657         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
658         be expanded.
660         * nis/nis_table.c: Clean up memory handling.
661         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
662         * nis/nis_removemember.c (nis_removemember): Add comment
663         explaining use of realloc.
665         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
666         (carg): Likewise.
667         Patch by Lev S Bishop <lev.bishop@yale.edu>.
669         * math/bug-tgmath1.c (main): Test fabs and carg as well.
671 2004-05-06  Richard Henderson  <rth@redhat.com>
673         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
674         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
675         * sysdeps/unix/sysv/linux/alpha/Versions: Export
676         __libc_alpha_cache_shape as a private symbol.
677         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
678         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
680 2004-05-06  Richard Henderson  <rth@redhat.com>
682         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
683         * sysdeps/alpha/divl.S: Use them.
684         * sysdeps/alpha/divq.S: Likewise.
685         * sysdeps/alpha/divqu.S: Likewise.
686         * sysdeps/alpha/reml.S: Likewise.
687         * sysdeps/alpha/remq.S: Likewise.
688         * sysdeps/alpha/remqu.S: Likewise.
690 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
692         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
693         (cimag): Use it.
694         (creal): Likewise.
695         * math/Makefile (tests): Add bug-tgmath1.
696         * math/bug-tgmath1.c: New file.
698 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
700         * sysdeps/alpha/atomicity.h: Remove.
701         * sysdeps/generic/atomicity.h: Remove.
703 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
705         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
706         char *.
708 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
710         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
711           rt-sysdep.
712         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
714         * sysdeps/ia64/strcat.c: New file.
715         * sysdeps/ia64/strcat.S: Delete.
717 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
719         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
720         defined.
722 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
724         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
725         libc_hidden_proto.  Define to __GI___libm_error_support for
726         assembly going into libc.so.
727         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
728         libc_hidden_def.
730         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
731         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
733         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
734         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
735         if USE___THREAD.
737 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
739         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
740         __USE_BSD or __USE_UNIX98.
741         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
742         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
743         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
744         Likewise.
745         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
746         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
747         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
748         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
749         Likewise.
750         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
751         Likewise.
752         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
753         Likewise.
754         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
755         Likewise.
756         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
757         Likewise.
758         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
759         Likewise.
760         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
761         Likewise.
762         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
763         Likewise.
764         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
765         Likewise.
766         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
767         Likewise.
768         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
769         Likewise.
770         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
771         Likewise.
772         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
773         Likewise.
774         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
775         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
776         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
778 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
780         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
781         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
782         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
783         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
784         * sysdeps/unix/sysv/linux/Versions (libc): Remove
785         __libc_sigaction@@GLIBC_PRIVATE.
786         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
787         __modify_ldt@@GLIBC_PRIVATE.
788         * socket/Versions (libc): Remove __libc_accept, __libc_send,
789         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
790         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
791         * stdio-common/Versions (libc): Remove
792         _itoa_upper_digits@@GLIBC_PRIVATE.
793         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
794         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
795         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
796         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
797         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
798         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
799         __libc_lseek64 @@GLIBC_PRIVATE.
801 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
803         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
804         check.
806 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
808         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
809         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
810         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
811         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
812         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
813         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
814         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
815         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
816         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
817         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
818         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
819         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
820         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
821         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
822         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
823         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
824         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
825         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
827         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
828         mantissa for AIX long double format.
829         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
830         long double format.
831         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
832         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
833         (_fpioconst_pow10): AIX long double format has same exponent range as
834         double.
835         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
836         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
837         as double.
839 2004-04-23  Art Haas  <ahaas@airmail.net>
841         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
843 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
845         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
846         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
847         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
848         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
849         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
851 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
853         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
854         entries.
856 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
858         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
859         prototypes and description [BZ #131].
861         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
862         Patch by Ed Catmur <ed@catmur.co.uk>.
863         * string/tst-inlcall.c (main): Add test for strpbrk.
865         [BZ #140]
866         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
867         include.
868         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
869         yet defined, #undef back after including linux/sysctl.h if defined
870         here.
871         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
872         back after including linux/sysctl.h if defined here.
874         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
875         for single precision register, add it to __asm clobbers [BZ #139].
876         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
877         for single precision register, add it to __asm clobbers.
878         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
879         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
880         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
881         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
883 2004-04-23  Andreas Schwab  <schwab@suse.de>
885         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
886         __attribute_used__.
888 2004-04-22  Philip Blundell  <philb@gnu.org>
890         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
891         when calling _dl_signal_error.
892         (elf_machine_rel): Likewise.
894 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
896         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
897         and use it internally instead of __sigsetjmp.
898         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
899         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
900         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
901         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
902         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
903         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
904         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
905         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
906         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
907         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
908         HIDDEN_JUMPTARGET for exit call.
909         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
910         _exit call.
911         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
912         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
913         strcpy calls.
915 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
917         * posix/tst-chmod.c (do_test): Fix a typo.
919         * elf/lateglobal.c (main): Fix error checks.
920         Patch by Stephen Clarke <stephen.clarke@st.com>.
922         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
923         mention they have been added in ISO C99.
924         Reported by Ben Pfaff <blp@cs.stanford.edu>.
926 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
928         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
930 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
932         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
933         EACCES.
935 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
937         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
938         handling change.
939         * stdio-common/tst-sscanf.c (int_tests): Adjust.
941         * nis/nss-nis.c: Include stdlib.h.
943         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
944         warning.
945         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
946         libc_hidden_builtin_def.
948 2004-04-20  Jim Meyering  <jim@meyering.net>
950         * misc/error.c (error_tail): Don't leak upon realloc failure.
952 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
954         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
955         Use RETURN_ADDRESS instead of __builtin_return_address.
957 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
959         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
960         compact code.
962 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
964         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
965         do input_error () instead of conv_error () and don't look at errno.
966         Don't eat any whitespace before %% if skip_space == 0.
967         * stdio-common/tst-sscanf.c (int_tests): New array.
968         (main): Run int_tests.
971 See ChangeLog.14 for earlier changes.