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