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