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