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