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