[BZ #1392]
[glibc.git] / ChangeLog
blob5d57a1716ad7c66324a01945d47b4c02a27e2236
1 2005-09-29  Roland McGrath  <roland@redhat.com>
3         [BZ #1392]
4         * posix/sys/wait.h [!__GNUC__ || __cplusplus] (__WAIT_INT): Use const.
6 2005-09-29  Alfred M. Szmidt  <ams@gnu.org>
8         * elf/rtld.c [! DL_ARGV_NOT_RELRO] (_dl_argc, _dl_skip_args):
9         Don't use attribute_relro.
11 2005-09-29  Roland McGrath  <roland@redhat.com>
13         [BZ #1392]
14         * posix/sys/wait.h (__WAIT_INT): Rewrite using an initializer,
15         in case __typeof yields a const-qualified type.
17 2005-09-28  Ulrich Drepper  <drepper@redhat.com>
19         * dirent/dirent.h: Declare fdopendir.
20         * dirent/Versions: Export fdopendir for GLIBC_2.4.
21         * dirent/Makefile (routines): Add fdopendir.
22         (tests): Add tst-fdopendir.
23         * dirent/tst-fdopendir.c: New file.
24         * include/dirent.h: Declare __alloc_dir.
25         * sysdeps/generic/fdopendir.c: New file.
26         * sysdeps/unix/fdopendir.c: New file.
27         * sysdeps/unix/opendir.c: Split off back part of opendir into new
28         function __alloc_dir.
30 2005-09-26  Steven Munroe  <sjmunroe@us.ibm.com>
32         [BZ #1384]
33         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected y1, y1f, yn,
34         ynf results.
36 2005-09-06  Paul Eggert  <eggert@cs.ucla.edu>
37             Ulrich Drepper  <drepper@redhat.com>
39         [BZ #1302]
40         Change bitset word type from unsigned int to unsigned long int,
41         as this has better performance on typical 64-bit hosts.  Change
42         bitset type name to bitset_t.
43         * posix/regcomp.c (build_equiv_class, build_charclass):
44         (build_range_exp, build_collating_symbol):
45         Prefer bitset_t to re_bitset_ptr_t in prototypes, when the actual
46         argument is a bitset.  This is merely a style issue, but it makes
47         it clearer that an entire array is expected.
48         (re_compile_fastmap_iter, init_dfa, init_word_char, optimize_subexps,
49         lower_subexp): Adjust for new bitset_t definition.
50         (lower_subexp, parse_bracket_exp, built_charclass_op): Likewise.
51         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain,
52         bitset_not, bitset_merge, bitset_set_all, bitset_mask): Likewise.
53         * posix/regexec.c (check_dst_limits_calc_pos_1,
54         check_subexp_matching_top, build_trtable, group_nodes_into_DFAstates):
55         Likewise.
56         * posix/regcomp.c (utf8_sb_map): Don't assume initializer
57         == 0xffffffff.
58         * posix/regex_internal.h (BITSET_WORD_BITS): Renamed from UINT_BITS.
59         All uses changed.
60         (BITSET_WORDS): Renamed from BITSET_UINTS.  All uses changed.
61         (bitset_word_t): New type, replacing 'unsigned int' for bitset uses.
62         All uses changed.
63         (BITSET_WORD_MAX): New macro.
64         (bitset_set, bitset_clear, bitset_contain, bitset_empty,
65         (bitset_set_all, bitset_copy):  Adjust for bitset_t change.
66         (bitset_empty, bitset_copy):
67         Prefer sizeof (bitset_t) to multiplying it out ourselves.
68         (bitset_not_merge): Remove; unused.
69         (bitset_contain): Return bool, not unsigned int with one bit on.
70         All callers changed.
71         * posix/regexec.c (build_trtable): Don't assume bitset_t has no
72         stricter alignment than re_node_set; do this by defining a new
73         internal type struct dests_alloc and using it to allocate memory.
75 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
77         [BZ #1230]
78         * stdlib/strtod_l.c (STRNCASECMP): Always use C locale object.
79         (TOLOWER_C): Define.  Use it when recognizing inf and nan.
80         * stdlib/Makefile (tests): Add bug-strtod2.
81         * stdlib/bug-strtod2.c: New file.
83 2005-09-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
85         [BZ #1361]
86         * argp/argp-fmtstream.h [HAVE_CONFIG_H]: Do not #include <config.h>.
87         * argp/argp-eexst.c, argp/argp-fmtstream.c, argp/argp-fs-xinl.c,
88         argp/argp-xinl.c: Fix up whitespace.
90 2005-09-27  Ulrich Drepper  <drepper@redhat.com>
92         [BZ #1158]
93         * stdlib/cxa_atexit.c (__new_exitfn): Rewrite to preserve order in
94         which the functions were registered.
95         * dlfcn/Makefile: Add rules to build and run bug-atexit1 and
96         bug-atexit2.
97         * dlfcn/bug-atexit1.c: New file.
98         * dlfcn/bug-atexit1-lib.c: New file.
99         * dlfcn/bug-atexit2.c: New file.
100         * dlfcn/bug-atexit2-lib.c: New file.
102         [BZ #1078]
103         * libio/fileops.c (_IO_new_file_xsputn): Determine amount of
104         available space in non-line-buffered buffer correctly.
105         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
106         * stdio-common/Makefile (tests): Add tst-fwrite.
107         * stdio-common/tst-fwrite.c: New file.
109 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
111         [BZ #838]
112         * malloc/arena.c (ptmalloc_lock_all): If global lock already taken
113         by the same thread, just bump the counter.
114         (ptmalloc_unlock_all): If counter for recursive locks hasn't reached
115         zero, don't do anything else.
116         * malloc/Makefile (tests): Add tst-mallocfork.
117         * malloc/tst-mallocfork.c: New file.
119         [BZ #808]
120         * malloc/malloc.c (_int_realloc): Make error message clearer.
122         [BZ #713]
123         * libio/iofgets.c: Treat N==1 correctly.
124         * libio/iofgets_u.c: Likewise.
125         * libio/iofgetws.c: Likewise.
126         * libio/iofgetws_u.c: Likewise.
127         * stdio-common/Makefile (tests): Add tst-fgets.
128         * stdio-common/tst-fgets.c: New file.
130 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
132         [BZ #652]
133         * posix/getconf.c: Add new option -a to print the names of
134         the current system configuration variables to stdout.
135         Based on patch from Josh Aas <josha@sgi.com>.
137 2005-09-26  Ulrich Drepper  <drepper@redhat.com>
139         [BZ #644]
140         * sysdeps/posix/getaddrinfo.c (fls): New function.
141         (gaih_inet): Don't use ffs, use fls.  Convert address to native byte
142         order first.
143         * posix/Makefile (tests): Add tst-rfc3484.
144         * posix/tst-rfc3484.c: New file.
146         [BZ #627]
147         * libio/iofclose.c (_IO_new_fclose): Unlock the internal lock
148         before destroying it as part of the _IO_FINISH call.
149         * libio/oldiofclose.c (_IO_old_fclose): Likewise.
151         [BZ #524]
152         * sysdeps/posix/getaddrinfo.c (match_prefix): Fix matching loop if
153         number of bits is multiple of 8.
154         Patch by Fredrik Tolf <fredrik@dolda2000.com>.
156         [BZ #516]
157         * elf/dl-load.c: Report failed loading due to ELF class mismatch
158         with better words.
160         [BZ #162]
161         * manual/llio.texi (Waiting for I/O): Correct description of read
162         conditions reported by select.
164 2005-09-24  Jakub Jelinek  <jakub@redhat.com>
166         * inet/getnetgrent_r.c (innetgr): Call endfct even if result != 0.
167         Return 1 only if result == 1.  Patch by Benoit Capelle.
169 2005-09-25  Ulrich Drepper  <drepper@redhat.com>
171         [BZ #278]
172         * manual/stdio.texi (Hook Functions): Correct type of position
173         parameter of seeker and fix fallout of the change in the text.
175         [BZ #714]
176         * iconv/loop.c [!STORE_REST] (SINGLE): Correctly record number of
177         left-over bytes and store them correctly.
178         * wcsmbs/tst-mbrtowc2.c: New file.
179         * wcsmbs/Makefile (tests): Add tst-mbrtowc2.
181 2005-09-24  Roland McGrath  <roland@redhat.com>
183         * sysdeps/unix/sysv/i386/signal.S: Removed, saved in ports repository.
184         * sysdeps/unix/sysv/i386/sigreturn.S: Likewise.
186 2005-09-24  Ulrich Drepper  <drepper@redhat.com>
188         [BZ #545]
189         * locale/iso-639.def: More updates from the current spec.
191         * locale/programs/ld-address.c (address_finish): Produce better
192         error messages for invalid lang_ab use.
194         * locale/iso-639.def: Add a few updates from current spec.
196 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
198         [BZ #704]
199         * locale/iso-4217.def: Replace MGF with MGA.
201         * iconvdata/jis0208.c (__jisx0208_from_ucs4_lat1): Reduce size of
202         array.
203         * iconvdata/jis0208.h (ucs4_to_jisx0208): Adjust access.
205 2004-08-13  GOTO Masanori  <gotom@debian.or.jp>
207         [BZ #395]
208         * iconvdata/jis0208.c: Remove 0x005C mapping from
209         __jisx0208_from_ucs4_lat1.
210         Reported by Fumitoshi UKAI <ukai@debian.or.jp>
212 2005-09-23  Ulrich Drepper  <drepper@redhat.com>
214         [BZ #394]
215         * libio/fmemopen.c (fmemopen_write): Return 0 instead of -1 if
216         nothing can be written.
217         * libio/iofopncook.c (_IO_cookie_write): If something went wrong,
218         set error bit.
220 2005-09-22  Ulrich Drepper  <drepper@redhat.com>
222         [BZ #281]
223         * posix/regex.h: Define RE_TRANSLATE_TYPE as unsigned char *.
224         * posix/regcomp.c: Remove unnecessary uses of
225         unsigned RE_TRANSLATE_TYPE.
226         * posix/regex_internal.h: Likewise.
227         * posix/regex_internal.c: Likewise.
228         * posix/regexexec.c: Likewise.
229         Based on a patch by Stepan Kasal <kasal@ucw.cz>.
231         [BZ #1035]
232         * locale/iso-4217.def: Replace TRL entry with TRY for new Turkish Lira.
234         [BZ #1363]
235         * nscd/nscd_getpw_r.c (nscd_getpw_r): Remove incorrectly C&Ped
236         free call in code handling detection of GC runs.
238 2005-09-22  Roland McGrath  <roland@redhat.com>
240         * elf/dl-tsd.c (__libc_dl_error_tsd): Use attribute_tls_model_ie for
241         static __thread variable.
242         From Alexandre Oliva <aoliva@redhat.com>
244         * Makefile ($(objpfx)c++-types-check.out): Use $<, not $^, in command.
245         Reported by Alexandre Oliva <aoliva@redhat.com>.
247 2005-09-20  Jakub Jelinek  <jakub@redhat.com>
249         * nscd/dbg_log.c (init_logfile): Use fopen64 rather than fopen.
251 2005-09-20  Roland McGrath  <roland@redhat.com>
253         * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use execv, not execl.
255         [BZ #1346]
256         * elf/dl-load.c (_dl_map_object_from_fd) [HAVE_Z_RELRO]: Do relro
257         magic on __stack_prot only if [SHARED].  Skip mprotect if __stack_prot
258         lies outside the page-rounded-down relro region.
260 2005-09-19  Richard Henderson  <rth@redhat.com>
262         [BZ #1358]
263         * sysdeps/unix/alpha/sysdep.h (inline_syscall1): Copy argument(s)
264         to a temporary first.
265         (inline_syscall2, inline_syscall3, inline_syscall4): Likewise.
266         (inline_syscall5, inline_syscall6): Likewise.
268         * sysdeps/alpha/ldiv.S (lldiv): Add alias.
270 2005-09-17  Ulrich Drepper  <drepper@redhat.com>
272         [BZ #1010]
273         * sysdeps/unix/sockatmark.c (sockatmark): Use SIOCATMARK correctly.
275         [BZ #1053]
276         * debug/xtrace.sh: Add missing escape character in -? match.
277         Patch by Peter Breitenlohner <peb@mppmu.mpg.de>.
279         [BZ #1051]
280         * wctype/wctype.h: Remove stray __END_NAMESPACE_C99.
281         * stdlib/stdlib.h: Use __END_NAMESPACE_STD instead of
282         __END_NAMESPACE_C99 in one place.
283         * scripts/begin-end-check.pl: New file.
284         Patch by Ralph Loader <suckfish@ihug.co.nz>.
285         * Makefile: Add rules to run scripts/begin-end-check.pl.
287 2005-09-17  Andreas Jaeger  <aj@suse.de>
289         * timezone/zdump.c: Include ctype.h.
291 2005-09-16  Andreas Jaeger  <aj@suse.de>
293         [BZ #1047]
294         * sysdeps/unix/sysv/linux/mips/getpagesize.c: New file.
296 2005-09-16  Maciej W. Rozycki  <macro@linux-mips.org>
298         [BZ #933]
299         * sysdeps/unix/sysv/linux/mips/brk.c (__brk): Load the number of
300         the syscall immediately before invocation.
301         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Likewise.
302         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall): Likewise.
304         * sysdeps/unix/sysv/linux/mips/mips64/n64/ioctl.S (__ioctl): Use
305         macros to handle GP.
306         * sysdeps/unix/sysv/linux/mips/mips64/syscall.S (syscall):
307         Likewise.  Update inaccurate comments.
309 2005-09-13  Ulrich Drepper  <drepper@redhat.com>
311         * sysdeps/posix/spawni.c (__spawni): Automatically recognize some
312         more cases when we can use vfork.
314 2005-08-29  Thomas Schwinge  <schwinge@nic-nac-project.de>
316         [BZ #1261]
317         * manual/memory.texi (Hooks for Malloc): Correct prototype of
318         my_init_hook and definition of my_free_hook.
320 2005-09-12  Roland McGrath  <roland@redhat.com>
322         [BZ #1331]
323         * malloc/obstack.h [!__STDC__] (obstack_int_grow_fast): Fix misnamed
324         macro argument.
325         Reported by Matej Vela <vela@debian.org>.
327 2005-09-12  Jakub Jelinek  <jakub@redhat.com>
329         * malloc/malloc.c (struct malloc_chunk): Fix comment typo.
330         (public_cALLOc): For mmapped chunks and perturb_byte != 0,
331         don't clear SIZE_SZ bytes more than should be cleared.
333 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
335         * inet/getnetgrent_r.c: Include assert.
336         (setup): Remove FUNC_NAME and ALL arguments, assume they are always
337         "setnetgrent" and 1.
338         (endnetgrent_hook): New function.
339         (internal_endnetgrent): Use it.
340         (__internal_setnetgrent_reuse): Use it.  Adjust setup caller.
341         If status is NSS_STATUS_SUCCESS, yet action is continue, call
342         endnetgrent hook.
343         (internal_getnetgrent_r): Use __nss_lookup_function rather than
344         setup.  Recompute getfct pointer after successful
345         __internal_setnetgrent_reuse.  Don't use __nss_next.
346         (innetgr): Use __nss_lookup_function instead of __nss_lookup.
347         Adjust setup caller.
348         * nss/nss_files/files-netgrp.c (_nss_files_endnetgrent): Always clear
349         data_size and cursor.  Add libnss_files_hidden_proto and
350         libnss_files_hidden_def.
351         (_nss_files_setnetgrent): Call _nss_files_endnetgrent on failure.
352         * nis/nss_nis/nis-netgrp.c (internal_endnetgrent): Always clear
353         data_size and cursor.
354         (_nss_nis_setnetgrent): Don't call internal_endnetgrent.
355         (_nss_nis_getnetgrent_r): Remove result->cursor == NULL handling.
356         * nis/nss_nisplus/nisplus-netgrp.c (internal_endnetgrent): Always clear
357         data_size and position.
358         (_nss_nisplus_setnetgrent): Don't call internal_endnetgrent.
360 2005-09-09  Ulrich Drepper  <drepper@redhat.com>
362         * nss/getent.c (netgroup_keys): Call endnetgrent.
363         (main): Call mtrace.
365         * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): We don't
366         need locking for the stream.  Use feof_unlocked.
368 2005-09-09  Jakub Jelinek  <jakub@redhat.com>
370         [BZ #1318]
371         * locale/loadarchive.c (_nl_load_locale_from_archive): Free
372         normalized_codeset even if p was already normalized.
373         Reported by Jaroslav Snajdr <jsnajdr@kerio.com>.
375 2005-09-08  Roland McGrath  <roland@redhat.com>
377         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Decode DSOCAPS
378         properly, first byte is bit number in mask.  Skip disabled caps.
380 2005-07-11  Derek R. Price  <derek@ximbiot.com>
382         [BZ #1061]
383         * sysdeps/generic/glob.c (glob): Only a 0 return from
384         getlogin_r means success, according to POSIX 1003.2.
386 2005-06-23  Paul Eggert  <eggert@cs.ucla.edu>
388         [BZ #1033]
389         * time/mktime.c: Import from gnulib.
390         The following macros are now consistent with other gnulib code.
391         This does not change mktime's behavior.
392         (TYPE_IS_INTEGER): New macro.
393         (time_t_is_integer): Use it.
394         (TYPE_TWOS_COMPLEMENT): New macro.
395         (twos_complement_arithmetic): Use it.
396         (TYPE_ONES_COMPLEMENT): New macro.
397         (TYPE_MINIMUM, TYPE_MAXIMUM): Now supports signed-magnitude.
398         mktime doesn't use this, but the code now matches other gnulib code.
399         (ranged_convert): Pacify GCC 4.0 in a different way, which
400         generates a few bytes less code.
401         (ranged_convert, __mktime_internal): When calling a function via a
402         pointer P, use P () rather than (*P) (), as we now assume C89 or
403         better.
405 2005-09-07  Alexandre Oliva  <aoliva@redhat.com>
407         * timezone/test-tz.c: Update to match tzdata2005m.
408         * timezone/tst-timezone.c: Likewise.
410 2005-09-07  Ulrich Drepper  <drepper@redhat.com>
412         * posix/regexec.c (find_recover_state): Remove unnecessary
413         initialization.
414         (transit_state_bkref): Make DFA a const pointer.
415         (get_subexp): Likewise.
416         (check_arrival): Likewise.
417         (update_cur_sifted_state): Likewise.
418         (re_search_internal): Likewise.
419         (prune_impossible_nodes): Likewise.
420         (acquire_init_state_context): Likewise.
421         (proceed_next_node): Likewise.
422         (set_regs): Likewise.
423         (free_fail_stack_return): Likewise.
424         (check_arrival_expand_ecl): Mark DFA parameter as const.
425         (check_arrival_expand_ecl_sub): Likewise.
426         (check_subexp_limits): Likewise.
427         (sub_epsilon_src_nodes):  Likewise.
428         (add_epsilon_src_nodes):  Likewise.
429         (merge_state_array): Likewise.
430         (update_regs): Likewise.
431         (build_trtable): Likewise.
432         (sift_states_backward): Mark MCTX parameter as const.
433         (build_sifted_states): Likewise.
434         (update_cur_sifted_state): Likewise.
435         (sift_states_mkref): Likewise.
436         (check_arrival_expand_ecl): Mark eclosure as const.
437         (check_dst_limits_calc_pos_1): Likewise.
438         * posix/regex_internal.h (re_match_context_t): Make dfa a const
439         pointer.
441 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
443         * timezone/africa: Update from tzdata2005m.
444         * timezone/asia: Likewise.
445         * timezone/australasia: Likewise.
446         * timezone/backward: Likewise.
447         * timezone/europe: Likewise.
448         * timezone/northamerica: Likewise.
449         * timezone/southamerica: Likewise.
450         * timezone/zone.tab: Likewise.
451         * timezone/zdump.c: Update from tzcode2005m.
453         * posix/regexec.c (merge_state_with_log): Define dfa as const pointer.
454         (transit_state_sb): Likewise.
455         (transit_state_mb): Likewise.
456         (sift_states_iter_mb): Likewise.
457         (check_arrival_add_next_nodes): Likewise.
458         (check_node_accept_bytes): Change first parameter to pointer-to-const.
459         [_LIBC] (re_search_2_stub): Use mempcpy.
461         * posix/regex_internal.c (re_string_reconstruct): Avoid calling
462         mbrtowc for very simple UTF-8 case.
464 2005-09-01  Paul Eggert  <eggert@cs.ucla.edu>
466         * posix/regex_internal.c (build_wcs_upper_buffer): Fix portability
467         bugs in int versus size_t comparisons.
469 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
471         * posix/regex_internal.c (re_acquire_state): Make DFA pointer arg
472         a pointer-to-const.
473         (re_acquire_state_context): Likewise.
474         * posix/regex_internal.h: Adjust prototypes.
476 2005-08-31  Jim Meyering  <jim@meyering.net>
478         * posix/regcomp.c (search_duplicated_node): Make first pointer arg
479         a pointer-to-const.
480         * posix/regex_internal.c (create_ci_newstate, create_cd_newstate,
481         register_state): Likewise.
482         * posix/regexec.c (search_cur_bkref_entry, check_dst_limits):
483         (check_dst_limits_calc_pos_1, check_dst_limits_calc_pos):
484         (group_nodes_into_DFAstates): Likewise.
486 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
488         * posix/regexec.c (re_search_internal): Simplify update of
489         rm_so and rm_eo by replacing "if (A == B) A += C - B;"
490         with the equivalent of "if (A == B) A = C;".
492 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
494         * posix/regcomp.c (re_compile_internal): Change third parameter type
495         to size_t.
496         (init_dfa): Likewise.  Make sure that arithmetic on pat_len doesn't
497         overflow.
498         * posix/regex_internal.h (struct re_dfa_t): Change type of nodes_alloc
499         and nodes_len to size_t.
500         * posix/regex_internal.c (re_dfa_add_node): Use size_t as type for
501         new_nodes_alloc.  Check for overflow.
503 2005-08-31  Paul Eggert  <eggert@cs.ucla.edu>
505         * posix/regcomp.c (re_compile_fastmap_iter, init_dfa, init_word_char):
506         (optimize_subexps, lower_subexp):
507         Don't assume 1<<31 has defined behavior on hosts with 32-bit int,
508         since the signed shift might overflow.  Use 1u<<31 instead.
509         * posix/regex_internal.h (bitset_set, bitset_clear, bitset_contain):
510         Likewise.
511         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise.
512         (check_subexp_matching_top): Likewise.
513         * posix/regcomp.c (optimize_subexps, lower_subexp):
514         Use CHAR_BIT rather than 8, for clarity.
515         * posix/regexec.c (check_dst_limits_calc_pos_1):
516         (check_subexp_matching_top): Likewise.
517         * posix/regcomp.c (init_dfa): Make table_size unsigned, so that we
518         don't have to worry about portability issues when shifting it left.
519         Remove no-longer-needed test for table_size > 0.
520         * posix/regcomp.c (parse_sub_exp): Do not shift more bits than there
521         are in a word, as the resulting behavior is undefined.
522         * posix/regexec.c (check_dst_limits_calc_pos_1): Likewise;
523         in one case, a <= should have been an <, and in another case the
524         whole test was missing.
525         * posix/regex_internal.h (BYTE_BITS): Remove.  All uses changed to
526         the standard name CHAR_BIT.
528         * posix/regex_internal.h (re_sub_match_top_t): Remove unused member
529         next_last_offset.
530         (struct re_dfa_t): Remove unused member states_alloc.
531         * posix/regcomp.c (init_dfa): Don't initialize unused members.
533 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
535         * posix/regexec.c (set_regs): Don't alloca with an unbounded size.
537         alloca modernization/simplification for regex.
538         * posix/regex.c: Remove portability cruft for alloca.  This no longer
539         needs to be at the start of the file, and can be moved into
540         regex_internal.h and simplified.
541         * posix/regex_internal.h: Include <alloca.h>.
542         (__libc_use_alloca) [!defined _LIBC]: New macro.
543         * posix/regexec.c (build_trtable): Remove "#ifdef _LIBC",
544         since the code now works outside glibc.
546 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
548         * include/regex.h: Remove use of _RE_ARGS.
550 2005-08-25  Paul Eggert  <eggert@cs.ucla.edu>
552         * posix/regexec.c (find_recover_state): Change "err" to "*err".
554 2005-08-24  Paul Eggert  <eggert@cs.ucla.edu>
556         * posix/regcomp.c (regerror): Pointer args are 'restrict',
557         as per POSIX.
558         * posix/regex.h (regerror): Likewise.
559         * manual/pattern.texi (POSIX Regexp Compilation): Likewise.
560         Similarly for regcomp and regexec.  Also, first 2 args of regexec
561         and 2nd arg of regerror are const.
563         * posix/regex.c: Do not include <sys/types.h>, as POSIX no longer
564         requires this.  (The code never needed it.)
566 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
568         * posix/regexec.c (sift_states_bkref): re_node_set_insert returns
569         int, not reg_errcode_t.
571         * posix/regex_internal.c (calc_state_hash): Put 'inline' before type,
572         since some broken compilers warn about it otherwise.
574         * posix/regcomp.c (create_initial_state): Remove duplicate decl.
576 2005-08-20  Paul Eggert  <eggert@cs.ucla.edu>
578         * posix/regex.h (_RE_ARGS): Remove.  No longer needed, since we assume
579         C89 or better.  All uses removed.
581 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
583         * posix/regex.c: Prevent using C++ compilers.
585 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
587         * posix/regcomp.c (duplicate_node): Return new index, not an error
588         code, and let the caller return REG_ESPACE if out of space.  This
589         removes an uninitialied-variable warning with GCC 4.0.1, and also
590         avoids taking the address of a local variable.  All callers
591         changed.
593 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
595         * include/time.h (__strptime_internal): Rename parameter to avoid
596         bogus compiler warning.
598 2005-08-19  Jim Meyering  <jim@meyering.net>
600         * posix/regexec.c (proceed_next_node): Redo local variables to
601         avoid GCC shadowing warnings.
603 2005-09-06  Ulrich Drepper  <drepper@redhat.com>
605         * posix/regex_internal.c (re_acquire_state): Minor code rearrangement.
606         (re_acquire_state_context): Likewise.
608 2005-08-19  Paul Eggert  <eggert@cs.ucla.edu>
610         * posix/regex_internal.c (re_string_realloc_buffers):
611         (re_node_set_insert, re_node_set_insert_last, re_dfa_add_node):
612         Rename local variables to avoid GCC shadowing warnings.
614 2005-07-08  Eric Blake  <ebb9@byu.net>
615             Paul Eggert  <eggert@cs.ucla.edu>
617         * posix/regcomp.c (init_dfa): Store __btowc value in wint_t, not
618         wchar_t.  Remove now-unnecessary cast.
619         (build_range_exp): Likewise.
621 2005-08-31  Bob Wilson  <bob.wilson@acm.org>
623         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf):  Remove the
624         exponent bias from the increment value for scaling by 2^60.
626 2005-09-05  Alexandre Oliva  <aoliva@redhat.com>
628         * configure.in: Compile source test file with -fPIC for -shared.
630 2005-09-04  Ulrich Drepper  <drepper@redhat.com>
632         * iconv/skeleton.c: Eliminate DEFINE_DIRECTION_OBJECTS macro use,
633         it wasn't used.  Remove use of from_object and to_object variable,
634         replace with some constants.  Adjust users.
636         * sysdeps/i386/bits/string.h: Removed.
638         * stdio-common/Makefile (tests): Add tst-put-error.
639         * stdio-common/tst-put-error.c: New file.
640         * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more
641         data would have to be written signal error.
642         * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
644         * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
646 2005-09-02  Ulrich Drepper  <drepper@redhat.com>
648         * elf/dl-load.c (_dl_map_object_from_fd): No need to change
649         protection of memory used for the last segment.
651 2005-08-22  Robert Millan  <robertmh@gnu.org>
653         * sysdeps/mach/hurd/nfs/nfs.h: Move to ...
654         * sysdeps/generic/nfs/nfs.h: ... here.
656 2005-09-01  Ulrich Drepper  <drepper@redhat.com>
658         * libio/stdio.h: Remove __wur from ungetc, sscanf, and vsscanf.
659         Add __wur to feof{,_unlocked}, ferror{,_unlocked},
660         fileno{,_unlocked}, and popen.
662 2005-08-30  Ulrich Drepper  <drepper@redhat.com>
664         * sysdeps/ieee754/flt-32/e_hypotf.c [!__STDC__]: Fix function name.
666 2005-08-01  Bob Wilson  <bob.wilson@acm.org>
667             Richard Sandiford  <richard@codesourcery.com>
669         * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Add missing
670         exponent bias to the value for 2^126.
672 2005-08-30  Jakub Jelinek  <jakub@redhat.com>
673             Alan Modra  <amodra@bigpond.net.au>
675         * elf/dl-addr.c (_dl_addr): Use DL_ADDR_SYM_MATCH macro.
676         * sysdeps/generic/ldsodefs.h (DL_ADDR_SYM_MATCH): Define.
677         * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h: New file.
679 2005-08-23  Ulrich Drepper  <drepper@redhat.com>
681         * nscd/nscd.c (main): Use error while process isn't running in the
682         background, not dbg_log.
683         * nscd/nscd_conf.c (nscd_parse_file): Likewise.
684         Mark messages with _().  Unify testing for database name.
686         * nscd/connection.c (DEFAULT_DATASIZE_PER_BUCKET): Move to nscd.h.
687         (dbs): Initialize max_db_size fields.
688         (nscd_init): When mapping the database, use max_db_size as the
689         mapping size even if it is bigger than the file size.
690         * nscd/mem.c (mempool_alloc): When resizing the file make sure the
691         limit in max_db_size is not exceeded.  Don't use mremap, just
692         posix_fallocate is enough (according to Linus).  Use posix_fallocate
693         correctly.
694         * nscd/nscd.conf: Add max-db-size parameters.
695         * nscd/nscd.h (struct database_dyn): Add max_db_size field.
696         Define DEFAULT_MAX_DB_SIZE and DEFAULT_DATASIZE_PER_BUCKET.
697         Temporarily define TEMP_FAILURE_RETRY_VAL here.
698         * nscd/nscd_conf.c (nscd_parse_file): Parse max-db-size parameter
699         and add sanity checks for it.
701         * nscd/aicache.c (addhstaiX): Use send with MSG_NOSIGNAL not write to
702         send reply.
703         * nscd/connection.c (writeall): Likewise.
704         (handle_request): Likewise.
705         * nscd/grpcache.c (cache_addgr): Likewise.
706         * nscd/hstcache.c (cache_addhst): Likewise.
707         * nscd/initgrcache.c (addinitgroupsX): Likewise.
708         * nscd/nscd.c (parse_opt): Likewise.
709         * nscd/nscd_stat.c (send_stats): Likewise.
710         (receive_print_stats): Likewise.
711         * nscd/pwdcache.c (cache_addpw): Likewise.
713         * sysdeps/unix/sysv/linux/Versions: Export inotify_* syscalls.
715 2005-08-22  Jakub Jelinek  <jakub@redhat.com>
717         * stdlib/bits/stdlib.h (mbstowcs): Divide __bos (__dst) by
718         sizeof (wchar_t) rather than multiplying __len by sizeof (wchar_t).
719         Pass __bos (__dst) / sizeof (wchar_t) to the *_chk routine.
720         * wcsmbs/bits/wchar2.h (mbsrtowcs, mbsnrtowcs): Likewise.
721         * debug/mbsnrtowcs_chk.c (__mbsnrtowcs_chk): Don't multiply
722         len by sizeof (wchar_t).
723         * debug/mbsrtowcs_chk.c (__mbsrtowcs_chk): Likewise.
724         * debug/mbstowcs_chk.c (__mbstowcs_chk): Likewise.
725         Fix type of SRC argument.  Pass &SRC rather than SRC to
726         __mbsrtowcs.
727         * debug/wcstombs_chk.c (__wcstombs_chk): Pass &SRC rather than SRC
728         to __wcsrtombs.
729         * debug/tst-chk1.c: Include assert.h.
730         (do_test): Change enough array from VLA into a fixed size array.
731         Assert that MB_CUR_MAX is <= sizeof (enough).  Use FAIL () macro
732         instead of print error details.  Add several new tests.
733         Kill some unused variable warnings.
735 2005-08-21  Ulrich Drepper  <drepper@redhat.com>
737         * resolv/res_send.c (Aerror): Fix printing IP address.
739         * resolv/res_send.c (send_vc): Pass correct sockaddr size to connect.
741 2005-08-19  H.J. Lu  <hongjiu.lu@intel.com>
743         * sysdeps/ia64/fpu/libm_error.c (__libm_error_support): Don't abort.
745 2005-08-17  Robert Love  <rml@novell.com>
747         * sysdeps/unix/sysv/linux/sys/inotify.h: Add IN_MOVE_SELF event.
749 2005-08-19  Bruno Haible  <bruno@clisp.org>
751         * intl/localealias.c (read_alias_file): In case of failure, close the
752         file descriptor and sort the array before returning.
754 2005-08-19  Ulrich Drepper  <drepper@redhat.com>
756         * malloc/Makefile: Link libmemusage.so with ld.so.
757         * malloc/memusage.c: Use atomic operations for all counter and size
758          computations.  Handle thread stacks.
759         * sysdeps/generic/memusage.h: Define memusage_cntr_t and
760         memusage_size_t.
761         * sysdeps/i386/i686/memusage.h: New file.
762         * include/atomic.h: Define atomic_max and atomic_min.
764         * debug/tst-chk1.c: Add tests for mbstowcs and wcstombs.
766 2005-08-17  Paul Eggert  <eggert@cs.ucla.edu>
768         [BZ #1207]
769         * posix/regex.h: Remove spurious space-before-tab.  From gnulib.
771 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
773         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
774         sys/inotify.h.
775         * sysdeps/unix/sysv/linux/sys/inotify.h: New file.
776         * sysdeps/unix/sysv/linux/syscalls.list: Add inotify syscalls.
778         * nscd/cache.c (prune_cache): Add more debug output.  Only for
779         debug level 3 and higher and very verbose.
781         * nscd/cache.c (prune_cache): Use stat64 not stat.
782         * nscd/connections.c (nscd_init): Likewise.
784 2005-08-10  Sergio Gelato  <Sergio.Gelato@astro.su.se>
786         [BZ #1188]
787         * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Change assert check
788         from (len > 0) to (len >= 0).
790 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
792         * nis/nis_xdr.c (_xdr_nis_result): Fix type of res variable.
793         Reported by Thomas Schwinge.
795 2005-08-15  Jakub Jelinek  <jakub@redhat.com>
797         * nis/nis_subr.c (nis_leaf_of_r): Handle buflen == 0 correctly.
799 2005-08-16  Ulrich Drepper  <drepper@redhat.com>
801         * nss/getent.c (more_help): Use open_memstream instead of handling
802         memory allocation ourselves.
804 2005-08-16  Jay Fenlason  <fenlason@redhat.com>
806         * nss/getent.c (parse_options): change the -s option to support
807         {database}:{search} to override /etc/resolv.conf for only the
808         specified database.
810 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
812         * nscd/connections.c (main_loop_epoll): Pass NULL as event
813         argument for epoll_ctl(EPOLL_CTL_DEL) calls.
815         * nscd/nscd_stat.c (receive_print_stats): Really print values of
816         thread number, paranoia, and restart interval the server is using.
818         * argp/argp-help.c: Use _IO_vasprintf instead of vasprintf.
819         * include/stdio.h: Add libc_hidden_proto for __vfprintf_chk.
820         * debug/vfprintf_chk.c: Add libc_hidden_def.
822 2005-08-08  Roland McGrath  <roland@redhat.com>
824         * argp/argp-help.c (__argp_error): __asprintf -> vasprintf.
825         (__argp_failure): Likewise.
827 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
829         * nscd/cache.c (cache_add): Commit hash table and header to disk.
831         * nscd/mem.c (mempool_alloc): Use posix_fallocate instead of ftruncate.
832         * nscd/connections.c (nscd_init): Likewise.
834 2005-08-08  Jakub Jelinek  <jakub@redhat.com>
836         * stdio-common/fxprintf.c: Include libioP.h.
838         * posix/bits/unistd.h (confstr, getgroups, ttyname_r, gethostname,
839         getdomainname): Add __NTH.
840         * stdlib/bits/stdlib.h (ptsname_r, wctomb, mbstowcs, wcstombs):
841         Likewise.
842         (realpath): Likewise.  Use __const instead of const.  Add __restrict
843         keywords.
844         * socket/bits/socket2.h (recvfrom): Add __restrict keyword to __buf.
845         * wcsmbs/bits/wchar2.h (wmemcpy, wmemmove, wmempcpy, wmemset,
846         wcscpy, wcpcpy, wcsncpy, wcpncpy, wcscat, wcsncat, vswprintf, wcrtomb,
847         mbsrtowcs, wcsrtombs, mbsnrtowcs, wcsnrtombs): Add __NTH.
848         * string/bits/string3.h (__memset_ichk): Likewise.
849         (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk, __strcpy_ichk,
850         __stpcpy_ichk, __strncpy_ichk, stpncpy, __strcat_ichk,
851         __strncat_ichk): Likewise.  Use __const instead of const.
852         (__stpncpy_chk): Use __const instead of const.
853         (__stpncpy_alias): Use __REDIRECT_NTH instead of __REDIRECT.
855 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
856             Jakub Jelinek  <jakub@redhat.com>
858         * nscd/mem.c (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): Move
859         definitions to...
860         * nscd/nscd.h (BLOCK_ALIGN_LOG, BLOCK_ALIGN, BLOCK_ALIGN_M1): ...here.
861         * nscd/connections.c (usekey): New enum.
862         (check_use, verify_persistent_db): New functions.
863         (nscd_init): If persistent database is corrupted, unlink it and
864         recreate rather than falling back to non-persistent database.
865         Call verify_persistent_db.  Avoid overflows in total computation.
867 2005-08-08  Ulrich Drepper  <drepper@redhat.com>
869         * iconvdata/utf-16.c (PREPARE_LOOP): Minor cleanups to make code
870         better readable.  Avoid passing var to loop function, it's not
871         necessary at all.
873 2005-08-07  Ulrich Drepper  <drepper@redhat.com>
875         * elf/elf.h (DT_ALPHA_PLTRO): Use symbolic name in DT_ALPHA_PLTRO
876         definition.
878 2005-08-05  Ulrich Drepper  <drepper@redhat.com>
880         * timezone/checktab.awk: Update from tzcode2005k.
881         * timezone/private.h: Likewise.
882         * timezone/scheck.c: Likewise.
883         * timezone/tzselect.ksh: Likewise.
884         * timezone/zdump.c: Likewise.
885         * timezone/zic.c: Likewise.
886         * timezone/africa: Update from tzdata2005k.
887         * timezone/antarctica: Likewise.
888         * timezone/asia: Likewise.
889         * timezone/australasia: Likewise.
890         * timezone/europe: Likewise.
891         * timezone/iso3166.tab: Likewise.
892         * timezone/leapseconds: Likewise.
893         * timezone/northamerica: Likewise.
894         * timezone/solar87: Likewise.
895         * timezone/solar88: Likewise.
896         * timezone/solar89: Likewise.
897         * timezone/southamerica: Likewise.
898         * timezone/zone.tab: Likewise.
900 2005-08-05  Roland McGrath  <roland@redhat.com>
902         * mach/shortcut.awk: Ignore `weak_alias' lines.
903         Reported by Alfred M. Szmidt <ams@gnu.org>.
905         * sysdeps/mach/hurd/mig-reply.c (reply_port): Don't use ?: as lvalue.
906         Reported by Alfred M. Szmidt <ams@gnu.org>.
908 2005-08-03  Dwayne Grant McConnell  <dgm69@us.ibm.com>
910         * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s):
911         Use +=, not =, to append.  Remove duplicate flags.
912         * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
913         Likewise.  Fix comments.
915 2005-08-01  Ulrich Drepper  <drepper@redhat.com>
917         * sysdeps/unix/sysv/linux/sigwait.c (do_sigwait): Restart system
918         call if it returned EINTR.
920 2005-07-31  Ulrich Drepper  <drepper@redhat.com>
922         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Move
923         helper variable into .data.rel.ro.  Simplify the code.  Extend
924         comment to explain prelinking.
926 2005-07-31  Andreas Jaeger  <aj@suse.de>
928         * include/bits/syslog.h: New file.
930 2005-07-30  Ulrich Drepper  <drepper@redhat.com>
932         * elf/dl-load.c [__WORDSIZE==64] (FILEBUF_SIZE): Adjust the value
933         up.  We have more program header entries now and the note section
934         was normally not loaded.
936         * nis/nis_subr.c: Some minor code cleanups.
938 2005-07-29  Ulrich Drepper  <drepper@redhat.com>
940         * misc/bits/syslog.h: New file.
941         * misc/sys/syslog.h: Include <bits/syslog.h> for fortification.
942         * misc/Makefile (headers): Add bits/syslog.h.
943         * include/sys/syslog.h: Add __vsyslog_chk prototype and hidden_proto.
944         * sysdeps/generic/syslog.c: Change vsyslog function to __vsyslog_chk.
945         Call __vfprintf_chk if necessary.  Make vsyslog a wrapper.  Add
946         __syslog_chk.
947         * misc/Versions: Export __syslog_chk and __vsyslog_chk.
949 2005-07-28  Thomas Schwinge  <schwinge@nic-nac-project.de>
951         [BZ #1137]
952         * misc/error.c [_LIBC]: Include <stdbool.h> and <stdint.h>.
954 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
956         * nis/nis_xdr.c: Help gcc to avoid generating unnecessary wrapper
957         functions.
959 2005-07-28  Jakub Jelinek  <jakub@redhat.com>
961         * stdio-common/fxprintf.c (__fxprintf): Add INTUSE to _IO_vfprintf
962         call.
963         * gmon/gmon.c (write_gmon): Use __snprintf rather than snprintf.
965 2005-07-28  Ulrich Drepper  <drepper@redhat.com>
967         * nis/nis_file.c: Rewrite the two pairs of functions into wrappers
968         around a pair of new, generalized functions.  22% size reduction.
970 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
972         * nis/nis_xdr.c: Remove unnecessary cast which might hide bugs.
973         Rearrange code.  This reduces the code size 10%.
975 2005-07-26  Jakub Jelinek  <jakub@redhat.com>
977         * misc/error.c (error_tail): Fix a comment typo.
979 2005-07-25  Ulrich Drepper  <drepper@redhat.com>
981         * po/zh_TW.po: Update from translation team.
983         * debug/mbstowcs_chk.c: New file.
984         * debug/wcstombs_chk.c: New file.
985         * debug/Makefile (routines): Add mbstowcs_chk and wcstombs_chk.
986         * debug/Versions: Add __mbstowcs_chk and __wcstombs_chk.
987         * stdlib/bits/stdlib.h: Add definitions for mbstowcs and wcstombs.
989         * wcsmbs/bits/wchar2.h (mbsrtowcs): Pretty printing.
991 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
993         * string/test-memset.c (test_main): Use negative byte value in
994         test.
996         * string/test-memset.c (do_one_test): Compare effect of call, not
997         only return value.
998         Add a few casts to avoid warnings.
1000 2005-07-24  SUGIOKA Toshinobu  <sugioka@itonet.co.jp>
1002         * sysdeps/sh/memset.S (memset): Correct 2nd argument handling.
1004 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
1006         [BZ #1125]
1007         * posix/Makefile (tests): Add tst-execvp4.
1008         * posix/tst-execvp4.c: New file.
1010 2005-07-24  Jakub Jelinek  <jakub@redhat.com>
1012         [BZ #1125]
1013         * posix/execvp.c (execvp): Change path_malloc to
1014         char *, free that pointer on failure.
1016 2005-07-24  Ulrich Drepper  <drepper@redhat.com>
1018         * wcsmbs/bits/wchar2.h: Use __FILE not FILE.
1019         * wcsmbs/Makefile: Add rules to build and run tst-wchar-h.
1020         * wcsmbs/tst-wchar-h.c: New file.
1022 2005-07-22  Ulrich Drepper  <drepper@redhat.com>
1024         * stdio-common/fxprintf.c (__fxprintf): Define variable more local.
1026 2005-07-22  Jakub Jelinek  <jakub@redhat.com>
1028         * wcsmbs/bits/wchar2.h (__vfwprintf_chk, __vwprintf_chk): Use
1029         __gnuc_va_list rather than _G_va_list.
1031 2005-07-22  Roland McGrath  <roland@redhat.com>
1033         [BZ #869]
1034         * Makerules ($(objpfx)stubs): Fix last change.
1036 2005-07-21  Roland McGrath  <roland@redhat.com>
1038         * nscd/Makefile ($(objpfx)nscd): Pass $(nscd-cflags) to $(LINK.o).
1040         * stdlib/Makefile (headers): Move bits/wchar.h to ...
1041         * wcsmbs/Makefile (headers): ... here.  Add bits/wchar2.h too.
1043 2005-07-21  Jakub Jelinek  <jakub@redhat.com>
1045         * wcsmbs/bits/wchar2.h (swprintf): Remove format argument.
1046         * debug/tst-chk1.c (do_test): Add test for swprintf with format
1047         being the last argument.
1049 2005-07-21  Thorsten Kukuk  <kukuk@suse.de>
1051         * debug/getgroups_chk.c (__getgroups_chk): Fix return value.
1053         * stdio-common/fxprintf.c: Include string.h.
1055 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
1057         [BZ #1138]
1058         * sysdeps/x86_64/fpu/libm-test-ulps: Adjust expected atan2f results.
1059         * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
1060         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1062 2005-07-20  Bob Wilson  <bob.wilson@acm.org>
1063             Darin Petkov  <darin@tensilica.com>
1065         [BZ #1138]
1066         * sysdeps/ieee754/flt-32/e_atan2f.c (pi_lo): Correct exponent value.
1068 2005-07-20  Jakub Jelinek  <jakub@redhat.com>
1070         * include/stdio.h (__fxprintf): Remove wfmt argument.
1071         * stdio-common/fxprintf.c: Include assert.h, ctype.h and wchar.h.
1072         (__fxprintf): Remove wfmt argument, create wfmt format string on
1073         the fly from fmt.
1074         * argp/argp-fmtstream.c: Adjust all __fxprintf callers.
1075         * argp/argp-help.c: Likewise.
1076         * assert/assert-perr.c: Likewise.
1077         * assert/assert.c: Likewise.
1078         * gmon/gmon.c: Likewise.
1079         * inet/rcmd.c: Likewise.
1080         * malloc/obstack.c: Likewise.
1081         * misc/error.c: Likewise.
1082         * misc/getpass.c: Likewise.
1083         * posix/getopt.c: Likewise.
1084         * resolv/res_hconf.c: Likewise.
1085         * stdio-common/perror.c: Likewise.
1086         * stdio-common/psignal.c: Likewise.
1087         * stdlib/fmtmsg.c: Likewise.
1088         * sunrpc/auth_unix.c: Likewise.
1089         * sunrpc/clnt_perr.c: Likewise.
1090         * sunrpc/clnt_tcp.c: Likewise.
1091         * sunrpc/clnt_udp.c: Likewise.
1092         * sunrpc/clnt_unix.c: Likewise.
1093         * sunrpc/svc_simple.c: Likewise.
1094         * sunrpc/svc_tcp.c: Likewise.
1095         * sunrpc/svc_udp.c: Likewise.
1096         * sunrpc/svc_unix.c: Likewise.
1097         * sunrpc/xdr.c: Likewise.
1098         * sunrpc/xdr_array.c: Likewise.
1099         * sunrpc/xdr_rec.c: Likewise.
1100         * sunrpc/xdr_ref.c: Likewise.
1101         * sysdeps/generic/wordexp.c: Likewise.
1103 2005-07-20  Ulrich Drepper  <drepper@redhat.com>
1105         * wcsmbs/bits/wchar2.h: Add definitions for wcrtomb, mbsrtowcs,
1106         wcsrtombs, mbsnrtowcs, and wcsnrtombs.
1107         * debug/Makefile (routines): Add wcrtomb_chk, mbsrtowcs_chk,
1108         wcsrtombs_chk, mbsnrtowcs_chk, and wcsnrtombs_chk.
1109         * debug/Versions: Add __wcrtomb_chk, __mbsrtowcs_chk,
1110         __wcsrtombs_chk, __mbsnrtowcs_chk, and __wcsnrtombs_chk.
1111         * debug/tst-chk1.c: Add tests for new functions.
1112         * debug/mbsnrtowcs_chk.c: New file.
1113         * debug/mbsrtowcs_chk.c: New file.
1114         * debug/wcrtomb_chk.c: New file.
1115         * debug/wcsnrtombs_chk.c: New file.
1116         * debug/wcsrtombs_chk.c: New file.
1118 2005-07-19  Ulrich Drepper  <drepper@redhat.com>
1120         * stdio-common/Makefile (aux): Add fxprintf.
1121         * stdio-common/fxprintf.c: New file.
1122         * include/stdio.h: Add declaration for __fxprintf.
1123         * argp/argp-fmtstream.c: Use __fxprintf instead of inline stream
1124         orientation test and two separate function calls.
1125         * argp/argp-help.c: Likewise.
1126         * assert/assert-perr.c: Likewise.
1127         * assert/assert.c: Likewise.
1128         * gmon/gmon.c: Likewise.
1129         * inet/rcmd.c: Likewise.
1130         * malloc/obstack.c: Likewise.
1131         * misc/error.c: Likewise.
1132         * misc/getpass.c: Likewise.
1133         * posix/getopt.c: Likewise.
1134         * resolv/res_hconf.c: Likewise.
1135         * stdio-common/perror.c: Likewise.
1136         * stdio-common/psignal.c: Likewise.
1137         * stdlib/fmtmsg.c: Likewise.
1138         * sunrpc/auth_unix.c: Likewise.
1139         * sunrpc/clnt_perr.c: Likewise.
1140         * sunrpc/clnt_tcp.c: Likewise.
1141         * sunrpc/clnt_udp.c: Likewise.
1142         * sunrpc/clnt_unix.c: Likewise.
1143         * sunrpc/svc_simple.c: Likewise.
1144         * sunrpc/svc_tcp.c: Likewise.
1145         * sunrpc/svc_udp.c: Likewise.
1146         * sunrpc/svc_unix.c: Likewise.
1147         * sunrpc/xdr.c: Likewise.
1148         * sunrpc/xdr_array.c: Likewise.
1149         * sunrpc/xdr_rec.c: Likewise.
1150         * sunrpc/xdr_ref.c: Likewise.
1151         * sysdeps/generic/wordexp.c: Likewise.
1153         [BZ #1137]
1154         * misc/Makefile: Add rules to build and run tst-error1.
1155         * misc/tst-error1.c: New file.
1156         * misc/error.c: Fix memory leak and possibly endless loop.
1158         * configure.in: Check for -fstack-protector gcc option.
1159         * config.make.in (have-ssp): Add template.
1160         * nscd/Makefile (nscd-cflags): Add -fstack-protector if supported.
1162         * nscd/nscd.c (main): Don't ignore result of chdir call.
1164 2005-07-18  Roland McGrath  <roland@redhat.com>
1166         [BZ #869]
1167         * Makerules ($(objpfx)stubs): Do cd into $(objdir) to reduce size of
1168         objdump command line.
1170 2005-07-18  Ulrich Drepper  <drepper@redhat.com>
1172         * nscd/Makefile (nscd-cflags): Add _FORTIFY_SOURCE.
1174         * nscd/connections.c: Fix a few wur warnings.
1176         [BZ #1113]
1177         * nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
1178         length.  Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
1180         * debug/confstr_chk.c: New file.
1181         * debug/getdomainname_chk.c: New file.
1182         * debug/getgroups_chk.c: New file.
1183         * debug/gethostname_chk.c: New file.
1184         * debug/getlogin_r_chk.c: New file.
1185         * debug/ttyname_r_chk.c: New file.
1186         * posix/bits/unistd.h: Add definitions for new debug versions.
1187         * debug/tst-chk1.c: Add tests for new functions.
1188         * debug/Versions: Export new functions.
1189         * debug/Makefile (routines): Add new files.
1191         * stdlib/bits/stdlib.h: Fix typo.
1193 2005-07-13  Thorsten Kukuk  <kukuk@suse.de>
1195         * manual/Makefile (libc/index.html): Depend on dir-add.texi.
1197 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
1199         * stdlib/bits/stdlib.h: Use __REDIRECT_NTH instead of __REDIRECT
1200         where necessary.
1201         * wcsmbs/bits/wchar2.h: Likewise.
1203 2005-07-15  Andreas Jaeger  <aj@suse.de>
1205         * debug/Makefile (tst-lfschk3-ENV): New, set locale.
1206         (tst-lfschk2-ENV): New.
1207         (tst-lfschk1-ENV): New.
1208         (tst-chk3-ENV): New.
1209         (tst-chk2-ENV): New.
1210         (tst-chk1-ENV): New.
1212         [BZ #1079]
1213         * include/stdlib.h: Remove malloc attribute from __posix_memalign.
1214         * stdlib/stdlib.h: Likewise.
1216 2005-07-15  Ulrich Drepper  <drepper@redhat.com>
1218         * wcsmbs/bits/wchar2.h: New file.
1219         * include/bits/wchar2.h: New file.
1220         * wcsmbs/wchar.h: Include <bits/wchar2.h> if fortification is
1221         requested.
1222         * wcsmbs/wcsncpy.c: Add __wcsncpy alias.
1223         * string/bits/string3.h: Add fortified stpncpy definitions.
1224         * sysdeps/generic/stpncpy_chk.c: New file.
1225         * libio/vswprintf.c: Move _IO_wstrnfile definition to strfile.h.
1226         Export _IO_wstrn_jumps.
1227         * libio/strfile.h: Define _IO_wstrnfile and declare _IO_wstrn_jumps.
1228         * include/wchar.h: Declare __wcsncpy and __vswprintf_chk.
1229         * debug/fgetws_chk.c: New file.
1230         * debug/fgetws_u_chk.c: New file.
1231         * debug/fwprintf_chk.c: New file.
1232         * debug/swprintf_chk.c: New file.
1233         * debug/vfwprintf_chk.c: New file.
1234         * debug/vswprintf_chk.c: New file.
1235         * debug/vwprintf_chk.c: New file.
1236         * debug/wcpcpy_chk.c: New file.
1237         * debug/wcpncpy_chk.c: New file.
1238         * debug/wcscat_chk.c: New file.
1239         * debug/wcscpy_chk.c: New file.
1240         * debug/wcsncat_chk.c: New file.
1241         * debug/wcsncpy_chk.c: New file.
1242         * debug/wmemcpy_chk.c: New file.
1243         * debug/wmemmove_chk.c: New file.
1244         * debug/wmempcpy_chk.c: New file.
1245         * debug/wmemset_chk.c: New file.
1246         * debug/wprintf_chk.c: New file.
1247         * debug/tst-chk1.c: Add tests for new functions.
1248         * debug/Versions: Export new functions.
1249         * debug/Makefile (routines): Add new functions.
1251 2005-07-13  Ulrich Drepper  <drepper@redhat.com>
1253         * nscd/nscd_helper.c: Add a few __builtin_expect.
1255         [BZ #1080]
1256         * nscd/connections.c (send_ro_fd): Make sure BUF is aligned correctly.
1257         * nscd/nscd_helper.c (wait_on_socket): New function.
1258         (get_mapping): Use wait_on_socket instead of poll.  The former handles
1259         EINTR of poll correctly.
1260         (__nscd_open_socket): Likewise.
1261         (get_mapping): Make sure BUF is aligned correctly.
1262         (get_mapping): Use munmap on correct pointer.
1264 2005-07-12  Ulrich Drepper  <drepper@redhat.com>
1266         * include/libc-symbols.h: Define macros for librt hidden symbols.
1267         * include/time.h: Add librt_hidden_proto definition for clock_gettime.
1268         * sysdeps/generic/clock_gettime.c: Add librt_hidden_def.
1269         * sysdeps/unix/clock_gettime.c: Likewise.
1271         * stdlib/bits/stdlib.h: New file.
1272         * stdlib/stdlib.h: Include <bits/stdlib.h> if fortification is
1273         requested.
1274         * Makefile (headers): Add bits/stdlib.h.
1275         * include/bits/stdlib.h: New file.
1276         * debug/Depend: New file.
1277         * debug/ptsname_r_chk.c: New file.
1278         * debug/realpath_chk.c: New file.
1279         * debug/wctomb_chk.c: New file.
1280         * debug/Makefile (routines): Add ptsname_r_chk, realpath_chk, and
1281         wctomb_chk.
1282         * debug/Versions: Export __ptsname_r_chk, __realpath_chk, and
1283         __wctomb_chk.
1284         * debug/tst-chk1.c: Add tests for __ptsname_r_chk, __realpath_chk, and
1285         __wctomb_chk.
1287 2005-07-12  Jakub Jelinek  <jakub@redhat.com>
1289         [BZ #1106]
1290         * sysdeps/unix/sysv/linux/ia64/has_cpuclock.c: Include not-cancel.h.
1291         (has_cpuclock): Use open_not_cancel_2 instead of open, read_not_cancel
1292         instead of read and close_not_cancel_no_status instead of close.
1294         [BZ #1106]
1295         * sysdeps/s390/s390-64/bcopy.S (__bcopy): Use
1296         HIDDEN_BUILTIN_JUMPTARGET to jump to memmove.
1298 2005-06-27  Carlos O'Donell  <carlos@systemhalted.org>
1300         * posix/regcomp.c (re_compile_internal): Call __libc_lock_init
1301         after init_dfa.
1303 2005-07-08  Ulrich Drepper  <drepper@redhat.com>
1305         * sysdeps/x86_64/fpu/s_sincosl.S: Use retq not ret.  Remove
1306         alignment.
1307         * sysdeps/x86_64/fpu/s_sincos.S: New file.
1309         * include/fenv.h: Add libm_hidden_proto for fesetround and
1310         feholdexcept.
1311         * sysdeps/alpha/fpu/feholdexcpt.c: Add libm_hidden_def.
1312         * sysdeps/alpha/fpu/fesetround.c: Likewise.
1313         * sysdeps/generic/feholdexcpt.c: Likewise.
1314         * sysdeps/generic/fesetround.c: Likewise.
1315         * sysdeps/i386/fpu/feholdexcpt.c: Likewise.
1316         * sysdeps/i386/fpu/fesetround.c: Likewise.
1317         * sysdeps/ia64/fpu/feholdexcpt.c: Likewise.
1318         * sysdeps/ia64/fpu/fesetround.c: Likewise.
1319         * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
1320         * sysdeps/powerpc/fpu/fesetround.c: Likewise.
1321         * sysdeps/s390/fpu/feholdexcpt.c: Likewise.
1322         * sysdeps/s390/fpu/fesetround.c: Likewise.
1323         * sysdeps/sh/sh4/fpu/feholdexcpt.c: Likewise.
1324         * sysdeps/sh/sh4/fpu/fesetround.c: Likewise.
1325         * sysdeps/sparc/fpu/feholdexcpt.c: Likewise.
1326         * sysdeps/sparc/fpu/fesetround.c: Likewise.
1327         * sysdeps/x86_64/fpu/feholdexcpt.c: Likewise.
1328         * sysdeps/x86_64/fpu/fesetround.c: Likewise.
1329         * sysdeps/generic/s_significand.c (__significand): Use __ilogb not
1330         ilogb.
1331         * sysdeps/generic/s_significandf.c (__significandf): Use __ilogbf
1332         not ilogbf.
1333         * sysdeps/ieee754/dbl-64/s_sincos.c (__sincos): Use __sin and
1334         __cos, not sin and cos.
1336 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1338         * resolv/res_send.c (send_dg): Recognize referral results and
1339         treat them as server errors.
1340         Based on a patch by Jason Vas Dias <jvdias@redhat.com>.
1342 2005-07-08  Carlos O'Donell  <carlos@systemhalted.org>
1344         * sysdeps/hppa/setjmp.S (__sigsetjmp): Use %r1 not %r19.
1346         * sysdeps/hppa/add_n.s (__mpn_add_n): Use sr0 or r0, not 0.
1347         * sysdeps/hppa/lshift.s (__mpn_lshift): Likewise.
1348         * sysdeps/hppa/rshift.s (__mpn_rshift): Likewise.
1349         * sysdeps/hppa/sub_n.s (__mpn_sub_n): Likewise.
1350         * sysdeps/hppa/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1351         * sysdeps/hppa/hppa1.1/udiv_qrnnd.s (__udiv_qrnnd): Likewise.
1353 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1355         * sysdeps/generic/s_ctanh.c (__ctanh): Handle case of zero den better.
1356         * sysdeps/generic/s_ctanhf.c (__ctanhf): Likewise.
1357         * sysdeps/generic/s_ctanhl.c (__ctanhl): Likewise.
1358         * sysdeps/generic/s_ctan.c (__ctan): Likewise.
1359         * sysdeps/generic/s_ctanf.c (__ctanf): Likewise.
1360         * sysdeps/generic/s_ctanl.c (__ctanl): Likewise.
1362 2005-04-13  H.J. Lu  <hongjiu.lu@intel.com>
1364         [BZ #974]
1365         * csu/elf-init.c (__preinit_array_start): Take int, char **, char **.
1366         (__preinit_array_end): Likewise.
1367         (__init_array_start): Likewise.
1368         (__init_array_end): Likewise.
1369         (__libc_csu_init): Take int argc, char **argv, char **envp.
1370         Call preinit_array and init_array with argc, argv, envp.
1371         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Remove
1372         INIT_MAIN_ARGS.
1373         * sysdeps/powerpc/elf/libc-start.c (INIT_MAIN_ARGS): Removed.
1374         * elf/Makefile (distribute): Add tst-array5.c, tst-array5-static.c,
1375         tst-array5dep.c, and tst-array5.exp.
1376         (tests): Add tst-array5.
1377         (tests-static): Add tst-array5-static.
1378         ($(objpfx)tst-array5): New target.
1379         ($(objpfx)tst-array5.out): Likewise.
1380         ($(objpfx)tst-array5-static.out): Likewise.
1381         * elf/tst-array5-static.c: New file.
1382         * elf/tst-array5-static.exp: Likewise.
1383         * elf/tst-array5.c: Likewise.
1384         * elf/tst-array5.exp: Likewise.
1385         * elf/tst-array5dep.c: Likewise.
1387 2005-07-07  Ulrich Drepper  <drepper@redhat.com>
1389         * sysdeps/unix/sysv/linux/bits/sched.h: Adjust clone prototype.
1391 2005-07-05  Jakub Jelinek  <jakub@redhat.com>
1393         * elf/stackguard-macros.h (STACK_CHK_GUARD): Fix s390/s390x definition.
1394         Reported by Ulrich Weigand <uweigand@de.ibm.com>.
1396         * elf/stackguard-macros.h (STACK_CHK_GUARD): Add ia64 definition.
1398 2005-07-06  Ulrich Drepper  <drepper@redhat.com>
1400         * elf/dl-error.c (_dl_signal_error): When testing for executable
1401         being relocated, take into account that nothing might even be loaded.
1403         * elf/dl-reloc.c [PROF] (_dl_relocate_object): Define
1404         consider_profiling always to zero.  Don't count of compiler to
1405         remove unreached if block.
1406         * sysdeps/x86_64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1407         Don't compile.
1408         * sysdeps/i386/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1409         * sysdeps/ia64/dl-trampoline.S [PROF] (_dl_runtime_profile): Likewise.
1410         * sysdeps/s390/s390-64/dl-trampoline.S [PROF] (_dl_runtime_profile):
1411         Likewise.
1412         * sysdeps/s390/s390-32/dl-trampoline.S [PROF] (_dl_runtime_profile):
1413         Likewise.
1414         * sysdeps/powerpc/powerpc64/dl-trampoline.S [PROF]
1415         (_dl_profile_resolve): Likewise.
1416         * sysdeps/powerpc/powerpc32/dl-trampoline.S [PROF]
1417         (_dl_profile_resolve): Likewise.
1418         * gmon/Makefile: Add rules to build and run tst-profile-static.
1419         * gmon/tst-profile-static.c: New file.
1420         * Makeconfig (+link-static): Allow passing program-specific flags.
1422 2005-07-05  Thorsten Kukuk  <kukuk@suse.de>
1424         [BZ #1111]
1425         * nis/nss_compat/compat-grp.c (internal_getgrgid_r): Check if NSS
1426         module provides getgrgid_r.
1427         (getgrnam_plusgroup): Preserve original return value.
1428         * nis/nss_compat/compat-pwd.c (getpwnam_plususer): Preserve
1429         original return value.
1430         * nis/nss_compat/compat-spwd.c (getspnam_plususer): Likewise.
1432 2005-07-05  Ulrich Drepper  <drepper@redhat.com>
1434         [BZ #1101]
1435         * posix/regex_internal.c (build_wcs_buffer): Use MB_LEN_MAX not
1436         MB_CUR_MAX.
1437         (build_wcs_upper_buffer): Likewise.
1439         * csu/elf-init.c (__libc_csu_fini): Pretty printing.
1441 2005-07-02  Roland McGrath  <roland@redhat.com>
1443         * NEWS: Note LinuxThreads removal.
1444         * manual/install.texi (Installation): Don't mention linuxthreads.
1445         (Configuring and compiling): Don't use linuxthreads as example.
1447         * sysdeps/unix/sysv/linux/configure.in: Check for nptl add-on only,
1448         not linuxthreads.
1449         * sysdeps/unix/sysv/linux/configure: Regenerated.
1450         * resolv/Depend: Add nptl.
1451         * rt/Depend: Likewise.
1453         * linuxthreads, linuxthreads_db: Directories removed (preserved in
1454         ports repository).
1456 2005-06-27  Jakub Jelinek  <jj@ultra.linux.cz>
1458         [BZ #1037]
1459         * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile: -mv8 is deprecated,
1460         use -mcpu=v8.
1462 2005-06-16  Jakub Jelinek  <jakub@redhat.com>
1464         [BZ #1016]
1465         * sysdeps/ia64/strlen.S (strlen): Change l2 into a local label.
1467 2005-06-23  Thorsten Kukuk  <kukuk@suse.de>
1469         [BZ #1109]
1470         * nscd/nscd_stat.c (receive_print_stats): Replace YESSTR/NOSTR
1471         with own translation.
1473 2005-06-25  Jakub Jelinek  <jakub@redhat.com>
1475         [BZ #1097]
1476         * sunrpc/xdr.c (xdr_hyper, xdr_u_hyper): When decoding, cast
1477         t2 to uint32_t instead of ulong.
1478         * sunrpc/Makefile (tests): Add tst-xdrmem.
1479         * sunrpc/tst-xdrmem.c: New test.
1481         * Versions.def (ld): Add GLIBC_2.4.
1482         * configure.in: Add --enable-stackguard-randomization option.
1483         (ENABLE_STACKGUARD_RANDOMIZE): New define.
1484         * config.h.in (ENABLE_STACKGUARD_RANDOMIZE): Add.
1485         * sysdeps/unix/sysv/linux/dl-osinfo.h: Include stdint.h.
1486         (_dl_setup_stack_chk_guard): New inline function.
1487         * sysdeps/generic/dl-osinfo.h: Include stdint.h.
1488         (_dl_setup_stack_chk_guard): New inline function.
1489         * elf/rtld.c (__stack_chk_guard): New variable.
1490         (dl_main): Remove all traces of TLS_INIT_TP_EXPENSIVE.
1491         Set __stack_chk_guard to _dl_setup_stack_chk_guard (),
1492         use THREAD_SET_STACK_GUARD if defined.
1493         * elf/Versions (ld): Export __stack_chk_guard@@GLIBC_2.4.
1494         * sysdeps/generic/libc-start.c (__stack_chk_guard): New variable.
1495         (__libc_start_main): Set __stack_chk_guard to
1496         _dl_setup_stack_chk_guard (), use THREAD_SET_STACK_GUARD if defined.
1497         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Remove all
1498         traces of TLS_INIT_TP_EXPENSIVE.
1499         * debug/Versions (libc): Export __stack_chk_fail@@GLIBC_2.4.
1500         * debug/Makefile (routines): Add stack_chk_fail.
1501         (static-only-routines): Add stack_chk_fail_local.
1502         * debug/stack_chk_fail_local.c: New file.
1503         * debug/stack_chk_fail.c: New file.
1504         * elf/Makefile: Add rules to build and run tst-stackguard1{,-static}
1505         tests.
1506         * elf/tst-stackguard1.c: New file.
1507         * elf/tst-stackguard1-static.c: New file.
1508         * elf/stackguard-macros.h: New file.
1510 2005-06-21  Ulrich Drepper  <drepper@redhat.com>
1512         * resource/Makefile (tests): Add tst-getrlimit.
1513         * resource/tst-getrlimit.c: New file.
1515         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTPRIO): Fix typo.
1516         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
1517         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
1519 2005-06-20  Ulrich Drepper  <drepper@redhat.com>
1521         * nscd/nscd.init: Get more in line with lsb3.
1522         * nscd/nscd.c: Adjust some error codes to fit in better with lsb3.
1523         * nscd/connections.c: Likewise.
1525 2005-06-20  Jakub Jelinek  <jakub@redhat.com>
1527         [BZ #653]
1528         * sysdeps/unix/sysv/linux/sys/quota.h: Add definitions and types for
1529         _LINUX_QUOTA_VERSION >= 2.
1530         (_LINUX_QUOTA_VERSION): Define if not yet defined.
1532         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_NICE,
1533         RLIMIT_RTPRIO): Add.
1534         (RLIMIT_NLIMITS): Adjust.
1535         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_NICE,
1536         RLIMIT_RTPRIO): Add.
1537         (RLIMIT_NLIMITS): Adjust.
1538         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_NICE,
1539         RLIMIT_RTPRIO): Add.
1540         (RLIMIT_NLIMITS): Adjust.
1541         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_NICE,
1542         RLIMIT_RTPRIO): Add.
1543         (RLIMIT_NLIMITS): Adjust.
1545 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
1547         [BZ #1106]
1548         * time/mktime.c: Always include <string.h> for prototype of
1549         implicitly used memcpy.
1551         [BZ #1104]
1552         * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c
1553         (truncate64): Use __truncate, not truncate.
1554         (__have_no_truncate64): Renamed from have_no_truncate64.
1555         * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c
1556         (__have_no_truncate64): Renamed from have_no_truncate64.
1558         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ulps for complex
1559         float functions for gcc 4.
1561 2005-06-10  Jakub Jelinek  <jakub@redhat.com>
1563         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_runtime_setup):
1564         Handle prelinked libraries and binaries with new style PLT.
1566 2005-06-07  Jakub Jelinek  <jakub@redhat.com>
1568         * elf/elf.h (R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI,
1569         R_PPC_REL16_HA): Define.
1571 2005-06-14  Alan Modra  <amodra@bigpond.net.au>
1573         * config.h.in (HAVE_ASM_PPC_REL16): Add.
1574         * elf/elf.h (DT_PPC_GOT, DT_PPC_NUM): Define.
1575         * elf/tls-macros.h (PowerPC32): Include config.h.  Add variants of
1576         TLS_IE, TLS_LD and TLS_GD for new PLT/GOT layout.
1577         * sysdeps/powerpc/powerpc32/configure.in: New file,
1578         * sysdeps/powerpc/powerpc32/dl-dtprocnum.h: New file.
1579         * sysdeps/powerpc/powerpc32/dl-machine.h (DT_PPC): Define.
1580         (ppc_got): New inline function.
1581         (elf_machine_dynamic): Use ppc_got.  Add attribute const.
1582         (elf_machine_load_address): Add attribute const.  Don't use int vars.
1583         Use bcl rather than bl to save trashing branch target stack.  Use
1584         elf_machine_dynamic rather than duplicating code here.
1585         (elf_machine_runtime_setup): New inline function replacing define.
1586         Handle new PLT.
1587         (elf_machine_fixup_plt): Handle new PLT.
1588         (elf_machine_rela): Likewise.
1589         * sysdeps/powerpc/powerpc32/sysdep.h: Include config.h.
1590         (CALL_MCOUNT): Don't set up counter vars.
1591         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Correct comment.
1592         * sysdeps/powerpc/powerpc32/elf/start.S (start_addressesp): Don't
1593         define when HAVE_ASM_PPC_REL16.
1594         (_start): Add HAVE_ASM_PPC_REL16 code.
1595         * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Don't bl
1596         into the GOT when HAVE_ASM_PPC_REL16.
1597         * sysdeps/powerpc/powerpc32/memset.S (memset): Likewise.
1598         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Ditto.
1599         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (__ceil): Likewise.
1600         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (__ceilf): Likewise.
1601         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (__floor): Likewise.
1602         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (__floorf): Likewise.
1603         * sysdeps/powerpc/powerpc32/fpu/s_lround.S (__lround): Likewise.
1604         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (__rint): Likewise.
1605         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (__rintf): Likewise.
1606         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Likewise.
1607         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Likewise.
1608         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Likewise.
1609         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Likewise.
1610         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S (__sigsetjmp):
1611         Likewise.
1612         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S (__brk): Likewise.
1613         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
1614         (__getcontext): Likewise.
1615         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
1616         (__setcontext): Likewise.
1617         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
1618         (__swapcontext): Likewise.
1619         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S (stackblock):
1620         Comment.
1621         (__socket): Bomb if NARGS >= 7.  Invoke CGOTSETUP and CGOTRESTORE.
1623 2005-06-17  Ulrich Drepper  <drepper@redhat.com>
1625         [BZ #1106]
1626         * sysdeps/posix/sigignore.c: Include <string.h> to tell the compiler
1627         to use __GI_memset.
1628         * sysdeps/posix/signal.c: Likewise.
1629         * sysdeps/posix/sigset.c: Likewise.
1630         * sysdeps/posix/sysv_signal.c: Likewise.
1631         * sysdeps/unix/sysv/linux/sleep.c: Likewise.
1632         * sysdeps/unix/sysv/linux/sysctl.c: Likewise.
1633         * sysdeps/unix/sysv/linux/system.c: Likewise.
1635 2005-06-15  Jakub Jelinek  <jakub@redhat.com>
1637         [BZ #1088]
1638         * hesiod/hesiod.c (hesiod_init): Don't check for ctx->classes[0] == 0
1639         or both classes equal here.
1640         (parse_config_file): If both classes are equal, clear the second one.
1642 2005-06-08  Karl Kelley  <kekelley@iastate.edu>
1644         [BZ #1088]
1645         * hesiod/hesiod_p.h (struct hesiod_p): Add classes array.
1646         * hesiod/hesiod.c (hesiod_init): Initialize classes.  Fail if no
1647         valid classes were given or if both are equal.
1648         (hesiod_resolve): Use ctx->classes instead of hardcoded C_IN
1649         and C_HS order.
1650         (parse_config_file): Handle classes keyword.
1651         * hesiod/README.hesiod: Mention addition of the classes keyword.
1653 2005-06-14  Ulrich Drepper  <drepper@redhat.com>
1655         [BZ #1085]
1656         * configure.in: Add test for availability of libaudit.
1657         * config.h.in: Define HAVE_LIBAUDIT.
1658         * config.make.in: Define have-libaudit.
1659         * nscd/Makefile: If libaudit is available, link nscd with it.
1660         * nscd/selinux.c: If HAVE_LIBAUDIT is defined, log using libaudit.
1661         Patch by Steve Grubb <sgrubb@redhat.com>.
1663         * debug/pread64_chk.c: Use __libc_pread64 instead of __pread64.
1664         * sysdeps/posix/posix_fallocate64.c: Likewise.
1665         * include/string.h: Use libc_hidden_proto for strnlen.
1666         * sysdeps/generic/strnlen.c: Add libc_hidden_def.
1667         * include/libintl.h: Use libc_hidden_proto for __dcgettext.
1668         * intl/dcgettext.c: Add libc_hidden_def.
1669         * include/execinfo.h: Add libc_hidden_proto for __backtrace and
1670         __backtrace_symbols_fd.
1671         * sysdeps/generic/backtrace.c: Add libc_hidden_def.
1672         * sysdeps/generic/backtracesymsfd.c: Likewise.
1673         * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
1674         * sysdeps/i386/backtrace.c: Likewise.
1675         * sysdeps/ia64/backtrace.c: Likewise.
1676         * sysdeps/powerpc/powerpc32/backtrace.c: Likewise.
1677         * sysdeps/powerpc/powerpc64/backtrace.c: Likewise.
1678         * sysdeps/s390/s390-32/backtrace.c: Likewise.
1679         * sysdeps/s390/s390-64/backtrace.c: Likewise.
1681 2005-06-13  Ulrich Drepper  <drepper@redhat.com>
1683         * sysdeps/unix/clock_gettime.c (clock_gettime): Implement case
1684         where HANDLED_REALTIME is not defined.  [BZ #966]
1686 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
1688         [BZ #1096]
1689         * sysdeps/unix/sysv/linux/netlinkaccess.h (__netlink_sendreq,
1690         __netlink_receive): Remove prototypes.
1691         (__netlink_request): New prototype.
1692         * sysdeps/unix/sysv/linux/ifaddrs.c: Include <alloca.h> and
1693         <stdint.h>.
1694         (__netlink_sendreq): Make static.
1695         (__netlink_receive): Rename to...
1696         (__netlink_request): ... this.  Add type argument, call
1697         __netlink_sendreq.  If MSG_TRUNC is set after recvmsg, retry
1698         with a bigger buffer.  Don't record buffers that contain no
1699         messages we are expecting.
1700         (getifaddrs): Use __netlink_request instead of __netlink_sendreq
1701         and __netlink_receive pairs.  Formatting.
1702         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex_netlink): Use
1703         __netlink_request instead of __netlink_sendreq and __netlink_receive
1704         pair.
1706 2005-06-13  Thorsten Kukuk  <kukuk@suse.de>
1708         * sysdeps/unix/sysv/linux/netinet/if_tr.h: Don't include kernel
1709         headers, instead copy important structs/defines.
1711 2005-06-13  Jakub Jelinek  <jakub@redhat.com>
1713         * elf/rtld.c (dl_main): Move DT_DEBUG setup before first
1714         _dl_debug_state call.
1716 2005-06-12  Ulrich Drepper  <drepper@redhat.com>
1718         * elf/dl-error.c (_dl_signal_error): Store information about use of
1719         real malloc in the catch object.
1720         (_dl_catch_error): Forward information about malloc use to caller
1721         in new parameter.
1722         (_dl_out_of_memory): Make static.
1723         * elf/dl-deps.c: Adjust callers of _dl_catch_error.
1724         * elf/dl-libc.c: Likewise.
1725         * elf/dl-open.c: Likewise.
1726         * elf/rtld.c: Likewise.
1727         Add new --audit option.
1728         * sysdeps/generic/ldsodefs.h: Remove _dl_out_of_memory declaration.
1729         (rtld_global_ro._dl_signal_error): Add new parameter.
1730         * include/dlfcn.h (_dl_catch_error): Add new parameter.
1731         * dlfcn/dlfcn.c (_dlerror_run): Pass additional parameter to
1732         _dl_catch_error.  Only free if the returned newly value says so.
1734 2005-06-01  Roland McGrath  <roland@redhat.com>
1736         [BZ #959]
1737         * posix/tst-mmap.c (main): Fill the test file with enough data for the
1738         page size.
1740 2005-05-30  Jakub Jelinek  <jakub@redhat.com>
1742         * sysdeps/unix/sysv/linux/dl-osinfo.h (DL_SYSDEP_OSCHECK): If
1743         GLRO(dl_osversion) has been already set to a value smaller than
1744         _dl_discover_osversion (), don't overwrite it here.
1746 2005-05-24  Thomas Schwinge  <schwinge@nic-nac-project.de>
1748         * sysdeps/mach/i386/syscall.S (syscall): Call END.
1750 2005-05-28  Richard Henderson  <rth@redhat.com>
1752         * elf/elf.h (DT_ALPHA_PLTRO, DT_ALPHA_NUM): New.
1753         * sysdeps/alpha/dl-dtprocnum.h: New file.
1754         * sysdeps/alpha/dl-machine.h (DT_ALPHA): New.
1755         (elf_machine_load_address): Simplify to rely on gprel relocations.
1756         (elf_machine_runtime_setup): Handle DT_ALPHA_PLTRO plt format.
1757         Remove thread safety workaround for binutils 2.6.
1758         (elf_machine_fixup_plt): Handle DT_ALPHA_PLTRO plt format.
1759         * sysdeps/alpha/dl-trampoline.S (_dl_runtime_resolve_new): New.
1760         (_dl_runtime_profile_new): New.
1761         (_dl_runtime_resolve_old): Rename from _dl_runtime_resolve.
1762         (_dl_runtime_profile_old): Rename from _dl_runtime_profile.  Fix
1763         typo in _dl_call_pltexit argument loading.
1765         * sysdeps/alpha/div_libc.h (funcnoplt): New.
1766         * sysdeps/alpha/divl.S: Use it.
1767         * sysdeps/alpha/divq.S: Likewise
1768         * sysdeps/alpha/divqu.S: Likewise.
1769         * sysdeps/alpha/reml.S: Likewise.
1770         * sysdeps/alpha/remq.S: Likewise.
1771         * sysdeps/alpha/remqu.S: Likewise.
1773 2005-05-26  Andreas Schwab  <schwab@suse.de>
1775         * locale/Makefile (CFLAGS-loadlocale.c): Don't define.
1777 2005-05-26  Ulrich Drepper  <drepper@redhat.com>
1779         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_DIRECT): Fix value.
1780         Reported by Colin Gibbs <colin@gibbsonline.net>.  [BZ #954]
1782 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
1784         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S (__longjmp): Corrent
1785         _dl_hwcap access in PIC && !SHARED case.
1786         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1788 2005-05-25  Dwayne Grant McConnell  <dgm69@us.ibm.com>
1790         * gmon/gmon.c: Add space in weak_alias use.
1791         * linuxthreads/sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1792         * sysdeps/alpha/htonl.S: Likewise.
1793         * sysdeps/alpha/htons.S: Likewise.
1794         * sysdeps/alpha/elf/start.S: Likewise.
1795         * sysdeps/i386/i386-mcount.S: Likewise.
1796         * sysdeps/ia64/strchr.S: Likewise.
1797         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1798         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
1799         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1800         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
1801         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1802         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
1803         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1804         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
1805         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1806         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
1807         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1808         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
1809         * sysdeps/mach/hurd/readdir64_r.c: Likewise.
1810         * sysdeps/mach/hurd/sigaltstack.c: Likewise.
1811         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1812         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1813         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1814         * sysdeps/powerpc/fpu/s_fabs.S: Likewise.
1815         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1816         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1817         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1818         * sysdeps/powerpc/fpu/s_fmax.S: Likewise.
1819         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1820         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1821         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1822         * sysdeps/powerpc/fpu/s_fmin.S: Likewise.
1823         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1824         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1825         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
1826         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1827         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1828         * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
1829         * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
1830         * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
1831         * sysdeps/sparc/sparc32/memset.S: Likewise.
1832         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
1833         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1834         * sysdeps/sparc/sparc32/strchr.S: Likewise.
1835         * sysdeps/sparc/sparc64/memcmp.S: Likewise.
1836         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1837         * sysdeps/sparc/sparc64/memcpy.S: Likewise.
1838         * sysdeps/sparc/sparc64/memset.S: Likewise.
1839         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1840         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1841         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1842         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1843         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S: Likewise.
1844         * sysdeps/unix/sysv/linux/alpha/clone.S: Likewise.
1845         * sysdeps/unix/sysv/linux/alpha/getcontext.S: Likewise.
1846         * sysdeps/unix/sysv/linux/alpha/getrusage.S: Likewise.
1847         * sysdeps/unix/sysv/linux/alpha/setcontext.S: Likewise.
1848         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S: Likewise.
1849         * sysdeps/unix/sysv/linux/alpha/swapcontext.S: Likewise.
1850         * sysdeps/unix/sysv/linux/alpha/syscall.S: Likewise.
1851         * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
1852         * sysdeps/unix/sysv/linux/readdir64_r.c: Likewise.
1853         * sysdeps/unix/sysv/linux/hppa/clone.S: Likewise.
1854         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
1855         * sysdeps/unix/sysv/linux/i386/makecontext.S: Likewise.
1856         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
1857         * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
1858         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Likewise.
1859         * sysdeps/unix/sysv/linux/ia64/setcontext.S: Likewise.
1860         * sysdeps/unix/sysv/linux/mips/clone.S: Likewise.
1861         * sysdeps/unix/sysv/linux/mips/vfork.S: Likewise.
1862         * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
1863         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
1864         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
1865         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
1866         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
1867         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
1868         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
1869         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Likewise.
1870         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Likewise.
1871         * sysdeps/unix/sysv/linux/sparc/sparc64/getcontext.S: Likewise.
1872         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1873         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1874         * sysdeps/unix/sysv/linux/sparc/sparc64/longjmp.S: Likewise.
1875         * sysdeps/unix/sysv/linux/wordsize-64/getdents.c: Likewise.
1876         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
1877         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: Likewise.
1878         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
1879         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
1880         * sysdeps/x86_64/_mcount.S: Likewise.
1882 2005-05-24  Roland McGrath  <roland@redhat.com>
1884         * sysdeps/unix/sysv/linux/i386/sysdep.h
1885         (SETUP_PIC_REG, LOAD_PIC_REG): Move these macros ...
1886         * sysdeps/i386/sysdep.h [PIC]: ... to here.
1888 2005-05-23  Roland McGrath  <roland@redhat.com>
1890         * sysdeps/arm, sysdeps/unix/arm, sysdeps/unix/sysv/linux/arm:
1891         Subdirectories moved to ports repository.
1892         * configure.in (base_machine): Remove arm* and thumb* patterns.
1893         * shlib-versions (arm.*-.*-linux.*): Remove this pattern.
1895 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1897         [BZ #1086]
1898         * sunrpc/bindrsvprt.c (LOWPORT): Apparently some mountd
1899         implementations are broken and don't accept ports < 512.
1901 2005-05-22  Dmitry V. Levin  <ldv@altlinux.org>
1903         [BZ #961]
1904         * io/sys/sendfile.h: Remove __nonnull from sendfile and sendfile64
1905         declarations.
1907 2005-05-23  Ulrich Drepper  <drepper@redhat.com>
1909         [BZ #1086]
1910         * sunrpc/pm_getport.c (__get_socket): New function.
1911         (pmap_getport): Use it to open a non-reserved socket to the portmapper
1912         for TCP.
1913         * include/rpc/pmap_clnt.h (__get_socket): Declare.
1914         * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an
1915         non-reserved socket for the portmapper.
1916         Based on a patch by Steve Dickson <steved@redhat.com>.
1918         [BZ #1086]
1919         * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port.
1920         If we tried looking at the usual range without success extend the
1921         range to even lower ports.
1923         * sysdeps/unix/clock_gettime.c (clock_gettime): Revert last patch.
1925 2005-05-22  Andreas Schwab  <schwab@suse.de>
1927         * elf/rtld.c: Include <dl-osinfo.h>.
1929 2005-05-17  Alan Modra  <amodra@bigpond.net.au>
1931         * sysdeps/powerpc/powerpc32/sysdep.h (PSEUDO_RET): Don't use
1932         JUMPTARGET.  Instead append @local to __syscall_error.
1933         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Delete all occurrences
1934         of JUMPTARGET.  Instead append @local to labels.
1935         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
1936         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1937         * sysdeps/powerpc/powerpc32/ppc-mcount.S: Likewise.
1938         * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
1939         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
1940         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
1941         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1942         * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Likewise.
1943         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1944         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1945         * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
1947         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Use float constants.
1948         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
1949         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Likewise.
1950         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
1951         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.  Use one GOT
1952         slot to access both constants.
1953         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
1954         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
1956         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S (TWO52.0): Delete.
1957         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S (TWO23.0): Delete.
1958         * sysdeps/powerpc/powerpc32/fpu/s_floor.S (TWO52.0): Delete.
1959         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S (TWO23.0): Delete.
1960         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Comment typo.
1961         (NEGZERO.0, POINTFIVE.0): Delete.
1962         * sysdeps/powerpc/powerpc32/fpu/s_rint.S (TWO52.0): Delete.
1963         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S (TWO23.0): Delete.
1964         * sysdeps/powerpc/powerpc32/fpu/s_round.S (__round): Code in .text.
1965         (TWO52.0, POINTFIVE.0): Delete.
1966         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S (__roundf): Code in .text.
1967         (TWO23.0, POINTFIVE.0): Delete.
1968         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S (__trunc): Code in .text.
1969         (TWO52.0): Delete.
1970         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S (__truncf): Code in .text.
1971         (TWO23.0): Delete.
1972         * sysdeps/powerpc/powerpc32/memset.S (memset): Formatting.
1974 2005-05-19  Richard Henderson  <rth@redhat.com>
1976         * sysdeps/unix/clock_gettime.c (clock_gettime): Fix typo around
1977         CLOCK_REALTIME.
1979         * sysdeps/ia64/bits/atomic.h (__arch_compare_and_exchange_bool_32_acq,
1980         __arch_compare_and_exchange_bool_64_acq,
1981         __arch_compare_and_exchange_val_32_acq,
1982         __arch_compare_and_exchange_val_64_acq, atomic_exchange_and_add):
1983         Use __sync builtin without _si or _di suffix.
1985 2005-05-19  Jakub Jelinek  <jakub@redhat.com>
1987         [BZ #955]
1988         * iconvdata/ibm939.c (BODY): Avoid segfaults with input characters
1989         <UFFFF> and above.
1991 2005-05-17  Andreas Schwab  <schwab@suse.de>
1993         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
1994         (clock_getcpuclockid): Always return a defined value.
1996 2005-05-17  Neal H. Walfield  <neal@gnu.org>
1998         * sysdeps/posix/getaddrinfo.c (gaih_local): Check [_HAVE_SA_LEN]
1999         instead of [SALEN].
2000         (gaih_inet): Likewise.
2002 2005-05-11  Ulrich Drepper  <drepper@redhat.com>
2004         * elf/elf.h (Elf32_auxv_t): Make cross-compile safe.
2005         (Elf64_auxv_t): Likewise.
2006         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Adjust for
2007         removal of a_ptr element in ElfXX_auxv_t.
2008         * elf/dl-support.c (_dl_aux_init): Likewise.
2010 2005-05-09  Daniel Jacobowitz  <dan@codesourcery.com>
2012         * sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
2013         * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
2015 2005-05-09  Alan Modra  <amodra@bigpond.net.au>
2017         * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
2018         .pushsection/.popsection in place of .section/.previous.
2020 2005-05-08  Ulrich Drepper  <drepper@redhat.com>
2022         * MakeTAGS: Make xgettext not look into test cases.
2024         * MakeTAGS: Make sure translations in error calls are marked with
2025         c-format by xgettext.
2027 2005-05-07  Ulrich Drepper  <drepper@redhat.com>
2029         * intl/libintl.h: Always use __attribute_format_arg__ for gettext
2030         functions since gcc sometimes forgets the attribute for the
2031         standard functions.
2033 2005-05-06  Jakub Jelinek  <jakub@redhat.com>
2035         [BZ #934]
2036         * posix/regex_internal.h: Include bits/libc-lock.h or define dummy
2037         __libc_lock_* macros if not _LIBC.
2038         (struct re_dfa_t): Add lock.
2039         * posix/regcomp.c (re_compile_internal): Add __libc_lock_init.
2040         * posix/regexec.c (regexec, re_search_stub): Add locking.
2042 2005-05-04  Jakub Jelinek  <jakub@redhat.com>
2044         * intl/Makefile (tst-gettext[45].out): Pass also $(run-program-prefix)
2045         as argument to the scripts.
2046         * intl/tst-gettext2.sh: Use mkdir -p instead of test -d + mkdir.
2047         * intl/tst-gettext4.sh: Likewise.  Use run_program_prefix argument.
2048         * intl/tst-gettext5.sh: Likewise.
2050         * intl/tst-translit.sh: Add mkdir -p.
2052         * sysdeps/unix/sysv/linux/i386/sysdep.h (SETUP_PIC_REG): Use
2053         .ifndef/.endif to allow use of this macro more than once per .S
2054         file.
2055         (LOAD_PIC_REG): New macro.
2056         * sysdeps/unix/sysv/linux/i386/makecontext.S: Add call frame
2057         information.
2058         * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
2059         * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
2060         * sysdeps/i386/fpu/s_asinh.S: Use LOAD_PIC_REG macro.  Add call frame
2061         information.
2062         * sysdeps/i386/fpu/e_log10f.S: Likewise.
2063         * sysdeps/i386/fpu/s_expm1.S: Likewise.
2064         * sysdeps/i386/fpu/e_acoshf.S: Likewise.
2065         * sysdeps/i386/fpu/e_log2l.S: Likewise.
2066         * sysdeps/i386/fpu/s_log1pf.S: Likewise.
2067         * sysdeps/i386/fpu/s_lrint.S: Likewise.
2068         * sysdeps/i386/fpu/s_llrint.S: Likewise.
2069         * sysdeps/i386/fpu/s_ilogbf.S: Likewise.
2070         * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
2071         * sysdeps/i386/fpu/s_asinhf.S: Likewise.
2072         * sysdeps/i386/fpu/e_log.S: Likewise.
2073         * sysdeps/i386/fpu/e_atanhf.S: Likewise.
2074         * sysdeps/i386/fpu/s_lrintl.S: Likewise.
2075         * sysdeps/i386/fpu/e_atanhl.S: Likewise.
2076         * sysdeps/i386/fpu/e_scalb.S: Likewise.
2077         * sysdeps/i386/fpu/s_log1p.S: Likewise.
2078         * sysdeps/i386/fpu/s_nearbyintl.S: Likewise.
2079         * sysdeps/i386/fpu/s_frexpl.S: Likewise.
2080         * sysdeps/i386/fpu/s_log1pl.S: Likewise.
2081         * sysdeps/i386/fpu/s_nearbyintf.S: Likewise.
2082         * sysdeps/i386/fpu/s_cbrt.S: Likewise.
2083         * sysdeps/i386/fpu/s_expm1l.S: Likewise.
2084         * sysdeps/i386/fpu/s_lrintf.S: Likewise.
2085         * sysdeps/i386/fpu/e_acosh.S: Likewise.
2086         * sysdeps/i386/fpu/s_cexp.S: Likewise.
2087         * sysdeps/i386/fpu/s_ilogbl.S: Likewise.
2088         * sysdeps/i386/fpu/s_expm1f.S: Likewise.
2089         * sysdeps/i386/fpu/e_powl.S: Likewise.
2090         * sysdeps/i386/fpu/e_powf.S: Likewise.
2091         * sysdeps/i386/fpu/e_scalbf.S: Likewise.
2092         * sysdeps/i386/fpu/e_logl.S: Likewise.
2093         * sysdeps/i386/fpu/e_acoshl.S: Likewise.
2094         * sysdeps/i386/fpu/s_frexp.S: Likewise.
2095         * sysdeps/i386/fpu/e_pow.S: Likewise.
2096         * sysdeps/i386/fpu/e_logf.S: Likewise.
2097         * sysdeps/i386/fpu/e_log2.S: Likewise.
2098         * sysdeps/i386/fpu/s_frexpf.S: Likewise.
2099         * sysdeps/i386/fpu/s_cexpl.S: Likewise.
2100         * sysdeps/i386/fpu/s_llrintf.S: Likewise.
2101         * sysdeps/i386/fpu/s_ilogb.S: Likewise.
2102         * sysdeps/i386/fpu/e_scalbl.S: Likewise.
2103         * sysdeps/i386/fpu/e_atanh.S: Likewise.
2104         * sysdeps/i386/fpu/e_log10.S: Likewise.
2105         * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
2106         * sysdeps/i386/fpu/s_cexpf.S: Likewise.
2107         * sysdeps/i386/fpu/s_llrintl.S: Likewise.
2108         * sysdeps/i386/fpu/e_log10l.S: Likewise.
2109         * sysdeps/i386/fpu/s_nearbyint.S: Likewise.
2110         * sysdeps/i386/fpu/s_asinhl.S: Likewise.
2111         * sysdeps/i386/fpu/e_log2f.S: Likewise.
2112         * sysdeps/i386/addmul_1.S: Various fixes to cfi handling.
2113         * sysdeps/i386/mul_1.S: Likewise.
2114         * sysdeps/i386/strtok.S: Likewise.
2115         * sysdeps/i386/sub_n.S: Likewise.
2116         * sysdeps/i386/submul_1.S: Likewise.
2117         * sysdeps/i386/i586/addmul_1.S: Likewise.
2118         * sysdeps/i386/i586/memcpy.S: Likewise.
2119         * sysdeps/i386/i586/mul_1.S: Likewise.
2120         * sysdeps/i386/i586/rshift.S: Likewise.
2121         * sysdeps/i386/i586/sub_n.S: Likewise.
2122         * sysdeps/i386/i586/submul_1.S: Likewise.
2123         * sysdeps/i386/i686/memcmp.S: Likewise.
2124         * sysdeps/i386/i686/memmove.S: Likewise.
2125         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2126         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2127         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2128         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2130 2005-05-03  Ulrich Drepper  <drepper@redhat.com>
2132         * sysdeps/i386/add_n.S: Add call frame information.
2133         * sysdeps/i386/addmul_1.S: Likewise.
2134         * sysdeps/i386/bsd-setjmp.S: Likewise.
2135         * sysdeps/i386/lshift.S: Likewise.
2136         * sysdeps/i386/memchr.S: Likewise.
2137         * sysdeps/i386/memcmp.S: Likewise.
2138         * sysdeps/i386/mul_1.S: Likewise.
2139         * sysdeps/i386/rawmemchr.S: Likewise.
2140         * sysdeps/i386/rshift.S: Likewise.
2141         * sysdeps/i386/stpncpy.S: Likewise.
2142         * sysdeps/i386/strchr.S: Likewise.
2143         * sysdeps/i386/strchrnul.S: Likewise.
2144         * sysdeps/i386/strcspn.S: Likewise.
2145         * sysdeps/i386/strpbrk.S: Likewise.
2146         * sysdeps/i386/strrchr.S: Likewise.
2147         * sysdeps/i386/strspn.S: Likewise.
2148         * sysdeps/i386/strtok.S: Likewise.
2149         * sysdeps/i386/sub_n.S: Likewise.
2150         * sysdeps/i386/submul_1.S: Likewise.
2151         * sysdeps/i386/elf/bsd-setjmp.S: Likewise.
2152         * sysdeps/i386/i486/strcat.S: Likewise.
2153         * sysdeps/i386/i586/add_n.S: Likewise.
2154         * sysdeps/i386/i586/addmul_1.S: Likewise.
2155         * sysdeps/i386/i586/lshift.S: Likewise.
2156         * sysdeps/i386/i586/memcpy.S: Likewise.
2157         * sysdeps/i386/i586/memset.S: Likewise.
2158         * sysdeps/i386/i586/mul_1.S: Likewise.
2159         * sysdeps/i386/i586/rshift.S: Likewise.
2160         * sysdeps/i386/i586/strchr.S: Likewise.
2161         * sysdeps/i386/i586/strcpy.S: Likewise.
2162         * sysdeps/i386/i586/sub_n.S: Likewise.
2163         * sysdeps/i386/i586/submul_1.S: Likewise.
2164         * sysdeps/i386/i686/add_n.S: Likewise.
2165         * sysdeps/i386/i686/memcmp.S: Likewise.
2166         * sysdeps/i386/i686/memmove.S: Likewise.
2167         * sysdeps/i386/i686/mempcpy.S: Likewise.
2168         * sysdeps/i386/i686/memset.S: Likewise.
2169         * sysdeps/i386/i686/strtok.S: Likewise.
2170         * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
2171         * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
2172         * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
2173         * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Likewise.
2174         * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
2175         * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
2177         * sysdeps/i386/fpu/libm-test-ulps: Adjust for gcc 4.
2179         * sysdeps/unix/sysv/linux/kernel-features.h: waitid is available
2180         on ppc in 2.6.12.
2182 2005-04-29  Jakub Jelinek  <jakub@redhat.com>
2184         [BZ #1083]
2185         * sysdeps/posix/posix_fallocate.c (posix_fallocate): If len == 0,
2186         call ftruncate if offset is bigger than current size.  Make sure
2187         the file is offset + len bytes long if that is more than current size.
2188         Don't overwrite previous content of the file.
2189         * sysdeps/posix/posix_fallocate64.c (__posix_fallocate64_l64):
2190         Likewise.
2192 2005-05-02  Roland McGrath  <roland@redhat.com>
2194         [BZ #924]
2195         * crypt/md5.c [! HAVE_MEMCPY] (memcpy): Yield proper expression value.
2197 2005-04-29  Roland McGrath  <roland@redhat.com>
2199         * timezone/africa: Update from tzdata2005i.
2200         * timezone/asia: Likewise.
2201         * timezone/northamerica: Likewise.
2202         * timezone/yearistype: Likewise.
2204         * sysdeps/i386/sysdep.h (CALL_MCOUNT): Fix typo in last change.
2206 2005-04-29  Ulrich Drepper  <drepper@redhat.com>
2208         [BZ #1093]
2209         * nis/nis_table.c: Fix realloc handling.
2210         * nis/nis_removemember.c: Likewise.
2212 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
2214         [BZ #798]
2215         * nscd/Makefile: Help losers who use --with-headers.
2217 2005-04-28  Roland McGrath  <roland@redhat.com>
2219         [BZ #796]
2220         * sysdeps/unix/sysv/linux/dl-sysdep.h: New file.
2221         Define NEED_DL_SYSINFO_DSO for all platforms.
2223         * sysdeps/generic/dl-sysdep.h: Remove multiple inclusion protection.
2224         * sysdeps/alpha/dl-sysdep.h: Likewise.
2225         Use #include_next instead of duplicating generic file's contents.
2226         * sysdeps/ia64/dl-sysdep.h: Likewise.
2227         * sysdeps/sparc/dl-sysdep.h: Likewise.
2229 2005-03-22  Steven Munroe  <sjmunroe@us.ibm.com>
2231         * sysdeps/powerpc/powerpc64/memset.S (memset): Make ___memset local.
2233 2005-03-07  Steven Munroe  <sjmunroe@us.ibm.com>
2235         [BZ #781]
2236         * sysdeps/unix/sysv/linux/kernel-features.h
2237         (__ASSUME_TGKILL): Define for powerpc32/64 starting with 2.6.1.
2238         (__ASSUME_UTIMES): Define for powerpc32/64 starting with 2.6.1.
2239         (__ASSUME_FADVISE64_64_SYSCALL): Define for powerpc32 only starting
2240         with 2.6.1.
2241         (__ASSUME_WAITID_SYSCALL): Don't define for powerpc32/64.
2243 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
2245         * sysdeps/i386/sysdep.h: Add cfi instrumentation to asm fragments.
2246         * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
2247         * sysdeps/unix/sysv/linux/i386/socket.S: Remove now duplicate
2248         cfi_startproc and cfi_endproc.
2250         * configure.in: Remove ultrasparc names.
2252         * sysdeps/i386/i686/memcmp.S: Move misplaced END.
2254 2005-03-27  Bruno Haible  <bruno@clisp.org>
2256         Make it possible for multiple threads to use gettext() in different
2257         locales.
2258         * intl/dcigettext.c (HAVE_PER_THREAD_LOCALE): New macro.
2259         (struct known_translation_t): If HAVE_PER_THREAD_LOCALE, add localename
2260         field.
2261         (transcmp): If HAVE_PER_THREAD_LOCALE, compare localename fields.
2262         (DCIGETTEXT): If HAVE_PER_THREAD_LOCALE, fill the localename field in
2263         search and newp.
2265         * intl/tst-gettext4.c: New file.
2266         * intl/tst-gettext4.sh: New file.
2267         * intl/tst-gettext4-de.po: New file.
2268         * intl/tst-gettext4-fr.po: New file.
2269         * intl/tst-gettext5.c: New file.
2270         * intl/tst-gettext5.sh: New file.
2271         * intl/Makefile (distribute): Add tst-gettext4.sh, tst-gettext4-de.po,
2272         tst-gettext4-fr.po, tst-gettext5.sh.
2273         (multithread-test-srcs): New variable.
2274         (test-srcs): Add its contents.
2275         (tests): Depend on tst-gettext4.out, tst-gettext5.out.
2276         (tst-gettext4.out, tst-gettext5.out): New rules.
2277         (CFLAGS-tst-gettext4.c, CFLAGS-tst-gettext5.c): New variables.
2278         Add rule for linking the multithread-test-srcs with the appropriate
2279         thread-library.
2281 2005-04-28  Ulrich Drepper  <drepper@redhat.com>
2283         * po/rw.po: New file.  From translation team.
2285         * scripts/config.guess: Update from upstream.
2286         * scripts/config.sub: Likewise.
2288 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
2290         [BZ #1094]
2291         * nscd/connections.c (nscd_run): Use time() value in prune_cache
2292         call, not timeout value, since the latter might be from another clock.
2294 2005-04-27  Roland McGrath  <roland@redhat.com>
2296         [BZ #877]
2297         * posix/unistd.h: Remove __nonnull from acct decl.
2299         * rt/tst-cpuclock1.c: New file.
2300         * rt/tst-cpuclock2.c: New file.
2301         * rt/tst-cputimer1.c: New file.
2302         * rt/tst-cputimer2.c: New file.
2303         * rt/tst-cputimer3.c: New file.
2304         * rt/Makefile (tests): Add them.
2306         * sysdeps/unix/sysv/linux/kernel-posix-cpu-timers.h: New file.
2307         * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: New file.
2308         * sysdeps/unix/sysv/linux/ia64/clock_getcpuclockid.c
2309         (HAS_CPUCLOCK): New macro.
2310         (clock_getcpuclockid): Function removed.
2311         #include the new linux file to define it instead.
2312         * sysdeps/unix/clock_gettime.c [HP_TIMING_AVAIL] (hp_timing_gettime):
2313         New function, broken out of ...
2314         (clock_gettime) [HP_TIMING_AVAIL]: ... here.  Call it.
2315         (realtime_gettime): New function, broken out of ...
2316         (clock_gettime) [! HANDLED_REALTIME]: ... here.  Call it.
2317         (clock_gettime) [SYSDEP_GETTIME_CPU]: Use new macro in default case.
2318         * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): New macro.
2319         (SYSDEP_GETTIME_CPUTIME): New macro.
2320         (SYSDEP_GETTIME): Use both.
2321         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_gettime): New function, broken
2322         out of ...
2323         (SYSDEP_GETTIME): ... here.  Use it.
2324         [__NR_clock_gettime] (HANDLED_CPUTIME): Define it.
2325         (SYSDEP_GETTIME_CPUTIME): New macro.  Handle CPU timers by trying
2326         kernel support and falling back to hp-timing code.
2327         * sysdeps/posix/clock_getres.c
2328         [HP_TIMING_AVAIL] (hp_timing_getres): New function, broken out of ...
2329         (clock_getres) [HP_TIMING_AVAIL]: ... here.  Call it.
2330         (realtime_getres): New function, broken out of ...
2331         (clock_getres) [! HANDLED_REALTIME]: ... here.  Call it.
2332         (clock_getres) [SYSDEP_GETRES_CPU]: Use new macro in default case.
2333         * sysdeps/unix/sysv/linux/clock_getres.c (SYSCALL_GETRES): New macro.
2334         (SYSDEP_GETRES_CPUTIME): New macro.
2335         (SYSDEP_GETRES): Use both.
2336         [! __ASSUME_POSIX_TIMERS] (maybe_syscall_getres): New function, broken
2337         out of ...
2338         (SYSDEP_GETRES): ... here.  Use it.
2339         [__NR_clock_getres] (HANDLED_CPUTIME): Define it.
2340         (SYSDEP_GETRES_CPUTIME): New macro.  Handle CPU timers by trying
2341         kernel support and falling back to hp-timing code.
2342         * sysdeps/unix/sysv/linux/clock_nanosleep.c: Handle
2343         CLOCK_PROCESS_CPUTIME_ID and CLOCK_PROCESS_THREAD_ID specially,
2344         translating to the kernel clockid_t for our own process/thread clock.
2346 2005-04-27  Ulrich Drepper  <drepper@redhat.com>
2348         * stdlib/test-canon.c: Make doesExist a directory and add more tests
2349         for the new error case.
2351 2004-06-02  Dmitry V. Levin  <ldv@altlinux.org>
2352             Ranjani Murthy <ranmur@gmail.com>
2354         * stdlib/canonicalize.c (__realpath): Change realpath(3) to
2355         return NULL and set errno to ENOTDIR for such pathnames like
2356         "/path/to/existing-non-directory/".
2358 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
2360         [BZ #1105]
2361         * time/strptime_l.c (__strptime_internal): Handle 'z' to set
2362         tm_gmtoff.
2363         * time/Makefile (tests): Add tst-strptime2.
2364         * time/tst-strptime2.c: New file.
2366 2005-04-26  Jakub Jelinek  <jakub@redhat.com>
2368         [BZ #1081]
2369         * elf/dl-close.c: Include stddef.h.
2370         (_dl_close): If called recursively, just remember GC needs to be rerun
2371         and decrease l_direct_opencount.  Avoid GC if l_direct_opencount
2372         decreased to 1.  Rerun GC at the end if any destructor unloaded some
2373         additional libraries.
2374         * elf/Makefile: Add rules to build and run unload6 test.
2375         * elf/unload6.c: New test.
2376         * elf/unload6mod1.c: New file.
2377         * elf/unload6mod2.c: New file.
2378         * elf/unload6mod3.c: New file.
2380         * malloc/hooks.c (mem2chunk_check): Add magic_p argument, set *magic_p
2381         if magic_p is not NULL.
2382         (top_check): Invoke MALLOC_FAILURE_ACTION if MORECORE failed.
2383         (malloc_check): Fail if sz == -1.
2384         (free_check): Adjust mem2chunk_check caller.
2385         (realloc_check): Likewise.  Fail if bytes == -1.  If bytes == 0 and
2386         oldmem != NULL, call free_check and return NULL.  If reallocating
2387         and returning NULL, invert magic byte again to make oldmem valid
2388         region for further checking.
2389         (memalign_check): Fail if bytes == -1.
2390         * malloc/Makefile: Add rules to build and run tst-mcheck.
2391         * malloc/tst-mcheck.c: New test.
2393 2005-04-26  Ulrich Drepper  <drepper@redhat.com>
2395         [BZ #1110]
2396         * stdio-common/vfscanf.c: Correctly account for characters of
2397         decimal points right after +-.
2399 2005-04-26  Roland McGrath  <roland@redhat.com>
2401         * elf/rtld-Rules (rtld-all): Test ifndef rtld-modules instead of
2402         ifeq ($(subdir),elf) to distinguish main driver from subdir runs.
2404 2005-04-25  Roland McGrath  <roland@redhat.com>
2406         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2407         (INTERNAL_SYSCALL_ERROR_P): Fix typo in last change.
2409         * sunrpc/xdr.c (xdr_u_int): Use `long' for L and cast where needed.
2411         * elf/dl-load.c: Revert last change.
2413 2005-04-24  Ulrich Drepper  <drepper@redhat.com>
2415         [BZ #1110]
2416         * stdio-common/vfscanf.c: Fix parsing of decimal point after +-.
2417         Patch by Hamed Malek <hamed@bamdad.org>.
2419 2005-04-21  Roland McGrath  <roland@redhat.com>
2421         * elf/dl-load.c (_dl_map_object_from_fd): Don't use MAP_DENYWRITE,
2422         since Linux ignores it in user mmap calls.
2424 2005-04-17  David S. Miller  <davem@davemloft.net>
2426         * sysdeps/sparc/sparc32/elf/start.S: Define __data_start.
2427         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
2429 2005-04-15  Roland McGrath  <roland@redhat.com>
2431         * timezone/Makefile (zic-deps): New variable.
2432         ($(testdata)/America/New_York): Use it instead of explicit deps.
2433         ($(testdata)/Etc/UTC, $(testdata)/Australia/Melbourne): Likewise.
2434         ($(testdata)/America/Sao_Paulo, $(testdata)/Asia/Tokyo): Likewise.
2435         (%/UTC %/Universal): New pattern rule, replaces ...
2436         ($(testdata)/UTC, $(testdata)/Universal): ... these removed targets.
2437         ($(testdata)/%/Berlin $(testdata)/%/London): New pattern rule.
2438         ($(testdata)/Europe/London, $(testdata)/Europe/Berlin): Removed.
2440 2005-04-14  Roland McGrath  <roland@redhat.com>
2442         * MakeTAGS ($P/$(domain).pot): Depend on distinfo file as well.
2443         (extract): Filter-out distinfo file name.
2445         [BZ #253]
2446         * MakeTAGS (text-srcs): Match %.bash.in files too.
2448         [BZ #253]
2449         * nscd/Makefile (all-nscd-modules): New variable, include selinux
2450         module regardless of configuration.
2451         (distribute): Use that instead of $(nscd-modules).
2453 2005-04-13  David S. Miller  <davem@davemloft.net>
2455         Add sparc64 TLS and NPTL support.
2456         * elf/tls-macros.h: Add Sparc64 defines.
2457         * sysdeps/sparc/sparc64/dl-machine.h (sparc64_fixup_plt): Mark as
2458         always_inline.
2459         (elf_machine_fixup_plt): Likewise.
2460         (elf_machine_rela): Handle TLS relocations.
2461         (elf_machine_type_cleaa): Likewise.
2462         * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
2463         (SYSCALL_ERROR_HANDLER_ENTRY): Use sethi/or for GOT reloc.
2464         It does not always fit in R_SPARC_GOT13 when building -fPIC.
2465         Also, add TLS handling.
2466         * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
2467         Increase it to 2.4.21 for sparc64.
2468         * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: NULL terminate
2469         backtrace by zero'ing out %fp.  Store away flags, func_ptr,
2470         and func_arg in global registers not local registers.
2471         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Handle PTID, TLS,
2472         and CTID arguments properly.  Add RESET_PID handling.
2473         * sysdeps/unix/sysv/linux/sparc/sparc64/pause.c: Rework so that we
2474         do not invoke __sigprocmask().  We can always assume rt signals
2475         are present on sparc64, so just do an inline syscall.
2477 2005-04-13  Jakub Jelinek  <jakub@redhat.com>
2479         * sysdeps/sparc/sparc64/dl-machine.h: Add dl_machine_h multiple
2480         inclusion guard for the first half of the header.
2481         (elf_machine_type_class, ELF_MACHINE_JMP_SLOT, ELF_MACHINE_NO_REL,
2482         ELF_MACHINE_PLTREL_OVERLAP, elf_machine_runtime_setup,
2483         elf_machine_relplt, DL_STACK_END, RTLD_START): Move into the
2484         #ifndef dl_machine_h guarded part of the header.
2486 2005-04-14  Ulrich Drepper  <drepper@redhat.com>
2488         [BZ #851]
2489         * posix/execvp.c (execvp): Use file name including path when
2490         trying to run it with shell.
2491         * posix/Makefile: Add rules to build and run tst-execvp3.
2492         * posix/tst-execvp3.c: New file.
2494 2005-04-12  Ulrich Drepper  <drepper@redhat.com>
2496         [BZ #1090]
2497         * stdlib/random_r.c (__initstate_r): Don't use non-existing state.
2498         * string/tst-strfry.c: New file.
2499         * string/Makefile (tests): Add tst-strfry.
2501 2005-04-11  James A. Morrison  <ja2morri@uwaterloo.ca>
2503         * manual/string.texi: Fix typo in wmemcpy decl.
2505 2005-04-10  David S. Miller  <davem@davemloft.net>
2507         * sysdeps/sparc/sparc32/dl-trampoline.S: Use std not stx.
2509 2005-04-08  Carlos O'Donell <carlos@baldric.uwo.ca>
2511         * FAQ.in: Explain why `make' might fail running rpcgen.
2512         * FAQ: Regenerated.
2514 2005-04-07  Roland McGrath  <roland@redhat.com>
2516         * po/libc.pot: Regenerated.
2518 2005-04-07  Roland McGrath  <roland@redhat.com>
2520         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion)
2521         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2522         GLRO(dl_sysinfo_map) for PT_NOTE giving Linux kernel version,
2523         we can skip the uname call if it's there.
2524         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Don't use
2525         DL_SYSDEP_OSCHECK here.
2526         * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]: Do it here instead.
2528         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro):
2529         Add _dl_sysinfo_map.
2530         * elf/rtld.c (dl_main): Don't call _dl_init_paths early in the
2531         rtld_is_main case.  Call it unconditionally later.
2532         Move GLRO(dl_sysinfo_dso) handling earlier, before _dl_init_paths call.
2533         Initialize GLRO(dl_sysinfo_map).
2534         * elf/dl-load.c (open_path): Bail out if _dl_init_paths wasn't called.
2535         * sysdeps/generic/dl-sysdep.c (_DL_FIRST_EXTRA): New macro.
2536         (_dl_important_hwcaps)
2537         [(NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO) && SHARED]: Scan
2538         GLRO(dl_sysinfo_map) for PT_NOTE giving synthetic hwcap names
2539         and bit values.
2540         * elf/ldconfig.c (_DL_FIRST_EXTRA): New macro.
2541         (hwcap_extra): New static variable.
2542         (is_hwcap_platform): Check hwcap_extra for a matching name.
2543         Remove tls special case.
2544         (path_hwcap): Likewise.
2545         (parse_conf): Parse "hwcap" directive to define synthetic hwcap bits
2546         and their names, stored in hwcap_extra.
2547         (main) [USE_TLS]: Initialize final synthetic hwcap bit as "tls".
2549         * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Use uint64_t for
2550         _dl_hwcap and _dl_hwcap_mask.
2551         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Cast a_val for
2552         AT_HWCAP to unsigned long int.
2553         * elf/dl-support.c (_dl_aux_init): Likewise.
2554         (_dl_hwcap): Update defn.
2556         * elf/cache.c (print_entry): Pad hwcap value with 0s in diagnostic.
2557         * elf/ldconfig.c (search_dir): Likewise.
2559 2005-04-05  Roland McGrath  <roland@redhat.com>
2561         * NEWS: Copy 2.3.5 section from 2.3 branch.
2563         * intl/tst-codeset.sh: Use mkdir -p.  Put msgfmt output in temporary
2564         file and mv it into place.
2565         * intl/tst-gettext3.sh: Likewise.
2567         * Makefile (glibc-%.tar rule): Use make -q to ensure configure scripts
2568         are up to date in srcdir.  Touch all configure scripts after export.
2570         * iconv/gconv_int.h: Include <ctype.h> and <string.h>.
2572 2005-04-05  H.J. Lu  <hongjiu.lu@intel.com>
2574         [BZ #592]
2575         * sysdeps/ia64/fpu/e_acosh.S: Update from Intel libm 2005-04-05
2576         (comment changes only).
2577         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2578         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2579         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2580         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2581         * sysdeps/ia64/fpu/e_exp.S: Likewise.
2582         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2583         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2584         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2585         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2586         * sysdeps/ia64/fpu/e_expf.S: Likewise.
2587         * sysdeps/ia64/fpu/e_log.S: Likewise.
2588         * sysdeps/ia64/fpu/e_logf.S: Likewise.
2589         * sysdeps/ia64/fpu/e_pow.S: Likewise.
2590         * sysdeps/ia64/fpu/e_powf.S: Likewise.
2591         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2592         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2593         * sysdeps/ia64/fpu/libm_error.c: Likewise.
2594         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2595         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2596         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2597         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2598         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2599         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2600         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2601         * sysdeps/ia64/fpu/s_cos.S: Likewise.
2602         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2603         * sysdeps/ia64/fpu/s_erf.S: Likewise.
2604         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2605         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2606         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2607         * sysdeps/ia64/fpu/s_erff.S: Likewise.
2608         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2609         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2610         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2611         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2612         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2613         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
2614         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2615         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2616         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2618 2005-04-05  Roland McGrath  <roland@redhat.com>
2620         * scripts/config.guess: Update from master, timestamp='2005-03-24'.
2621         * scripts/config.sub: Update from master, timestamp='2005-02-10'.
2623 2005-04-04  David S. Miller  <davem@davemloft.net>
2625         * sysdeps/sparc/sparc32/dl-trampoline.S: New file.
2626         * sysdeps/sparc/sparc32/dl-machine.h: Move PLT trampolines there.
2627         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2628         (elf_machine_runtime_setup): Test for dl_profile non-null.
2629         * sysdeps/sparc/sparc64/dl-trampoline.S: New file.
2630         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
2631         * sysdeps/sparc/sparc64/dl-machine.h: Move PLT trampolines there.
2632         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
2633         (elf_machine_runtime_setup): Test for dl_profile non-null.
2634         * sysdeps/sparc/bits/link.h: New file.
2635         * sysdeps/generic/ldsodefs.h (La_sparc32_regs, La_sparc32_retval,
2636         La_sparc64_regs, La_sparc64_retval): New.
2637         (struct audit_ifaces): Add sparc entries.
2638         * elf/tst-auditmod1.c: Add sparc entries.
2640 2005-03-27  Bruno Haible  <bruno@clisp.org>
2642         * intl/tst-gettext3.c: New file.
2643         * intl/tst-gettext3.sh: New file.
2644         * intl/Makefile (distribute): Add tst-gettext3.sh.
2645         (test-srcs): Add tst-gettext3.
2646         (tests): Depend on tst-gettext3.out.
2647         (tst-gettext3.out): New rule.
2648         (CFLAGS-tst-gettext3.c): New variable.
2650         Fix bug exposed by tst-gettext3.
2651         * intl/gettextP.h (struct converted_domain): New type.
2652         (struct loaded_domain): Remove the conv, conv_tab fields. Add
2653         conversions, nconversions fields.
2654         (_nl_init_domain_conv): Remove declaration.
2655         (_nl_free_domain_conv): Remove declaration.
2656         (_nl_find_msg): Add convert argument.
2657         * intl/dcigettext.c (DCIGETTEXT): Call _nl_find_msg with convert=1.
2658         (_nl_find_msg): Add convert argument. When a conversion to a different
2659         charset is needed, create a new converted_domain element, instead of
2660         throwing away the old converted translations.
2661         (get_output_charset): New function.
2662         * intl/loadmsgcat.c (_nl_init_domain_conv): Remove function.
2663         (_nl_free_domain_conv): Remove function.
2664         (_nl_load_domain): Initialize the conversions array to empty. Use
2665         _nl_find_msg instead of _nl_init_domain_conv to retrieve the header
2666         entry.
2667         (_nl_unload_domain): Free the conversions array and its contents.
2669         * intl/gettextP.h (struct loaded_domain): Remove codeset_cntr field.
2670         (struct binding): Likewise.
2671         * intl/bindtextdom.c (set_binding_values): Drop codeset_cntr
2672         modifications.
2674 2005-04-04  Jakub Jelinek  <jakub@redhat.com>
2676         [BZ #1082]
2677         * sunrpc/pmap_rmt.c (xdr_rmtcall_args): Use a dummy arglen instead
2678         of trying to encode uninitialized arglen.
2680 2005-04-04  Ulrich Drepper  <drepper@redhat.com>
2682         [BZ #825]
2683         * timezone/scheck.c: Update from tzcode2005h.
2684         * timezone/tzfile.h: Likewise.
2685         * timezone/zdump.c: Likewise.
2686         * timezone/zic.c: Likewise.
2688         [BZ #825]
2689         * timezone/antarctica: Update from tzdata2005h.
2690         * timezone/asia: Likewise.
2691         * timezone/australasia: Likewise.
2692         * timezone/etcetera: Likewise.
2693         * timezone/europe: Likewise.
2694         * timezone/northamerica: Likewise.
2695         * timezone/southamerica: Likewise.
2696         * timezone/leapseconds: Likewise.
2697         * timezone/iso3166.tab: Likewise.
2699 2005-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2701         [BZ #592]
2702         * sysdeps/ia64/fpu/libm_cpu_defs.h: Update copyright.
2704 2005-04-01  Ulrich Drepper  <drepper@redhat.com>
2706         * wcsmbs/btowc.c (__btowc): Optimize parameters in ASCII range.
2707         * wcsmbs/wctob.c (wctob): Likewise.
2708         * wcsmbs/wchar.h (btowc): Add optimized inline function.
2709         (wctob): Likewise.
2711 2005-03-31  Jakub Jelinek  <jakub@redhat.com>
2713         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Use functionally
2714         equivalent, but shorter instructions.
2715         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
2716         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
2717         * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
2718         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
2719         * sysdeps/unix/x86_64/sysdep.S: Likewise.
2720         * sysdeps/x86_64/strchr.S: Likewise.
2721         * sysdeps/x86_64/memset.S: Likewise.
2722         * sysdeps/x86_64/strcspn.S: Likewise.
2723         * sysdeps/x86_64/strcmp.S: Likewise.
2724         * sysdeps/x86_64/elf/start.S: Likewise.
2725         * sysdeps/x86_64/strspn.S: Likewise.
2726         * sysdeps/x86_64/dl-machine.h: Likewise.
2727         * sysdeps/x86_64/bsd-_setjmp.S: Likewise.
2728         * sysdeps/x86_64/bsd-setjmp.S: Likewise.
2729         * sysdeps/x86_64/strtok.S: Likewise.
2731 2005-03-30  H.J. Lu  <hongjiu.lu@intel.com>
2733         [BZ #592]
2734         * sysdeps/ia64/fpu/e_acosf.S: Update from Intel libm 2005-03-21.
2735         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
2736         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
2737         * sysdeps/ia64/fpu/e_acosh.S: Likewise.
2738         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
2739         * sysdeps/ia64/fpu/e_acos.S: Likewise.
2740         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
2741         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
2742         * sysdeps/ia64/fpu/e_asin.S: Likewise.
2743         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
2744         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
2745         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
2746         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
2747         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
2748         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
2749         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
2750         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
2751         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
2752         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
2753         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
2754         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
2755         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
2756         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
2757         * sysdeps/ia64/fpu/e_expf.S: Likewise.
2758         * sysdeps/ia64/fpu/e_exp.S: Likewise.
2759         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
2760         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
2761         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
2762         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
2763         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
2764         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
2765         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
2766         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
2767         * sysdeps/ia64/fpu/e_lgamma_r.c: Likewise.
2768         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
2769         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
2770         * sysdeps/ia64/fpu/e_log2.S: Likewise.
2771         * sysdeps/ia64/fpu/e_logf.S: Likewise.
2772         * sysdeps/ia64/fpu/e_logl.S: Likewise.
2773         * sysdeps/ia64/fpu/e_log.S: Likewise.
2774         * sysdeps/ia64/fpu/e_powf.S: Likewise.
2775         * sysdeps/ia64/fpu/e_powl.S: Likewise.
2776         * sysdeps/ia64/fpu/e_pow.S: Likewise.
2777         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
2778         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
2779         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
2780         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
2781         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
2782         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
2783         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
2784         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
2785         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
2786         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
2787         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
2788         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
2789         * sysdeps/ia64/fpu/libm_error.c: Likewise.
2790         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
2791         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
2792         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
2793         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
2794         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
2795         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
2796         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
2797         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
2798         * sysdeps/ia64/fpu/libm_support.h: Likewise.
2799         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
2800         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
2801         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
2802         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
2803         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
2804         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
2805         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
2806         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
2807         * sysdeps/ia64/fpu/s_cos.S: Likewise.
2808         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
2809         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
2810         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
2811         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
2812         * sysdeps/ia64/fpu/s_erf.S: Likewise.
2813         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
2814         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
2815         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
2816         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
2817         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
2818         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
2819         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
2820         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
2821         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
2822         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
2823         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
2824         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
2825         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
2826         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
2827         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
2828         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
2829         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
2830         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
2831         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
2832         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
2833         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
2834         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
2835         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
2836         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
2837         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
2838         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
2839         * sysdeps/ia64/fpu/s_logb.S: Likewise.
2840         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
2841         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
2842         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
2843         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
2844         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
2845         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
2846         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
2847         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
2848         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
2849         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
2850         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
2851         * sysdeps/ia64/fpu/s_round.S: Likewise.
2852         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
2853         * sysdeps/ia64/fpu/s_scalbn.c: Likewise.
2854         * sysdeps/ia64/fpu/s_scalbnf.c: Likewise.
2855         * sysdeps/ia64/fpu/s_scalbnl.c: Likewise.
2856         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
2857         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
2858         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
2859         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
2860         * sysdeps/ia64/fpu/s_tan.S: Likewise.
2861         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
2862         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
2863         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
2864         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
2865         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
2866         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
2868         [BZ #592]
2869         * sysdeps/ia64/fpu/libm_cpu_defs.h: New file.
2870         * sysdeps/ia64/fpu/libm_error_codes.h: New file.
2872         [BZ #592]
2873         * sysdeps/ia64/fpu/gen_import_file_list: Updated for Intel libm
2874         2005-03-21.
2875         * sysdeps/ia64/fpu/import_file.awk: Likewise.
2876         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
2877         * sysdeps/ia64/fpu/Makefile: Likewise.
2879 2005-03-29  Jakub Jelinek  <jakub@redhat.com>
2881         [BZ #1087]
2882         * posix/fnmatch.c (fnmatch): For short patterns or strings attempt to
2883         avoid calling mbsrtowcs twice.
2885 2005-03-29  Roland McGrath  <roland@redhat.com>
2887         * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
2888         function, inline broken out of ...
2889         (DL_SYSDEP_OSCHECK): ... here.  Use that.
2890         Do the discovery and set GLRO(dl_osversion) if successful,
2891         if __LINUX_KERNEL_VERSION <= 0.
2892         * elf/dl-load.c: Don't include dl-osinfo.h here.
2894 2005-03-29  Alfred M. Szmidt  <ams@gnu.org>
2896         * manual/install.texi (Tools for Compilation): GNU binutils 2.15
2897         is now needed.
2899 2005-03-19  Bruno Haible  <bruno@clisp.org>
2901         * intl/dcigettext.c (struct known_translation_t): Change type of
2902         domainname field to 'const char *'.
2903         (DCIGETTEXT): Remove const-cast.
2905 2005-03-29  Thorsten Kukuk  <kukuk@suse.de>
2907         [BZ #661]
2908         * grp/initgroups.c (internal_getgrouplist): Check if we have
2909         enough space before adding the primary group to the list.
2911         * posix/tst-execle1.c (do_test): Fix execle arguments.
2912         * posix/tst-execle2.c (do_test): Likewise.
2914 2005-03-28  Roland McGrath  <roland@redhat.com>
2916         * sysdeps/generic/w_exp2.c [NO_LONG_DOUBLE]: Fix typos in alias names.
2917         Reported by Mark Mitchell <mark@codesourcery.com>.
2918         * Versions.def (libm): Define GLIBC_2.4 set.
2919         * math/Versions (libm: GLIBC_2.4): Add this set, with exp2l.
2920         * sysdeps/i386/Versions (libm: GLIBC_2.1): Add this set, with exp2l.
2921         * sysdeps/ia64/Versions: Likewise.
2922         * sysdeps/m68k/Versions: Likewise.
2923         * sysdeps/sparc/sparc64/Versions: Likewise.
2924         * sysdeps/x86_64/Versions: New file.
2925         * sysdeps/mips/mips64/Versions: New file.
2927         * locale/langinfo.h (_NL_LOCALE_NAME): New macro.
2928         [__USE_GNU] (NL_LOCALE_NAME): New macro.
2929         * locale/nl_langinfo.c: Grok special item value for _NL_LOCALE_NAME,
2930         return locale name string for the category.
2932 2005-03-25  Jakub Jelinek  <jakub@redhat.com>
2934         * sysdeps/generic/wcstoul_l.c: Include "wcstol_l.c" rather than
2935         <wcstol_l.c>.
2937 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2939         * sysdeps/mips/atomicity.h: Remove unused file.
2940         * sysdeps/mips/dl-machine.h (elf_machine_rel): Add TLS relocations.
2941         * sysdeps/mips/dl-tls.h: New file.
2942         * sysdeps/mips/libc-tls.c: New file.
2943         * sysdeps/mips/tls-macros.h: New file.
2944         * sysdeps/mips/bits/atomic.h: New file.
2945         * sysdeps/mips/bits/setjmp.h: Protect against multiple inclusion.
2946         * sysdeps/mips/elf/configure.in: New file.
2947         * sysdeps/mips/elf/configure: Generated.
2948         * sysdeps/mips/sys/asm.h: New file.
2949         * sysdeps/unix/sysv/linux/mips/vfork.S: New file.
2950         * sysdeps/unix/sysv/linux/mips/clone.S: Add NPTL and five-argument
2951         clone support.
2952         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2953         (INTERNAL_SYSCALL_NCS): New.
2954         (INTERNAL_SYSCALL): Update for non-constant support.
2955         (internal_syscall0): Likewise.
2956         (internal_syscall1): Likewise.
2957         (internal_syscall2): Likewise.
2958         (internal_syscall3): Likewise.
2959         (internal_syscall4): Likewise.
2960         (internal_syscall5): Likewise.
2961         (internal_syscall6): Likewise.
2962         (internal_syscall7): Likewise.
2963         * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (SIGEV_THREAD):
2964         Update to match the kernel.
2965         (SIGEV_CALLBACK): Likewise.
2966         (SIGEV_THREAD_ID): Likewise.
2968 2005-03-28  Daniel Jacobowitz  <dan@codesourcery.com>
2970         [BZ #783]
2971         * elf/tst-auditmod1.c: Add MIPS support.
2972         * sysdeps/generic/ldsodefs.h (La_mips_32_regs): New.
2973         (La_mips_32_retval): New.
2974         (La_mips_64_regs): New.
2975         (La_mips_64_retval): New.
2976         (struct audit_ifaces): Add MIPS entries.
2977         * sysdeps/mips/dl-machine.h: Check RESOLVE_MAP instead of RESOLVE.
2978         (elf_machine_runtime_link_map, ELF_DL_FRAME_SIZE,
2979         ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS,
2980         ELF_MACHINE_RUNTIME_TRAMPOLINE): Move to dl-trampoline.c.
2981         (RTLD_START): Align the stack before calling _dl_init_internal.
2982         Use .ent for _dl_start_user.
2983         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): Define.
2984         (elf_machine_rel, elf_machine_rel_relative, elf_machine_lazy_rel)
2985         (elf_machine_runtime_setup): Use "auto inline".
2986         (elf_machine_rela, elf_machine_rela_relative): Provide empty versions.
2987         (elf_machine_got_rel): Likewise.  Use RESOLVE_MAP.
2988         * sysdeps/mips/dl-trampoline.c: New file.
2989         * sysdeps/mips/bits/link.h: New file.
2990         * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
2991         (internal_syscall5): Use register operands instead of non-lvalue
2992         memory operands.
2993         (internal_syscall6): Likewise.
2994         (internal_syscall7): Likewise.
2996 2005-03-27  Andreas Jaeger  <aj@suse.de>
2998         * debug/warning-nop.c (__builtin___memcpy_chk): Define away to
2999         avoid warnings with older compiler.
3000         (__builtin___memcpy_chk): Likewise.
3001         (__builtin___memmove_chk: Likewise.
3002         (__builtin___mempcpy_chk): Likewise.
3003         (__builtin___memset_chk): Likewise.
3004         (__builtin___stpcpy_chk): Likewise.
3005         (__builtin___strcat_chk): Likewise.
3006         (__builtin___strcpy_chk): Likewise.
3007         (__builtin___strncat_chk): Likewise.
3008         (__builtin___strncpy_chk): Likewise.
3009         (__builtin_object_size): Likewise.
3011 2005-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
3013         * elf/tls-macros.h: Correct typo.
3015 2005-03-23  Jakub Jelinek  <jakub@redhat.com>
3017         [BZ #822]
3018         * nis/ypclnt.c (yp_2_yperr): Revert 2004-11-30 patch.
3019         (ypprot_err): Use yp_2_yperr table also for YP_NODOM .. YP_NOMORE.
3021 2005-03-22  Roland McGrath  <roland@redhat.com>
3023         * locale/setlocale.c: Comment typo.
3025         * scripts/versions.awk: No errors for GLIBC_PRIVATE.
3027         * Versions.def (libdl, librt): Add GLIBC_2.3.4 version.
3029         * scripts/versions.awk: Print all errors and die at the end.
3030         Use library name in versions array keys.
3032 2005-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
3034         * elf/elf.h (PT_ARM_EXIDX): New macro.
3036 2005-03-21  Thorsten Kukuk  <kukuk@suse.de>
3038         [BZ #1098]
3039         * sunrpc/xdr_stdio.c (xdrstdio_getlong, xdrstdio_putlong):
3040         Convert correctly between long/int on 64bit big-endian.
3042 2005-03-21  David Mosberger  <davidm@hpl.hp.com>
3044         * sysdeps/ia64/_mcount.S: Newer kernels don't like register-frames
3045         with more than 8 output registers.  Fix this by passing original
3046         ar.pfs to _mcount_ret_helper via r3.
3048 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
3050         [BZ #786]
3051         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Handle
3052         GL(dl_tls_static_nelem) == GL(dl_tls_max_dtv_idx).
3053         * elf/Makefile: Add rules to build and run tst-tls15.
3054         * elf/tst-tls15.c: New test.
3055         * elf/tst-tlsmod15a.c: New file.
3056         * elf/tst-tlsmod15b.c: New file.
3058 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
3060         * elf/rtld.c (dl_main): Always call init_tls if we have audit modules.
3062 2005-03-20  Alfred M. Szmidt  <ams@gnu.org>
3064         * elf/dl-open.c (dl_open_worker): Fix typo.
3066 2005-03-20  Ulrich Drepper  <drepper@redhat.com>
3068         * malloc/malloc.c (public_cALLOc): We cannot skip the memory
3069         clearing if perturb_byte != 0.
3071 2005-03-20  Jakub Jelinek  <jakub@redhat.com>
3073         * posix/bits/unistd.h (pread) [__USE_FILE_OFFSET64]: Use __off64_t
3074         instead of __off_t for last argument.
3075         * debug/Makefile (tests): Add tst-lfschk{1,2,3}.
3076         * debug/tst-lfschk1.c: New test.
3077         * debug/tst-lfschk2.c: New test.
3078         * debug/tst-lfschk3.c: New test.
3080 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
3082         * sysdeps/unix/sysv/linux/bits/termios.h (CMSPAR): Define.
3083         * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Add __USE_MISC
3084         and __USE_XOPEN guards to match linux/bits/termios.h.
3085         * sysdeps/unix/sysv/linux/alpha/bits/termios.h: Likewise.
3086         (CMSPAR): Define.
3087         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
3089 2005-02-10  H.J. Lu  <hongjiu.lu@intel.com>
3091         * sysdeps/ia64/elf/initfini.c: Add local _init and _fini labels.
3093 2005-02-27  Denis Barbier  <barbier@debian.org>
3095         [BZ #549]
3096         * locale/iso-4217.def: Add CSD currency.
3098 2005-03-19  Ulrich Drepper  <drepper@redhat.com>
3100         * inet/test-ifaddrs.c: Use test-skeleton.
3101         * inet/test_ifindex.c: Likewise.
3103         [BZ #821]
3104         * elf/dl-lookup.c (add_dependency): Always search l_initfini if
3105         the list exists.
3107         [BZ #821]
3108         * elf/Makefile: Add rules to build and run order2.
3109         * elf/order2.c: New file.
3110         * elf/order2mod1.c: New file.
3111         * elf/order2mod2.c: New file.
3112         * elf/order2mod3.c: New file.
3113         * elf/order2mod4.c: New file.
3115 2005-03-19  Jakub Jelinek  <jakub@redhat.com>
3117         [BZ #821]
3118         * elf/dl-open.c (dl_open_worker): Print exact l_direct_opencount value,
3119         it has been incremented before.
3121 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3123         [BZ #821]
3124         * elf/dl-fini.c (_dl_fini): Split sorting of the maps in separate
3125         function _dl_sort_fini.
3126         (_dl_sort_fini): New function.
3127         * sysdeps/generic/ldsodefs.h: Declare _dl_sort_fini.
3128         * elf/dl-close.c (_dl_close): Call _dl_sort_fini before running
3129         destructors to call them in the right order.
3131 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
3133         * sysdeps/powerpc/bits/link.h (La_ppc64_regs): Add lr_vrsave.
3134         (La_ppc64_retval): Correct size of lrc_fp.
3135         * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_profile_resolve):
3136         Fix up ABI problems and complete function.
3138 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
3140         * math/test-misc.c (main): Add some more tests.
3142 2005-03-17  Jakub Jelinek  <jakub@redhat.com>
3144         * posix/regcomp.c (re_compile_fastmap_iter): Fix check for failed
3145         __wcrtomb.  Check return values of other __wcrtomb calls.
3146         * posix/regex_internal.c (build_wcs_buffer, re_string_skip_chars):
3147         Change mbclen type to size_t.
3148         (build_wcs_upper_buffer): Change mbclen and mbcdlen type to size_t.
3149         Handle mb chars whose upper case doesn't have multibyte representation
3150         in locale's charset.
3152 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
3154         * malloc/malloc.c (_int_icalloc, _int_icomalloc, iALLOc,
3155         public_iCALLOc, public_iCALLOc, public_iCOMALLOc): Protect with
3156         #ifndef _LIBC.
3158         [BZ #779]
3159         * malloc/malloc.c (public_mTRIm): Initialize malloc if not yet
3160         initialized.
3162 2005-03-10  Jakub Jelinek  <jakub@redhat.com>
3164         * misc/sys/cdefs.h (__always_inline): Define.
3165         * posix/bits/unistd.h (read, pread, pread64, readlink, getcwd, getwd):
3166         Use __always_inline instead of __inline.
3167         * socket/bits/socket2.h (recv, recvfrom): Likewise.
3168         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Likewise.
3169         * string/bits/string3.h (__memcpy_ichk, __memmove_ichk, __mempcpy_ichk,
3170         __memset_ichk, __strcpy_ichk, __stpcpy_ichk, __strncpy_ichk,
3171         __strcat_ichk, __strncat_ichk): Use __always_inline instead of
3172         __inline__ __attribute__ ((__always_inline__)).
3174 2005-03-09  Jakub Jelinek  <jakub@redhat.com>
3176         * debug/tst-chk1.c: Include sys/socket.h and sys/un.h.
3177         (do_test): Add new tests for recv, recvfrom, getcwd, getwd and
3178         readlink.  Add some more tests for read, pread, pread64, fgets and
3179         fgets_unlocked.
3181         * posix/bits/unistd.h (read, pread, pread64, readlink,
3182         getcwd, getwd): Change macros into extern inline functions.
3183         (__read_alias, __pread_alias, __pread64_alias, __readlink_alias,
3184         __getcwd_alias, __getwd_alias): New prototypes.
3185         * socket/bits/socket2.h (recv, recvfrom): Change macros into
3186         extern inline functions.
3187         (__recv_alias, __recvfrom_alias): New prototypes.
3188         * libio/bits/stdio2.h (gets, fgets, fgets_unlocked): Change macros
3189         into extern inline functions.
3190         (__gets_alias, __fgets_alias, __fgets_unlocked_alias): New prototypes.
3192         * debug/pread_chk.c (__pread_chk): Fix order of arguments passed
3193         to __pread.
3194         * debug/pread64_chk.c (__pread64_chk): Fix order of arguments passed
3195         to __pread64.
3197 2005-03-18  Daniel Jacobowitz  <dan@codesourcery.com>
3199         * configure.in: Use %function instead of @function.
3201 2005-03-18  Ulrich Drepper  <drepper@redhat.com>
3203         [BZ #821]
3204         * include/link.h (struct link_map): Remove l_opencount.  Add l_removed.
3205         Change type of l_idx to int.
3206         * elf/dl-close.c: Basically rewrite.  Do not use l_opencount to
3207         determine whether a DSO has to be unloaded.  Instead compute this
3208         in this function.
3209         * elf/dl-deps.c: No need to manipulate l_opencount anymore.
3210         * elf/dl-lookup.c: Likewise.
3211         * elf/rtld.c: Likewise
3212         * elf/dl-open.c: Likewise.  Use l_init_called to determine whether
3213         object was just loaded.
3214         * elf/dl-fini.c: Bump l_direct_opencount instead of l_opencount.
3215         * elf/dl-load.c (_dl_map_object_from_fd): Do not recognize DSO which
3216         is about to be unloaded as a match.
3217         (_dl_map_object): Likewise.
3218         * elf/do-lookup.h (do_lookup_x): Do not look into DSO which is about
3219         to be unloaded.
3220         * elf/circleload1.c: Don't use l_opencount anymore.
3221         * elf/neededtest.c: Likewise.
3222         * elf/neededtest2.c: Likewise.
3223         * elf/neededtest3.c: Likewise.
3224         * elf/neededtest4.c: Likewise.
3225         * elf/unload.c: Likewise.
3226         * elf/unload2.c: Likewise.
3227         * elf/loadtest.c: Likewise.
3229         [BZ #821]
3230         * elf/rtld.c: Preloading errors are now never fatal.
3232 2005-03-08  Jakub Jelinek  <jakub@redhat.com>
3234         [BZ #821]
3235         * elf/Makefile: Add rules to build and run unload5 test.
3236         * elf/unload5.c: New file.
3238         [BZ #821]
3239         * elf/Makefile: Add rules to build and run unload4 test.
3240         * elf/unload4.c: New file.
3241         * elf/unload4mod1.c: New file.
3242         * elf/unload4mod2.c: New file.
3243         * elf/unload4mod3.c: New file.
3244         * elf/unload4mod4.c: New file.
3246 2005-03-17  Roland McGrath  <roland@redhat.com>
3248         * nscd/aicache.c (addhstaiX): Tweak type to avoid warning.
3250 2005-03-16  Richard Henderson  <rth@redhat.com>
3252         * include/libc-symbols.h (__hidden_proto): Remove bogus declaration
3253         of internal.
3254         (__hidden_def1, __hidden_dot_def1): Remove.
3255         (__hidden_def2, __hidden_def3): Remove.
3256         (__hidden_ver1): New.
3257         (hidden_ver, hidden_def, hidden_weak): Use it.
3258         (hidden_data_ver, hidden_data_ver, hidden_data_weak): Use non-data
3259         version of the macro.
3261         * include/wchar.h (__wcscoll): Remove.
3262         * wcsmbs/wcscoll.c: Define wcscoll directly instead of via __wcscoll.
3263         * string/strcoll.c: Don't issue libc_hidden_def STRCOLL redefined.
3265 2005-03-16  Daniel Jacobowitz  <dan@codesourcery.com>
3267         * elf/elf.h: Define MIPS TLS relocations.
3269 2005-03-16  Ulrich Drepper  <drepper@redhat.com>
3271         * elf/circleload1.c (main): Pretty printing.
3273 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
3275         * sysdeps/generic/wordexp.c (exec_comm_child): Add inline keyword.
3276         Patch by Dan Kegel <dank@kegel.com>.
3278         * elf/dynamic-link.h (elf_machine_rel, elf_machine_rel_relative,
3279         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3280         Add inline keyword.
3281         * sysdeps/alpha/dl-machine.h (elf_machine_rela,
3282         elf_machine_rela_relative, elf_machine_lazy_rel): Add always_inline
3283         attribute.
3284         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
3285         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.  Change
3286         static inline into auto inline.
3287         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
3288         elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3289         * sysdeps/generic/dl-machine.h (elf_machine_rel, elf_machine_rela):
3290         Likewise.
3291         * sysdeps/arm/dl-machine.h (elf_machine_rel, elf_machine_rel_relative,
3292         elf_machine_rela, elf_machine_rela_relative, elf_machine_lazy_rel):
3293         Likewise.
3295 2005-03-15  Jakub Jelinek  <jakub@redhat.com>
3297         [BZ #789]
3298         * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Fix asm constraints.
3299         Remove memory clobber.
3301         * sysdeps/x86_64/hp-timing.h (HP_TIMING_ACCUM): Make the addition
3302         thread-safe.  Subtract GLRO(dl_hp_timing_overhead) from Diff.
3304 2005-03-14  Jakub Jelinek  <jakub@redhat.com>
3306         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Don't include
3307         asm/types.h.
3309 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
3311         * sysdeps/unix/sysv/linux/sh/bits/mman.h: Define MAP_POPULATE and
3312         MAP_NONBLOCK.
3313         * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
3314         Correct MAP_GROWSDOWN value.
3316 2005-03-13  Roland McGrath  <roland@redhat.com>
3318         * elf/tls-macros.h: #include_next <tls-macros.h> to get a sysdeps
3319         version if there is one.  Only #error if macros are then undefined.
3320         * sysdeps/generic/tls-macros.h: New file.
3322 2005-03-10  GOTO Masanori  <gotom@debian.or.jp>
3324         * sysdeps/hppa/configure.in: Remove old Makefile leftovers.
3325         * sysdeps/hppa/configure: Regenerated.
3327 2005-03-08  Roland McGrath  <roland@redhat.com>
3329         * sysdeps/gnu/errlist-compat.awk: Use NERR in all array decls, so
3330         array types match exactly in C alias decls.
3332 2005-03-07  Ulrich Drepper  <drepper@redhat.com>
3334         * malloc/arena.c (ptmalloc_init): Recognize MALLOC_PERTURB_ and call
3335         mallopt appropriately.
3336         * malloc/malloc.h: Define M_PERTURB.
3337         * malloc/malloc.c (perturb_byte): New variable.
3338         (alloc_perturb, free_perturb): New macros.
3339         (_int_malloc): Before returning, overwrite the memory if this is
3340         requested.
3341         (_int_free): Overwrite freed memory if requested.
3342         (mALLOPt): Handle M_PERTURB.
3343         * test-skeleton.c: Add call to mallopt with M_PERTURB command.
3345         * elf/dl-close.c (_dl_close): Decrement l_opencount before
3346         printing debug message.
3347         * elf/dl-open.c (dl_open_worker): Always print the new opencount
3348         in debug messages.
3350 2005-03-06  Ulrich Drepper  <drepper@redhat.com>
3352         * elf/dl-close.c (_dl_close): Unify debug message format.
3354         * elf/dl-close.c (_dl_close): Print debug message just before
3355         destroying a link map.
3357         * elf/do-lookup.h (do_lookup_x): Add namespace info to debug output.
3358         * elf/dl-version.c (match_symbol): Likewise.
3360         * posix/bits/unistd.h (pread): Fix typo in __USE_FILE_OFFSET64 code.
3362         * debug/recv_chk.c (__recv_chk): Always fail if request could
3363         overflow the buffer.
3364         * debug/recvfrom_chk.c (__recvfrom_chk): Likewise.
3365         * socket/bits/socket2.h (recv): Avoid calls to the _chk variant if
3366         we know the call succeeds.
3367         (recvfrom): Likewise.
3369 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
3371         * posix/regexec.c (check_node_accept_bytes): Correct cast to avoid
3372         warning.
3373         * posix/regex_internal.c (re_string_reconstruct): Add cast to
3374         avoid warning.
3375         (build_wcs_upper_buffer): Change type of bug to plain char.
3376         * locale/weightwc.h (findidx): Add casts to avoid warnings.
3377         * time/mktime.c (ranged_convert): Initialize tm to make the
3378         compiler happy.
3379         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Add casts to avoid warnings.
3380         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Add casts to avoid warnings.
3381         * wcsmbs/mbsnrtowcs.c: Add casts to avoid warnings.
3382         * wcsmbs/wcsrtombs.c (__wcsrtombs): Add casts to avoid warnings.
3383         * wcsmbs/wcrtomb.c (__wcrtomb): Add casts to avoid warnings.
3384         * wcsmbs/mbrtowc.c (__mbrtowc): Use unsigned char for outbuf.
3385         * wcsmbs/wctob.c (wctob): Make buf array of unsigned char.
3386         * sysdeps/generic/strchrnul.c: Add cast to avoid warning.
3387         * libio/iofwide.c: Add casts to avoid warnings.
3388         * stdio-common/printf-prs.c (parse_printf_format): Introduce new
3389         variable f to avoid warnings.
3390         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
3391         Fix a few casts to avoid warnings.
3392         * iconv/gconv_simple.c (internal_utf8_loop): Make start unsigned
3393         to avoid warning.
3395         [BZ #1101]
3396         * posix/regex_internal.c [_LIBC] (build_wcs_buffer): Avoid using
3397         dynamically sized array.
3398         (build_wcs_upper_buffer): Likewise.
3400 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3402         * include/bits/unistd.h: New file.
3403         * include/bits/socket2.h: New file.
3405 2005-03-05  Ulrich Drepper  <drepper@redhat.com>
3407         * sunrpc/key_call.c: Remove doors support.
3408         * sunrpc/Makefile: Remove CPPFLAGS-key_call.c definition.
3409         * configure.in: Remove test for doors support which never existed.
3410         * config.make.in: Remove have_doors entry.
3412         * configure.in: Make sure at least gcc 3.4 is used.  Undo last change.
3413         * config.make.in: Undo last change.
3415         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Unconditionally use
3416         -mtune.
3418 2005-03-05  Roland McGrath  <roland@redhat.com>
3420         * sysdeps/generic/ldsodefs.h (_dl_out_of_memory_internal): Remove decl.
3421         (_dl_out_of_memory): Use rtld_hidden_proto.
3422         * elf/dl-error.c (_dl_out_of_memory): Use rtld_hidden_data_def.
3423         (_dl_signal_error): Don't use INTUSE on _dl_out_of_memory.
3424         * elf/dl-open.c (_dl_open): Likewise.
3425         * elf/dl-deps.c (_dl_map_object_deps): Likewise.
3427         * sunrpc/des_impl.c (des_set_key): Make first argument unsigned char *.
3429         * elf/dl-addr.c (_dl_addr): Add a cast.
3431         [BZ #821]
3432         * elf/unload3mod4.c: Declare foo.
3433         * elf/testobj2.c: Include <stdio.h>.
3435         * sysdeps/gnu/errlist.awk: Emit NERR macro for _sys_nerr_internal
3436         value constant, and use it in the defn.
3437         * sysdeps/gnu/errlist-compat.awk: Use NERR in array decl.
3438         Use actual size for compat array decls.
3440         * config.make.in (cc-mtune): New substituted variable.
3441         * configure.in (libc_cv_cc_mtune): New test for -mtune= switch,
3442         done only if libc_mtune_example is defined.
3443         * sysdeps/i386/configure.in (libc_mtune_example): Set it.
3444         * sysdeps/i386/Makefile (CFLAGS-initfini.s): Use $(cc-mtune).
3446 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3448         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define
3449         unconditionally to (defined RTLD_BOOTSTRAP).
3450         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Likewise.
3452 2005-03-05  Jakub Jelinek  <jakub@redhat.com>
3454         * Makerules ($(inst_libdir)/libc.so): Use $(slibdir) instead of
3455         $(inst_slibdir) in AS_NEEDED directive.
3457 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
3459         * posix/bits/unistd.h (pread, pread64): Don't swap function arguments.
3461 2005-03-01  H.J. Lu  <hongjiu.lu@intel.com>
3463         [BZ #776]
3464         * iconv/iconvconfig.c: Fix comment for the output file.
3465         (write_output): Clear padding in header.
3467 2005-03-03  Ulrich Drepper  <drepper@redhat.com>
3469         [BZ #821]
3470         * elf/dl-close.c (_dl_close): Don't try to set up new searchpath if the
3471         loader is closed.  Fixes unload3.
3472         * elf/tst-global1.c: New file.
3473         * elf/Makefile (tests): Add tst-global1.
3474         * elf/testobj2.c (p): New function.
3476 2005-03-03  Jakub Jelinek  <jakub@redhat.com>
3478         [BZ #821]
3479         * elf/Makefile: Add rules to build and run unload3 test.
3480         * elf/unload3.c: New test.
3481         * elf/unload3mod1.c: New file.
3482         * elf/unload3mod2.c: New file.
3483         * elf/unload3mod3.c: New file.
3484         * elf/unload3mod4.c: New file.
3486 2005-02-21  Alan Modra <amodra@bigpond.net.au>
3488         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Don't
3489         use __uint128_t.
3491 2005-03-01  Jakub Jelinek  <jakub@redhat.com>
3493         * posix/bits/unistd.h (read, pread, pread64): Use __bos0 instead
3494         of __bos.
3495         * socket/bits/socket2.h (recv, recvfrom): Likewise.
3497 2005-03-01  Roland McGrath  <roland@redhat.com>
3499         [BZ #721]
3500         * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3501         of [RESOLVE_MAP].
3503 2005-03-01  Alfred M. Szmidt  <ams@gnu.org>
3505         [BZ #777]
3506         * elf/dl-load.c (__stack_prot) [!PROT_GROWSUP && !PROT_GROWSDOWN]:
3507         Add missing initializer.
3509         [BZ #777]
3510         * malloc/arena.c: #include <stdbool.h> outside of [SHARED &&
3511         USE_TLS && !USE___THREAD].
3513 2005-02-26  GOTO Masanori  <gotom@debian.or.jp>
3515         * csu/Makefile: Use printf instead of echo for some shells.
3517 2005-02-28  Roland McGrath  <roland@redhat.com>
3519         * debug/warning-nop.c (__nop): Rename to nop, make it static.
3520         (__warndecl): Use alias attribute directly, instead of strong_alias
3521         macro.  Add attribute_hidden.
3523 2005-02-28  Ulrich Drepper  <drepper@redhat.com>
3525         * posix/bits/unistd.h: Avoid calling __*_chk variants if we can
3526         determine the call will never trigger a failure.
3527         * debug/read_chk.c (__read_chk): Always fail if the buffer is too
3528         small.
3529         * debug/readlink_chk.c (__readlink_chk): Likewise.
3530         * debug/pread64_chk.c (__pread64_chk): Likewise.
3531         * debug/pread_chk.c (__pread_chk): Likewise.
3533         * sysdeps/i386/i686/memset_chk.S: Remove alias and warning.
3534         * sysdeps/x86_64/memset_chk.S: Likewise.
3536 2005-02-24  Roland McGrath  <roland@redhat.com>
3538         * debug/Versions (libc: GLIBC_2.4): Remove
3539         __memset_zero_constant_len_parameter.
3540         * sysdeps/generic/memset_chk.c: Remove alias and warning.
3541         * misc/sys/cdefs.h (__warndecl): New macro.
3542         * debug/warning-nop.c: New file.
3543         * string/bits/string3.h (memset): Call __warn_memset_zero_len with no
3544         arguments, instead of calling __memset_zero_constant_len_parameter.
3545         Use __warndecl for __warn_memset_zero_len.
3546         * debug/Makefile (routines): Add $(static-only-routines).
3547         (static-only-routines): New variable.
3549 2005-02-27  Ulrich Drepper  <drepper@redhat.com>
3551         * po/tr.po: Update from translation team.
3553 2005-02-26  Ulrich Drepper  <drepper@redhat.com>
3555         * elf/dl-addr.c: Cleanups.  Move declaration next to first use.
3557         * dlfcn/dlerror.c (check_free): New function.  Extract common code
3558         from fini and free_key_mem.  Check whether this is libdl in the
3559         base namespace.
3561 2005-02-25  Ulrich Drepper  <drepper@redhat.com>
3563         * elf/dl-lookup.c (_dl_debug_bindings): Add namespace information
3564         to debug output.
3566 2004-11-11  Richard Sandiford  <rsandifo@redhat.com>
3568         [BZ #758]
3569         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h): Only
3570         preprocess <asm/unistd.h> if it defines ABI-prefixed syscall names
3571         like __NR_N32_open.  Just include <asm/unistd.h> otherwise.
3572         * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3573         * sysdeps/unix/sysv/linux/mips/mips32/kern64/sysdep.h: Delete
3574         * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h (SYS_ify): Use the
3575         standard __NR prefix.
3576         * sysdeps/unix/sysv/linux/mips/mips64/n64/sysdep.h (SYS_ify): Likewise.
3577         * sysdeps/unix/sysv/linux/mips/Makefile (syscall-%.h): Rework so that
3578         the output file is compatible with both pre-2.6 and 2.6 kernel headers.
3579         Extract separate syscall lists for each ABI.
3581 2005-02-23  Ulrich Drepper  <drepper@redhat.com>
3583         * Makerules (libc.so): Add AS_NEEDED line for dynamic linker.
3585         [BZ #719]
3586         * elf/Makefile: Run tst-tls9-static again.
3588 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
3590         [BZ #719]
3591         * sysdeps/generic/libc-tls.c (static_dtv): Size the same as the
3592         slotinfo array.
3593         (__libc_setup_tls): Initialize length of DTV based on array length.
3594         * elf/dl-load.c: Revert last change.
3595         * sysdeps/generic/dl-tls.c: Revert last change.
3597         * posix/Makefile (tests): Add tst-execvp1, tst-execvp2, tst-execlp1,
3598         tst-execlp2, tst-execv1, tst-execv2, tst-execl1, tst-execl2,
3599         tst-execve1, tst-execve2, tst-execle1, and tst-execle2.
3600         * posix/tst-execl1.c: New file.
3601         * posix/tst-execl2.c: New file.
3602         * posix/tst-execle1.c: New file.
3603         * posix/tst-execle2.c: New file.
3604         * posix/tst-execlp1.c: New file.
3605         * posix/tst-execlp2.c: New file.
3606         * posix/tst-execv1.c: New file.
3607         * posix/tst-execv2.c: New file.
3608         * posix/tst-execve1.c: New file.
3609         * posix/tst-execve2.c: New file.
3610         * posix/tst-execvp1.c: New file.
3611         * posix/tst-execvp2.c: New file.
3613 2005-02-22  Roland McGrath  <roland@redhat.com>
3615         * include/signal.h: Revert last change.
3616         (__sigemptyset): Use __builtin_memset instead of memset.
3618 2005-02-22  Ulrich Drepper  <drepper@redhat.com>
3620         * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Use
3621         non-cancelable I/O functions.
3623 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
3625         [BZ #769]
3626         * nscd/nscd-client.h: Include sys/uio.h.
3627         (__readall, __readvall, writeall): New prototypes.
3628         * nscd/connections.c (writeall): New function.
3629         (handle_request): Use it.
3630         * nscd/aicache.c (addhstaiX): Likewise.
3631         * nscd/initgrcache.c (addinitgroupsX): Likewise.
3632         * nscd/hstcache.c (cache_addhst): Likewise.
3633         * nscd/grpcache.c (cache_addgr): Likewise.
3634         * nscd/pwdcache.c (cache_addpw): Likewise.
3635         * nscd/nscd_helper.c (__readall, __readvall): New functions.
3636         * nscd/nscd_getai.c (__nscd_getai): Use them.
3637         * nscd/nscd_getpw_r.c (__nscd_getpw_r): Likewise.
3638         * nscd/nscd_getgr_r.c (__nscd_getgr_r): Likewise.
3639         * nscd/nscd_gethst_r.c (__nscd_gethst_r): Likewise.
3640         * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
3642 2005-02-22  Roland McGrath  <roland@redhat.com>
3644         * include/sys/socket.h: Declare __recv.
3645         * sysdeps/generic/recv.c (recv): Rename to __recv, and add weak alias.
3646         * sysdeps/mach/hurd/recv.c: Likewise.
3648         * sysdeps/unix/sysv/linux/libc_fatal.c: Include <execinfo.h> for
3649         __backtrace_* decls.
3651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
3652         (INTERNAL_SYSCALL_ERROR_P): Evalute VAL.  Parenthesize ERR.
3653         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
3655         * include/signal.h: Include <string.h> for memset decl.
3657 2005-02-22  Andreas Schwab  <schwab@suse.de>
3659         * posix/execvp.c (execvp): Fix invalid free.
3661 2005-02-22  Jakub Jelinek  <jakub@redhat.com>
3663         [BZ #1095]
3664         * malloc/Makefile (CFLAGS-mcheck-init.c): Add.
3665         * sunrpc/Makefile: Add $(PIC-ccflag) to CFLAGS-x* for
3666         librpcsvc.a objects.
3668 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3670         [BZ #1107]
3671         * iconvdata/ibm930.h: Correct Yen mapping.
3672         * iconvdata/ibm939.h: Likewise.
3673         * iconvdata/testdata/IBM930..UTF8: Adjust test data.
3674         * iconvdata/testdata/IBM939..UTF8: Likewise.
3675         Patch by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3677         * iconvdata/Makefile (modules): Add IBM1025, IBM1122, IBM1137, IBM1153,
3678         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3679         (distribute): Add ibm1025.c, ibm1025.h, ibm1122.c, ibm1122.h,
3680         ibm1137.c, ibm1137.h, ibm1153.c, ibm1153.h, ibm1154.c, ibm1154.h,
3681         ibm1155.c, ibm1155.h, ibm1156.c, ibm1156.h, ibm1157.c, ibm1157.h,
3682         ibm1158.c, and ibm1158.h.
3683         * iconvdata/TESTS: Add IBM1025, IBM1122, IBM1137, IBM1153,
3684         IBM1154, IBM1155, IBM1156, IBM1157, and IBM1158.
3685         * iconvdata/gconv-modules: Likewise.
3686         * iconvdata/ibm1025.c: New file.
3687         * iconvdata/ibm1025.h: New file.
3688         * iconvdata/ibm1122.c: New file.
3689         * iconvdata/ibm1122.h: New file.
3690         * iconvdata/ibm1137.c: New file.
3691         * iconvdata/ibm1137.h: New file.
3692         * iconvdata/ibm1153.c: New file.
3693         * iconvdata/ibm1153.h: New file.
3694         * iconvdata/ibm1154.c: New file.
3695         * iconvdata/ibm1154.h: New file.
3696         * iconvdata/ibm1155.c: New file.
3697         * iconvdata/ibm1155.h: New file.
3698         * iconvdata/ibm1156.c: New file.
3699         * iconvdata/ibm1156.h: New file.
3700         * iconvdata/ibm1157.c: New file.
3701         * iconvdata/ibm1157.h: New file.
3702         * iconvdata/ibm1158.c: New file.
3703         * iconvdata/ibm1158.h: New file.
3704         * iconvdata/testdata/IBM1025: New file.
3705         * iconvdata/testdata/IBM1025..UTF8: New file.
3706         * iconvdata/testdata/IBM1122: New file.
3707         * iconvdata/testdata/IBM1122..UTF8: New file.
3708         * iconvdata/testdata/IBM1137: New file.
3709         * iconvdata/testdata/IBM1137..UTF8: New file.
3710         * iconvdata/testdata/IBM1153: New file.
3711         * iconvdata/testdata/IBM1153..UTF8: New file.
3712         * iconvdata/testdata/IBM1154: New file.
3713         * iconvdata/testdata/IBM1154..UTF8: New file.
3714         * iconvdata/testdata/IBM1155: New file.
3715         * iconvdata/testdata/IBM1155..UTF8: New file.
3716         * iconvdata/testdata/IBM1156: New file.
3717         * iconvdata/testdata/IBM1156..UTF8: New file.
3718         * iconvdata/testdata/IBM1157: New file.
3719         * iconvdata/testdata/IBM1157..UTF8: New file.
3720         * iconvdata/testdata/IBM1158: New file.
3721         * iconvdata/testdata/IBM1158..UTF8: New file.
3722         Contributed by Jiro Sekiba <SEKIBA@jp.ibm.com>.
3724 2005-02-10  Paolo Bonzini  <bonzini@gnu.org>
3726         * posix/regcomp.c (lower_subexp): Do not optimize empty
3727         subexpressions even with REG_NOSUB.
3728         * posix/rxspencer/tests: Add a previously failing testcase.
3730 2005-02-21  Alan Modra <amodra@bigpond.net.au>
3732         [BZ #719]
3733         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Assert that dtv
3734         array index is within bounds.
3736 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3738         [BZ #719]
3739         * elf/dl-load.c: Do not allow PT_TLS in modules loaded in statically
3740         linked code.
3741         * sysdeps/generic/dl-tls.c [!SHARED]: Don't build _dl_next_tls_modid.
3742         * elf/Makefile: Remove rules to build and run tst-tls9-static.
3744         [BZ #719]
3745         * elf/dl-reloc.c (_dl_nothread_init_static_tls): Avoid using
3746         THREAD_DTV multiple times, this minimally reduces code size on
3747         some archs.
3749 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
3751         [BZ #768]
3752         * nscd/nscd_gethst_r.c (nscd_gethst_r): Set *h_errnop to
3753         NETDB_INTERNAL if buffer is too small.
3755         [BZ #768]
3756         * nscd/hstcache.c (INCR): Remove.
3757         (addhstbyX): Double buflen in each iteration rather than add INCR.
3758         * nscd/grpcache.c: Likewise.
3759         * nscd/pwdcache.c: Likewise.
3761 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3763         * sysdeps/unix/sysv/linux/libc_fatal.c: Print backtrace and memory
3764         map if requested.
3765         * debug/chk_fail.c: Request backtrace and memory map dump.
3767         * Versions.def: Add GLIBC_2.4 for libc.
3768         * debug/fgets_chk.c: New file.
3769         * debug/fgets_u_chk.c: New file.
3770         * debug/getcwd_chk.c: New file.
3771         * debug/getwd_chk.c: New file.
3772         * debug/readlink_chk.c: New file.
3773         * debug/read_chk.c: New file.
3774         * debug/pread_chk.c: New file.
3775         * debug/pread64_chk.c: New file.
3776         * debug/recv_chk.c: New file.
3777         * debug/recvfrom_chk.c: New file.
3778         * debug/Versions: Add all new functions with version GLIBC_2.4.
3779         * debug/Makefile (routines): Add fgets_chk, fgets_u_chk, read_chk,
3780         pread_chk, pread64_chk, recv_chk, recvfrom_chk, readlink_chk,
3781         getwd_chk, and getcwd_chk.  Plus appropriate CFLAGS definitions.
3782         * debug/tst-chk1.c: Add more tests.
3783         * libio/bits/stdio2.h: Add macros for fgets and fgets_unlocked.
3784         * include/stdio.h: Declare __fgets_chk and __fgets_unlocked_chk.
3785         * posix/unistd.h: Include <bits/unistd.h> for fortification.
3786         * posix/bits/unistd.h: New file.
3787         * posix/Makefile (headers): Add bits/unistd.h.
3788         * socket/sys/socket.h: Include <bits/socket2.h> for fortification.
3789         * socket/bits/socket2.h: New file.
3790         * socket/Makefile (headers): Add bits/socket2.h.
3792         * string/bits/string3.h: Extend memset macro to check for zero 3rd
3793         parameter and use __memset_zero_constant_len_parameter in that case.
3794         * sysdeps/generic/memset_chk.c: Add
3795         __memset_zero_constant_len_parameter alias and linker warning.
3796         * debug/Versions: Add __memset_zero_constant_len_parameter to libc
3797         with version GLIBC_2.4.
3799         * sysdeps/generic/bits/types.h: Don't unnecessarily use __extension__
3800         in __STD_TYPE definition.
3802 2005-02-21  Jakub Jelinek  <jakub@redhat.com>
3804         * malloc/malloc.c (malloc_printerr): If MALLOC_CHECK_={5,7}, print
3805         the error message rather than program name.
3807 2005-02-21  Ulrich Drepper  <drepper@redhat.com>
3809         [BZ #767]
3810         * posix/unistd.h: symlink and readlink are unconditionally
3811         available in the 2001 spec.
3813 2005-02-16  Roland McGrath  <roland@redhat.com>
3815         * intl/dcigettext.c (_nl_find_msg): Add a cast.
3817         * nis/nis_clone_dir.c (nis_clone_directory): Use char * for ADDR.
3818         * nis/nis_clone_obj.c (nis_clone_object): Likewise.
3819         * nis/nis_clone_res.c (nis_clone_result): Likewise.
3821         * resolv/nss_dns/dns-network.c (getanswer_r): Use const unsigned char *
3822         for END_OF_MESSAGE and CP.
3824         * resolv/res_send.c (send_dg): Add else branch for case impossible
3825         unless `poll' is buggy.
3827         * crypt/crypt_util.c (__setkey_r): Add a cast.
3829         * locale/programs/linereader.c (get_toplvl_escape): Use size_t for
3830         NBYTES, and unsigned char * for BYTES.
3832         * locale/programs/charmap.c (charmap_new_char): Use size_t and
3833         unsighed char * for NBYTES, BYTES parameters.
3835         * sysdeps/generic/dl-hash.h (_dl_elf_hash): Take const char * argument
3836         and cast it.
3837         * sysdeps/i386/i686/dl-hash.h (_dl_elf_hash): Likewise.
3839         * sunrpc/create_xid.c (_create_xid): Don't use unsigned long for RES.
3841         * sunrpc/svcauth_des.c (_svcauth_des): Fix cast type.
3843         * sunrpc/auth_des.c (authdes_create): Don't use u_char for PKEY_DATA.
3844         (authdes_marshal): Don't use unsigned int for LEN.
3845         * sunrpc/xdr.c (xdr_hyper): Don't use unsigned long for T2.
3846         (xdr_u_hyper): Likewise.
3847         (xdr_u_short): Don't use u_long for L.
3848         * sunrpc/xdr_intXX_t.c (xdr_int64_t): Don't use uint32_t for T2.
3850         * inet/rexec.c (rexec_af): Use socklen_t.
3851         * sunrpc/key_call.c (getkeyserv_handle): Likewise.
3852         * sunrpc/rtime.c (rtime): Likewise.
3853         * resolv/res_send.c (send_vc, send_dg): Likewise.
3854         * nis/nis_callback.c (__nis_create_callback): Likewise.
3856         * sysdeps/generic/libc-start.c: Use unsigned int for nthreads ptr.
3858         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix type of ADDR local.
3860         * libio/libio.h (_IO_BE): Add parenthesis around EXPR.
3862         * intl/dcigettext.c (INTVARDEF, INTUSE): Macros removed.
3863         (_nl_default_dirname): Use libc_hidden_data_def instead of INTVARDEF.
3864         (libc_freeres_fn, DCIGETTEXT): Don't use INTUSE.
3865         * intl/bindtextdom.c (INTUSE): Macro removed.
3866         (_nl_default_dirname): Use libc_hidden_proto.
3867         (set_binding_values): Don't use INTUSE.
3868         * include/libintl.h (_libc_intl_domainname_internal): Decl removed.
3869         (_libc_intl_domainname): Use libc_hidden_proto.
3870         * posix/regex_internal.h (gettext): Remove INTUSE on it.
3871         * locale/SYS_libc.c (_libc_intl_domainname): Use libc_hidden_data_def
3872         rather than INTDEF.
3873         * include/libintl.h (_): Don't use *_internal name.
3875         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Use int32_t,
3876         not uint32_t.
3877         * locale/lc-ctype.c (_nl_postload_ctype): Likewise for assignments.
3879         * iconv/gconv_open.c (__gconv_open): Remove useless cast.
3881         [BZ #721]
3882         * sysdeps/i386/dl-machine.h (ELF_MACHINE_NO_RELA): Define this outside
3883         of [RESOLVE_MAP].
3884         * sysdeps/sh/dl-machine.h (ELF_MACHINE_NO_REL): Likewise.
3885         * sysdeps/powerpc/powerpc32/dl-machine.h
3886         (elf_machine_rel, elf_machine_rel_relative): Removed.
3887         * sysdeps/powerpc/powerpc64/dl-machine.h
3888         (elf_machine_rel, elf_machine_rel_relative): Removed.
3890 2005-02-03  Alexandre Oliva  <aoliva@redhat.com>
3892         [BZ #721]
3893         * elf/dynamic-link.h: Don't declare nested auto functions that are
3894         not going to be defined.
3896 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
3898         [BZ #284]
3899         * include/features.h (_POSIX_SOURCE, _POSIX_C_SOURCE): Define
3900         if _XOPEN_SOURCE >= 500 even if __STRICT_ANSI__ is defined.
3902 2005-02-16  Roland McGrath  <roland@redhat.com>
3904         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Move UBP_EV defn
3905         inside [! SHARED] where it's used.
3907 2005-02-15  Ulrich Drepper  <drepper@redhat.com>
3909         * sysdeps/generic/bits/byteswap.h: Make sure result of all the
3910         functions and macros is unsigned.
3912 2005-02-11  Barry deFrese  <bddebian@comcast.net>
3914         [BZ #722]
3915         * sysdeps/mach/hurd/setresgid.c: Use weak_alias.
3916         * sysdeps/mach/hurd/setresuid.c: Likewise.
3918 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3920         * misc/sys/syslog.h: Fix typo in comment.
3922 2005-02-14  Roland McGrath  <roland@redhat.com>
3924         [BZ #720]
3925         * sysdeps/unix/sysv/linux/sys/kd.h: Don't leave _LINUX_TYPES_H defined
3926         if it wasn't originally.
3928 2005-02-14  GOTO Masanori  <gotom@debian.or.jp>
3930         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove the duplicated
3931         getpeername entry.
3932         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3933         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3935 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3937         * scripts/soversions.awk: Only record first WORDSIZE{32,64}
3938         matching line.
3940 2005-02-14  Alan Modra  <amodra@bigpond.net.au>
3942         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Define
3943         with auto inline, and attribute always_inline.
3944         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3945         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3946         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
3947         (elf_machine_rela_relative, elf_machine_lazy_rel): Likewise.
3948         (elf_machine_rel, elf_machine_rel_relative): Likewise.
3949         (elf_machine_tprel): Likewise.
3951 2005-02-14  Andreas Schwab  <schwab@suse.de>
3953         * manual/filesys.texi (Random Access Directory): Fix type of file
3954         position value for telldir and seekdir.
3955         (Attribute Meanings): Fix typo.
3957 2005-02-14  H.J. Lu  <hongjiu.lu@intel.com>
3959         * csu/elf-init.c (__libc_csu_fini): Enable if LIBC_NONSHARED
3960         isn't defined.
3961         * sysdeps/generic/libc-start.c (LIBC_START_MAIN): Call fini
3962         if SHARED isn't defined.
3963         * elf/Makefile (tests-static): Add tst-array1-static.
3964         ($(objpfx)tst-array1-static.out): New target.
3965         * elf/tst-array1-static.c: New file.
3967 2005-02-11  Jakub Jelinek  <jakub@redhat.com>
3969         [BZ #1100]
3970         * debug/chk_fail.c (__chk_fail): Add a while (1) loop around
3971         __libc_message to kill GCC warning about noreturn function returning.
3973         * elf/rtld.c (dlmain): If LD_TRACE_PRELINKING, clear l_relocated flag
3974         before relocating ld.so again.
3976         * elf/rtld.c (_dl_start): Set bootstrap_map.l_relocated even
3977         for already prelinked ld.so.
3979 2005-02-11  Roland McGrath  <roland@redhat.com>
3981         [BZ #715]
3982         * Makefile (installed-stubs): New variable.
3983         Set to $(inst_includedir)/gnu/stubs.h if $(biarch) is no,
3984         or to $(inst_includedir)/gnu/stubs-$(biarch).h if otherwise.
3985         [$(biarch) != no] (install-others-nosubdir): Add $(installed-stubs).
3986         ($(inst_includedir)/gnu/stubs.h): Use $(installed-stubs) for this
3987         rule's target.
3988         ($(inst_includedir)/gnu/stubs.h): New target, install from ...
3989         * include/stubs-biarch.h: New file.
3991         * shlib-versions (i.86-.*-.*): Add WORDSIZE64 line mapping to x86_64.
3993         * Makeconfig ($(common-objpfx)soversions.mk): Depend on Makeconfig.
3994         Emit defn for variable `biarch'.
3996         * include/stub-tag.h: Update comment.
3998         * scripts/soversions.awk: Fix default version set handling.
4000 2005-02-10  Roland McGrath  <roland@redhat.com>
4002         [BZ #157]
4003         * include/libc-symbols.h (stub_warning): Emit a marker section called
4004         .gnu.glibc-stub.NAME.
4005         * Makerules ($(objpfx)stubs): Depend on object files, not dep files.
4006         Use objdump to collect those marker section names.
4007         ($(common-objpfx)shlib.lds): Discard .gnu.glibc-stub.* sections.
4009         * Rules (subdir_objs, subdir_stubs): New phony targets.
4010         * Makefile (+subdir_targets): Add them.
4012         * Makerules ($(common-objpfx)Versions.all): Grok new leading column in
4013         soversions.i.
4015         * scripts/lib-names.awk: Consider [0-9].* a "number", not just [0-9]+.
4016         Reported by H.J. Lu <hongjiu.lu@intel.com>.
4018         * scripts/lib-names.awk: Always print WORDSIZE32 section first when
4019         doing two.
4021 2005-02-10  Jakub Jelinek  <jakub@redhat.com>
4023         * sysdeps/powerpc/powerpc32/bits/link.h: Removed.
4024         * sysdeps/powerpc/powerpc64/bits/link.h: Moved to...
4025         * sysdeps/powerpc/bits/link.h: ... here.  New file.
4027 2005-02-09  Jakub Jelinek  <jakub@redhat.com>
4029         [BZ #710]
4030         * stdlib/random_r.c (__initstate_r): Save old state.
4031         * stdlib/Makefile (tests): Add tst-random2.
4032         * stdlib/tst-random2.c: New test.
4033         Reported by Peter Bergner <bergner@vnet.ibm.com>.
4035 2005-01-25  H.J. Lu  <hongjiu.lu@intel.com>
4037         * dlfcn/dlfcn.c (init): Put it in .init_array section.
4039 2005-02-10  Roland McGrath  <roland@redhat.com>
4041         [BZ #632]
4042         * scripts/soversions.awk: Expect cpu, vendor, os as separate variables
4043         from command line.
4044         Grok shlib-versions lines with WORDSIZE* in second column.
4045         Add new leading column to output, DEFAULT for existing output lines.
4046         Also emit lines with WORDSIZE* for alternate configurations.
4047         * Makeconfig ($(common-objpfx)soversions.i): Pass those variables.
4048         ($(common-objpfx)soversions.mk): Grok new column, use only DEFAULT.
4049         ($(common-objpfx)gnu/lib-names.stmp): Depend on soversions.i instead
4050         of soversions.mk; replace inline shell script with use of ...
4051         * scripts/lib-names.awk: New file.  If input has non-DEFAULT lines,
4052         emit multiple sets of macros under #if.
4053         * shlib-versions (x86_64-.*-.*): Add WORDSIZE32 line mapping to i686.
4054         (s390x-.*-.*): Likewise for s390.
4055         (powerpc64-.*-.*): Likewise for powerpc.
4056         (sparc64-.*-.*): Likewise for sparc.
4057         (s390-.*-.*, powerpc.*-.*-.*, sparc.*-.*-.*): Add WORDSIZE64 entries
4058         for these mapping back to the above.
4060 2005-02-08  Jakub Jelinek  <jakub@redhat.com>
4062         * elf/dl-load.c (_dl_map_object_from_fd): Fix a typo.
4064 2005-02-08  Andreas Schwab  <schwab@suse.de>
4066         * sysdeps/m68k/dl-machine.h (elf_machine_rela): Remove use of
4067         RESOLVE.
4069 2005-02-07  Richard Henderson  <rth@redhat.com>
4071         * iconvdata/jis0208.h (struct jisx0208_ucs_idx): Move before use.
4073 2005-02-08  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4075         * sysdeps/sh/dl-machine.h (elf_machine_rela): Remove code using
4076         RESOLVE.
4078 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
4080         * elf/dl-load.c (_dl_map_object_from_fd): Make sure registers are
4081         set correctly.
4083 2005-01-07  Richard Henderson  <rth@redhat.com>
4085         * math/math_private.h (__copysign): Define as builtin for gcc 4.
4086         (__copysignf, __copysignl): Likewise.
4087         * sysdeps/alpha/fpu/bits/mathinline.h (copysign): Don't define
4088         for gcc 4.0.
4089         (copysignf, copysignl, fabsf, fabs): Likewise.
4090         (__copysign, __copysignf, __copysignl): Remove.
4091         (__fabs, __fabsf): Remove.
4093 2005-01-07  Jakub Jelinek  <jakub@redhat.com>
4095         [BZ #738]
4096         * elf/dl-load.c (open_path): If rtld_search_dirs is in RELRO segment,
4097         avoid writing to it if none of the standard search directories exist.
4099 2005-02-07  Steven Munroe  <sjmunroe@us.ibm.com>
4101         [BZ #700]
4102         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
4103         (__novec_setcontext, __setcontext): Fix typo so CCR is restored.
4104         Load MSR as a doubleword.
4105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
4106         (__novec_swapcontext, __swapcontext): Likewise.
4108 2005-02-07  Ulrich Drepper  <drepper@redhat.com>
4110         * iconv/iconv_prog.c (main): Provide more help in case on an error.
4112         * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Define.
4114 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
4116         [BZ #741]
4117         * nscd/nscd.c (termination_handler): Avoid segfault if some database
4118         is not enabled.
4120         [BZ #741]
4121         * nscd/nscd_getai.c (__nscd_getai): If ai_resp->found == -1, set
4122         __nss_not_use_nscd_hosts and return -1.
4123         * nscd/nscd_initgroups.c (__nscd_getgrouplist): If
4124         initgr_resp->found == -1, set __nss_not_use_nscd_group and return -1.
4125         Avoid leaking sockets.
4127 2005-01-28  Andreas Schwab  <schwab@suse.de>
4128             H.J. Lu  <hongjiu.lu@intel.com>
4130         [BZ #677]
4131         * elf/dl-runtime.c (fixup): Change return type to
4132         DL_FIXUP_VALUE_TYPE. Use DL_FIXUP_VALUE_TYPE,
4133         DL_FIXUP_MAKE_VALUE and DL_FIXUP_VALUE_CODE_ADDR for relocation
4134         values. Use DL_FIXUP_VALUE_ADDR and DL_FIXUP_ADDR_VALUE to
4135         store and retrieve relocation values.
4136         (profile_fixup): Likewise.
4137         * include/link.h (link_map): Use DL_FIXUP_VALUE_TYPE for
4138         l_reloc_result.
4139         * sysdeps/generic/dl-fptr.h (link_map): Forward declaration.
4140         * sysdeps/generic/dl-lookupcfg.h (DL_FIXUP_VALUE_TYPE): New.
4141         (DL_FIXUP_MAKE_VALUE): Likewise.
4142         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
4143         (DL_FIXUP_VALUE_ADDR): Likewise.
4144         (DL_FIXUP_ADDR_VALUE): Likewise.
4145         * sysdeps/ia64/dl-lookupcfg.h: Include <dl-fptr.h> for "struct fdesc".
4146         (DL_FIXUP_VALUE_TYPE): New.
4147         (DL_FIXUP_MAKE_VALUE): Likewise.
4148         (DL_FIXUP_VALUE_CODE_ADDR): Likewise.
4149         (DL_FIXUP_VALUE_ADDR): Likewise.
4150         (DL_FIXUP_ADDR_VALUE): Likewise.
4151         * sysdeps/ia64/dl-machine.h (elf_machine_profile_fixup_plt): Removed.
4152         (elf_machine_profile_plt): Removed.
4153         (elf_machine_fixup_plt): Change return type and type of value
4154         parameter to struct fdesc.
4155         (elf_machine_plt_value): Likewise.
4156         (elf_machine_rela): Use DL_FIXUP_MAKE_VALUE to construct
4157         argument for elf_machine_fixup_plt.
4159 2005-02-07  Jakub Jelinek  <jakub@redhat.com>
4161         [BZ #742]
4162         * nscd/nscd.init (reload): Print Reloading nscd: before and a newline
4163         after the status string printed by killproc.
4165 2004-11-18  Alexandre Oliva  <aoliva@redhat.com>
4167         * manual/.cvsignore: Add dir-add.texi.
4169 2005-02-06  Richard Henderson  <rth@redhat.com>
4171         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Use RESOLVE_MAP
4172         all the time.
4174 2004-11-03  Marcus Brinkmann  <marcus@gnu.org>
4176         * configure.in (sysnames): Append sysdeps/generic for each add-on.
4177         * configure: Regenerated.
4179 2005-02-02  Alfred M. Szmidt  <ams@gnu.org>
4181         * sysdeps/mach/hurd/tls.h: Include <stdbool.h>
4182         (dtv_t): Change pointer type to be a struct which also contains
4183         information whether the memory pointed to is static TLS or not.
4185         * sysdeps/generic/syslog.c (send_flags) [!send_flags]: Define it.
4187         * shadow/sgetspent_r.c (FALSE): Macro renamed to ...
4188         (FALSEP): ... this.  Updated all references.
4190         [BZ #765]
4191         * libio/fmemopen.c: Include <stdint.h>.
4193 2005-01-30  Ulrich Drepper  <drepper@redhat.com>
4195         [BZ #1103]
4196         * nscd/nscd_helper.c (get_mapping): Use MSG_NOSIGNAL if available.
4197         * nscd/connections.c (send_ro_fd): Likewise.
4199 2005-01-28  H.J. Lu  <hongjiu.lu@intel.com>
4201         * elf/tst-auditmod1.c: Add ia64 entries.
4202         * sysdeps/generic/ldsodefs.h (La_ia64_regs): New.
4203         (La_ia64_retval): New.
4204         (audit_ifaces): Add ia64 entries.
4205         * sysdeps/ia64/bits/link.h: New file.
4206         * sysdeps/ia64/dl-machine.h (elf_machine_runtime_setup): Test
4207         for dl_profile non-null.
4208         (ARCH_LA_PLTENTER): New.
4209         (ARCH_LA_PLTEXIT): New.
4210         * sysdeps/ia64/dl-trampoline.S (_dl_runtime_resolve): Allocate
4211         only 2 output registers. Allocate stack to save/restore
4212         8 incoming fp registers. Call _dl_fixup instead of fixup.
4213         (_dl_runtime_profile): Rewrite.
4215 2005-01-28  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4217         * sysdeps/s390/bits/link.h: New file.
4218         * sysdeps/s390/s390-32/dl-trampoline.S: New file.
4219         * sysdeps/s390/s390-64/dl-trampoline.S: New file.
4220         * sysdeps/s390/s390-32/dl-machine.h: Move PLT trampolines to
4221         dl-trampoline.S. Use RESOLVE_MAP instead of RESOLVE to protect
4222         relocation code.
4223         (elf_machine_runtime_setup): Test for dl_profile non-null.
4224         (elf_machine_rela): Remove code using RESOLVE.
4225         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4226         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
4227         * sysdeps/generic/ldsodefs.h (La_s390_32_regs, La_s390_32_retval,
4228         La_s390_64_regs, La_s390_64_retval): New.
4229         * elf/tst-auditmod1.c: Add s390 entries.
4231         [BZ #743]
4232         * sysdeps/s390/bits/string.h (strlen, strncpy, strcat, strncat,
4233         strncat, memchr, strcmp): Add missing memory clobber.
4235 2005-01-27  Ulrich Drepper  <drepper@redhat.com>
4237         * sysdeps/unix/sysv/linux/alpha/oldglob.c (__old_globfree): Also
4238         copy gl_offs.  Patch by Sergey Tikhonov <tsv@solvo.ru>.
4240 2005-01-27  Paolo Bonzini  <bonzini@gnu.org>
4242         [BZ #558]
4243         * posix/regcomp.c (calc_inveclosure): Return reg_errcode_t.
4244         Initialize the node sets in dfa->inveclosures.
4245         (analyze): Initialize inveclosures only if it is needed.
4246         Check errors from calc_inveclosure.
4247         * posix/regex_internal.c (re_dfa_add_node): Do not initialize
4248         the inveclosure node set.
4249         * posix/regexec.c (re_search_internal): If nmatch includes unused
4250         subexpressions, reset them to { rm_so: -1, rm_eo: -1 } here.
4252         * posix/regcomp.c (parse_bracket_exp) [!RE_ENABLE_I18N]:
4253         Do build a SIMPLE_BRACKET token.
4255         * posix/regexec.c (transit_state_mb): Do not examine nodes
4256         where ACCEPT_MB is not set.
4258 2005-01-27  Jakub Jelinek  <jakub@redhat.com>
4260         * stdlib/tst-fmtmsg.c: Include stdlib.h.
4261         * stdio-common/tst-fmemopen2.c: Include string.h.
4262         * posix/execvp.c: Include stdbool.h.
4264 2004-12-13  Paolo Bonzini  <bonzini@gnu.org>
4266         Separate parsing and creation of the NFA.  Avoided recursion on
4267         the (very unbalanced) parse tree.
4268         [BZ #611]
4269         * posix/regcomp.c (struct subexp_optimize, analyze_tree, calc_epsdest,
4270         re_dfa_add_tree_node, mark_opt_subexp_iter): Removed.
4271         (optimize_subexps, duplicate_tree, calc_first, calc_next,
4272         mark_opt_subexp): Rewritten.
4273         (preorder, postorder, lower_subexps, lower_subexp, link_nfa_nodes,
4274         create_token_tree, free_tree, free_token): New.
4275         (analyze): Accept a regex_t *.  Invoke the passes via the preorder and
4276         postorder generic visitors.  Do not initialize the fields in the
4277         re_dfa_t that represent the transitions.
4278         (free_dfa_content): Use free_token.
4279         (re_compile_internal): Analyze before UTF-8 optimizations.  Do not
4280         include optimization of subexpressions.
4281         (create_initial_state): Fetch the DFA node index from the first node's
4282         bin_tree_t *.
4283         (optimize_utf8): Abort on unexpected nodes, including OP_DUP_QUESTION.
4284         Return on COMPLEX_BRACKET.
4285         (duplicate_node_closure): Fix comment.
4286         (duplicate_node): Do not initialize the fields in the
4287         re_dfa_t that represent the transitions.
4288         (calc_eclosure, calc_inveclosure): Do not handle OP_DELETED_SUBEXP.
4289         (create_tree): Remove final argument.  All callers adjusted.  Rewritten
4290         to use create_token_tree.
4291         (parse_reg_exp, parse_branch, parse_expression, parse_bracket_exp,
4292         build_charclass_op): Use create_tree or create_token_tree instead
4293         of re_dfa_add_tree_node.
4294         (parse_dup_op): Likewise.  Also free the tree using free_tree for
4295         "<re>{0}", and lower OP_DUP_QUESTION to OP_ALT: "a?" is equivalent
4296         to "a|".  Adjust invocation of mark_opt_subexp.
4297         (parse_sub_exp): Create a single SUBEXP node.
4298         * posix/regex_internal.c (re_dfa_add_node): Remove last parameter,
4299         always perform as if it was 1.  Do not initialize OPT_SUBEXP and
4300         DUPLICATED, and initialize the DFA fields representing the transitions.
4301         * posix/regex_internal.h (re_dfa_add_node): Adjust prototype.
4302         (re_token_type_t): Move OP_DUP_PLUS and OP_DUP_QUESTION to the tokens
4303         section.  Add a tree-only code SUBEXP.  Remove OP_DELETED_SUBEXP.
4304         (bin_tree_t): Include a full re_token_t for TOKEN.  Turn FIRST and
4305         NEXT into pointers to trees.  Remove ECLOSURE.
4307 2004-12-28  Paolo Bonzini  <bonzini@gnu.org >
4309         [BZ #605]
4310         * posix/regcomp.c (parse_bracket_exp): Do not modify DFA nodes
4311         that were already created.
4312         * posix/regex_internal.c (re_dfa_add_node): Set accept_mb field
4313         in the token if needed.
4314         (create_ci_newstate, create_cd_newstate): Set accept_mb field
4315         from the tokens' field.
4316         * posix/regex_internal.h (re_token_t): Add accept_mb field.
4317         (ACCEPT_MB_NODE): Removed.
4318         * posix/regexec.c (proceed_next_node, transit_states_mb,
4319         build_sifted_states, check_arrival_add_next_nodes): Use
4320         accept_mb instead of ACCEPT_MB_NODE.
4322 2005-01-26  Ulrich Drepper  <drepper@redhat.com>
4324         [BZ #1100]
4325         * debug/chk_fail.c (__chk_fail): Print program name in final message.
4327         * sysdeps/unix/sysv/linux/kernel-features.h: Found reference to
4328         MSG_NOSIGNAL being in 2.2 kernels.
4330 2005-01-26  Jakub Jelinek  <jakub@redhat.com>
4332         * sysdeps/unix/sysv/linux/i386/sysdep.h
4333         (SYSCALL_ERROR_HANDLER_TLS_STORE): Remove unnecessary 0 imm.
4335         [BZ #693]
4336         * posix/regex_internal.h (DUMMY_CONSTRAINT): Rename to...
4337         (WORD_DELIM_CONSTRAINT): ...this.
4338         (NOT_WORD_DELIM_CONSTRAINT): Define.
4339         (re_context_type): Add INSIDE_NOTWORD and NOT_WORD_DELIM,
4340         change WORD_DELIM to use WORD_DELIM_CONSTRAINT.
4341         * posix/regcomp.c (peek_token): For \B create NOT_WORD_DELIM
4342         anchor instead of INSIDE_WORD.
4343         (parse_expression): Handle NOT_WORD_DELIM constraint.
4344         * posix/bug-regex19.c (tests): Adjust tests that relied on \B
4345         being inside word instead of not word delim.
4346         * posix/tst-rxspencer.c (mb_frob_pattern): Don't frob escaped
4347         characters.
4348         * posix/rxspencer/tests: Add some new tests.
4350 2005-01-14  GOTO Masanori  <gotom@debian.or.jp>
4352         [BZ #1108]
4353         * sunrpc/rpc_main.c (s_output): Generate #include <rpc/pmap_clnt.h>
4354         irrespective of Cflag.
4356         * manual/memory.texi (sbrk): Fix definition.
4357         * manual/string.texi (strcasestr): Fix example typo.
4359 2005-01-25  Roland McGrath  <roland@redhat.com>
4361         * sysdeps/generic/syslog.c [NO_SIGPIPE]: Protect sigpipe_handler decl.
4363 2005-01-23  Roland McGrath  <roland@redhat.com>
4365         [BZ #737]
4366         * sysdeps/i386/Makefile (defines): If -mno-tls-direct-seg-refs appears
4367         in $(CFLAGS), add -DNO_TLS_DIRECT_SEG_REFS.
4368         * sysdeps/unix/sysv/linux/i386/sysdep.h [USE___THREAD]
4369         (SYSCALL_ERROR_HANDLER) [NO_TLS_DIRECT_SEG_REFS]: Load thread pointer
4370         from %gs:0 and add to that value, rather that direct %gs:OFFSET access.
4371         * sysdeps/unix/i386/sysdep.S [NO_TLS_DIRECT_SEG_REFS]: Likewise.
4373 2005-01-25  Jakub Jelinek  <jakub@redhat.com>
4375         [BZ #731]
4376         * stdlib/fmtmsg.c (addseverity): Remove new_string variable.
4377         (free_mem): Don't free string.
4378         * stdlib/tst-fmtmsg.c: Include string.h.
4379         (main): Add some more tests.
4381 2005-01-25  Andreas Schwab  <schwab@suse.de>
4383         [BZ #736]
4384         * timezone/asia: Update from tzdata2005c.
4385         * timezone/backward: Likewise.
4386         * timezone/europe: Likewise.
4387         * timezone/leapseconds: Likewise.
4388         * timezone/northamerica: Likewise.
4389         * timezone/southamerica: Likewise.
4391         [BZ #736]
4392         * timezone/private.h: Update from tzcode2005c.
4393         * timezone/tzfile.h: Likewise.
4394         * timezone/zdump.c: Likewise.
4395         * timezone/zic.c: Likewise.
4397 2005-01-25  Ulrich Drepper  <drepper@redhat.com>
4399         * sysdeps/i386/dl-machine.h (elf_machine_rel): Remove code using
4400         RESOLVE.
4401         * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Remove code
4402         using RESOLVE.
4403         * elf/rtld.c (_dl_start): Remove RESOLVE definition.
4405 2005-01-25  Alan Modra  <amodra@bigpond.net.au>
4407         * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Test
4408         sym_map, not sym, against zero.
4410 2005-01-24  Ulrich Drepper  <drepper@redhat.com>
4412         [BZ #671]
4413         * misc/syslog.c: Moved to...
4414         * sysdeps/generic/syslog.c: ...here.
4415         [NO_SIGIPE]: Don't install SIGPIPE handler.
4416         * sysdeps/unix/sysv/linux/syslog.c: New file.
4417         * sysdeps/unix/sysv/linux/kernel-features.h: Define
4418         __ASSUME_MSG_NOSIGNAL.
4420 2005-01-22  Richard Henderson  <rth@redhat.com>
4422         * sysdeps/alpha/dl-trampoline.S: New file.
4423         * sysdeps/alpha/dl-machine.h: Move PLT trampolines there.
4424         Use RESOLVE_MAP instead of RESOLVE to protect relocation code.
4425         (elf_machine_runtime_setup): Test for dl_profile non-null.
4426         (ARCH_LA_PLTENTER, ARCH_LA_PLTEXIT): New.
4427         * sysdeps/alpha/bits/link.h: New file.
4428         * sysdeps/generic/ldsodefs.h (La_alpha_regs, La_alpha_retval): New.
4429         (struct audit_ifaces): Add alpha entries.
4430         * elf/tst-auditmod1.c: Add alpha entries.
4432 2005-01-22  Ulrich Drepper  <drepper@redhat.com>
4434         * sysdeps/ia64/dl-machine.h: Remove PLT trampolines here.
4435         * sysdeps/ia64/dl-trampoline.S: New file.
4437         * sysdeps/x86_64/bits/link.h: Use namespace-safe identifiers in
4438         La_x86_64_xmm definition.
4440         * posix/Makefile: Use CFLAGS-*.os instead of CFLAGS-*.c for frame
4441         pointer option.
4442         * stdlib/Makefile (CFLAGS-system.os): Use this instead of
4443         CFLAGS-system.c for frame pointer option.
4445 2005-01-21  Roland McGrath  <roland@redhat.com>
4447         * elf/dl-runtime.c (_dl_profile_fixup): Remove const from REGS.
4448         * sysdeps/i386/dl-machine.h: Update decl.
4450 2005-01-21  Jakub Jelinek  <jakub@redhat.com>
4452         [BZ #735]
4453         * elf/Makefile: Add rules to build and run tst-align2.
4454         * elf/tst-align2.c: New test.
4455         * elf/tst-alignmod2.c: New file.
4456         * sysdeps/powerpc/tst-stack-align.h: New file.
4457         * sysdeps/i386/dl-machine.h (RTLD_START): Align stack and clear frame
4458         pointer before calling _dl_init.
4459         * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
4461 2005-01-20  Ulrich Drepper  <drepper@redhat.com>
4463         * posix/execl.c: Do not allocate potentially large buffers on the
4464         stack.
4465         * posix/execle.c: Likewise.
4466         * posix/execlp.c: Likewise.
4467         * posix/execvp.c: Likewise.
4468         (script_execute): Removed.
4469         (allocate_scripts_argv): New function.  Called at most once to
4470         allocate memory, not every time a script is run.  Adjust caller.
4472         * sysdeps/generic/wordexp.c (exec_comm): Add a few
4473         TEMP_FAILURE_RETRY.  Reorganize code to avoid multiple calls to
4474         exec_comm_child.
4475         (exec_comm_child): Can now be inlined.
4477         * posix/Makefile: Add -fomit-frame-pointer for a few more files.
4478         * stdlib/Makefile: Likewise.
4480 2005-01-19  Roland McGrath  <roland@redhat.com>
4482         [BZ #681]
4483         * sunrpc/openchild.c (_openchild): Use NULL instead of 0 for trailing
4484         argument to execlp.
4485         Reported by Marcus Meissner <meissner@suse.de>.
4487 2005-01-19  Jakub Jelinek  <jakub@redhat.com>
4489         * hurd/sigunwind.c (_hurdsig_longjmp_from_handler): Fix a typo
4490         in assert.
4491         * iconv/strtab.c (strtabfinalize): Likewise.
4493         * libio/iofopncook.c (_IO_cookie_seekoff): Add prototype.
4495 2005-01-17  Roland McGrath  <roland@redhat.com>
4497         [BZ #745]
4498         * nscd/Makefile (LDLIBS-nscd): New variable.
4499         ($(objpfx)nscd): Use that instead of selinux-LIBS.
4501         * Makeconfig (link-extra-libs): Define just as $(LDLIBS-$(@F)).
4502         (link-extra-libs-static): Define to $(link-extra-libs).
4503         (link-extra-libs-bounded): Likewise.
4505 2005-01-17  Ulrich Drepper  <drepper@redhat.com>
4507         * include/link.h: Remove stray definition of pltenter.
4509 2005-01-16  GOTO Masanori  <gotom@debian.or.jp>
4511         [BZ #734]
4512         * sysdeps/unix/rewinddir.c: Reset filepos.
4513         * dirent/tst-seekdir.c: Check telldir value after calling rewinddir.
4515 2005-01-15  Ulrich Drepper  <drepper@redhat.com>
4517         * elf/tst-auditmod1.c: Reduce duplication.
4519 2005-01-16  Andreas Schwab  <schwab@suse.de>
4521         * sysdeps/m68k/dl-machine.h: Remove trampoline code.  Define
4522         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4523         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4524         GLRO(dl_profile) != NULL.
4525         * sysdeps/m68k/dl-trampoline.S: New file.
4526         * sysdeps/m68k/bits/link.h: New file.
4527         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add m68k
4528         variants.
4529         * elf/tst-auditmod1.c: Add m68k support.
4531 2005-01-14  Ulrich Drepper  <drepper@redhat.com>
4533         * posix/regcomp.c [!_LIBC] (init_dfa): Fix determining of relevant
4534         LC_* variable.  Patch by Aharon Robbins <arnold@skeeve.com>.
4536         [BZ #731]
4537         * stdlib/fmtmsg.c (internal_addseverity): Remove incorrect free call.
4538         * stdlib/tst-fmtmsg.c (main): Add another addseverity test.
4540 2005-01-12  Ulrich Drepper  <drepper@redhat.com>
4542         * elf/dl-load.c (_dl_map_object_from_fd): We don't have to allow
4543         callers from libc anymore.
4545         * elf/dl-open.c (dl_open_worker): Pass __RTLD_AUDIT flag from caller
4546         to _dl_map_object_deps.
4547         * elf/dl-load.c (_dl_map_object_from_fd): Don't change memory
4548         protections when loading auditing modules.
4550         * dlfcn/dlopen.c (dlopen_doit): Catch invalid mode arguments and fail.
4552         * posix/getconf.c: Update copyright year.
4553         * nss/getent.c: Likewise.
4554         * nscd/nscd_nischeck.c: Likewise.
4555         * iconv/iconvconfig.c: Likewise.
4556         * iconv/iconv_prog.c: Likewise.
4557         * elf/ldconfig.c: Likewise.
4558         * catgets/gencat.c: Likewise.
4559         * csu/version.c: Likewise.
4560         * elf/ldd.bash.in: Likewise.
4561         * elf/sprof.c (print_version): Likewise.
4562         * locale/programs/locale.c: Likewise.
4563         * locale/programs/localedef.c: Likewise.
4564         * nscd/nscd.c (print_version): Likewise.
4565         * debug/xtrace.sh: Likewise.
4566         * malloc/memusage.sh: Likewise.
4567         * malloc/mtrace.pl: Likewise.
4568         * debug/catchsegv.sh: Likewise.
4570 2005-01-11  Thorsten Kukuk  <kukuk@suse.de>
4572         [BZ #733]
4573         * sunrpc/svc_tcp.c (svctcp_create): Call listen with SOMAXCONN
4574         as backlog.
4575         * sunrpc/svc_unix.c (svcunix_create): Likewise.
4577         [BZ #1099]
4578         * grp/putgrent.c (putgrent): Don't write 0 as group
4579         ID if groupname starts with + or -.
4580         * pwd/putpwent.c (putpwent): Don't write 0 as user or
4581         group ID if user name starts with + or -.
4583 2005-01-09  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4585         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add sh variants.
4586         * sysdeps/elf/tst-auditmod1.c: Add sh support.
4587         * sysdeps/sh/bits/link.h: New.
4588         * sysdeps/sh/dl-machine.h: Remove trampoline code here.  Define
4589         ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.  Remove obsolete comments.
4590         (RTLD_START): Define __fpscr_values.
4591         * sysdeps/sh/dl-trampoline.S: New file.
4592         * sysdeps/sh/sh4/dl-trampoline.S: New file.
4593         * sysdeps/sh/sh4/Versions [ld]: Add __fpscr_values.
4594         * sysdeps/sh/sh4/dl-machine.h: Remove.
4596 2005-01-10  Jakub Jelinek  <jakub@redhat.com>
4598         [BZ #732]
4599         * time/tst-strptime.c (day_tests): Add 2 new tests.
4600         (test_tm, main): Issue an error instead of segfaulting if
4601         strptime returns NULL.
4603 2005-01-10  H.J. Lu  <hongjiu.lu@intel.com>
4605         * sysdeps/alpha/libc-tls.c (__tls_get_addr): Updated for dtv_t union.
4606         * sysdeps/ia64/libc-tls.c (__tls_get_addr): Likewise.
4608 2005-01-11  Ulrich Drepper  <drepper@redhat.com>
4610         * malloc/malloc.h: Remove no-glibc support.
4612 2005-01-12  GOTO Masanori  <gotom@debian.or.jp>
4614         [BZ #650]
4615         * malloc/malloc.h: Always include features.h.
4617 2005-01-10  Roland McGrath  <roland@redhat.com>
4619         * sysdeps/ia64/fpu/e_logl.c: File removed.
4621         * dlfcn/dlfcn.c (init): Fix typo in attribute decl.
4623 2005-01-10  Ulrich Drepper  <drepper@redhat.com>
4625         * sysdeps/generic/dl-tls.c (_dl_next_tls_modid): Fix assertion and
4626         recognition of last entry.
4628 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
4630         * elf/dl-runtime.c: Include <sys/param.h>.
4632         * elf/Makefile (headers): Add bits/link.h.
4634 2005-01-09  Andreas Schwab  <schwab@suse.de>
4636         * elf/rtld.c (dl_main): Create main_map with __RTLD_OPENEXEC.
4638 2005-01-09  Andreas Jaeger  <aj@suse.de>
4640         [BZ #732]
4641         * time/strptime_l.c (__strptime_internal): Add braces to avoid
4642         warning.
4644         * sysdeps/x86_64/bits/link.h: Use vector_size for GCC 4.0.
4646         * elf/rtld.c (dl_main): Call _dl_add_to_slotinfo only if USE_TLS.
4648 2005-01-08  Jakub Jelinek  <jakub@redhat.com>
4650         * elf/Makefile (generated): Add tst-pie1{,.out,.o}.
4652 2005-01-09  Ulrich Drepper  <drepper@redhat.com>
4654         * elf/dl-fini.c (_dl_fini): Call destructors of audit DSOs after
4655         those of all the regular objects.
4657         * elf/dl-debug.c (_dl_debug_initialize): Take extra parameter and
4658         use it to select the r_debug structure for that namespace.
4659         * elf/dl-close.c (_dl_close): Adjust call to _dl_debug_initialize.
4660         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4661         * elf/dl-open.c (_dl_open): Likewise.
4662         * elf/rtld.c (dl_main): Likewise.
4663         * sysdeps/generic/ldsodefs.h (struct link_namespaces): Add _ns_debug
4664         member.
4665         (_dl_debug_initialize): Add new parameter in declaration.
4667         * elf/dl-close.c (_dl_close): Make sure auditing callbacks are not
4668         called for the auditing objects themselves.
4669         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
4671 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
4673         * sysdeps/powerpc/powerpc64/dl-machine.h
4674         (elf_machine_runtime_setup): If profile != 0 does not anymore mean
4675         GLRO(dl_profile) != NULL.
4676         * sysdeps/powerpc/powerpc64/bits/link.h (struct la_ppc64_regs): Add
4677         padding.
4678         * sysdeps/powerpc/powerpc64/dl-trampoline.S: (_dl_profile_resolve):
4679         Extend _dl_prof_resolve to add pass extra parameters to
4680         _dl_profile_fixup and set up structure with register content.
4682         * sysdeps/powerpc/powerpc32/dl-machine.c (__elf_machine_runtime_setup):
4683         If profile != 0 does not anymore mean GLRO(dl_profile) != NULL.
4684         * sysdeps/powerpc/powerpc32/dl-trampoline.S (_dl_prof_resolve):
4685         Extend _dl_prof_resolve to add pass extra parameters to
4686         _dl_profile_fixup and set up structure with register content.
4687         * sysdeps/powerpc/powerpc32/bits/link.h: Fix types of some fields in
4688         the register and result structures.
4689         * sysdeps/powerpc/powerpc64/bits/link.h: Fix types of some fields
4690         in the 32-bit register and result structures.
4692         * sysdeps/powerpc/powerpc64/dl-trampoline.S: Use register names.
4694         * sysdeps/powerpc/powerpc32/dl-trampoline.S: New file.
4695         * sysdeps/powerpc/powerpc32/dl-machine.h: Remove trampoline code here.
4696         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4697         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc32 variants.
4698         * elf/tst-auditmod1.c: Add ppc32 support.
4699         * sysdeps/powerpc/powerpc32/bits/link.h: New file.
4700         * sysdeps/powerpc/powerpc64/bits/link.h: Add ppc32 definitions.
4702         * malloc/malloc.c (malloc_printerr): Print program name as part of
4703         error message.
4705         * misc/sys/cdefs.h (__attribute_warn_unused_result__): Define.
4706         * stdlib/stdlib.h: Make realloc with
4707         __attribute_warn_unused_result__ instead of __wur.
4708         * malloc/malloc.h: Add __wur and __attribute_warn_unused_result__
4709         markers as in <stdlib.h>.
4711         * libio/stdio.h: Remove __wur from rename and remove.
4712         * posix/unistd.h: Remove __wur from dup2.
4714 2005-01-03  Andreas Jaeger  <aj@suse.de>
4716         * elf/Makefile (tests): Revert patch from 2005-01-03.
4718 2005-01-07  Ulrich Drepper  <drepper@redhat.com>
4720         * sysdeps/unix/sysv/linux/init-first.c (__libc_init_first): Don't
4721         make __libc_init_first hidden.
4723         * elf/rtld.c [!DONT_USE_BOOTSTRAP_MAP] (_dl_start_final): Initialize
4724         l_relocated of rtld map.
4725         * sysdeps/powerpc/powerpc64/dl-trampoline.S: New file.
4726         * sysdeps/powerpc/powerpc64/dl-machine.h: Remove trampoline code here.
4727         Define ARCH_LA_PLTENTER and ARCH_LA_PLTEXIT.
4728         * sysdeps/generic/ldsodefs.h (struct audit_ifaces): Add ppc64 variants.
4729         * elf/tst-auditmod1.c: Add ppc64 support.
4730         * sysdeps/powerpc/powerpc64/bits/link.h: New file.
4732 2005-01-06  Roland McGrath  <roland@redhat.com>
4734         [BZ #633]
4735         * sysdeps/unix/sysv/linux/futimes.c (__futimes): Catch errno values
4736         indicating file-name lookup errors, and return ENOSYS or EBADF instead.
4738 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
4740         * csu/elf-init.c (__libc_csu_fini): Don't do anything here.
4741         * sysdeps/generic/libc-start.c: Don't register program destructor here.
4743         * dlfcn/Makefile: Add rules to build dlfcn.c.
4744         (LDFLAGS-dl.so): Removed.
4745         * dlfcn/dlclose.c: _dl_close is now in ld.so, use function pointer
4746         table.
4747         * dlfcn/dlmopen.c: Likewise for _dl_open.
4748         * dlfcn/dlopen.c: Likewise.
4749         * dlfcn/dlopenold.c: Likewise.
4750         * elf/dl-libc.c: Likewise for _dl_open and _dl_close.
4751         * elf/Makefile (routines): Remove dl-open and dl-close.
4752         (dl-routines): Add dl-open, dl-close, and dl-trampoline.
4753         Add rules to build and run tst-audit1.
4754         * elf/tst-audit1.c: New file.
4755         * elf/tst-auditmod1.c: New file.
4756         * elf/Versions [libc]: Remove _dl_open and _dl_close.
4757         * elf/dl-close.c: Change for use inside ld.so instead of libc.so.
4758         * elf/dl-open.c: Likewise.
4759         * elf/dl-debug.c (_dl_debug_initialize): Allow reinitialization,
4760         signaled by nonzero parameter.
4761         * elf/dl-init.c: Fix use of r_state.
4762         * elf/dl-load.c: Likewise.
4764         * elf/dl-close.c: Add auditing checkpoints.
4765         * elf/dl-open.c: Likewise.
4766         * elf/dl-fini.c: Likewise.
4767         * elf/dl-load.c: Likewise.
4768         * elf/dl-sym.c: Likewise.
4769         * sysdeps/generic/libc-start.c: Likewise.
4770         * elf/dl-object.c: Allocate memory for auditing information.
4771         * elf/dl-reloc.c: Remove RESOLV.  We now always need the map.
4772         Correctly initialize slotinfo.
4773         * elf/dynamic-link.h: Adjust after removal of RESOLV.
4774         * sysdeps/hppa/dl-lookupcfg.h: Likewise.
4775         * sysdeps/ia64/dl-lookupcfg.h: Likewise.
4776         * sysdeps/powerpc/powerpc64/dl-lookupcfg.h: Removed.
4777         * elf/dl-runtime.c (_dl_fixup): Little cleanup.
4778         (_dl_profile_fixup): New parameters to point to register struct and
4779         variable for frame size.
4780         Add auditing checkpoints.
4781         (_dl_call_pltexit): New function.
4782         Don't define trampoline code here.
4783         * elf/rtld.c: Recognize LD_AUDIT.  Load modules on startup.
4784         Remove all the functions from _rtld_global_ro which only _dl_open
4785         and _dl_close needed.
4786         Add auditing checkpoints.
4787         * elf/link.h: Define symbols for auditing interfaces.
4788         * include/link.h: Likewise.
4789         * include/dlfcn.h: Define __RTLD_AUDIT.
4790         Remove prototypes for _dl_open and _dl_close.
4791         Adjust access to argc and argv in libdl.
4792         * dlfcn/dlfcn.c: New file.
4793         * sysdeps/generic/dl-lookupcfg.h: Remove all content now that RESOLVE
4794         is gone.
4795         * sysdeps/generic/ldsodefs.h: Add definitions for auditing interfaces.
4796         * sysdeps/generic/unsecvars.h: Add LD_AUDIT.
4797         * sysdeps/i386/dl-machine.h: Remove trampoline code here.
4798         Adjust for removal of RESOLVE.
4799         * sysdeps/x86_64/dl-machine.h: Likewise.
4800         * sysdeps/generic/dl-trampoline.c: New file.
4801         * sysdeps/i386/dl-trampoline.c: New file.
4802         * sysdeps/x86_64/dl-trampoline.c: New file.
4804         * sysdeps/generic/dl-tls.c: Cleanups.  Fixup for dtv_t change.
4805         Fix updating of DTV.
4806         * sysdeps/generic/libc-tls.c: Likewise.
4808         * sysdeps/arm/bits/link.h: Renamed to ...
4809         * sysdeps/arm/bits/linkmap.h: ...this.
4810         * sysdeps/generic/bits/link.h: Renamed to...
4811         * sysdeps/generic/bits/linkmap.h: ...this.
4812         * sysdeps/hppa/bits/link.h: Renamed to...
4813         * sysdeps/hppa/bits/linkmap.h: ...this.
4814         * sysdeps/i386/bits/link.h: Renamed to...
4815         * sysdeps/i386/bits/linkmap.h: ...this.
4816         * sysdeps/ia64/bits/link.h: Renamed to...
4817         * sysdeps/ia64/bits/linkmap.h: ...this.
4818         * sysdeps/s390/bits/link.h: Renamed to...
4819         * sysdeps/s390/bits/linkmap.h: ...this.
4820         * sysdeps/sh/bits/link.h: Renamed to...
4821         * sysdeps/sh/bits/linkmap.h: ...this.
4822         * sysdeps/x86_64/bits/link.h: Renamed to...
4823         * sysdeps/x86_64/bits/linkmap.h: ...this.
4825         * posix/unistd.h: Declare ftruncate for POSIX 2003.  [BZ #640]
4827 2004-12-22  Steven Munroe  <sjmunroe@us.ibm.com>
4829         [BZ #602]
4830         * math/libm-test.inc (rint_test_tonearest): New test.
4831         (rint_test_towardzero): New test.
4832         (rint_test_downward): New test.
4833         (rint_test_upward): New test.
4834         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: Fix -0.0 case.
4835         Remove redundant const values.
4836         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: Fix -0.0 case.
4837         Remove redundant const values.  Use float const.
4838         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Fix -0.0 case.
4839         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Fix -0.0 case.
4840         Use float const.
4841         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Fix -0.0 case.
4842         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Fix -0.0 case.
4843         Use float const.
4844         * sysdeps/powerpc/powerpc32/fpu/s_round.S: Fix -0.0 case.
4845         Remove redundant const values.
4846         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Fix -0.0 case.
4847         Remove redundant const values.  Use float const.
4848         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Fix -0.0 case.
4849         Remove redundant const values.
4850         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Fix -0.0 case.
4851         Remove redundant const values.  Use float const.
4852         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: Use EALIGN for Quadword
4853         alignment.  Fix -0.0 case.  Remove redundant const values.
4854         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Use EALIGN for Quadword
4855         alignment.  Fix -0.0 case.  Remove redundant const values.
4856         Use float const.
4857         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Use EALIGN for Quadword
4858         alignment.  Fix -0.0 case.
4859         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Use EALIGN for Quadword
4860         alignment.  Fix -0.0 case.  Use float const.
4861         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Use EALIGN for Quadword
4862         alignment.  Fix -0.0 case.
4863         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Use EALIGN for Quadword
4864         alignment.  Fix -0.0 case.  Use float const.
4865         * sysdeps/powerpc/powerpc64/fpu/s_round.S: Use EALIGN for Quadword
4866         alignment.  Fix -0.0 case.  Remove redundant const values.
4867         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Use EALIGN for Quadword
4868         alignment.  Fix -0.0 case.  Remove redundant const values.
4869         Use float const.
4870         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Use EALIGN for Quadword
4871         alignment.  Fix -0.0 case.
4872         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Use EALIGN for Quadword
4873         alignment.  Fix -0.0 case.  Remove redundant const values.
4874         Use float const.
4876 2005-01-06  Ulrich Drepper  <drepper@redhat.com>
4878         * misc/sys/cdefs.h: Define __wur.
4879         * libio/stdio.h: Use __wur for a number of interfaces.
4880         * posix/unistd.h: Likewise.
4881         * stdlib/stdlib.h: Likewise.
4883 2004-12-29  Jakub Jelinek  <jakub@redhat.com>
4885         [BZ #592]
4886         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Use
4887         libc_hidden_proto instead of HIDDEN_PROTO.
4888         * sysdeps/ia64/fpu/libm-symbols.h (HIDDEN_PROTO): Remove.
4889         (__libm_error_support): If ASSEMBLER and in libc, define to
4890         HIDDEN_JUMPTARGET(__libm_error_support).
4892 2004-12-28  David Mosberger  <davidm@hpl.hp.com>
4894         [BZ #592]
4895         * sysdeps/ia64/fpu/Makefile (duplicated-routines): New macro.
4896         (sysdep_routines): Replace libm_ldexp{,f,l} and libm_scalbn{,f,l}
4897         with $(duplicated-routines).
4898         (libm-sysdep_routines): Likewise, but substitute "s_" prefix for
4899         "m_" prefix.
4901 2004-12-27  David Mosberger  <davidm@hpl.hp.com>
4903         [BZ #592]
4904         * sysdeps/ia64/fpu/libm-symbols.h: Add include of <sysdep.h> and
4905         undefine "ret" macro.  Add __libm_error_support hidden definitions.
4907         [BZ #592]
4908         * sysdeps/ia64/fpu/e_lgamma_r.c: Remove CVS-id comment.  Add
4909         missing portion of copyright statement.
4910         * sysdeps/ia64/fpu/e_lgammaf_r.c: Likewise.
4911         * sysdeps/ia64/fpu/e_lgammal_r.c: Likewise.
4913         [BZ #592]
4914         * sysdeps/ia64/fpu/w_lgamma.c: Remove CVS-id comment.  Add
4915         missing portion of copyright statement.
4916         (__ieee754_lgamma): Rename from lgamma().  Make lgamma() a weak alias.
4917         (__ieee754_gamma): Likewise.
4918         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
4919         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
4921 2004-12-09  H.J. Lu <hjl@lucon.org>
4923         [BZ #592]
4924         * sysdeps/ia64/fpu/s_nextafterl.c: Remove.
4925         * sysdeps/ia64/fpu/s_nexttoward.c: Likewise.
4926         * sysdeps/ia64/fpu/s_nexttowardf.c: Likewise.
4927         * sysdeps/ia64/fpu/e_atan2l.S: Remove (duplicate of e_atan2l.c).
4928         * sysdeps/ia64/fpu/e_expl.S: Likewise.
4929         * sysdeps/ia64/fpu/e_logl.c: Remove (conflicts with e_logl.S).
4931 2004-11-18  David Mosberger  <davidm@hpl.hp.com>
4933         [BZ #592]
4934         * sysdeps/ia64/fpu/README: New file.
4935         * sysdeps/ia64/fpu/gen_import_file_list: New file.
4936         * sysdeps/ia64/fpu/import_check: Likewise.
4937         * sysdeps/ia64/fpu/import_diffs: Likewise.
4938         * sysdeps/ia64/fpu/import_file.awk: Likewise.
4939         * sysdeps/ia64/fpu/import_intel_libm: Likewise.
4940         * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
4942         [BZ #592]
4943         * sysdeps/ia64/fpu/e_acos.S: Update from Intel libm v2.1+.
4944         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4945         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4946         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4947         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4948         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4949         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4950         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4951         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4952         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4953         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4954         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4955         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4956         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4957         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4958         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4959         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4960         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4961         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4962         * sysdeps/ia64/fpu/e_log.S: Likewise.
4963         * sysdeps/ia64/fpu/e_log2.S: Likewise.
4964         * sysdeps/ia64/fpu/e_log2f.S: Likewise.
4965         * sysdeps/ia64/fpu/e_log2l.S: Likewise.
4966         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4967         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4968         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4969         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4970         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4971         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4972         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4973         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4974         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4975         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4976         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4977         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4978         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4979         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4980         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4981         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4982         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4983         * sysdeps/ia64/fpu/libm_reduce.c: Likewise.
4984         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4985         * sysdeps/ia64/fpu/s_atan.S: Likewise.
4986         * sysdeps/ia64/fpu/s_atanf.S: Likewise.
4987         * sysdeps/ia64/fpu/s_atanl.S: Likewise.
4988         * sysdeps/ia64/fpu/s_cbrt.S: Likewise.
4989         * sysdeps/ia64/fpu/s_cbrtf.S: Likewise.
4990         * sysdeps/ia64/fpu/s_cbrtl.S: Likewise.
4991         * sysdeps/ia64/fpu/s_ceil.S: Likewise.
4992         * sysdeps/ia64/fpu/s_ceilf.S: Likewise.
4993         * sysdeps/ia64/fpu/s_ceill.S: Likewise.
4994         * sysdeps/ia64/fpu/s_cos.S: Likewise.
4995         * sysdeps/ia64/fpu/s_cosf.S: Likewise.
4996         * sysdeps/ia64/fpu/s_cosl.S: Likewise.
4997         * sysdeps/ia64/fpu/s_expm1.S: Likewise.
4998         * sysdeps/ia64/fpu/s_expm1f.S: Likewise.
4999         * sysdeps/ia64/fpu/s_expm1l.S: Likewise.
5000         * sysdeps/ia64/fpu/s_fabs.S: Likewise.
5001         * sysdeps/ia64/fpu/s_fabsf.S: Likewise.
5002         * sysdeps/ia64/fpu/s_fabsl.S: Likewise.
5003         * sysdeps/ia64/fpu/s_floor.S: Likewise.
5004         * sysdeps/ia64/fpu/s_floorf.S: Likewise.
5005         * sysdeps/ia64/fpu/s_floorl.S: Likewise.
5006         * sysdeps/ia64/fpu/s_frexp.c: Likewise.
5007         * sysdeps/ia64/fpu/s_frexpf.c: Likewise.
5008         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
5009         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
5010         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
5011         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
5012         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
5013         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
5014         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
5015         * sysdeps/ia64/fpu/s_logb.S: Likewise.
5016         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
5017         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
5018         * sysdeps/ia64/fpu/s_modf.S: Likewise.
5019         * sysdeps/ia64/fpu/s_modff.S: Likewise.
5020         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
5021         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
5022         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
5023         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
5024         * sysdeps/ia64/fpu/s_rint.S: Likewise.
5025         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
5026         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
5027         * sysdeps/ia64/fpu/s_round.S: Likewise.
5028         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
5029         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
5030         * sysdeps/ia64/fpu/s_significand.S: Likewise.
5031         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
5032         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
5033         * sysdeps/ia64/fpu/s_tan.S: Likewise.
5034         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
5035         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
5036         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
5037         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
5038         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
5040         [BZ #592]
5041         * sysdeps/ia64/fpu/e_acosh.S: New file from Intel libm v2.1+.
5042         * sysdeps/ia64/fpu/e_acoshf.S: Likewise.
5043         * sysdeps/ia64/fpu/e_acoshl.S: Likewise.
5044         * sysdeps/ia64/fpu/e_atanh.S: Likewise.
5045         * sysdeps/ia64/fpu/e_atanhf.S: Likewise.
5046         * sysdeps/ia64/fpu/e_atanhl.S: Likewise.
5047         * sysdeps/ia64/fpu/e_exp10.S: Likewise.
5048         * sysdeps/ia64/fpu/e_exp10f.S: Likewise.
5049         * sysdeps/ia64/fpu/e_exp10l.S: Likewise.
5050         * sysdeps/ia64/fpu/e_exp2.S: Likewise.
5051         * sysdeps/ia64/fpu/e_exp2f.S: Likewise.
5052         * sysdeps/ia64/fpu/e_exp2l.S: Likewise.
5053         * sysdeps/ia64/fpu/e_lgamma_r.S: Likewise.
5054         * sysdeps/ia64/fpu/e_lgammaf_r.S: Likewise.
5055         * sysdeps/ia64/fpu/e_lgammal_r.S: Likewise.
5056         * sysdeps/ia64/fpu/e_logl.S: Likewise.
5057         * sysdeps/ia64/fpu/libm_frexp.S: Likewise.
5058         * sysdeps/ia64/fpu/libm_frexpf.S: Likewise.
5059         * sysdeps/ia64/fpu/libm_frexpl.S: Likewise.
5060         * sysdeps/ia64/fpu/s_libm_ldexp.S: Likewise.
5061         * sysdeps/ia64/fpu/s_libm_ldexpf.S: Likewise.
5062         * sysdeps/ia64/fpu/s_libm_ldexpl.S: Likewise.
5063         * sysdeps/ia64/fpu/s_libm_scalbn.S: Likewise.
5064         * sysdeps/ia64/fpu/s_libm_scalbnf.S: Likewise.
5065         * sysdeps/ia64/fpu/s_libm_scalbnl.S: Likewise.
5066         * sysdeps/ia64/fpu/libm_lgamma.S: Likewise.
5067         * sysdeps/ia64/fpu/libm_lgammaf.S: Likewise.
5068         * sysdeps/ia64/fpu/libm_lgammal.S: Likewise.
5069         * sysdeps/ia64/fpu/libm_sincos.S: Likewise.
5070         * sysdeps/ia64/fpu/libm_sincos_large.S: Likewise.
5071         * sysdeps/ia64/fpu/libm_sincosf.S: Likewise.
5072         * sysdeps/ia64/fpu/libm_sincosl.S: Likewise.
5073         * sysdeps/ia64/fpu/libm_scalblnf.S: Likewise.
5074         * sysdeps/ia64/fpu/s_asinh.S: Likewise.
5075         * sysdeps/ia64/fpu/s_asinhf.S: Likewise.
5076         * sysdeps/ia64/fpu/s_asinhl.S: Likewise.
5077         * sysdeps/ia64/fpu/s_erf.S: Likewise.
5078         * sysdeps/ia64/fpu/s_erfc.S: Likewise.
5079         * sysdeps/ia64/fpu/s_erfcf.S: Likewise.
5080         * sysdeps/ia64/fpu/s_erfcl.S: Likewise.
5081         * sysdeps/ia64/fpu/s_erff.S: Likewise.
5082         * sysdeps/ia64/fpu/s_erfl.S: Likewise.
5083         * sysdeps/ia64/fpu/s_fdim.S: Likewise.
5084         * sysdeps/ia64/fpu/s_fdimf.S: Likewise.
5085         * sysdeps/ia64/fpu/s_fdiml.S: Likewise.
5086         * sysdeps/ia64/fpu/s_fma.S: Likewise.
5087         * sysdeps/ia64/fpu/s_fmaf.S: Likewise.
5088         * sysdeps/ia64/fpu/s_fmal.S: Likewise.
5089         * sysdeps/ia64/fpu/s_fmax.S: Likewise.
5090         * sysdeps/ia64/fpu/s_fmaxf.S: Likewise.
5091         * sysdeps/ia64/fpu/s_fmaxl.S: Likewise.
5092         * sysdeps/ia64/fpu/s_ldexp.c: Likewise.
5093         * sysdeps/ia64/fpu/s_ldexpf.c: Likewise.
5094         * sysdeps/ia64/fpu/s_ldexpl.c: Likewise.
5095         * sysdeps/ia64/fpu/s_nextafter.S: Likewise.
5096         * sysdeps/ia64/fpu/s_nextafterf.S: Likewise.
5097         * sysdeps/ia64/fpu/s_nextafterl.S: Likewise.
5098         * sysdeps/ia64/fpu/s_nexttoward.S: Likewise.
5099         * sysdeps/ia64/fpu/s_nexttowardf.S: Likewise.
5100         * sysdeps/ia64/fpu/s_nexttowardl.S: Likewise.
5101         * sysdeps/ia64/fpu/s_tanh.S: Likewise.
5102         * sysdeps/ia64/fpu/s_tanhf.S: Likewise.
5103         * sysdeps/ia64/fpu/s_tanhl.S: Likewise.
5104         * sysdeps/ia64/fpu/s_scalblnf.c: Likewise.
5105         * sysdeps/ia64/fpu/w_lgamma.c: Likewise.
5106         * sysdeps/ia64/fpu/w_lgammaf.c: Likewise.
5107         * sysdeps/ia64/fpu/w_lgammal.c: Likewise.
5108         * sysdeps/ia64/fpu/w_tgamma.S: Likewise.
5109         * sysdeps/ia64/fpu/w_tgammaf.S: Likewise.
5110         * sysdeps/ia64/fpu/w_tgammal.S: Likewise.
5112         [BZ #592]
5113         * sysdeps/ia64/fpu/e_gamma_r.c: New empty dummy-file.
5114         * sysdeps/ia64/fpu/e_gammaf_r.c: Likewise.
5115         * sysdeps/ia64/fpu/e_gammal_r.c: Likewise.
5116         * sysdeps/ia64/fpu/w_acosh.c: Likewise.
5117         * sysdeps/ia64/fpu/w_acoshf.c: Likewise.
5118         * sysdeps/ia64/fpu/w_acoshl.c: Likewise.
5119         * sysdeps/ia64/fpu/w_atanh.c: Likewise.
5120         * sysdeps/ia64/fpu/w_atanhf.c: Likewise.
5121         * sysdeps/ia64/fpu/w_atanhl.c: Likewise.
5122         * sysdeps/ia64/fpu/w_exp10.c: Likewise.
5123         * sysdeps/ia64/fpu/w_exp10f.c: Likewise.
5124         * sysdeps/ia64/fpu/w_exp10l.c: Likewise.
5125         * sysdeps/ia64/fpu/w_exp2.c: Likewise.
5126         * sysdeps/ia64/fpu/w_exp2f.c: Likewise.
5127         * sysdeps/ia64/fpu/w_exp2l.c: Likewise.
5128         * sysdeps/ia64/fpu/w_expl.c: Likewise.
5129         * sysdeps/ia64/fpu/e_expl.S: Likewise.
5130         * sysdeps/ia64/fpu/w_lgamma_r.c: Likewise.
5131         * sysdeps/ia64/fpu/w_lgammaf_r.c: Likewise.
5132         * sysdeps/ia64/fpu/w_lgammal_r.c: Likewise.
5133         * sysdeps/ia64/fpu/w_log2.c: Likewise.
5134         * sysdeps/ia64/fpu/w_log2f.c: Likewise.
5135         * sysdeps/ia64/fpu/w_log2l.c: Likewise.
5136         * sysdeps/ia64/fpu/w_sinh.c: Likewise.
5137         * sysdeps/ia64/fpu/w_sinhf.c: Likewise.
5138         * sysdeps/ia64/fpu/w_sinhl.c: Likewise.
5140         [BZ #592]
5141         * sysdeps/ia64/fpu/libm_atan2_reg.S: Remove.
5142         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
5143         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
5144         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
5145         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
5146         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
5147         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
5149         [BZ #592]
5150         * sysdeps/ia64/fpu/s_sincos.c: Make it an empty dummy-file.
5151         * sysdeps/ia64/fpu/s_sincosf.c: Likewise.
5152         * sysdeps/ia64/fpu/s_sincosl.c: Likewise.
5154         [BZ #592]
5155         * sysdeps/ia64/fpu/e_atan2l.S: Add "Not needed" comment.
5157         [BZ #592]
5158         * sysdeps/ia64/fpu/s_copysign.S: Add __libm_copysign{,f,l}
5159         alias for use by libm_error.c
5161         [BZ #592]
5162         * sysdeps/ia64/fpu/Makefile (libm-sysdep_routines): Remove
5163         libm_atan2_reg, libm_tan, libm_frexp4{f,l}.
5164         Mention s_erfc{,f,l}, libm_frexp{,f,l}, libm_ldexp{,f,l},
5165         libm_sincos{,f,l}, libm_sincos_large, libm_lgamma{,f,l},
5166         libm_scalbn{,f,l}, libm_scalblnf.
5167         (sysdep_routines): Remove libm_frexp4{,f,l}.
5168         Mention libm_frexp{,f,l}, libm_ldexp{,f,l}, and libm_scalbn{,f,l}.
5169         (sysdep-CPPFLAGS): Add -include libm-symbols.h, -D__POSIX__,
5170         _D_LIB_VERSIONIMF=_LIB_VERSION, -DSIZE_LONG_INT_64, and
5171         -DSIZE_LONG_LONG_INT_64.
5173 2005-01-05  Steven Munroe  <sjmunroe@us.ibm.com>
5175         [BZ #729]
5176         * elf/rtld.c (dl_main) [NEED_DL_SYSINFO_DSO]: Insure l_map_end and
5177         l_text_end are set for a VDSO with a single PT_LOAD entry.
5179 2005-01-05  Ulrich Drepper  <drepper@redhat.com>
5181         [BZ #730]
5182         * libio/iofopncook.c (_IO_cookie_seekoff): Define.  Mark offset as
5183         invalid to disable optimizations in fileops which won't work here.
5184         (_IO_cookie_jumps): Use it.
5185         (_IO_old_cookie_jumps): Likewise.
5186         * libio/fmemopen.c (fmemopen_seek): Result must be returned in *P,
5187         not the return value.
5188         * stdio-common/Makefile (tests): Add tst-fmemopen2.
5189         * stdio-common/tst-fmemopen2.c: New file.
5191         * sysdeps/unix/sysv/linux/bits/waitflags.h: Define __WNOTHREAD.
5193 2005-01-05  Roland McGrath  <roland@redhat.com>
5195         * configure.in (libc_cv_cpp_asm_debuginfo): Checked moved ...
5196         * sysdeps/i386/configure.in: ... here.  New file.
5198 2005-01-03  Ulrich Drepper  <drepper@redhat.com>
5200         [BZ #727]
5201         * sysdeps/generic/libc-start.c [SHARED] (__libc_start_main): Don't
5202         initialize __environ again.
5203         * stdlib/Makefile: Add rules to build and run tst-putenv.
5204         * stdlib/tst-putenv.c: New file.
5205         * stdlib/tst-putenvmod.c: New file.
5207         * sysdeps/unix/sysv/linux/init-first.c: Clean file up.  Don't
5208         define unnecessary wrappers or aliases of static functions.
5210 2005-01-03  Andreas Jaeger  <aj@suse.de>
5212         * csu/Makefile (generated): Add start.os and start.ob.
5214         * elf/Makefile (tests): Change rule for tst-pie1 so that make
5215         clean works.
5217 2004-12-29  Roland McGrath  <roland@redhat.com>
5219         [BZ #626]
5220         * sysdeps/unix/alarm.c (alarm): Round return value to nearest rather
5221         than always up; when nearest is zero, round up to one.
5223 2004-12-28  Ulrich Drepper  <drepper@redhat.com>
5225         * po/es.po: Update from translation team.
5227         [BZ #726]
5228         * sysdeps/generic/dl-tls.c (__tls_get_addr): Fix typo.
5230 2004-12-27  Ulrich Drepper  <drepper@redhat.com>
5232         [BZ #744]
5233         * include/signal.h: Define __sigemptyset.
5235 2004-04-27  Paolo Bonzini  <bonzini@gnu.org>
5237         * posix/regex_internal.h (struct re_dfastate_t): Make
5238         word_trtable a pointer to the 512-item transition table.
5239         * posix/regexec.c (build_trtable): Fill in either state->trtable
5240         or state->word_trtable.  Return a boolean indicating success.
5241         (transit_state): Expect state->trtable to be a 256-item
5242         transition table.  Reorganize code to have less tests in
5243         the common case, and to save an indentation level.
5244         * posix/regex_internal.c (free_state): Free word_trtable.
5246 2004-12-21  Jakub Jelinek  <jakub@redhat.com>
5248         [BZ #723]
5249         * sysdeps/unix/sysv/linux/i386/clone.S (__clone): Make sure %esp when
5250         calling fn is 16 byte aligned.
5251         * sysdeps/i386/tst-stack-align.h: New file.
5253         [BZ #725]
5254         * misc/efgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5255         (ecvt_r): Special case denormals.
5256         * misc/qefgcvt_r.c (FLOAT_MIN_10_EXP, FLOAT_MIN_10_NORM): Define.
5257         * misc/tst-efgcvt.c: Include float.h.
5258         (ecvt_tests): Add 2 new tests.
5260 2004-12-20  Roland McGrath  <roland@frob.com>
5262         * version.h (RELEASE, VERSION): development, 2.3.90
5263         * include/features.h (__GLIBC_MINOR__): Now 4.
5266 See ChangeLog.15 for earlier changes.