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