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