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