(CFLAGS-nscd_setup_thread.c): Set to -fpie.
[glibc.git] / ChangeLog
blob809ce764fe5292320f8146626b89e544f78de706
1 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
3         * sysdeps/unix/sysv/linux/bits/socket.h (__SCM_CONNECT): Removed.
5         * malloc/malloc.c (_int_free): Add inexpensive double free test.
7 2004-09-08  Roland McGrath  <roland@redhat.com>
9         * malloc/mcheck.c: Don't use __P.
10         Use prototypes definitions for static functions.
12 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
14         * sysdeps/ia64/fpu/bits/mathinline.h: Use __NTH instead of __THROW.
16 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
17             Jakub Jelinek  <jakub@redhat.com>
19         * nscd/nscd-client.h: Add a few #includes.
21         * nscd/Makefile (nscd-modules): Add nscd_setup_thread.
22         * nscd/connections.c (nscd_run): Call setup_thread for maintenance
23         threads.
24         * nscd/nscd-client.h (struct database_pers_head): Add
25         nscd_certainly_running field.
26         * nscd/nscd.h: Declare setup_thread.
27         * nscd/nscd_helper.c (__nscd_get_map_ref): Avoid the time test if
28         nscd_certainly_running is nonzero.
29         * sysdeps/generic/nscd_setup_thread.c: New file.
30         * sysdeps/unix/sysv/linux/nscd_setup_thread.c: New file.
32 2004-09-08  Ulrich Drepper  <drepper@redhat.com>
34         * nscd/connections.c: Implement r/o sharing of nscd's cache with client
35         processes via shared memory.
36         * nscd/nscd-client.h: Likewise.
37         * nscd/nscd.h: Likewise.
38         * nscd/nscd_conf.c: Likewise.
39         * nscd/nscd_getgr_r.c: Likewise.
40         * nscd/nscd_getpw_r.c: Likewise.
41         * nscd/nscd_gethst_r.c: Likewise.
42         * nscd/nscd.conf: Add new config parameters.
43         * nscd/Makefile (aux): Add nscd_helper.
44         * nscd/nscd_helper.c: New file.
45         * nscd/mem.c (gc): Indicate beginning and end of the gc cycle.
47         * nscd/hstcache.c: Simplify a lot.  We cache only the request itself,
48         no derived information.
49         * connections.c (nscd_init): Fix bug in testing size of the persistent.
51         * nis/Makefile (aux): Add nis_hash.
52         * nis/nis_hash.c: New file.  Split out from nis_util.c.
53         * nis/nis_util.c: Move __nis_hash code in separate file.
55         * csu/tst-atomic.c: Improve atomic_increment_val test which would
56         not have found a ppc bug.
58         * sysdeps/s390/fpu/bits/mathinline.h: Remove unnecessary includes.
60         * malloc/arena.c: Remove __MALLOC_P uses.
61         * malloc/malloc.c: Likewise.
63         * malloc/mtrace.c: Remove __P uses.
64         * malloc/mcheck-init.c: Likewise.
66 2004-09-07  Jakub Jelinek  <jakub@redhat.com>
68         * sysdeps/powerpc/powerpc64/configure.in: New file.
69         * config.h.in (USE_PPC64_OVERLAPPING_OPD): Add.
70         * configure.in (HAVE_ASM_GLOBAL_DOT_NAME): Remove.
71         * sysdeps/powerpc/powerpc64/sysdep.h: Formatting.
72         (OPD_ENT, BODY_LABEL, ENTRY_1, ENTRY_2, END_2, DOT_PREFIX,
73         BODY_PREFIX): Define.
74         (ENTRY, DOT_LABEL, END, TRACEBACK, END_GEN_TB, EALIGN): Support
75         HAVE_ASM_GLOBAL_DOT_NAME or no dot symbols,
76         USE_PPC64_OVERLAPPING_OPD or never overlapping .opd entries.
77         * sysdeps/powerpc/powerpc64/dl-machine.h: Include sysdep.h.
78         (TRAMPOLINE_TEMPLATE, RTLD_START): Use the new sysdep.h macros.
80 2004-09-07  Ulrich Drepper  <drepper@redhat.com>
82         * malloc/malloc.h: Don't define __THROW if it is already defined.
84         * sysdeps/powerpc/bits/atomic.h (atomic_increment): Define.
85         (atomic_decrement): Define.
87         * sysdeps/powerpc/bits/atomic.h: Implement atomic_increment_val and
88         atomic_decrement_val.
89         * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
90         * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
92         * csu/tst-atomic.c (do_test): Add tests of atomic_increment_val
93         and atomic_decrement_val.
95         * include/atomic.h: Define atomic_increment_val, atomic_decrement_val,
96         and atomic_delay is not already defined.
97         * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay.
98         * sysdeps/x86_64/bits/atomic.h: Likewise.
100         * miscd/sys/cdefs.h (__NTH): New macro.
101         (__THROW): Define using nothrow attribute for C code and gcc >= 3.2.
102         (__REDIRECT_NTH): New macro.
103         * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary.
104         * ctype/ctype.h: Likewise.
105         * dirent/dirent.h: Likewise.
106         * io/fcntl.h: Likewise.
107         * io/sys/sendfile.h: Likewise.
108         * io/sys/stat.h: Likewise.
109         * io/sys/statfs.h: Likewise.
110         * io/sys/statvfs.h: Likewise.
111         * libio/bits/stdio.h: Likewise.
112         * misc/sys/mman.h: Likewise.
113         * posix/unistd.h: Likewise.
114         * resource/sys/resource.h: Likewise.
115         * rt/aio.h: Likewise.
116         * signal/signal.h: Likewise.
117         * stdlib/stdlib.h: Likewise.
118         * string/argz.h: Likewise.
119         * string/string.h: Likewise.
120         * sysdeps/generic/inttypes.h: Likewise.
121         * sysdeps/i386/fpu/bits/mathinline.h: Likewise.
122         * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise.
123         * sysdeps/s390/fpu/bits/mathinline.h: Likewise.
124         * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
125         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
126         * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise.
127         * wcsmbs/wchar.h: Likewise.
129         * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate.
131         * resolv/gethnamaddr.c (getanswer): Remove __P use in variable
132         definition.
134         * io/sys/poll.h: Remove __THROW from poll prototype, it's a
135         cancellation point.
137         * io/fts.c (fts_open): Remove uses of __P.
139         * include/stdlib.h: No need to use __THROW in this header.
141 2004-09-06  Roland McGrath  <roland@frob.com>
143         * sysdeps/mach/hurd/dl-sysdep.c (__writev): Does use assert on FD
144         validity, since __assert_fail gets to here anyway.  Just fail.
146 2004-09-06  Ulrich Drepper  <drepper@redhat.com>
148         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix problem with
149         AF_UNSPEC lookup with AI_CANONNAME of name which has only IPv6
150         addresses.
152 2004-09-05  Richard Henderson  <rth@redhat.com>
154         * sysdeps/alpha/fpu/fraiseexcpt.c: Remove file.
155         * sysdeps/unix/sysv/linux/kernel-features.h
156         (__ASSUME_IEEE_RAISE_EXCEPTION): New.
157         * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.c: New file.
158         * sysdeps/unix/sysv/linux/alpha/kernel_sysinfo.h: New file.
159         * sysdeps/unix/sysv/linux/alpha/ieee_get_fp_control.S: Use it.
160         * sysdeps/unix/sysv/linux/alpha/ieee_set_fp_control.S: Likewise.
162 2004-09-05  Richard Henderson  <rth@redhat.com>
164         * sysdeps/alpha/div.S: Save and restore FPCR around fp operations.
165         * sysdeps/alpha/divl.S, sysdeps/alpha/divq.S, sysdeps/alpha/divqu.S,
166         sysdeps/alpha/ldiv.S, sysdeps/alpha/reml.S, sysdeps/alpha/remq.S,
167         sysdeps/alpha/remqu.S: Likewise.
168         * sysdeps/alpha/div_libc.h (FRAME): Increase to 64.
170 2004-09-05  Ulrich Drepper  <drepper@redhat.com>
172         * nscd/cache.c (cache_add): Correctly log GETHOSTBYADDR and
173         GETHOSTBYADDRv6 requests.
175 2004-09-04  Ulrich Drepper  <drepper@redhat.com>
177         * nscd/pwdcache.c (cache_addpw): Use correct key length in
178         cache_add calls.
179         * nscd/grpcache.c (cache_addgr): Likewise.
181 2004-09-03  Alfred M. Szmidt  <ams@kemisten.nu>
183         * sysdeps/mach/hurd/i386/tls.h (THREAD_DTV): Changed type of _DTV
184         to `dtv_t *'.
186 2004-09-03  Ulrich Drepper  <drepper@redhat.com>
188         * nscd/nscd.c (parse_opt): Use writev instead of two write for
189         invalidate command.
191 2004-09-02  Ulrich Drepper  <drepper@redhat.com>
193         * nscd/connections.c (nscd_run): Check early for invalid request types.
195 2004-09-02  Roland McGrath  <roland@frob.com>
197         * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): New macro.
198         (INSTALL_NEW_DTV, THREAD_DTV): Rewritten to fetch the right word.
199         (THREAD_SELF): New macro.
201 2004-09-02  Steven Munroe  <sjmunroe@us.ibm.com>
203         [BZ #357]
204         * stdlib/tst-setcontext.c (test_stack): Added test for stack clobber.
205         (main): Call test_stack.
206         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
207         (__getcontext): Push stack frame then save parms in local frame.
208         Improve instruction scheduling.
209         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
210         (__swapcontext): Likewise.
212 2004-09-01  Andreas Schwab  <schwab@suse.de>
214         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h [g++ >= 3.5]: Use
215         __builtin_offsetof.
217 2004-09-01  Jakub Jelinek  <jakub@redhat.com>
219         [BZ #361]
220         * posix/fnmatch_loop.c (FCT): For backslash between brackets, branch
221         to normal_bracket after fetching the next character.
222         * posix/tst-fnmatch.input: Add 25 new tests.
223         Reported by Markus Oberhumer <markus@oberhumer.com>.
225 2004-09-01  Ulrich Drepper  <drepper@redhat.com>
227         * elf/rtld.c (dl_main): First check existence of ld.so.preload
228         with access.
230 2004-09-01  Roland McGrath  <roland@redhat.com>
232         * sysdeps/unix/sysv/linux/bits/waitflags.h
233         (WSTOPPED, WEXITED, WCONTINUED, WNOWAIT): New macros.
234         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_WAITID_SYSCALL):
235         New macro.
236         * sysdeps/unix/sysv/linux/waitid.c: New file.  Use new syscall when
237         available, or fall back to the waitpid-based generic code.
239 2004-08-14  Alfred M. Szmidt  <ams@kemisten.nu>
241         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Let gcc
242         clobber the `ebp' register.
243         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Removed.
244         Reverts change from 2004-05-07 by Jeroen Dekkers.
246         * sysdeps/mach/hurd/i386/init-first.c (init): Changed the type of
247         NEWSP from `void *' to `int *'.  Changed all casts accordingly.
249 2004-08-31  Jakub Jelinek  <jakub@redhat.com>
251         * wcsmbs/wcsmbsload.c (__wcsmbs_getfct): Move attribute_hidden
252         before return type.
253         * locale/localename.c (__current_locale_name): Likewise.
255 2004-08-30  Roland McGrath  <roland@frob.com>
257         * scripts/extract-abilist.awk: If `lastversion' variable defined, omit
258         later sets from output.
259         * Makerules (check-abi): Pass option to set that with value of
260         LIB-abi-frozen variable if one is set.
262         * abilist/libcidn.abilist: New file (empty).
264 2004-08-30  Jakub Jelinek  <jakub@redhat.com>
266         * posix/bits/posix1_lim.h (_POSIX_CHILD_MAX, _POSIX_OPEN_MAX): If
267         not __USE_XOPEN2K, use the Unix98 mandated values.
269 2004-08-27  Roland McGrath  <roland@redhat.com>
271         * configure.in (usetls): Default to yes.
272         * configure: Regenerated.
274 2004-08-26  Roland McGrath  <roland@redhat.com>
276         * configure.in (add_ons_automatic): New variable, set to yes or no
277         indicating --enable-add-ons with no explicit list.
278         (running add-on fragments): Allow a fragment to modify $libc_add_on
279         and have that affect its place in the list of add-ons to use.
280         * configure: Regenerated.
282 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
284         * nscd/cache.c: Major rewrite.  The data is now optionally kept in
285         a mmaped memory region which is automatically mirrored on disk.
286         This implements persistent data storage.  The Memory handled
287         needed to be completely revamped, it now uses a garbage collection
288         mechanism instead of malloc.
289         * nscd/connections.c: Likewise.
290         * nscd/nscd.c: Likewise.
291         * nscd/nscd.h: Likewise.
292         * nscd/nscd_conf.c: Likewise.
293         * nscd/nscd_stat.c: Likewise.
294         * nscd/grpcache.c: Likewise.
295         * nscd/hstcache.c:: Likewise.
296         * nscd/pwdcache.c:: Likewise.
297         * nscd/Makefile: Add rules to build mem.c.
298         * nscd/mem.c: New file.
299         * nscd/nscd.conf: Describe new configuration options.
301 2004-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
303         * sysdeps/unix/sysv/linux/mips/pread.c: Include sgidefs.h only if
304         NO_SGIDEFS_H isn't defined.
305         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
306         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
308         * sysdeps/unix/sysv/linux/sh/pread.c: Define NO_SGIDEFS_H and
309         _MIPS_SIM.
310         * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
311         * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
312         * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
314 2004-08-26  Ulrich Drepper  <drepper@redhat.com>
316         * nscd/connections.c (nscd_run): atomic_increment was not missing.
318         * sysdeps/gnu/Makefile (libdl-sysdep_routines): Don't add eval.
319         Patch by Greg Schafer.
321 2004-08-25  Richard Henderson  <rth@redhat.com>
323         * sysdeps/alpha/elf/start.S (_start): Use $15 as frame unwind
324         instead of $31.  Zero $15.
325         * sysdeps/unix/sysv/linux/alpha/clone.S (thread_start): Likewise.
327 2004-08-25  Ulrich Drepper  <drepper@redhat.com>
329         * sysdeps/powerpc/powerpc64/bits/atomic.h
330         (__arch_compare_and_exchange_bool_32_acq): Fix case where oldval
331         is negative.
332         (__arch_compare_and_exchange_bool_32_rel): Likewise.
334         * nscd/connections.c: Make socket nonblocking so that threads
335         don't get stuck on accept.  Fix locking.
337         * nscd/grpcache.c (cache_addgr): Use copy of original key in hash
338         entry with alternative key.
339         * nscd/pwdcache.c (cache_addpw): Likewise.
341 2004-08-25  Richard Sandiford  <rsandifo@redhat.com>
343         * sysdeps/mips/dl-machine.h (_dl_start_user): Don't set
344         __libc_stack_end.
346 2004-08-23  Ulrich Drepper  <drepper@redhat.com>
348         * sysdeps/gnu/netinet/udp.h: Cosmetic changes.  Remove unnecessary
349         __BEGIN_DECLS/__END_DECLS.
351 2004-08-23  Andreas Jaeger  <aj@suse.de>
353         [BZ #341]
354         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_NOATIME): Define.
355         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (O_NOATIME): Likewise.
356         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (O_NOATIME): Likewise.
357         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (O_NOATIME): Likewise.
358         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (O_NOATIME): Likewise.
359         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (O_NOATIME): Likewise.
360         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (O_NOATIME): Likewise.
361         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (O_NOATIME): Likewise.
362         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (O_NOATIME): Likewise.
363         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_NOATIME): Likewise.
364         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (O_NOATIME): Likewise.
365         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_NOATIME): Likewise.
366         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (O_NOATIME): Likewise.
368 2004-08-21  Ulrich Drepper  <drepper@redhat.com>
370         * malloc/hooks.c (DEFAULT_CHECK_ACTION): Moved to malloc.c.
371         (check_action): Likewise.
372         When printing error messages, use malloc_printf_nc now instead of
373         fiddling with the streams cancellation flag in every place.
374         * malloc/malloc.c (DEFAULT_CHECK_ACTION): New definition.  Change
375         default to 3.
376         (check_action): New variable.
377         (unlink): Print error message and eventually terminate in case list
378         is corrupted.
379         (malloc_printf_nc): New function.  Use it in _int_free.
380         Change proposed by Arjan van de Ven.
382         * dlfcn/Makefile: Don't build eval.c anymore.
384 2004-08-20  Roland McGrath  <roland@frob.com>
386         * csu/Makefile ($(objpfx)version-info.h): Use printf in place
387         of echo -e for POSIX.2 portability.
388         Reported by Paul Jarc <prj@po.cwru.edu>.
390 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
392         * sysdeps/posix/getaddrinfo.c (gaih_inet): Minor optimizations in
393         list generation.
395         * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use
396         getcanonname_r function if AI_CANONNAME flag is not set in
397         request.
399         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss):
400         Initialize mysize with limits only if latter is >= 0.  Use mysize
401         in malloc call.
403 2004-08-19  Jakub Jelinek  <jakub@redhat.com>
405         * sysdeps/posix/getaddrinfo.c (gaih_inet): Cast canon to (char *)
406         to avoid warning.
408         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Initialize
409         status to NSS_STATUS_UNAVAIL.
411 2004-08-19  Ulrich Drepper  <drepper@redhat.com>
413         * sysdeps/posix/getaddrinfo.c (gaih_inet): Use h->h_name in the
414         cannoname lookup since it has the FQDN even if the original NAME
415         value has not.
417 2004-08-18  Ulrich Drepper  <drepper@redhat.com>
419         * sysdeps/posix/getaddrinfo.c (gaih_inet): Store NAME parameter
420         pointer in new variable ORIG_NAME and use this pointer when
421         determination of canonical name failed, not the possibly IDN
422         translated value of NAME.
424 2004-08-17  Ulrich Drepper  <drepper@redhat.com>
426         * resolv/resolv.h (RES_DEFAULT): Add RES_NOIP6DOTINT.
427         * resolv/res_init.c (res_setoptions): Recognize ip6-dotint option.
428         Reset RES_NOIP6DOTINT flag in this case..
430         * sysdeps/posix/getaddrinfo.c: Fix memory handling of
431         ai_canonname.
433 2004-08-16  Ulrich Drepper  <drepper@redhat.com>
435         * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Don't use
436         CNAME records, we better follow the chain of CNAME records which
437         can be accomplished with A/AAAA lookups.
439 2004-08-15  Roland McGrath  <roland@redhat.com>
441         * sysdeps/unix/sysv/linux/bits/resource.h (enum __rusage_who):
442         Remove __RUSAGE_BOTH constant and RUSAGE_BOTH macro.
443         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
444         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
445         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
447 2004-08-15  Roland McGrath  <roland@frob.com>
449         * sysdeps/i386/i686/Makefile (elide-routines.os): Append hp-timing to
450         this, not ...
451         (static-only-routines): ... this.
452         * sysdeps/ia64/Makefile: Likewise.
453         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
454         * sysdeps/sparc/sparc64/Makefile: Likewise.
455         * sysdeps/x86_64/Makefile: Likewise.
456         * sysdeps/i386/i686/hp-timing.c: Revert copyright terms change.
457         * sysdeps/ia64/hp-timing.c: Likewise.
458         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
459         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
461         * csu/elf-init.c: Update copyright terms including special exception
462         for these trivial files, which are statically linked into executables
463         that use dynamic linking for the significant library code.
464         * io/fstat.c: Likewise.
465         * io/fstat64.c: Likewise.
466         * io/lstat.c: Likewise.
467         * io/lstat64.c: Likewise.
468         * io/stat.c: Likewise.
469         * io/stat64.c: Likewise.
470         * stdlib/atexit.c: Likewise.
471         * sysdeps/alpha/elf/initfini.c: Likewise.
472         * sysdeps/alpha/elf/start.S: Likewise.
473         * sysdeps/arm/elf/start.S: Likewise.
474         * sysdeps/cris/elf/start.S: Likewise.
475         * sysdeps/generic/initfini.c: Likewise.
476         * sysdeps/generic/mknod.c: Likewise.
477         * sysdeps/hppa/elf/initfini.c: Likewise.
478         * sysdeps/hppa/elf/start.S: Likewise.
479         * sysdeps/i386/elf/start.S: Likewise.
480         * sysdeps/i386/i686/hp-timing.c: Likewise.
481         * sysdeps/ia64/elf/initfini.c: Likewise.
482         * sysdeps/ia64/elf/start.S: Likewise.
483         * sysdeps/ia64/hp-timing.c: Likewise.
484         * sysdeps/m68k/elf/start.S: Likewise.
485         * sysdeps/mach/start.c: Likewise.
486         * sysdeps/mips/elf/start.S: Likewise.
487         * sysdeps/powerpc/powerpc32/elf/start.S: Likewise.
488         * sysdeps/powerpc/powerpc64/elf/start.S: Likewise.
489         * sysdeps/s390/s390-32/elf/start.S: Likewise.
490         * sysdeps/s390/s390-32/initfini.c: Likewise.
491         * sysdeps/s390/s390-64/elf/start.S: Likewise.
492         * sysdeps/s390/s390-64/initfini.c: Likewise.
493         * sysdeps/sh/elf/initfini.c: Likewise.
494         * sysdeps/sh/elf/start.S: Likewise.
495         * sysdeps/sparc/sparc32/elf/start.S: Likewise.
496         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
497         * sysdeps/sparc/sparc64/elf/start.S: Likewise.
498         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
499         * sysdeps/standalone/i386/start.S: Likewise.
500         * sysdeps/standalone/i960/start.S: Likewise.
501         * sysdeps/standalone/m68k/m68020/start.S: Likewise.
502         * sysdeps/unix/arm/start.c: Likewise.
503         * sysdeps/unix/bsd/osf/alpha/start.S: Likewise.
504         * sysdeps/unix/bsd/ultrix4/mips/start.S: Likewise.
505         * sysdeps/unix/sparc/start.c: Likewise.
506         * sysdeps/unix/start.c: Likewise.
507         * sysdeps/unix/sysv/aix/start.s: Likewise.
508         * sysdeps/unix/sysv/irix4/start.c: Likewise.
509         * sysdeps/x86_64/elf/initfini.c: Likewise.
510         * sysdeps/x86_64/elf/start.S: Likewise.
512 2004-08-15  Roland McGrath  <roland@redhat.com>
514         [BZ #227]
515         * sysdeps/unix/sysv/linux/kernel-features.h
516         (__ASSUME_BRK_PAGE_ROUNDED): New macro.
517         * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
518         [! __ASSUME_BRK_PAGE_ROUNDED]: Adjust the break up if it falls within
519         the partial page after the dynamic linker's own data segment.
521 2004-08-15  Ulrich Drepper  <drepper@redhat.com>
523         * sysdeps/posix/getaddrinfo.c (gaih_inet): Optimize generation of
524         v4-mapped addresses a bit.
525         (gethosts): Move alloca out of macro, so that it is done only once.
527         * sysdeps/posix/getaddrinfo.c (gaih_addrtuple): Change type of
528         addr to avoid casts.
529         (gethosts): Removed.
530         (gethosts2): Renamed to gethosts.  Make it usable for family !=
531         AF_UNSPEC.  Fix AI_V4MAPPED.
532         (gaih_inet): Remove use of old gethosts.  Always use what used to be
533         gethosts2.  If entry is found, try to use the same NSS module's
534         getcanonname_r function.  Use gethostbyaddr for AI_CANONNAME only
535         if getcanonname_r was not available.  Fix filtering of AI_V4MAPPED
536         addresses.  Numerous cleanups.
537         * resolv/nss_dns/dns-canon.c: New file.
538         * resolv/Makefile (libnss_dns-routines): Add dns-canon.
539         * resolv/Versions (libnss_dns): Add _nss_dns_getcanonname_r.
541         * elf/Makefile: Add rules to build and run tst-dlopenrpath.
542         * elf/tst-dlopenrpath.c: New file.
543         * elf/tst-dlopenrpathmod.c: New file.
545         * intl/tst-gettext.sh: Adjust for change of de.po file to UTF-8.
546         * intl/tst-gettext.c: Likewise.
548         * nss/getent.c (ahosts_keys_int): Correctly print IPv6 addresses.
550         * nss/getent.c: Allow queries for getaddrinfo with AF_INET and
551         AF_INET6.
553 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
555         * po/de.po: Update from translation team.
557 2004-08-14  Roland McGrath  <roland@frob.com>
559         * sysdeps/mach/configure: Regenerated.
560         * sysdeps/mach/hurd/configure: Regenerated.
562 2004-08-14  Ulrich Drepper  <drepper@redhat.com>
564         * sysdeps/posix/getaddrinfo.c (getaddrinfo): If RFC3484 sorting is
565         performed, make sure it is still the first entry after sorting
566         that has the ai_canonname information.
568         * sysdeps/posix/getaddrinfo.c (gaih_inet): Really set ai_canonname
569         only in one entry.
571 2004-08-13  Daniel Jacobowitz  <dan@debian.org>
573         * scripts/output-format.sed: Handle default case of three-argument
574         OUTPUT_FORMAT.
576         * sysdeps/arm/machine-gmon.h (mcount_internal): Mark as
577         __attribute_used__.
579 2004-08-13  Ulrich Drepper  <drepper@redhat.com>
581         * nss/getent.c (ahosts_keys): ai_canonname is NULL for all but the
582         first returned entry.  Print name only if not NULL.
584         * nis/nss_nis/nis-netgrp.c: Remove locking by using data in struct
585         __netgrent object passed in instead of global variables.
586         Optimize.
587         * nis/nss_nisplus/nisplus-netgrp.c: Remove locking by using data
588         in struct __netgrent object passed in instead of global variables.
589         * inet/netgroup.h (struct __netgrent): Add service_user field.
590         Move cursor in anonymous union, add new field location to that
591         union.
592         * inet/getnetgrent_r.c: Extensive rewrite to really enable
593         concurrent uset of set/get/endnetgrent and innetgr.
594         Reported by Chuck Simmons.
596         * inet/netgroup.h (struct name_list): Replace name pointer with
597         zero-sized array.
598         * inet/getnetgrent_r.c: Adjust code for change in name_list
599         layout.  Numerous strdup and free calls removed.
601         * elf/sprof.c (read_symbols): When comparing aliases, prefer
602         non-hidden over hidden symbols and strong over weak symbols
603         if both don't start with '_'.
605         * malloc/malloc.c: Use strong_alias instead of weak_alias wherever
606         possible.
608 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
610         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
611         RUSAGE_ enums as __RUSAGE_ and adjust macros accordingly.
612         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
613         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
614         * sysdeps/unix/sysv/linux/mips/bits/resource.h: Likewise.
615         Define non-standard RLIMIT_ enums as __RLIMIT_ and adjust macros
616         accordingly.
618 2004-08-11  Andreas Schwab  <schwab@suse.de>
620         * resolv/res_libc.c: Move definition of __res_initstamp ...
621         * resolv/res_init.c: ... here.
623 2004-08-10  GOTO Masanori  <gotom@debian.or.jp>
625         * locale/C-time.c: Change default ERA value from NULL to "".
626         * locale/tst-C-locale.c: Add test case for ERA keywords.
628 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
630         * sysdeps/unix/sysv/linux/bits/resource.h: Define non-standard
631         RLIMIT__ enums as __RLIMIT_ and adjust macros accordingly.
632         * sysdeps/unix/sysv/linux/alpha/bits/resource.h: Likewise.
633         * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
635 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
637         * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_SIGPENDING,
638         RLIMIT_MSGQUEUE): Add.
639         (RLIMIT_NLIMITS, RLIM_NLIMITS): Adjust.
640         * sysdeps/unix/sysv/linux/alpha/bits/resource.h (RLIMIT_SIGPENDING,
641         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
642         (RLIM_NLIMITS): Adjust.
643         * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIMIT_SIGPENDING,
644         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
645         (RLIM_NLIMITS): Adjust.
646         * sysdeps/unix/sysv/linux/mips/bits/resource.h (RLIMIT_SIGPENDING,
647         RLIMIT_MSGQUEUE, RLIMIT_NLIMITS): Add.
648         (RLIM_NLIMITS): Adjust.
650 2004-08-12  Jakub Jelinek  <jakub@redhat.com>
652         * resolv/res_query.c (__libc_res_nsearch): Protect the debugging
653         printf with #ifdef DEBUG and RES_DEBUG check.
655         * sysdeps/unix/sysv/linux/bits/shm.h: Move __END_DECLS after
656         __USE_MISC #endif.
657         * sysdeps/generic/bits/shm.h: Add __BEGIN_DECLS for __getpagesize
658         declaration.
659         * sysdeps/gnu/bits/shm.h: Likewise.
660         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
661         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
662         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
663         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
664         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
666 2004-08-12  Ulrich Drepper  <drepper@redhat.com>
668         * po/ca.po: Update from translation team.
670 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
672         * sysdeps/unix/sysv/linux/bits/shm.h: Add __BEGIN_DECLS for
673         __getpagesize declaration.
675 2004-08-11  Roland McGrath  <roland@redhat.com>
677         * configure.in (libc_cv_cpp_asm_debuginfo): Add missing braces around
678         commands inside &&.
679         Reported by Andreas Schwab <schwab@suse.de>.
680         * configure: Regenerated.
682         * posix/tst-waitid.c (do_test): Ignore SIGCHLD before cleanup SIGKILL.
684 2004-08-11  Ulrich Drepper  <drepper@redhat.com>
686         * time/tzset.c (tzset_internal): Add new parameter which is
687         nonzero if called through tzset.  Use TZDEFAULT name including
688         name comparison if the new parameter is zero.  This means implicit
689         tzset calls will not cause files to be opened and read by tzfile.c
690         all the time.
692 2004-08-11  Jakub Jelinek  <jakub@redhat.com>
694         * rt/tst-timer2.c (do_test): If timer_create fails, just continue.
695         * rt/tst-timer4.c (do_test): If one of the timer_create calls fails,
696         return 1 immediately.
698         * time/tzfile.c (__tzfile_read): Free transitions only if it will
699         not be reused.
701         * sysdeps/ieee754/dbl-64/mpa.c: Include <sys/param.h>.
702         * sysdeps/ieee754/dbl-64/mpa.h (MAX, MIN): Macros removed.
704         * stdio-common/tst-popen.c: Include <string.h>.
706         * resolv/res_send.c (__libc_res_nsend): Only define TMPBUF #if DEBUG.
708         * sysdeps/pthread/aio_misc.c (handle_fildes_io): Remove noreturn
709         attribute.  Return NULL instead of calling pthread_exit at the end.
711 2004-08-11  Roland McGrath  <roland@redhat.com>
713         * iconvdata/testdata/ISO-2022-JP-3: Regenerated.
715 2004-08-10  Alfred M. Szmidt  <ams@kemisten.nu>
717         * sysdeps/generic/bits/in.h (struct ip_mreq): Remove definition.
719 2004-08-10  Jakub Jelinek  <jakub@redhat.com>
721         * libio/bits/stdio.h (fread_unlocked): Cast 0 to (size_t).
722         (fwrite_unlocked): When checking if size * n is <= 8, cast each
723         argument to size_t individually.  Cast n to (void) instead of
724         (size_t), surround with (), return (size_t) 0 if one of n or size
725         is 0.  [BZ #316]
726         * stdio-common/Makefile (tests): Add tst-unlockedio.
727         * stdio-common/tst-unlockedio.c: New test.
729 2004-08-09  Roland McGrath  <roland@frob.com>
731         * manual/install.texi (Supported Configurations): Replace bug-glibc
732         mention with web URL.
733         * INSTALL: Regenerated.
734         * locale/iso-3166.def: Likewise, in comment.
735         * locale/iso-4217.def: Likewise.
736         * locale/iso-639.def: Likewise.
737         * posix/cpio.h: Remove bug reporting comment.
739 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
741         * libio/bits/stdio.h (fread_unlocked): Add a couple of (size_t)
742         casts to handle funny calls with floating point argument values
743         and signed values correctly and without warning.
744         (fwrite_unlocked): Likewise.  [BZ #309]
746         * malloc/memusage.c (me): Use creat64, not creat.
747         * malloc/memusagestat.c: Fix handling of very large sizes.  [BZ #285]
748         Patch by Guy Maor <guymaor@yahoo.com>.
750         * elf/ldconfig.c (options): Mark parameter option names as
751         translatable.  [BZ #253]  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
753         * iconv/gconv_charset.h (strip): Also allow comma which is what is
754         used to separate options.  [BZ #194]
756 2004-08-09  Roland McGrath  <roland@redhat.com>
758         * FAQ.in: Refer to web pages instead of bug-glibc.
759         * FAQ: Regenerated.
761         * time/strptime_l.c: #include <stdbool.h>, `bool' used in last change.
763 2004-08-09  Ulrich Drepper  <drepper@redhat.com>
765         * time/tzset.c (tzset_internal): If TZ is not set do not compare
766         old and new tz value since it might be /etc/localtime in both
767         cases although the file changed.  [BZ #154]
768         Patch by Christian Franke <franke@computer.org>.
770         * time/tzfile.c (__tzfile_read): Determine dev/ino of file.
771         Compare with values of previously opened file.  Don't do anything
772         is they match.
774 2004-08-08  Ulrich Drepper  <drepper@redhat.com>
776         * elf/dl-load.c (_dl_map_object): If __RTLD_CALLMAP flag is set,
777         reset loader before the actual loading.
778         * elf/dl-open.c (dl_open_worker): If file name contains no path
779         element determine map of caller.  Pass caller map in this case to
780         _dl_map_object.  Set __RTLD_CALLMAP in mode.
781         * include/dlfcn.h (__RTLD_CALLMAP): Define.  [BZ #116]
782         Patch by Greg Wolodkin <greg@mathworks.com>.
784         * misc/syslog.c (openlog_internal): Always try both UDP and TCP.
785         [BZ #108]  Patch mainly by Bjorn Andersson <bjorn@iki.fi>.
787         * configure.in: Also recognize i786. [BZ #106]
788         Patch by <pluto@pld-linux.org>.
790         * resolv/res_query.c (__libc_res_nsearch): Correctly test whether
791         name contains any dots. [BZ #95]
793         * resolv/res_send.c: Compiling with DEBUG defined works again.
794         * resolv/gethnamaddr.c (dprintf): Renamed to Dprintf.  Adjust all
795         callers.
797         * resolv/tst-leaks.c (TIMEOUT): Define so that if no server is
798         available the process is not killed. [BZ #41]
800         * intl/tst-gettext.c (main): Improve some messages. [BZ #33]
802         * time/strptime_l.c (__strptime_internal): Fix handling of %Ey.
803         [BZ #28]
805         * po/sv.po: Update from translation team.
807 2004-08-07  Ulrich Drepper  <drepper@redhat.com>
809         * inet/netinet/in.h: Add more const to the setipv4soucefilter,
810         getsourcefilter, and setsourcefilter parameter list.
811         * sysdeps/generic/setipv4sourcefilter.c: Likewise.
812         * sysdeps/generic/getsourcefilter.c: Likewise.
813         * sysdeps/generic/setsourcefilter.c: Likewise.
814         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
815         * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
816         * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
818         * po/tr.po: Update from translation team.
820 2004-08-06  Ulrich Drepper  <drepper@redhat.com>
822         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): Fix typo.
823         Reported by Paolo Bonzini.
825 2004-08-06  Jakub Jelinek  <jakub@redhat.com>
827         * sysdeps/ia64/dl-machine.h (elf_machine_fixup_plt): Add
828         always_inline.
829         * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_runtime_setup,
830         elf_machine_fixup_plt, elf_machine_plt_conflict): Likewise.
832         * sysdeps/unix/sysv/linux/netatalk/at.h: Include bits/sockaddr.h
833         before including linux/atalk.h.
835         * resolv/res_libc.c: Include atomic.h.
837         * intl/finddomain.c (free_mem): Rename to...
838         (_nl_finddomain_subfreeres): ... this.  Add
839         __libc_freeres_fn_section.
840         * intl/loadmsgcat.c (_nl_unload_domain): Add
841         __libc_freeres_fn_section.
842         * intl/gettextP.h (_nl_unload_domain): Move into #ifdef _LIBC.
843         Add attribute_hidden.
844         (_nl_findomain_subfreeres): New prototype.
845         * iconv/gconv_db.c (free_mem): Call _nl_findomain_subfreeres.
847 2004-07-30  Guido Guenther  <agx@sigxcpu.org>
849         * nss/getent.c (passwd_keys): Use strtoul instead of isdigit to
850         test if the key is numeric or not.
851         (group_keys): Likewise.
853 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
855         * inet/netinet/in.h: Define struct ip_msfilter, IP_MSFILTER_SIZE,
856         struct group_filter, and GROUP_FILTER_SIZE.
857         * include/sys/socket.h: Declare __getsockopt.
858         * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: New file.
859         * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: New file.
860         * sysdeps/unix/sysv/linux/setsourcefilter.c: New file.
861         * sysdeps/unix/sysv/linux/getsourcefilter.c: New file. [BZ #211]
863         * po/ko.po: Update from translation team.
865 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
867         * hesiod/hesiod.c (__hesiod_res_get): Use calloc instead of malloc +
868         memset.
869         (__hesiod_res_set): Free nsaddrs.
871         * include/resolv.h (__res_maybe_init): Add prototype.
872         * resolv/resolv.h (struct __res_state): Add _u._ext.initstamp field.
873         * resolv/Versions (libc): Add __res_maybe_init@@GLIBC_PRIVATE.
874         * resolv/res_libc.c (__res_initstamp, lock): New variables.
875         (res_init): Increase __res_initstamp.
876         (__res_maybe_init): New function.
877         * resolv/res_init.c (__res_vinit): Initialize _u._ext.initstamp.
878         * hesiod/hesiod.c (__hesiod_res_get): Use __res_maybe_init instead
879         of RES_INIT check and {res_ninit,__res_ninit,res_init} call.
880         * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
881         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname2_r,
882         _nss_dns_gethostbyaddr_r): Likewise.
883         * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r,
884         _nss_dns_getnetbyaddr_r): Likewise.
885         * resolv/gethnamaddr.c (gethostbyname, gethostbyname2,
886         gethostbyaddr): Likewise.
887         * resolv/res_data.c (fp_nquery, res_mkquery, res_mkupdate,
888         res_isourserver, res_sendsigned, res_update, res_search,
889         res_querydomain): Likewise.
890         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Likewise.
891         * nss/digits_dots.c (__nss_hostname_digits_dots): Likewise.
892         * nss/getnssent_r.c (__nss_setent, __nss_endent, __nss_getent_r):
893         Likewise.
895 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
897         * sysdeps/posix/getaddrinfo.c (gaih_inet): Set ai_family for
898         V4-mapped IPv6 addresses and req->ai_family==AF_INET.
899         Reported by A. Guru <a.guru@sympatico.ca>.
901         * po/sv.po: Update from translation team.
902         * po/sk.po: Likewise.
903         * po/pl.po: Likewise.
905 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
906             Ulrich Drepper  <drepper@redhat.com>
908         * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Don't read more input
909         characters than necessary.
911 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
913         * wcsmbs/Makefile (tests): Add tst-mbsrtowcs.
914         * wcsmbs/tst-mbsrtowcs.c: New file.
916         * po/fr.po: Update from translation team.
918 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
920         * resolv/inet_pton.c (inet_pton4): Disallow octal numbers.  Reported
921         by A. Guru <a.guru@sympatico.ca>.  [BZ #295]
923 2004-08-05  Ulrich Drepper  <drepper@redhat.com>
925         * po/nl.po: Update from translation team.
927         * sysdeps/posix/getaddrinfo.c (gaih_inet): Recognize all the IPv4
928         numeric address formats inet_addr knows.
929         (getaddrinfo): Allow AI_NUMERICSERV flag.
930         If neither IPv4 nor IPv6 interface is present we cannot make any
931         decision for AI_ADDRCONFIG.  Fail if AI_NUMERICSERV is set and the
932         string is not just a number.  Remove useless freeaddrinfo call.
933         * resolv/netdb.h (AI_NUMERICSERV): Define.
934         Based on a patch by a.guru@sympatico.ca.
936 2004-08-04  Jakub Jelinek  <jakub@redhat.com>
938         * stdlib/strfmon_l.c (__vstrfmon_l): Memset whole info structure
939         instead of trying to initialize some, but not all, fields one by
940         one.
941         * stdio-common/printf_size.c (printf_size): Initialize fb_info
942         structure with *info instead of trying to initialize some, but not
943         all, fields from it.
945         * nscd/connections.c (handle_request): Check if req->type is in
946         LASTDBREQ .. LASTREQ range instead of req.
948         * locale/programs/linereader.c (lr_create): Initialize
949         lr->return_widestr to 0.
951         * elf/dl-close.c (free_slotinfo): Add __libc_freeres_fn_section.
952         (free_mem): Call free_slotinfo just once.
954         * stdio-common/tst-fmemopen.c (main): Check for MAP_FAILED instead
955         of NULL.
957         * locale/localeinfo.h (_nl_locale_subfreeres): New prototype.
958         * locale/setlocale.c (free_category): Add __libc_freeres_fn_section.
959         (free_mem): Rename to _nl_locale_subfreeres.
960         * iconv/gconv_db.c: Include locale/localeinfo.h.
961         (free_derivation, free_modules_db): Add __libc_freeres_fn_section.
962         (free_mem): Call _nl_locale_subfreeres.
963         * iconv/gconv_dl.c (do_release_all): Add __libc_freeres_fn_section.
965 2004-08-04  Roland McGrath  <roland@frob.com>
967         * Makeconfig ($(common-objpfx)config.status):
968         Fix typo: $(add_ons) -> $(add-ons).
969         (Makeconfig-add-on): New variable.  When doing $(sysdep-makeconfigs)
970         include, use black magic to get it set to an add-on's name during the
971         include of the add-on's Makeconfig.
973         * configure.in: Use variable name `libc_add_on' when sourcing add-on
974         configure fragments, so they can refer to this.
975         * configure: Regenerated.
977 2004-08-04  Roland McGrath  <roland@redhat.com>
979         * posix/tst-waitid.c (test_child): Sleep a second before stopping.
980         (do_test): Bump sleep to three seconds.
981         (sigchld, check_sigchld): New functions.
982         (do_test): Handle SIGCHLD and check for getting the right details.
984         * posix/tst-waitid.c (do_test): Kill the child process when bailing
985         out early on some failure.
986         [WCONTINUED]: Test WCONTINUED functionality.
988 2004-08-03  Ulrich Drepper  <drepper@redhat.com>
990         * nscd/connections.c (handle_request): Print more descriptive
991         message for invalid request types.
993 2004-08-02  Jakub Jelinek  <jakub@redhat.com>
995         * iconvdata/ibm932.c (BODY): Avoid binary search for ch >= 0xffff.
996         Always treat high as highest number in range + 1.
997         * iconvdata/ibm943.c (BODY): Likewise.
999 2004-07-31  Bruno Haible  <bruno@clisp.org>
1001         * iconvdata/JISX0213.TXT: Updated to JISX0213 plane 1 version 2004.
1002         * iconvdata/jisx0213.c (__jisx0213_to_ucs_main,
1003         __jisx0213_to_ucs_pagestart, __jisx0213_from_ucs_level1,
1004         __jisx0213_from_ucs_level2): Regenerated.
1005         * iconvdata/jisx0213.h (jisx0213_added_in_2004_p): New function.
1006         * iconvdata/iso-2022-jp-3.c (JISX0213_1_2000_set): Renamed from
1007         JISX0213_1_set.
1008         (JISX0213_1_2004_set): New enum value.
1009         (BODY for FROM_LOOP): Treat ESC $ ( Q like ESC $ ( O.
1010         (BODY for TO_LOOP): For JISX 0213 plane 1 characters, emit ESC $ ( O
1011         when possible, ESC $ ( Q when needed.
1012         * iconvdata/testdata/EUC-JISX0213: Add the 10 new characters.
1013         * iconvdata/testdata/EUC-JISX0213..UTF8: Update.
1014         * iconvdata/testdata/SHIFT_JISX0213: Add the 10 new characters.
1015         * iconvdata/testdata/SHIFT_JISX0213..UTF8: Update.
1016         * iconvdata/testdata/ISO-2022-JP-3: Add the 10 new JISX0213 characters.
1017         * iconvdata/testdata/ISO-2022-JP-3..UTF8: Update.
1019 2004-07-22  Bruno Haible  <bruno@clisp.org>
1021         * iconvdata/gconv-modules (ISO-8859-7): Add alias ISO_8859-7:2003.
1023 2004-07-29  David S. Miller  <davem@redhat.com>
1025         * sysdeps/sparc/sparc64/sparcv9b/memcpy.S (memcpy): Optimize
1026         better for smaller than 256 byte copies.  Also, use only one
1027         unrolled loop instead of two for the large copy case.
1029 2004-07-30  Richard Henderson  <rth@redhat.com>
1031         * sysdeps/alpha/divq.S: Save t3 before it gets clobbered.
1032         * sysdeps/alpha/remq.S: Likewise.
1033         * sysdeps/alpha/div.S, sysdeps/alpha/ldiv.S: Rewrite with the
1034         new division algorithms in divl.S and divq.S respectively.
1036 2004-07-28  GOTO Masanori  <gotom@debian.or.jp>
1038         * timezone/asia: Update from tzdata2004b.
1039         * timezone/backward: Likewise.
1040         * timezone/europe: Likewise.
1041         * timezone/iso3166.tab: Likewise.
1042         * timezone/leapseconds: Likewise.
1043         * timezone/northamerica: Likewise.
1044         * timezone/southamerica: Likewise.
1045         * timezone/zone.tab: Likewise.
1047         * timezone/private.h: Update from tzcode2004b.
1048         * timezone/zic.c: Likewise.
1050 2004-07-27  Ulrich Drepper  <drepper@redhat.com>
1052         * nscd/grpcache.c (cache_addgr): If necessary, add entry also
1053         under the name the user provided.
1054         * nscd/pwdcache.c (cache_addpw): Likewise.
1056 2004-07-26  Roland McGrath  <roland@redhat.com>
1058         * sysdeps/posix/waitid.c [WEXITED]: Clear WEXITED bit in OPTIONS for
1059         call to __waitpid.
1061 2004-07-26  Ulrich Drepper  <drepper@redhat.com>
1063         * nscd/hstcache.c (cache_addhst): Fix two scenarios which lead to
1064         memory leaks.
1066         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Assign pointer for
1067         new buffer at the right time.
1068         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1070 2004-07-25  Ulrich Drepper  <drepper@redhat.com>
1072         * inet/Versions [libc, GLIBC_2.3.4]: Add getipv4sourcefilter,
1073         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1074         * inet/Makefile (routines): Likewise.
1075         * inet/netinet/in.h: Add prototypes for getipv4sourcefilter,
1076         getsourcefilter, setipv4sourcefilter, and setsourcefilter.
1077         * sysdeps/generic/getipv4sourcefilter.c: New file.
1078         * sysdeps/generic/setipv4sourcefilter.c: New file.
1079         * sysdeps/generic/getsourcefilter.c: New file.
1080         * sysdeps/generic/setsourcefilter.c: New file.
1082 2004-07-17  Steven Munroe  <sjmunroe@us.ibm.com>
1084         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1085         for POWER4 machines.
1087 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1089         [BZ #274]
1090         * stdlib/strtod_l.c (INTERNAL (__STRTOF)): Fix used >=
1091         BITS_PER_MP_LIMB shifting up.
1092         * stdlib/tst-strtod.c (main): Add new tests.
1094 2004-07-23  Jakub Jelinek  <jakub@redhat.com>
1096         [BZ #282]
1097         * libio/iopopen.c (_IO_new_popen): Use _IO_init instead of
1098         _IO_no_init.  Remove wd from struct locked_FILE.
1099         (_IO_wproc_jumps): Remove.
1100         Reported by Andrew Josey <a.josey@opengroup.org>.
1101         * stdio-common/Makefile (tests): Add tst-popen.
1102         * stdio-common/tst-popen.c: New test.
1104 2004-07-23  Ulrich Drepper  <drepper@redhat.com>
1106         * posix/bits/posix1_lim.h: Fix values for _POSIX_CHILD_MAX and
1107         _POSIX_OPEN_MAX.  Add _POSIX_HOST_NAME_MAX, _POSIX_SYMLINK_MAX,
1108         _POSIX_SYMLOOP_MAX, and _POSIX_RE_DUP_MAX.
1109         Reported by Andrew Josey.
1111         * include/features.h: Document _POSIX_C_SOURCE == 200112L.
1113         * grp/grp.h: Define gid_t if __USE_XOPEN2K is defined.
1114         * pwd/pwd.h: Define uid_t and gid_t if __USE_XOPEN2K is defined.
1115         * io/sys/stat.h: Define dev_t, gid_t, ino_t, mode_t, nlink_t,
1116         off_t, time_t, and uid_t if __USE_XOPEN2K is defined.
1117         * signal/signal.h: Define pid_t if __USE_XOPEN2K is defined.
1118         * posix/unistd.h: Define gid_t, off_t, pid_t, uid_t, and
1119         useconds_t if __USE_XOPEN2K is defined.
1120         * io/utime.h: Define time_t if __USE_XOPEN2K is defined.
1121         * libio/stdio.h: Declare fseeko and ftello if __USE_XOPEN2K is defined.
1123 2004-07-19  Thorsten Kukuk  <kukuk@suse.de>
1125         * nis/nss_compat/compat-initgroups.c (getgrent_next_nss): Don't
1126         allocate memory for large temporary variables with alloca.
1128 2004-07-22  Ulrich Drepper  <drepper@redhat.com>
1130         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Compatibility
1131         code must have version GLIBC_2.0.  Patch by Dwayne McConnell.
1133         * nscd/nscd_getgr_r.c (nscd_getgr_r): Avoid read call with NULL
1134         pointer and zero length.
1136 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1138         * nscd/cache.c (prune_cache): Print correct list when debugging.
1140 2004-07-21  Jakub Jelinek  <jakub@redhat.com>
1142         * resolv/res_libc.c (res_init): If RES_INIT is set and
1143         _res.nscount > 0, call __res_nclose and free nsaddrs.
1144         * resolv/Makefile: Add rules to build and run tst-leaks2.
1145         * resolv/tst-leaks2.c: New test.
1147 2004-07-21  Ulrich Drepper  <drepper@redhat.com>
1149         * intl/libintl.h: Don't define macros for C++.
1150         Patch by Goto Masanori.
1152 2004-07-22  GOTO Masanori  <gotom@debian.or.jp>
1154         [BZ #276]
1155         * include/arpa/inet.h: Change inet_aton type from in_addr_t to int.
1156         * inet/arpa/inet.h: Likewise.
1157         * resolv/inet_addr.c: Likewise.
1159 2004-07-21  Alexandre Oliva  <aoliva@redhat.com>
1161         * sysdeps/unix/sysv/linux/mips/mips64/syscalls.list: Add semtimedop.
1163 2004-07-20  Roland McGrath  <roland@redhat.com>
1165         * configure.in (add_ons): Substitute this.  Move $add_ons handling
1166         after AC_CANONICAL_HOST and default setting of $machine et al.
1167         Don't set $subdirs from $add_ons.
1168         Instead, source add-on/configure fragments early on.
1169         (base_machine): If it's already set, don't set it based on $machine.
1170         (libc_config_ok): New variable, set to no.  If an add-on fragment sets
1171         it to yes, skip the  tuple sanity check as if --enable-hacker-mode.
1172         (sysnames): Try appending add-on names after machine as well.
1173         * config.make.in (add-ons): Set from @add_ons@ instead of @subdirs@.
1174         * Makeconfig ($(common-objpfx)config.status): Also depend on configure
1175         files in $(add_ons) dirs.
1177         * sysdeps/unix/sysv/linux/bits/in.h (struct ip_mreq): Remove
1178         definition, now in netinet/in.h proper.
1180 2004-07-20  Alexandre Oliva  <aoliva@redhat.com>
1182         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1183         Sort by syscalls.  Make sure we get headers such as sgidefs.h from
1184         the build tree before just-installed ones.
1186         * sysdeps/mips/atomicity.h: Use standard names for ABI macros,
1187         include sgidefs.h where appropriate.
1188         * sysdeps/mips/dl-machine.h: Likewise.
1189         * sysdeps/mips/machine-gmon.h: Likewise.
1190         * sysdeps/mips/bits/setjmp.h: Likewise.
1191         * sysdeps/mips/fpu/bits/mathdef.h: Likewise.
1192         * sysdeps/mips/mips64/__longjmp.c: Likewise.
1193         * sysdeps/mips/mips64/setjmp_aux.c: Likewise.
1194         * sysdeps/unix/sysv/linux/mips/kernel_stat.h: Likewise.
1195         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
1196         * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
1197         * sysdeps/unix/sysv/linux/mips/ptrace.c: Likewise.
1198         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
1199         * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
1200         * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
1201         * sysdeps/unix/sysv/linux/mips/sigcontextinfo.h: Likewise.
1202         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
1203         * sysdeps/unix/sysv/linux/mips/bits/sigcontext.h: Likewise.
1204         * sysdeps/unix/sysv/linux/mips/bits/stat.h: Likewise.
1205         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Likewise.
1206         * sysdeps/unix/sysv/linux/mips/sys/ptrace.h: Likewise.
1207         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
1208         * sysdeps/unix/sysv/linux/mips/sys/ucontext.h: Likewise.
1209         * sysdeps/unix/sysv/linux/mips/sys/user.h: Likewise.
1210         * sysdeps/unix/sysv/linux/mips/Makefile ($(objpfx)syscall-%.h):
1211         Likewise.
1212         * sysdeps/unix/sysv/linux/mips/configure.in (asm-unistd.h):
1213         Likewise.
1215         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Update to use
1216         _dl_lookup_symbol_x.
1217         (elf_machine_runtime_link_map): Don't INTUSE _dl_signal_error.
1219 2004-07-20  Ulrich Drepper  <drepper@redhat.com>
1221         * inet/netinet/in.h: Define struct ip_mreq and struct
1222         ip_mreq_source.
1223         Define struct group_req and struct group_source_req.
1224         * sysdeps/unix/sysv/linux/bits/in.h: Define IP_UNBLOCK_SOURCE,
1225         IP_BLOCK_SOURCE, IP_ADD_SOURCE_MEMBERSHIP,
1226         IP_DROP_SOURCE_MEMBERSHIP, IP_MSFILTER, MCAST_JOIN_GROUP,
1227         MCAST_BLOCK_SOURCE, MCAST_UNBLOCK_SOURCE, MCAST_LEAVE_GROUP,
1228         MCAST_JOIN_SOURCE_GROUP, MCAST_LEAVE_SOURCE_GROUP, and
1229         MCAST_MSFILTER.
1230         Define MCAST_INCLUDE and MCAST_EXCLUDE.
1232         * iconvdata/gconv-modules: Add alias for IBM874 [BZ #244].
1234 2004-07-19  Jakub Jelinek  <jakub@redhat.com>
1236         [BZ #258]
1237         * math/libm-test.inc (max_value, min_value): New variables.
1238         (initialize): Initialize them.
1239         (pow_test): Add a couple of new tests.
1240         * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Don't generate invalid
1241         exception if |y| >= 1U<<31.
1242         * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Don't generate invalid
1243         exception if |y| >= 1L<<63.
1244         * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
1245         If y*log2(x) overflows to +-inf, return still +inf/+0 instead of NaN.
1246         * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
1248 2004-07-18  Ulrich Drepper  <drepper@redhat.com>
1250         * nscd/pwdcache.c (cache_addpw): Optimize case of unsuccessful
1251         lookup a bit.
1252         * nscd/grpcache.c (cache_addgr): Likewise.
1253         * nscd/hstcache.c (cache_addhst): Likewise.
1255 2004-07-10  GOTO Masanori  <gotom@debian.or.jp>
1257         * sysdeps/s390/s390-32/elf/start.S: Remove symbol _fp_hw.
1258         * sysdeps/s390/s390-64/elf/start.S: Likewise.
1260 2004-04-16  Andreas Schwab  <schwab@suse.de>
1262         * sysdeps/ia64/bits/atomic.h: Cast first argument of
1263         __sync_bool_compare_and_swap_si correct to void*.
1265 2004-07-17  Ulrich Drepper  <drepper@redhat.com>
1267         * iconv/iconv_prog.c (print_known_names): Make machine-readable
1268         output even less cluttered.
1270 2004-07-16  Steven Munroe  <sjmunroe@us.ibm.com>
1272         [BZ #269]
1273         * setjmp/Makefile (tests): Add bug269-setjmp.
1274         * setjmp/bug269-setjmp.c: New file.
1275         * sysdeps/powerpc/powerpc64/__longjmp-common.S [SHARED && !IS_IN_rtld]:
1276         Store R2 from jmpbuf in callers TOC save area.
1277         * sysdeps/powerpc/powerpc64/bsd-_setjmp.S [SHARED && !IS_IN_rtld]:
1278         Store R2 in TOC save area.
1279         * sysdeps/powerpc/powerpc64/setjmp-common.S [SHARED && !IS_IN_rtld]:
1280         Copy TOC save area from previous frame as R2 (TOC) in jmpbuf.
1282 2004-07-16  Jakub Jelinek  <jakub@redhat.com>
1284         * locale/newlocale.c: Include bits/libc-lock.h.
1285         (__libc_setlocale_lock): Extern decl.
1286         (__newlocale): Use it.
1287         Reported by Ulrich Weigand <Ulrich.Weigand@de.ibm.com>.
1289 2004-07-15  Jakub Jelinek  <jakub@redhat.com>
1291         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Remove
1292         static inline __attribute ((always_inline)).  Don't define if
1293         NO_CANCELLATION.
1294         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1295         __fcntl_nocancel.
1296         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c (__fcntl_nocancel):
1297         Remove static inline __attribute ((always_inline)).  Don't define
1298         if NO_CANCELLATION.
1299         (__libc_fcntl): Use INLINE_SYSCALL directly instead of
1300         __fcntl_nocancel.
1301         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Define to
1302         __libc_fcntl if NO_CANCELLATION and __ASSUME_FCNTL64 == 0.
1303         Don't define at all if NO_CANCELLATION and __ASSUME_FCNTL64 > 0.
1304         (__libc_fcntl): Don't define if __fcntl_nocancel is a macro.
1306         [BZ #262]
1307         * sysdeps/i386/elf/start.S (_start): Use @GOT instead of @GOTOFF
1308         for main.
1309         * elf/Makefile: Add rules to build and run tst-pie1.
1310         * elf/tst-pie1.c: New test.
1311         * elf/tst-piemod1.c: New file.
1313 2004-07-14  Jakub Jelinek  <jakub@redhat.com>
1315         [BZ #266]
1316         * manual/string.texi (l64a): Note that the static buffer is 7 bytes
1317         long.  Rewrite example code so that it takes into account l64a output
1318         shorter than 6 characters.
1319         Reported by Julian Graham <julian.graham@aya.yale.edu>.
1321 2004-07-14  Kaz  Kojima  <kkojima@rr.iij4u.or.jp>
1323         * sysdeps/sh/dl-machine.h: Don't reset _dl_starting_up here.
1324         (elf_machine_rela_relative): Remove unused valiable.
1326 2004-07-12  Paul Eggert  <eggert@cs.ucla.edu>
1328         [BZ #263]
1329         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Don't store
1330         outside the buffer if the read returns 0.  __strtod_l can't set
1331         endp to NULL, so remove a test for that case.
1333 2004-07-12  Roland McGrath  <roland@redhat.com>
1335         * manual/signal.texi (Interrupted Primitives): Make clear that
1336         TEMP_FAILURE_RETRY evaluates its expression as long int and compares
1337         it to -1 to define "failure".
1339 2004-07-10  Ulrich Drepper  <drepper@redhat.com>
1341         * elf/ldconfig.c: Define PROCINFO_CLASS as static before including
1342         ldsodefs.h.
1343         * sysdeps/generic/ldsodefs.h: Only define PROCINFO_CLASS if it is not
1344         already defined.
1345         * sysdeps/i386/dl-procinfo.c: Define PROCINFO_CALLS only if not
1346         already defined.
1348         * elf/rtld.c (print_statistics): Mark with noinline attribute.
1349         * sysdeps/i386/dl-machine.h (elf_machine_rel): Mark with always_inline
1350         attribute.
1351         (elf_machine_rel_relative): Likewise.
1353         * include/string.h: Add libc_hidden_proto for __strtok_r and
1354         __strsep_g.
1355         * sysdeps/generic/strsep.c: Add libc_hidden_def.
1356         * sysdeps/generic/strtok_r.c: Likewise.
1357         * sysdeps/i386/strtok_r.S: Add alias for internal symbol.
1358         * sysdeps/i386/i686/strtok_r.S: Likewise.
1359         * sysdeps/x86_64/strtok_r.S: Likewise.
1361 2004-07-09  Alexandre Oliva  <aoliva@redhat.com>
1363         * inet/getnetgrent_r.c (internal_setnetgrent): Make it hidden
1364         instead of internal-linkage, such that we can alias to it.
1365         (internal_endnetgrent, internal_getnetgrent_r): Likewise.
1367 2004-07-09  Ulrich Drepper  <drepper@redhat.com>
1369         * sysdeps/unix/sysv/linux/fcntl.c (__fcntl_nocancel): Move attribute
1370         to the front for gcc 3.5+.
1371         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1372         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1373         * include/fcntl.h: Don't declare __fcntl_nocancel here if
1374         NO_CANCELLATION is defined.
1376 2004-07-07  Jakub Jelinek  <jakub@redhat.com>
1378         * elf/dl-fini.c (_dl_fini): Add nloaded variable, load
1379         GL(dl_nloaded) into it while still in critical section.
1381 2004-07-06  Thorsten Kukuk  <kukuk@suse.de>
1383         * nss/getent.c (print_group, print_passwd): Use %lu format for
1384         `unsigned long int' values.
1386         * sysdeps/unix/sysv/linux/i386/fcntl.c (__fcntl_nocancel): Fix syntax
1387         error typos in goto statements.
1389 2004-07-07  Roland McGrath  <roland@frob.com>
1391         * Makefile (dist-separate): New variable.
1392         (glibc-%.tar rule): Make separate tar files for add-ons listed there.
1393         Depend on their configure files.
1394         (dist-do-separate-dirs): New canned sequence to do that.
1395         (dist-separate-libidn, dist-separate-linuxthreads): New variables.
1396         (dist): Depend on add-on tar files based on $(dist-separate).
1397         (dist-version): New variable, default to $(version).
1398         (tag-for-dist, dist): Use that in place of $(version) in deps.
1400 2004-07-07  Ulrich Drepper  <drepper@redhat.com>
1402         * elf/dl-fini.c (_dl_fini): Move the unlock of the ld.so lock
1403         before the loop running the destructors.
1405 2004-05-18  Andreas Schwab  <schwab@suse.de>
1407         * elf/dl-load.c (_dl_map_object_from_fd): Use the end address of
1408         the first segment for mprotect, not l_text_end.
1410 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
1412         * elf/dl-profile.c (_dl_start_profile): Compact error handling.
1413         Remove hashfraction variable.  Make kcount and kcountsize local
1414         variables.
1416         * elf/dl-init.c: Don't define and use _dl_starting_up if
1417         HAVE_INLINED_SYSCALLS is defined and the variable is not used.
1418         * elf/dl-support.c: Likewise.
1419         * elf/rtld.c: Likewise.
1420         * elf/dl-misc.c (_dl_debug_vdprintf): Use writev syscall directly
1421         if HAVE_INLINED_SYSCALLS is defined.
1422         * sysdeps/powerpc/powerpc64/dl-machine.h: Don't reset _dl_starting_up
1423         here.
1424         * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
1425         * sysdeps/unix/sysv/linux/configure.in: Define HAVE_INLINED_SYSCALLS.
1426         * config.h.in: Add entry for HAVE_INLINED_SYSCALLS.
1428         * sysdeps/posix/profil.c: If compiled for ld.so, omit code which
1429         is needed to stop profiling.
1430         * elf/dl-open.c (dl_open_worker): If a newly opened object is to be
1431         profile make sure it cannot be unloaded.
1433         * sysdeps/unix/sysv/linux/dl-origin.c: Inline readlink syscall.
1435         * sysdeps/unix/sysv/linux/fcntl.c: If compiled without cancellation
1436         support, make sure the helper function is inlined.
1437         * sysdeps/unix/sysv/linux/pread.c: Likewise.
1438         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
1439         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
1440         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: Likewise.
1442 2004-07-05  Jakub Jelinek  <jakub@redhat.com>
1444         * include/string.h (ffs): Add libc_hidden_builtin_proto.
1445         * sysdeps/rs6000/ffs.c (ffs): Add libc_hidden_builtin_def.
1446         * sysdeps/alpha/alphaev67/ffs.S (ffs): Likewise.
1447         * sysdeps/alpha/ffs.S (ffs): Likewise.
1448         * sysdeps/s390/ffs.c (ffs): Likewise.
1449         * sysdeps/powerpc/ffs.c (ffs): Likewise.
1450         * sysdeps/i386/ffs.c (ffs): Likewise.
1451         * sysdeps/i386/i686/ffs.c (ffs): Likewise.
1452         * sysdeps/m68k/ffs.c (ffs): Likewise.
1453         * sysdeps/generic/ffs.c (ffs): Likewise.
1454         * sysdeps/m88k/ffs.c (ffs): Likewise.
1455         * sysdeps/am29k/ffs.c (ffs): Likewise.
1456         * sysdeps/i960/ffs.c (ffs): Likewise.
1457         * sysdeps/x86_64/ffs.c (ffs): Likewise.
1459         * Makerules (check-abi): Use diff -p -U 0 instead of diff -pu0.
1461         * sysdeps/powerpc/novmx-longjmp.c (__libc_longjmp,
1462         __libc_siglongjmp): Remove symbol_version.
1463         * sysdeps/powerpc/longjmp.c (__libc_longjmp, __libc_siglongjmp):
1464         Export @@GLIBC_PRIVATE, not @@GLIBC_2.3.4.
1465         * sysdeps/powerpc/sigjmp.c (__sigjmp_save): Use strong_alias
1466         unconditionally.
1467         * sysdeps/powerpc/novmx-sigjmp.c (__sigjmp_save): Remove.
1468         * sysdeps/powerpc/powerpc32/__longjmp.S (__longjmp): Use
1469         strong_alias instead of default_symbol_version, remove
1470         symbol_version.
1471         * sysdeps/powerpc/powerpc64/__longjmp.S (__longjmp): Likewise.
1472         * sysdeps/powerpc/powerpc32/bsd-setjmp.S (__novmx__setjmp): Change
1473         into strong_alias to __novmxsetjmp.
1474         (__vmx__setjmp): Similarly with __vmxsetjmp.
1475         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
1476         default_symbol_version and symbol_version.
1477         * sysdeps/powerpc/powerpc64/bsd-setjmp.S (__novmx__setjmp): Change
1478         into strong_alias to __novmxsetjmp.
1479         (__vmx__setjmp): Similarly with __vmxsetjmp.
1480         (__setjmp): Make it strong_alias to __vmx__setjmp, remove
1481         default_symbol_version and symbol_version.
1483         * nscd/nscd_getgr_r.c: Include stdio-common/_itoa.h.
1485 2004-07-05  Ulrich Drepper  <drepper@redhat.com>
1487         * elf/rtld.c (dl_main): Mark dyn_temp with attribute_relro.
1489 2004-07-04  Matthew Reppert  <arashi@kai.vm.bytemark.co.uk>
1491         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Use libc_hidden_ver
1492         instead of libc_hidden_def.
1494 2004-07-01  Roland McGrath  <roland@redhat.com>
1496         * aclocal.m4: Add provide for AC_CONFIG_AUX_DIR_DEFAULT.
1498         * Makeconfig ($(common-objpfx)shlib-versions.v.i): Move top-level
1499         $(..)shlib-versions file to last in deps list.  This lets add-ons give
1500         more-specific matches that override defaults in the top-level file.
1502         * sysdeps/unix/sysv/linux/configure.in: If arch_minimum_kernel was
1503         already set, don't set it or libc_cv_gcc_unwind_find_fde.
1504         * sysdeps/unix/sysv/linux/configure: Regenerated.
1506 2004-07-01  Martin Schwidefsky  <schwidefsky@de.ibm.com>
1508         * sysdeps/s390/fpu/bits/mathinline.h [__LIBC_INTERNAL_MATH_INLINES]
1509         (__ieee754_sqrt): Define as __MATH_INLINE using sqdbr instruction.
1510         (__ieee754_sqrtf): Define as __MATH_INLINE using sqebr instruction.
1511         * sysdeps/s390/fpu/e_sqrt.c: New file.
1512         * sysdeps/s390/fpu/e_sqrtf.c: New file.
1513         * sysdeps/s390/Implies: New file.
1514         * sysdeps/s390/s390-32/Implies: Remove ieee754, move
1515         ieee754/dbl-64 and ieee754/flt-32 to s390/Implies.
1516         * sysdeps/s390/s390-64/Implies: Likewise.
1518 2004-06-30  Jakub Jelinek  <jakub@redhat.com>
1520         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Include tls.h.
1521         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1523         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (thread_start):
1524         DO_CALL (exit, 1) instead of branching to _exit.
1525         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (thread_start):
1526         Likewise.
1528         * sysdeps/s390/fpu/bits/mathinline.h: New file.
1530         * include/glob.h (glob64): Add libc_hidden_proto.
1531         * sysdeps/generic/glob64.c (glob64): Add libc_hidden_def.
1532         * sysdeps/gnu/glob64.c (glob64): Likewise.
1533         * sysdeps/unix/sysv/linux/i386/glob64.c (glob64): Likewise.
1535 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
1537         * sysdeps/i386/fpu/libm-test-ulps: Update for GCC 3.4.
1538         * sysdeps/s390/fpu/libm-test-ulps: Likewise.
1540 2004-06-11  Dwayne Grant McConnell  <dgm69@us.ibm.com>
1542         * sysdeps/powerpc/fpu/s_lround.c: Removed.
1543         * sysdeps/powerpc/fpu/s_lroundf.c: Removed.
1544         * sysdeps/powerpc/powerpc32/fpu/s_ceilf.S: New file.
1545         * sysdeps/powerpc/powerpc32/fpu/s_ceil.S: New file.
1546         * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: New file.
1547         * sysdeps/powerpc/powerpc32/fpu/s_floor.S: New file.
1548         * sysdeps/powerpc/powerpc32/fpu/s_lrint.c: Removed.
1549         * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: New file.
1550         * sysdeps/powerpc/powerpc32/fpu/s_lroundf.S: New file.
1551         * sysdeps/powerpc/powerpc32/fpu/s_lround.S: New file.
1552         * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: New file.
1553         * sysdeps/powerpc/powerpc32/fpu/s_rint.S: New file.
1554         * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: New file.
1555         * sysdeps/powerpc/powerpc32/fpu/s_round.S: New file.
1556         * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: New file.
1557         * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: New file.
1559 2004-06-30  Ulrich Drepper  <drepper@redhat.com>
1561         * include/net/if.h: Handle if_nameindex and if_freenameindex with
1562         libc_proto_hidden.
1563         * sysdeps/unix/sysv/linux/netlinkaccess.h: New file.
1564         * sysdeps/unix/sysv/linux/ifaddrs.c: Export netlink handling functions.
1565         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Implement using
1566         netlink if possible.  Fall back on ioctl method if necessary.
1567         * sysdeps/unix/sysv/linux/Dist: Add netlinkaccess.h.
1569         * include/unistd.h: Declare __truncate.
1570         * sysdeps/generic/truncate.c: Also define __truncate.
1571         * sysdeps/mach/hurd/truncate.c: Likewise.
1572         * sysdeps/unix/common/syscalls.list: Likewise.
1573         * sysdeps/unix/sysv/linux/truncate64.c: Use __truncate, not truncate.
1575 2004-06-29  Ulrich Drepper  <drepper@redhat.com>
1577         * stdio-common/printf-parsemb.c (__parse_one_specmb): Initialize
1578         info.extra.  Patch by Marcus Meissner.
1580 2004-06-29  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1582         * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
1583         Fix branch offset for a PLT entry.
1585 2004-06-20  Jim Meyering  <jim@meyering.net>
1587         * malloc/obstack.h (obstack_base): Cast to `void *', to align with
1588         documentation.
1590 2004-06-28  Ulrich Drepper  <drepper@redhat.com>
1592         * inet/bug-if1.c (do_test): Simply use 0 as invalid index.
1593         Workaround for [BZ #232].
1595         * sysdeps/unix/sysv/linux/if_index.c (if_nameindex): Use extend_alloca.
1597 2004-06-28  GOTO Masanori  <gotom@debian.or.jp>
1599         * iconv/gconv_simple.c: Use get16/put16 for user given buffer
1600         in ucs2/ucs2reverse when unaligned memory access is attempted.
1601         * iconv/tst-iconv5.c: New file.
1602         * iconv/Makefile (tests): Add tst-iconv5.
1604 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
1606         * inet/bug-if1.c: Include <string.h>.
1608 2004-06-19  Roland McGrath  <roland@redhat.com>
1610         * sysdeps/posix/waitid.c (do_waitid) [DO_WAITID]: Define function
1611         under this macro name instead.
1612         [NO_DO_WAITID]: Don't define it at all.
1613         (do_waitid) [WNOWAIT, WEXITED]: If these POSIX.1 waitid flag bits are
1614         defined, then return ENOTSUP for combinations of selection bits other
1615         than WEXITED and WEXITED|WSTOPPED, which this version cannot support.
1617         * posix/tst-waitid.c: New file.
1618         * posix/Makefile (tests): Add it.
1620 2004-06-28  Jakub Jelinek  <jakub@redhat.com>
1622         * sysdeps/unix/alpha/sysdep.h (inline_syscall6): Fix a typo.
1624         [BZ #231]
1625         * sysdeps/unix/alpha/sysdep.S (__syscall_error): Avoid !samegp
1626         relocation in librt.so.
1628         [BZ #230]
1629         * sysdeps/alpha/dl-machine.h (_dl_start_user): Use ldah/ldl to load
1630         _dl_skip_args.  Patch by Jakub Bogusz <qboosh@pld-linux.org>.
1632 2004-06-27  Ulrich Drepper  <drepper@redhat.com>
1634         * elf/ldconfig.c (add_dir): Take chroot into account.
1635         Based on changes by HJ Lu and Hideki Iwamoto.
1637         * nscd/connections.c (invalidate_cache): If the host cache has to
1638         be invalidated, re-read resolv.conf.
1640         * resolv/resolv.h (RES_NOIP6DOTINT): Define.
1641         * resolv/res_init.c (res_setoptions): Handle no-ip6-dotint option.
1642         * resolv/gethnamaddr.c (gethostbyaddr): Don't lookup with .ip6.int
1643         if RES_NOIP6DOTINT flag is set.
1644         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
1646 2004-06-25  Jakub Jelinek  <jakub@redhat.com>
1648         * sysdeps/unix/sysv/linux/powerpc/fcntl.c: Move to...
1649         * sysdeps/unix/sysv/linux/powerpc/powerpc32/fcntl.c: ... here.
1650         * sysdeps/unix/sysv/linux/powerpc/lockf64.c: Move to...
1651         * sysdeps/unix/sysv/linux/powerpc/powerpc32/lockf64.c: ... here.
1652         * sysdeps/unix/sysv/linux/powerpc/powerpc64/fcntl.c: New file.
1654         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_GETLK, F_SETLK,
1655         F_SETLKW): Fix values for -m32 -D_FILE_OFFSET_BITS=64.
1657 2004-06-21  Jakub Jelinek  <jakub@redhat.com>
1659         [BZ #231]
1660         * sysdeps/unix/alpha/Makefile: New file.
1661         * sysdeps/unix/alpha/rt-sysdep.S: New file.
1662         Reported by Jakub Bogusz <qboosh@pld-linux.org>.
1664 2004-06-18  Ulrich Drepper  <drepper@redhat.com>
1666         * sysdeps/posix/getaddrinfo.c (gaih_inet): For AI_CANONNAME,
1667         determine the canonical name only for the first returned entry.
1669         * inet/bug-if1.c: New file.
1670         * inet/Makefile (tests): Add bug-if1.
1672 2004-06-18  Roland McGrath  <roland@frob.com>
1674         * Makerules (compile-mkdep-flags): Add -MT $@.
1676         * Makefile (dist, tag-for-dist): New targets.
1677         (files-for-dist, tag-of-stem): New variables.
1678         (glibc-%.tar glibc-linuxthreads-%.tar): New pattern rule.
1679         Make tar files using cvs export.
1680         (%.bz2, %.gz, tag-%): New pattern rules.
1681         (distribute): Variable removed.
1682         (+subdir_targets): Remove distinfo targets.
1683         (echo_subdirs, echo-distinfo, parent_echo-distinfo): Targets removed.
1684         (rpm/%): Pattern rule removed.
1685         * rpm/Makefile, rpm/rpmrc, rpm/template: Ancient cruft files removed.
1686         * Rules (subdir_echo-headers, subdir_echo-distinfo, subdir_dist):
1687         Targets removed.
1688         * Makerules (dist, subdir_distinfo): Targets removed.
1689         ($(objpfx)distinfo): Depend on $(distribute).
1690         * Make-dist: File removed.
1692         * NEWS: Fix a typo.  Update bug-reporting instructions.
1694 2004-06-17  Thorsten Kukuk  <kukuk@suse.de>
1696         * sysdeps/unix/sysv/linux/sched_setaffinity.c
1697         (__sched_setaffinity_new): Set errno to EINVAL and return -1 if
1698         cpuset is wrongly set.
1700 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1702         * sysdeps/powerpc/powerpc64/memcpy.S: Improve instruction scheduling
1703         for POWER4 machines.
1705 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1707         [BZ #218]
1708         * sunrpc/pmap_prot2.c (xdr_pmaplist): When freeing, remember pml_next
1709         in a local variable, point rp to that local variable afterwards.
1711 2004-06-11  Jakub Jelinek  <jakub@redhat.com>
1713         * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Handle special
1714         cases properly.
1716 2004-06-17  Ulrich Drepper  <drepper@redhat.com>
1718         * sysdeps/unix/sysv/linux/if_index.c (if_indextoname): Correct
1719         error value for unknown interface. [BZ #198]
1721 2004-06-13  Jakub Jelinek  <jakub@redhat.com>
1723         * sysdeps/i386/bits/string.h (memcpy): Add () around arguments.
1724         (memchr, __memrchr, strlen, strcmp, strncmp, __strchr_g, __strchr_c,
1725         __strchrnul_g, __strchrnul_c, strspn, strcspn, strpbrk): Add memory
1726         the asm uses as its input, either of size __n where __n is known or
1727         0xfffffff.
1728         (strstr): Add "memory" clobber.
1730 2004-06-14  Jakub Jelinek  <jakub@redhat.com>
1732         [BZ #219]
1733         * nss/nsswitch.c (free_mem): Don't try to close a library handle
1734         if the handle is invalid.  Patch by David Kimdon <kimdon@esrf.fr>.
1736 2004-06-11  Dmitry V. Levin  <ldv@altlinux.org>
1738         [BZ #217]
1739         * debug/xtrace.sh: Fix typo in error diagnostics.
1741 2004-06-14  Andreas Schwab  <schwab@suse.de>
1743         * stdio-common/psignal.c (psignal): Don't use BUF when asprintf
1744         failed.
1746 2004-06-15  Steven Munroe  <sjmunroe@us.ibm.com>
1748         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix pasto
1749         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
1750         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Fix pasto
1751         that clobbers r19.
1752         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Fix pasto
1753         that clobbers r19.  Fix pasto that overflowed sigcontext.v_reserve.
1754         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S:
1755         Fix setting of sigcontext.v_regs.  Fix pasto that clobbers r19.
1756         Fix pasto that overflowed sigcontext.v_reserve.
1757         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S:
1758         Fix pasto that clobbers r19.
1759         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Fix setting
1760         of sigcontext.v_regs.  Fix pasto that clobbers r19.  Fix pasto that
1761         overflowed sigcontext.v_reserve.
1763 2004-05-04  H.J. Lu  <hongjiu.lu@intel.com>
1765         [BZ #150]
1766         * sysdeps/generic/strtol_l.c (DEF): Use ".gnu.linkonce.r."
1767         instead of ".gnu.linkonce.ro." as the prefix for linkonce
1768         read-only section name.
1770 2004-06-14  Richard Henderson  <rth@redhat.com>
1772         * sysdeps/alpha/div_libc.h (_ITOFS): Use "sp" not "$sp".
1773         (_ITOFT, _FTOIT, _ITOFT2): Likewise.
1775 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
1777         * sysdeps/s390/s390-32/backtrace.c (init): Guard with #ifdef SHARED.
1778         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1779         (__backtrace): Don't call init #ifndef SHARED.
1780         * sysdeps/s390/s390-64/backtrace.c (init): Guard with #ifdef SHARED.
1781         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1782         (__backtrace): Don't call init #ifndef SHARED.
1783         * sysdeps/ia64/backtrace.c (init): Guard with #ifdef SHARED.
1784         (unwind_backtrace, unwind_getip): Define #ifndef SHARED.
1785         (__backtrace): Don't call init #ifndef SHARED.
1787 2004-06-11  Roland McGrath  <roland@redhat.com>
1789         * sysdeps/arm/strlen.S [__ARMEB__]: Compute correctly for big-endian.
1790         From Krzysztof Halasa <khc@pm.waw.pl>.
1792 2004-06-10  Jakub Jelinek  <jakub@redhat.com>
1794         * elf/tls-macros.h [__s390x__] (TLS_LD, TLS_GD): Clobber also r14.
1796 2004-06-08  Jakub Jelinek  <jakub@redhat.com>
1798         [BZ #199]
1799         * crypt/md5-crypt.c (__md5_crypt): Only update buflen if realloc
1800         succeeds.  Reported by Miles Ohlrich <miles@cray.com>.
1802         * elf/chroot_canon.c (chroot_canon): Avoid segfault if first malloc
1803         fails.  Avoid memory leak if realloc fails.
1805 2004-06-09  Jakub Jelinek  <jakub@redhat.com>
1807         * sysdeps/generic/setenv.c (setenv): Return -1/EINVAL if name is
1808         NULL, "" or contains '=' character in it.  Reported by
1809         Michael T Kerrisk <mtk-lists@gmx.net>.
1810         * stdlib/tst-environ.c: Include errno.h.
1811         (main): Add tests for these arguments to setenv/unsetenv.
1813 2004-06-07  Roland McGrath  <roland@frob.com>
1815         * NEWS: Update bug reporting instructions.  Fix some typos.
1817 2004-06-05  Ulrich Drepper  <drepper@redhat.com>
1819         * stdio-common/_itoa.h: Don't expand _itoa inline for libc.
1820         * stdio-common/_itoa.c: Add _itoa implementation.
1822         * nscd/nscd_gethst_r.c (__nscd_open_socket): Change implementation
1823         to also send request.  Add parameter to allow this.
1824         Change callers.
1825         * nscd/nscd_getgr_r.c: Change __nscd_open_socket caller.
1826         * nscd/nscd_getpw_r.c: Likewise.
1827         * nscd/nscd-client.h: Change __nscd_open_socket prototype.
1829 2004-06-05  Andreas Jaeger  <aj@suse.de>
1831         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
1832         Handle more than 6 args correctly.  Based on a patch by Masahide
1833         Washizawa <washi@jp.ibm.com>.
1835 2004-06-04  Ulrich Drepper  <drepper@redhat.com>
1837         * nscd/nscd_gethst_r.c (nscd_gethst_r): Use __nss_not_use_nscd_hosts
1838         in all places, not __nss_not_use_nscd_group.
1839         Reported by Philippe Gregoire.
1841 2004-06-03  Ulrich Drepper  <drepper@redhat.com>
1843         * sysdeps/i386/i486/bits/atomic.h: Optimize a bit.
1845 2004-05-07  Dmitry V. Levin  <ldv@altlinux.org>
1847         * argp/argp-help.c (__argp_error, __argp_failure): Check result
1848         of __asprintf call and don't use string if it failed.
1849         * stdio-common/psignal.c (psignal): Likewise.
1850         * locale/programs/localedef.c (more_help): Likewise.
1851         * resolv/res_hconf.c (arg_service_list, arg_trimdomain_list,
1852         arg_bool, parse_line): Check result of __asprintf calls and
1853         don't use string if they failed.
1854         * sunrpc/svc_simple.c (registerrpc, universal): Likewise.
1855         * elf/ldconfig.c (parse_conf_include): Check result of __asprintf
1856         call and exit if it failed.
1858 2004-05-10  Jakub Jelinek  <jakub@redhat.com>
1860         * sysdeps/posix/sysconf.c (__sysconf) <cases _SC_REALTIME_SIGNALS,
1861         _SC_PRIORITY_SCHEDULING, _SC_TIMERS, _SC_ASYNCHRONOUS_IO,
1862         _SC_PRIORITIZED_IO, _SC_SYNCHRONIZED_IO, _SC_FSYNC, _SC_MAPPED_FILES,
1863         _SC_MEMLOCK, _SC_MEMLOCK_RANGE, _SC_MEMORY_PROTECTION,
1864         _SC_MESSAGE_PASSING, _SC_SEMAPHORES, _SC_SHARED_MEMORY_OBJECTS,
1865         _SC_THREADS, _SC_THREAD_SAFE_FUNCTIONS, _SC_THREAD_ATTR_STACKADDR,
1866         _SC_THREAD_ATTR_STACKSIZE, _SC_THREAD_PRIORITY_SCHEDULING,
1867         _SC_THREAD_PRIO_INHERIT, _SC_THREAD_PRIO_PROTECT,
1868         _SC_THREAD_PROCESS_SHARED>: Return _POSIX_* value instead of 1.
1869         * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
1870         <case _SC_MONOTONIC_CLOCK>: Return _POSIX_VERSION instead of 1.
1872 2004-05-07  Jeroen Dekkers  <jeroen@dekkers.cx>
1874         * sysdeps/mach/hurd/i386/Makefile (CFLAGS-init-first.c): Add
1875         -momit-leaf-frame-pointer.
1877         * inet/test-ifaddrs.c (addr_string): Surround AF_PACKET case with
1878         #ifdef AF_PACKET.
1880         * sysdeps/mach/hurd/getcwd.c
1881         (_hurd_canonicalize_directory_name_intern): Only realloc when
1882         size is <= 0.
1884         * sysdeps/mach/hurd/mmap.c (__mmap): Fail when addr or offset
1885         isn't page aligned.
1887         * sysdeps/mach/hurd/spawni.c (EXPAND_DTABLE): Set dtablesize to
1888         new size.
1890         * sysdeps/mach/hurd/Versions (GLIBC_PRIVATE): Add __libc_read,
1891         __libc_write and __libc_lseek64.
1893 2004-05-29  Roland McGrath  <roland@redhat.com>
1895         * elf/Makefile (shared-only-routines): Add dl-caller.
1897 2004-05-28  Ulrich Drepper  <drepper@redhat.com>
1899         * sysdeps/powerpc/configure.in: New file.
1901 2004-05-28  Steven Munroe  <sjmunroe@us.ibm.com>
1903         * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Add .machine
1904         "altivec" to enable VMX instructions.
1905         * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
1906         * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
1907         * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
1908         * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
1909         * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
1910         * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
1911         * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
1912         * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
1913         * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
1915 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
1917         * sysdeps/i386/fpu/bits/mathinline.h (__expm1_code): Define using
1918         __builtin_expm1l for GCC 3.5+.
1919         (__expl): Define using __builtin_expl for GCC 3.4+.
1920         (exp, expf, expl): Don't define for GCC 3.4+.
1921         (tan, tanf, tanl): Don't define for GCC 3.5+.
1922         (__atan2l): Define using __builtin_atan2l for GCC 3.4+.
1923         (atan2, atan2f, atan2l): Don't define for GCC 3.4+ or !__FAST_MATH__.
1924         (fmod, fmodf, fmodl): Don't define for GCC 3.5+ or !__FAST_MATH__.
1925         (fabsf, fabsl): Only provide if __USE_MISC or __USE_ISOC99.
1926         (sin, sinf, sinl, cos, cosf, cosl, log, logf, logl): Don't define
1927         for GCC 3.4+.
1928         (log10, log10f, log10l, asin, asinf, asinl, acos, acosf, acosl):
1929         Don't define for GCC 3.5+.
1930         (atan, atanf, atanl): Don't define for GCC 3.4+ or !__FAST_MATH__.
1931         (log1p, log1pf, log1pl, logb, logbf, logbl, log2, log2f, log2l): Don't
1932         define for GCC 3.5+.
1933         (drem, dremf, dreml): Don't define for GCC 3.5+ or !__FAST_MATH__.
1934         * sysdeps/sparc/fpu/bits/mathinline.h (sqrt, sqrtf, sqrtl): Don't
1935         define for GCC 3.2+.
1937 2004-05-27  Jakub Jelinek  <jakub@redhat.com>
1939         * string/bits/string2.h (__bzero): Define even for GCC 3.0+.
1940         * sysdeps/alpha/stpcpy.S (stpcpy): Add libc_hidden_builtin_def.
1941         * sysdeps/alpha/alphaev67/stpcpy.S (stpcpy): Likewise.
1942         * sysdeps/powerpc/powerpc32/stpcpy.S (stpcpy): Likewise.
1943         * sysdeps/powerpc/powerpc64/stpcpy.S (stpcpy): Likewise.
1944         * sysdeps/sparc/sparc32/stpcpy.S (stpcpy): Likewise.
1945         * sysdeps/sparc/sparc64/stpcpy.S (stpcpy): Likewise.
1946         * sysdeps/i386/stpcpy.S (stpcpy): Likewise.
1947         * sysdeps/i386/i586/stpcpy.S (stpcpy): Likewise.
1948         * sysdeps/generic/stpcpy.c (stpcpy): Likewise.
1949         * sysdeps/x86_64/stpcpy.S (stpcpy): Likewise.
1950         * sysdeps/i386/i586/memcpy.S (memcpy): Remove
1951         libc_hidden_builtin_def if MEMPCPY_P.
1952         * sysdeps/x86_64/memcpy.S (memcpy): Likewise.
1953         * sysdeps/i386/i686/mempcpy.S (mempcpy): Add libc_hidden_builtin_def.
1954         * sysdeps/i386/i586/mempcpy.S (mempcpy): Likewise.
1955         * sysdeps/generic/mempcpy.c (mempcpy): Likewise.
1956         * sysdeps/x86_64/mempcpy.S (mempcpy): Likewise.
1958 2004-05-26  Roland McGrath  <roland@frob.com>
1960         * sysdeps/generic/bits/in.h
1961         (IMPLINK_IP, IMPLINK_LOWEXPER, IMPLINK_HIGHEXPER): Macros removed.
1962         These are long obsolete in BSD systems where they originated.
1963         * conform/data/netinet/in.h-data: Remove `allow IMPLINK_*'
1965 2004-05-26  Jakub Jelinek  <jakub@redhat.com>
1967         * include/string.h (mempcpy, stpcpy): Add libc_hidden_builtin_proto.
1968         * string/bits/string2.h (memset): Disable macro for GCC 3.0+.
1969         (__mempcpy): Use __builtin_mempcpy for GCC 3.4+.
1970         (strchr): For GCC 3.2+, only use __rawmemchr if second argument is
1971         constant '\0' and first argument is not constant.
1972         (__stpcpy): Use __builtin_stpcpy for GCC 3.4+.
1973         (strncpy): Remove #ifdef _USE_STRING_ARCH_mempcpy variant.
1974         For GCC 3.2+ use __builtin_strncpy.
1975         (strncat): For GCC 3.2+ use __builtin_strncat.
1976         (strcmp): For GCC 3.2+ use __builtin_strcmp if both arguments are
1977         constant.
1978         (strcspn, strspn, strpbrk): For GCC 3.2+, use builtin function
1979         if both arguments are constant.
1981 2004-05-26  Ulrich Drepper  <drepper@redhat.com>
1983         * nss/nss_files/files-hosts.c: Fix condition for looking up IPv4
1984         mapped addresses in gethostbyaddr.
1986 2004-05-25  Ulrich Drepper  <drepper@redhat.com>
1988         * nss/digits_dots.c (__nss_hostname_digits_dots): Remove typep and
1989         flags parameter, convert afp to simple int parameter.  Adjust code.
1990         typep was never != NULL and flags therefore also unused.  *afp is
1991         never modified.
1992         * nss/nsswitch.h: Adjust __nss_hostname_digits_dots prototype.
1993         * nss/getXXbyYY.c: Remove HAVE_TYPE handling.  Adjust af parameter
1994         handling for __nss_hostname_digits_dots calls.
1995         * nss/getXXbyYY_r.c: Likewise.
1997         * elf/dl-load.c (_dl_map_object_from_fd): Map DSOs with MAP_DENYWRITE.
1999 2004-05-25  Steven Munroe  <sjmunroe@us.ibm.com>
2001         * sysdeps/powerpc/fpu/Makefile: Make ld.so a dependency of libm.so.
2002         * sysdeps/powerpc/fpu/bits/mathinline.h [__LIBC_INERNAL_MATH_INLINES]
2003         (__ieee754_sqrt): Define as __MATH_INLINE using fsqrt instruction.
2004         (__ieee754_sqrtf): Define as __MATH_INLINE using fsqrts instruction.
2005         * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Moved
2006         implementation from w_sqrt.c.
2007         * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Moved
2008         implementation from w_sqrtf.c.
2009         * sysdeps/powerpc/fpu/w_sqrt.c (__sqrt): Wrapper implementation
2010         using inline __ieee754_sqrt().
2011         * sysdeps/powerpc/fpu/w_sqrtf.c (__sqrtf): Wrapper implementation
2012         using inline __ieee754_sqrtf().
2013         * sysdeps/powerpc/powerpc32/sysdep.h [__ASSEMBLER__]: Include
2014         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2015         * sysdeps/powerpc/sysdep.h [__ASSEMBLER__] (PPC_FEATURE_*): Define
2016         PPC_FEATURE_*  independent of __ASSEMBLER__.
2018 2004-05-25  Jakub Jelinek  <jakub@redhat.com>
2020         * sysdeps/pthread/aio_notify.c: Use <> instead of "" for aio_misc.h
2021         include.
2022         (aio_start_notify_thread): Define if not defined.
2023         (notify_func_wrapper): Use it.
2024         * sysdeps/pthread/aio_misc.c: Use <> instead of "" for aio_misc.h
2025         include.
2026         (aio_create_helper_thread): Define if not defined.
2027         (__aio_create_helper_thread): New function.
2028         (__aio_enqueue_request): Use aio_create_helper_thread.
2030         * nis/ypclnt.c (ypall_data, ypall_foreach): Remove.
2031         (struct ypresp_all_data): New type.
2032         (__xdr_ypresp_all): Change second argument to
2033         struct ypresp_all_data *.  Replace ypall_foreach and
2034         ypall_data with objp->foreach and objp->data.
2035         (yp_all): Remove status variable, add data.  Replace
2036         all uses of status with data.status.  Initialize data.foreach
2037         and data.data instead of ypall_foreach and ypall_data.
2039 2004-05-24  Jakub Jelinek  <jakub@redhat.com>
2041         * elf/dl-lookup.c (add_dependency): Set DF_1_NODELETE bit
2042         in l_flags_1, not in l_flags.
2044 2004-04-10  Robert Millan  <robertmh@gnu.org>
2046         * sysdeps/unix/sysv/linux/bits/in.h: Cosmetic fixes to get in sync
2047         with sysdeps/generic/bits/in.h.
2049 2004-05-25  Roland McGrath  <roland@frob.com>
2051         * sysdeps/generic/unwind-dw2-fde-glibc.c: Change copyright terms from
2052         GCC GPL to standard glibc LGPL.
2054 2004-05-24  Ulrich Drepper  <drepper@redhat.com>
2056         * manual/string.texi (Copying and Concatenation): Fixed second
2057         concat example.
2058         Reported by Fabian Pietsch <fabian@zzznowman.dyndns.org>.
2060 2004-05-23  Ulrich Drepper  <drepper@redhat.com>
2062         * malloc/obstack.c: Don't allow linking with _obstack.
2064 2004-05-23  Andreas Schwab  <schwab@suse.de>
2066         * sysdeps/m68k/m68020/bits/atomic.h: Use "+m" constraint instead
2067         of separate "m" constraints.
2069 2004-05-15  Chris Demetriou  <cgd@broadcom.com>
2071         * sysdeps/mips/dl-machine.h (ELF_DL_FRAME_SIZE)
2072         (ELF_DL_SAVE_ARG_REGS, ELF_DL_RESTORE_ARG_REGS): For the N32
2073         and 64 ABIs, save and restore regs $10 and $11 (a6 and a7).
2075 2004-05-20  Paul Eggert  <eggert@cs.ucla.edu>
2077         * malloc/obstack.c (_obstack) [!defined _LIBC]: Remove; not used.
2078         Add comment explaining why libc still defines it.
2080 2004-05-19  Paul Eggert  <eggert@cs.ucla.edu>
2082         * malloc/obstack.h (_obstack_free, obstack_1grow, obstack_1grow_fast,
2083         obstack_alignment_mask, obstack_alloc, obstack_base,
2084         obstack_blank, obstack_blank_fast, obstack_chunk_size,
2085         obstack_copy, obstack_copy0, obstack_finish, obstack_grow,
2086         obstack_grow0, obstack_init, obstack_int_grow,
2087         obstack_int_grow_fast, obstack_make_room, obstack_memory_used,
2088         obstack_next_free, obstack_object_size, obstack_ptr_grow,
2089         obstack_ptr_grow_fast, obstack_room): Remove declarations of
2090         nonexistent functions.
2092 2004-05-18  Steven Munroe  <sjmunroe@us.ibm.com>
2094         * sysdeps/powerpc/powerpc64/sysdep.h [__ASSEMBLER__]: Include
2095         <sysdeps/powerpc/sysdep.h> independent of __ASSEMBLER__.
2096         [PIC]: Redundent for powerpc64, removed.
2097         (ENTRY): Generate size and alignment for opd entry.
2098         (EALIGN): Generate size and alignment for opd entry.
2099         (END): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2100         (END_GEN_TB): Use DOT_LABEL in ASM_SIZE_DIRECTIVE.
2102 2004-05-19  Ulrich Drepper  <drepper@redhat.com>
2104         * misc/regexp.h: Say the functions have been withdrawn.
2106         * wcsmbs/tst-wcpncpy.c: Add more tests.
2108 2004-05-18  Roland McGrath  <roland@frob.com>
2110         * sysdeps/generic/unwind.h: Change copyright terms from GCC GPL to
2111         standard glibc LGPL.
2112         * sysdeps/generic/unwind-dw2.c: Likewise.
2113         * sysdeps/generic/unwind-dw2-fde.c: Likewise.
2114         * sysdeps/generic/unwind-dw2-fde.h: Likewise.
2115         * sysdeps/generic/unwind-pe.h: Likewise.
2117 2004-05-15  Petter Reinholdtsen  <pere@hungry.com>
2119         * locale/iso-3166.def: Remove YUGOSLAVIA and insert "SERBIA AND
2120         MONTENEGRO" which have taken over the code 819.  Patch from
2121         Danilo Segan. [BZ #40]
2123 2004-05-15  Jakub Jelinek  <jakub@redhat.com>
2125         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
2126         (SYSCALL_ERROR_HANDLER): Rename __sparc.get_pic.l7 to
2127         __sparc_get_pic_l7.
2129 2004-05-15  Joseph S. Myers  <jsm@polyomino.org.uk>
2131         * catgets/gencat.c: Update bug reporting instructions.
2132         * csu/version.c: Likewise.
2133         * debug/catchsegv.sh: Likewise.
2134         * debug/pcprofiledump.c: Likewise.
2135         * debug/xtrace.sh: Likewise.
2136         * elf/ldd.bash.in: Likewise.
2137         * iconv/iconv_prog.c: Likewise.
2138         * iconv/iconvconfig.c: Likewise.
2139         * locale/programs/locale.c: Likewise.
2140         * locale/programs/localedef.c: Likewise.
2141         * login/programs/pt_chown.c: Likewise.
2142         * malloc/memusage.sh: Likewise.
2143         * malloc/memusagestat.c: Likewise.
2144         * malloc/mtrace.pl: Likewise.
2145         * manual/crypt.texi: Likewise.
2146         * manual/install.texi: Likewise.
2147         * nss/makedb.c: Likewise.
2149 2004-05-14  Jakub Jelinek  <jakub@redhat.com>
2151         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Only
2152         CHECK_STATIC_TLS if sym != NULL.
2153         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
2154         * sysdeps/i386/dl-machine.h (elf_machine_rela): Likewise.
2156 2004-05-12  Andreas Schwab  <schwab@suse.de>
2158         * posix/regex_internal.c (build_wcs_buffer): Also set pstr->mbs
2159         when translating.
2161 2004-05-13  H.J. Lu  <hongjiu.lu@intel.com>
2163         * Rules (xtests): Depend on tests.
2165 2004-05-13  Jakub Jelinek  <jakub@redhat.com>
2167         * libio/genops.c (_IO_default_xsputn): Avoid one overflow per char if
2168         count is negative, yet write_ptr < write_end.
2169         (_IO_default_xsgetn): Avoid one underflow per char if count is
2170         negative, yet read_ptr < read_end.
2172 2004-05-12  Steven Munroe  <sjmunroe@us.ibm.com>
2174         * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (XTABS): Define XTABS
2175         equal to TAB3.
2177 2004-05-12  Ulrich Drepper  <drepper@redhat.com>
2179         * elf/dl-lookup.c (_dl_lookup_symbol_x): Correct _dl_signal_cerror
2180         call.
2182 2004-05-10  Roland McGrath  <roland@frob.com>
2184         * hurd/hurdlookup.c (__hurd_file_name_split): Return ENOENT for "".
2185         (__hurd_directory_name_split): Likewise.
2187 2004-05-10  Ulrich Drepper  <drepper@redhat.com>
2189         * po/fr.po: Update from translation team.
2191 2004-05-10  Andreas Jaeger  <aj@suse.de>
2193         * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
2194         Correctly compute alignment.
2195         Patch by Michael Matz <matz@suse.de>.
2197 2004-05-09  Ulrich Drepper  <drepper@redhat.com>
2199         * sysdeps/generic/sigpause.c: Prevent sigpause prototype.
2200         * sysdeps/posix/sigpause.c: Likewise.
2201         * signal/signal.h: Don't define sigpause macro unless needed.
2203 2004-05-08  Jakub Jelinek  <jakub@redhat.com>
2205         * configure.in (libc_cv_libgcc_s_suffix): New check.
2206         (libc_cv_as_needed): Use -lgcc_s$libc_cv_libgcc_s_suffix.
2207         * config.make.in (libgcc_s_suffix): Set.
2208         * Makeconfig (libgcc_eh): Use -lgcc_s$(libgcc_s_suffix).
2210 2004-05-08  Ulrich Drepper  <drepper@redhat.com>
2212         * signal/signal.h: Use BSD sigpause only if BSD behavior is preferred.
2214 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2216         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (LOADARGS_1,
2217         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2218         Load argument values into temporary variables.
2219         * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h (LOADARGS_1,
2220         LOADARGS_2, LOADARGS_3, LOADARGS_4, LOADARGS_5, LOADARGS_6):
2221         Likewise.
2223 2004-05-07  Ulrich Drepper  <drepper@redhat.com>
2225         * sysdeps/unix/sysv/linux/Makefile: mq_send.c and mq_receive.c
2226         need to be compiled with exceptions.
2228 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2230         * sysdeps/unix/sysv/linux/ifreq.c (__ifreq): Fix memory handling.
2231         * sysdeps/generic/ifreq.c (__ifreq): Fix memory handling.
2233         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Make clear that
2234         realloc cannot fail.
2236         * nss/nss_files/files-netgrp.c (EXPAND): Free buffer which cannot
2237         be expanded.
2239         * nis/nis_table.c: Clean up memory handling.
2240         * nis/nis_subr.c (nis_getnames): Clean up memory handling.
2241         * nis/nis_removemember.c (nis_removemember): Add comment
2242         explaining use of realloc.
2244         * math/tgmath.h (fabs): Use __TGMATH_UNARY_REAL_IMAG_RET_REAL.
2245         (carg): Likewise.
2246         Patch by Lev S Bishop <lev.bishop@yale.edu>.
2248         * math/bug-tgmath1.c (main): Test fabs and carg as well.
2250 2004-05-06  Richard Henderson  <rth@redhat.com>
2252         * elf/elf.h (AT_L1I_CACHESHAPE, AT_L1D_CACHESHAPE,
2253         AT_L2_CACHESHAPE, AT_L3_CACHESHAPE): New.
2254         * sysdeps/unix/sysv/linux/alpha/Versions: Export
2255         __libc_alpha_cache_shape as a private symbol.
2256         * sysdeps/unix/sysv/linux/alpha/dl-sysdep.c: New file.
2257         * sysdeps/unix/sysv/linux/alpha/sysconf.c: New file.
2259 2004-05-06  Richard Henderson  <rth@redhat.com>
2261         * sysdeps/alpha/div_libc.h (_ITOFS, _ITOFT, _FTOIT, _ITOFT2): New.
2262         * sysdeps/alpha/divl.S: Use them.
2263         * sysdeps/alpha/divq.S: Likewise.
2264         * sysdeps/alpha/divqu.S: Likewise.
2265         * sysdeps/alpha/reml.S: Likewise.
2266         * sysdeps/alpha/remq.S: Likewise.
2267         * sysdeps/alpha/remqu.S: Likewise.
2269 2004-05-06  Ulrich Drepper  <drepper@redhat.com>
2271         * math/tgmath.h (__TGMATH_UNARY_REAL_IMAG_RET_REAL):Define.
2272         (cimag): Use it.
2273         (creal): Likewise.
2274         * math/Makefile (tests): Add bug-tgmath1.
2275         * math/bug-tgmath1.c: New file.
2277 2004-05-05  Jakub Jelinek  <jakub@redhat.com>
2279         * sysdeps/alpha/atomicity.h: Remove.
2280         * sysdeps/generic/atomicity.h: Remove.
2282 2004-05-05  H.J. Lu  <hongjiu.lu@intel.com>
2284         * sysdeps/i386/i486/bits/string.h (strpbrk): Cast return to
2285         char *.
2287 2004-04-22  David Mosberger  <davidm@hpl.hp.com>
2289         * sysdeps/unix/sysv/linux/ia64/Makefile (librt-routines): Mention
2290           rt-sysdep.
2291         * sysdeps/unix/sysv/linux/ia64/rt-sysdep.S: New file.
2293         * sysdeps/ia64/strcat.c: New file.
2294         * sysdeps/ia64/strcat.S: Delete.
2296 2004-05-04  Jakub Jelinek  <jakub@redhat.com>
2298         * sysdeps/unix/sysv/linux/ia64/sysdep.S (USE___THREAD): Remove
2299         defined.
2301 2004-04-23  Jakub Jelinek  <jakub@redhat.com>
2303         * sysdeps/ia64/fpu/libm_support.h (__libm_error_support): Add
2304         libc_hidden_proto.  Define to __GI___libm_error_support for
2305         assembly going into libc.so.
2306         * sysdeps/ia64/fpu/libc_libm_error.c (__libm_error_support): Add
2307         libc_hidden_def.
2309         * include/libc-symbols.h (HIDDEN_BUILTIN_JUMPTARGET): Define.
2310         * sysdeps/ia64/bcopy.S (bcopy): Use it for jump to memmove.
2312         * sysdeps/unix/sysv/linux/ia64/sysdep.S (__syscall_error): Access
2313         gprel errno if RTLD_PRIVATE_ERRNO or __thread __libc_errno/errno
2314         if USE___THREAD.
2316 2004-05-03  Jakub Jelinek  <jakub@redhat.com>
2318         * sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
2319         __USE_BSD or __USE_UNIX98.
2320         * sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2321         * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2322         * sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
2323         Likewise.
2324         * sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2325         * sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2326         * sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2327         * sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
2328         Likewise.
2329         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
2330         Likewise.
2331         * sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
2332         Likewise.
2333         * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2334         Likewise.
2335         * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
2336         Likewise.
2337         * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
2338         Likewise.
2339         * sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
2340         Likewise.
2341         * sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
2342         Likewise.
2343         * sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
2344         Likewise.
2345         * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2346         Likewise.
2347         * sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
2348         Likewise.
2349         * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
2350         Likewise.
2351         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
2352         Likewise.
2353         * sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2354         * sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
2355         * io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
2357 2004-05-01  Jakub Jelinek  <jakub@redhat.com>
2359         * posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
2360         __libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
2361         __libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
2362         * stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
2363         * sysdeps/unix/sysv/linux/Versions (libc): Remove
2364         __libc_sigaction@@GLIBC_PRIVATE.
2365         * sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
2366         __modify_ldt@@GLIBC_PRIVATE.
2367         * socket/Versions (libc): Remove __libc_accept, __libc_send,
2368         __libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
2369         __libc_sendto and __libc_connect @@GLIBC_PRIVATE.
2370         * stdio-common/Versions (libc): Remove
2371         _itoa_upper_digits@@GLIBC_PRIVATE.
2372         * resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
2373         * misc/Versions (libc): Remove __libc_fsync, __libc_msync,
2374         __libc_readv and __libc_writev @@GLIBC_PRIVATE.
2375         * termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
2376         * io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
2377         __libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
2378         __libc_lseek64 @@GLIBC_PRIVATE.
2380 2004-04-30  Jakub Jelinek  <jakub@redhat.com>
2382         * elf/dl-load.c (open_verify): Move e_phentsize check after e_type
2383         check.
2385 2004-04-29  Steven Munroe  <sjmunroe@us.ibm.com>
2387         * sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
2388         * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
2389         * sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
2390         * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
2391         * sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
2392         * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
2393         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
2394         * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
2395         * sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
2396         * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
2397         * sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
2398         * sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
2399         * sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
2400         * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
2401         * sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
2402         * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
2403         * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
2404         * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
2406         * math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
2407         mantissa for AIX long double format.
2408         * misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
2409         long double format.
2410         * misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
2411         * stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2412         (_fpioconst_pow10): AIX long double format has same exponent range as
2413         double.
2414         * stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
2415         (LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
2416         as double.
2418 2004-04-23  Art Haas  <ahaas@airmail.net>
2420         * sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2422 2004-04-28  Carlos O'Donell  <carlos@baldric.uwo.ca>
2424         * sysdeps/unix/sysv/linux/mq_getattr.c: Include <stddef.h>.
2425         * sysdeps/unix/sysv/linux/mq_notify.c: Likewise.
2426         * sysdeps/unix/sysv/linux/mq_open.c: Likewise.
2427         * sysdeps/unix/sysv/linux/mq_receive.c: Likewise.
2428         * sysdeps/unix/sysv/linux/mq_send.c: Likewise.
2430 2004-04-29  Philip Blundell  <pb@nexus.co.uk>
2432         * sysdeps/arm/dl-machine.h (RTLD_START): Avoid unnecessary GOT
2433         entries.
2435 2004-04-29  Jakub Jelinek  <jakub@redhat.com>
2437         * manual/resource.texi (sched_setaffinity, sched_getaffinity): Fix
2438         prototypes and description [BZ #131].
2440         * string/bits/string2.h (strpbrk): Cast NULL to char * [BZ #130].
2441         Patch by Ed Catmur <ed@catmur.co.uk>.
2442         * string/tst-inlcall.c (main): Add test for strpbrk.
2444         [BZ #140]
2445         * sysdeps/unix/sysv/linux/sys/sysctl.h: Remove linux/compiler.h
2446         include.
2447         (_LINUX_KERNEL_H, _LINUX_TYPES_H, _LINUX_LIST_H): Only define if not
2448         yet defined, #undef back after including linux/sysctl.h if defined
2449         here.
2450         (__LINUX_COMPILER_H, __user): Define if not yet defined, #undef
2451         back after including linux/sysctl.h if defined here.
2453         * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c (_Qp_qtoi): Use %f31
2454         for single precision register, add it to __asm clobbers [BZ #139].
2455         * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c (_Qp_qtoui): Use %f31
2456         for single precision register, add it to __asm clobbers.
2457         * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c (_Qp_qtoux): Use fqtox
2458         instead of fqtoi in QP_HANDLE_EXCEPTIONS.
2459         * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c (_Qp_qtox): Likewise.
2460         Reported by M. H. VanLeeuwen <vanl@megsinet.net>.
2462 2004-04-23  Andreas Schwab  <schwab@suse.de>
2464         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Use
2465         __attribute_used__.
2467 2004-04-22  Philip Blundell  <philb@gnu.org>
2469         * sysdeps/arm/dl-machine.h (elf_machine_rela): Don't use INTUSE
2470         when calling _dl_signal_error.
2471         (elf_machine_rel): Likewise.
2473 2004-04-21  Ulrich Drepper  <drepper@redhat.com>
2475         * sysdeps/unix/sysv/linux/ia64/setjmp.S: Define _GI___sigsetjmp
2476         and use it internally instead of __sigsetjmp.
2477         * sysdeps/ia64/fpu/s_frexpf.c (frexpf): Use _GI___libm_frexp_4f.
2478         * sysdeps/ia64/fpu/s_frexpl.c (frexpl): Use _GI___libm_frexp_4l.
2479         * sysdeps/ia64/fpu/libm_frexp4.S: Define _GI___libm_frexp_4.
2480         * sysdeps/ia64/fpu/libm_frexp4f.S: Define _GI___libm_frexp_4f.
2481         * sysdeps/ia64/fpu/libm_frexp4l.S: Define _GI___libm_frexp_4l.
2482         * sysdeps/ia64/fpu/s_frexp.c (frexp): Use _GI___libm_frexp_4.
2483         * sysdeps/ia64/fpu/libm_support.h: Declare _GI___libm_frexp_4,
2484         _GI___libm_frexp_4f, _GI___libm_frexp_4l.
2485         * sysdeps/ia64/fpu/bits/mathinline.h: New file.
2486         * sysdeps/unix/sysv/linux/ia64/__start_context.S: Use
2487         HIDDEN_JUMPTARGET for exit call.
2488         * sysdeps/unix/sysv/linux/ia64/clone2.S: Use HIDDEN_JUMPTARGET for
2489         _exit call.
2490         * sysdeps/ia64/bcopy.S: Use HIDDEN_JUMPTARGET for memmove call.
2491         * sysdeps/ia64/strcat.S: Use HIDDEN_JUMPTARGET for strlen and
2492         strcpy calls.
2494 2004-04-21  Jakub Jelinek  <jakub@redhat.com>
2496         * posix/tst-chmod.c (do_test): Fix a typo.
2498         * elf/lateglobal.c (main): Fix error checks.
2499         Patch by Stephen Clarke <stephen.clarke@st.com>.
2501         * manual/ctype.texi (isblank, iswblank): Mark as ISO functions,
2502         mention they have been added in ISO C99.
2503         Reported by Ben Pfaff <blp@cs.stanford.edu>.
2505 2004-03-31  H.J. Lu  <hongjiu.lu@intel.com>
2507         * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Fix typo.
2509 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2511         * sysdeps/unix/sysv/linux/shm_open.c (shm_unlink): Change EPERM into
2512         EACCES.
2514 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2516         * stdio-common/vfscanf.c (_IO_vfscanf): Revert last %% whitespace
2517         handling change.
2518         * stdio-common/tst-sscanf.c (int_tests): Adjust.
2520         * nis/nss-nis.c: Include stdlib.h.
2522         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Shut up a
2523         warning.
2524         * sysdeps/sparc/sparc64/memcmp.S (memcmp): Remove BP_SYM () from
2525         libc_hidden_builtin_def.
2527 2004-04-20  Jim Meyering  <jim@meyering.net>
2529         * misc/error.c (error_tail): Don't leak upon realloc failure.
2531 2004-04-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
2533         * sysdeps/unix/sysv/linux/dl-execstack.c (_dl_make_stack_executable):
2534         Use RETURN_ADDRESS instead of __builtin_return_address.
2536 2004-04-19  Ulrich Drepper  <drepper@redhat.com>
2538         * sysdeps/unix/sysv/linux/mq_unlink.c: Rewrite to produce more
2539         compact code.
2541 2004-04-20  Jakub Jelinek  <jakub@redhat.com>
2543         * stdio-common/vfscanf.c (_IO_vfscanf): When skipping whitespace,
2544         do input_error () instead of conv_error () and don't look at errno.
2545         Don't eat any whitespace before %% if skip_space == 0.
2546         * stdio-common/tst-sscanf.c (int_tests): New array.
2547         (main): Run int_tests.
2550 See ChangeLog.14 for earlier changes.