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