* sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
[glibc.git] / ChangeLog
blob24a6063c4ba692a8c3692f7dc3ff40843337c5ff
1 2005-11-19  Jakub Jelinek  <jakub@redhat.com>
3         * sysdeps/unix/sysv/linux/ia64/bits/shm.h (shmatt_t): New type.
4         (struct shmid_ds): Use it for shm_nattch field.
6 2005-11-18  Jakub Jelinek  <jakub@redhat.com>
8         * sysdeps/unix/sysv/linux/futimesat.c (futimesat): If FILE is NULL,
9         set access and modification times of the file referenced by FD.
10         * sysdeps/generic/futimesat.c (futimesat): Don't return EINVAL if
11         FILE is NULL.  Don't check FD if FILE is absolute path.
13 2005-11-19  Ulrich Drepper  <drepper@redhat.com>
15         * nscd/nscd_gethst_r.c (nscd_gethst_r): Avoid unnecesary read call
16         if there are no aliases.
18         * sysdeps/unix/sysv/linux/Makefile (CFLAGS-connections.c,
19         CFLAGS-pwdcache.c, CFLAGS-grpcache.c, CFLAGS-hstcache.c,
20         CFLAGS-aicache.c, CFLAGS-initgrcache.c): Add -DHAVE_SENDFILE.
21         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_SENDFILE):
22         Define.
23         * nscd/pwdcache.c [HAVE_SENDFILE]: Include <sys/sendfile.h> and
24         <kernel-features.h>.
25         [HAVE_SENDFILE] (cache_addpw): Use sendfile to transmit positive
26         result.
27         * nscd/grpcache.c: Likewise.
28         * nscd/hstcache.c: Likewise.
29         * nscd/aicache.c: Likewise.
30         * nscd/initgrcache.c: Likewise.
31         * nscd/connectionc.c: Likewise.
33 2005-11-18  Andreas Schwab  <schwab@suse.de>
35         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Remove useless alias.
37         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: Handle
38         NO_WEAK_ALIAS.
39         * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S: Likewise.
41 2005-11-18  Paul Brook  <paul@codesourcery.com>
43         * sysdeps/unix/sysv/linux/m68k/bits/mman.h (MREMAP_FIXED): New macro.
45         * nscd/grpcache.c: Include <sys/socket.h>.
46         * nscd/nscd_stat.c: Likewise.
47         * nscd/pwdcache.c: Likewise.
48         * sysdeps/unix/sysv/linux/unlinkat.c: Include <stdlib.h>, <sysdep.h>.
50 2005-11-17  Ulrich Drepper  <drepper@redhat.com>
52         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Define SHM_NORESERVE.
53         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
54         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
55         * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
56         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
57         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
58         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
59         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
61 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
63         [BZ #1877]
64         * string/test-strncmp.c (do_test_limit): Handle zero length and
65         non-zero align values.
66         (test_main): Correct do_test_limit tests for 64-bit.
68 2005-11-15  Steven Munroe  <sjmunroe@us.ibm.com>
70         * sysdeps/powerpc/sysdep.h (PPC_FEATURE_HAS_SPE,
71         PPC_FEATURE_HAS_EFP_SINGLE, PPC_FEATURE_HAS_EFP_DOUBLE,
72         PPC_FEATURE_NO_TB, PPC_FEATURE_POWER4, PPC_FEATURE_POWER5,
73         PPC_FEATURE_POWER5_PLUS, PPC_FEATURE_CELL, PPC_FEATURE_970):
74         Define to match 2.6.15 kernel.
76         * sysdeps/powerpc/fpu/e_sqrt.c: Remove dl-procinfo.h include.
77         * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
78         * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
80 2005-11-17  Roland McGrath  <roland@redhat.com>
82         * elf/elf.h (R_PPC64_ADDR30): Renamed to R_PPC64_REL30.
84 2005-11-17  Jakub Jelinek  <jakub@redhat.com>
86         * io/sys/stat.h (fstatat): If __REDIRECT_NTH isn't defined,
87         define fstatat to fstatat64.
89 2005-11-17  Steven Munroe  <sjmunroe@us.ibm.com>
91         [BZ #1877]
92         * string/test-strncmp.c (do_test_limit): New function.
93         (do_test) Add cast to eliminate compiler warnings.
94         (do_random_tests) Add cast to eliminate compiler warnings.
95         (test_main) Add do_test_limit tests.
96         * sysdeps/powerpc/powerpc32/strncmp.S: Test length before unaligned
97         load.
98         * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
100 2005-11-17  Ulrich Drepper  <drepper@redhat.com>
102         * include/resolv.h: Include <stdbool.h>.
103         Patch by Paul Brook.
105         * io/sys/stat.h: Use __const not const in fstatat prototypes.
107 2005-11-08  H.J. Lu  <hongjiu.lu@intel.com>
109         * sysdeps/wordsize-32/Makefile (CPPFLAGS-divdi3.c): Set to
110         -Din_divdi3_c.
111         * sysdeps/wordsize-32/symbol-hacks.h: Skip if in_divdi3_c is defined.
113 2005-11-16  Jakub Jelinek  <jakub@redhat.com>
115         * sysdeps/unix/sysv/linux/fchownat.c: Include string.h.
116         * sysdeps/unix/sysv/linux/futimesat.c: Likewise.
117         * sysdeps/unix/sysv/linux/i386/fchownat.c: Likewise.
118         * sysdeps/unix/sysv/linux/i386/fxstatat.c: Likewise.
119         * sysdeps/unix/sysv/linux/renameat.c: Likewise.
120         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Likewise.
121         * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
122         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Likewise.
124 2005-11-16  Ulrich Drepper  <drepper@redhat.com>
126         * iconvdata/Makefile (modules): Add ISO_11548-1.
127         (distribute): Add iso_11548-1.c.
128         * iconvdata/gconv-modules: Add entries for ISO 11548-1.
129         * iconvdata/TESTS: Add entry for ISO 11548-1.
131         [BZ 1872]
132         * iconvdata/iso_11548-1.c: New file.
133         * iconvdata/testdata/ISO_11548-1: New file.
134         * iconvdata/testdata/ISO_11548-1..UTF8: New file.
135         Patch by Samuel Thibault <samuel.thibault@ens-lyon.org>.
137 2005-11-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
139         * sysdeps/sh/bits/setjmp.h (_JMPBUF_UNWINDS): Remove incorrect &.
141 2005-11-15  Ulrich Drepper  <drepper@redhat.com>
143         [BZ 1865]
144         * inet/netinet/icmp6.h: More updates for RFC3542.
145         * inet/netinet/ip6.h: Likewise.
146         * sysdeps/unix/sysv/linux/bits/in.h: Adjust for current kernel sources.
147         Patch by David L Stevens <dlstevens@us.ibm.com>.
149         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
150         Return -1 on failure.
151         * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
152         * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise..
153         * sysdeps/unix/sysv/linux/fxstatat64.c [__ASSUME_STAT64_SYSCALL]
154         (__fxstatat64): Handle errors.
156         * io/sys/poll.h: Add comment explaining poll is a cancellation  point.
158         * sysdeps/unix/sysv/linux/syscalls.list (epoll_wait): Align with
159         poll, make cancelable.
160         * sysdeps/unix/sysv/linux/sys/epoll.h: Add comment explaining
161         epoll_wait is a cancellation point.
163 2005-11-15  Jakub Jelinek  <jakub@redhat.com>
165         * io/sys/stat.h (fstatat): Don't use __THROW together with
166         __REDIRECT_NTH.
168 2005-11-14  Ulrich Drepper  <drepper@redhat.com>
170         * elf/dl-open.c [!SHARED]: Remove _dl_tls_static_size definition.
171         * sysdeps/generic/libc-tls.c: Initialize _dl_tls_static_size here.
173 2005-11-11  Ulrich Drepper  <drepper@redhat.com>
175         * io/Makefile (routines): Add fstatat, fstatat64, fxstatat, fxstatat64,
176         fchownat, and unlinkat.
177         (static-only-routines): Add fstatat and fstatat64.
178         (tests): Add tst-unlinkat, tst-fstatat, tst-futimesat, tst-renameat,
179         and tst-fchownat.
180         * io/Versions [GLIBC_2.4]: Add fchownat, __fxstatat, __fxstatat64,
181         and unlinkat.
182         * io/fcntl.h: Define AT_FDCWD, AT_SYMLINK_NOFOLLOW, and AT_REMOVEDIR.
183         * io/fstatat.c: New file.
184         * io/fstatat64.c: New file.
185         * io/sys/stat.h: Declare fstatat, fstatat64, __fxstatat, __fxstatat64
186         and define fstatat and fstatat64 inline functions.
187         * libio/stdio.h: Declare renameat.
188         * misc/Makefile (routines): Add futimesat.
189         * misc/Versions [GLIBC_2.4]: Add futimesat.
190         * posix/unistd.h: Declare fchownat and unlinkat.
191         * stdio-common/Makefile (routines): Add renameat.
192         * stdio-common/Versions [GLIBC_2.4]: Add renameat.
193         * sysdeps/generic/fchownat.c: New file.
194         * sysdeps/generic/futimesat.c: New file.
195         * sysdeps/generic/fxstatat.c: New file.
196         * sysdeps/generic/fxstatat64.c: New file.
197         * sysdeps/generic/renameat.c: New file.
198         * sysdeps/generic/unlinkat.c: New file.
199         * sysdeps/unix/sysv/linux/fchownat.c: New file.
200         * sysdeps/unix/sysv/linux/futimesat.c: New file.
201         * sysdeps/unix/sysv/linux/fxstatat.c: New file.
202         * sysdeps/unix/sysv/linux/fxstatat64.c: New file.
203         * sysdeps/unix/sysv/linux/renameat.c: New file.
204         * sysdeps/unix/sysv/linux/unlinkat.c: New file.
205         * sysdeps/unix/sysv/linux/alpha/fxstatat.c: New file.
206         * sysdeps/unix/sysv/linux/i386/fchownat.c: New file.
207         * sysdeps/unix/sysv/linux/i386/fxstatat.c: New file.
208         * sysdeps/unix/sysv/linux/m68k/fchownat.c: New file.
209         * sysdeps/unix/sysv/linux/m68k/fxstatat.c: New file.
210         * sysdeps/unix/sysv/linux/powerpc/fchownat.c: New file.
211         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fxstatat.c: New file.
212         * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: New file.
213         * sysdeps/unix/sysv/linux/s390/s390-32/fxstatat.c: New file.
214         * sysdeps/unix/sysv/linux/sh/fchownat.c: New file.
215         * sysdeps/unix/sysv/linux/sh/fxstatat.c: New file.
216         * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: New file.
217         * sysdeps/unix/sysv/linux/sparc/sparc32/fxstatat.c: New file.
218         * sysdeps/unix/sysv/linux/sparc/sparc64/fxstatat.c: New file.
219         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: New file.
220         * sysdeps/unix/sysv/linux/wordsize-64/fxstatat64.c: New file.
221         * time/sys/time.h: Declare futimesat.
222         * include/fcntl.h: Declare __atfct_seterrno.
223         * sysdeps/unix/sysv/linux/openat.c (__atfct_seterrno): New function.
224         Split out from openat code and called.
225         (do_test): Allow openat to fail with ENOSYS.  Handle AT_FDCWD.
226         * sysdeps/generic/openat.c: Handle AT_FDCWD.
227         * sysdeps/generic/openat64.c: Likewise.
228         * io/tst-unlinkat.c: New file.
229         * io/tst-fstatat.c: New file.
230         * io/tst-futimesat.c: New file.
231         * io/tst-renameat.c: New file.
232         * io/tst-fchownat.c: New file.
233         * io/tst-openat.c: Don't fail if openat is not implemented.
235         * sysdeps/unix/sysv/linux/powerpc/chown.c: Don't provide backward
236         compatibility code if new kernel is guaranteed.
238         * time/sys/time.h: Add a few nonnull attributes.
240 2005-11-09  Ulrich Drepper  <drepper@redhat.com>
242         * io/fcntl.h: Declare openat and openat64.
243         * io/Makefile (routines): Add openat and openat64.
244         (tests): Add tst-openat.
245         * io/Versions: Add openat and openat64 for GLIBC_2.4.
246         * sysdeps/generic/openat.c: New file.
247         * sysdeps/generic/openat64.c: New file.
248         * sysdeps/unix/sysv/linux/openat.c: New file.
249         * sysdeps/unix/sysv/linux/openat64.c: New file.
250         * io/tst-openat.c: New file.
252         * sysdeps/generic/check_fds.c (check_one_fd): For writable
253         descriptors, use /dev/full.
254         (__libc_check_standard_fds): Reverse modes so that common operations on
255         the descriptors fail.
256         * sysdeps/unix/sysv/linux/device-nrs.h: Add info for /dev/full.
258 2005-11-07  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
260         * elf/elf.h (R_M32R_REL32): New macro.
262 2005-11-05  Marcus Brinkmann  <marcus@gnu.org>
264         * sysdeps/mach/hurd/bits/stat.h (S_IMMAP0): New macro.
265         (S_ISPARE): Unset the S_IMMAP0 flag.
267 2005-11-07  Roland McGrath  <roland@redhat.com>
269         * configure.in: Grok --with-cpu=CPU option.  If given, search for
270         sysdeps/.../machine/CPU subdirs, and give error if none are found.
271         * configure: Regenerated.
272         * config.make.in (with-cpu): New substituted variable.
273         * Makeconfig (+cflags): Add -mcpu=$(with-cpu) if set.
275         * malloc/malloc.c (munmap_chunk): Suppress warnings from last change.
277         * sysdeps/unix/bsd/sun: Directory and all subdirectories removed,
278         saved in ports repository.
279         * sysdeps/unix/sysv/linux/tcflush.c: Rewritten.
280         * sysdeps/unix/sysv/linux/tcflow.c: Rewritten.
282 2005-11-06  Ulrich Drepper  <drepper@redhat.com>
284         * malloc/malloc.c (munmap_chunk): Add sanity checks.
286         * sysdeps/pthread/configure: Fix comment.
288 2005-11-05  Ulrich Drepper  <drepper@redhat.com>
290         * configure.in: Remove gnu_as definition and everything using it.
291         * config.make.in: Remove gnu-as.
292         * config.h.in: Remove HAVE_GNU_AS.
294         * configure.in: Remove gnu_ld definition and everything using it.
295         * config.h.in: Remove HAVE_GNU_LD.
296         * config.make.in: Remove gnu-ld.
297         * csu/Makefile: Remove use of gnu-ld.
298         * csu/munch.awk: Removed.
299         * csu/munch-tmpl.c: Removed.
300         * include/libc-symbols.h: Remove use of HAVE_GNU_LD.
301         * posix/execl.c: Likewise.
302         * posix/execv.c: Likewise.
303         * stdio-common/psignal.c: Likewise.
304         * stdlib/exit.c: Likewise.
305         * string/strsignal.c: Likewise.
306         * string/tester.c: Likewise.
307         * sysdeps/generic/errlist.c: Likewise.
308         * sysdeps/generic/getenv.c: Likewise.
309         * sysdeps/generic/getgroups.c: Likewise.
310         * sysdeps/generic/init-posix.c: Likewise.
311         * sysdeps/posix/gettimeofday.c: Likewise.
312         * sysdeps/posix/system.c: Likewise.
313         * sysdeps/unix/bsd/init-posix.c: Likewise.
314         * sysdeps/unix/bsd/ulimit.c: Likewise.
315         * sysdeps/unix/bsd/sun/m68k/brk.S: Likewise.
316         * sysdeps/unix/bsd/sun/m68k/sethostid.S: Likewise.
317         * sysdeps/unix/bsd/sun/sparc/sethostid.S: Likewise.
318         * sysdeps/unix/i386/brk.S: Likewise.
319         * sysdeps/unix/sparc/brk.S: Likewise.
321         * configure.in: Remove test for support for subtracting local labels.
322         * config.h.in: Remove HAVE_SUBTRACT_LOCAL_LABELS.
323         * stdio-common/vfprintf.c: Remove test of
324         HAVE_SUBTRACT_LOCAL_LABELS.
326         * configure.in: If init_array/fini_array support is not available,
327         bail out.
328         * config.h.in: Remove trace of optional init_array/fini_array support.
329         * config.make.in: Likewise.
330         * csu/elf-init.c: Likewise.
331         * dlfcn/dlfcn.c: Likewise.
332         * elf/soinit.c: Likewise.
333         * sysdeps/ia64/elf/initfinit.c: Likewise.
335 2005-11-04  Roland McGrath  <roland@redhat.com>
337         * sysdeps/i386/configure.in (libc_mtune_example): Variable removed.
338         * sysdeps/i386/configure: Regenerated.
340         [BZ #1089]
341         * configure.in: Change order of add-on sysdeps directories,
342         so they are interleaved with main sysdeps directories.
343         * configure: Regenerated.
345 2005-11-03  Roland McGrath  <roland@redhat.com>
347         * NEWS: Synch with 2.3 branch updates.
349 2005-11-03  Ulrich Drepper  <drepper@redhat.com>
351         * sunrpc/svc.c (svc_getreq_poll): Fix inefficient loop test.
353 2005-11-03  Roland McGrath  <roland@redhat.com>
355         [BZ #1548]
356         * sunrpc/svc.c (svc_getreqset): Use ffsl instead of ffs on fd_mask,
357         make sure constant is long.
358         From Jay Lan <jlan@engr.sgi.com>.
360 2005-11-03  Ulrich Drepper  <drepper@redhat.com>
362         [BZ #1774]
363         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use simple
364         gethostbyname2 lookup if AI_V4MAPPED|AI_ALL is set.
366         * sysdeps/posix/getaddrinfo.c (gaih_inet): Avoid alloca when possible
367         while looking for scope delimiter.
368         Some pretty printing.
370 2005-10-31  Steven Munroe  <sjmunroe@us.ibm.com>
372         * sysdeps/powerpc/powerpc64/Makefile
373         (sysdep_routines, elide-routines.os): Add hp-timing.
374         * sysdeps/powerpc/powerpc64/hp-timing.c: New file.
375         * sysdeps/powerpc/powerpc64/hp-timing.h: New file.
376         * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: New file.
378 2005-10-31  Ulrich Drepper  <drepper@redhat.com>
380         * resolv/res_init.c (__res_iclose): New function.  Broken out of
381         res_nclose.  Take addition parameter which determines whether
382         addresses should be freed.
383         (res_nclose): Call __res_iclose.
384         (res_thread_freeres): Likewise.
385         * resolv/res_data.c (res_close): Call __res_iclose.
386         * resolv/res_libc.c (res_init): No need to separately free the
387         addresses.
388         (__res_maybe_init): Likewise.
389         * resolv/res_send.c: Use __res_iclose instead of res_nclose.
390         * resolv/Versions [GLIBC_PRIVATE]: Add __res_iclose.
391         * include/resolv.h: Declare __res_iclose.
392         Add libc_hidden_proto for __res_iclose.
393         * hesiod/hesiod.c (__hesiod_res_set): No need to free name server
394         addresses here again.
396         [BZ #1579]
397         * debug/execinfo.h: Change backtrace_symbols_fd comment.
399 2005-10-24  H.J. Lu  <hongjiu.lu@intel.com>
401         * sysdeps/ia64/fpu/libm-symbols.h (WEAK_LIBM_ENTRY): Add "__"
402         prefix to LOCAL_LIBM_ENTRY.
403         (WEAK_LIBM_END): Add "__" prefix to LOCAL_LIBM_END.
405 2005-10-26  Jakub Jelinek  <jakub@redhat.com>
407         * elf/dl-conflict.c (_dl_resolve_conflicts): Use _dl_debug_printf
408         instead of _dl_printf to print conflict processing debug message.
409         Reported by John Reiser <jreiser@BitWagon.com>.
411 2005-10-30  Ulrich Drepper  <drepper@redhat.com>
413         * misc/hsearch_r.c (hsearch_r): Remove duplicate test.
414         Patch by Chris Caputo <ccaputo@alt.net>.
416 2005-10-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
418         * sysdeps/unix/sh/sysdep.S: Remove unnecessary weak_alias.
419         * sysdeps/unix/sysv/linux/sh/socket.S: Honor NO_WEAK_ALIAS.
421 2005-10-28  Thorsten Kukuk  <kukuk@suse.de>
423         * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey): Fix off
424         by one error.
426 2005-10-24  Roland McGrath  <roland@redhat.com>
428         [BZ #1534]
429         * include/string.h: Use libc_hidden_proto for strnlen,
430         not libc_hidden_builtin_proto.
432 2005-10-23  Ulrich Drepper  <drepper@redhat.com>
434         * rt/mqueue.h: Cleanups.
436 2005-10-22  Roland McGrath  <roland@redhat.com>
438         [BZ #1254]
439         * sysdeps/mach/hurd/getpeername.c (__getpeername): Fix last change.
440         From Samuel Thibault <samuel.thibault@ens-lyon.org>.
442 2005-10-17  Thomas Schwinge  <tschwinge@gnu.org>
444         [BZ #1252]
445         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Don't use ?: as lvalue.
446         * sysdeps/mach/hurd/ioctl.c (__ioctl): Likewise.
448 2005-10-20  Ulrich Drepper  <drepper@redhat.com>
450         * iconvdata/ibm1364.h (__ucs4_to_ibm1364sb): Fix one mapping.
451         * iconvdata/ibm1388.h (__ucs4_to_ibm1388sb): Likewise.
452         * iconvdata/testdata/IBM1364: Add missing valid input.
453         * iconvdata/testdata/IBM1388: Likewise.
454         * iconvdata/testdata/IBM1364..UTF8: Adjust appropriately.
455         * iconvdata/testdata/IBM1388..UTF8: Likewise.
456         Patch by Masahide Washizawa <washi@jp.ibm.com>.
458 2005-08-23  GOTO Masanori  <gotom@debian.or.jp>
460         [BZ #1498]
461         * sysdeps/alpha/remqu.S: Return the correct result when the same
462         dividend and divisor are provided, and they're negative numbers.
463         * sysdeps/alpha/divqu.S: Likewise.
465 2005-10-18  Steven Munroe  <sjmunroe@us.ibm.com>
467         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ucontext_i.h (TESTS):
468         Define.
469         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.h (TESTS):
470         Likewise.
472 2005-10-19  Ulrich Drepper  <drepper@redhat.com>
474         * iconvdata/Makefile (modules): Add IBM1364, IBM1371, IBM1388, IBM1390,
475         and IBM1399.
476         (distribute): Add ibm1364.c, ibm1364.h, ibm1371.c, ibm1371.h,
477         ibm1388.c, ibm1388.h, ibm1390.c, ibm1390.h, ibm1399.c, and ibm1399.h.
478         * iconvdata/TESTS: Add entries for IBM1364, IBM1371, IBM1388, IBM1390,
479         and IBM1399.
480         * iconvdata/gconv-modules: Likewise.
481         * iconvdata/ibm1364.c: New file.
482         * iconvdata/ibm1364.h: New file.
483         * iconvdata/ibm1371.c: New file.
484         * iconvdata/ibm1371.h: New file.
485         * iconvdata/ibm1388.c: New file.
486         * iconvdata/ibm1388.h: New file.
487         * iconvdata/ibm1390.c: New file.
488         * iconvdata/ibm1390.h: New file.
489         * iconvdata/ibm1399.c: New file.
490         * iconvdata/ibm1399.h: New file.
491         * iconvdata/testdata/IBM1364: New file.
492         * iconvdata/testdata/IBM1364..UTF8: New file.
493         * iconvdata/testdata/IBM1371: New file.
494         * iconvdata/testdata/IBM1371..UTF8: New file.
495         * iconvdata/testdata/IBM1388: New file.
496         * iconvdata/testdata/IBM1388..UTF8: New file
497         * iconvdata/testdata/IBM1390: New file.
498         * iconvdata/testdata/IBM1390..UTF8: New file.
499         * iconvdata/testdata/IBM1399: New file.
500         * iconvdata/testdata/IBM1399..UTF8: New file.
501         Original patch by Masahide Washizawa <washi@jp.ibm.com>.
503 2005-10-17  Roland McGrath  <roland@redhat.com>
505         * elf/dl-load.c (MAP_COPY): When undefined, define to
506         MAP_PRIVATE|MAP_DENYWRITE instead of just MAP_PRIVATE.
507         (_dl_map_object_from_fd): Don't use MAP_DENYWRITE explicitly.
509 2005-10-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
511         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h (SC_STSZ, TESTS):
512         Define.
513         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h (SC_STSZ, TESTS):
514         Likewise.
516 2005-10-17  Ulrich Drepper  <drepper@redhat.com>
518         * libio/oldfileops.c (_IO_old_file_xsputn): Fix last patch.
519         Return EOF not 0.
521         * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Also
522         allow EACCES errors when opening /proc for now.
524         * wctype/wcfuncs.c: Don't use expensive wide char lookups in isw*
525         functions if character is in ASCII range.
526         * wctype/wcfuncs_l.c: Likewise.
528 2005-05-03  Robert Millan  <robertmh@gnu.org>
530         * abi-tags (.*-.*-knetbsd.*-gnu.*): New match, with ABI value 4.
531         * elf/cache.c (print_entry): Match the kNetBSD ABI tag.
533 2005-10-16  Alfred M. Szmidt  <ams@gnu.org>
535         * sysdeps/generic/bits/mman.h
536         [__USE_GNU] (MREMAP_MAYMOVE, REMAP_FIXED): New macros.
538 2005-10-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
540         * sysdeps/unix/sysv/linux/sh/makecontext.S: New file.
541         * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: New file.
542         * sysdeps/unix/sysv/linux/sh/sh4/getcontext.S: New file.
543         * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: New file.
544         * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S: New file.
545         * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: New file.
546         * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S: New file.
547         * sysdeps/unix/sysv/linux/sh/sh3/ucontext_i.h: New file.
548         * sysdeps/unix/sysv/linux/sh/sh4/ucontext_i.h: New file.
549         * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Removed.
550         * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: New file.
551         * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: New file.
553 2005-09-13  Jakub Jelinek  <jakub@redhat.com>
555         [BZ #1228]
556         * include/limits.h (LLONG_MIN, LLONG_MAX, ULLONG_MAX): Make sure these
557         are defined for -D_GNU_SOURCE or -D_ISOC99_SOURCE even when not
558         -std=c99.
560 2005-10-16  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
562         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MREMAP_FIXED.
564 2005-08-05  Alfred M. Szmidt  <ams@gnu.org>
566         [BZ #1252]
567         * sysdeps/mach/hurd/setitimer.c (restart_itimer): Move static fn
568         forward decl out of function body.
569         * sysdeps/mach/hurd/profil.c: Likewise.
571 2005-10-16  Roland McGrath  <roland@frob.com>
573         [BZ #1254]
574         * sysdeps/mach/hurd/getpeername.c (__getpeername): Respect *LEN
575         byte limit when setting ADDR->sa_family.
576         Reported by Samuel Thibault <samuel.thibault@ens-lyon.org>.
578         [BZ #1253]
579         * sysdeps/mach/hurd/dl-sysdep.h
580         [SHARED] (DL_ARGV_NOT_RELRO): New macro.
582         [BZ #1253]
583         * sysdeps/mach/hurd/i386/init-first.c (init): Make cast kosher.
584         (_hurd_stack_setup): Don't declare with arguments and ellipsis.
585         Use __builtin_frame_address and __builtin_return_address.
586         (_dl_init_first): Likewise.
588         [BZ #1249]
589         * sysdeps/mach/hurd/i386/init-first.c (_cthread_init_routine): Declare
590         as weak extern.
591         (init): Check for it being undefined.
593 2005-10-16  Daniel Jacobowitz  <dan@codesourcery.com>
594             Roland McGrath  <roland@redhat.com>
596         * Makerules [module-names] (extra-modules-build): New variable.
597         ($(extra-modules-build:%=$(objpfx)%.so)): New static pattern rule.
598         Depend on libc.so and libc_nonshared.a.
599         * dlfcn/Makefile ($(test-modules)): Remove static pattern rule.
600         * elf/Makefile (modules-names-nobuild): New variable, add filtmod1.
601         ($(test-modules)): Remove static pattern rule.
603 2005-10-15  Thomas Schwinge  <tschwinge@gnu.org>
605         * include/dirent.h: Include <stdbool.h>.
606         * sysdeps/mach/hurd/fdopendir.c: Include <fcntl.h>.
607         (fdopendir): Correct argument to _hurd_fd_get().
608         * sysdeps/mach/hurd/opendir.c (__opendir): Remove stray `}'.
610 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
612         [BZ #1224]
613         * posix/regcomp.c (init_word_char, duplicate_node_closure,
614         fetch_token, peek_token_bracket, build_range_exp,
615         build_collating_symbol): Remove forward decls; no longer needed
616         now that we use prototypes.
618 2005-10-15  Ulrich Drepper  <drepper@redhat.com>
620         [BZ #1221]
621         * posix/regex_internal.h: Remove last traces of
622         RE_NO_INTERNAL_PROTOTYPES.
624         [BZ #968]
625         * string/strxfrm_l.c (STRXFRM): Fix exit conditions of two loops.
627         * sysdeps/unix/fdopendir.c (fdopendir): Make sure descriptor
628         allows reading.
630         * wcsmbs/tst-mbrtowc2.c: Use de_DE.UTF-8 instead of en_US.UTF-8.
631         * wcsmbs/Makefile: Define tst-mbrtowc2-ENV.
633         * posix/regexec.c: Finish prototyping of static functions.
634         * posix/regex_internal.c: Likewise.
636 2005-10-14  Roland McGrath  <roland@frob.com>
638         * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): New function, broken
639         out of ...
640         (__opendir): ... here.  Call it.
641         * sysdeps/mach/hurd/fdopendir.c: New file.
643 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
645         [BZ #865]
646         * math/tgmath.h: Correctly determine result type for
647         __TGMATH_BINARY_REAL_ONLY,
648         __TGMATH_TERNARY_FIRST_SECOND_REAL_ONLY,
649         __TGMATH_TERNARY_REAL_ONLY, and __TGMATH_BINARY_REAL_IMAG.
651 2005-09-17  Andreas Jaeger  <aj@suse.de>
653         [BZ #865]
654         * math/test-tgmath-int.c: New file.
655         * math/Makefile (tests): Add test-tgmath-int.
657 2005-10-14  Ulrich Drepper  <drepper@redhat.com>
659         [BZ #804]
660         * malloc/tst-mtrace.sh: Work around for bootstraping.
662         * locale/programs/ld-collate.c (collate_output): Fix counting of
663         elements.  Don't limit table size.  Use correct secondary hash
664         function.
665         * locale/localeinfo.h (LIMAGIC): Change value returned for LC_COLLATE.
666         * posix/fnmatch_loop.c: Adjust for changed secondary hash function.
667         * posix/regcomp.c: Likewise.
669         * time/asctime.c (asctime_internal): Use __snprintf instead of
670         snprintf to avoid PLT entry.
672         * sysdeps/unix/opendir.c (__opendir): Pass extra argument to
673         __alloc_dir.
674         (__alloc_dir): Only close descriptor on error if new parameter is true.
675         * sysdeps/unix/fdopendir.c (fdopendir): Pass extra argument to
676         __alloc_dir.  Don't close fd on error.
677         * include/dirent.h (__alloc_dir): Adjust prototype.
679         * stdlib/Makefile (tests): Add tst-ucontext-off.
680         * stdlib/tst-ucontext-off.c: New file.
681         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h (TESTS): Define.
682         * sysdeps/unix/sysv/linux/i386/ucontext_i.h (TESTS): Likewise.
684         [BZ #1468]
685         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Fix values for
686         oFPREGS, oSIGMASK, oFPREGSMEM, and oMXCSR.
687         Patch by Nicholas Miell <nmiell@comcast.net>.
689         [BZ #1460]
690         * time/asctime.c (asctime_internal): New function, derived from
691         asctime_r.  Takes additional parameter which is the buffer length.
692         Use snprintf instead sprintf, if it overflows, fail.
693         (asctime_r): Call asctime_internal with 26 as buffer length.
694         (asctime): Call asctime_internal with length of internal buffer.
695         * time/Makefile (tests): Add bug-asctime_r.
696         * time/bug-asctime_r.c: New file.
698         [BZ #1459]
699         * time/asctime.c (__asctime_r): Check for tm_year computation to
700         overflow and fail in this case.
701         * time/Makefile (tests): Add bug-asctime.
702         * time/bug-asctime.c: New file.
704         [BZ #1458]
705         * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MREMAP_FIXED.
706         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
707         * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
708         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
709         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
710         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
711         * misc/sys/mman.h: Add ellipsis after last parameter of mremap and
712         adjust leading comment.
713         * sysdeps/unix/sysv/linux/syscalls.list: Add pointer parameter to
714         mremap syscall.
715         * include/sys/mman.h (__mremap): Add ellipsis.
716         * malloc/memusage.c: Adjust mremap wrapper for optional additional
717         parameter.
719 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
721         [BZ #1405]
722         * libio/iogetdelim.c (_IO_getdelim): Fix truncation of return
723         value.  Avoid overflow in computation.
725         [BZ #1373]
726         * argp/argp.h: Remove __NTH for __argp_usage inline function.
728 2005-08-26  Paul Eggert  <eggert@cs.ucla.edu>
730         [BZ #1248]
731         * posix/regex_internal.h (bitset_not, bitset_merge, bitset_not_merge,
732         bitset_mask, re_string_allocate, re_string_construct,
733         re_string_reconstruct, re_string_destruct, re_string_elem_size_at,
734         re_string_char_size_at, re_string_wchar_at, re_string_peek_byte_case,
735         re_string_fetch_byte_case, re_node_set_alloc, re_node_set_init_1,
736         re_node_set_init_2, re_node_set_init_copy, re_node_set_add_intersect,
737         re_node_set_init_union, re_node_set_merge, re_node_set_insert,
738         re_node_set_insert_last, re_node_set_compare, re_node_set_contains,
739         re_node_set_remove_at, re_dfa_add_node, re_acquire_state,
740         re_acquire_state_context): Remove unnecessary forward decls.
741         (re_string_char_size_at, re_string_wchar_at, re_string_elem_size_at):
742         Put __attribute at function definition, now that the function decl
743         has been removed.
744         * posix/regex_internal.c (re_string_peek_byte_case,
745         re_string_fetch_byte_case, re_node_set_compare, re_node_set_contains):
746         Likewise.
748 2005-08-23  Paul Eggert  <eggert@cs.ucla.edu>
750         [BZ #1231]
751         * posix/regex_internal.c (re_string_skip_chars, register_state,
752         calc_state_hash): Remove forward decls.
753         * posix/regexec.c (acquire_init_state_context, check_halt_node_context,
754         proceed_next_node, pop_fail_stack, sub_epsilon_src_nodes,
755         clean_state_log_if_needed): Likewise.
757 2005-10-13  Ulrich Drepper  <drepper@redhat.com>
759         * posix/regex.c: No need to use K&R definitions for static functions.
760         * posix/regex_internal.c: Likewise.
761         * posix/regcomp.c: Likewise.
763         [BZ #1466]
764         * sysdeps/generic/s_csqrt.c (__csqrt): For zero real part, return
765         principal square root.
766         * sysdeps/generic/s_csqrtf.c (__csqrtf): Likewise.
767         * sysdeps/generic/s_csqrtl.c (__csqrtl): Likewise.
768         * math/libm-test.inc (csqrt_test): Add test for returning
769         principal value.
771         * include/features.h: Define _POSIX_C_SOURCE to 200112 for
772         _XOPEN_SOURCE == 600.
774 2005-10-12  Ulrich Drepper  <drepper@redhat.com>
776         * malloc/malloc.c (_int_free): Fail if block size is obviously wrong.
778         * include/malloc.h: Remove _int_new_arena prototype.
779         * malloc/arena.c (_int_new_arena): Move definition ahead of
780         arena_get2 and make static.
782         Correctly implement M_MXFAST.
783         * malloc/malloc.c (struct malloc_state): Replace max_fast with flags
784         fields.
785         (global_max_fast): New variable.
786         (set_max_fast): Change to not require arena parameter and to modify
787         global_max_fast.  Change all callers.
788         (get_max_fast): New macro.  Use this instead of directly accessing
789         now removed max_fast arena member.
790         (have_fastchunks): Use flags instead of max_fast.
791         (clear_fastchunks): Likewise.
792         (set_fastchunks): Likewise.
793         (contiguous): Likewise.
794         (noncontiguous): Likewise.
795         (set_noncontiguous): Likewise.
796         (set_contiguous): Likewise.
797         (malloc_init_state): Explicitly set FASTCHUNKS_BIT.  Call set_max_fast
798         only for main arena.
799         * malloc/hooks.c (public_sET_STATe): Adjust set_max_fast use.
801 2005-10-10  Daniel Jacobowitz  <dan@codesourcery.com>
803         * sysdeps/generic/bits/byteswap.h (__bswap_constant_16): New macro.
804         (__bswap_16): Use it.
805         (__bswap_constant_32): New macro.
806         (__bswap_32): Use it.
808 2005-10-10  Ulrich Drepper  <drepper@redhat.com>
810         * malloc/arena.c (ptmalloc_unlock_all2): Reset atfork_recursive_cntr.
812 2005-10-08  Jakub Jelinek  <jakub@redhat.com>
814         * nss/getent.c (hosts_keys): Pass INADDRSZ as size rather
815         than IN6ADDRSZ to AF_INET gethostbyaddr.
817 2005-10-07  Roland McGrath  <roland@redhat.com>
819         [BZ #1438]
820         * include/features.h: Make tests on _FORTIFY_SOURCE and __OPTIMIZE__
821         friendly to -Wundef.
822         (__USE_FORTIFY_LEVEL): Always define it, to 0 if nothing else.
824 2005-10-06  Ulrich Drepper  <drepper@redhat.com>
826         * sysdeps/unix/sysv/linux/readonly-area.c: Allow fopen to fail because
827         the file does not exist.
829 2005-10-05  Simon Josefsson  <jas@extundo.com>
831         [BZ #1423]
832         * crypt/md5.h (MD5_DIGEST_SIZE, MD5_BLOCK_SIZE): New macros.
834 2005-10-05  Roland McGrath  <roland@redhat.com>
836         * crypt/Makefile (distribute): Remove duplicate defn.
838         * sysdeps/generic/ldsodefs.h (struct audit_ifaces):
839         Use ARCH_PLTENTER_MEMBERS and ARCH_PLTEXIT_MEMBERS macros if defined.
840         * elf/tst-auditmod1.c: Include <tst-audit.h> to define more
841         architecture-specific code.
842         * sysdeps/generic/tst-audit.h: New file.
843         * elf/Makefile (distribute): Add it.
845 2005-10-05  Daniel Jacobowitz  <dan@codesourcery.com>
847         * elf/elf.h (R_ARM_TLS_DTPMOD32, R_ARM_TLS_DTPOFF32,
848         R_ARM_TLS_TPOFF32, R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
849         R_ARM_TLS_LDO32, R_ARM_TLS_IE32, R_ARM_TLS_LE32): New macros.
851 2005-10-03  Roland McGrath  <roland@redhat.com>
853         * sysdeps/powerpc/nofpu: Directory removed, saved in ports repository.
855 2005-09-30  Ulrich Drepper  <drepper@redhat.com>
857         * posix/regex.h: Pretty printing.
858         Clean up namespace a bit.
860 2005-09-30  Jakub Jelinek  <jakub@redhat.com>
862         * posix/regexec.c (update_cur_sifted_state, check_arrival,
863         check_arrival_add_next_nodes): Avoid using uninitialized variable.
865         * malloc/memusage.c (dest): Fix a bunch of warnings on 32-bit arches.
867         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 4.0.x.
869 2005-09-29  Ulrich Drepper  <drepper@redhat.com>
871         * iconvdata/Makefile (modules): Add IBM803, IBM901, IBM902, IBM921,
872         IBM1008, IBM1008_420, IBM1097, IBM1112, IBM1123, IBM1130, IBM1140,
873         IBM1141, IBM1142, IBM1143, IBM1144, IBM1145, IBM1146, IBM1147, IBM1148,
874         IBM1149, IBM1166, IBM1167, IBM4517, IBM4899, IBM4909, IBM4971,
875         IBM5347, IBM9030, IBM9066, IBM9448, IBM12712, IBM16804.
876         (distribute): Add ibm803.c, ibm803.h, ibm901.c, ibm901.h, ibm902.c,
877         ibm902.h, ibm921.c, ibm921.h, ibm1008.c, ibm1008.h, ibm1008_420.c,
878         ibm1097.c, ibm1097.h, ibm1112.c, ibm1112.h, ibm1123.c, ibm1123.h,
879         ibm1130.c, ibm1130.h, ibm1140.c, ibm1140.h, ibm1141.c, ibm1141.h,
880         ibm1142.c, ibm1142.h, ibm1143.c, ibm1143.h, ibm1144.c, ibm1144.h,
881         ibm1145.c, ibm1145.h, ibm1146.c, ibm1146.h, ibm1147.c, ibm1147.h,
882         ibm1148.c, ibm1148.h, ibm1149.c, ibm1149.h, ibm1166.c, ibm1166.h,
883         ibm1167.c, ibm1167.h, ibm4517.c, ibm4517.h, ibm4899.c, ibm4899.h,
884         ibm4909.c, ibm4909.h, ibm4971.c, ibm4971.h, ibm5347.c, ibm5347.h,
885         ibm9030.c, ibm9030.h, ibm9066.c, ibm9066.h, ibm9448.c, ibm9448.h,
886         ibm12712.c, ibm12712.h, ibm16804.c, ibm16804.h.
887         * iconvdata/TESTS: Add entries for new modules.
888         * iconvdata/gconv-modules: Likewise.
889         * iconvdata/ibm803.c: New file.
890         * iconvdata/ibm803.h: New file.
891         * iconvdata/ibm901.c: New file.
892         * iconvdata/ibm901.h: New file.
893         * iconvdata/ibm902.c: New file.
894         * iconvdata/ibm902.h: New file.
895         * iconvdata/ibm921.c: New file.
896         * iconvdata/ibm921.h: New file.
897         * iconvdata/ibm1008.c: New file.
898         * iconvdata/ibm1008.h: New file.
899         * iconvdata/ibm1008_420.c: New file.
900         * iconvdata/ibm1097.c: New file.
901         * iconvdata/ibm1097.h: New file.
902         * iconvdata/ibm1112.c: New file.
903         * iconvdata/ibm1112.h: New file.
904         * iconvdata/ibm1123.c: New file.
905         * iconvdata/ibm1123.h: New file.
906         * iconvdata/ibm1130.c: New file.
907         * iconvdata/ibm1130.h: New file.
908         * iconvdata/ibm1140.c: New file.
909         * iconvdata/ibm1140.h: New file.
910         * iconvdata/ibm1141.c: New file.
911         * iconvdata/ibm1141.h: New file.
912         * iconvdata/ibm1142.c: New file.
913         * iconvdata/ibm1142.h: New file.
914         * iconvdata/ibm1143.c: New file.
915         * iconvdata/ibm1143.h: New file.
916         * iconvdata/ibm1144.c: New file.
917         * iconvdata/ibm1144.h: New file.
918         * iconvdata/ibm1145.c: New file.
919         * iconvdata/ibm1145.h: New file.
920         * iconvdata/ibm1146.c: New file.
921         * iconvdata/ibm1146.h: New file.
922         * iconvdata/ibm1147.c: New file.
923         * iconvdata/ibm1147.h: New file.
924         * iconvdata/ibm1148.c: New file.
925         * iconvdata/ibm1148.h: New file.
926         * iconvdata/ibm1149.c: New file.
927         * iconvdata/ibm1149.h: New file.
928         * iconvdata/ibm1166.c: New file.
929         * iconvdata/ibm1166.h: New file.
930         * iconvdata/ibm1167.c: New file.
931         * iconvdata/ibm1167.h: New file.
932         * iconvdata/ibm4517.c: New file.
933         * iconvdata/ibm4517.h: New file.
934         * iconvdata/ibm4899.c: New file.
935         * iconvdata/ibm4899.h: New file.
936         * iconvdata/ibm4909.c: New file.
937         * iconvdata/ibm4909.h: New file.
938         * iconvdata/ibm4971.c: New file.
939         * iconvdata/ibm4971.h: New file.
940         * iconvdata/ibm5347.c: New file.
941         * iconvdata/ibm5347.h: New file.
942         * iconvdata/ibm9030.c: New file.
943         * iconvdata/ibm9030.h: New file.
944         * iconvdata/ibm9066.c: New file.
945         * iconvdata/ibm9066.h: New file.
946         * iconvdata/ibm9448.c: New file.
947         * iconvdata/ibm9448.h: New file.
948         * iconvdata/ibm12712.c: New file.
949         * iconvdata/ibm12712.h: New file.
950         * iconvdata/ibm16804.c: New file.
951         * iconvdata/ibm16804.h: New file.
952         * iconvdata/testdata/IBM803: New file.
953         * iconvdata/testdata/IBM803..UTF8: New file.
954         * iconvdata/testdata/IBM901: New file.
955         * iconvdata/testdata/IBM901..UTF8: New file.
956         * iconvdata/testdata/IBM902: New file.
957         * iconvdata/testdata/IBM902..UTF8: New file.
958         * iconvdata/testdata/IBM921: New file.
959         * iconvdata/testdata/IBM921..UTF8: New file.
960         * iconvdata/testdata/IBM1008: New file.
961         * iconvdata/testdata/IBM1008..UTF8: New file.
962         * iconvdata/testdata/IBM1097: New file.
963         * iconvdata/testdata/IBM1097..UTF8: New file.
964         * iconvdata/testdata/IBM1112: New file.
965         * iconvdata/testdata/IBM1112..UTF8: New file.
966         * iconvdata/testdata/IBM1123: New file.
967         * iconvdata/testdata/IBM1123..UTF8: New file.
968         * iconvdata/testdata/IBM1130: New file.
969         * iconvdata/testdata/IBM1130..UTF8: New file.
970         * iconvdata/testdata/IBM1140: New file.
971         * iconvdata/testdata/IBM1140..UTF8: New file.
972         * iconvdata/testdata/IBM1141: New file.
973         * iconvdata/testdata/IBM1141..UTF8: New file.
974         * iconvdata/testdata/IBM1142: New file.
975         * iconvdata/testdata/IBM1142..UTF8: New file.
976         * iconvdata/testdata/IBM1143: New file.
977         * iconvdata/testdata/IBM1143..UTF8: New file.
978         * iconvdata/testdata/IBM1144: New file.
979         * iconvdata/testdata/IBM1144..UTF8: New file.
980         * iconvdata/testdata/IBM1145: New file.
981         * iconvdata/testdata/IBM1145..UTF8: New file.
982         * iconvdata/testdata/IBM1146: New file.
983         * iconvdata/testdata/IBM1146..UTF8: New file.
984         * iconvdata/testdata/IBM1147: New file.
985         * iconvdata/testdata/IBM1147..UTF8: New file.
986         * iconvdata/testdata/IBM1148: New file.
987         * iconvdata/testdata/IBM1148..UTF8: New file.
988         * iconvdata/testdata/IBM1149: New file.
989         * iconvdata/testdata/IBM1149..UTF8: New file.
990         * iconvdata/testdata/IBM1166: New file.
991         * iconvdata/testdata/IBM1166..UTF8: New file.
992         * iconvdata/testdata/IBM1167: New file.
993         * iconvdata/testdata/IBM1167..UTF8: New file.
994         * iconvdata/testdata/IBM4517: New file.
995         * iconvdata/testdata/IBM4517..UTF8: New file.
996         * iconvdata/testdata/IBM4899: New file.
997         * iconvdata/testdata/IBM4899..UTF8: New file.
998         * iconvdata/testdata/IBM4909: New file.
999         * iconvdata/testdata/IBM4909..UTF8: New file.
1000         * iconvdata/testdata/IBM4971: New file.
1001         * iconvdata/testdata/IBM4971..UTF8: New file.
1002         * iconvdata/testdata/IBM5347: New file.
1003         * iconvdata/testdata/IBM5347..UTF8: New file.
1004         * iconvdata/testdata/IBM9030: New file.
1005         * iconvdata/testdata/IBM9030..UTF8: New file.
1006         * iconvdata/testdata/IBM9066: New file.
1007         * iconvdata/testdata/IBM9066..UTF8: New file.
1008         * iconvdata/testdata/IBM9448: New file.
1009         * iconvdata/testdata/IBM9448..UTF8: New file.
1010         * iconvdata/testdata/IBM12712: New file.
1011         * iconvdata/testdata/IBM12712..UTF8: New file.
1012         * iconvdata/testdata/IBM16804: New file.
1013         * iconvdata/testdata/IBM16804..UTF8: New file.
1014         Patch by Masahide WASHIZAWA <washi@jp.ibm.com>.
1016         * iconvdata/run-iconv-test.sh: Run ASCII->encoding->ASCII suntzus
1017         test only if $subset is N.
1019 2005-09-29  Roland McGrath  <roland@redhat.com>
1021         [BZ #1392]
1022         * posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const.
1024 2005-09-29  Alfred M. Szmidt  <ams@gnu.org>
1026         * elf/rtld.c [DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args):
1027         Don't use attribute_relro.
1029 2005-09-29  Roland McGrath  <roland@redhat.com>
1031         [BZ #1392]
1032         * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer,
1033         in case __typeof yields a const-qualified type.
1035 2005-09-28  Ulrich Drepper  <drepper@redhat.com>
1037         * dirent/dirent.h: Declare fdopendir.
1038         * dirent/Versions: Export fdopendir for GLIBC_2.4.
1039         * dirent/Makefile (routines): Add fdopendir.
1040         (tests): Add tst-fdopendir.
1041         * dirent/tst-fdopendir.c: New file.
1042         * include/dirent.h: Declare __alloc_dir.
1043         * sysdeps/generic/fdopendir.c: New file.
1044         * sysdeps/unix/fdopendir.c: New file.
1045         * sysdeps/unix/opendir.c: Split off back part of opendir into new
1046         function __alloc_dir.
1048 2005-09-26  Steven Munroe  <sjmunroe@us.ibm.com>
1050         [BZ #1384]
1051         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn,
1052         ynf results.
1054 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
1055             Ulrich Drepper  <drepper@redhat.com>
1057         [BZ #1302]
1058         Change bitset word type from unsigned int to unsigned long int,
1059         as this has better performance on typical 64-bit hosts.  Change
1060         bitset type name to bitset_t.
1061         * posix/regcomp.c (build_equiv_class, build_charclass):
1062         (build_range_exp, build_collating_symbol):
1063         Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual
1064         argument is a bitset.  This is merely a style issue, but it makes
1065         it clearer that an entire array is expected.
1066         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps,
1067         lower_subexp): Adjust for new bitset_t definition.
1068         (lower_subexp, parse_bracket_exp, built_charclass_op): Likewise.
1069         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain,
1070         bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise.
1071         * posix/regexec.c (check_dst_limits_calc_pos_1,
1072         check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates):
1073         Likewise.
1074         * posix/regcomp.c (utf8_sb_map): Don't assume initializer
1075         == 0xffffffff.
1076         * posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
1077         All uses changed.
1078         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
1079         (bitset_word_t): New type, replacing 'unsigned int' for bitset uses.
1080         All uses changed.
1081         (BITSET_WORD_MAX): New macro.
1082         (bitset_set, bitset_clear, bitset_contain, bitset_empty,
1083         (bitset_set_all, bitset_copy):  Adjust for bitset_t change.
1084         (bitset_empty, bitset_copy):
1085         Prefer sizeof (bitset_t) to multiplying it out ourselves.
1086         (bitset_not_merge): Remove; unused.
1087         (bitset_contain): Return bool, not unsigned int with one bit on.
1088         All callers changed.
1089         * posix/regexec.c (build_trtable): Don't assume bitset_t has no
1090         stricter alignment than re_node_set; do this by defining a new
1091         internal type struct dests_alloc and using it to allocate memory.
1093 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
1095         [BZ #1230]
1096         * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object.
1097         (TOLOWER_C): Define.  Use it when recognizing inf and nan.
1098         * stdlib/Makefile (tests): Add bug-strtod2.
1099         * stdlib/bug-strtod2.c: New file.
1101 2005-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
1103         [BZ #1361]
1104         * argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
1105         * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
1106         argp/argp-xinl.c: Fix up whitespace.
1108 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
1110         [BZ #1158]
1111         * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in
1112         which the functions were registered.
1113         * dlfcn/Makefile: Add rules to build and run bug-atexit1 and
1114         bug-atexit2.
1115         * dlfcn/bug-atexit1.c: New file.
1116         * dlfcn/bug-atexit1-lib.c: New file.
1117         * dlfcn/bug-atexit2.c: New file.
1118         * dlfcn/bug-atexit2-lib.c: New file.
1120         [BZ #1078]
1121         * libio/fileops.c (_IO_new_file_xsputn): Determine amount of
1122         available space in non-line-buffered buffer correctly.
1123         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
1124         * stdio-common/Makefile (tests): Add tst-fwrite.
1125         * stdio-common/tst-fwrite.c: New file.
1127 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
1129         [BZ #838]
1130         * malloc/arena.c (ptmalloc_lock_all): If global lock already taken
1131         by the same thread, just bump the counter.
1132         (ptmalloc_unlock_all): If counter for recursive locks hasn't reached
1133         zero, don't do anything else.
1134         * malloc/Makefile (tests): Add tst-mallocfork.
1135         * malloc/tst-mallocfork.c: New file.
1137         [BZ #808]
1138         * malloc/malloc.c (_int_realloc): Make error message clearer.
1140         [BZ #713]
1141         * libio/iofgets.c: Treat N==1 correctly.
1142         * libio/iofgets_u.c: Likewise.
1143         * libio/iofgetws.c: Likewise.
1144         * libio/iofgetws_u.c: Likewise.
1145         * stdio-common/Makefile (tests): Add tst-fgets.
1146         * stdio-common/tst-fgets.c: New file.
1148 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
1150         [BZ #652]
1151         * posix/getconf.c: Add new option -a to print the names of
1152         the current system configuration variables to stdout.
1153         Based on patch from Josh Aas <josha@sgi.com>.
1155 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
1157         [BZ #644]
1158         * sysdeps/posix/getaddrinfo.c (fls): New function.
1159         (gaih_inet): Don't use ffs, use fls.  Convert address to native byte
1160         order first.
1161         * posix/Makefile (tests): Add tst-rfc3484.
1162         * posix/tst-rfc3484.c: New file.
1164         [BZ #627]
1165         * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
1166         before destroying it as part of the _IO_FINISH call.
1167         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
1169         [BZ #524]
1170         * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
1171         number of bits is multiple of 8.
1172         Patch by Fredrik Tolf <fredrik@dolda2000.com>.
1174         [BZ #516]
1175         * elf/dl-load.c: Report failed loading due to ELF class mismatch
1176         with better words.
1178         [BZ #162]
1179         * manual/llio.texi (Waiting for I/O): Correct description of read
1180         conditions reported by select.
1182 2005-09-24  Jakub Jelinek  <jakub@redhat.com>
1184         * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.
1185         Return 1 only if result == 1.  Patch by Benoit Capelle.
1187 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
1189         [BZ #278]
1190         * manual/stdio.texi (Hook Functions): Correct type of position
1191         parameter of seeker and fix fallout of the change in the text.
1193         [BZ #714]
1194         * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of
1195         left-over bytes and store them correctly.
1196         * wcsmbs/tst-mbrtowc2.c: New file.
1197         * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
1199 2005-09-24  Roland McGrath  <roland@redhat.com>
1201         * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.
1202         * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
1204 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
1206         [BZ #545]
1207         * locale/iso-639.def: More updates from the current spec.
1209         * locale/programs/ld-address.c (address_finish): Produce better
1210         error messages for invalid lang_ab use.
1212         * locale/iso-639.def: Add a few updates from current spec.
1214 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
1216         [BZ #704]
1217         * locale/iso-4217.def: Replace MGF with MGA.
1219         * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of
1220         array.
1221         * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access.
1223 2004-08-13  GOTO Masanori  <gotom@debian.or.jp>
1225         [BZ #395]
1226         * iconvdata/jis0208.c: Remove 0x005C mapping from
1227         __jisx0208_from_ucs4_lat1.
1228         Reported by Fumitoshi UKAI <ukai@debian.or.jp>
1230 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
1232         [BZ #394]
1233         * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
1234         nothing can be written.
1235         * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
1236         set error bit.
1238 2005-09-22  Ulrich Drepper  <drepper@redhat.com>
1240         [BZ #281]
1241         * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
1242         * posix/regcomp.c: Remove unnecessary uses of
1243         unsigned RE_TRANSLATE_TYPE.
1244         * posix/regex_internal.h: Likewise.
1245         * posix/regex_internal.c: Likewise.
1246         * posix/regexexec.c: Likewise.
1247         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
1249         [BZ #1035]
1250         * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
1252         [BZ #1363]
1253         * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
1254         free call in code handling detection of GC runs.
1256 2005-09-22  Roland McGrath  <roland@redhat.com>
1258         * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
1259         static __thread variable.
1260         From Alexandre Oliva <aoliva@redhat.com>
1262         * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
1263         Reported by Alexandre Oliva <aoliva@redhat.com>.
1265 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
1267         * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
1269 2005-09-20  Roland McGrath  <roland@redhat.com>
1271         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl.
1273         [BZ #1346]
1274         * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro
1275         magic on __stack_prot only if [SHARED].  Skip mprotect if __stack_prot
1276         lies outside the page-rounded-down relro region.
1278 2005-09-19  Richard Henderson  <rth@redhat.com>
1280         [BZ #1358]
1281         * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
1282         to a temporary first.
1283         (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
1284         (inline_syscall5, inline_syscall6): Likewise.
1286         * sysdeps/alpha/ldiv.S (lldiv): Add alias.
1288 2005-09-17  Ulrich Drepper  <drepper@redhat.com>
1290         [BZ #1010]
1291         * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
1293         [BZ #1053]
1294         * debug/xtrace.sh: Add missing escape character in -? match.
1295         Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
1297         [BZ #1051]
1298         * wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
1299         * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
1300         __END_NAMESPACE_C99 in one place.
1301         * scripts/begin-end-check.pl: New file.
1302         Patch by Ralph Loader <suckfish@ihug.co.nz>.
1303         * Makefile: Add rules to run scripts/begin-end-check.pl.
1305 2005-09-17  Andreas Jaeger  <aj@suse.de>
1307         * timezone/zdump.c: Include ctype.h.
1309 2005-09-16  Andreas Jaeger  <aj@suse.de>
1311         [BZ #1047]
1312         * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
1314 2005-09-16  Maciej W. Rozycki  <macro@linux-mips.org>
1316         [BZ #933]
1317         * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of
1318         the syscall immediately before invocation.
1319         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise.
1320         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise.
1322         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
1323         macros to handle GP.
1324         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall):
1325         Likewise.  Update inaccurate comments.
1327 2005-09-13  Ulrich Drepper  <drepper@redhat.com>
1329         * sysdeps/posix/spawni.c (__spawni): Automatically recognize some
1330         more cases when we can use vfork.
1332 2005-08-29  Thomas Schwinge  <schwinge@nic-nac-project.de>
1334         [BZ #1261]
1335         * manual/memory.texi (Hooks for Malloc): Correct prototype of
1336         my_init_hook and definition of my_free_hook.
1338 2005-09-12  Roland McGrath  <roland@redhat.com>
1340         [BZ #1331]
1341         * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
1342         macro argument.
1343         Reported by Matej Vela <vela@debian.org>.
1345 2005-09-12  Jakub Jelinek  <jakub@redhat.com>
1347         * malloc/malloc.c (struct malloc_chunk): Fix comment typo.
1348         (public_cALLOc): For mmapped chunks and perturb_byte != 0,
1349         don't clear SIZE_SZ bytes more than should be cleared.
1351 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
1353         * inet/getnetgrent_r.c: Include assert.
1354         (setup): Remove FUNC_NAME and ALL arguments, assume they are always
1355         "setnetgrent" and 1.
1356         (endnetgrent_hook): New function.
1357         (internal_endnetgrent): Use it.
1358         (__internal_setnetgrent_reuse): Use it.  Adjust setup caller.
1359         If status is NSS_STATUS_SUCCESS, yet action is continue, call
1360         endnetgrent hook.
1361         (internal_getnetgrent_r): Use __nss_lookup_function rather than
1362         setup.  Recompute getfct pointer after successful
1363         __internal_setnetgrent_reuse.  Don't use __nss_next.
1364         (innetgr): Use __nss_lookup_function instead of __nss_lookup.
1365         Adjust setup caller.
1366         * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
1367         data_size and cursor.  Add libnss_files_hidden_proto and
1368         libnss_files_hidden_def.
1369         (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
1370         * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
1371         data_size and cursor.
1372         (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
1373         (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
1374         * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
1375         data_size and position.
1376         (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
1378 2005-09-09  Ulrich Drepper  <drepper@redhat.com>
1380         * nss/getent.c (netgroup_keys): Call endnetgrent.
1381         (main): Call mtrace.
1383         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
1384         need locking for the stream.  Use feof_unlocked.
1386 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
1388         [BZ #1318]
1389         * locale/loadarchive.c (_nl_load_locale_from_archive): Free
1390         normalized_codeset even if p was already normalized.
1391         Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
1393 2005-09-08  Roland McGrath  <roland@redhat.com>
1395         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
1396         properly, first byte is bit number in mask.  Skip disabled caps.
1398 2005-07-11  Derek R. Price  <derek@ximbiot.com>
1400         [BZ #1061]
1401         * sysdeps/generic/glob.c (glob): Only a 0 return from
1402         getlogin_r means success, according to POSIX 1003.2.
1404 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
1406         [BZ #1033]
1407         * time/mktime.c: Import from gnulib.
1408         The following macros are now consistent with other gnulib code.
1409         This does not change mktime's behavior.
1410         (TYPE_IS_INTEGER): New macro.
1411         (time_t_is_integer): Use it.
1412         (TYPE_TWOS_COMPLEMENT): New macro.
1413         (twos_complement_arithmetic): Use it.
1414         (TYPE_ONES_COMPLEMENT): New macro.
1415         (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
1416         mktime doesn't use this, but the code now matches other gnulib code.
1417         (ranged_convert): Pacify GCC 4.0 in a different way, which
1418         generates a few bytes less code.
1419         (ranged_convert, __mktime_internal): When calling a function via a
1420         pointer P, use P () rather than (*P) (), as we now assume C89 or
1421         better.
1423 2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
1425         * timezone/test-tz.c: Update to match tzdata2005m.
1426         * timezone/tst-timezone.c: Likewise.
1428 2005-09-07  Ulrich Drepper  <drepper@redhat.com>
1430         * posix/regexec.c (find_recover_state): Remove unnecessary
1431         initialization.
1432         (transit_state_bkref): Make DFA a const pointer.
1433         (get_subexp): Likewise.
1434         (check_arrival): Likewise.
1435         (update_cur_sifted_state): Likewise.
1436         (re_search_internal): Likewise.
1437         (prune_impossible_nodes): Likewise.
1438         (acquire_init_state_context): Likewise.
1439         (proceed_next_node): Likewise.
1440         (set_regs): Likewise.
1441         (free_fail_stack_return): Likewise.
1442         (check_arrival_expand_ecl): Mark DFA parameter as const.
1443         (check_arrival_expand_ecl_sub): Likewise.
1444         (check_subexp_limits): Likewise.
1445         (sub_epsilon_src_nodes):  Likewise.
1446         (add_epsilon_src_nodes):  Likewise.
1447         (merge_state_array): Likewise.
1448         (update_regs): Likewise.
1449         (build_trtable): Likewise.
1450         (sift_states_backward): Mark MCTX parameter as const.
1451         (build_sifted_states): Likewise.
1452         (update_cur_sifted_state): Likewise.
1453         (sift_states_mkref): Likewise.
1454         (check_arrival_expand_ecl): Mark eclosure as const.
1455         (check_dst_limits_calc_pos_1): Likewise.
1456         * posix/regex_internal.h (re_match_context_t): Make dfa a const
1457         pointer.
1459 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1461         * timezone/africa: Update from tzdata2005m.
1462         * timezone/asia: Likewise.
1463         * timezone/australasia: Likewise.
1464         * timezone/backward: Likewise.
1465         * timezone/europe: Likewise.
1466         * timezone/northamerica: Likewise.
1467         * timezone/southamerica: Likewise.
1468         * timezone/zone.tab: Likewise.
1469         * timezone/zdump.c: Update from tzcode2005m.
1471         * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
1472         (transit_state_sb): Likewise.
1473         (transit_state_mb): Likewise.
1474         (sift_states_iter_mb): Likewise.
1475         (check_arrival_add_next_nodes): Likewise.
1476         (check_node_accept_bytes): Change first parameter to pointer-to-const.
1477         [_LIBC] (re_search_2_stub): Use mempcpy.
1479         * posix/regex_internal.c (re_string_reconstruct): Avoid calling
1480         mbrtowc for very simple UTF-8 case.
1482 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
1484         * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
1485         bugs in int versus size_t comparisons.
1487 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1489         * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
1490         a pointer-to-const.
1491         (re_acquire_state_context): Likewise.
1492         * posix/regex_internal.h: Adjust prototypes.
1494 2005-08-31  Jim Meyering  <jim@meyering.net>
1496         * posix/regcomp.c (search_duplicated_node): Make first pointer arg
1497         a pointer-to-const.
1498         * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
1499         register_state): Likewise.
1500         * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
1501         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
1502         (group_nodes_into_DFAstates): Likewise.
1504 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1506         * posix/regexec.c (re_search_internal): Simplify update of
1507         rm_so and rm_eo by replacing "if (A == B) A += C - B;"
1508         with the equivalent of "if (A == B) A = C;".
1510 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1512         * posix/regcomp.c (re_compile_internal): Change third parameter type
1513         to size_t.
1514         (init_dfa): Likewise.  Make sure that arithmetic on pat_len doesn't
1515         overflow.
1516         * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
1517         and nodes_len to size_t.
1518         * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
1519         new_nodes_alloc.  Check for overflow.
1521 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
1523         * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
1524         (optimize_subexps, lower_subexp):
1525         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
1526         since the signed shift might overflow.  Use 1u<<31 instead.
1527         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
1528         Likewise.
1529         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
1530         (check_subexp_matching_top): Likewise.
1531         * posix/regcomp.c (optimize_subexps, lower_subexp):
1532         Use CHAR_BIT rather than 8, for clarity.
1533         * posix/regexec.c (check_dst_limits_calc_pos_1):
1534         (check_subexp_matching_top): Likewise.
1535         * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
1536         don't have to worry about portability issues when shifting it left.
1537         Remove no-longer-needed test for table_size > 0.
1538         * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
1539         are in a word, as the resulting behavior is undefined.
1540         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
1541         in one case, a <= should have been an <, and in another case the
1542         whole test was missing.
1543         * posix/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
1544         the standard name CHAR_BIT.
1546         * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
1547         next_last_offset.
1548         (struct re_dfa_t): Remove unused member states_alloc.
1549         * posix/regcomp.c (init_dfa): Don't initialize unused members.
1551 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1553         * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
1555         alloca modernization/simplification for regex.
1556         * posix/regex.c: Remove portability cruft for alloca.  This no longer
1557         needs to be at the start of the file, and can be moved into
1558         regex_internal.h and simplified.
1559         * posix/regex_internal.h: Include <alloca.h>.
1560         (__libc_use_alloca) [!defined _LIBC]: New macro.
1561         * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
1562         since the code now works outside glibc.
1564 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1566         * include/regex.h: Remove use of _RE_ARGS.
1568 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
1570         * posix/regexec.c (find_recover_state): Change "err" to "*err".
1572 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
1574         * posix/regcomp.c (regerror): Pointer args are 'restrict',
1575         as per POSIX.
1576         * posix/regex.h (regerror): Likewise.
1577         * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
1578         Similarly for regcomp and regexec.  Also, first 2 args of regexec
1579         and 2nd arg of regerror are const.
1581         * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
1582         requires this.  (The code never needed it.)
1584 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
1586         * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
1587         int, not reg_errcode_t.
1589         * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
1590         since some broken compilers warn about it otherwise.
1592         * posix/regcomp.c (create_initial_state): Remove duplicate decl.
1594 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
1596         * posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
1597         C89 or better.  All uses removed.
1599 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1601         * posix/regex.c: Prevent using C++ compilers.
1603 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1605         * posix/regcomp.c (duplicate_node): Return new index, not an error
1606         code, and let the caller return REG_ESPACE if out of space.  This
1607         removes an uninitialied-variable warning with GCC 4.0.1, and also
1608         avoids taking the address of a local variable.  All callers
1609         changed.
1611 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1613         * include/time.h (__strptime_internal): Rename parameter to avoid
1614         bogus compiler warning.
1616 2005-08-19  Jim Meyering  <jim@meyering.net>
1618         * posix/regexec.c (proceed_next_node): Redo local variables to
1619         avoid GCC shadowing warnings.
1621 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
1623         * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
1624         (re_acquire_state_context): Likewise.
1626 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
1628         * posix/regex_internal.c (re_string_realloc_buffers):
1629         (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
1630         Rename local variables to avoid GCC shadowing warnings.
1632 2005-07-08  Eric Blake  <ebb9@byu.net>
1633             Paul Eggert  <eggert@cs.ucla.edu>
1635         * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
1636         wchar_t.  Remove now-unnecessary cast.
1637         (build_range_exp): Likewise.
1639 2005-08-31  Bob Wilson  <bob.wilson@acm.org>
1641         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf):  Remove the
1642         exponent bias from the increment value for scaling by 2^60.
1644 2005-09-05  Alexandre Oliva  <aoliva@redhat.com>
1646         * configure.in: Compile source test file with -fPIC for -shared.
1648 2005-09-04  Ulrich Drepper  <drepper@redhat.com>
1650         * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
1651         it wasn't used.  Remove use of from_object and to_object variable,
1652         replace with some constants.  Adjust users.
1654         * sysdeps/i386/bits/string.h: Removed.
1656         * stdio-common/Makefile (tests): Add tst-put-error.
1657         * stdio-common/tst-put-error.c: New file.
1658         * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
1659         data would have to be written signal error.
1660         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
1662         * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
1664 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
1666         * elf/dl-load.c (_dl_map_object_from_fd): No need to change
1667         protection of memory used for the last segment.
1669 2005-08-22  Robert Millan  <robertmh@gnu.org>
1671         * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
1672         * sysdeps/generic/nfs/nfs.h: ... here.
1674 2005-09-01  Ulrich Drepper  <drepper@redhat.com>
1676         * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
1677         Add __wur to feof{,_unlocked}, ferror{,_unlocked},
1678         fileno{,_unlocked}, and popen.
1680 2005-08-30  Ulrich Drepper  <drepper@redhat.com>
1682         * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
1684 2005-08-01  Bob Wilson  <bob.wilson@acm.org>
1685             Richard Sandiford  <richard@codesourcery.com>
1687         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
1688         exponent bias to the value for 2^126.
1690 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
1691             Alan Modra  <amodra@bigpond.net.au>
1693         * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
1694         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
1695         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
1697 2005-08-23  Ulrich Drepper  <drepper@redhat.com>
1699         * nscd/nscd.c (main): Use error while process isn't running in the
1700         background, not dbg_log.
1701         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
1702         Mark messages with _().  Unify testing for database name.
1704         * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
1705         (dbs): Initialize max_db_size fields.
1706         (nscd_init): When mapping the database, use max_db_size as the
1707         mapping size even if it is bigger than the file size.
1708         * nscd/mem.c (mempool_alloc): When resizing the file make sure the
1709         limit in max_db_size is not exceeded.  Don't use mremap, just
1710         posix_fallocate is enough (according to Linus).  Use posix_fallocate
1711         correctly.
1712         * nscd/nscd.conf: Add max-db-size parameters.
1713         * nscd/nscd.h (struct database_dyn): Add max_db_size field.
1714         Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
1715         Temporarily define TEMP_FAILURE_RETRY_VAL here.
1716         * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
1717         and add sanity checks for it.
1719         * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
1720         send reply.
1721         * nscd/connection.c (writeall): Likewise.
1722         (handle_request): Likewise.
1723         * nscd/grpcache.c (cache_addgr): Likewise.
1724         * nscd/hstcache.c (cache_addhst): Likewise.
1725         * nscd/initgrcache.c (addinitgroupsX): Likewise.
1726         * nscd/nscd.c (parse_opt): Likewise.
1727         * nscd/nscd_stat.c (send_stats): Likewise.
1728         (receive_print_stats): Likewise.
1729         * nscd/pwdcache.c (cache_addpw): Likewise.
1731         * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
1733 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
1735         * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
1736         sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
1737         Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
1738         * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
1739         * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
1740         len by sizeof (wchar_t).
1741         * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
1742         * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
1743         Fix type of SRC argument.  Pass &SRC rather than SRC to
1744         __mbsrtowcs.
1745         * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
1746         to __wcsrtombs.
1747         * debug/tst-chk1.c: Include assert.h.
1748         (do_test): Change enough array from VLA into a fixed size array.
1749         Assert that MB_CUR_MAX is <= sizeof (enough).  Use FAIL () macro
1750         instead of print error details.  Add several new tests.
1751         Kill some unused variable warnings.
1753 2005-08-21  Ulrich Drepper  <drepper@redhat.com>
1755         * resolv/res_send.c (Aerror): Fix printing IP address.
1757         * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
1759 2005-08-19  H.J. Lu  <hongjiu.lu@intel.com>
1761         * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
1763 2005-08-17  Robert Love  <rml@novell.com>
1765         * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
1767 2005-08-19  Bruno Haible  <bruno@clisp.org>
1769         * intl/localealias.c (read_alias_file): In case of failure, close the
1770         file descriptor and sort the array before returning.
1772 2005-08-19  Ulrich Drepper  <drepper@redhat.com>
1774         * malloc/Makefile: Link libmemusage.so with ld.so.
1775         * malloc/memusage.c: Use atomic operations for all counter and size
1776          computations.  Handle thread stacks.
1777         * sysdeps/generic/memusage.h: Define memusage_cntr_t and
1778         memusage_size_t.
1779         * sysdeps/i386/i686/memusage.h: New file.
1780         * include/atomic.h: Define atomic_max and atomic_min.
1782         * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
1784 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
1786         [BZ #1207]
1787         * posix/regex.h: Remove spurious space-before-tab.  From gnulib.
1789 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
1791         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1792         sys/inotify.h.
1793         * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
1794         * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
1796         * nscd/cache.c (prune_cache): Add more debug output.  Only for
1797         debug level 3 and higher and very verbose.
1799         * nscd/cache.c (prune_cache): Use stat64 not stat.
1800         * nscd/connections.c (nscd_init): Likewise.
1802 2005-08-10  Sergio Gelato  <Sergio.Gelato@astro.su.se>
1804         [BZ #1188]
1805         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
1806         from (len > 0) to (len >= 0).
1808 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
1810         * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
1811         Reported by Thomas Schwinge.
1813 2005-08-15  Jakub Jelinek  <jakub@redhat.com>
1815         * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
1817 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
1819         * nss/getent.c (more_help): Use open_memstream instead of handling
1820         memory allocation ourselves.
1822 2005-08-16  Jay Fenlason  <fenlason@redhat.com>
1824         * nss/getent.c (parse_options): change the -s option to support
1825         {database}:{search} to override /etc/resolv.conf for only the
1826         specified database.
1828 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
1830         * nscd/connections.c (main_loop_epoll): Pass NULL as event
1831         argument for epoll_ctl(EPOLL_CTL_DEL) calls.
1833         * nscd/nscd_stat.c (receive_print_stats): Really print values of
1834         thread number, paranoia, and restart interval the server is using.
1836         * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
1837         * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
1838         * debug/vfprintf_chk.c: Add libc_hidden_def.
1840 2005-08-08  Roland McGrath  <roland@redhat.com>
1842         * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
1843         (__argp_failure): Likewise.
1845 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
1847         * nscd/cache.c (cache_add): Commit hash table and header to disk.
1849         * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
1850         * nscd/connections.c (nscd_init): Likewise.
1852 2005-08-08  Jakub Jelinek  <jakub@redhat.com>
1854         * stdio-common/fxprintf.c: Include libioP.h.
1856         * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
1857         getdomainname): Add __NTH.
1858         * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
1859         Likewise.
1860         (realpath): Likewise.  Use __const instead of const.  Add __restrict
1861         keywords.
1862         * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
1863         * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
1864         wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
1865         mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
1866         * string/bits/string3.h (__memset_ichk): Likewise.
1867         (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
1868         __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
1869         __strncat_ichk): Likewise.  Use __const instead of const.
1870         (__stpncpy_chk): Use __const instead of const.
1871         (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
1873 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
1874             Jakub Jelinek  <jakub@redhat.com>
1876         * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
1877         definitions to...
1878         * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
1879         * nscd/connections.c (usekey): New enum.
1880         (check_use, verify_persistent_db): New functions.
1881         (nscd_init): If persistent database is corrupted, unlink it and
1882         recreate rather than falling back to non-persistent database.
1883         Call verify_persistent_db.  Avoid overflows in total computation.
1885 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
1887         * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
1888         better readable.  Avoid passing var to loop function, it's not
1889         necessary at all.
1891 2005-08-07  Ulrich Drepper  <drepper@redhat.com>
1893         * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
1894         definition.
1896 2005-08-05  Ulrich Drepper  <drepper@redhat.com>
1898         * timezone/checktab.awk: Update from tzcode2005k.
1899         * timezone/private.h: Likewise.
1900         * timezone/scheck.c: Likewise.
1901         * timezone/tzselect.ksh: Likewise.
1902         * timezone/zdump.c: Likewise.
1903         * timezone/zic.c: Likewise.
1904         * timezone/africa: Update from tzdata2005k.
1905         * timezone/antarctica: Likewise.
1906         * timezone/asia: Likewise.
1907         * timezone/australasia: Likewise.
1908         * timezone/europe: Likewise.
1909         * timezone/iso3166.tab: Likewise.
1910         * timezone/leapseconds: Likewise.
1911         * timezone/northamerica: Likewise.
1912         * timezone/solar87: Likewise.
1913         * timezone/solar88: Likewise.
1914         * timezone/solar89: Likewise.
1915         * timezone/southamerica: Likewise.
1916         * timezone/zone.tab: Likewise.
1918 2005-08-05  Roland McGrath  <roland@frob.com>
1920         [BZ #1251]
1921         * mach/shortcut.awk: Ignore `weak_alias' lines.
1922         Reported by Alfred M. Szmidt <ams@gnu.org>.
1924         [BZ #1250]
1925         * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
1926         Reported by Alfred M. Szmidt <ams@gnu.org>.
1928 2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
1930         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
1931         Use +=, not =, to append.  Remove duplicate flags.
1932         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
1933         Likewise.  Fix comments.
1935 2005-08-01  Ulrich Drepper  <drepper@redhat.com>
1937         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
1938         call if it returned EINTR.
1940 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
1942         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
1943         helper variable into .data.rel.ro.  Simplify the code.  Extend
1944         comment to explain prelinking.
1946 2005-07-31  Andreas Jaeger  <aj@suse.de>
1948         * include/bits/syslog.h: New file.
1950 2005-07-30  Ulrich Drepper  <drepper@redhat.com>
1952         * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
1953         up.  We have more program header entries now and the note section
1954         was normally not loaded.
1956         * nis/nis_subr.c: Some minor code cleanups.
1958 2005-07-29  Ulrich Drepper  <drepper@redhat.com>
1960         * misc/bits/syslog.h: New file.
1961         * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
1962         * misc/Makefile (headers): Add bits/syslog.h.
1963         * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
1964         * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
1965         Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
1966         __syslog_chk.
1967         * misc/Versions: Export __syslog_chk and __vsyslog_chk.
1969 2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
1971         [BZ #1137]
1972         * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
1974 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
1976         * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
1977         functions.
1979 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
1981         * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
1982         call.
1983         * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
1985 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
1987         * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
1988         around a pair of new, generalized functions.  22% size reduction.
1990 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
1992         * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
1993         Rearrange code.  This reduces the code size 10%.
1995 2005-07-26  Jakub Jelinek  <jakub@redhat.com>
1997         * misc/error.c (error_tail): Fix a comment typo.
1999 2005-07-25  Ulrich Drepper  <drepper@redhat.com>
2001         * po/zh_TW.po: Update from translation team.
2003         * debug/mbstowcs_chk.c: New file.
2004         * debug/wcstombs_chk.c: New file.
2005         * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
2006         * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
2007         * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
2009         * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
2011 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2013         * string/test-memset.c (test_main): Use negative byte value in
2014         test.
2016         * string/test-memset.c (do_one_test): Compare effect of call, not
2017         only return value.
2018         Add a few casts to avoid warnings.
2020 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
2022         * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
2024 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2026         [BZ #1125]
2027         * posix/Makefile (tests): Add tst-execvp4.
2028         * posix/tst-execvp4.c: New file.
2030 2005-07-24  Jakub Jelinek  <jakub@redhat.com>
2032         [BZ #1125]
2033         * posix/execvp.c (execvp): Change path_malloc to
2034         char *, free that pointer on failure.
2036 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
2038         * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
2039         * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
2040         * wcsmbs/tst-wchar-h.c: New file.
2042 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
2044         * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
2046 2005-07-22  Jakub Jelinek  <jakub@redhat.com>
2048         * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
2049         __gnuc_va_list rather than _G_va_list.
2051 2005-07-22  Roland McGrath  <roland@redhat.com>
2053         [BZ #869]
2054         * Makerules ($(objpfx)stubs): Fix last change.
2056 2005-07-21  Roland McGrath  <roland@redhat.com>
2058         * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
2060         * stdlib/Makefile (headers): Move bits/wchar.h to ...
2061         * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
2063 2005-07-21  Jakub Jelinek  <jakub@redhat.com>
2065         * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
2066         * debug/tst-chk1.c (do_test): Add test for swprintf with format
2067         being the last argument.
2069 2005-07-21  Thorsten Kukuk  <kukuk@suse.de>
2071         * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
2073         * stdio-common/fxprintf.c: Include string.h.
2075 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
2077         [BZ #1138]
2078         * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
2079         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
2080         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
2082 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
2083             Darin Petkov  <darin@tensilica.com>
2085         [BZ #1138]
2086         * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
2088 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
2090         * include/stdio.h (__fxprintf): Remove wfmt argument.
2091         * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
2092         (__fxprintf): Remove wfmt argument, create wfmt format string on
2093         the fly from fmt.
2094         * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
2095         * argp/argp-help.c: Likewise.
2096         * assert/assert-perr.c: Likewise.
2097         * assert/assert.c: Likewise.
2098         * gmon/gmon.c: Likewise.
2099         * inet/rcmd.c: Likewise.
2100         * malloc/obstack.c: Likewise.
2101         * misc/error.c: Likewise.
2102         * misc/getpass.c: Likewise.
2103         * posix/getopt.c: Likewise.
2104         * resolv/res_hconf.c: Likewise.
2105         * stdio-common/perror.c: Likewise.
2106         * stdio-common/psignal.c: Likewise.
2107         * stdlib/fmtmsg.c: Likewise.
2108         * sunrpc/auth_unix.c: Likewise.
2109         * sunrpc/clnt_perr.c: Likewise.
2110         * sunrpc/clnt_tcp.c: Likewise.
2111         * sunrpc/clnt_udp.c: Likewise.
2112         * sunrpc/clnt_unix.c: Likewise.
2113         * sunrpc/svc_simple.c: Likewise.
2114         * sunrpc/svc_tcp.c: Likewise.
2115         * sunrpc/svc_udp.c: Likewise.
2116         * sunrpc/svc_unix.c: Likewise.
2117         * sunrpc/xdr.c: Likewise.
2118         * sunrpc/xdr_array.c: Likewise.
2119         * sunrpc/xdr_rec.c: Likewise.
2120         * sunrpc/xdr_ref.c: Likewise.
2121         * sysdeps/generic/wordexp.c: Likewise.
2123 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
2125         * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
2126         wcsrtombs, mbsnrtowcs, and wcsnrtombs.
2127         * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
2128         wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
2129         * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
2130         __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
2131         * debug/tst-chk1.c: Add tests for new functions.
2132         * debug/mbsnrtowcs_chk.c: New file.
2133         * debug/mbsrtowcs_chk.c: New file.
2134         * debug/wcrtomb_chk.c: New file.
2135         * debug/wcsnrtombs_chk.c: New file.
2136         * debug/wcsrtombs_chk.c: New file.
2138 2005-07-19  Ulrich Drepper  <drepper@redhat.com>
2140         * stdio-common/Makefile (aux): Add fxprintf.
2141         * stdio-common/fxprintf.c: New file.
2142         * include/stdio.h: Add declaration for __fxprintf.
2143         * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
2144         orientation test and two separate function calls.
2145         * argp/argp-help.c: Likewise.
2146         * assert/assert-perr.c: Likewise.
2147         * assert/assert.c: Likewise.
2148         * gmon/gmon.c: Likewise.
2149         * inet/rcmd.c: Likewise.
2150         * malloc/obstack.c: Likewise.
2151         * misc/error.c: Likewise.
2152         * misc/getpass.c: Likewise.
2153         * posix/getopt.c: Likewise.
2154         * resolv/res_hconf.c: Likewise.
2155         * stdio-common/perror.c: Likewise.
2156         * stdio-common/psignal.c: Likewise.
2157         * stdlib/fmtmsg.c: Likewise.
2158         * sunrpc/auth_unix.c: Likewise.
2159         * sunrpc/clnt_perr.c: Likewise.
2160         * sunrpc/clnt_tcp.c: Likewise.
2161         * sunrpc/clnt_udp.c: Likewise.
2162         * sunrpc/clnt_unix.c: Likewise.
2163         * sunrpc/svc_simple.c: Likewise.
2164         * sunrpc/svc_tcp.c: Likewise.
2165         * sunrpc/svc_udp.c: Likewise.
2166         * sunrpc/svc_unix.c: Likewise.
2167         * sunrpc/xdr.c: Likewise.
2168         * sunrpc/xdr_array.c: Likewise.
2169         * sunrpc/xdr_rec.c: Likewise.
2170         * sunrpc/xdr_ref.c: Likewise.
2171         * sysdeps/generic/wordexp.c: Likewise.
2173         [BZ #1137]
2174         * misc/Makefile: Add rules to build and run tst-error1.
2175         * misc/tst-error1.c: New file.
2176         * misc/error.c: Fix memory leak and possibly endless loop.
2178         * configure.in: Check for -fstack-protector gcc option.
2179         * config.make.in (have-ssp): Add template.
2180         * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
2182         * nscd/nscd.c (main): Don't ignore result of chdir call.
2184 2005-07-18  Roland McGrath  <roland@redhat.com>
2186         [BZ #869]
2187         * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
2188         objdump command line.
2190 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
2192         * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
2194         * nscd/connections.c: Fix a few wur warnings.
2196         [BZ #1113]
2197         * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
2198         length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
2200         * debug/confstr_chk.c: New file.
2201         * debug/getdomainname_chk.c: New file.
2202         * debug/getgroups_chk.c: New file.
2203         * debug/gethostname_chk.c: New file.
2204         * debug/getlogin_r_chk.c: New file.
2205         * debug/ttyname_r_chk.c: New file.
2206         * posix/bits/unistd.h: Add definitions for new debug versions.
2207         * debug/tst-chk1.c: Add tests for new functions.
2208         * debug/Versions: Export new functions.
2209         * debug/Makefile (routines): Add new files.
2211         * stdlib/bits/stdlib.h: Fix typo.
2213 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
2215         * manual/Makefile (libc/index.html): Depend on dir-add.texi.
2217 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
2219         * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
2220         where necessary.
2221         * wcsmbs/bits/wchar2.h: Likewise.
2223 2005-07-15  Andreas Jaeger  <aj@suse.de>
2225         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
2226         (tst-lfschk2-ENV): New.
2227         (tst-lfschk1-ENV): New.
2228         (tst-chk3-ENV): New.
2229         (tst-chk2-ENV): New.
2230         (tst-chk1-ENV): New.
2232         [BZ #1079]
2233         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
2234         * stdlib/stdlib.h: Likewise.
2236 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
2238         * wcsmbs/bits/wchar2.h: New file.
2239         * include/bits/wchar2.h: New file.
2240         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
2241         requested.
2242         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
2243         * string/bits/string3.h: Add fortified stpncpy definitions.
2244         * sysdeps/generic/stpncpy_chk.c: New file.
2245         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
2246         Export _IO_wstrn_jumps.
2247         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
2248         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
2249         * debug/fgetws_chk.c: New file.
2250         * debug/fgetws_u_chk.c: New file.
2251         * debug/fwprintf_chk.c: New file.
2252         * debug/swprintf_chk.c: New file.
2253         * debug/vfwprintf_chk.c: New file.
2254         * debug/vswprintf_chk.c: New file.
2255         * debug/vwprintf_chk.c: New file.
2256         * debug/wcpcpy_chk.c: New file.
2257         * debug/wcpncpy_chk.c: New file.
2258         * debug/wcscat_chk.c: New file.
2259         * debug/wcscpy_chk.c: New file.
2260         * debug/wcsncat_chk.c: New file.
2261         * debug/wcsncpy_chk.c: New file.
2262         * debug/wmemcpy_chk.c: New file.
2263         * debug/wmemmove_chk.c: New file.
2264         * debug/wmempcpy_chk.c: New file.
2265         * debug/wmemset_chk.c: New file.
2266         * debug/wprintf_chk.c: New file.
2267         * debug/tst-chk1.c: Add tests for new functions.
2268         * debug/Versions: Export new functions.
2269         * debug/Makefile (routines): Add new functions.
2271 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
2273         * nscd/nscd_helper.c: Add a few __builtin_expect.
2275         [BZ #1080]
2276         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
2277         * nscd/nscd_helper.c (wait_on_socket): New function.
2278         (get_mapping): Use wait_on_socket instead of poll.  The former handles
2279         EINTR of poll correctly.
2280         (__nscd_open_socket): Likewise.
2281         (get_mapping): Make sure BUF is aligned correctly.
2282         (get_mapping): Use munmap on correct pointer.
2284 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
2286         * include/libc-symbols.h: Define macros for librt hidden symbols.
2287         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
2288         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
2289         * sysdeps/unix/clock_gettime.c: Likewise.
2291         * stdlib/bits/stdlib.h: New file.
2292         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
2293         requested.
2294         * Makefile (headers): Add bits/stdlib.h.
2295         * include/bits/stdlib.h: New file.
2296         * debug/Depend: New file.
2297         * debug/ptsname_r_chk.c: New file.
2298         * debug/realpath_chk.c: New file.
2299         * debug/wctomb_chk.c: New file.
2300         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
2301         wctomb_chk.
2302         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
2303         __wctomb_chk.
2304         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
2305         __wctomb_chk.
2307 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
2309         [BZ #1106]
2310         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
2311         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
2312         instead of read and close_not_cancel_no_status instead of close.
2314         [BZ #1106]
2315         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
2316         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
2318 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
2320         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
2321         after init_dfa.
2323 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
2325         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
2326         alignment.
2327         * sysdeps/x86_64/fpu/s_sincos.S: New file.
2329         * include/fenv.h: Add libm_hidden_proto for fesetround and
2330         feholdexcept.
2331         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
2332         * sysdeps/alpha/fpu/fesetround.c: Likewise.
2333         * sysdeps/generic/feholdexcpt.c: Likewise.
2334         * sysdeps/generic/fesetround.c: Likewise.
2335         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
2336         * sysdeps/i386/fpu/fesetround.c: Likewise.
2337         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
2338         * sysdeps/ia64/fpu/fesetround.c: Likewise.
2339         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
2340         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
2341         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
2342         * sysdeps/s390/fpu/fesetround.c: Likewise.
2343         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
2344         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
2345         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
2346         * sysdeps/sparc/fpu/fesetround.c: Likewise.
2347         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
2348         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
2349         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
2350         ilogb.
2351         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
2352         not ilogbf.
2353         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
2354         __cos, not sin and cos.
2356 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2358         * resolv/res_send.c (send_dg): Recognize referral results and
2359         treat them as server errors.
2360         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
2362 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
2364         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
2366         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
2367         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
2368         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
2369         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
2370         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
2371         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
2373 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2375         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
2376         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
2377         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
2378         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
2379         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
2380         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
2382 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
2384         [BZ #974]
2385         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
2386         (__preinit_array_end): Likewise.
2387         (__init_array_start): Likewise.
2388         (__init_array_end): Likewise.
2389         (__libc_csu_init): Take int argc, char **argv, char **envp.
2390         Call preinit_array and init_array with argc, argv, envp.
2391         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
2392         INIT_MAIN_ARGS.
2393         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
2394         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
2395         tst-array5dep.c, and tst-array5.exp.
2396         (tests): Add tst-array5.
2397         (tests-static): Add tst-array5-static.
2398         ($(objpfx)tst-array5): New target.
2399         ($(objpfx)tst-array5.out): Likewise.
2400         ($(objpfx)tst-array5-static.out): Likewise.
2401         * elf/tst-array5-static.c: New file.
2402         * elf/tst-array5-static.exp: Likewise.
2403         * elf/tst-array5.c: Likewise.
2404         * elf/tst-array5.exp: Likewise.
2405         * elf/tst-array5dep.c: Likewise.
2407 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
2409         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
2411 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
2413         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
2414         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
2416         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
2418 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
2420         * elf/dl-error.c (_dl_signal_error): When testing for executable
2421         being relocated, take into account that nothing might even be loaded.
2423         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
2424         consider_profiling always to zero.  Don't count of compiler to
2425         remove unreached if block.
2426         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
2427         Don't compile.
2428         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
2429         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
2430         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
2431         Likewise.
2432         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
2433         Likewise.
2434         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
2435         (_dl_profile_resolve): Likewise.
2436         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
2437         (_dl_profile_resolve): Likewise.
2438         * gmon/Makefile: Add rules to build and run tst-profile-static.
2439         * gmon/tst-profile-static.c: New file.
2440         * Makeconfig (+link-static): Allow passing program-specific flags.
2442 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
2444         [BZ #1111]
2445         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
2446         module provides getgrgid_r.
2447         (getgrnam_plusgroup): Preserve original return value.
2448         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
2449         original return value.
2450         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
2452 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
2454         [BZ #1101]
2455         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
2456         MB_CUR_MAX.
2457         (build_wcs_upper_buffer): Likewise.
2459         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
2461 2005-07-02  Roland McGrath  <roland@redhat.com>
2463         * NEWS: Note LinuxThreads removal.
2464         * manual/install.texi (Installation): Don't mention linuxthreads.
2465         (Configuring and compiling): Don't use linuxthreads as example.
2467         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
2468         not linuxthreads.
2469         * sysdeps/unix/sysv/linux/configure: Regenerated.
2470         * resolv/Depend: Add nptl.
2471         * rt/Depend: Likewise.
2473         * linuxthreads, linuxthreads_db: Directories removed (preserved in
2474         ports repository).
2476 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
2478         [BZ #1037]
2479         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
2480         use -mcpu=v8.
2482 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
2484         [BZ #1016]
2485         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
2487 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
2489         [BZ #1109]
2490         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
2491         with own translation.
2493 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
2495         [BZ #1097]
2496         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
2497         t2 to uint32_t instead of ulong.
2498         * sunrpc/Makefile (tests): Add tst-xdrmem.
2499         * sunrpc/tst-xdrmem.c: New test.
2501         * Versions.def (ld): Add GLIBC_2.4.
2502         * configure.in: Add --enable-stackguard-randomization option.
2503         (ENABLE_STACKGUARD_RANDOMIZE): New define.
2504         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
2505         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
2506         (_dl_setup_stack_chk_guard): New inline function.
2507         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
2508         (_dl_setup_stack_chk_guard): New inline function.
2509         * elf/rtld.c (__stack_chk_guard): New variable.
2510         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
2511         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
2512         use THREAD_SET_STACK_GUARD if defined.
2513         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
2514         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
2515         (__libc_start_main): Set __stack_chk_guard to
2516         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
2517         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
2518         traces of TLS_INIT_TP_EXPENSIVE.
2519         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
2520         * debug/Makefile (routines): Add stack_chk_fail.
2521         (static-only-routines): Add stack_chk_fail_local.
2522         * debug/stack_chk_fail_local.c: New file.
2523         * debug/stack_chk_fail.c: New file.
2524         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
2525         tests.
2526         * elf/tst-stackguard1.c: New file.
2527         * elf/tst-stackguard1-static.c: New file.
2528         * elf/stackguard-macros.h: New file.
2530 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
2532         * resource/Makefile (tests): Add tst-getrlimit.
2533         * resource/tst-getrlimit.c: New file.
2535         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
2536         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
2537         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
2539 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
2541         * nscd/nscd.init: Get more in line with lsb3.
2542         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
2543         * nscd/connections.c: Likewise.
2545 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
2547         [BZ #653]
2548         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
2549         _LINUX_QUOTA_VERSION >= 2.
2550         (_LINUX_QUOTA_VERSION): Define if not yet defined.
2552         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
2553         RLIMIT_RTPRIO): Add.
2554         (RLIMIT_NLIMITS): Adjust.
2555         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
2556         RLIMIT_RTPRIO): Add.
2557         (RLIMIT_NLIMITS): Adjust.
2558         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
2559         RLIMIT_RTPRIO): Add.
2560         (RLIMIT_NLIMITS): Adjust.
2561         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
2562         RLIMIT_RTPRIO): Add.
2563         (RLIMIT_NLIMITS): Adjust.
2565 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
2567         [BZ #1106]
2568         * time/mktime.c: Always include <string.h> for prototype of
2569         implicitly used memcpy.
2571         [BZ #1104]
2572         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
2573         (truncate64): Use __truncate, not truncate.
2574         (__have_no_truncate64): Renamed from have_no_truncate64.
2575         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
2576         (__have_no_truncate64): Renamed from have_no_truncate64.
2578         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
2579         float functions for gcc 4.
2581 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
2583         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
2584         Handle prelinked libraries and binaries with new style PLT.
2586 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
2588         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
2589         R_PPC_REL16_HA): Define.
2591 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
2593         * config.h.in (HAVE_ASM_PPC_REL16): Add.
2594         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
2595         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
2596         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
2597         * sysdeps/powerpc/powerpc32/configure.in: New file,
2598         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
2599         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
2600         (ppc_got): New inline function.
2601         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
2602         (elf_machine_load_address): Add attribute const.  Don't use int vars.
2603         Use bcl rather than bl to save trashing branch target stack.  Use
2604         elf_machine_dynamic rather than duplicating code here.
2605         (elf_machine_runtime_setup): New inline function replacing define.
2606         Handle new PLT.
2607         (elf_machine_fixup_plt): Handle new PLT.
2608         (elf_machine_rela): Likewise.
2609         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
2610         (CALL_MCOUNT): Don't set up counter vars.
2611         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
2612         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
2613         define when HAVE_ASM_PPC_REL16.
2614         (_start): Add HAVE_ASM_PPC_REL16 code.
2615         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
2616         into the GOT when HAVE_ASM_PPC_REL16.
2617         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
2618         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
2619         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
2620         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
2621         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
2622         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
2623         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
2624         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
2625         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
2626         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
2627         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
2628         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
2629         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
2630         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
2631         Likewise.
2632         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
2633         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
2634         (__getcontext): Likewise.
2635         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
2636         (__setcontext): Likewise.
2637         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
2638         (__swapcontext): Likewise.
2639         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
2640         Comment.
2641         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
2643 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
2645         [BZ #1106]
2646         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
2647         to use __GI_memset.
2648         * sysdeps/posix/signal.c: Likewise.
2649         * sysdeps/posix/sigset.c: Likewise.
2650         * sysdeps/posix/sysv_signal.c: Likewise.
2651         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
2652         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
2653         * sysdeps/unix/sysv/linux/system.c: Likewise.
2655 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
2657         [BZ #1088]
2658         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
2659         or both classes equal here.
2660         (parse_config_file): If both classes are equal, clear the second one.
2662 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
2664         [BZ #1088]
2665         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
2666         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
2667         valid classes were given or if both are equal.
2668         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
2669         and C_HS order.
2670         (parse_config_file): Handle classes keyword.
2671         * hesiod/README.hesiod: Mention addition of the classes keyword.
2673 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
2675         [BZ #1085]
2676         * configure.in: Add test for availability of libaudit.
2677         * config.h.in: Define HAVE_LIBAUDIT.
2678         * config.make.in: Define have-libaudit.
2679         * nscd/Makefile: If libaudit is available, link nscd with it.
2680         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
2681         Patch by Steve Grubb <sgrubb@redhat.com>.
2683         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
2684         * sysdeps/posix/posix_fallocate64.c: Likewise.
2685         * include/string.h: Use libc_hidden_proto for strnlen.
2686         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
2687         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
2688         * intl/dcgettext.c: Add libc_hidden_def.
2689         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
2690         __backtrace_symbols_fd.
2691         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
2692         * sysdeps/generic/backtracesymsfd.c: Likewise.
2693         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
2694         * sysdeps/i386/backtrace.c: Likewise.
2695         * sysdeps/ia64/backtrace.c: Likewise.
2696         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
2697         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
2698         * sysdeps/s390/s390-32/backtrace.c: Likewise.
2699         * sysdeps/s390/s390-64/backtrace.c: Likewise.
2701 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
2703         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
2704         where HANDLED_REALTIME is not defined.  [BZ #966]
2706 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
2708         [BZ #1096]
2709         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
2710         __netlink_receive): Remove prototypes.
2711         (__netlink_request): New prototype.
2712         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
2713         <stdint.h>.
2714         (__netlink_sendreq): Make static.
2715         (__netlink_receive): Rename to...
2716         (__netlink_request): ... this.  Add type argument, call
2717         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
2718         with a bigger buffer.  Don't record buffers that contain no
2719         messages we are expecting.
2720         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
2721         and __netlink_receive pairs.  Formatting.
2722         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
2723         __netlink_request instead of __netlink_sendreq and __netlink_receive
2724         pair.
2726 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
2728         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
2729         headers, instead copy important structs/defines.
2731 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
2733         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
2734         _dl_debug_state call.
2736 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
2738         * elf/dl-error.c (_dl_signal_error): Store information about use of
2739         real malloc in the catch object.
2740         (_dl_catch_error): Forward information about malloc use to caller
2741         in new parameter.
2742         (_dl_out_of_memory): Make static.
2743         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
2744         * elf/dl-libc.c: Likewise.
2745         * elf/dl-open.c: Likewise.
2746         * elf/rtld.c: Likewise.
2747         Add new --audit option.
2748         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
2749         (rtld_global_ro._dl_signal_error): Add new parameter.
2750         * include/dlfcn.h (_dl_catch_error): Add new parameter.
2751         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
2752         _dl_catch_error.  Only free if the returned newly value says so.
2754 2005-06-01  Roland McGrath  <roland@redhat.com>
2756         [BZ #959]
2757         * posix/tst-mmap.c (main): Fill the test file with enough data for the
2758         page size.
2760 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
2762         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
2763         GLRO(dl_osversion) has been already set to a value smaller than
2764         _dl_discover_osversion (), don't overwrite it here.
2766 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
2768         * sysdeps/mach/i386/syscall.S (syscall): Call END.
2770 2005-05-28  Richard Henderson  <rth@redhat.com>
2772         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
2773         * sysdeps/alpha/dl-dtprocnum.h: New file.
2774         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
2775         (elf_machine_load_address): Simplify to rely on gprel relocations.
2776         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
2777         Remove thread safety workaround for binutils 2.6.
2778         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
2779         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
2780         (_dl_runtime_profile_new): New.
2781         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
2782         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
2783         typo in _dl_call_pltexit argument loading.
2785         * sysdeps/alpha/div_libc.h (funcnoplt): New.
2786         * sysdeps/alpha/divl.S: Use it.
2787         * sysdeps/alpha/divq.S: Likewise
2788         * sysdeps/alpha/divqu.S: Likewise.
2789         * sysdeps/alpha/reml.S: Likewise.
2790         * sysdeps/alpha/remq.S: Likewise.
2791         * sysdeps/alpha/remqu.S: Likewise.
2793 2005-05-26  Andreas Schwab  <schwab@suse.de>
2795         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
2797 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
2799         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
2800         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
2802 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
2804         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
2805         _dl_hwcap access in PIC && !SHARED case.
2806         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2808 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
2810         * gmon/gmon.c: Add space in weak_alias use.
2811         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
2812         * sysdeps/alpha/htonl.S: Likewise.
2813         * sysdeps/alpha/htons.S: Likewise.
2814         * sysdeps/alpha/elf/start.S: Likewise.
2815         * sysdeps/i386/i386-mcount.S: Likewise.
2816         * sysdeps/ia64/strchr.S: Likewise.
2817         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2818         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2819         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2820         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2821         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2822         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2823         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2824         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2825         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2826         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2827         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2828         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2829         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
2830         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
2831         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
2832         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
2833         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
2834         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
2835         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
2836         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
2837         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
2838         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
2839         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
2840         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
2841         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
2842         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
2843         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2844         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2845         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
2846         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2847         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2848         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
2849         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
2850         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
2851         * sysdeps/sparc/sparc32/memset.S: Likewise.
2852         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2853         * sysdeps/sparc/sparc32/strchr.S: Likewise.
2854         * sysdeps/sparc/sparc32/strchr.S: Likewise.
2855         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
2856         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
2857         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
2858         * sysdeps/sparc/sparc64/memset.S: Likewise.
2859         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2860         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2861         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2862         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2863         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
2864         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
2865         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
2866         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
2867         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
2868         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
2869         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
2870         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
2871         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
2872         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
2873         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
2874         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2875         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
2876         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2877         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
2878         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
2879         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
2880         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
2881         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
2882         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
2883         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
2884         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
2885         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
2886         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
2887         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
2888         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
2889         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
2890         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
2891         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
2892         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
2893         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
2894         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
2895         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
2896         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
2897         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
2898         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2899         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2900         * sysdeps/x86_64/_mcount.S: Likewise.
2902 2005-05-24  Roland McGrath  <roland@redhat.com>
2904         * sysdeps/unix/sysv/linux/i386/sysdep.h
2905         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
2906         * sysdeps/i386/sysdep.h [PIC]: ... to here.
2908 2005-05-23  Roland McGrath  <roland@redhat.com>
2910         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
2911         Subdirectories moved to ports repository.
2912         * configure.in (base_machine): Remove arm* and thumb* patterns.
2913         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
2915 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
2917         [BZ #1086]
2918         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
2919         implementations are broken and don't accept ports < 512.
2921 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
2923         [BZ #961]
2924         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
2925         declarations.
2927 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
2929         [BZ #1086]
2930         * sunrpc/pm_getport.c (__get_socket): New function.
2931         (pmap_getport): Use it to open a non-reserved socket to the portmapper
2932         for TCP.
2933         * include/rpc/pmap_clnt.h (__get_socket): Declare.
2934         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
2935         non-reserved socket for the portmapper.
2936         Based on a patch by Steve Dickson <steved@redhat.com>.
2938         [BZ #1086]
2939         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
2940         If we tried looking at the usual range without success extend the
2941         range to even lower ports.
2943         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
2945 2005-05-22  Andreas Schwab  <schwab@suse.de>
2947         * elf/rtld.c: Include <dl-osinfo.h>.
2949 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
2951         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
2952         JUMPTARGET.  Instead append @local to __syscall_error.
2953         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
2954         of JUMPTARGET.  Instead append @local to labels.
2955         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
2956         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
2957         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
2958         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
2959         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
2960         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
2961         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
2962         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
2963         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
2964         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
2965         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
2967         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
2968         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
2969         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
2970         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
2971         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
2972         slot to access both constants.
2973         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
2974         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
2976         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
2977         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
2978         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
2979         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
2980         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
2981         (NEGZERO.0, POINTFIVE.0): Delete.
2982         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
2983         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
2984         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
2985         (TWO52.0, POINTFIVE.0): Delete.
2986         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
2987         (TWO23.0, POINTFIVE.0): Delete.
2988         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
2989         (TWO52.0): Delete.
2990         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
2991         (TWO23.0): Delete.
2992         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
2994 2005-05-19  Richard Henderson  <rth@redhat.com>
2996         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
2997         CLOCK_REALTIME.
2999         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
3000         __arch_compare_and_exchange_bool_64_acq,
3001         __arch_compare_and_exchange_val_32_acq,
3002         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
3003         Use __sync builtin without _si or _di suffix.
3005 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
3007         [BZ #955]
3008         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
3009         <UFFFF> and above.
3011 2005-05-17  Andreas Schwab  <schwab@suse.de>
3013         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
3014         (clock_getcpuclockid): Always return a defined value.
3016 2005-05-17  Neal H. Walfield  <neal@gnu.org>
3018         [BZ #1350]
3019         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
3020         instead of [SALEN].
3021         (gaih_inet): Likewise.
3023 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
3025         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
3026         (Elf64_auxv_t): Likewise.
3027         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
3028         removal of a_ptr element in ElfXX_auxv_t.
3029         * elf/dl-support.c (_dl_aux_init): Likewise.
3031 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
3033         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
3034         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
3036 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
3038         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
3039         .pushsection/.popsection in place of .section/.previous.
3041 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
3043         * MakeTAGS: Make xgettext not look into test cases.
3045         * MakeTAGS: Make sure translations in error calls are marked with
3046         c-format by xgettext.
3048 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
3050         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
3051         functions since gcc sometimes forgets the attribute for the
3052         standard functions.
3054 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
3056         [BZ #934]
3057         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
3058         __libc_lock_* macros if not _LIBC.
3059         (struct re_dfa_t): Add lock.
3060         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
3061         * posix/regexec.c (regexec, re_search_stub): Add locking.
3063 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
3065         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
3066         as argument to the scripts.
3067         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
3068         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
3069         * intl/tst-gettext5.sh: Likewise.
3071         * intl/tst-translit.sh: Add mkdir -p.
3073         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
3074         .ifndef/.endif to allow use of this macro more than once per .S
3075         file.
3076         (LOAD_PIC_REG): New macro.
3077         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
3078         information.
3079         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
3080         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
3081         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
3082         information.
3083         * sysdeps/i386/fpu/e_log10f.S: Likewise.
3084         * sysdeps/i386/fpu/s_expm1.S: Likewise.
3085         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
3086         * sysdeps/i386/fpu/e_log2l.S: Likewise.
3087         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
3088         * sysdeps/i386/fpu/s_lrint.S: Likewise.
3089         * sysdeps/i386/fpu/s_llrint.S: Likewise.
3090         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
3091         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
3092         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
3093         * sysdeps/i386/fpu/e_log.S: Likewise.
3094         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
3095         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
3096         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
3097         * sysdeps/i386/fpu/e_scalb.S: Likewise.
3098         * sysdeps/i386/fpu/s_log1p.S: Likewise.
3099         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
3100         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
3101         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
3102         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
3103         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
3104         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
3105         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
3106         * sysdeps/i386/fpu/e_acosh.S: Likewise.
3107         * sysdeps/i386/fpu/s_cexp.S: Likewise.
3108         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
3109         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
3110         * sysdeps/i386/fpu/e_powl.S: Likewise.
3111         * sysdeps/i386/fpu/e_powf.S: Likewise.
3112         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
3113         * sysdeps/i386/fpu/e_logl.S: Likewise.
3114         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
3115         * sysdeps/i386/fpu/s_frexp.S: Likewise.
3116         * sysdeps/i386/fpu/e_pow.S: Likewise.
3117         * sysdeps/i386/fpu/e_logf.S: Likewise.
3118         * sysdeps/i386/fpu/e_log2.S: Likewise.
3119         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
3120         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
3121         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
3122         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
3123         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
3124         * sysdeps/i386/fpu/e_atanh.S: Likewise.
3125         * sysdeps/i386/fpu/e_log10.S: Likewise.
3126         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
3127         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
3128         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
3129         * sysdeps/i386/fpu/e_log10l.S: Likewise.
3130         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
3131         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
3132         * sysdeps/i386/fpu/e_log2f.S: Likewise.
3133         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
3134         * sysdeps/i386/mul_1.S: Likewise.
3135         * sysdeps/i386/strtok.S: Likewise.
3136         * sysdeps/i386/sub_n.S: Likewise.
3137         * sysdeps/i386/submul_1.S: Likewise.
3138         * sysdeps/i386/i586/addmul_1.S: Likewise.
3139         * sysdeps/i386/i586/memcpy.S: Likewise.
3140         * sysdeps/i386/i586/mul_1.S: Likewise.
3141         * sysdeps/i386/i586/rshift.S: Likewise.
3142         * sysdeps/i386/i586/sub_n.S: Likewise.
3143         * sysdeps/i386/i586/submul_1.S: Likewise.
3144         * sysdeps/i386/i686/memcmp.S: Likewise.
3145         * sysdeps/i386/i686/memmove.S: Likewise.
3146         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3147         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3148         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3149         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3151 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
3153         * sysdeps/i386/add_n.S: Add call frame information.
3154         * sysdeps/i386/addmul_1.S: Likewise.
3155         * sysdeps/i386/bsd-setjmp.S: Likewise.
3156         * sysdeps/i386/lshift.S: Likewise.
3157         * sysdeps/i386/memchr.S: Likewise.
3158         * sysdeps/i386/memcmp.S: Likewise.
3159         * sysdeps/i386/mul_1.S: Likewise.
3160         * sysdeps/i386/rawmemchr.S: Likewise.
3161         * sysdeps/i386/rshift.S: Likewise.
3162         * sysdeps/i386/stpncpy.S: Likewise.
3163         * sysdeps/i386/strchr.S: Likewise.
3164         * sysdeps/i386/strchrnul.S: Likewise.
3165         * sysdeps/i386/strcspn.S: Likewise.
3166         * sysdeps/i386/strpbrk.S: Likewise.
3167         * sysdeps/i386/strrchr.S: Likewise.
3168         * sysdeps/i386/strspn.S: Likewise.
3169         * sysdeps/i386/strtok.S: Likewise.
3170         * sysdeps/i386/sub_n.S: Likewise.
3171         * sysdeps/i386/submul_1.S: Likewise.
3172         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
3173         * sysdeps/i386/i486/strcat.S: Likewise.
3174         * sysdeps/i386/i586/add_n.S: Likewise.
3175         * sysdeps/i386/i586/addmul_1.S: Likewise.
3176         * sysdeps/i386/i586/lshift.S: Likewise.
3177         * sysdeps/i386/i586/memcpy.S: Likewise.
3178         * sysdeps/i386/i586/memset.S: Likewise.
3179         * sysdeps/i386/i586/mul_1.S: Likewise.
3180         * sysdeps/i386/i586/rshift.S: Likewise.
3181         * sysdeps/i386/i586/strchr.S: Likewise.
3182         * sysdeps/i386/i586/strcpy.S: Likewise.
3183         * sysdeps/i386/i586/sub_n.S: Likewise.
3184         * sysdeps/i386/i586/submul_1.S: Likewise.
3185         * sysdeps/i386/i686/add_n.S: Likewise.
3186         * sysdeps/i386/i686/memcmp.S: Likewise.
3187         * sysdeps/i386/i686/memmove.S: Likewise.
3188         * sysdeps/i386/i686/mempcpy.S: Likewise.
3189         * sysdeps/i386/i686/memset.S: Likewise.
3190         * sysdeps/i386/i686/strtok.S: Likewise.
3191         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
3192         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
3193         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
3194         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
3195         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
3196         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
3198         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
3200         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
3201         on ppc in 2.6.12.
3203 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
3205         [BZ #1083]
3206         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
3207         call ftruncate if offset is bigger than current size.  Make sure
3208         the file is offset + len bytes long if that is more than current size.
3209         Don't overwrite previous content of the file.
3210         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
3211         Likewise.
3213 2005-05-02  Roland McGrath  <roland@redhat.com>
3215         [BZ #924]
3216         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
3218 2005-04-29  Roland McGrath  <roland@redhat.com>
3220         * timezone/africa: Update from tzdata2005i.
3221         * timezone/asia: Likewise.
3222         * timezone/northamerica: Likewise.
3223         * timezone/yearistype: Likewise.
3225         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
3227 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
3229         [BZ #1093]
3230         * nis/nis_table.c: Fix realloc handling.
3231         * nis/nis_removemember.c: Likewise.
3233 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3235         [BZ #798]
3236         * nscd/Makefile: Help losers who use --with-headers.
3238 2005-04-28  Roland McGrath  <roland@redhat.com>
3240         [BZ #796]
3241         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
3242         Define NEED_DL_SYSINFO_DSO for all platforms.
3244         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
3245         * sysdeps/alpha/dl-sysdep.h: Likewise.
3246         Use #include_next instead of duplicating generic file's contents.
3247         * sysdeps/ia64/dl-sysdep.h: Likewise.
3248         * sysdeps/sparc/dl-sysdep.h: Likewise.
3250 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
3252         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
3254 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
3256         [BZ #781]
3257         * sysdeps/unix/sysv/linux/kernel-features.h
3258         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
3259         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
3260         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
3261         with 2.6.1.
3262         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
3264 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3266         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
3267         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
3268         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
3269         cfi_startproc and cfi_endproc.
3271         * configure.in: Remove ultrasparc names.
3273         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
3275 2005-03-27  Bruno Haible  <bruno@clisp.org>
3277         Make it possible for multiple threads to use gettext() in different
3278         locales.
3279         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
3280         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
3281         field.
3282         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
3283         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
3284         search and newp.
3286         * intl/tst-gettext4.c: New file.
3287         * intl/tst-gettext4.sh: New file.
3288         * intl/tst-gettext4-de.po: New file.
3289         * intl/tst-gettext4-fr.po: New file.
3290         * intl/tst-gettext5.c: New file.
3291         * intl/tst-gettext5.sh: New file.
3292         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
3293         tst-gettext4-fr.po, tst-gettext5.sh.
3294         (multithread-test-srcs): New variable.
3295         (test-srcs): Add its contents.
3296         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
3297         (tst-gettext4.out, tst-gettext5.out): New rules.
3298         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
3299         Add rule for linking the multithread-test-srcs with the appropriate
3300         thread-library.
3302 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
3304         * po/rw.po: New file.  From translation team.
3306         * scripts/config.guess: Update from upstream.
3307         * scripts/config.sub: Likewise.
3309 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
3311         [BZ #1094]
3312         * nscd/connections.c (nscd_run): Use time() value in prune_cache
3313         call, not timeout value, since the latter might be from another clock.
3315 2005-04-27  Roland McGrath  <roland@redhat.com>
3317         [BZ #877]
3318         * posix/unistd.h: Remove __nonnull from acct decl.
3320         * rt/tst-cpuclock1.c: New file.
3321         * rt/tst-cpuclock2.c: New file.
3322         * rt/tst-cputimer1.c: New file.
3323         * rt/tst-cputimer2.c: New file.
3324         * rt/tst-cputimer3.c: New file.
3325         * rt/Makefile (tests): Add them.
3327         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
3328         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
3329         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
3330         (HAS_CPUCLOCK): New macro.
3331         (clock_getcpuclockid): Function removed.
3332         #include the new linux file to define it instead.
3333         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
3334         New function, broken out of ...
3335         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
3336         (realtime_gettime): New function, broken out of ...
3337         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
3338         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
3339         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
3340         (SYSDEP_GETTIME_CPUTIME): New macro.
3341         (SYSDEP_GETTIME): Use both.
3342         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
3343         out of ...
3344         (SYSDEP_GETTIME): ... here.  Use it.
3345         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
3346         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
3347         kernel support and falling back to hp-timing code.
3348         * sysdeps/posix/clock_getres.c
3349         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
3350         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
3351         (realtime_getres): New function, broken out of ...
3352         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
3353         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
3354         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
3355         (SYSDEP_GETRES_CPUTIME): New macro.
3356         (SYSDEP_GETRES): Use both.
3357         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
3358         out of ...
3359         (SYSDEP_GETRES): ... here.  Use it.
3360         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
3361         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
3362         kernel support and falling back to hp-timing code.
3363         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
3364         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
3365         translating to the kernel clockid_t for our own process/thread clock.
3367 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
3369         * stdlib/test-canon.c: Make doesExist a directory and add more tests
3370         for the new error case.
3372 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
3373             Ranjani Murthy <ranmur@gmail.com>
3375         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
3376         return NULL and set errno to ENOTDIR for such pathnames like
3377         "/path/to/existing-non-directory/".
3379 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3381         [BZ #1105]
3382         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
3383         tm_gmtoff.
3384         * time/Makefile (tests): Add tst-strptime2.
3385         * time/tst-strptime2.c: New file.
3387 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
3389         [BZ #1081]
3390         * elf/dl-close.c: Include stddef.h.
3391         (_dl_close): If called recursively, just remember GC needs to be rerun
3392         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
3393         decreased to 1.  Rerun GC at the end if any destructor unloaded some
3394         additional libraries.
3395         * elf/Makefile: Add rules to build and run unload6 test.
3396         * elf/unload6.c: New test.
3397         * elf/unload6mod1.c: New file.
3398         * elf/unload6mod2.c: New file.
3399         * elf/unload6mod3.c: New file.
3401         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
3402         if magic_p is not NULL.
3403         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
3404         (malloc_check): Fail if sz == -1.
3405         (free_check): Adjust mem2chunk_check caller.
3406         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
3407         oldmem != NULL, call free_check and return NULL.  If reallocating
3408         and returning NULL, invert magic byte again to make oldmem valid
3409         region for further checking.
3410         (memalign_check): Fail if bytes == -1.
3411         * malloc/Makefile: Add rules to build and run tst-mcheck.
3412         * malloc/tst-mcheck.c: New test.
3414 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
3416         [BZ #1110]
3417         * stdio-common/vfscanf.c: Correctly account for characters of
3418         decimal points right after +-.
3420 2005-04-26  Roland McGrath  <roland@redhat.com>
3422         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
3423         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
3425 2005-04-25  Roland McGrath  <roland@redhat.com>
3427         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
3428         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
3430         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
3432         * elf/dl-load.c: Revert last change.
3434 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
3436         [BZ #1110]
3437         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
3438         Patch by Hamed Malek <hamed@bamdad.org>.
3440 2005-04-21  Roland McGrath  <roland@redhat.com>
3442         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
3443         since Linux ignores it in user mmap calls.
3445 2005-04-17  David S. Miller  <davem@davemloft.net>
3447         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
3448         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
3450 2005-04-15  Roland McGrath  <roland@redhat.com>
3452         * timezone/Makefile (zic-deps): New variable.
3453         ($(testdata)/America/New_York): Use it instead of explicit deps.
3454         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
3455         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
3456         (%/UTC %/Universal): New pattern rule, replaces ...
3457         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
3458         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
3459         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
3461 2005-04-14  Roland McGrath  <roland@redhat.com>
3463         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
3464         (extract): Filter-out distinfo file name.
3466         [BZ #253]
3467         * MakeTAGS (text-srcs): Match %.bash.in files too.
3469         [BZ #253]
3470         * nscd/Makefile (all-nscd-modules): New variable, include selinux
3471         module regardless of configuration.
3472         (distribute): Use that instead of $(nscd-modules).
3474 2005-04-13  David S. Miller  <davem@davemloft.net>
3476         Add sparc64 TLS and NPTL support.
3477         * elf/tls-macros.h: Add Sparc64 defines.
3478         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
3479         always_inline.
3480         (elf_machine_fixup_plt): Likewise.
3481         (elf_machine_rela): Handle TLS relocations.
3482         (elf_machine_type_cleaa): Likewise.
3483         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
3484         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
3485         It does not always fit in R_SPARC_GOT13 when building -fPIC.
3486         Also, add TLS handling.
3487         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
3488         Increase it to 2.4.21 for sparc64.
3489         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
3490         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
3491         and func_arg in global registers not local registers.
3492         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
3493         and CTID arguments properly.  Add RESET_PID handling.
3494         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
3495         do not invoke __sigprocmask().  We can always assume rt signals
3496         are present on sparc64, so just do an inline syscall.
3498 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
3500         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
3501         inclusion guard for the first half of the header.
3502         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
3503         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
3504         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
3505         #ifndef dl_machine_h guarded part of the header.
3507 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
3509         [BZ #851]
3510         * posix/execvp.c (execvp): Use file name including path when
3511         trying to run it with shell.
3512         * posix/Makefile: Add rules to build and run tst-execvp3.
3513         * posix/tst-execvp3.c: New file.
3515 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
3517         [BZ #1090]
3518         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
3519         * string/tst-strfry.c: New file.
3520         * string/Makefile (tests): Add tst-strfry.
3522 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
3524         * manual/string.texi: Fix typo in wmemcpy decl.
3526 2005-04-10  David S. Miller  <davem@davemloft.net>
3528         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
3530 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
3532         * FAQ.in: Explain why `make' might fail running rpcgen.
3533         * FAQ: Regenerated.
3535 2005-04-07  Roland McGrath  <roland@redhat.com>
3537         * po/libc.pot: Regenerated.
3539 2005-04-07  Roland McGrath  <roland@redhat.com>
3541         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
3542         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
3543         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
3544         we can skip the uname call if it's there.
3545         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
3546         DL_SYSDEP_OSCHECK here.
3547         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
3549         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
3550         Add _dl_sysinfo_map.
3551         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
3552         rtld_is_main case.  Call it unconditionally later.
3553         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
3554         Initialize GLRO(dl_sysinfo_map).
3555         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
3556         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
3557         (_dl_important_hwcaps)
3558         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
3559         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
3560         and bit values.
3561         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
3562         (hwcap_extra): New static variable.
3563         (is_hwcap_platform): Check hwcap_extra for a matching name.
3564         Remove tls special case.
3565         (path_hwcap): Likewise.
3566         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
3567         and their names, stored in hwcap_extra.
3568         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
3570         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
3571         _dl_hwcap and _dl_hwcap_mask.
3572         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
3573         AT_HWCAP to unsigned long int.
3574         * elf/dl-support.c (_dl_aux_init): Likewise.
3575         (_dl_hwcap): Update defn.
3577         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
3578         * elf/ldconfig.c (search_dir): Likewise.
3580 2005-04-05  Roland McGrath  <roland@redhat.com>
3582         * NEWS: Copy 2.3.5 section from 2.3 branch.
3584         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
3585         file and mv it into place.
3586         * intl/tst-gettext3.sh: Likewise.
3588         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
3589         are up to date in srcdir.  Touch all configure scripts after export.
3591         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
3593 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
3595         [BZ #592]
3596         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
3597         (comment changes only).
3598         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
3599         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
3600         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3601         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3602         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3603         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
3604         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
3605         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
3606         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
3607         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3608         * sysdeps/ia64/fpu/e_log.S: Likewise.
3609         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3610         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3611         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3612         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3613         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3614         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3615         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
3616         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
3617         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
3618         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
3619         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
3620         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
3621         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
3622         * sysdeps/ia64/fpu/s_cos.S: Likewise.
3623         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
3624         * sysdeps/ia64/fpu/s_erf.S: Likewise.
3625         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
3626         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
3627         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
3628         * sysdeps/ia64/fpu/s_erff.S: Likewise.
3629         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
3630         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
3631         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3632         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3633         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
3634         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
3635         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
3636         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
3637         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
3639 2005-04-05  Roland McGrath  <roland@redhat.com>
3641         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
3642         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
3644 2005-04-04  David S. Miller  <davem@davemloft.net>
3646         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
3647         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
3648         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3649         (elf_machine_runtime_setup): Test for dl_profile non-null.
3650         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
3651         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
3652         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
3653         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
3654         (elf_machine_runtime_setup): Test for dl_profile non-null.
3655         * sysdeps/sparc/bits/link.h: New file.
3656         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
3657         La_sparc64_regs, La_sparc64_retval): New.
3658         (struct audit_ifaces): Add sparc entries.
3659         * elf/tst-auditmod1.c: Add sparc entries.
3661 2005-03-27  Bruno Haible  <bruno@clisp.org>
3663         * intl/tst-gettext3.c: New file.
3664         * intl/tst-gettext3.sh: New file.
3665         * intl/Makefile (distribute): Add tst-gettext3.sh.
3666         (test-srcs): Add tst-gettext3.
3667         (tests): Depend on tst-gettext3.out.
3668         (tst-gettext3.out): New rule.
3669         (CFLAGS-tst-gettext3.c): New variable.
3671         Fix bug exposed by tst-gettext3.
3672         * intl/gettextP.h (struct converted_domain): New type.
3673         (struct loaded_domain): Remove the conv, conv_tab fields. Add
3674         conversions, nconversions fields.
3675         (_nl_init_domain_conv): Remove declaration.
3676         (_nl_free_domain_conv): Remove declaration.
3677         (_nl_find_msg): Add convert argument.
3678         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
3679         (_nl_find_msg): Add convert argument. When a conversion to a different
3680         charset is needed, create a new converted_domain element, instead of
3681         throwing away the old converted translations.
3682         (get_output_charset): New function.
3683         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
3684         (_nl_free_domain_conv): Remove function.
3685         (_nl_load_domain): Initialize the conversions array to empty. Use
3686         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
3687         entry.
3688         (_nl_unload_domain): Free the conversions array and its contents.
3690         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
3691         (struct binding): Likewise.
3692         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
3693         modifications.
3695 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
3697         [BZ #1082]
3698         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
3699         of trying to encode uninitialized arglen.
3701 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
3703         [BZ #825]
3704         * timezone/scheck.c: Update from tzcode2005h.
3705         * timezone/tzfile.h: Likewise.
3706         * timezone/zdump.c: Likewise.
3707         * timezone/zic.c: Likewise.
3709         [BZ #825]
3710         * timezone/antarctica: Update from tzdata2005h.
3711         * timezone/asia: Likewise.
3712         * timezone/australasia: Likewise.
3713         * timezone/etcetera: Likewise.
3714         * timezone/europe: Likewise.
3715         * timezone/northamerica: Likewise.
3716         * timezone/southamerica: Likewise.
3717         * timezone/leapseconds: Likewise.
3718         * timezone/iso3166.tab: Likewise.
3720 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
3722         [BZ #592]
3723         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
3725 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
3727         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
3728         * wcsmbs/wctob.c (wctob): Likewise.
3729         * wcsmbs/wchar.h (btowc): Add optimized inline function.
3730         (wctob): Likewise.
3732 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
3734         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
3735         equivalent, but shorter instructions.
3736         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
3737         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
3738         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
3739         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
3740         * sysdeps/unix/x86_64/sysdep.S: Likewise.
3741         * sysdeps/x86_64/strchr.S: Likewise.
3742         * sysdeps/x86_64/memset.S: Likewise.
3743         * sysdeps/x86_64/strcspn.S: Likewise.
3744         * sysdeps/x86_64/strcmp.S: Likewise.
3745         * sysdeps/x86_64/elf/start.S: Likewise.
3746         * sysdeps/x86_64/strspn.S: Likewise.
3747         * sysdeps/x86_64/dl-machine.h: Likewise.
3748         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
3749         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
3750         * sysdeps/x86_64/strtok.S: Likewise.
3752 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
3754         [BZ #592]
3755         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
3756         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
3757         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
3758         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
3759         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
3760         * sysdeps/ia64/fpu/e_acos.S: Likewise.
3761         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
3762         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
3763         * sysdeps/ia64/fpu/e_asin.S: Likewise.
3764         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
3765         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
3766         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
3767         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
3768         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
3769         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3770         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
3771         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3772         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
3773         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
3774         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
3775         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
3776         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
3777         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
3778         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3779         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3780         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
3781         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
3782         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
3783         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
3784         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
3785         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
3786         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
3787         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
3788         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
3789         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
3790         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
3791         * sysdeps/ia64/fpu/e_log2.S: Likewise.
3792         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3793         * sysdeps/ia64/fpu/e_logl.S: Likewise.
3794         * sysdeps/ia64/fpu/e_log.S: Likewise.
3795         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3796         * sysdeps/ia64/fpu/e_powl.S: Likewise.
3797         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3798         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
3799         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
3800         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
3801         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
3802         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
3803         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
3804         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3805         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
3806         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3807         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
3808         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
3809         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
3810         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3811         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
3812         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
3813         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
3814         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
3815         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
3816         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
3817         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
3818         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
3819         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3820         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
3821         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
3822         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
3823         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
3824         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
3825         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
3826         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
3827         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
3828         * sysdeps/ia64/fpu/s_cos.S: Likewise.
3829         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
3830         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
3831         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
3832         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
3833         * sysdeps/ia64/fpu/s_erf.S: Likewise.
3834         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
3835         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
3836         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
3837         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
3838         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
3839         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
3840         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
3841         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
3842         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
3843         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
3844         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
3845         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
3846         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
3847         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
3848         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
3849         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
3850         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
3851         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
3852         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
3853         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
3854         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
3855         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
3856         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
3857         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3858         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
3859         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
3860         * sysdeps/ia64/fpu/s_logb.S: Likewise.
3861         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3862         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3863         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3864         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
3865         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
3866         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
3867         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
3868         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
3869         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
3870         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3871         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3872         * sysdeps/ia64/fpu/s_round.S: Likewise.
3873         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
3874         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
3875         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
3876         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
3877         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3878         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
3879         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
3880         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3881         * sysdeps/ia64/fpu/s_tan.S: Likewise.
3882         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
3883         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
3884         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
3885         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
3886         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
3887         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
3889         [BZ #592]
3890         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
3891         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
3893         [BZ #592]
3894         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
3895         2005-03-21.
3896         * sysdeps/ia64/fpu/import_file.awk: Likewise.
3897         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
3898         * sysdeps/ia64/fpu/Makefile: Likewise.
3900 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
3902         [BZ #1087]
3903         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
3904         avoid calling mbsrtowcs twice.
3906 2005-03-29  Roland McGrath  <roland@redhat.com>
3908         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
3909         function, inline broken out of ...
3910         (DL_SYSDEP_OSCHECK): ... here.  Use that.
3911         Do the discovery and set GLRO(dl_osversion) if successful,
3912         if __LINUX_KERNEL_VERSION <= 0.
3913         * elf/dl-load.c: Don't include dl-osinfo.h here.
3915 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
3917         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
3918         is now needed.
3920 2005-03-19  Bruno Haible  <bruno@clisp.org>
3922         * intl/dcigettext.c (struct known_translation_t): Change type of
3923         domainname field to 'const char *'.
3924         (DCIGETTEXT): Remove const-cast.
3926 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
3928         [BZ #661]
3929         * grp/initgroups.c (internal_getgrouplist): Check if we have
3930         enough space before adding the primary group to the list.
3932         * posix/tst-execle1.c (do_test): Fix execle arguments.
3933         * posix/tst-execle2.c (do_test): Likewise.
3935 2005-03-28  Roland McGrath  <roland@redhat.com>
3937         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
3938         Reported by Mark Mitchell <mark@codesourcery.com>.
3939         * Versions.def (libm): Define GLIBC_2.4 set.
3940         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
3941         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
3942         * sysdeps/ia64/Versions: Likewise.
3943         * sysdeps/m68k/Versions: Likewise.
3944         * sysdeps/sparc/sparc64/Versions: Likewise.
3945         * sysdeps/x86_64/Versions: New file.
3946         * sysdeps/mips/mips64/Versions: New file.
3948         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
3949         [__USE_GNU] (NL_LOCALE_NAME): New macro.
3950         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
3951         return locale name string for the category.
3953 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
3955         [BZ #721]
3956         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
3957         <wcstol_l.c>.
3959 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
3961         * sysdeps/mips/atomicity.h: Remove unused file.
3962         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
3963         * sysdeps/mips/dl-tls.h: New file.
3964         * sysdeps/mips/libc-tls.c: New file.
3965         * sysdeps/mips/tls-macros.h: New file.
3966         * sysdeps/mips/bits/atomic.h: New file.
3967         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
3968         * sysdeps/mips/elf/configure.in: New file.
3969         * sysdeps/mips/elf/configure: Generated.
3970         * sysdeps/mips/sys/asm.h: New file.
3971         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
3972         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
3973         clone support.
3974         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
3975         (INTERNAL_SYSCALL_NCS): New.
3976         (INTERNAL_SYSCALL): Update for non-constant support.
3977         (internal_syscall0): Likewise.
3978         (internal_syscall1): Likewise.
3979         (internal_syscall2): Likewise.
3980         (internal_syscall3): Likewise.
3981         (internal_syscall4): Likewise.
3982         (internal_syscall5): Likewise.
3983         (internal_syscall6): Likewise.
3984         (internal_syscall7): Likewise.
3985         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
3986         Update to match the kernel.
3987         (SIGEV_CALLBACK): Likewise.
3988         (SIGEV_THREAD_ID): Likewise.
3990 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
3992         [BZ #783]
3993         * elf/tst-auditmod1.c: Add MIPS support.
3994         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
3995         (La_mips_32_retval): New.
3996         (La_mips_64_regs): New.
3997         (La_mips_64_retval): New.
3998         (struct audit_ifaces): Add MIPS entries.
3999         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
4000         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
4001         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
4002         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
4003         (RTLD_START): Align the stack before calling _dl_init_internal.
4004         Use .ent for _dl_start_user.
4005         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
4006         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
4007         (elf_machine_runtime_setup): Use "auto inline".
4008         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
4009         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
4010         * sysdeps/mips/dl-trampoline.c: New file.
4011         * sysdeps/mips/bits/link.h: New file.
4012         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
4013         (internal_syscall5): Use register operands instead of non-lvalue
4014         memory operands.
4015         (internal_syscall6): Likewise.
4016         (internal_syscall7): Likewise.
4018 2005-03-27  Andreas Jaeger  <aj@suse.de>
4020         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
4021         avoid warnings with older compiler.
4022         (__builtin___memcpy_chk): Likewise.
4023         (__builtin___memmove_chk: Likewise.
4024         (__builtin___mempcpy_chk): Likewise.
4025         (__builtin___memset_chk): Likewise.
4026         (__builtin___stpcpy_chk): Likewise.
4027         (__builtin___strcat_chk): Likewise.
4028         (__builtin___strcpy_chk): Likewise.
4029         (__builtin___strncat_chk): Likewise.
4030         (__builtin___strncpy_chk): Likewise.
4031         (__builtin_object_size): Likewise.
4033 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
4035         * elf/tls-macros.h: Correct typo.
4037 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
4039         [BZ #822]
4040         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
4041         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
4043 2005-03-22  Roland McGrath  <roland@redhat.com>
4045         * locale/setlocale.c: Comment typo.
4047         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
4049         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
4051         * scripts/versions.awk: Print all errors and die at the end.
4052         Use library name in versions array keys.
4054 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
4056         * elf/elf.h (PT_ARM_EXIDX): New macro.
4058 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
4060         [BZ #1098]
4061         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
4062         Convert correctly between long/int on 64bit big-endian.
4064 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
4066         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
4067         with more than 8 output registers.  Fix this by passing original
4068         ar.pfs to _mcount_ret_helper via r3.
4070 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4072         [BZ #786]
4073         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
4074         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
4075         * elf/Makefile: Add rules to build and run tst-tls15.
4076         * elf/tst-tls15.c: New test.
4077         * elf/tst-tlsmod15a.c: New file.
4078         * elf/tst-tlsmod15b.c: New file.
4080 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
4082         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
4084 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
4086         * elf/dl-open.c (dl_open_worker): Fix typo.
4088 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
4090         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
4091         clearing if perturb_byte != 0.
4093 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
4095         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
4096         instead of __off_t for last argument.
4097         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
4098         * debug/tst-lfschk1.c: New test.
4099         * debug/tst-lfschk2.c: New test.
4100         * debug/tst-lfschk3.c: New test.
4102 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
4104         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
4105         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
4106         and __USE_XOPEN guards to match linux/bits/termios.h.
4107         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
4108         (CMSPAR): Define.
4109         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
4111 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
4113         [BZ #1076]
4114         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
4116 2005-02-27  Denis Barbier  <barbier@debian.org>
4118         [BZ #549]
4119         * locale/iso-4217.def: Add CSD currency.
4121 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
4123         * inet/test-ifaddrs.c: Use test-skeleton.
4124         * inet/test_ifindex.c: Likewise.
4126         [BZ #821]
4127         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
4128         the list exists.
4130         [BZ #821]
4131         * elf/Makefile: Add rules to build and run order2.
4132         * elf/order2.c: New file.
4133         * elf/order2mod1.c: New file.
4134         * elf/order2mod2.c: New file.
4135         * elf/order2mod3.c: New file.
4136         * elf/order2mod4.c: New file.
4138 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
4140         [BZ #821]
4141         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
4142         it has been incremented before.
4144 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
4146         [BZ #821]
4147         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
4148         function _dl_sort_fini.
4149         (_dl_sort_fini): New function.
4150         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
4151         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
4152         destructors to call them in the right order.
4154 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
4156         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
4157         (La_ppc64_retval): Correct size of lrc_fp.
4158         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
4159         Fix up ABI problems and complete function.
4161 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
4163         * math/test-misc.c (main): Add some more tests.
4165 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
4167         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
4168         __wcrtomb.  Check return values of other __wcrtomb calls.
4169         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
4170         Change mbclen type to size_t.
4171         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
4172         Handle mb chars whose upper case doesn't have multibyte representation
4173         in locale's charset.
4175 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4177         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
4178         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
4179         #ifndef _LIBC.
4181         [BZ #779]
4182         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
4183         initialized.
4185 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
4187         * misc/sys/cdefs.h (__always_inline): Define.
4188         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
4189         Use __always_inline instead of __inline.
4190         * socket/bits/socket2.h (recv, recvfrom): Likewise.
4191         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
4192         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
4193         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
4194         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
4195         __inline__ __attribute__ ((__always_inline__)).
4197 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
4199         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
4200         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
4201         readlink.  Add some more tests for read, pread, pread64, fgets and
4202         fgets_unlocked.
4204         * posix/bits/unistd.h (read, pread, pread64, readlink,
4205         getcwd, getwd): Change macros into extern inline functions.
4206         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
4207         __getcwd_alias, __getwd_alias): New prototypes.
4208         * socket/bits/socket2.h (recv, recvfrom): Change macros into
4209         extern inline functions.
4210         (__recv_alias, __recvfrom_alias): New prototypes.
4211         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
4212         into extern inline functions.
4213         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
4215         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
4216         to __pread.
4217         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
4218         to __pread64.
4220 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
4222         * configure.in: Use %function instead of @function.
4224 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
4226         [BZ #821]
4227         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
4228         Change type of l_idx to int.
4229         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
4230         determine whether a DSO has to be unloaded.  Instead compute this
4231         in this function.
4232         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
4233         * elf/dl-lookup.c: Likewise.
4234         * elf/rtld.c: Likewise
4235         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
4236         object was just loaded.
4237         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
4238         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
4239         is about to be unloaded as a match.
4240         (_dl_map_object): Likewise.
4241         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
4242         to be unloaded.
4243         * elf/circleload1.c: Don't use l_opencount anymore.
4244         * elf/neededtest.c: Likewise.
4245         * elf/neededtest2.c: Likewise.
4246         * elf/neededtest3.c: Likewise.
4247         * elf/neededtest4.c: Likewise.
4248         * elf/unload.c: Likewise.
4249         * elf/unload2.c: Likewise.
4250         * elf/loadtest.c: Likewise.
4252         [BZ #821]
4253         * elf/rtld.c: Preloading errors are now never fatal.
4255 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
4257         [BZ #821]
4258         * elf/Makefile: Add rules to build and run unload5 test.
4259         * elf/unload5.c: New file.
4261         [BZ #821]
4262         * elf/Makefile: Add rules to build and run unload4 test.
4263         * elf/unload4.c: New file.
4264         * elf/unload4mod1.c: New file.
4265         * elf/unload4mod2.c: New file.
4266         * elf/unload4mod3.c: New file.
4267         * elf/unload4mod4.c: New file.
4269 2005-03-17  Roland McGrath  <roland@redhat.com>
4271         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
4273 2005-03-16  Richard Henderson  <rth@redhat.com>
4275         [BZ #721]
4276         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
4277         of internal.
4278         (__hidden_def1, __hidden_dot_def1): Remove.
4279         (__hidden_def2, __hidden_def3): Remove.
4280         (__hidden_ver1): New.
4281         (hidden_ver, hidden_def, hidden_weak): Use it.
4282         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
4283         version of the macro.
4285         [BZ #721]
4286         * include/wchar.h (__wcscoll): Remove.
4287         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
4288         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
4290 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
4292         * elf/elf.h: Define MIPS TLS relocations.
4294 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
4296         * elf/circleload1.c (main): Pretty printing.
4298 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4300         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
4301         Patch by Dan Kegel <dank@kegel.com>.
4303         [BZ #721]
4304         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
4305         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
4306         Add inline keyword.
4307         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
4308         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
4309         attribute.
4310         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
4311         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
4312         static inline into auto inline.
4313         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
4314         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
4315         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
4316         Likewise.
4317         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
4318         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
4319         Likewise.
4321 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
4323         [BZ #789]
4324         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
4325         Remove memory clobber.
4327         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
4328         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
4330 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
4332         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
4333         asm/types.h.
4335 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
4337         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
4338         MAP_NONBLOCK.
4339         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
4340         Correct MAP_GROWSDOWN value.
4342 2005-03-13  Roland McGrath  <roland@redhat.com>
4344         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
4345         version if there is one.  Only #error if macros are then undefined.
4346         * sysdeps/generic/tls-macros.h: New file.
4348 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
4350         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
4351         * sysdeps/hppa/configure: Regenerated.
4353 2005-03-08  Roland McGrath  <roland@redhat.com>
4355         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
4356         array types match exactly in C alias decls.
4358 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
4360         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
4361         mallopt appropriately.
4362         * malloc/malloc.h: Define M_PERTURB.
4363         * malloc/malloc.c (perturb_byte): New variable.
4364         (alloc_perturb, free_perturb): New macros.
4365         (_int_malloc): Before returning, overwrite the memory if this is
4366         requested.
4367         (_int_free): Overwrite freed memory if requested.
4368         (mALLOPt): Handle M_PERTURB.
4369         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
4371         * elf/dl-close.c (_dl_close): Decrement l_opencount before
4372         printing debug message.
4373         * elf/dl-open.c (dl_open_worker): Always print the new opencount
4374         in debug messages.
4376 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
4378         * elf/dl-close.c (_dl_close): Unify debug message format.
4380         * elf/dl-close.c (_dl_close): Print debug message just before
4381         destroying a link map.
4383         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
4384         * elf/dl-version.c (match_symbol): Likewise.
4386         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
4388         * debug/recv_chk.c (__recv_chk): Always fail if request could
4389         overflow the buffer.
4390         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
4391         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
4392         we know the call succeeds.
4393         (recvfrom): Likewise.
4395 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
4397         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
4398         warning.
4399         * posix/regex_internal.c (re_string_reconstruct): Add cast to
4400         avoid warning.
4401         (build_wcs_upper_buffer): Change type of bug to plain char.
4402         * locale/weightwc.h (findidx): Add casts to avoid warnings.
4403         * time/mktime.c (ranged_convert): Initialize tm to make the
4404         compiler happy.
4405         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
4406         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
4407         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
4408         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
4409         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
4410         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
4411         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
4412         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
4413         * libio/iofwide.c: Add casts to avoid warnings.
4414         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
4415         variable f to avoid warnings.
4416         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
4417         Fix a few casts to avoid warnings.
4418         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
4419         to avoid warning.
4421         [BZ #1101]
4422         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
4423         dynamically sized array.
4424         (build_wcs_upper_buffer): Likewise.
4426 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4428         * include/bits/unistd.h: New file.
4429         * include/bits/socket2.h: New file.
4431 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
4433         * sunrpc/key_call.c: Remove doors support.
4434         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
4435         * configure.in: Remove test for doors support which never existed.
4436         * config.make.in: Remove have_doors entry.
4438         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
4439         * config.make.in: Undo last change.
4441         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
4442         -mtune.
4444 2005-03-05  Roland McGrath  <roland@redhat.com>
4446         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
4447         (_dl_out_of_memory): Use rtld_hidden_proto.
4448         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
4449         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
4450         * elf/dl-open.c (_dl_open): Likewise.
4451         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
4453         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
4455         * elf/dl-addr.c (_dl_addr): Add a cast.
4457         [BZ #821]
4458         * elf/unload3mod4.c: Declare foo.
4459         * elf/testobj2.c: Include <stdio.h>.
4461         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
4462         value constant, and use it in the defn.
4463         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
4464         Use actual size for compat array decls.
4466         * config.make.in (cc-mtune): New substituted variable.
4467         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
4468         done only if libc_mtune_example is defined.
4469         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
4470         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
4472 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4474         [BZ #721]
4475         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
4476         unconditionally to (defined RTLD_BOOTSTRAP).
4477         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
4479 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
4481         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
4482         $(inst_slibdir) in AS_NEEDED directive.
4484 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
4486         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
4488 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
4490         [BZ #776]
4491         * iconv/iconvconfig.c: Fix comment for the output file.
4492         (write_output): Clear padding in header.
4494 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
4496         [BZ #821]
4497         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
4498         loader is closed.  Fixes unload3.
4499         * elf/tst-global1.c: New file.
4500         * elf/Makefile (tests): Add tst-global1.
4501         * elf/testobj2.c (p): New function.
4503 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
4505         [BZ #821]
4506         * elf/Makefile: Add rules to build and run unload3 test.
4507         * elf/unload3.c: New test.
4508         * elf/unload3mod1.c: New file.
4509         * elf/unload3mod2.c: New file.
4510         * elf/unload3mod3.c: New file.
4511         * elf/unload3mod4.c: New file.
4513 2005-02-21  Alan Modra <amodra@bigpond.net.au>
4515         [BZ #1394]
4516         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
4517         use __uint128_t.
4519 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
4521         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
4522         of __bos.
4523         * socket/bits/socket2.h (recv, recvfrom): Likewise.
4525 2005-03-01  Roland McGrath  <roland@redhat.com>
4527         [BZ #721]
4528         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
4529         of [RESOLVE_MAP].
4531 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
4533         [BZ #777]
4534         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
4535         Add missing initializer.
4537         [BZ #777]
4538         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
4539         USE_TLS && !USE___THREAD].
4541 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
4543         * csu/Makefile: Use printf instead of echo for some shells.
4545 2005-02-28  Roland McGrath  <roland@redhat.com>
4547         * debug/warning-nop.c (__nop): Rename to nop, make it static.
4548         (__warndecl): Use alias attribute directly, instead of strong_alias
4549         macro.  Add attribute_hidden.
4551 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
4553         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
4554         determine the call will never trigger a failure.
4555         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
4556         small.
4557         * debug/readlink_chk.c (__readlink_chk): Likewise.
4558         * debug/pread64_chk.c (__pread64_chk): Likewise.
4559         * debug/pread_chk.c (__pread_chk): Likewise.
4561         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
4562         * sysdeps/x86_64/memset_chk.S: Likewise.
4564 2005-02-24  Roland McGrath  <roland@redhat.com>
4566         * debug/Versions (libc: GLIBC_2.4): Remove
4567         __memset_zero_constant_len_parameter.
4568         * sysdeps/generic/memset_chk.c: Remove alias and warning.
4569         * misc/sys/cdefs.h (__warndecl): New macro.
4570         * debug/warning-nop.c: New file.
4571         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
4572         arguments, instead of calling __memset_zero_constant_len_parameter.
4573         Use __warndecl for __warn_memset_zero_len.
4574         * debug/Makefile (routines): Add $(static-only-routines).
4575         (static-only-routines): New variable.
4577 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
4579         * po/tr.po: Update from translation team.
4581 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
4583         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
4585         * dlfcn/dlerror.c (check_free): New function.  Extract common code
4586         from fini and free_key_mem.  Check whether this is libdl in the
4587         base namespace.
4589 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
4591         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
4592         to debug output.
4594 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
4596         [BZ #758]
4597         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
4598         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
4599         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
4600         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
4601         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
4602         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
4603         standard __NR prefix.
4604         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
4605         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
4606         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
4607         Extract separate syscall lists for each ABI.
4609 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
4611         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
4613         [BZ #719]
4614         * elf/Makefile: Run tst-tls9-static again.
4616 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
4618         [BZ #719]
4619         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
4620         slotinfo array.
4621         (__libc_setup_tls): Initialize length of DTV based on array length.
4622         * elf/dl-load.c: Revert last change.
4623         * sysdeps/generic/dl-tls.c: Revert last change.
4625         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
4626         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
4627         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
4628         * posix/tst-execl1.c: New file.
4629         * posix/tst-execl2.c: New file.
4630         * posix/tst-execle1.c: New file.
4631         * posix/tst-execle2.c: New file.
4632         * posix/tst-execlp1.c: New file.
4633         * posix/tst-execlp2.c: New file.
4634         * posix/tst-execv1.c: New file.
4635         * posix/tst-execv2.c: New file.
4636         * posix/tst-execve1.c: New file.
4637         * posix/tst-execve2.c: New file.
4638         * posix/tst-execvp1.c: New file.
4639         * posix/tst-execvp2.c: New file.
4641 2005-02-22  Roland McGrath  <roland@redhat.com>
4643         * include/signal.h: Revert last change.
4644         (__sigemptyset): Use __builtin_memset instead of memset.
4646 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
4648         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
4649         non-cancelable I/O functions.
4651 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
4653         [BZ #769]
4654         * nscd/nscd-client.h: Include sys/uio.h.
4655         (__readall, __readvall, writeall): New prototypes.
4656         * nscd/connections.c (writeall): New function.
4657         (handle_request): Use it.
4658         * nscd/aicache.c (addhstaiX): Likewise.
4659         * nscd/initgrcache.c (addinitgroupsX): Likewise.
4660         * nscd/hstcache.c (cache_addhst): Likewise.
4661         * nscd/grpcache.c (cache_addgr): Likewise.
4662         * nscd/pwdcache.c (cache_addpw): Likewise.
4663         * nscd/nscd_helper.c (__readall, __readvall): New functions.
4664         * nscd/nscd_getai.c (__nscd_getai): Use them.
4665         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
4666         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
4667         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
4668         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
4670 2005-02-22  Roland McGrath  <roland@redhat.com>
4672         * include/sys/socket.h: Declare __recv.
4673         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
4674         * sysdeps/mach/hurd/recv.c: Likewise.
4676         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
4677         __backtrace_* decls.
4679         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
4680         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
4681         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
4683         * include/signal.h: Include <string.h> for memset decl.
4685 2005-02-22  Andreas Schwab  <schwab@suse.de>
4687         * posix/execvp.c (execvp): Fix invalid free.
4689 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
4691         [BZ #1095]
4692         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
4693         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
4694         librpcsvc.a objects.
4696 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
4698         [BZ #1107]
4699         * iconvdata/ibm930.h: Correct Yen mapping.
4700         * iconvdata/ibm939.h: Likewise.
4701         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
4702         * iconvdata/testdata/IBM939..UTF8: Likewise.
4703         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
4705         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
4706         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
4707         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
4708         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
4709         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
4710         ibm1158.c, and ibm1158.h.
4711         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
4712         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
4713         * iconvdata/gconv-modules: Likewise.
4714         * iconvdata/ibm1025.c: New file.
4715         * iconvdata/ibm1025.h: New file.
4716         * iconvdata/ibm1122.c: New file.
4717         * iconvdata/ibm1122.h: New file.
4718         * iconvdata/ibm1137.c: New file.
4719         * iconvdata/ibm1137.h: New file.
4720         * iconvdata/ibm1153.c: New file.
4721         * iconvdata/ibm1153.h: New file.
4722         * iconvdata/ibm1154.c: New file.
4723         * iconvdata/ibm1154.h: New file.
4724         * iconvdata/ibm1155.c: New file.
4725         * iconvdata/ibm1155.h: New file.
4726         * iconvdata/ibm1156.c: New file.
4727         * iconvdata/ibm1156.h: New file.
4728         * iconvdata/ibm1157.c: New file.
4729         * iconvdata/ibm1157.h: New file.
4730         * iconvdata/ibm1158.c: New file.
4731         * iconvdata/ibm1158.h: New file.
4732         * iconvdata/testdata/IBM1025: New file.
4733         * iconvdata/testdata/IBM1025..UTF8: New file.
4734         * iconvdata/testdata/IBM1122: New file.
4735         * iconvdata/testdata/IBM1122..UTF8: New file.
4736         * iconvdata/testdata/IBM1137: New file.
4737         * iconvdata/testdata/IBM1137..UTF8: New file.
4738         * iconvdata/testdata/IBM1153: New file.
4739         * iconvdata/testdata/IBM1153..UTF8: New file.
4740         * iconvdata/testdata/IBM1154: New file.
4741         * iconvdata/testdata/IBM1154..UTF8: New file.
4742         * iconvdata/testdata/IBM1155: New file.
4743         * iconvdata/testdata/IBM1155..UTF8: New file.
4744         * iconvdata/testdata/IBM1156: New file.
4745         * iconvdata/testdata/IBM1156..UTF8: New file.
4746         * iconvdata/testdata/IBM1157: New file.
4747         * iconvdata/testdata/IBM1157..UTF8: New file.
4748         * iconvdata/testdata/IBM1158: New file.
4749         * iconvdata/testdata/IBM1158..UTF8: New file.
4750         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
4752 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
4754         * posix/regcomp.c (lower_subexp): Do not optimize empty
4755         subexpressions even with REG_NOSUB.
4756         * posix/rxspencer/tests: Add a previously failing testcase.
4758 2005-02-21  Alan Modra <amodra@bigpond.net.au>
4760         [BZ #719]
4761         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
4762         array index is within bounds.
4764 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
4766         [BZ #719]
4767         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
4768         linked code.
4769         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
4770         * elf/Makefile: Remove rules to build and run tst-tls9-static.
4772         [BZ #719]
4773         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
4774         THREAD_DTV multiple times, this minimally reduces code size on
4775         some archs.
4777 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
4779         [BZ #768]
4780         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
4781         NETDB_INTERNAL if buffer is too small.
4783         [BZ #768]
4784         * nscd/hstcache.c (INCR): Remove.
4785         (addhstbyX): Double buflen in each iteration rather than add INCR.
4786         * nscd/grpcache.c: Likewise.
4787         * nscd/pwdcache.c: Likewise.
4789 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
4791         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
4792         map if requested.
4793         * debug/chk_fail.c: Request backtrace and memory map dump.
4795         * Versions.def: Add GLIBC_2.4 for libc.
4796         * debug/fgets_chk.c: New file.
4797         * debug/fgets_u_chk.c: New file.
4798         * debug/getcwd_chk.c: New file.
4799         * debug/getwd_chk.c: New file.
4800         * debug/readlink_chk.c: New file.
4801         * debug/read_chk.c: New file.
4802         * debug/pread_chk.c: New file.
4803         * debug/pread64_chk.c: New file.
4804         * debug/recv_chk.c: New file.
4805         * debug/recvfrom_chk.c: New file.
4806         * debug/Versions: Add all new functions with version GLIBC_2.4.
4807         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
4808         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
4809         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
4810         * debug/tst-chk1.c: Add more tests.
4811         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
4812         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
4813         * posix/unistd.h: Include <bits/unistd.h> for fortification.
4814         * posix/bits/unistd.h: New file.
4815         * posix/Makefile (headers): Add bits/unistd.h.
4816         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
4817         * socket/bits/socket2.h: New file.
4818         * socket/Makefile (headers): Add bits/socket2.h.
4820         * string/bits/string3.h: Extend memset macro to check for zero 3rd
4821         parameter and use __memset_zero_constant_len_parameter in that case.
4822         * sysdeps/generic/memset_chk.c: Add
4823         __memset_zero_constant_len_parameter alias and linker warning.
4824         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
4825         with version GLIBC_2.4.
4827         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
4828         in __STD_TYPE definition.
4830 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
4832         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
4833         the error message rather than program name.
4835 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
4837         [BZ #767]
4838         * posix/unistd.h: symlink and readlink are unconditionally
4839         available in the 2001 spec.
4841 2005-02-16  Roland McGrath  <roland@redhat.com>
4843         * intl/dcigettext.c (_nl_find_msg): Add a cast.
4845         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
4846         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
4847         * nis/nis_clone_res.c (nis_clone_result): Likewise.
4849         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
4850         for END_OF_MESSAGE and CP.
4852         * resolv/res_send.c (send_dg): Add else branch for case impossible
4853         unless `poll' is buggy.
4855         * crypt/crypt_util.c (__setkey_r): Add a cast.
4857         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
4858         NBYTES, and unsigned char * for BYTES.
4860         * locale/programs/charmap.c (charmap_new_char): Use size_t and
4861         unsighed char * for NBYTES, BYTES parameters.
4863         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
4864         and cast it.
4865         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
4867         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
4869         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
4871         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
4872         (authdes_marshal): Don't use unsigned int for LEN.
4873         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
4874         (xdr_u_hyper): Likewise.
4875         (xdr_u_short): Don't use u_long for L.
4876         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
4878         * inet/rexec.c (rexec_af): Use socklen_t.
4879         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
4880         * sunrpc/rtime.c (rtime): Likewise.
4881         * resolv/res_send.c (send_vc, send_dg): Likewise.
4882         * nis/nis_callback.c (__nis_create_callback): Likewise.
4884         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
4886         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
4888         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
4890         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
4891         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
4892         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
4893         * intl/bindtextdom.c (INTUSE): Macro removed.
4894         (_nl_default_dirname): Use libc_hidden_proto.
4895         (set_binding_values): Don't use INTUSE.
4896         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
4897         (_libc_intl_domainname): Use libc_hidden_proto.
4898         * posix/regex_internal.h (gettext): Remove INTUSE on it.
4899         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
4900         rather than INTDEF.
4901         * include/libintl.h (_): Don't use *_internal name.
4903         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
4904         not uint32_t.
4905         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
4907         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
4909         [BZ #721]
4910         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
4911         of [RESOLVE_MAP].
4912         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
4913         * sysdeps/powerpc/powerpc32/dl-machine.h
4914         (elf_machine_rel, elf_machine_rel_relative): Removed.
4915         * sysdeps/powerpc/powerpc64/dl-machine.h
4916         (elf_machine_rel, elf_machine_rel_relative): Removed.
4918 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
4920         [BZ #721]
4921         * elf/dynamic-link.h: Don't declare nested auto functions that are
4922         not going to be defined.
4924 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
4926         [BZ #284]
4927         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
4928         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
4930 2005-02-16  Roland McGrath  <roland@redhat.com>
4932         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
4933         inside [! SHARED] where it's used.
4935 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
4937         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
4938         functions and macros is unsigned.
4940 2005-02-11  Barry deFrese  <bddebian@comcast.net>
4942         [BZ #722]
4943         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
4944         * sysdeps/mach/hurd/setresuid.c: Likewise.
4946 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
4948         * misc/sys/syslog.h: Fix typo in comment.
4950 2005-02-14  Roland McGrath  <roland@redhat.com>
4952         [BZ #720]
4953         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
4954         if it wasn't originally.
4956 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
4958         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
4959         getpeername entry.
4960         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4961         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4963 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
4965         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
4966         matching line.
4968 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
4970         [BZ #721]
4971         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
4972         with auto inline, and attribute always_inline.
4973         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
4974         (elf_machine_rel, elf_machine_rel_relative): Likewise.
4975         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
4976         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
4977         (elf_machine_rel, elf_machine_rel_relative): Likewise.
4978         (elf_machine_tprel): Likewise.
4980 2005-02-14  Andreas Schwab  <schwab@suse.de>
4982         * manual/filesys.texi (Random Access Directory): Fix type of file
4983         position value for telldir and seekdir.
4984         (Attribute Meanings): Fix typo.
4986 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
4988         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
4989         isn't defined.
4990         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
4991         if SHARED isn't defined.
4992         * elf/Makefile (tests-static): Add tst-array1-static.
4993         ($(objpfx)tst-array1-static.out): New target.
4994         * elf/tst-array1-static.c: New file.
4996 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
4998         [BZ #1100]
4999         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
5000         __libc_message to kill GCC warning about noreturn function returning.
5002         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
5003         before relocating ld.so again.
5005         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
5006         for already prelinked ld.so.
5008 2005-02-11  Roland McGrath  <roland@redhat.com>
5010         [BZ #715]
5011         * Makefile (installed-stubs): New variable.
5012         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
5013         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
5014         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
5015         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
5016         rule's target.
5017         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
5018         * include/stubs-biarch.h: New file.
5020         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
5022         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
5023         Emit defn for variable `biarch'.
5025         * include/stub-tag.h: Update comment.
5027         * scripts/soversions.awk: Fix default version set handling.
5029 2005-02-10  Roland McGrath  <roland@redhat.com>
5031         [BZ #157]
5032         * include/libc-symbols.h (stub_warning): Emit a marker section called
5033         .gnu.glibc-stub.NAME.
5034         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
5035         Use objdump to collect those marker section names.
5036         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
5038         * Rules (subdir_objs, subdir_stubs): New phony targets.
5039         * Makefile (+subdir_targets): Add them.
5041         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
5042         soversions.i.
5044         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
5045         Reported by H.J. Lu <hongjiu.lu@intel.com>.
5047         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
5048         doing two.
5050 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
5052         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
5053         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
5054         * sysdeps/powerpc/bits/link.h: ... here.  New file.
5056 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
5058         [BZ #710]
5059         * stdlib/random_r.c (__initstate_r): Save old state.
5060         * stdlib/Makefile (tests): Add tst-random2.
5061         * stdlib/tst-random2.c: New test.
5062         Reported by Peter Bergner <bergner@vnet.ibm.com>.
5064 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
5066         * dlfcn/dlfcn.c (init): Put it in .init_array section.
5068 2005-02-10  Roland McGrath  <roland@redhat.com>
5070         [BZ #632]
5071         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
5072         from command line.
5073         Grok shlib-versions lines with WORDSIZE* in second column.
5074         Add new leading column to output, DEFAULT for existing output lines.
5075         Also emit lines with WORDSIZE* for alternate configurations.
5076         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
5077         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
5078         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
5079         of soversions.mk; replace inline shell script with use of ...
5080         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
5081         emit multiple sets of macros under #if.
5082         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
5083         (s390x-.*-.*): Likewise for s390.
5084         (powerpc64-.*-.*): Likewise for powerpc.
5085         (sparc64-.*-.*): Likewise for sparc.
5086         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
5087         for these mapping back to the above.
5089 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
5091         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
5093 2005-02-08  Andreas Schwab  <schwab@suse.de>
5095         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
5096         RESOLVE.
5098 2005-02-07  Richard Henderson  <rth@redhat.com>
5100         [BZ #721]
5101         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
5103 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5105         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
5106         RESOLVE.
5108 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
5110         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
5111         set correctly.
5113 2005-01-07  Richard Henderson  <rth@redhat.com>
5115         [BZ #721]
5116         * math/math_private.h (__copysign): Define as builtin for gcc 4.
5117         (__copysignf, __copysignl): Likewise.
5118         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
5119         for gcc 4.0.
5120         (copysignf, copysignl, fabsf, fabs): Likewise.
5121         (__copysign, __copysignf, __copysignl): Remove.
5122         (__fabs, __fabsf): Remove.
5124 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
5126         [BZ #738]
5127         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
5128         avoid writing to it if none of the standard search directories exist.
5130 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
5132         [BZ #700]
5133         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
5134         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
5135         Load MSR as a doubleword.
5136         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
5137         (__novec_swapcontext, __swapcontext): Likewise.
5139 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
5141         * iconv/iconv_prog.c (main): Provide more help in case on an error.
5143         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
5145 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
5147         [BZ #741]
5148         * nscd/nscd.c (termination_handler): Avoid segfault if some database
5149         is not enabled.
5151         [BZ #741]
5152         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
5153         __nss_not_use_nscd_hosts and return -1.
5154         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
5155         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
5156         Avoid leaking sockets.
5158 2005-01-28  Andreas Schwab  <schwab@suse.de>
5159             H.J. Lu  <hongjiu.lu@intel.com>
5161         [BZ #677]
5162         * elf/dl-runtime.c (fixup): Change return type to
5163         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
5164         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
5165         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
5166         store and retrieve relocation values.
5167         (profile_fixup): Likewise.
5168         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
5169         l_reloc_result.
5170         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
5171         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
5172         (DL_FIXUP_MAKE_VALUE): Likewise.
5173         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
5174         (DL_FIXUP_VALUE_ADDR): Likewise.
5175         (DL_FIXUP_ADDR_VALUE): Likewise.
5176         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
5177         (DL_FIXUP_VALUE_TYPE): New.
5178         (DL_FIXUP_MAKE_VALUE): Likewise.
5179         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
5180         (DL_FIXUP_VALUE_ADDR): Likewise.
5181         (DL_FIXUP_ADDR_VALUE): Likewise.
5182         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
5183         (elf_machine_profile_plt): Removed.
5184         (elf_machine_fixup_plt): Change return type and type of value
5185         parameter to struct fdesc.
5186         (elf_machine_plt_value): Likewise.
5187         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
5188         argument for elf_machine_fixup_plt.
5190 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
5192         [BZ #742]
5193         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
5194         after the status string printed by killproc.
5196 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
5198         * manual/.cvsignore: Add dir-add.texi.
5200 2005-02-06  Richard Henderson  <rth@redhat.com>
5202         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
5203         all the time.
5205 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
5207         * configure.in (sysnames): Append sysdeps/generic for each add-on.
5208         * configure: Regenerated.
5210 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
5212         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
5213         (dtv_t): Change pointer type to be a struct which also contains
5214         information whether the memory pointed to is static TLS or not.
5216         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
5218         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
5219         (FALSEP): ... this.  Updated all references.
5221         [BZ #765]
5222         * libio/fmemopen.c: Include <stdint.h>.
5224 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
5226         [BZ #1103]
5227         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
5228         * nscd/connections.c (send_ro_fd): Likewise.
5230 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
5232         * elf/tst-auditmod1.c: Add ia64 entries.
5233         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
5234         (La_ia64_retval): New.
5235         (audit_ifaces): Add ia64 entries.
5236         * sysdeps/ia64/bits/link.h: New file.
5237         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
5238         for dl_profile non-null.
5239         (ARCH_LA_PLTENTER): New.
5240         (ARCH_LA_PLTEXIT): New.
5241         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
5242         only 2 output registers. Allocate stack to save/restore
5243         8 incoming fp registers. Call _dl_fixup instead of fixup.
5244         (_dl_runtime_profile): Rewrite.
5246 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5248         * sysdeps/s390/bits/link.h: New file.
5249         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
5250         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
5251         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
5252         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
5253         relocation code.
5254         (elf_machine_runtime_setup): Test for dl_profile non-null.
5255         (elf_machine_rela): Remove code using RESOLVE.
5256         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
5257         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
5258         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
5259         La_s390_64_regs, La_s390_64_retval): New.
5260         * elf/tst-auditmod1.c: Add s390 entries.
5262         [BZ #743]
5263         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
5264         strncat, memchr, strcmp): Add missing memory clobber.
5266 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
5268         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
5269         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
5271 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
5273         [BZ #558]
5274         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
5275         Initialize the node sets in dfa->inveclosures.
5276         (analyze): Initialize inveclosures only if it is needed.
5277         Check errors from calc_inveclosure.
5278         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
5279         the inveclosure node set.
5280         * posix/regexec.c (re_search_internal): If nmatch includes unused
5281         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
5283         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
5284         Do build a SIMPLE_BRACKET token.
5286         * posix/regexec.c (transit_state_mb): Do not examine nodes
5287         where ACCEPT_MB is not set.
5289 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
5291         * stdlib/tst-fmtmsg.c: Include stdlib.h.
5292         * stdio-common/tst-fmemopen2.c: Include string.h.
5293         * posix/execvp.c: Include stdbool.h.
5295 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
5297         Separate parsing and creation of the NFA.  Avoided recursion on
5298         the (very unbalanced) parse tree.
5299         [BZ #611]
5300         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
5301         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
5302         (optimize_subexps, duplicate_tree, calc_first, calc_next,
5303         mark_opt_subexp): Rewritten.
5304         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
5305         create_token_tree, free_tree, free_token): New.
5306         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
5307         postorder generic visitors.  Do not initialize the fields in the
5308         re_dfa_t that represent the transitions.
5309         (free_dfa_content): Use free_token.
5310         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
5311         include optimization of subexpressions.
5312         (create_initial_state): Fetch the DFA node index from the first node's
5313         bin_tree_t *.
5314         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
5315         Return on COMPLEX_BRACKET.
5316         (duplicate_node_closure): Fix comment.
5317         (duplicate_node): Do not initialize the fields in the
5318         re_dfa_t that represent the transitions.
5319         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
5320         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
5321         to use create_token_tree.
5322         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
5323         build_charclass_op): Use create_tree or create_token_tree instead
5324         of re_dfa_add_tree_node.
5325         (parse_dup_op): Likewise.  Also free the tree using free_tree for
5326         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
5327         to "a|".  Adjust invocation of mark_opt_subexp.
5328         (parse_sub_exp): Create a single SUBEXP node.
5329         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
5330         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
5331         DUPLICATED, and initialize the DFA fields representing the transitions.
5332         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
5333         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
5334         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
5335         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
5336         NEXT into pointers to trees.  Remove ECLOSURE.
5338 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
5340         [BZ #605]
5341         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
5342         that were already created.
5343         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
5344         in the token if needed.
5345         (create_ci_newstate, create_cd_newstate): Set accept_mb field
5346         from the tokens' field.
5347         * posix/regex_internal.h (re_token_t): Add accept_mb field.
5348         (ACCEPT_MB_NODE): Removed.
5349         * posix/regexec.c (proceed_next_node, transit_states_mb,
5350         build_sifted_states, check_arrival_add_next_nodes): Use
5351         accept_mb instead of ACCEPT_MB_NODE.
5353 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
5355         [BZ #1100]
5356         * debug/chk_fail.c (__chk_fail): Print program name in final message.
5358         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
5359         MSG_NOSIGNAL being in 2.2 kernels.
5361 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
5363         * sysdeps/unix/sysv/linux/i386/sysdep.h
5364         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
5366         [BZ #693]
5367         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
5368         (WORD_DELIM_CONSTRAINT): ...this.
5369         (NOT_WORD_DELIM_CONSTRAINT): Define.
5370         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
5371         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
5372         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
5373         anchor instead of INSIDE_WORD.
5374         (parse_expression): Handle NOT_WORD_DELIM constraint.
5375         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
5376         being inside word instead of not word delim.
5377         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
5378         characters.
5379         * posix/rxspencer/tests: Add some new tests.
5381 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
5383         [BZ #1108]
5384         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
5385         irrespective of Cflag.
5387         * manual/memory.texi (sbrk): Fix definition.
5388         * manual/string.texi (strcasestr): Fix example typo.
5390 2005-01-25  Roland McGrath  <roland@redhat.com>
5392         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
5394 2005-01-23  Roland McGrath  <roland@redhat.com>
5396         [BZ #737]
5397         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
5398         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
5399         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
5400         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
5401         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
5402         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
5404 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
5406         [BZ #731]
5407         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
5408         (free_mem): Don't free string.
5409         * stdlib/tst-fmtmsg.c: Include string.h.
5410         (main): Add some more tests.
5412 2005-01-25  Andreas Schwab  <schwab@suse.de>
5414         [BZ #736]
5415         * timezone/asia: Update from tzdata2005c.
5416         * timezone/backward: Likewise.
5417         * timezone/europe: Likewise.
5418         * timezone/leapseconds: Likewise.
5419         * timezone/northamerica: Likewise.
5420         * timezone/southamerica: Likewise.
5422         [BZ #736]
5423         * timezone/private.h: Update from tzcode2005c.
5424         * timezone/tzfile.h: Likewise.
5425         * timezone/zdump.c: Likewise.
5426         * timezone/zic.c: Likewise.
5428 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
5430         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
5431         RESOLVE.
5432         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
5433         using RESOLVE.
5434         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
5436 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
5438         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
5439         sym_map, not sym, against zero.
5441 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
5443         [BZ #671]
5444         * misc/syslog.c: Moved to...
5445         * sysdeps/generic/syslog.c: ...here.
5446         [NO_SIGIPE]: Don't install SIGPIPE handler.
5447         * sysdeps/unix/sysv/linux/syslog.c: New file.
5448         * sysdeps/unix/sysv/linux/kernel-features.h: Define
5449         __ASSUME_MSG_NOSIGNAL.
5451 2005-01-22  Richard Henderson  <rth@redhat.com>
5453         * sysdeps/alpha/dl-trampoline.S: New file.
5454         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
5455         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
5456         (elf_machine_runtime_setup): Test for dl_profile non-null.
5457         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
5458         * sysdeps/alpha/bits/link.h: New file.
5459         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
5460         (struct audit_ifaces): Add alpha entries.
5461         * elf/tst-auditmod1.c: Add alpha entries.
5463 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
5465         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
5466         * sysdeps/ia64/dl-trampoline.S: New file.
5468         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
5469         La_x86_64_xmm definition.
5471         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
5472         pointer option.
5473         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
5474         CFLAGS-system.c for frame pointer option.
5476 2005-01-21  Roland McGrath  <roland@redhat.com>
5478         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
5479         * sysdeps/i386/dl-machine.h: Update decl.
5481 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
5483         [BZ #735]
5484         * elf/Makefile: Add rules to build and run tst-align2.
5485         * elf/tst-align2.c: New test.
5486         * elf/tst-alignmod2.c: New file.
5487         * sysdeps/powerpc/tst-stack-align.h: New file.
5488         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
5489         pointer before calling _dl_init.
5490         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
5492 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
5494         * posix/execl.c: Do not allocate potentially large buffers on the
5495         stack.
5496         * posix/execle.c: Likewise.
5497         * posix/execlp.c: Likewise.
5498         * posix/execvp.c: Likewise.
5499         (script_execute): Removed.
5500         (allocate_scripts_argv): New function.  Called at most once to
5501         allocate memory, not every time a script is run.  Adjust caller.
5503         * sysdeps/generic/wordexp.c (exec_comm): Add a few
5504         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
5505         exec_comm_child.
5506         (exec_comm_child): Can now be inlined.
5508         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
5509         * stdlib/Makefile: Likewise.
5511 2005-01-19  Roland McGrath  <roland@redhat.com>
5513         [BZ #681]
5514         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
5515         argument to execlp.
5516         Reported by Marcus Meissner <meissner@suse.de>.
5518 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
5520         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
5521         in assert.
5522         * iconv/strtab.c (strtabfinalize): Likewise.
5524         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
5526 2005-01-17  Roland McGrath  <roland@redhat.com>
5528         [BZ #745]
5529         * nscd/Makefile (LDLIBS-nscd): New variable.
5530         ($(objpfx)nscd): Use that instead of selinux-LIBS.
5532         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
5533         (link-extra-libs-static): Define to $(link-extra-libs).
5534         (link-extra-libs-bounded): Likewise.
5536 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
5538         * include/link.h: Remove stray definition of pltenter.
5540 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
5542         [BZ #734]
5543         * sysdeps/unix/rewinddir.c: Reset filepos.
5544         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
5546 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
5548         * elf/tst-auditmod1.c: Reduce duplication.
5550 2005-01-16  Andreas Schwab  <schwab@suse.de>
5552         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
5553         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
5554         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
5555         GLRO(dl_profile) != NULL.
5556         * sysdeps/m68k/dl-trampoline.S: New file.
5557         * sysdeps/m68k/bits/link.h: New file.
5558         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
5559         variants.
5560         * elf/tst-auditmod1.c: Add m68k support.
5562 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
5564         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
5565         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
5567         [BZ #731]
5568         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
5569         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
5571 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
5573         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
5574         callers from libc anymore.
5576         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
5577         to _dl_map_object_deps.
5578         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
5579         protections when loading auditing modules.
5581         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
5583         * posix/getconf.c: Update copyright year.
5584         * nss/getent.c: Likewise.
5585         * nscd/nscd_nischeck.c: Likewise.
5586         * iconv/iconvconfig.c: Likewise.
5587         * iconv/iconv_prog.c: Likewise.
5588         * elf/ldconfig.c: Likewise.
5589         * catgets/gencat.c: Likewise.
5590         * csu/version.c: Likewise.
5591         * elf/ldd.bash.in: Likewise.
5592         * elf/sprof.c (print_version): Likewise.
5593         * locale/programs/locale.c: Likewise.
5594         * locale/programs/localedef.c: Likewise.
5595         * nscd/nscd.c (print_version): Likewise.
5596         * debug/xtrace.sh: Likewise.
5597         * malloc/memusage.sh: Likewise.
5598         * malloc/mtrace.pl: Likewise.
5599         * debug/catchsegv.sh: Likewise.
5601 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
5603         [BZ #733]
5604         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
5605         as backlog.
5606         * sunrpc/svc_unix.c (svcunix_create): Likewise.
5608         [BZ #1099]
5609         * grp/putgrent.c (putgrent): Don't write 0 as group
5610         ID if groupname starts with + or -.
5611         * pwd/putpwent.c (putpwent): Don't write 0 as user or
5612         group ID if user name starts with + or -.
5614 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5616         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
5617         * sysdeps/elf/tst-auditmod1.c: Add sh support.
5618         * sysdeps/sh/bits/link.h: New.
5619         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
5620         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
5621         (RTLD_START): Define __fpscr_values.
5622         * sysdeps/sh/dl-trampoline.S: New file.
5623         * sysdeps/sh/sh4/dl-trampoline.S: New file.
5624         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
5625         * sysdeps/sh/sh4/dl-machine.h: Remove.
5627 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
5629         [BZ #732]
5630         * time/tst-strptime.c (day_tests): Add 2 new tests.
5631         (test_tm, main): Issue an error instead of segfaulting if
5632         strptime returns NULL.
5634 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
5636         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
5637         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
5639 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
5641         * malloc/malloc.h: Remove no-glibc support.
5643 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
5645         [BZ #650]
5646         * malloc/malloc.h: Always include features.h.
5648 2005-01-10  Roland McGrath  <roland@redhat.com>
5650         * sysdeps/ia64/fpu/e_logl.c: File removed.
5652         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
5654 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
5656         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
5657         recognition of last entry.
5659 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
5661         * elf/dl-runtime.c: Include <sys/param.h>.
5663         * elf/Makefile (headers): Add bits/link.h.
5665 2005-01-09  Andreas Schwab  <schwab@suse.de>
5667         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
5669 2005-01-09  Andreas Jaeger  <aj@suse.de>
5671         [BZ #732]
5672         * time/strptime_l.c (__strptime_internal): Add braces to avoid
5673         warning.
5675         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
5677         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
5679 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
5681         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
5683 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
5685         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
5686         those of all the regular objects.
5688         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
5689         use it to select the r_debug structure for that namespace.
5690         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
5691         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5692         * elf/dl-open.c (_dl_open): Likewise.
5693         * elf/rtld.c (dl_main): Likewise.
5694         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
5695         member.
5696         (_dl_debug_initialize): Add new parameter in declaration.
5698         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
5699         called for the auditing objects themselves.
5700         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
5702 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
5704         * sysdeps/powerpc/powerpc64/dl-machine.h
5705         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
5706         GLRO(dl_profile) != NULL.
5707         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
5708         padding.
5709         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
5710         Extend _dl_prof_resolve to add pass extra parameters to
5711         _dl_profile_fixup and set up structure with register content.
5713         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
5714         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
5715         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
5716         Extend _dl_prof_resolve to add pass extra parameters to
5717         _dl_profile_fixup and set up structure with register content.
5718         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
5719         the register and result structures.
5720         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
5721         in the 32-bit register and result structures.
5723         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
5725         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
5726         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
5727         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
5728         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
5729         * elf/tst-auditmod1.c: Add ppc32 support.
5730         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
5731         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
5733         * malloc/malloc.c (malloc_printerr): Print program name as part of
5734         error message.
5736         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
5737         * stdlib/stdlib.h: Make realloc with
5738         __attribute_warn_unused_result__ instead of __wur.
5739         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
5740         markers as in <stdlib.h>.
5742         * libio/stdio.h: Remove __wur from rename and remove.
5743         * posix/unistd.h: Remove __wur from dup2.
5745 2005-01-03  Andreas Jaeger  <aj@suse.de>
5747         * elf/Makefile (tests): Revert patch from 2005-01-03.
5749 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
5751         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
5752         make __libc_init_first hidden.
5754         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
5755         l_relocated of rtld map.
5756         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
5757         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
5758         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
5759         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
5760         * elf/tst-auditmod1.c: Add ppc64 support.
5761         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
5763 2005-01-06  Roland McGrath  <roland@redhat.com>
5765         [BZ #633]
5766         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
5767         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
5769 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
5771         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
5772         * sysdeps/generic/libc-start.c: Don't register program destructor here.
5774         * dlfcn/Makefile: Add rules to build dlfcn.c.
5775         (LDFLAGS-dl.so): Removed.
5776         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
5777         table.
5778         * dlfcn/dlmopen.c: Likewise for _dl_open.
5779         * dlfcn/dlopen.c: Likewise.
5780         * dlfcn/dlopenold.c: Likewise.
5781         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
5782         * elf/Makefile (routines): Remove dl-open and dl-close.
5783         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
5784         Add rules to build and run tst-audit1.
5785         * elf/tst-audit1.c: New file.
5786         * elf/tst-auditmod1.c: New file.
5787         * elf/Versions [libc]: Remove _dl_open and _dl_close.
5788         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
5789         * elf/dl-open.c: Likewise.
5790         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
5791         signaled by nonzero parameter.
5792         * elf/dl-init.c: Fix use of r_state.
5793         * elf/dl-load.c: Likewise.
5795         * elf/dl-close.c: Add auditing checkpoints.
5796         * elf/dl-open.c: Likewise.
5797         * elf/dl-fini.c: Likewise.
5798         * elf/dl-load.c: Likewise.
5799         * elf/dl-sym.c: Likewise.
5800         * sysdeps/generic/libc-start.c: Likewise.
5801         * elf/dl-object.c: Allocate memory for auditing information.
5802         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
5803         Correctly initialize slotinfo.
5804         * elf/dynamic-link.h: Adjust after removal of RESOLV.
5805         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
5806         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
5807         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
5808         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
5809         (_dl_profile_fixup): New parameters to point to register struct and
5810         variable for frame size.
5811         Add auditing checkpoints.
5812         (_dl_call_pltexit): New function.
5813         Don't define trampoline code here.
5814         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
5815         Remove all the functions from _rtld_global_ro which only _dl_open
5816         and _dl_close needed.
5817         Add auditing checkpoints.
5818         * elf/link.h: Define symbols for auditing interfaces.
5819         * include/link.h: Likewise.
5820         * include/dlfcn.h: Define __RTLD_AUDIT.
5821         Remove prototypes for _dl_open and _dl_close.
5822         Adjust access to argc and argv in libdl.
5823         * dlfcn/dlfcn.c: New file.
5824         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
5825         is gone.
5826         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
5827         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
5828         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
5829         Adjust for removal of RESOLVE.
5830         * sysdeps/x86_64/dl-machine.h: Likewise.
5831         * sysdeps/generic/dl-trampoline.c: New file.
5832         * sysdeps/i386/dl-trampoline.c: New file.
5833         * sysdeps/x86_64/dl-trampoline.c: New file.
5835         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
5836         Fix updating of DTV.
5837         * sysdeps/generic/libc-tls.c: Likewise.
5839         * sysdeps/arm/bits/link.h: Renamed to ...
5840         * sysdeps/arm/bits/linkmap.h: ...this.
5841         * sysdeps/generic/bits/link.h: Renamed to...
5842         * sysdeps/generic/bits/linkmap.h: ...this.
5843         * sysdeps/hppa/bits/link.h: Renamed to...
5844         * sysdeps/hppa/bits/linkmap.h: ...this.
5845         * sysdeps/i386/bits/link.h: Renamed to...
5846         * sysdeps/i386/bits/linkmap.h: ...this.
5847         * sysdeps/ia64/bits/link.h: Renamed to...
5848         * sysdeps/ia64/bits/linkmap.h: ...this.
5849         * sysdeps/s390/bits/link.h: Renamed to...
5850         * sysdeps/s390/bits/linkmap.h: ...this.
5851         * sysdeps/sh/bits/link.h: Renamed to...
5852         * sysdeps/sh/bits/linkmap.h: ...this.
5853         * sysdeps/x86_64/bits/link.h: Renamed to...
5854         * sysdeps/x86_64/bits/linkmap.h: ...this.
5856         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
5858 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
5860         [BZ #602]
5861         * math/libm-test.inc (rint_test_tonearest): New test.
5862         (rint_test_towardzero): New test.
5863         (rint_test_downward): New test.
5864         (rint_test_upward): New test.
5865         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
5866         Remove redundant const values.
5867         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
5868         Remove redundant const values.  Use float const.
5869         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
5870         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
5871         Use float const.
5872         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
5873         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
5874         Use float const.
5875         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
5876         Remove redundant const values.
5877         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
5878         Remove redundant const values.  Use float const.
5879         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
5880         Remove redundant const values.
5881         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
5882         Remove redundant const values.  Use float const.
5883         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
5884         alignment.  Fix -0.0 case.  Remove redundant const values.
5885         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
5886         alignment.  Fix -0.0 case.  Remove redundant const values.
5887         Use float const.
5888         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
5889         alignment.  Fix -0.0 case.
5890         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
5891         alignment.  Fix -0.0 case.  Use float const.
5892         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
5893         alignment.  Fix -0.0 case.
5894         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
5895         alignment.  Fix -0.0 case.  Use float const.
5896         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
5897         alignment.  Fix -0.0 case.  Remove redundant const values.
5898         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
5899         alignment.  Fix -0.0 case.  Remove redundant const values.
5900         Use float const.
5901         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
5902         alignment.  Fix -0.0 case.
5903         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
5904         alignment.  Fix -0.0 case.  Remove redundant const values.
5905         Use float const.
5907 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
5909         * misc/sys/cdefs.h: Define __wur.
5910         * libio/stdio.h: Use __wur for a number of interfaces.
5911         * posix/unistd.h: Likewise.
5912         * stdlib/stdlib.h: Likewise.
5914 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
5916         [BZ #592]
5917         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
5918         libc_hidden_proto instead of HIDDEN_PROTO.
5919         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
5920         (__libm_error_support): If ASSEMBLER and in libc, define to
5921         HIDDEN_JUMPTARGET(__libm_error_support).
5923 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
5925         [BZ #592]
5926         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
5927         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
5928         with $(duplicated-routines).
5929         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
5930         "m_" prefix.
5932 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
5934         [BZ #592]
5935         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
5936         undefine "ret" macro.  Add __libm_error_support hidden definitions.
5938         [BZ #592]
5939         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
5940         missing portion of copyright statement.
5941         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
5942         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
5944         [BZ #592]
5945         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
5946         missing portion of copyright statement.
5947         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
5948         (__ieee754_gamma): Likewise.
5949         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
5950         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
5952 2004-12-09  H.J. Lu <hjl@lucon.org>
5954         [BZ #592]
5955         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
5956         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
5957         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
5958         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
5959         * sysdeps/ia64/fpu/e_expl.S: Likewise.
5960         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
5962 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
5964         [BZ #592]
5965         * sysdeps/ia64/fpu/README: New file.
5966         * sysdeps/ia64/fpu/gen_import_file_list: New file.
5967         * sysdeps/ia64/fpu/import_check: Likewise.
5968         * sysdeps/ia64/fpu/import_diffs: Likewise.
5969         * sysdeps/ia64/fpu/import_file.awk: Likewise.
5970         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
5971         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5973         [BZ #592]
5974         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
5975         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
5976         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
5977         * sysdeps/ia64/fpu/e_asin.S: Likewise.
5978         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
5979         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
5980         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
5981         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
5982         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
5983         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
5984         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
5985         * sysdeps/ia64/fpu/e_exp.S: Likewise.
5986         * sysdeps/ia64/fpu/e_expf.S: Likewise.
5987         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
5988         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
5989         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
5990         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
5991         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
5992         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
5993         * sysdeps/ia64/fpu/e_log.S: Likewise.
5994         * sysdeps/ia64/fpu/e_log2.S: Likewise.
5995         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
5996         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
5997         * sysdeps/ia64/fpu/e_logf.S: Likewise.
5998         * sysdeps/ia64/fpu/e_pow.S: Likewise.
5999         * sysdeps/ia64/fpu/e_powf.S: Likewise.
6000         * sysdeps/ia64/fpu/e_powl.S: Likewise.
6001         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
6002         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
6003         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
6004         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
6005         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
6006         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
6007         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
6008         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
6009         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
6010         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
6011         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
6012         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
6013         * sysdeps/ia64/fpu/libm_error.c: Likewise.
6014         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
6015         * sysdeps/ia64/fpu/libm_support.h: Likewise.
6016         * sysdeps/ia64/fpu/s_atan.S: Likewise.
6017         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
6018         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
6019         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
6020         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
6021         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
6022         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
6023         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
6024         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
6025         * sysdeps/ia64/fpu/s_cos.S: Likewise.
6026         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
6027         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
6028         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
6029         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
6030         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
6031         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
6032         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
6033         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
6034         * sysdeps/ia64/fpu/s_floor.S: Likewise.
6035         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
6036         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
6037         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
6038         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
6039         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
6040         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
6041         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
6042         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
6043         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
6044         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
6045         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
6046         * sysdeps/ia64/fpu/s_logb.S: Likewise.
6047         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
6048         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
6049         * sysdeps/ia64/fpu/s_modf.S: Likewise.
6050         * sysdeps/ia64/fpu/s_modff.S: Likewise.
6051         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
6052         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
6053         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
6054         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
6055         * sysdeps/ia64/fpu/s_rint.S: Likewise.
6056         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
6057         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
6058         * sysdeps/ia64/fpu/s_round.S: Likewise.
6059         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
6060         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
6061         * sysdeps/ia64/fpu/s_significand.S: Likewise.
6062         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
6063         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
6064         * sysdeps/ia64/fpu/s_tan.S: Likewise.
6065         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
6066         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
6067         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
6068         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
6069         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
6071         [BZ #592]
6072         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
6073         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
6074         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
6075         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
6076         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
6077         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
6078         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
6079         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
6080         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
6081         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
6082         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
6083         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
6084         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
6085         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
6086         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
6087         * sysdeps/ia64/fpu/e_logl.S: Likewise.
6088         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
6089         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
6090         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
6091         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
6092         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
6093         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
6094         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
6095         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
6096         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
6097         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
6098         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
6099         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
6100         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
6101         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
6102         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
6103         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
6104         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
6105         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
6106         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
6107         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
6108         * sysdeps/ia64/fpu/s_erf.S: Likewise.
6109         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
6110         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
6111         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
6112         * sysdeps/ia64/fpu/s_erff.S: Likewise.
6113         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
6114         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
6115         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
6116         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
6117         * sysdeps/ia64/fpu/s_fma.S: Likewise.
6118         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
6119         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
6120         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
6121         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
6122         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
6123         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
6124         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
6125         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
6126         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
6127         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
6128         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
6129         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
6130         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
6131         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
6132         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
6133         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
6134         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
6135         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
6136         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
6137         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
6138         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
6139         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
6140         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
6141         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
6143         [BZ #592]
6144         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
6145         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
6146         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
6147         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
6148         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
6149         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
6150         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
6151         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
6152         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
6153         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
6154         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
6155         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
6156         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
6157         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
6158         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
6159         * sysdeps/ia64/fpu/w_expl.c: Likewise.
6160         * sysdeps/ia64/fpu/e_expl.S: Likewise.
6161         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
6162         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
6163         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
6164         * sysdeps/ia64/fpu/w_log2.c: Likewise.
6165         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
6166         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
6167         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
6168         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
6169         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
6171         [BZ #592]
6172         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
6173         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
6174         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
6175         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
6176         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
6177         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
6178         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
6180         [BZ #592]
6181         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
6182         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
6183         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
6185         [BZ #592]
6186         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
6188         [BZ #592]
6189         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
6190         alias for use by libm_error.c
6192         [BZ #592]
6193         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
6194         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
6195         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
6196         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
6197         libm_scalbn{,f,l}, libm_scalblnf.
6198         (sysdep_routines): Remove libm_frexp4{,f,l}.
6199         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
6200         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
6201         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
6202         -DSIZE_LONG_LONG_INT_64.
6204 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
6206         [BZ #729]
6207         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
6208         l_text_end are set for a VDSO with a single PT_LOAD entry.
6210 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
6212         [BZ #730]
6213         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
6214         invalid to disable optimizations in fileops which won't work here.
6215         (_IO_cookie_jumps): Use it.
6216         (_IO_old_cookie_jumps): Likewise.
6217         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
6218         not the return value.
6219         * stdio-common/Makefile (tests): Add tst-fmemopen2.
6220         * stdio-common/tst-fmemopen2.c: New file.
6222         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
6224 2005-01-05  Roland McGrath  <roland@redhat.com>
6226         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
6227         * sysdeps/i386/configure.in: ... here.  New file.
6229 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
6231         [BZ #727]
6232         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
6233         initialize __environ again.
6234         * stdlib/Makefile: Add rules to build and run tst-putenv.
6235         * stdlib/tst-putenv.c: New file.
6236         * stdlib/tst-putenvmod.c: New file.
6238         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
6239         define unnecessary wrappers or aliases of static functions.
6241 2005-01-03  Andreas Jaeger  <aj@suse.de>
6243         * csu/Makefile (generated): Add start.os and start.ob.
6245         * elf/Makefile (tests): Change rule for tst-pie1 so that make
6246         clean works.
6248 2004-12-29  Roland McGrath  <roland@redhat.com>
6250         [BZ #626]
6251         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
6252         than always up; when nearest is zero, round up to one.
6254 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
6256         * po/es.po: Update from translation team.
6258         [BZ #726]
6259         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
6261 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
6263         [BZ #744]
6264         * include/signal.h: Define __sigemptyset.
6266 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
6268         * posix/regex_internal.h (struct re_dfastate_t): Make
6269         word_trtable a pointer to the 512-item transition table.
6270         * posix/regexec.c (build_trtable): Fill in either state->trtable
6271         or state->word_trtable.  Return a boolean indicating success.
6272         (transit_state): Expect state->trtable to be a 256-item
6273         transition table.  Reorganize code to have less tests in
6274         the common case, and to save an indentation level.
6275         * posix/regex_internal.c (free_state): Free word_trtable.
6277 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
6279         [BZ #723]
6280         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
6281         calling fn is 16 byte aligned.
6282         * sysdeps/i386/tst-stack-align.h: New file.
6284         [BZ #725]
6285         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
6286         (ecvt_r): Special case denormals.
6287         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
6288         * misc/tst-efgcvt.c: Include float.h.
6289         (ecvt_tests): Add 2 new tests.
6291 2004-12-20  Roland McGrath  <roland@frob.com>
6293         * version.h (RELEASE, VERSION): development, 2.3.90
6294         * include/features.h (__GLIBC_MINOR__): Now 4.
6297 See ChangeLog.15 for earlier changes.