* time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
[glibc.git] / ChangeLog
blob9b556186002bf6b6a825a2098170b886e350e759
1 2002-08-27  Roland McGrath  <roland@redhat.com>
3         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
4         instead, taking an extra __locale_t argument.
5         * time/Makefile (routines): Add strptime_l.
6         * time/time.h (__strptime_l, strptime_l): Declare them.
7         * time/strptime_l.c: New file.
9         * time/time.h (__strftime_l, strftime_l): Declare them.
10         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
11         * time/strftime_l.c: New file.
12         * time/wcsftime_l.c: New file.
13         * time/Makefile (routines): Add strftime_l, wcsftime_l.
14         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
15         strftime_l, wcsftime_l.
16         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
17         or __wcsftime_l instead, taking an extra __locale_t argument.
19         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
20         (libc: GLIBC_2.3): ... here.
22 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
24         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
25         sys/debugreg.h.
27         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
29         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
31         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
33         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
35         * sysdeps/mach/hurd/alpha/Dist: New file.
37         * sysdeps/arm/Dist: Add bits/link.h.
39         * sunrpc/Makefile: Distribute thrsvc.
41         * stdio-common/Makefile: Remove more left-overs from old stdio.
43         * include/linewrap.h: Removed.
45         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
47         * intl/Makefile (distribute): Add plural-eval.c.
49 2002-08-27  Roland McGrath  <roland@redhat.com>
51         * manual/sysinfo.texi (Mount Information): Correct file name to macro
52         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
53         Say mtab is in either /var/run or /etc.
55 2002-08-26  Roland McGrath  <roland@redhat.com>
57         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
58         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
60         * sysdeps/gnu/Versions: New file.
61         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
62         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
63         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
64         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
65         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
66         and _sys_nerr_internal instead of anything else.  Make it include
67         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
68         Make it emit some asm magic if [EMIT_ERR_MAX].
69         * sysdeps/gnu/errlist.c: Regenerated.
70         * sysdeps/gnu/errlist-compat.awk: New file.
71         * sysdeps/gnu/errlist-compat.c: New file (generated).
72         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
73         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
74         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
75         (SYS_ERRLIST, SYS_NERR): Macros removed.
76         (sys_nerr, _sys_nerr): Remove these weak aliases.
77         * sysdeps/unix/sysv/linux/errlist.c: File removed.
78         * sysdeps/unix/sysv/linux/errlist.h: File removed.
79         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
81         * include/libc-symbols.h (declare_symbol): New macro.
82         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
83         * configure.in: New check to define it.
84         * configure: Regenerated.
86 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
88         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
89         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
91         * Make-dist: Remove traces of old stdio.
92         * Makeconfig: Likewise.
94         * locale/Makefile (localedef-aux): New variable.  Only md5
95         assigned to it.  These files are not ddistributed in this directory.
97         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
98         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
99         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
101         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
103         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
104         set h_errno to NO_RECOVERY [PR libc/4360].
106 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
108         * libio/Makefile (tests): Add bug-fopena+.
109         * libio/bug-fopena+.c: New file.
111         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
113         * locale/xlocale.c: Fix the last change.  The variable still has
114         to end in _data.
115         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
116         (__libc_tsd_set): Add _data prefix to variable name.
118 2002-08-26  Roland McGrath  <roland@redhat.com>
120         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
121         macro with inline function.
122         (sigset_get_old_mask): Likewise.
123         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
124         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
125         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
126         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
127         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
128         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
129         values.
130         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
131         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
133 2002-07-06  Bruno Haible  <bruno@clisp.org>
135         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
136         sigset_get_old_mask): Make it work with larger sigset_t.
137         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
138         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
139         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
141 2002-08-26  Roland McGrath  <roland@redhat.com>
143         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
144         * manual/filesys.texi (File Times): Document lutimes and futimes.
145         * misc/Makefile (routines): Add them.
146         * misc/Versions (libc: GLIBC_2.3): Likewise.
147         * sysdeps/generic/lutimes.c: New file.
148         * sysdeps/generic/futimes.c: New file.
149         * sysdeps/mach/hurd/lutimes.c: New file.
150         * sysdeps/mach/hurd/futimes.c: New file.
152         * manual/filesys.texi (File Times): Add explicit note about null
153         pointer argument to utimes.
155 2002-08-26  Roland McGrath  <roland@frob.com>
157         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
158         (__ifreq): Add a cast.  Remove an unused variable.
160         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
161         _HURD_THREADVAR_LOCALE.
163 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
165         * posix/regexec.c (re_search_stub): Return correct match length
166         if start != 0.
167         * posix/bug-regex10.c: New test.
168         * posix/Makefile (tests): Add bug-regex10.
170 2002-08-26  Brian Youmans  <3diff@gnu.org>
172         * COPYING.LIB: Replaced with fresh copy from
173         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
174         suggested copying permission notice now says version 2.1 instead
175         of version 2.
177         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
178         from Library GPL.
179         * crypt/crypt_util.c: Likewise.
180         * crypt/ufc.c: Likewise.
181         * elf/dl-conflict.c: Likewise.
182         * elf/dl-iteratephdr.c: Likewise.
183         * iconv/iconvconfig.h: Likewise.
184         * malloc/arena.c: Likewise.
185         * malloc/hooks.c: Likewise.
186         * malloc/malloc.c: Likewise.
187         * posix/glob/Makefile.ami: Likewise.
188         * posix/glob/Makefile.in: Likewise.
189         * stdlib/gmp-impl.h: Likewise.
190         * stdlib/gmp.h: Likewise.
191         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
192         * sysdeps/generic/strnlen.c: Likewise.
193         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
194         * sysdeps/mach/hurd/recvmsg.c: Likewise.
195         * sysdeps/mach/hurd/sendmsg.c: Likewise.
196         * sysdeps/mach/hurd/spawni.c: Likewise.
197         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
198         * sysdeps/mach/powerpc/sysdep.h: Likewise.
199         * sysdeps/mach/powerpc/thread_state.h: Likewise.
200         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
201         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
202         * sysdeps/x86_64/gmp-mparam.h: Likewise.
204         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
205         Lesser GPL copying permission notice from 2 to 2.1.
206         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
207         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
208         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
209         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
210         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
211         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
212         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
213         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
214         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
215         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
216         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
217         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
218         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
219         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
220         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
221         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
222         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
223         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
224         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
225         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
226         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
227         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
228         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
229         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
230         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
231         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
232         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
233         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
234         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
235         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
236         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
237         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
238         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
239         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
240         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
241         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
242         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
243         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
244         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
245         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
246         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
247         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
248         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
249         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
250         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
251         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
252         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
253         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
254         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
255         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
256         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
257         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
258         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
259         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
260         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
262         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
263         Moshier and Lesser GPL copying permission notice, per license from
264         Moshier.
265         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
266         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
267         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
268         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
269         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
270         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
271         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
272         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
273         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
274         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
275         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
276         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
277         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
278         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
280         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
281         notice, per license from copyright holder Stephen Moshier.
282         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
283         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
284         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
285         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
286         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
287         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
288         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
289         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
290         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
292 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
294         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
295         (shared-only-routines): Likewise.
297 2002-08-26  Roland McGrath  <roland@redhat.com>
299         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
300         name of "", store a null pointer instead.
302         * configure.in (elf): Set to yes for freebsd*, netbsd*.
303         * configure: Regenerated.
305         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
306         Initialize this instead of __libc_tsd_LOCALE_data.
308         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
309         ptsname_r to EINVAL.
311         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
313         * rt/Makefile: Revert last change, it was inappropriate to presume aio
314         implementations depend on pthreads.
315         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
316         * rt/tst-aio64.c (do_test): Likewise.
317         * rt/tst-aio2.c (do_test): Likewise.
318         * rt/tst-aio3.c (do_test): Likewise.
319         * rt/tst-aio4.c (do_test): Likewise.
320         * rt/tst-aio5.c (do_test): Likewise.
321         * rt/tst-aio6.c (do_test): Likewise.
322         * rt/tst-aio7.c (do_test): Likewise.
324         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
325         void so as to avoid compiler warnings.
327         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
328         _IO_wide_data_FD, which is never used here.
330         * libio/iofread.c
331         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
332         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
333         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
335         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
336         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
338         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
339         (closelog): Likewise.
341 2002-07-06  Bruno Haible  <bruno@clisp.org>
343         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
345         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
346         * sysdeps/unix/alpha/pipe.S: ... here.
347         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
349         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
351         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
352         * sysdeps/unix/i386/fork.S: Likewise.
353         * sysdeps/unix/i386/pipe.S: Likewise.
354         * sysdeps/unix/i386/wait.S: Likewise.
356         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
357         * sysdeps/unix/arm/fork.S: Likewise.
359         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
360         arguments.
361         (DO_CALL): Swap argument order.
362         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
363         arguments.
364         (DO_CALL): Swap argument order.
365         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
366         arguments.
367         (DO_CALL): Swap argument order.
368         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
369         arguments.
370         (DO_CALL): Swap argument order.
371         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
372         arguments.
373         (DO_CALL): Swap argument order.
374         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
375         arguments.
376         (DO_CALL): Swap argument order.
377         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
378         arguments.
379         (DO_CALL): Swap argument order.
381         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
382         (L): Define right for ELF.
383         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
384         Now defined in sysdeps/i386/sysdep.h.
386         * sysdeps/posix/readv.c: Ansify function definition.
387         * sysdeps/posix/writev.c: Likewise.
389         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
390         have the same size. Avoid direct cast from size_t to off_t.
392         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
393         nul byte in entry[n].ut_user.
394         (simulate_logout): Likewise.
396         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
397         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
398         existence of corresponding members of 'struct utmp'.
399         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
400         !_HAVE_UT_TYPE.
402         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
403         allocate a buffer of at least BUFSIZ bytes, not just of
404         sizeof (struct dirent).
406         * sysdeps/generic/glob.c: Include <limits.h>.
407         (NAME_MAX): Define a fallback.
408         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
409         stack.
410         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
411         (main): Allocate enough room for a 'struct dirent64' on the stack.
412         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
413         'struct dirent'.
415         * sysdeps/unix/sysv/linux/init-first.c: Don't include
416         kernel-features.h.
418         * inet/htontest.c: Include <sys/types.h>.
420         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
422         * include/sys/sysctl.h: Comment fix.
424         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
425         _dl_load_lock.
426         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
428         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
430         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
431         (__getpeername): New alias.
432         (__getsockname): New alias.
433         (__socket): New alias.
435         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
437         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
438         (__fcntl_internal): New alias.
439         (__profil): New alias.
441 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
443         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
444         entry was for getaddr* lookup or not.  Add only matching cache
445         entry.  Change all callers [PR libc/4317].
447         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
448         finding the read position [PR libc/4265].
449         * libio/Makefile (tests): Add bug-rewind2.
450         * libio/bug-rewind2.c: New file.
452         * libio/bug-rewind.c: Fix creation of temp file.
454 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
456         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
457         neither SUCCESS nor TRYAGAIN [PR libc/4259].
458         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
459         to ENOENT if no entry is found.
460         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
461         failure.
462         * nis/nss_compat/compat-initgroups.c: Likewise.
463         * nis/nss_compat/compat-pwd.c: Likewise.
464         * nis/nss_compat/compat-spwd.c: Likewise.
465         * nis/nss_nis/nis-alias.c: Likewise.
466         * nis/nss_nis/nis-ethers.c: Likewise.
467         * nis/nss_nis/nis-grp.c: Likewise.
468         * nis/nss_nis/nis-hosts.c: Likewise.
469         * nis/nss_nis/nis-initgroups.c: Likewise.
470         * nis/nss_nis/nis-netgrp.c: Likewise.
471         * nis/nss_nis/nis-network.c: Likewise.
472         * nis/nss_nis/nis-proto.c: Likewise.
473         * nis/nss_nis/nis-publickey.c: Likewise.
474         * nis/nss_nis/nis-pwd.c: Likewise.
475         * nis/nss_nis/nis-rpc.c: Likewise.
476         * nis/nss_nis/nis-service.c: Likewise.
477         * nis/nss_nis/nis-spwd.c: Likewise.
478         * resolv/nss_dns/dns-host.c: Likewise.
479         * resolv/nss_dns/dns-network.c: Likewise.
480         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
481         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
482         * nis/nss_nisplus/nisplus-grp.c: Likewise.
483         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
484         * nis/nss_nisplus/nisplus-network.c: Likewise.
485         * nis/nss_nisplus/nisplus-proto.c: Likewise.
486         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
487         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
488         * nis/nss_nisplus/nisplus-service.c: Likewise.
489         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
490         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
491         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
492         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
493         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
495         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
496         declaring __restore and __restore_rt as hidden (if possible).
498 2002-08-25  Roland McGrath  <roland@redhat.com>
500         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
502         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
503         (getutent_r_file, internal_getut_r): Updated all callers.
504         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
506 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
508         * locale/programs/locale.c: Don't print aliases for non-existing
509         locales for 'locale -a'.
510         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
512 2002-07-19  H.J. Lu  <hjl@gnu.org>
514         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
516 2002-07-16  H.J. Lu  <hjl@gnu.org>
518         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
519         sys/personality.h.
520         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
522 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
524         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
525         not moved ahead of the fputs call.
526         * elf/tst-tlsmod2.c (in_dso): Likewise.
527         * elf/tst-tlsmod3.c (in_dso2): Likewise.
528         * elf/tst-tlsmod4.c (in_dso): Likewise.
530 2002-08-25  Andreas Schwab  <schwab@suse.de>
532         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
534 2002-08-25  Roland McGrath  <roland@redhat.com>
536         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
537         resetting handler, to avoid the possibility of a spurious SIGALRM
538         delivered to the user's handler.
539         Reported by Amit D. Chaudhary <amitc@brocade.com>,
541         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
542         set -fkeep-inline-functions, which is not needed for the current file.
544         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
545         (_dl_setup_hash): Add attribute_hidden.
546         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
547         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
548         (_dl_new_object, _dl_map_object_deps): Likewise.
549         (_dl_map_object_deps_internal): Remove decl.
550         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
552         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
553         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
554         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
555         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
556         instead relying on the compiler to produce only GOTOFF variable refs.
558 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
560         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
562         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
563         inline to avoid defining it in every file which includes this header.
565         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
566         defining DONT_USE_BOOTSTRAP_MAP.
568         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
569         * libio/tst-mmap-setvbuf.c (main): Likewise.
570         * libio/tst-widetext.c (main): Likewise.
572         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
573         message.
574         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
575         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
577         * sysdeps/i386/elf/configure.in: Unconditionally define
578         PI_STATIC_AND_HIDDEN.
579         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
580         PI_STATIC_AND_HIDDEN is defined as well.
581         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
583 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
585         * sysdeps/ia64/bzero.S: Define __bzero as well.
587         * locale/programs/charmap.c (charmap_new_char): Don't use
588         ULONG_MAX as maximum UCS4 value.
590         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
592         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
594         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
595         * malloc/malloc.c (mALLINFo): Likewise.
597         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
599         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
600         examining result of _IO_do_flush call.
602         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
603         Use prec not spec when sizing buffers.
605         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
606         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
607         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
608         * stdio-common/vfscanf.c (inchar): Likewise.
609         * misc/efgcvt_r.c (fcvt_r): Likewise.
610         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
611         * elf/readlib.c (process_file): Likewise.
612         * elf/sprof.c (load_profdata): Likewise.
613         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
614         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
615         * locale/programs/charmap.c (charmap_read): Likewise.
616         * libio/fileops.c: Likewise.
617         * libio/fmemopen.c: Likewise.
618         * stdlib/strtod.c: Likewise.
619         * elf/dl-load.c: Likewise.
620         * iconv/iconvconfig.c: Likewise.
621         * iconv/iconv_prog.c (process_block): Likewise.
622         * elf/rtld.c (dl_main): Likewise.
624         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
625         macro to calm down the compiler.
627         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
629         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
631         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
632         placement of errno definition.
633         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
634         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
635         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
636         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
637         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
639         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
640         from 1024 to 65536, to avoid buffer overrun.
642 2002-08-16  Paul Eggert  <eggert@twinsun.com>
644         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
645         from 1024 to 65536, to avoid buffer overrun.
646         * resolv/res_query.c (MAXPACKET): Likewise.
648 2002-08-24  Andreas Jaeger  <aj@suse.de>
650         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
652 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
654         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
655         two52 locally.
656         (log2): Likewise.
657         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
658         Patch by Simon Gee <simong@agile.tv>.
660         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
661         Prefer reading /proc/stat since it is more uniform across
662         architectures.
664         * manual/texinfo.tex: Update to latest official version.
666         * sysvipc/sys/shm.h: Remove SHMLBA definition.
667         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
668         * sysdeps/gnu/bits/shm.h: Likewise.
669         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
670         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
671         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
672         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
673         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
674         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
675         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
676         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
677         since this is what the kernel says.
679         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
680         since ssize_t is needed as well.  Replace const with __const.
682 2002-08-23  Roland McGrath  <roland@redhat.com>
684         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
685         __malloc_hook, __realloc_hook, __memalign_hook,
686         __after_morecore_hook): Variable definitions moved to ...
687         * malloc/malloc.c: ... here, so as to be before all references.
689         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
690         global variable reference in an unused asm parameter, to ensure the
691         compiler has set up the GOT register before we use it.
693         * malloc/hooks.c: Move variable definitions ahead of uses.
694         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
695         initializers that make reference to variables they define.
697 2002-08-23  Andreas Jaeger  <aj@suse.de>
699         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
700         alloca, free, qsort.
702         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
704         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
705         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
707         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
708         <hch@lst.de>.
709         * sysdeps/generic/fgetxattr.c: New file.
710         * sysdeps/generic/flistxattr.c: New file.
711         * sysdeps/generic/fremovexattr.c: New file.
712         * sysdeps/generic/fsetxattr.c: New file.
713         * sysdeps/generic/getxattr.c: New file.
714         * sysdeps/generic/listxattr.c: New file.
715         * sysdeps/generic/lgetxattr.c: New file.
716         * sysdeps/generic/llistxattr.c: New file.
717         * sysdeps/generic/lremovexattr.c: New file.
718         * sysdeps/generic/lsetxattr.c: New file.
719         * sysdeps/generic/removexattr.c: New file.
720         * sysdeps/generic/setxattr.c: New file.
721         * misc/Makefile (headers): Add sys/xattr.h.
722         (routines): Add *xattr calls.
723         * misc/Versions: Add *xattr calls with version 2.3.
724         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
725         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
726         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
727         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
728         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
729         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
730         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
731         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
733 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
735         * sysdeps/powerpc/elf/libc-start.c
736         (__cache_line_size): Declare.
737         (__aux_init_cache): New.
738         (__libc_start_main): Change type of `auxvec' parameter to
739         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
740         __aux_init_cache.
741         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
742         (__cache_line_size): Declare.
743         (__aux_init_cache): New.
744         (DL_PLATFORM_INIT): Define.
745         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
746         value to select the correct stride for dcbz.
748 2002-08-22  Andreas Jaeger  <aj@suse.de>
750         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
751         shmat.
753 2002-08-22  Roland McGrath  <roland@redhat.com>
755         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
756         position indicated by locrectab against file bounds before rounding to
757         page size.  In mapping loop, always set TO before breaking out of
758         contiguous range coalescing loop.
760         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
761         (or MAP_COPY if available) instead of MAP_SHARED.
763         * scripts/firstversions.awk: When encountering a version newer than
764         the specified earliest version, be sure to emit the specified earliest
765         version first if any renaming of an older version to that has been.
767 2002-08-21  Roland McGrath  <roland@redhat.com>
769         * configure.in: Make GCC version check require 3.[2-9]* and no others.
770         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
771         (Configuring and compiling): Don't mention older GCC versions any more.
772         * INSTALL: Regenerated.
774         * manual/install.texi (Configuring and compiling, Installation,
775         Running make install, Linux): Linux -> GNU/Linux where appropriate.
777         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
778         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
779         and with noinline otherwise.  Remove hack alloca use to prevent
780         inlining, we can ask for it explicitly nowadays.
782         * dlfcn/bug-dlsym1.c: New file.
783         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
784         * dlfcn/Makefile (distribute): Add them.
785         (tests): Add bug-dlsym1 here.
786         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
787         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
788         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
790 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
792         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
793         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
794         before relocation.
795         (_dl_start): Don't use local bootstrap_map variable if
796         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
797         pass bootstrap_map to _dl_start_final in this case either.  Don't
798         pass start_time to _dl_start_final ever.
799         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
801         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
802         This cripples the scope lists necessary to search for symbols in
803         dependencies which are not in the global scope.
805         * include/setjmp.h (__libc_longjmp): Add declaration.
807 2002-08-21  Andreas Jaeger  <aj@suse.de>
809         * sysdeps/x86_64/_mcount.S: Fix assembler.
811         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
812         with biarch support.
814 2002-08-21  Andreas Jaeger  <aj@suse.de>
816         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
818         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
820         * sysdeps/x86_64/machine-gmon.h: New file.
821         * sysdeps/x86_64/_mcount.S: New file.
823 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
825         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
826         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
827         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
828         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
829         to TL_INIT_TP.  Otherwise pass 1.
830         * include/link.h (struct link_map): Add l_tls_tp_initialized.
831         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
833 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
835         * locale/programs/localedef.c (add_to_readlist): Error about
836         circular dependencies only if the locale in question hasn't
837         been finished.
838         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
839         CTYPE_LOCALE to load_locale.
840         * locale/programs/locfile.c (locfile_read): Don't include
841         unneeded but available locales in locale_mask.
843         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
844         print any messages about enlarging archive.
846 2002-08-20  Brian Youmans  <3diff@gnu.org>
848         * manual/contrib.texi: Removed licenses, added acknowledgements
849         for contributions by Intel, IBM, Craig Metz.
850         * LICENSES: New file, contains the text of all non-FSF licenses in the
851         distribution that require putting the notice in the accompanying
852         documentation.
853         * README.template, README: Mention LICENSES.
855         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
856         new one modelled on the modern BSD license, per recent letter
857         of permission from CMU.
858         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
860         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
861         from IBM to FSF, per the recent Software Letter.  Changed the
862         distribution terms from GPL to LGPL.
864         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
865         copying permission notice (Lesser GPL), per recent IBM Software Letter.
866         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
867         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
868         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
869         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
870         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
871         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
872         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
873         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
875         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
876         from IBM to FSF, per the recent Software Letter.  Corrected the
877         text of the copying permission notice to say Lesser GPL instead
878         of GPL in warranty disclaimer paragraph.
879         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
880         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
881         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
882         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
883         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
884         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
885         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
886         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
887         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
888         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
889         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
890         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
891         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
892         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
893         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
894         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
895         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
896         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
897         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
898         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
899         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
901         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
902         permission notice to say Lesser GPL instead of GPL in warranty
903         disclaimer paragraph.
904         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
905         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
906         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
907         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
908         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
909         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
910         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
911         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
912         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
913         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
914         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
915         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
916         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
917         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
918         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
919         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
920         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
921         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
922         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
923         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
924         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
925         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
926         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
928 2002-08-20  Roland McGrath  <roland@redhat.com>
930         Fix ABI compatibility with libc compiled with old tools on powerpc.
931         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
932         and Jack Howarth <howarth@bromo.med.uc.edu>.
933         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
934         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
935         pass -DHAVE_DOT_HIDDEN for these files.
936         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
937         __floatdisf.
938         * sysdeps/powerpc/divdi3.c: New file.
939         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
940         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
942 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
944         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
945         partially overlapping mappings.  Remove unneeded (char *) casts.
946         Never allow duplication of ranges in mapped areas.
948 2002-08-20  Roland McGrath  <roland@redhat.com>
950         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
951         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
953 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
955         * include/unistd.h: Don't hide _exit.
957         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
958         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
959         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
960         argument 1 to TLS_INIT_TP.
961         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
963         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
965         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
966         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
967         memory allocation to...
968         (allocate_dtv): ...here.  New function.
969         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
970         call allocate_dtv instead of _dl_allocate_tls_storage.
971         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
972         (_dl_get_tls_static_info): New function.
973         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
974         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
976 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
978         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
979         immediately if result == NULL.
981 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
983         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
985 2002-08-18  Roland McGrath  <roland@frob.com>
987         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
988         instead of __file_name_split.
989         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
991         * sysdeps/mach/hurd/dl-sysdep.c
992         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
993         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
995 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
997         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
998         in change before last: MAX -> MIN.
1000 2002-08-15  Roland McGrath  <roland@redhat.com>
1002         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1003         if seek would go past it.
1004         (mmap_remap_check): If file position is at or past EOF after check,
1005         leave read pointers at EOF and don't seek.
1007         * libio/tst-mmap-offend.c: New file.
1008         * libio/Makefile (tests): Add it.
1010         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1011         the name as passed, rather than the name in the archive dictionary.
1013 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1015         * csu/Makefile: Define elide-routines.os not static-only-routines.
1017         * include/sched.h (__clone): Add varargs at the end.
1019         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1020         case.
1021         (TLS_INIT_HELPER): If defined, use it.
1022         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1024 2002-08-15  Roland McGrath  <roland@redhat.com>
1026         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1027         on L->l_prev; it can happen under rtld --verify too.
1029         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1030         header separately, just map an initial window of 2MB from the file
1031         and remap if that is not large enough to cover the whole header.
1033 2002-08-15  Andreas Jaeger  <aj@suse.de>
1035         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1036         version 2.3.
1037         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1038         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1039         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1040         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1041         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1042         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1043         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1044         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1045         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1046         Patch by Andreas Gruenbacher <agruen@suse.de>.
1048         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1050 2002-08-14  Roland McGrath  <roland@redhat.com>
1052         * locale/locarchive.h (struct locale_category_data): Give this name to
1053         the type of locale_data_t's elements.
1054         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1055         (add_locale): Use that to sort the categories by size and put all
1056         those that fit into two pages into the LC_ALL block, instead of
1057         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1058         (show_archive_content): Detect categories inside LC_ALL block
1059         directly, instead of hard-coding.
1060         (oldlocrecentcmp): Compare just on file locations used.
1062 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1064         * locale/programs/locarchive.c (struct oldlocrecent): New.
1065         (oldlocrecentcmp): New.
1066         (enlarge_archive): Re-add locales in the order they were added
1067         to the archive.
1068         (add_locale): Put all the small locale files together, if the small
1069         locale file block would occupy less pages if page size aligned, align
1070         it.
1071         (show_archive_content): Adjust for locale archives optimized for speed.
1073 2002-08-14  Roland McGrath  <roland@frob.com>
1075         * configure.in: Use "MISSING" as not-found value for MIG.
1076         * sysdeps/mach/configure.in: Fatal if mig not found.
1077         * configure, sysdeps/mach/configure: Regenerated.
1079 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1081         * locale/loadarchive.c (archfname): Add missing slash.
1083         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1084         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1086 2002-08-12  Roland McGrath  <roland@redhat.com>
1088         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1089         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1090         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1091         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1092         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1093         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1094         * sysdeps/generic/waitpid.c: Likewise.
1096         * include/net/if.h: New file.  Use libc_hidden_proto
1097         for if_nametoindex and if_indextoname.
1098         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1099         * sysdeps/mach/hurd/if_index.c: Likewise.
1100         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1102         * include/grp.h (setgroups): Add libc_hidden_proto.
1103         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1104         * sysdeps/mach/hurd/setgroups.c: Likewise.
1105         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1106         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1108 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1110         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1111         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1112         * sysdeps/generic/setegid.c (setegid): Likewise.
1113         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1114         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1115         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1116         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1117         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1118         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1119         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1120         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1121         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1122         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1123         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1124         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1125         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1127         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1128         __lxstat_internal, __lxstat64_internal): Remove.
1129         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1130         Add hidden_proto.
1131         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1132         Remove INTDEF where present, remove #undef at the beginning.
1133         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1134         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1135         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1136         * sysdeps/generic/xstat.c (__xstat): Likewise.
1137         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1138         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1139         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1140         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1141         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1142         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1143         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1144         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1145         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1146         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1147         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1148         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1149         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1150         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1151         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1152         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1153         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1154         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1155         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1156         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1157         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1158         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1159         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1160         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1161         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1162         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1163         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1164         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1165         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1166         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1167         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1168         * sysdeps/unix/xstat.c (__xstat): Likewise.
1170         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1171         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1172         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1173         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1174         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1175         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1176         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1178         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1179         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1180         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1181         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1182         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1183         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1184         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1185         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1186         Likewise.
1187         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1188         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1189         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1190         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1191         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1192         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1193         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1194         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1196         * include/string.h (strcoll): Add libc_hidden_proto.
1197         * string/strcoll.c (strcoll): Add libc_hidden_def.
1199         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1201 2002-08-11  Philip Blundell  <philb@gnu.org>
1203         * sysdeps/arm/Makefile: New file.
1205 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1207         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1208         by another '|', end of regex or enclosing ')', clear branch.
1209         * posix/bug-regex9.c: New test.
1210         * posix/Makefile (tests): Add bug-regex9.
1212 2002-08-12  Roland McGrath  <roland@redhat.com>
1214         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1215         start count condition, use TOTAL instead of variable that was never
1216         set.  Fix outer loop termination condition to TOTAL >= after update.
1218         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1219         dl_tls_static_align and dl_tls_static_nelem.
1221 2002-08-11  Roland McGrath  <roland@redhat.com>
1223         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1224         of the TLS macros, otherwise the compiler might not have initialized
1225         the PIC register yet when we use the PLT via asm.
1226         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1227         * elf/tst-tlsmod2.c (in_dso): Likewise.
1229         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1231         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1232         Evaluate argument exactly once.  Remove __volatile__ from asm's.
1234         * include/unistd.h: Use libc_hidden_proto for getdomainname
1235         and getlogin_r.
1236         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1237         * sysdeps/mach/hurd/getdomain.c: Likewise.
1238         * sysdeps/unix/getlogin_r.c: Likewise.
1239         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1240         * sysdeps/generic/getlogin_r.c: Likewise.
1242         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1243         * sunrpc/rtime.c: Add libc_hidden_def.
1245         * include/string.h: Use libc_hidden_proto for basename.
1246         * string/basename.c [_LIBC]: Add libc_hidden_def.
1248         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1250         * locale/loadarchive.c: munmap -> __munmap throughout.
1252         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1253         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1254         * sysdeps/generic/gai_strerror.c: Likewise.
1256         * include/sys/errno.h: New file.
1258         * include/signal.h: No libc_hidden_proto for raise,
1259         __libc_current_sigrtmin, __libc_current_sigrtmax.
1260         These need to be overridden by linuxthreads.
1261         * sysdeps/posix/raise.c: Reverted.
1262         * sysdeps/generic/raise.c: Reverted.
1263         * signal/allocrtsig.c: Reverted.
1265         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
1267 2002-08-10  Roland McGrath  <roland@redhat.com>
1269         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1270         * locale/localeinfo.h: Declare it.
1271         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1272         current locale if it's not in the file list.
1273         Call _nl_archive_subfreeres.
1275 2002-08-10  Andreas Jaeger  <aj@suse.de>
1277         * sysdeps/i386/strchr.S: Add comment.
1279 2002-08-10  Roland McGrath  <roland@redhat.com>
1281         * include/wchar.h (putwc): Use libc_hidden_proto.
1282         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
1283         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
1284         * stdio-common/dprintf.c: Add libc_hidden_def.
1285         * stdio-common/fprintf.c: Likewise.
1286         * stdio-common/sprintf.c: Likewise.
1287         * stdio-common/sscanf.c: Likewise.
1288         * libio/iofwrite.c: Likewise.
1289         * libio/memstream.c: Likewise.
1290         * libio/putwc.c: Likewise.
1291         * stdio-common/perror.c: Likewise.
1292         * sysdeps/posix/remove.c: Likewise.
1293         * sysdeps/generic/remove.c: Likewise.
1294         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
1295         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
1297 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
1299         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1300         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
1301         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1302         towlower, towupper): Add libc_hidden_weak.
1304         * include/bits/dlfcn.h: New file.
1305         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
1307         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
1308         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
1309         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
1310         * include/pwd.h (_nss_files_parse_pwent): Likewise.
1311         * include/shadow.h (_nss_files_parse_spent): Likewise.
1312         * include/netdb.h (_nss_files_parse_protoent,
1313         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
1314         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
1315         (LINE_PARSER): Use it.
1316         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
1317         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
1319         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
1320         #endif.
1322         * manual/debug.texi (%MENU%): Remove trailing dot.
1323         Reported by <hayastan132@hotmail.com>.
1325         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
1326         aliases.
1327         (lseek): Dummy.
1328         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
1329         Likewise.
1331 2002-08-09  Roland McGrath  <roland@redhat.com>
1333         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
1334         name to find codeset name (if any) and normalize it.  If the
1335         normalized name differs, look up only that in the archive.
1336         * locale/programs/locarchive.c (add_locale_to_archive): If the name
1337         contains a codeset, normalize the codeset store only the normalized
1338         name in the archive.  If not, add an alias containing the locale's
1339         normalized codeset name.  Apply codeset name normalization when
1340         matching entries in the alias file.
1342         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
1343         decrement HEAD->namehash_used here.
1344         (add_locale): Only need to insert name string when name_offset != 0.
1346         * locale/programs/localedef.c (options): Add -A/--alias-file.
1347         (alias_file): New variable.
1348         (parse_opt): Grok -A, set that.
1349         * locale/programs/localedef.h: Declare it.
1351         * locale/locarchive.h (struct locrecent): Add `refs' member.
1352         * locale/programs/locarchive.c (insert_name): New function, broken out
1353         of ...
1354         (add_locale_to_archive): ... here.  Call that.
1355         (add_alias): New function.
1356         (add_locale): New static function, add_locale_to_archive renamed.
1357         (add_locale_to_archive): Call that and use add_alias to add an alias
1358         for the name with codeset if the given name lacks it.
1359         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
1361         * locale/Makefile (routines): Add loadarchive.
1362         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
1363         (_nl_load_locale_from_archive): New function.
1364         * locale/localeinfo.h: Declare it.
1365         * locale/findlocale.c (_nl_find_locale): If using default locale path,
1366         try _nl_load_locale_from_archive first.
1368         * locale/loadlocale.c (_nl_intern_locale_data): New function,
1369         broken out of _nl_load_locale.
1370         (_nl_load_locale): Call that.
1371         * locale/localeinfo.h: Declare it.
1372         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
1373         (struct locale_data): Remove unused member `options'.
1374         * locale/findlocale.c (_nl_remove_locale): Update uses.
1375         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1376         * locale/C-collate.c: Update initializer.
1377         * locale/C-identification.c: Likewise.
1378         * locale/C-measurement.c: Likewise.
1379         * locale/C-telephone.c: Likewise.
1380         * locale/C-address.c: Likewise.
1381         * locale/C-name.c: Likewise.
1382         * locale/C-paper.c: Likewise.
1383         * locale/C-time.c: Likewise.
1384         * locale/C-numeric.c: Likewise.
1385         * locale/C-monetary.c: Likewise.
1386         * locale/C-messages.c : Likewise.
1387         * locale/C-ctype.c: Likewise.
1389         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
1390         use CHAR_BIT instead of BITSPERBYTE.
1392         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
1393         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
1394         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
1395         (_nl_remove_locale): Likewise.
1396         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1398         * locale/findlocale.c (_nl_default_locale_path): New variable.
1399         (_nl_find_locale): If LOCALE_PATH is null, default to that.
1400         * locale/localeinfo.h: Declare it.
1401         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
1402         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
1403         * locale/newlocale.c (__newlocale): Likewise.
1405         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
1406         * inet/rexec.c (rexec_af): Add libc_hidden_def.
1407         * sysdeps/generic/morecore.c: Likewise.
1408         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
1409         (__libc_current_sigrtmax): Likewise.
1411 2002-08-08  Roland McGrath  <roland@redhat.com>
1413         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
1414         * catgets/open_catalog.c (__open_catalog): Likewise.
1416         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
1417         from typo INITIAL_NUM_NANES.
1418         (create_archive): Update use.
1420 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1422         * sysdeps/unix/sysv/linux/sigwait.c: New file.
1424 2002-08-08  Roland McGrath  <roland@frob.com>
1426         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
1428 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1430         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
1431         else and undefine after including wcstol_l.c.
1432         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
1434 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1436         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
1438 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
1440         * configure.in: Make the test for broken_alias_attribute stricter.
1442 2002-05-24  Robert Love  <rml@tech9.net>
1444         * posix/Makefile (routines): Add sched_getaffinity and
1445         sched_setaffinity.
1446         * posix/sched.h: Add declarations for sched_getaffinity and
1447         sched_setaffinity.
1448         * sysdeps/generic/sched_getaffinity.c: New file.
1449         * sysdeps/generic/sched_setaffinity.c: New file.
1450         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
1451         sched_setaffinity.
1453 2002-08-06  Andreas Schwab  <schwab@suse.de>
1455         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
1457 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1459         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
1460         message.
1462         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
1463         It is known to be defined.
1465         * include/string.h: Define index and rindex only if _ISOMAC is not
1466         defined.
1468         * elf/rtld.c: Include <errno.h>.
1469         * sysdeps/generic/libc-tls.c: Likewise.
1471 2002-08-07  Roland McGrath  <roland@redhat.com>
1473         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
1474         it internally.
1475         (precsize_aton): Likewise.
1477         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
1478         the static symbols added in the last change (doofus is me).
1480         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
1481         loop to notice missing categories in a composite name.
1483         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
1484         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
1485         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
1486         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
1488 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1490         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
1492 2002-08-07  Roland McGrath  <roland@redhat.com>
1494         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
1495         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
1496         Reported by Jakub Jelinek  <jakub@redhat.com>.
1498 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1500         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
1501         division.
1503 2002-08-06  Roland McGrath  <roland@redhat.com>
1505         * include/getopt.h: Put private decls inside [_GETOPT_H].
1506         Use libc_hidden_proto for getopt_long, getopt_long_only.
1507         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
1508         Add libc_hidden_def.
1510         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
1511         Define as a macro for __dl_iterate_phdr.
1513         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
1514         made static.  Add __ name as a strong alias.
1515         (internal_endnetgrent): Likewise.
1516         (internal_getnetgrent_r): Likewise.
1518         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
1519         with no __ prefix.
1520         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
1521         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
1522         all *_l functions with no __ prefix.
1523         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
1524         * ctype/ctype_l.c: Likewise.
1525         * locale/nl_langinfo.c: Likewise.
1526         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
1527         * stdlib/stdlib.h [__USE_GNU]: Likewise.
1528         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
1529         * wctype/wctype.h [__USE_GNU]: Likewise.
1530         * string/strcoll_l.c (strcoll_l): Define as weak alias.
1531         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
1532         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
1533         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
1534         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
1535         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
1536         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
1537         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
1538         (__wcscasecmp_l): Add libc_hidden_def.
1539         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
1540         (__wcsncasecmp_l): Add libc_hidden_def.
1541         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
1542         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
1543         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
1544         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
1545         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
1546         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
1547         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
1548         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
1549         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
1550         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
1551         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
1552         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
1553         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
1554         * wctype/wctype_l.c (wctype_l) Define as weak alias.
1556 2002-08-05  Roland McGrath  <roland@redhat.com>
1558         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
1559         netname2user, host2netname, user2netname, key_gendes.
1560         * sunrpc/netname.c: Add libc_hidden_def.
1561         * sunrpc/key_call.c: Likewise.
1563         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
1564         freeaddrinfo.
1565         * inet/getnameinfo.c: Add libc_hidden_def.
1566         * sysdeps/generic/getaddrinfo.c: Likewise.
1567         * sysdeps/posix/getaddrinfo.c: Likewise.
1569         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
1570         * wcsmbs/wmemchr.c: Add libc_hidden_def.
1571         * wcsmbs/wmemset.c: Add libc_hidden_def.
1573         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
1574         (index, rindex): Define as macros for strchr, strrchr.
1576         * string/envz.c (envz_strip): index -> strchr
1578         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
1579         * sunrpc/rpc_prot.c: Add libc_hidden_def.
1581         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
1582         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
1584         * include/stdlib.h: Use libc_hidden_proto for wctomb.
1585         * stdlib/wctomb.c: Add libc_hidden_def.
1587         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
1588         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
1589         * resolv/herror.c: Likewise.
1590         * inet/rcmd.c: Add libc_hidden_def.
1591         * inet/ruserpass.c: Likewise.
1592         * inet/getnetgrent_r.c: Likewise.
1594         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
1595         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
1596         for svcerr_auth, svcerr_noprog, svcerr_progvers.
1597         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
1598         libc_hidden_def.
1599         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
1600         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
1602         * sysdeps/posix/system.c (do_system): New function, guts broken out of
1603         __libc_system.
1604         (__libc_system): Call it, putting just the line == NULL test here.
1606         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
1607         variables work right.
1609         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
1610         * elf/dl-close.c (_dl_close): Likewise.
1612         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
1613         in6addr_any, in6addr_loopback.  Remove decls for
1614         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
1615         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
1616         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
1617         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
1618         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
1619         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
1620         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
1621         in6addr_loopback.
1622         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
1624         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
1625         ether_aton_r.
1626         * inet/ether_aton_r.c: Add libc_hidden_def.
1627         * inet/ether_ntoa_r.c: Likewise.
1629         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
1630         xprt_unregister.
1631         * sunrpc/svc.c: Add libc_hidden_def.
1632         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
1633         pmap_set, pmap_unset.
1634         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
1635         * sunrpc/pm_getport.c: Likewise.
1636         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
1637         * sunrpc/publickey.c: Add libc_hidden_def.
1639 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
1641         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
1642         the other memset call in this function.
1644         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
1645         at correct index.  Clear BSS region now that memalign is used.
1647 2002-08-05  Roland McGrath  <roland@redhat.com>
1649         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
1650         * sysdeps/generic/uname.c: Add libc_hidden_def.
1651         * sysdeps/mach/hurd/uname.c: Likewise.
1653 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
1655         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
1656         wcspbrk): Add libc_hidden_proto.
1657         * time/strftime.c (my_strftime): Add libc_hidden_def.
1658         (strftime): Remove libc_hidden_def.
1659         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
1660         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
1661         * wcsmbs/wcsspn.c (wcsspn): Likewise.
1662         * wcsmbs/wcscmp.c (wcscmp): Likewise.
1663         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
1664         * wcsmbs/wcscoll.c (wcscoll): Likewise.
1666         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
1667         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1668         __rpc_thread_createerr): Add libc_hidden_proto.
1669         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
1670         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1671         __rpc_thread_createerr): Add libc_hidden_def.
1673         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
1674         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
1675         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
1676         clnt_perror, clnt_sperror): Add libc_hidden_def.
1677         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
1679         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
1680         libc_hidden_proto.
1681         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
1682         * sunrpc/des_soft.c (des_setparity): Likewise.
1684         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
1685         Add libc_hidden_proto.
1686         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
1687         Add libc_hidden_def.
1689 2002-08-05  Roland McGrath  <roland@redhat.com>
1691         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
1692         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
1693         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
1694         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
1695         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
1696         old data, abandoning the original memory allocated by rtld at startup,
1697         instead of calling realloc normally.
1699 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
1701         * po/fr.po: Update from translation team.
1703 2002-08-04  Roland McGrath  <roland@redhat.com>
1705         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
1706         then generate a dummy module under the given name, obeying the
1707         normal rules for the "caller" field.
1709         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
1710         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
1712         * include/pthread.h: Don't declare __pthread_initialize_minimal as
1713         weak here; we declare it weak or strong in the one place we use it.
1714         * sysdeps/generic/libc-start.c: ... which is here.
1715         Don't make the decl weak if [USE_TLS], since static programs need TLS
1716         setup even when single-threaded.
1718         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
1720         * elf/Makefile (test-srcs): Add $(modules-names) to it.
1721         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
1722         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
1723         all these variables.
1725 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1727         * include/stdio.h: Don't define macro magic to redirect function
1728         calls if _ISOMAC is defined.
1730         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
1731         ldouble asin tests.
1733 2002-08-04  Roland McGrath  <roland@redhat.com>
1735         * stdlib/lrand48_r.c: Add libc_hidden_def.
1737         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
1738         TCB with __libc_memalign instead of mmap.
1739         (_dl_deallocate_tls): Free it with free instead of munmap.
1741         * Makerules (cpp-srcs-left): When setting this to run
1742         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
1743         words.  Combine the two loops into one on the concatenated list,
1744         including those as well as $(test-srcs).
1746         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
1747         since we align here with optimally minimal waste anyway.
1748         (malloc): Just call that.
1750         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
1751         the right variable.
1753         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
1754         to compute memory location for l_tls_initimage.
1755         * elf/rtld.c (_dl_start): Likewise.
1756         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
1758         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
1759         because the .d file is generated in the non-shared case and
1760         so fails to catch them otherwise.
1762         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
1763         split out of _dl_allocate_tls.
1764         (_dl_allocate_tls_init): Likewise.
1765         (_dl_allocate_tls): Call those.
1766         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
1767         * elf/rtld.c (dl_main): Call them separately instead of calling
1768         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
1769         is finished, so that the initializer data has been relocated before we
1770         copy it into the main thread's TLS block.
1772         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
1773         loop conditions, prevented the last used module from being initialized.
1775 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
1777         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
1778         if glob resp. globfree are not macros.
1779         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
1780         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
1781         Add libc_hidden_ver.
1782         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
1783         libc_hidden_def.
1784         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
1785         instead of libc_hidden_weak.
1786         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
1787         libc_hidden_ver instead of libc_hidden_def.
1788         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
1789         libc_hidden_ver instead of libc_hidden_def.
1790         (wcstoll, wcstoq): Remove libc_hidden_weak.
1791         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
1792         libc_hidden_ver.
1793         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
1794         libc_hidden_ver.
1795         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
1796         libc_hidden_ver.
1797         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
1798         libc_hidden_ver.
1800 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1802         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
1803         to access _sys_siglist.
1804         * string/strsignal.c: Likewise.
1805         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
1806         * sysdeps/gnu/siglist.c: Likewise.
1807         * sysdeps/unix/siglist.c: Likewise.
1808         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
1810         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
1812         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
1814         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
1815         alias and use it.
1816         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
1818         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
1819         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
1820         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
1822         * include/time.h: Add libc_hidden_proto for __gmtime_r.
1823         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
1825         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
1826         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
1827         and __gconv_get_cache respectively.
1828         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
1829         defined static.  Change all users.
1830         (__gconv_get_cache): New function.
1831         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
1832         (__gconv_get_alias_db): New function.
1833         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
1834         (__conv_modules_db): Likewise.
1835         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
1836         and __gconv_get_alias_db.
1837         * iconv/iconv_prog.c: Use the new functions instead of accessing the
1838         variables.
1840         * include/stdlib.h: Add prototype and libc_hidden_proto for
1841         __default_morecore.
1842         * sysdeps/generic/morecore.c: Include <stdlib.h>.
1844         * malloc/obstack.c: Remove fputs macro.
1846         * malloc/mtrace.c: Remove fopen macro.
1848 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
1850         * manual/debug.texi: Fix spelling to programmatically.
1851         Reported by <hayastan132@hotmail.com>.
1853 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1855         * include/libio.h: Add libc_hidden_proto for __uflow.
1856         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
1857         fgetpos to _IO_* names.
1858         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
1859         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
1860         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
1861         putwc_unlocked, vswscanf.
1862         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
1863         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
1864         * libio/fseek.c: Likewise.
1865         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
1866         not fopencookie.
1867         * libio/genops.c (__uflow): Add libc_hidden_def.
1868         * libio/iofflush_u.c (fflush_unlocked): Likewise.
1869         * libio/iofgets_u.c (fgets_unlocked): Likewise.
1870         * libio/iofputs_u.c (fputs_unlocked): Likewise.
1871         * libio/iofputws_u.c (fputws_unlocked): Likewise.
1872         * libio/iofread_u.c (fread_unlocked): Likewise.
1873         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1874         * libio/iovswscanf.c (vswscanf): Likewise.
1875         * libio/putwc_u.c (putwc_unlocked): Likewise.
1876         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
1877         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
1878         * malloc/mtrace.c: Likewise.
1880         * sunrpc/clnt_perr.c: Remove fputs macro.
1881         * sunrpc/svc_simple.c: Likewise.
1882         * sunrpc/svc_tcp.c: Likewise.
1883         * sunrpc/svc_udp.c: Likewise.
1884         * sunrpc/xdr_rec.c: Likewise.
1885         * sunrpc/xdr_ref.c: Likewise.
1887         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
1888         iconv_prog, linereader, and charmap-dir.
1889         * locale/Makefile: Likewise for locale and charmap-dir.
1890         * malloc/Makefile: Likewise for memusagestat.
1891         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
1892         * sunrpc/Makefile: Likewise for rpc_main.
1893         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
1894         * timezone/Makefile: Likewise for zic.
1896         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
1898         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
1899         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
1900         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
1901         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
1902         _dl_close.
1904         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
1905         __wunderflow.
1906         * libio/genops.c (__underflow): Add libc_hidden_def.
1907         * libio/wgenops.c (__wuflow): Likewise.
1908         (__wunderflow): Likewise.
1910         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
1911         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
1913         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
1914         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
1916         * include/string.h: Add libc_hidden_proto for __strverscmp.
1917         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
1919         * include/unistd.h: Add libc_hidden_proto for __sysconf.
1920         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
1921         * sysdeps/posix/sysconf.c: Likewise.
1922         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
1923         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
1925         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
1926         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
1927         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
1928         __iswxdigit_l, __towlower_l, __towupper_l.
1929         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
1930         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
1932         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
1933         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
1934         * sysdeps/mach/hurd/xmknod.c: Likewise.
1935         * sysdeps/unix/xmknod.c: Likewise.
1936         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
1937         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
1938         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
1940         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
1942 2002-08-03  Roland McGrath  <roland@redhat.com>
1944         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
1945         setpriority.
1946         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
1947         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
1948         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
1949         * sysdeps/mach/hurd/setpriority.c: Likewise.
1950         * sysdeps/mach/hurd/getpriority.c: Likewise.
1951         * sysdeps/generic/setpriority.c: Likewise.
1952         * sysdeps/generic/getpriority.c: Likewise.
1954         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
1955         * malloc/mcheck.c: Add libc_hidden_def.
1957         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
1958         * misc/hsearch_r.c: Add libc_hidden_def.
1960         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
1961         * posix/fnmatch.c: Add libc_hidden_weak.
1963         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
1964         execl, execle, execlp, execvp, getpid, getsid.
1965         * sysdeps/generic/alarm.c: Add libc_hidden_def.
1966         * sysdeps/unix/alarm.c: Likewise.
1967         * posix/confstr.c: Likewise.
1968         * posix/execvp.c: Likewise.
1969         * posix/execlp.c: Likewise.
1970         * posix/execle.c: Likewise.
1971         * posix/execl.c: Likewise.
1972         * sysdeps/generic/getsid.c: Likewise.
1973         * sysdeps/mach/hurd/getsid.c: Likewise.
1974         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
1975         * sysdeps/mach/hurd/getpid.c: Likewise.
1977         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
1978         qecvt_r, qfcvt_r, lrand48_r.
1979         * misc/efgcvt_r.c: Add libc_hidden_def.
1981         * include/wordexp.h: Use libc_hidden_proto for wordfree.
1982         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
1984         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
1985         * locale/nl_langinfo.c: Add libc_hidden_def.
1987         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
1988         * sysdeps/generic/glob.c: Add libc_hidden_def.
1989         * sysdeps/generic/glob64.c: Likewise.
1990         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
1992         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
1994         * elf/Makefile (CFLAGS-vismod2.c): New variable.
1996         * locale/setlocale.c (_nl_current_names): Variable moved ...
1997         * locale/localename.c (_nl_current_names): ... here, new file.
1998         Make it global, with attribute_hidden.
1999         * locale/localeinfo.h: Declare it.
2000         * locale/Makefile (aux): Add localename.
2001         * locale/localename.c (__current_locale_name): New function.
2002         * include/locale.h (__current_locale_name): Declare it.
2003         * intl/dcigettext.c (guess_category_value): Use that instead of
2004         calling setlocale.
2006         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2007         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2008         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2009         * locale/newlocale.c: Add alias to __ name.
2010         * locale/duplocale.c: Likewise.
2011         * locale/freelocale.c: Likewise.
2012         * locale/uselocale.c: New file.
2013         * locale/Makefile (routines): Add it.
2014         * locale/Versions (libc: GLIBC_2.3): New set.
2015         Add newlocale, duplocale, freelocale, uselocale.
2016         (libc: GLIBC_PRIVATE): Add __uselocale.
2018         * locale/localeinfo.h [SHARED]
2019         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2020         (_NL_CURRENT_DATA): Define using that.
2021         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2022         (_NL_CURRENT_DEFINE): Define to empty.
2023         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2024         conditionalized on this.
2025         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2026         taking initializer of _nl_C_locobj.
2027         [SHARED] (_nl_global_locale): New variable, using that initializer.
2028         (_nl_C_locobj): Use new macro for initialzier.
2029         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2030         [! SHARED] (CATEGORY_USED): New macro.
2031         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2032         (setdata, setlocale): Use that macro instead of examining _nl_current.
2033         (setdata): Set the slot in _nl_global_locale.
2034         Conditionalize setting of _nl_current on [! SHARED].
2035         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2036         declaration as an extern.
2037         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2039         * include/locale.h: Use libc_hidden_proto for setlocale.
2040         * locale/setlocale.c: Add libc_hidden_def.
2042         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2044         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2045         * misc/hsearch_r.c: Add libc_hidden_def.
2046         * misc/lsearch.c: Likewise.
2048         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2049         endttyent.
2050         * misc/getttyent.c: Add libc_hidden_def.
2052         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2053         * malloc/mcheck.c: Add libc_hidden_def.
2055         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2056         * include/argz.h: Use libc_hidden_proto for argz_delete.
2057         * string/argz-delete.c: Add libc_hidden_def.
2058         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2060         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2061         HIDDEN_JUMPTARGET for _exit.
2062         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2063         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2064         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2065         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2067         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2068         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2069         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2070         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2072         * include/stdlib.h: Use libc_hidden_proto for abort,
2073         __strtof_internal, __strtod_internal, __strtold_internal,
2074         __strtol_internal, __strtoll_internal, __strtoul_internal,
2075         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2076         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2077         __strtoul_l_internal, __strtoull_l_internal.
2078         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2079         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2080         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2081         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2082         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2083         __wcsncasecmp_l.
2084         * sysdeps/generic/abort.c: Add libc_hidden_def.
2085         * stdlib/strtod.c: Likewise.
2086         * sysdeps/generic/strtol.c: Likewise.
2087         * sysdeps/wordsize-64/strtol.c: Likewise.
2088         * sysdeps/wordsize-64/wcstol.c: Likewise.
2089         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2091         * include/stdlib.h: Use libc_hidden_proto for qsort.
2092         * stdlib/msort.c: Add libc_hidden_def.
2094         * include/utime.h: Use libc_hidden_proto for utime.
2095         * sysdeps/generic/utime.c: Add libc_hidden_def.
2096         * sysdeps/unix/utime.c: Likewise.
2098         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2099         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2100         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2101         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2102         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2104         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2105         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2106         and __libc_current_sigrtmax.
2107         * signal/sigismem.c: Add libc_hidden_def.
2108         * signal/sigfillset.c: Likewise.
2109         * signal/sigempty.c: Likewise.
2110         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2111         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2112         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2113         * sysdeps/posix/raise.c: Likewise.
2114         * sysdeps/generic/raise.c: Likewise.
2116 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2118         * include/string.h: Use libc_hidden_proto for __stpcpy.
2119         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2120         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2121         * sysdeps/generic/stpcpy.c: Likewise.
2122         * sysdeps/i386/stpcpy.S: Likewise.
2123         * sysdeps/i386/i586/stpcpy.S: Likewise.
2124         * sysdeps/powerpc/stpcpy.S: Likewise.
2125         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2126         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2128         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2129         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2130         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2131         libc_hidden_def.
2132         * string/strdup.c (__strdup): Likewise.
2133         * string/strndup.c (__strndup): Likewise.
2134         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2135         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2137 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2139         * include/libio.h: New file.
2140         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2141         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2142         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2143         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2144         * sysdeps/unix/common/syscalls.list: Likewise.
2145         * sysdeps/unix/inet/syscalls.list: Likewise.
2146         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2147         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2148         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2149         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2150         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2151         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2152         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2153         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2154         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2155         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2156         * sysdeps/unix/syscalls.list: Likewise.
2158 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2159             Ulrich Drepper  <drepper@redhat.com>
2161         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2162         the arguments is big enough to cause an overflow.
2164 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2166         * assert/assert.c: Use hidden_def not INTDEF.
2168 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2170         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2171         not defined.
2173 2002-08-03  Roland McGrath  <roland@redhat.com>
2175         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2176         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2177         verr, verrx.
2178         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2179         * misc/syslog.c: Add libc_hidden_def.
2180         * misc/err.c: Likewise.
2181         * stdlib/exit.c: Likewise.
2182         * stdlib/bsearch.c: Likewise.
2183         * sysdeps/generic/getenv.c: Likewise.
2185         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2187         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2188         libc_hidden_weak for every system call symbol defined.
2190         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2191         timelocal, localtime, strftime.
2192         * time/asctime.c: Add libc_hidden_def.
2193         * time/mktime.c: Likewise.
2194         * time/localtime.c: Likewise.
2195         * time/strftime.c: Likewise.
2196         * time/strptime.c: Likewise.
2197         * sysdeps/generic/time.c: Likewise.
2198         * sysdeps/unix/time.c: Likewise.
2199         * sysdeps/unix/sysv/i386/time.S: Likewise.
2200         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2202         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2203         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2204         * resolv/inet_ntop.c: Likewise.
2205         * resolv/inet_pton.c: Likewise.
2206         * inet/inet_mkadr.c: Add libc_hidden_def.
2207         * inet/inet_netof.c: Likewise.
2208         * resolv/inet_addr.c: Likewise.
2210         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2211         clauses from conditionals for now.  Will have to be fixed later
2212         for older compilers.
2214         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2216 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2218         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2219         broken alias attribute handling.
2220         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2222 2002-08-02  Roland McGrath  <roland@frob.com>
2224         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2225         since it sets the variables we use in a -D switch.
2227 2002-08-02  Roland McGrath  <roland@redhat.com>
2229         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2230         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2231         matches long int, not int.
2233         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2234         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2235         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2236         * wctype/wctrans.c (wctrans): Likewise.
2237         * wctype/wctype.c (__wctype): Likewise.
2238         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2240 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2242         * assert/assert.c (__assert_fail): Fix typo in comment.
2244         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2245         * sunrpc/rpc_thread.c: Define it without static.
2246         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2248 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2250         * assert/assert.c (__assert_fail): Remove undef.
2251         Replace INTDEF with libc_hidden_def.
2252         * assert/__assert.c (__assert): Remove INTUSE.
2253         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2254         libc_hidden_weak.
2255         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2256         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2257         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2258         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2259         libm_hiden_ver): Define.
2260         * include/assert.h (__assert_fail_internal): Remove.
2261         (__assert_fail): Add prototype.  Add hidden_proto.
2262         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2263         libc_hidden_proto.
2264         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2265         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
2266         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2267         Add libc_hidden_proto.
2268         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2269         __fcntl): Add libc_hidden_proto.  Remove macros.
2270         (__open_internal, __fcntl_internal): Remove.
2271         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2272         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
2273         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
2274         libc_hiden_proto.
2275         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
2276         libc_hidden_def.
2277         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
2278         Add libc_hidden_def.
2279         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
2280         * sysdeps/generic/open.c (__open): Remove undef.
2281         Add libc_hidden_def.  Remove INTDEF.
2282         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
2283         Add libc_hidden_def.
2284         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
2285         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
2286         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
2287         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2288         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2289         (__libc_fcntl): Add libc_hidden_def.
2290         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
2291         (__open): Remove INTDEF2.  Add libc_hidden_weak.
2292         (__libc_open): Add libc_hidden_def.
2293         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
2294         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
2295         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2296         Add libc_hidden_def.
2297         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
2298         Add libc_hidden_def.
2299         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
2300         undef.
2301         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2302         (__libc_fcntl): Add libc_hidden_def.
2303         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
2304         __getpgid_internal, __chown_internal): Remove.
2305         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
2306         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
2307         __GI___chown): Add.
2308         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
2309         __getpid_internal, __open_internal, __write_internal): Remove.
2310         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
2311         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
2312         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
2313         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
2314         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
2315         Replace INTDEF with libc_hidden_def.
2316         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
2317         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
2318         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
2319         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
2320         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
2321         Add libc_hidden_proto.
2322         * include/sys/poll.h (__poll): Add libc_hidden_proto.
2323         * include/sys/select.h (__select): Likewise.
2324         * include/sys/socket.h (__send): Likewise.
2325         * include/sys/statfs.h (__statfs): Likewise.
2326         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
2327         __getpid, __getpgid, __setpgid, __close, __read, __write,
2328         __getpagesize, __sbrk): Likewise.
2329         (__chown_internal, __dup2_internal, __getpid_internal,
2330         __getpgid_internal, __close_internal, __write_internal,
2331         __getpagesize_internal): Remove.
2332         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
2333         Remove macros.
2334         * include/printf.h (__printf_fp): Add libc_hidden_proto.
2335         * include/sched.h (__sched_setscheduler): Likewise.
2336         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
2337         * include/stdlib.h (__secure_getenv): Likewise.
2338         * include/signal.h (__sigaction, __sigsuspend): Likewise.
2339         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
2340         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
2341         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
2342         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
2343         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
2344         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
2345         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
2346         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
2347         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
2348         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
2349         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
2350         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
2351         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
2352         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
2353         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
2354         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
2355         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
2356         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
2357         * libio/genops.c (__overflow): Add libc_hidden_def.
2358         * libio/iovdprintf.c: Remove libio.h include.
2359         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
2360         libc_hidden_weak): Define to nothing if not defined.
2361         (__overflow, __woverflow): Add libc_hidden_proto.
2362         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
2363         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
2364         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2365         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
2366         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2367         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
2368         and libc_hidden_def.
2369         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
2370         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
2371         (__getpgid): Add libc_hidden_proto.
2372         (__bsd_getpgrp): Remove INTUSE.
2373         * resolv/res_init.c (__res_ninit, __res_randomid): Add
2374         libc_hidden_def.
2375         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
2376         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
2377         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
2378         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
2379         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
2380         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
2381         __rpc_thread_createerr): Add libc_hidden_def.
2382         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
2383         libc_hidden_def.
2384         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
2385         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
2386         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
2387         * sysdeps/generic/chown.c (__chown): Likewise.
2388         * sysdeps/generic/close.c (__close): Likewise.
2389         * sysdeps/generic/dup2.c (__dup2): Likewise.
2390         * sysdeps/generic/pipe.c (__pipe): Likewise.
2391         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
2392         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
2393         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
2394         * sysdeps/generic/read.c (__libc_read): Likewise.
2395         (__read): Add libc_hidden_weak.
2396         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
2397         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
2398         * sysdeps/generic/select.c (__select): Likewise.
2399         * sysdeps/generic/send.c (__send): Likewise.
2400         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
2401         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
2402         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
2403         * sysdeps/generic/statfs.c (__statfs): Likewise.
2404         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
2405         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
2406         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
2407         Remove undef and INTDEF.
2408         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
2409         * sysdeps/generic/getpid.c (__getpid): Likewise.
2410         * sysdeps/generic/write.c (__libc_write): Likewise.
2411         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2412         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
2413         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
2414         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
2415         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
2416         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
2417         Remove undef and INTDEF.
2418         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
2419         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
2420         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
2421         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
2422         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
2423         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2424         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
2425         (__pipe): Add libc_hidden_def.
2426         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
2427         libc_hidden_weak.
2428         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
2429         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
2430         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
2431         (__read): Add libc_hidden_weak.
2432         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
2433         (__libc_pwrite64): Add libc_hidden_def.
2434         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2435         * sysdeps/mach/hurd/select.c (__select): Likewise.
2436         * sysdeps/mach/hurd/send.c (__send): Likewise.
2437         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
2438         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
2439         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
2440         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
2441         * sysdeps/posix/dup2.c: Likewise.
2442         Remove undef and INTDEF.
2443         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
2444         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
2445         (__pwrite64): Add libc_hidden_weak.
2446         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
2447         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
2448         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
2449         * sysdeps/standalone/close.c (__close): Likewise.
2450         * sysdeps/standalone/write.c (__libc_write): Likewise.
2451         (__write): Add libc_hidden_weak.
2452         * sysdeps/standalone/read.c (__read): Likewise.
2453         (__libc_read): Add libc_hidden_def.
2454         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
2455         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
2456         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
2457         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
2458         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
2459         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
2460         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
2461         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
2462         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
2463         __GI___sigaction): Add.
2464         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
2465         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
2466         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
2467         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
2468         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
2469         __GI___setpgid): Add.
2470         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
2471         Remove undef and INTDEF.
2472         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
2473         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
2474         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
2475         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
2476         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
2477         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
2478         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
2479         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
2480         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
2481         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
2482         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
2483         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
2484         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
2485         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
2486         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
2487         __GI___statfs, __GI___send): Add.
2488         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
2489         libc_hidden_ver resp. libc_hidden_def.
2490         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
2491         libc_hidden_def.
2492         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
2493         Likewise.  Remove undef and INTDEF.
2494         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
2495         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
2496         __GI___statfs, __GI___send): Add.
2497         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
2498         libc_hidden_def.
2499         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
2500         Likewise.
2501         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
2502         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
2503         libc_hidden_ver resp. libc_hidden_def.
2504         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
2505         __GI___send): Add.
2506         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
2507         Add libc_hidden_weak.
2508         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
2509         Add libc_hidden_def.
2510         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
2511         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
2512         libc_hidden_weak.
2513         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
2514         resp. libc_hidden_def.
2515         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
2516         libc_hidden_weak.
2517         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
2518         INTDEF.
2519         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
2520         Likewise.  Remove undef.
2521         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
2522         libc_hidden_weak.
2523         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
2524         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
2525         libc_hidden_weak.
2526         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
2527         libc_hidden_def.
2528         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
2529         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
2530         Likewise.  Remove undef and INTDEF.
2531         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
2532         libc_hidden_def.
2533         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
2534         libc_hidden_weak.
2535         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
2536         libc_hidden_def.
2537         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
2538         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
2539         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
2540         libc_hidden_weak.
2541         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
2542         Add libc_hidden_def.
2543         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
2544         __GI___statfs): Add.
2545         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
2546         libc_hidden_weak.
2547         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
2548         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
2549         Remove undef and INTDEF.
2550         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
2551         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
2552         libc_hidden_def.
2553         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
2554         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
2555         libc_hidden_weak.
2556         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
2557         libc_hidden_def.
2558         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
2559         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
2560         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
2561         Add.
2562         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
2563         libc_hidden_def.  Remove undef and INTDEF.
2564         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
2565         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
2566         libc_hidden_def.
2567         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
2568         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
2569         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
2570         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
2571         Remove undef and INTDEF.
2572         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
2573         broken visibility attribute handling.
2574         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
2576 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2578         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
2579         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
2581         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
2582         previous patch.
2584 2002-06-29  Todd Fries  <todd@openbsd.org>
2586         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
2588 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2590         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
2592 2002-07-30  Roland McGrath  <roland@redhat.com>
2594         * resolv/resolv.h (_res): Define macro unconditionally.
2595         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
2596         * include/resolv.h: ... here.
2597         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
2598         as a __thread variable.
2599         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
2600         a __thread variable instead of a global.
2601         * resolv/res_data.c [_LIBC]: Don't #undef _res.
2603         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
2604         time we test it.
2606         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
2608         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
2609         decls of memset and memcpy.
2611         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
2612         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
2614         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
2616         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
2617         (__libc_tsd_define): Define using __thread.
2619         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
2620         (__rpc_thread_variables): Use __libc_tsd_get.
2621         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
2622         __rpc_thread_variables, which might allocate what we're about to free.
2624         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
2625         thread-local variable.
2626         * resolv/netdb.h (h_errno): Define macro unconditionally.
2627         [_LIBC] (__set_h_errno): Macro moved to ...
2628         * include/netdb.h: ... here.
2629         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
2630         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
2631         [! _LIBC_REENTRANT]: #undef h_errno here.
2633         * include/errno.h: Protect from multiple inclusion.
2635         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
2636         before defining them, since Linux's <linux/posix_types.h> might have
2637         defined them.
2639 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2641         * malloc/malloc.c (public_cALLOc): Check for overflow on
2642         multiplication.
2643         * sunrpc/xdr_array.c (xdr_array): Likewise.
2644         * sunrpc/rpc/types.h (mem_free): Add comment.
2645         Patch by Solar Designer <solar@openwall.com>.
2647 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2649         * sysdeps/unix/sysv/linux/kernel-features.h
2650         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
2652 2002-08-01  Roland McGrath  <roland@redhat.com>
2654         * libio/fileops.c (_IO_file_sync_mmap): New function.
2655         (_IO_file_jumps_mmap): Use it.
2656         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
2657         repeat the stat check and resize the mapped buffer as necessary.
2659 2002-07-31  Roland McGrath  <roland@redhat.com>
2661         * libio/fileops.c (decide_maybe_mmap): New static function.
2662         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
2663         mmap the file contents.  Then switch the jump tables to the mmap
2664         tables if it worked, or the vanilla file tables if not.
2665         (_IO_file_underflow_maybe_mmap): New function.
2666         (_IO_file_seekoff_maybe_mmap): New function.
2667         (_IO_file_xsgetn_maybe_mmap): New function.
2668         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
2669         * libio/libioP.h: Declare those.
2670         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
2671         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
2672         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
2673         If the stream is read-only, set its jump tables to those new ones.
2674         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
2675         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
2676         We need the tables set before _IO_file_attach.
2678         * libio/tst-mmap-eofsync.c: New file.
2679         * libio/tst-mmap-fflushsync.c: New file.
2680         * libio/bug-mmap-fflush.c: New file.
2681         * libio/tst-mmap2-eofsync.c: New file.
2682         * libio/Makefile (tests): Add them.
2684         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
2685         _IO_file_underflow_mmap fails, it already set the appropriate bit.
2687 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
2689         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
2690         Declarations moved to <bits/sys_errlist.h>.  Include that file.
2691         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
2692         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
2693         declare sys_errlist and sys_nerr.
2694         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
2695         provide declarations.
2697 2002-07-31  Roland McGrath  <roland@redhat.com>
2699         * elf/rtld.c (dl_main): Fix typo in error message.
2701 2002-07-31  Roland McGrath  <roland@frob.com>
2703         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
2704         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
2705         sysdeps/mach/hurd/dl-sysdep.c change.
2707 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
2709         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
2710         -r`/build/include for kernel headers.
2712         * po/fi.po: New file.
2714 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
2716         * configure.in (static_nss): Set to `yes' if --disable-shared.
2718 2002-07-23  Bruno Haible  <bruno@clisp.org>
2720         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
2721         is set.
2723 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2725         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
2726         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
2727         arguments.
2729 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2731         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
2732         alias.
2734 2002-07-21  Bruno Haible  <bruno@clisp.org>
2736         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
2737         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
2738         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
2739         trans_sysdep_tab_offset.
2740         (struct sysdep_segment): New type.
2741         (struct sysdep_string): New type.
2742         (SEGMENTS_END): New macro.
2743         * intl/gettextP.h (struct sysdep_string_desc): New type.
2744         (struct loaded_domain): New fields malloced, n_sysdep_strings,
2745         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
2746         orig_tab, trans_tab, hash_tab to const pointers because they point
2747         into read-only memory.
2748         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
2749         (PRI*): Define fallback values.
2750         (get_sysdep_segment_value): New function.
2751         (_nl_load_domain): Distinguish major and minor revision parts. Add
2752         support for minor revision 1 with system dependent strings.
2753         (_nl_unload_domain): Also free the 'malloced' field.
2754         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
2755         now done in loadmsgcat.c. Add support for system dependent strings.
2757 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
2759         * posix/bug-regex7.c: New file.
2760         * posix/bug-regex8.c: New file.
2761         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
2763 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
2765         * posix/bug-regex4.c (main): Fix typos.
2766         * posix/bug-regex6.c (main): Likewise.
2768 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
2770         * posix/bug-regex6.c (main): Fix warnings.
2772         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
2774         * iconv/iconv_prog.c (main): Improve error message for the cases
2775         where -t and/or -f parameter are missing.
2777 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
2779         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
2780         (re_search): Likewise.
2781         (re_match_2): Likewise.
2782         (re_search_2): Likewise.
2783         (re_search_stub): New function.
2784         (re_search_2_stub): New function.
2785         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
2787 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
2789         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
2790         (re_string_eoi): Use STOP instead of LEN.
2791         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
2792         (re_string_construct): Likewise.
2793         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
2794         * posix/regexec.c (re_search_internal): Add a new argument STOP
2795         so that it can handle the argument STOP of re_search_2 and re_match_2
2796         correctly.
2797         (regexec): Adapt to new I/F of re_search_internal.
2798         (re_search_stub): Likewise.
2800 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
2802         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
2804         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
2806         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
2807         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
2808         of __divdi3.
2810         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
2811         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
2812         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
2813         alias for adjtimex syscall.
2815         * elf/dl-minimal.c: Define __assert_fail_internal.
2816         * assert/assert.c: Likewise.
2817         * include/assert.h: Define __assert_file macro if !SHARED and not
2818         NOT_IN_libc.
2820         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
2821         programs.
2822         * locale/Makefile: Likewise.
2823         * nscd/Makefile: Likewise.
2824         * catgets/Makefile: Likewise.
2826 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2828         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
2829         compute current position.
2831         * stdio-common/tst-fseek.c (main): Improve error messages.
2833         * libio/tst-freopen.c (main): Remove unused variable.
2835         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
2836         succesful seek call.  Simplify error checking.
2838 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2840         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
2841         * sysdeps/ia64/fpu/libm_support.h: Likewise.
2843 2002-07-19  Roland McGrath  <roland@frob.com>
2845         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
2846         __libc_enable_secure is set.
2848 2002-07-24  Roland McGrath  <roland@frob.com>
2850         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
2851         This implementation supports only IPv4.
2852         * inet/ifaddrs.h: New file.
2853         * sysdeps/generic/ifaddrs.c: New file.
2854         * sysdeps/gnu/ifaddrs.c: New file.
2855         * inet/test-ifaddrs.c: New file.
2856         * inet/Makefile (routines): Add ifaddrs.
2857         (headers): Add ifaddrs.h here.
2858         (tests): Add test-ifaddrs.
2859         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
2861         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
2862         socket call to get an AF_INET socket, instead of using __opensock.
2863         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
2865         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
2866         if not -1 use it instead of calling __opensock.
2867         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
2868         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
2869         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
2871         * sysdeps/mach/hurd/ifreq.h: New file.
2872         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
2873         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
2874         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
2876         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
2877         which gets moved around.  Calculate size of mmap'd buffer instead.
2879 2002-07-24  Philip Blundell  <philb@gnu.org>
2881         * sysdeps/unix/arm/brk.S: Improve schedule.
2882         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
2883         efficient instruction.
2884         (__socket): Optimize return sequence.
2886 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2888         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
2889         sockets on old kernels.
2891 2002-07-22  Philip Blundell  <philb@gnu.org>
2893         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
2894         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
2895         alias.
2897 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2899         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
2900         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
2902         * locale/programs/locarchive.c (add_locale_to_archive): Correct
2903         test to detect duplicate locales.
2905         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
2906         position would be before beginning of file.
2907         (_IO_file_seekoff_mmap): Likewise.
2908         * libio/Makefile (tests): Add bug-fseek.
2909         * libio/bug-fseek.c: New file.
2911         * intl/explodename.c: Remove support for CEN-style locale variables.
2912         It was never used and shouldn't be since it's not portable.
2913         * intl/finddomain.c: Likewise.
2914         * intl/l10nflist.c: Likewise.
2915         * intl/loadinfo.h: Likewise.
2916         * locale/findlocale.c: Likewise.
2918 2002-07-24  Roland McGrath  <roland@frob.com>
2920         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
2921         position, calculate it to take into account an active pushback buffer.
2923         * libio/Makefile (tests): Add bug-ungetc.
2924         * libio/bug-ungetc.c: New file.
2926 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
2928         * sysdeps/generic/libc-tls.c: New file.
2929         * csu/Makefile (routines): Add libc-tls.
2930         (static-only-routines): Add libc-tls.
2931         * elf/dl-support.c (_dl_phdr): New variable.
2932         (_dl_phnum): New variable.
2933         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
2934         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
2935         for !SHARED.  First look through auxiliary vector.  If TLS always
2936         call __pthread_initialize_minimal.
2938         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
2939         in mmap call is never zero.
2941 2002-07-23  Andreas Jaeger  <aj@suse.de>
2943         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
2944         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
2946 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
2948         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
2949         creation and removal of the temp file.
2951         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
2952         file creation.
2953         * test-skeleton.c (create_temp_file): New function.
2955 2002-07-22  Andreas Jaeger  <aj@suse.de>
2957         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
2958         local label.
2960 2002-07-21  Roland McGrath  <roland@frob.com>
2962         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
2963         put -I../include before -I../stdlib so we get the right errno.h et al.
2964         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
2965         (CFLAGS-wcstof.c): Likewise.
2966         (CFLAGS-wcstold.c): Likewise.
2967         (CFLAGS-wcstod_l.c): Likewise.
2968         (CFLAGS-wcstof_l.c): Likewise.
2969         (CFLAGS-wcstold_l.c): Likewise.
2971 2002-07-19  Roland McGrath  <roland@frob.com>
2973         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
2975 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
2977         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
2978         __ASSUME_AT_XID is defined.
2979         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
2980         for 2.4.1 and up.
2981         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
2982         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
2984         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
2985         (CFLAGS-wcstof.c): Likewise.
2986         (CFLAGS-wcstold.c): Likewise.
2987         (CFLAGS-wcstod_l.c): Likewise.
2988         (CFLAGS-wcstof_l.c): Likewise.
2989         (CFLAGS-wcstold_l.c): Likewise.
2991 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
2993         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
2994         __priority_which_t): Always typedef to int for C++.
2996 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
2998         * configure.in: Add test for __thread support in compiler.
2999         * config.h.in: Add HAVE___THREAD.
3000         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3001         * include/sys/errno.h: Moved to...
3002         * stdlib/sys/errno.h: ...here.  New file.
3003         * stdlib/errno.h: New file.  Moved from...
3004         * include/errno.h: ...here.  Changed into an internal header defining
3005         libc-local things like __set_errno.
3006         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3007         bits/errno.h.
3008         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3009         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3010         either.
3011         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3012         from...
3013         (_dl_start_final): ...here.  Add code to initialize tls elements from
3014         bootstrap_map.
3015         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3016         if USE_TLS && HAVE___THREAD.
3017         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3018         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3019         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3020         * sysdeps/standalone/bits/errno.h: Likewise.
3021         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3022         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3023         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3024         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3025         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3026         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3027         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3028         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3029         use GL(dl_rtld_map), use map parameter.
3030         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3031         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3032         USE_TLS && HAVE___THREAD.
3033         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3034         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3035         TLS code sequence.
3036         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3038         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3039         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3040         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3041         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3042         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3043         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3045 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3047         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3048         MS_INVALIDATE values.
3050 2002-07-17  Andreas Schwab  <schwab@suse.de>
3051             Ulrich Drepper  <drepper@redhat.com>
3053         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3054         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3055         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3056         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3058 2002-07-01  H.J. Lu  <hjl@gnu.org>
3060         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3061         return value.
3063         * elf/circlemod1.c (circlemod1): Return int.
3064         * elf/circlemod2.c (circlemod2): Likewise.
3065         * elf/circlemod2a.c (circlemod2): Likewise.
3066         * elf/circlemod3.c (circlemod3): Likewise.
3067         (circlemod3a): A new function.
3069 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3071         * catgets/tst-catgets.c (main): Don't expect results for
3072         untranslated messages.
3074         * glibcbug.in: Fix little typo.  Remove STDIO.
3076         * config.h.in: Fail if __FAST_MATH__ is defined.
3077         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3078         (CPPFLAGS-test-idouble.c): Likewise.
3079         (CPPFLAGS-test-ildouble.c): Likewise.
3081 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3083         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3084         * intl/tst-gettext.c: Correctly handle untranslated messages in
3085         positive tests.
3087         * po/de.po: Update from translation team.
3089 2002-07-02  H.J. Lu  <hjl@gnu.org>
3091         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3092         use ll/sc.
3093         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3095         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3096         to 2.4.0 for mips.
3098 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3100         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3101         TLS fail if USE_TLS is not defined.
3103         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3104         and adjust state for seek position.  [PR libc/4070]
3105         * libio/Makefile (tests): Add bug-rewind.
3106         * libio/bug-rewind.c: New file.
3108 2002-07-12  Philip Blundell  <philb@gnu.org>
3110         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3111         (__backtrace): Use it.
3112         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3114 2002-07-12  Philip Blundell  <philb@gnu.org>
3116         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3117         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3118         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3119         (elf_machine_rela): Remove unused variable.
3121         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3122         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3123         define.
3125 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3127         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3129 2002-07-14  Andreas Jaeger  <aj@suse.de>
3131         * sysdeps/x86_64/bits/link.h: Add biarch support.
3133 2002-07-13  Andreas Jaeger  <aj@suse.de>
3135         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3136         Use correct indices.
3137         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3139 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3141         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3142         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3143         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3144         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3145         * sysdeps/s390/s390-32/bits/link.h: Remove.
3146         * sysdeps/s390/s390-64/bits/link.h: Remove.
3147         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3148         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3149         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3150         * sysdeps/s390/bits/wordsize.h: New file.
3151         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3152         elfclass.h.
3153         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3154         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3155         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3156         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3157         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3158         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3159         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3160         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3161         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3162         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3163         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3164         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3165         resource.h.
3166         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3167         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3168         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3169         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3170         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3171         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3172         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3173         sigaction.h.
3174         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3175         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3176         siginfo.h.
3177         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3178         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3179         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3180         socket.h.
3181         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3182         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3183         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3184         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3185         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3186         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3187         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3188         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3189         procfs.h.
3190         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3191         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3192         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3193         ucontext.h.
3194         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3195         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3197 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3199         * Versions.def (libc): Add GLIBC_2.3.
3200         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3201         * stdlib/canonicalize.c: Add compatibility version for realpath
3202         and make new code available in GLIBC_2.3.
3204 2002-07-06  Bruno Haible  <bruno@clisp.org>
3206         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3208 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3210         * resolv/res_hconf.c (_res_hconf_init): Move code into new
3211         function do_init.  Use __libc_once.
3212         (do_init): New function.
3214         * iconvdata/iso8859-11.h: Removed.
3215         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3216         (distribute): Remove iso8859-11.h.
3217         * iconvdata/tst-tables.sh: Add ISO-8859-11.
3219         * stdio-common/vfscanf.c (inchar): Restore errno from previous
3220         underflow operation if c == (W)EOF.
3222 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3224         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3225         non-zero, adjust exponent.
3226         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3227         Remove NO_LONG_DOUBLE aliases.
3228         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3229         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3230         (__log1pl): Raise divide by zero and invalid exceptions when needed.
3231         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3232         1**y and -1**+-Inf.
3233         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3234         Fix BITS_PER_MP_LIMB 32 extraction.
3235         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3236         exceptions for qNaNs.
3237         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3238         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3239         Raise exceptions when needed.  Don't recurse unnecessarily.
3240         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3241         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3242         exceptions for qNaNs.
3243         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3244         to fix *quo return value sign.
3245         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3246         case -Inf argument.
3247         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3249 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3251         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3252         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3253         -DNDEBUG.
3255 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3257         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3258         the result.
3260         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3261         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3263         * Versions.def (libthread_db): Add GLIBC_2.3.
3265 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
3267         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3268         new stream if possible.
3269         * libio/freopen64.c (freopen64): Likewise.
3270         * libio/Makefile (tests): Add tst-freopen.
3271         * libio/tst-freopen.c: New file.
3273 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3275         * libio/stdio.h (obstack_printf): Add format attribute.
3276         (obstack_vprintf): Likewise.
3278 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3280         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
3281         resp. 16 bytes on 32-bit resp. 64-bit platforms.
3282         (re_charset_t, re_string_t): Reorder structure members for 64-bit
3283         architectures.
3285 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3287         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
3288         (init_dfa): ...here.
3290 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3292         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
3293         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
3294         nodes in parse trees.
3295         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
3296         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
3297         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
3298         nodes which can epsilon transit.
3299         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
3300         to IS_EPSILON_NODE macro.
3301         * posix/regexec.c (update_regs): New function to update registers
3302         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
3303         (proceed_next_node): Use the entities of the nodes to determine
3304         whether the node can transit to.
3305         (set_regs): Use update_regs function to update registers.
3307 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3309         * posix/bug-regex4.c (main): Remove duplicate setlocale.
3310         * posix/bug-regex6.c: New file.
3311         * posix/Makefile (tests): Add bug-regex6.
3312         (bug-regex6-ENV): Set LOCPATH.
3314 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3316         * Versions.def [libpthread]: Add GLIBC_2.2.6.
3317         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
3319 2002-07-06  Bruno Haible  <bruno@clisp.org>
3321         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
3323 2002-07-06  Bruno Haible  <bruno@clisp.org>
3325         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
3326         declarations.
3328         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
3330         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
3332         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
3333         not _UTSNAME_H.
3334         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
3336         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
3337         * sysdeps/generic/bits/ustat.h: Likewise.
3339         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
3341 2002-07-08  Andreas Jaeger  <aj@suse.de>
3343         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
3345 2002-07-08  Andreas Jaeger  <aj@suse.de>
3347         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
3349 2002-07-06  Andreas Jaeger  <aj@suse.de>
3351         * sysdeps/x86_64/fpu/bits/mathinline.h: New.
3352         * sysdeps/x86_64/fpu/s_copysign.S: New.
3353         * sysdeps/x86_64/fpu/s_copysignf.S: New.
3354         * sysdeps/x86_64/fpu/s_copysignl.S: New.
3355         * sysdeps/x86_64/fpu/s_finitel.S: New.
3356         * sysdeps/x86_64/fpu/s_fmax.S: New.
3357         * sysdeps/x86_64/fpu/s_fmaxf.S: New.
3358         * sysdeps/x86_64/fpu/s_fmaxl.S: New.
3359         * sysdeps/x86_64/fpu/s_fmin.S: New.
3360         * sysdeps/x86_64/fpu/s_fminf.S: New.
3361         * sysdeps/x86_64/fpu/s_fminl.S: New.
3363 2002-06-05  Brian Youmans <3diff@gnu.org>
3365         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
3366         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
3367         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
3368         * sysdeps/ia64/fpu/e_asin.S: Likewise.
3369         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
3370         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
3371         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
3372         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
3373         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3374         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3375         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
3376         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3377         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3378         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
3379         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
3380         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
3381         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
3382         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
3383         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
3384         * sysdeps/ia64/fpu/e_log.S: Likewise.
3385         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3386         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3387         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3388         * sysdeps/ia64/fpu/e_powl.S: Likewise.
3389         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
3390         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
3391         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
3392         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
3393         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
3394         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
3395         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3396         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3397         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
3398         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
3399         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
3400         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
3401         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
3402         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3403         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
3404         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
3405         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
3406         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
3407         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
3408         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
3409         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
3410         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
3411         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
3412         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3413         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
3414         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
3415         * sysdeps/ia64/fpu/s_logb.S: Likewise.
3416         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
3417         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
3418         * sysdeps/ia64/fpu/s_modf.S: Likewise.
3419         * sysdeps/ia64/fpu/s_modff.S: Likewise.
3420         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
3421         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3422         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3423         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3424         * sysdeps/ia64/fpu/s_rint.S: Likewise.
3425         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
3426         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
3427         * sysdeps/ia64/fpu/s_round.S: Likewise.
3428         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3429         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3430         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
3431         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
3432         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
3433         * sysdeps/ia64/fpu/s_significand.S: Likewise.
3434         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
3435         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
3436         * sysdeps/ia64/fpu/s_tan.S: Likewise.
3437         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3438         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3439         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
3440         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
3441         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
3442         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
3443         reflect IBM donation of math library to FSF
3444         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
3445         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
3446         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
3447         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3448         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
3449         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3450         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
3451         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
3452         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
3453         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
3454         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
3455         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
3456         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
3457         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
3458         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
3459         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
3460         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
3461         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3462         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3463         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
3464         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
3465         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
3466         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
3467         * sysdeps/vax/__longjmp.c: Likewise.
3468         * sysdeps/vax/setjmp.c: Likewise.
3469         * libio/filedoalloc.c: Fixed BSD copying permission notice to
3470         remove advertising clause
3471         * sysdeps/vax/htonl.s: Likewise.
3472         * sysdeps/vax/htons.s: Likewise.
3473         * libio/wfiledoalloc.c: Likewise.
3474         * stdlib/random.c: Likewise.
3475         * stdlib/random_r.c: Likewise.
3476         * sysdeps/mach/sys/reboot.h: Likewise.
3477         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
3478         * sysdeps/posix/getaddrinfo.c: Likewise.
3479         * sunrpc/des_impl.c: Updated license permission notice to Lesser
3480         GPL and corrected pointer to point to the correct license.
3482 2002-07-04  Andreas Jaeger  <aj@suse.de>
3484         * scripts/config.guess: New upstream version.
3485         * scripts/config.sub: Likewise.
3487 2002-07-02  Andreas Schwab  <schwab@suse.de>
3489         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
3490         in parallel to bumping up the buffer pointer.
3492 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3494         * math/libm-test.inc (acos_test): Add missing L suffix for
3495         expected result.
3496         (cpow_test): Likewise.
3497         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
3498         error for acos (0.0625).
3500 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3502         * locale/iso-639.def: Add entry for Ganda.
3503         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
3504         definition.
3505         (address_finish): Handle entries with two letter ISO 639 code.
3507         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
3508         directory if it existed before.
3509         * iconv/iconvconfig.c: Implement --prefix option.
3511         * math/libm-test.inc (cexp_test): Add missing L suffix for
3512         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
3513         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
3514         1.25 i).
3516 2002-05-29  H.J. Lu  <hjl@gnu.org>
3518         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
3519         is turned on.
3521 2002-05-28  H.J. Lu  <hjl@gnu.org>
3523         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
3524         are not dlopened on the dependency list of a dlopened object.
3526 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3528         * elf/dl-lookup.c (add_dependency): It is not necessary to add
3529         dependencies if they are created between objects which are created
3530         while processing RTLD_NOW for objects loaded as part of the same
3531         dlopen call.
3533 2002-06-14  H.J. Lu  <hjl@gnu.org>
3535         * elf/Makefile (tests): Add circleload1.
3536         (modules-names): Add circlemod1, circlemod2, circlemod3,
3537         circlemod1a, circlemod2a and circlemod3a.
3538         ($(objpfx)circleload1): New target.
3539         ($(objpfx)circleload1.out): Likewise.
3540         ($(objpfx)circlemod1.so): Likewise.
3541         ($(objpfx)circlemod2.so): Likewise.
3542         ($(objpfx)circlemod1a.so): Likewise.
3543         ($(objpfx)circlemod2a.so): Likewise.
3544         * elf/circleload1.c: New file.
3545         * elf/circlemod1.c: New file.
3546         * elf/circlemod1a.c: New file.
3547         * elf/circlemod2.c: New file.
3548         * elf/circlemod2a.c: New file.
3549         * elf/circlemod3.c: New file.
3550         * elf/circlemod3a.c: New file.
3552 2002-06-18  Amos Waterland  <apw@us.ibm.com>
3554         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
3555         file descriptor.
3556         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
3557         add check for fd not open for writing.
3559         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
3560         completed element(s) and do not suspend thread if so.  Patch
3561         heavily modified by drepper.
3563         * rt/tst-aio7.c: New file.  Regression test for problems which the
3564         above three changes fix.
3565         * rt/Makefile (tests): Add tst-aio7.
3567 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
3569         * rt/tst-aio6.c: Fix comment.
3571         * catgets/gencat.c (read_input_file): Handle more than one slash
3572         at end of line correctly [PR libc/3926].
3573         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
3575         * catgets/sample.SJIS: Add test case for above bug.
3576         * catgets/test-gencat.c: Adjust test code.
3577         * catgets/test-gencat.sh: Adjust expected results.
3579         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
3580         to skip relative relocations.
3581         Patch by Geoff Keating <geoffk@redhat.com>.
3583 2002-05-26  Bruno Haible  <bruno@clisp.org>
3585         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
3586         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
3587         All callers changed.
3588         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
3589         STANDARD_FROM_LOOP_ERR_HANDLER.
3590         (utf8_internal_loop): Likewise.
3591         (ucs2_internal_loop): Likewise.
3592         (internal_ucs2_loop): Perform error handling like in
3593         STANDARD_FROM_LOOP_ERR_HANDLER.
3594         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
3595         in STANDARD_FROM_LOOP_ERR_HANDLER.
3596         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3597         handling.
3598         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
3599         in STANDARD_FROM_LOOP_ERR_HANDLER.
3600         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3601         handling.
3602         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
3603         in STANDARD_FROM_LOOP_ERR_HANDLER.
3604         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3605         handling.
3606         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
3607         STANDARD_FROM_LOOP_ERR_HANDLER.
3608         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
3609         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
3610         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
3611         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
3612         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
3613         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
3614         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
3615         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
3616         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
3617         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
3618         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
3619         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
3620         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
3621         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
3622         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
3623         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
3624         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
3625         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
3626         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
3627         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
3628         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
3629         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
3630         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
3631         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
3632         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
3633         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
3634         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
3635         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
3636         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
3637         an error, still set result = __GCONV_ILLEGAL_INPUT.
3638         (BODY for TO_LOOP): Likewise.
3639         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
3640         STANDARD_FROM_LOOP_ERR_HANDLER.
3641         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3642         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
3643         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3644         handling.
3645         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3646         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
3647         STANDARD_FROM_LOOP_ERR_HANDLER.
3648         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3649         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
3650         STANDARD_FROM_LOOP_ERR_HANDLER.
3651         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3652         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
3653         STANDARD_FROM_LOOP_ERR_HANDLER.
3654         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3655         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
3656         STANDARD_FROM_LOOP_ERR_HANDLER.
3657         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3658         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
3659         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3660         handling.
3661         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3662         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
3663         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
3664         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
3666 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3668         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
3669         labels in assembler instructions.
3671 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
3673         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
3674         not enough content is available.
3675         * libio/tst-eof.c: New file.
3676         * libio/Makefile (tests): Add tst-eof.
3678         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
3679         update atime.
3680         * libio/tst-atime.c: New file.
3681         * libio/Makefile (tests): Add tst-atime.
3683         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
3684         handling of overly long words.
3686 2002-06-25  Andreas Jaeger  <aj@suse.de>
3688         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
3689         to not use 32-bit pc relative relocations.
3690         (elf_machine_dynamic): Likewise.
3692 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
3694         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
3695         (__GETDENTS): Check for failed getdents64 syscall.
3696         * dirent/Makefile (tests): Add bug-readdir1.
3697         * dirent/bug-readdir1.c: New file.
3699 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
3701         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
3702         lookups.
3703         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
3704         code.  Print TLS modid and offset for modules containing PT_TLS
3705         segments.
3707 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
3709         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
3710         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
3711         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
3712         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
3714 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
3716         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
3717         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
3718         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
3719         * nss/getXXent_r.c (NEW, NEW1): Define.
3720         (NEW (REENTRANT_GETNAME)): Strong alias to
3721         INTERNAL (REENTRANT_GETNAME).
3722         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
3724 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
3726         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
3727         (_IO_file_jumps_mmap): Use it.
3728         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
3729         * libio/libioP.h: Remove _IO_wdefault_setbuf and
3730         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
3731         prototype.
3732         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
3733         (_IO_wfile_jumps_mmap): Don't use it anymore.
3734         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
3735         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
3736         _IO_wdefault_setbuf.
3737         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
3738         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
3739         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
3741 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
3743         * libio/Makefile (tests): Add tst-mmap-setvbuf.
3744         * libio/tst-mmap-setvbuf.c: New test.
3746 2002-06-21  Andreas Jaeger  <aj@suse.de>
3748         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
3750 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
3752         * include/unistd.h (__fork_internal): Remove.
3753         (__fork): Don't define to __fork_internal.
3754         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
3755         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
3756         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
3757         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
3758         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
3760 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
3762         * po/hr.po: New file.
3764 2002-06-11  Wolfram Gloger  <wg@malloc.de>
3766         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
3767         Reported by Michael Meissner <meissner@redhat.com>.
3769 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
3771         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
3772         Patch by Hans Boehm <hans_boehm@hp.com>.
3774 2002-06-20  Andreas Jaeger  <aj@suse.de>
3776         * math/libm-test.inc: Use exact values as input parameters,
3777         compute output parameters with 36 digits for 128-bit long doubles.
3778         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3779         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
3780         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
3782 2002-06-13  Stephen L Moshier  <steve@moshier.net>
3784         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
3785         argument or result is subnormal.
3787 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
3789         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
3790         quotient.
3791         * sysdeps/i386/fpu/s_remquof.S: Likewise.
3792         * sysdeps/i386/fpu/s_remquol.S: Likewise.
3794         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
3796 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
3798         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
3799         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
3800         Reported by Peter A. Buhr.
3802 2002-06-15  Roland McGrath  <roland@frob.com>
3804         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
3805         warning.
3807         * sysdeps/mach/hurd/getcwd.c
3808         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
3810         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
3811         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
3813         * sysdeps/alpha/divrem.h: Use local label instead of global one for
3814         jump to local subroutine.
3816 2002-06-14  Roland McGrath  <roland@frob.com>
3818         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
3819         * sysdeps/mach/hurd/Makeconfig: ... here.
3821 2002-06-13  Andreas Schwab  <schwab@suse.de>
3823         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
3824         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
3825         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
3827 2002-06-13  Roland McGrath  <roland@frob.com>
3829         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
3830         * hurd/hurdstartup.c (_hurd_startup): Likewise.
3831         Use intptr_t instead of int for argc in stack layout.
3832         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
3833         (_dl_init_first): Likewise.
3834         (_hurd_stack_setup): Likewise.
3835         (init1): Add a cast.
3836         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
3838         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
3839         argument to pfinet_siocgifconf RPC.
3841 2002-06-13  Andreas Schwab  <schwab@suse.de>
3843         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
3844         expansion order.
3846 2002-06-12  Roland McGrath  <roland@frob.com>
3848         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
3849         if already defined.
3850         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
3851         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
3853 2002-06-11  Roland McGrath  <roland@frob.com>
3855         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
3856         file on [!RTLD_STAT64].
3857         * sysdeps/mach/hurd/fxstat64.c: Likewise.
3859         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
3860         (__fdopen): Use INTUSE.
3861         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
3863         * stdio-common/tmpfile64.c: File removed.
3864         * sysdeps/generic/tmpfile64.c: New file.
3865         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
3866         if not already defined.
3867         (tmpfile): Use it in place of __GT_FILE.
3869         * include/unistd.h: Declare __chown_internal.
3871         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
3872         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
3874 2002-06-09  Roland McGrath  <roland@frob.com>
3876         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
3877         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
3878         value of HURD_INTERFACE_VERSION >= 20020609.
3879         * sysdeps/mach/hurd/configure: Regenerated.
3880         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
3881         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
3882         convert a struct stat64 into a struct stat and return 0 or -1
3883         with errno set to EOVERFLOW.
3884         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
3885         for struct statfs64 to struct statfs.
3886         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
3887         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
3888         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3889         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3890         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3891         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3892         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3893         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
3894         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
3895         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
3896         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
3897         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
3898         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
3899         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
3900         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
3901         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
3902         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
3903         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
3904         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
3905         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
3906         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
3907         Use struct stat64 for io_stat argument.
3908         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
3909         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
3910         to io_seek.
3911         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
3912         * hurd/fd-write.c (_hurd_fd_write): Likewise.
3913         * hurd/hurd/fd.h: Update decls.
3914         * sysdeps/mach/hurd/getcwd.c
3915         (_hurd_canonicalize_directory_name_internal): Use ino64_t
3916         and struct dirent64.
3917         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
3918         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
3919         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
3920         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
3922 2002-06-08  Roland McGrath  <roland@frob.com>
3924         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
3925         instead of unsigned long int for __allocation and __size members.
3927 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
3929         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
3930         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
3931         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
3932         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
3934 2002-06-07  Roland McGrath  <roland@frob.com>
3936         * sysdeps/mach/hurd/bits/environments.h: File removed.
3938 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
3940         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
3941         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
3942         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
3943         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
3944         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
3945         (sendfile64): Likewise.
3946         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
3947         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
3948         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
3949         Likewise.
3950         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
3952         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
3953         already defined.
3955 2002-06-04  Bruno Haible  <bruno@clisp.org>
3957         * sysdeps/cris/stackinfo.h: New file.
3959         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
3960         to an integer type before performing bit operations on it.
3962 2002-06-05  Roland McGrath  <roland@frob.com>
3964         * sysdeps/generic/sendfile.c: Include <errno.h>.
3965         * sysdeps/generic/sendfile64.c: Likewise.
3967         * io/Makefile (routines): Add sendfile and sendfile64.
3968         (headers): Add sys/sendfile.h to the list.
3969         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
3970         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
3971         * io/sys/sendfile.h: ... here.
3972         * sysdeps/generic/sendfile.c: New file.
3973         * sysdeps/generic/sendfile64.c: New file.
3975         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
3976         Move sendfile, sendfile64 to ...
3977         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
3978         * sysdeps/mach/hurd/sendfile.c: New file.
3979         * sysdeps/mach/hurd/sendfile64.c: New file.
3981         * sysdeps/mach/nanosleep.c: New file.
3983 2002-06-04  Roland McGrath  <roland@frob.com>
3985         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
3986         * sysdeps/alpha/elf/configure: New file (generated).
3988 2002-06-02  Roland McGrath  <roland@frob.com>
3990         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
3992 2002-06-01  Roland McGrath  <roland@frob.com>
3994         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
3995         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
3997 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
3999         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4000         Add nsmap.
4001         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4002         Remove nstimes setting.
4003         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4004         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4005         there is mix of IPv6 and IPv4 nameservers.
4006         Use nsmap array to find free slots and preserve nameserver ordering.
4007         Fix RES_ROTATE.
4009 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4011         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4012         use this header with LFS.
4014         * po/sk.po: Update from translation team.
4016 2002-05-28  Andreas Schwab  <schwab@suse.de>
4018         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4019         message when finding object of wrong class.
4021 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4023         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4024         Patch by <radu@netsoft.ro>.
4026 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4028         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4029         Add readahead.
4030         * sysdeps/unix/sysv/linux/readahead.c: New file.
4031         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4032         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4033         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4034         Add sendfile64 alias to sendfile syscall.
4035         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4036         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4037         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4038         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4039         syscall.
4041         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4042         special section for PIC register loading.
4043         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4045         * config.h.in: Define HAVE_HIDDEN.
4046         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4048         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4050 2002-05-28  Roland McGrath  <roland@frob.com>
4052         * sysdeps/mach/alpha/setfpucw.c: New file.
4054 2002-05-26  Roland McGrath  <roland@frob.com>
4056         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4057         Use integer_t instead of int for IOC_VOID case.
4059 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4061         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4063 2002-05-26  Bruno Haible  <bruno@clisp.org>
4065         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4066         end of the ISO-8859-7 from idx table.
4068 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4070         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4072 2002-05-24  David S. Miller  <davem@redhat.com>
4074         * string/bits/string2.h (memset): Do not try to optimize when
4075         not _STRING_ARCH_unaligned if GCC will do the right thing.
4077 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4079         * posix/regex.c: Define `inline' as a macro into nothing for the
4080         compilers which lack the keyword.
4081         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4082         for the compatibility of gawk.
4083         * posix/regcomp.c: Add fake implementation of isblank() for the
4084         environments which lack the function.
4085         Don't use free_charset() in case of non-i18n envs.
4086         (build_range_exp): Don't use i18n related code in case of non-i18n
4087         envs.
4088         (build_collating_symbol): Likewise.
4089         (build_equiv_class): Likewise.
4090         (build_charclass): Likewise.
4091         (re_compile_fastmap_iter): Likewise.
4092         (parse_bracket_exp): Likewise.
4093         (build_word_op): Likewise.
4094         (regfree): Don't use free_charset() in case of non-i18n envs.
4095         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4096         re_token_type_t in case of non-i18n envs.
4097         Don't define re_charset_t in case of non-i18n envs.
4098         Change the type of wcs of re_string_t from wchar_t to wint_t,
4099         since we store also WEOF.
4100         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4101         the type of wcs of re_string_t from wchar_t to wint_t.
4102         (re_string_reconstruct): Likewise.
4103         (create_ci_newstate): Don't use i18n related code in case of
4104         non-i18n envs.
4105         (create_cd_newstate): Likewise.
4107 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4109         * iconv/loop.c: Fix typo.
4111 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4113         * inet/ether_line.c (ether_line): Fix a typo causing only
4114         lower 4 bits of each ethernet address byte being assigned.
4115         Don't modify what line points to.
4116         * inet/tst-ether_aton.c (main): Add ether_line tests.
4118 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4120         * manual/filesys.texi: Don't make readlink example leak memory
4121         when readlink fails.
4123 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4125         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4126         some more security checks.
4128 2002-05-17  David S. Miller  <davem@redhat.com>
4130         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4132 2002-05-16  David S. Miller  <davem@redhat.com>
4134         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4135         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4136         (elf_machine_load_address): Likewise.
4137         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4139         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4140         is unaligned, do not forget to fully initialize %g1 magic value.
4142         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4143         register definitions and provide 32-bit variants of structures
4144         during 64-bit builds.
4146         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4147         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4148         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4149         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4150         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4151         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4152         Do not clear implicit one bit here, it must be done post-rounding.
4153         Only pad to the left using left shift if value uses less than the
4154         available fractional bits.
4156 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4158         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4159         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4160         (shared-only-routines): Likewise.
4161         * sysdeps/powerpc/libgcc-compat.c: New file.
4162         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4163         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4164         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4165         * sysdeps/wordsize-32/shdi3.c: Removed.
4167 2002-05-16  Bruno Haible  <bruno@clisp.org>
4169         * MakeTAGS (libc.pot): Don't sort the output.
4170         * po/header.pot: Update to match xgettext 0.11 output.
4172 2002-05-16  Bruno Haible  <bruno@clisp.org>
4174         * MakeTAGS (subdirs): Remove duplicates.
4176 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4178         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4179         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4180         alias.
4182 2002-05-19  Andreas Jaeger  <aj@suse.de>
4184         * sysdeps/unix/sysv/linux/configure.in: Warn against an
4185         installation in /usr/local.
4187 2002-05-16  Bruno Haible  <bruno@clisp.org>
4189         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4190         string as argument of #error.
4192 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4194         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4195         don't define static.  Remove old __realpath function.  TC1 of
4196         POSIX 2001 will allow the second parameter to be NULL.
4197         * stdlib/test-canon.c: Comment out test for NULL as second
4198         parameter of realpath.
4200         * time/offtime.c (__offtime): Set errno if overflow is detected.
4202         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4203         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4204         dl-brk and dl-sbrk.
4206         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4207         (fdimf): Likewise.
4209 2002-05-15  Roland McGrath  <roland@frob.com>
4211         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4213 2002-05-12  Bruno Haible  <bruno@clisp.org>
4215         * iconvdata/testdata/EUC-JISX0213: New file.
4216         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4217         * iconvdata/testdata/SHIFT_JISX0213: New file.
4218         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4219         * iconvdata/testdata/ISO-2022-JP-3: New file.
4220         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4221         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4222         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4223         contains comments indicating precomposed characters.
4225 2002-04-21  Bruno Haible  <bruno@clisp.org>
4227         * iconvdata/iso-2022-jp-3.c: New file.
4228         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4229         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4230         (LDFLAGS-ISO-2022-JP-3.so): New variable.
4231         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4232         (distribute): Add iso-2022-jp-3.c.
4234 2002-05-12  Bruno Haible  <bruno@clisp.org>
4236         * iconvdata/tst-table-to.c (main): Restore handling of
4237         transliterations, broken by last patch.
4239 2002-05-12  Bruno Haible  <bruno@clisp.org>
4241         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4243 2002-05-12  Bruno Haible  <bruno@clisp.org>
4245         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4246         when there is not enough room in the output buffer.
4247         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4249 2002-04-20  Bruno Haible  <bruno@clisp.org>
4251         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4252         macros.
4253         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4254         Also make this macro work if FROM_DIRECTION evaluates to 0.
4255         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4256         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4257         of consume_incomplete.
4258         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4259         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4260         4, not 8.
4261         * iconvdata/cp1258.c: Likewise.
4262         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4263         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4264         not 2.
4265         * iconvdata/ibm933.c: Likewise.
4266         * iconvdata/ibm935.c: Likewise.
4267         * iconvdata/ibm937.c: Likewise.
4268         * iconvdata/ibm939.c: Likewise.
4269         * iconvdata/iso-2022-cn.c: Define
4270         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4271         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4272         * iconvdata/iso-2022-cn-ext.c: Likewise.
4273         * iconvdata/iso-2022-jp.c: Define
4274         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4275         {MIN,MAX}_NEEDED_{FROM,TO}.
4276         * iconvdata/tcvn5712-1.c: Define
4277         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4278         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
4279         * iconvdata/euc-jisx0213.c: Define
4280         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4281         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
4282         * iconvdata/shift_jisx0213.c: Likewise.
4284 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4286         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
4287         shdi3, fixdfdi, fixsfdi in csu dir.
4288         (shared-only-routines): Likewise.
4289         * sysdeps/wordsize-32/cmpdi2.c: New file.
4290         * sysdeps/wordsize-32/shdi3.c: New file.
4291         * sysdeps/wordsize-32/fixdfdi.c: New file.
4292         * sysdeps/wordsize-32/fixsfdi.c: New file.
4293         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
4294         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
4295         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
4297         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
4298         Only use va_arg if the argument will be used [PR libc/3259].
4300 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
4302         * catgets/catgets.c (catopen): Free buffer if internal catalog
4303         open fails.
4305 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4307         * debug/xtrace.sh: Make more robust.  For realtime tracking use
4308         non-buffering methods.
4309         * debug/pcprofiledump.c: Implement -u option.
4310         Patch by Roger Luethi <rl@hellgate.ch>.
4312 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
4314         * include/netinet/in.h (bindresvport_internal): Add prototype.
4315         * include/rpc/auth.h  (authunix_create_internal,
4316         authunix_create_default_internal, authnone_create_internal,
4317         authdes_pk_create_internal): Add prototypes.
4318         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
4319         clntudp_create_internal, clntudp_bufcreate_internal,
4320         clntunix_create_internal): Add prototypes.
4321         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
4322         svc_getreq_internal, svc_getreq_common_internal,
4323         svc_getreqset_internal, svc_getreq_poll_internal,
4324         svc_register_internal, svc_unregister_internal,
4325         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
4326         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
4327         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
4328         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
4329         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
4330         * inet/rcmd.c (rcmd_af): Use __listen.
4331         (rresvport_af): Use __bind.
4332         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
4333         authunix_create, authunix_create_default, authnone_create,
4334         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
4335         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
4336         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
4337         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
4338         _authenticate, add INTDEF after such function definitions.
4339         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
4340         __setsockopt, __getsockname instead of non-__ variants.
4341         * sunrpc/pmap_rmt.c: Likewise.
4342         * sunrpc/rtime.c: Likewise.
4343         * sunrpc/svc_udp.c: Likewise.
4344         * sunrpc/clnt_unix.c: Likewise.
4345         * sunrpc/svc_unix.c: Likewise.
4346         * sunrpc/bindrsvprt.c: Likewise.
4347         * sunrpc/svc_tcp.c: Likewise.
4348         * sunrpc/auth_none.c: Likewise.
4349         * sunrpc/clnt_raw.c: Likewise.
4350         * sunrpc/clnt_tcp.c: Likewise.
4351         * sunrpc/auth_unix.c: Likewise.
4352         * sunrpc/key_call.c: Likewise.
4353         * sunrpc/clnt_gen.c: Likewise.
4354         * sunrpc/pm_getmaps.c: Likewise.
4355         * sunrpc/clnt_simp.c: Likewise.
4356         * sunrpc/pmap_clnt.c: Likewise.
4357         * sunrpc/svc_run.c: Likewise.
4358         * sunrpc/svc.c: Likewise.
4359         * sunrpc/svc_simple.c: Likewise.
4360         * sunrpc/pm_getport.c: Likewise.
4361         * sunrpc/auth_des.c: Likewise.
4362         * sunrpc/svc_auth.c: Likewise.
4363         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
4364         __register_frame_info_table_bases, __deregister_frame_info_bases):
4365         Add INTDEF.
4366         (__register_frame_info_bases_internal,
4367         __register_frame_info_table_bases_internal,
4368         __deregister_frame_info_bases_internal): Add prototypes.
4369         (__register_frame_info, __register_frame): Use INTUSE in call to
4370         __register_frame_info_bases.
4371         (__register_frame_info_table): Similarly.
4372         (__deregister_frame_info, __deregister_frame): Similarly.
4373         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
4374         sendto as weak alias.
4375         * sysdeps/mach/hurd/sendto.c: Likewise.
4376         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
4377         recvfrom as weak alias.
4378         * sysdeps/mach/hurd/recvfrom.c: Likewise.
4379         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
4380         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
4381         recvmsg as weak alias.
4382         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
4383         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
4384         sendmsg as weak alias.
4385         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
4386         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
4387         setsockopt, add setsockopt as weak alias.
4388         * sysdeps/mach/hurd/setsockopt.c: Likewise.
4389         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
4390         weak alias.
4391         * sysdeps/mach/hurd/bind.c: Likewise.
4392         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
4393         as weak alias.
4394         * sysdeps/mach/hurd/listen.c: Likewise.
4395         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
4396         getsockname, add getsockname as weak alias.
4397         * sysdeps/mach/hurd/getsockname.c: Likewise.
4398         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
4399         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
4400         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
4401         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
4402         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
4403         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
4404         Add aliases.
4405         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4406         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4407         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4408         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4409         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
4410         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
4411         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
4412         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
4413         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
4414         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
4415         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
4416         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
4418 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4420         * locale/programs/localedef.h (show_archive_content): Add verbose
4421         argument.
4422         * locale/programs/localedef.c (main): Adjust caller.
4423         * locale/programs/locarchive.c (struct nameent, struct dataent): New.
4424         (nameentcmp, dataentcmp): New functions.
4425         (xstrcmp): Remove.
4426         (show_archive_content): Print verbose listing with --list-archive -v.
4428 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4430         * locale/programs/locarchive.c (open_archive): Take extra argument
4431         readonly.  If true open file with O_RDONLY and don't create the
4432         archive if it doesn't exist.
4433         Adapt all callers.
4434         (close_archive): Don't do anything if fd element is -1.
4435         * locale/programs/localedef.h (open_archive): Adjust prototype.
4436         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
4437         call.
4439         * malloc/malloc.c (__posix_memalign): Correct check for size of
4440         alignment value [PR libc/3444].
4442         * include/stdio.h: Remove references to old stdio implementation.
4444         * libio/Makefile (bug-ungetwc2-ENV): Define.
4446 2002-05-13  Roland McGrath  <roland@frob.com>
4448         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
4450         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
4452 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
4454         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
4455         Allocate three, not two, more than LEN when appending '/.'.
4456         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
4457         if NAME ends with '/.' if it is shorter than 2 chars.
4459 2002-05-12  Roland McGrath  <roland@frob.com>
4461         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
4462         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
4464         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
4465         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
4467 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4469         * sysdeps/ia64/Makefile: Remove extra endif.
4470         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
4472 2002-05-10  Andreas Schwab  <schwab@suse.de>
4474         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
4476 2002-05-09  Andreas Jaeger  <aj@suse.de>
4478         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New.
4479         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
4480         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
4482         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
4483         * sysdeps/wordsize-64/glob.c: ...here.
4484         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
4485         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
4486         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
4488 2002-05-08  Roland McGrath  <roland@frob.com>
4490         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
4491         O_NOTRANS flag in "." lookup.
4493 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
4495         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
4497 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
4499         * locale/duplocale.c (__duplocale): Update special members only
4500         when allocation succeeded.
4502 2002-05-03  Roland McGrath  <roland@frob.com>
4504         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
4505         we can only build libc.so.0.3(GLIBC_2.2.6) now.
4507 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
4509         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
4510         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
4511         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
4512         * sysdeps/ia64/ia64libgcc.S: New file.
4514 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
4516         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
4518         * malloc/memusage.c: Distinguish anonymous mmap.
4520 2002-05-01  Roland McGrath  <roland@frob.com>
4522         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
4523         and use INTDEF on it.
4524         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
4526         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
4528         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
4530 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
4532         * malloc/memusage.c: Add support for tracking mmap & friends.
4533         * malloc/memusage.sh: Implement -m/--mmap option.
4535 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4537         * locale/programs/locarchive.c (create_archive): Add archivefname
4538         argument, create fname from it.
4539         (enlarge_archive): Honour output_prefix.
4540         (open_archive): Likewise.
4542 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4544         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
4545         too many stpcpy macros.
4547 2002-04-26  Bruno Haible  <bruno@clisp.org>
4549         * locale/programs/ld-collate.c (collate_read): Cast first argument
4550         for "%.*s" to int.
4552 2002-04-26  Bruno Haible  <bruno@clisp.org>
4554         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
4555         __dcngettext_internal): New declarations.
4556         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
4557         attribute declarations.
4559 2002-04-30  Roland McGrath  <roland@frob.com>
4561         Removed old GNU stdio implementation; GNU libio is now the only option.
4562         * configure.in: Removed --enable-libio option and @stdio@ subst var.
4563         Define USE_IN_LIBIO unconditionally.
4564         * configure: Regenerated.
4565         * Makeconfig (stdio): Set to libio by default.
4566         * config.make.in (stdio): Variable removed.
4567         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
4568         * sysdeps/unix/sysv/linux/configure: Regenerated.
4569         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
4570         * sysdeps/mach/hurd/configure: Regenerated.
4571         * stdio/.cvsignore: File removed.
4572         * stdio/Makefile: File removed.
4573         * stdio/Versions: File removed.
4574         * stdio/__fbufsize.c: File removed.
4575         * stdio/__flbf.c: File removed.
4576         * stdio/__fpending.c: File removed.
4577         * stdio/__fpurge.c: File removed.
4578         * stdio/__freadable.c: File removed.
4579         * stdio/__freading.c: File removed.
4580         * stdio/__fsetlocking.c: File removed.
4581         * stdio/__fwritable.c: File removed.
4582         * stdio/__fwriting.c: File removed.
4583         * stdio/clearerr.c: File removed.
4584         * stdio/fclose.c: File removed.
4585         * stdio/fcloseall.c: File removed.
4586         * stdio/feof.c: File removed.
4587         * stdio/ferror.c: File removed.
4588         * stdio/fflush.c: File removed.
4589         * stdio/fgetc.c: File removed.
4590         * stdio/fgetpos.c: File removed.
4591         * stdio/fgets.c: File removed.
4592         * stdio/fileno.c: File removed.
4593         * stdio/fmemopen.c: File removed.
4594         * stdio/fopen.c: File removed.
4595         * stdio/fopncook.c: File removed.
4596         * stdio/fputc.c: File removed.
4597         * stdio/fputs.c: File removed.
4598         * stdio/fread.c: File removed.
4599         * stdio/freopen.c: File removed.
4600         * stdio/fseek.c: File removed.
4601         * stdio/fsetpos.c: File removed.
4602         * stdio/ftell.c: File removed.
4603         * stdio/fwrite.c: File removed.
4604         * stdio/getc.c: File removed.
4605         * stdio/getchar.c: File removed.
4606         * stdio/getdelim.c: File removed.
4607         * stdio/gets.c: File removed.
4608         * stdio/glue.c: File removed.
4609         * stdio/internals.c: File removed.
4610         * stdio/linewrap.c: File removed.
4611         * stdio/linewrap.h: File removed.
4612         * stdio/memstream.c: File removed.
4613         * stdio/newstream.c: File removed.
4614         * stdio/obstream.c: File removed.
4615         * stdio/putc.c: File removed.
4616         * stdio/putchar.c: File removed.
4617         * stdio/puts.c: File removed.
4618         * stdio/rewind.c: File removed.
4619         * stdio/setbuf.c: File removed.
4620         * stdio/setbuffer.c: File removed.
4621         * stdio/setlinebuf.c: File removed.
4622         * stdio/setvbuf.c: File removed.
4623         * stdio/stdio.h: File removed.
4624         * stdio/ungetc.c: File removed.
4625         * stdio/vasprintf.c: File removed.
4626         * stdio/vscanf.c: File removed.
4627         * stdio/vsnprintf.c: File removed.
4628         * stdio/vsprintf.c: File removed.
4629         * stdio/vsscanf.c: File removed.
4630         * sysdeps/generic/defs.c: File removed.
4631         * sysdeps/generic/fdopen.c: File removed.
4632         * sysdeps/generic/pipestream.c: File removed.
4633         * sysdeps/generic/stdio_init.c: File removed.
4634         * sysdeps/generic/sysd-stdio.c: File removed.
4635         * sysdeps/generic/vdprintf.c: File removed.
4636         * sysdeps/mach/hurd/defs.c: File removed.
4637         * sysdeps/mach/hurd/fdopen.c: File removed.
4638         * sysdeps/mach/hurd/pipestream.c: File removed.
4639         * sysdeps/mach/hurd/stdio_init.c: File removed.
4640         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
4641         * sysdeps/mach/hurd/vdprintf.c: File removed.
4642         * sysdeps/posix/defs.c: File removed.
4643         * sysdeps/posix/fdopen.c: File removed.
4644         * sysdeps/posix/pipestream.c: File removed.
4645         * sysdeps/posix/stdio_init.c: File removed.
4646         * sysdeps/posix/vdprintf.c: File removed.
4647         * sysdeps/unix/pipestream.c: File removed.
4648         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
4649         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
4650         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
4652 2002-04-29  Roland McGrath  <roland@frob.com>
4654         * include/libc-symbols.h (link_warning): Use `unused' attribute.
4656 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
4658         * sysdeps/generic/tls.h: Describe what must be defined.
4660         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
4661         glob_in_dir [PR libc/3385].
4662         * posix/globtest.sh: Add test case.
4664         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
4665         //TRANSLIT twice.
4667 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
4669         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
4670         _internal symbol handling.
4671         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
4673 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
4675         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
4676         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4678 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
4680         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
4681         not _LIBC and RE_ENABLE_I18N.
4682         (build_range_exp): Implement for not _LIBC.
4683         (build_collating_symbol): Likewise.
4684         (parse_bracket_exp): Unify redundant error handlings.
4685         Don't erase mbcset for non matching list in multibyte envs.
4686         (build_word_op): Add '_' to matching list for \w operator.
4687         * posix/regex_internal.c (re_string_construct): Invoke
4688         build_upper_buffer in case of not RE_ENABLE_I18N.
4689         (re_string_reconstruct): Don't touch cur_state in case of not
4690         RE_ENABLE_I18N.
4691         * posix/regex_internal.h (attribute_hidden): New macro in case of
4692         not _LIBC.
4693         (re_charset_t): Define range_starts/ends in case of not _LIBC.
4694         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
4695         RE_ENABLE_I18N.
4696         (transit_state_mb): Likewise.
4697         (check_node_accept_bytes): Implement the code evaluating range
4698         expression in case of not _LIBC.
4699         (find_collation_sequence_value): Hide in case of not _LIBC.
4701 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
4703         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
4704         i386/semctl.c.
4705         (__old_semctl, __new_semctl): Only use va_arg if the argument will
4706         be used.
4708 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
4710         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
4712         * sysdeps/ia64/strncpy.S: Fix recovery code.
4713         Patch by David Mosberger <davidm@hpl.hp.com>.
4715 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4717         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
4718         GLIBC_2.2.6.
4720 2002-04-14  Bruno Haible  <bruno@clisp.org>
4722         * posix/regex.c (re_max_failures): Add back symbol for binary
4723         compatibility.
4725 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
4727         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
4728         of buffer building functions.
4729         * posix/regex_internal.c (re_string_allocate): New function.
4730         (re_string_realloc_buffers): New function.
4731         (re_string_skip_chars): New function.
4732         (re_string_reconstruct): New function.
4733         (re_string_construct): Adapt it to new interface of buffer building
4734         functions.
4735         (re_string_construct_common): Likewise.
4736         (build_wcs_buffer): Likewise.
4737         (build_wcs_upper_buffer): Likewise.
4738         (build_upper_buffer): Likewise.
4739         (re_string_translate_buffer): Likewise.
4740         (re_string_context_at): Adapt it to variable length buffers.
4741         * posix/regex_internal.h (re_string_t): Add new fields to handle
4742         variable length buffers.
4743         (re_match_context_t): Likewise.
4744         * posix/regexec.c (re_search_internal): Adapt it to new interface
4745         of re_string_t and re_match_context_t.
4746         (acquire_init_state_context): Likewise.
4747         (check_matching): Likewise.
4748         (check_halt_state_context): Likewise.
4749         (proceed_next_node): Likewise.
4750         (set_regs): Likewise.
4751         (sift_states_backward): Likewise.
4752         (clean_state_log_if_need): Likewise.
4753         (sift_states_iter_mb): Likewise.
4754         (sift_states_iter_bkref): Likewise.
4755         (add_epsilon_backreference): Likewise.
4756         (transit_state): Likewise.
4757         (transit_state_sb): Likewise.
4758         (transit_state_mb): Likewise.
4759         (transit_state_bkref): Likewise.
4760         (transit_state_bkref_loop): Likewise.
4761         (check_node_accept): Likewise.
4762         (match_ctx_init): Likewise.
4763         (extend_buffers): New function.
4765 2002-04-21  Bruno Haible  <bruno@clisp.org>
4767         * iconvdata/tst-table.sh: For the second check, use the truncated
4768         GB18030 charmap table, like for the first check.
4770 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4772         * elf/dl-load.c (open_verify): Correct __lseek parameters.
4773         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
4775 2002-04-23  H.J. Lu  <hjl@gnu.org>
4777         * include/math.h (isfinite): Fix a typo.
4779 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4781         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
4782         which is created by the test suite.
4784 2002-04-20  Bruno Haible  <bruno@clisp.org>
4786         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
4787         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
4789 2002-04-20  Bruno Haible  <bruno@clisp.org>
4791         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
4792         to avoid gcc warning.
4794 2002-04-20  Bruno Haible  <bruno@clisp.org>
4796         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
4797         of data->__statep->__count.
4799 2002-04-20  Bruno Haible  <bruno@clisp.org>
4801         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
4802         tag characters.
4803         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
4805 2002-04-24  Roland McGrath  <roland@frob.com>
4807         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
4808         use END macro instead of our own .end directive.
4809         Use `callsys' insn mnemonic instead of `call_pal'.
4811         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
4813         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
4814         macro; we need this for Hurd.
4816         Log entry was missing for 2002/03/24 commit of rev 1.8,
4817         goes with 2002-03-17 changes.
4818         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
4819         (sysdep_routines): Append ioperm here.
4820         (sysdep_headers): Append sys/io.h here.
4822 2002-04-23  Roland McGrath  <roland@frob.com>
4824         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
4825         * sysdeps/mach/hurd/sendto.c: Likewise.
4826         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
4827         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
4828         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
4830 2002-04-22  Roland McGrath  <roland@frob.com>
4832         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
4833         failure from i386_io_perm_* RPCs to ENOSYS.
4835 2002-04-22  Andreas Jaeger  <aj@suse.de>
4837         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
4839         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
4841         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
4842         register instead of destroying %rbx.
4844 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
4846         * string/string.h: Declare strerror_r also for XPG6.
4848 2002-04-19  Roland McGrath  <roland@frob.com>
4850         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
4852 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
4854         * Makefile: Add handling of xtests and xcheck targets.
4855         * MakeTAGS: Likewise.
4856         * Makeconfig: Likewise.
4857         * Makerules: Likewise.
4858         * Rules: Likewise.
4859         * manual/Makefile: Likewise.
4860         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
4861         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
4863 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
4865         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
4866         authnone_private_s.
4867         * sunrpc/auth_none.c: Include bits/libc-lock.h.
4868         Delete #ifdef _RPC_THREAD_SAFE_ block.
4869         (authnone_private): Make a struct, not a pointer to struct.
4870         (authnone_private_guard): New once-control variable.
4871         (authnone_create_once): New function, split out of
4872         authnone_create.  No need to allocate memory.
4873         (authnone_create): Just call authnone_create_once via
4874         __libc_once, then return &authnone_private->no_client.
4875         (authnone_marshal): Access private data via CLIENT argument,
4876         not authnone_private pointer.
4877         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
4878         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
4879         authnone_private_s.
4881 2002-04-12  H.J. Lu  <hjl@gnu.org>
4883         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
4885 2002-04-18  Bruno Haible  <bruno@clisp.org>
4887         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
4888         FROM_DIRECTION): Make the FROM direction stateless.
4889         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
4890         FROM_DIRECTION): Likewise.
4892 2002-04-15  Bruno Haible  <bruno@clisp.org>
4894         * iconvdata/JISX0213.TXT: New file.
4895         * iconvdata/jisx0213.h: New file.
4896         * iconvdata/jisx0213.c: New file.
4897         * iconvdata/euc-jisx0213.c: New file.
4898         * iconvdata/shift_jisx0213.c: New file.
4899         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
4900         * iconvdata/EUC-JISX0213.precomposed: New file.
4901         * iconvdata/SHIFT_JISX0213.precomposed: New file.
4902         * iconvdata/SHIFT_JISX0213.irreversible: New file.
4903         * iconvdata/tst-table-to.c (main): Make it work for encodings for
4904         which the "to" direction is stateful.
4905         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
4906         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
4907         SHIFT_JISX0213.
4908         (libJISX0213-routines): New variable.
4909         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
4910         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
4911         (LDFLAGS-libJISX0213.so): New variable.
4912         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
4913         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
4914         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
4916 2002-04-15  Bruno Haible  <bruno@clisp.org>
4918         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
4919         uint32_t.  Update to Unicode 3.2.
4920         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
4921         (BODY for TO_LOOP): Handle the ASCII range specially.
4922         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
4923         * iconvdata/testdata/BIG5HKSCS: Remove a character.
4924         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
4926 2002-04-15  Bruno Haible  <bruno@clisp.org>
4928         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
4929         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
4931 2002-04-15  Bruno Haible  <bruno@clisp.org>
4933         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
4934         (ucs4_to_cns11643): Update.
4935         * iconvdata/cns11643.c: Update to Unicode 3.2.
4936         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
4937         __cns11643_from_ucs4p2_tab): Regenerated.
4938         (__cns11643_from_ucs4p2c_tab): New array.
4939         * iconvdata/cvs11643l1.c: Update comments.
4940         * iconvdata/EUC-TW.irreversible: Remove two entries.
4942 2002-04-15  Bruno Haible  <bruno@clisp.org>
4944         * locale/C-translit.h.in: Update to Unicode 3.2.
4945         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
4946         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
4948 2002-04-15  Bruno Haible  <bruno@clisp.org>
4950         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
4951         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
4953 2002-04-15  Bruno Haible  <bruno@clisp.org>
4955         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
4956         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
4957         always one byte, not 0 bytes in some cases and 2 bytes in others.
4959         * iconvdata/tst-table-from.c (main): Correct the usage message.
4961 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
4963         * posix/regcomp.c (parse_expression): Fix incorrect error code.
4964         (parse_dup_op): Fix error handling like "a{}".
4965         (parse_bracket_exp): Add error handling.
4966         (fetch_number): Add error handling for "a{<very_large_number>}".
4968 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
4970         * posix/regcomp.c (parse_bracket_symbol): Add error handling
4971         in case that the symbol name is too long.
4972         (build_charclass): Handle [:lower:]/[:uppper:] correctly
4973         in case of REG_ICASE.
4975 2002-04-19  Andreas Jaeger  <aj@suse.de>
4977         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
4978         <hartvige@mips.com>.
4980 2002-04-15  H.J. Lu  <hjl@gnu.org>
4982         * include/math.h (__finitel_internal): Declare only if
4983         __NO_LONG_DOUBLE_MATH is not defined.
4984         (__isinfl_internal): Likewise.
4985         (__isnanl_internal): Likewise.
4987         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
4988         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4989         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4990         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
4991         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4992         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4993         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4995         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
4996         __fcntl_internal.
4998         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
4999         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5001 2002-04-15  Bruno Haible  <bruno@clisp.org>
5003         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5004         (BODY for TO_LOOP): Likewise.
5005         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5006         * iconvdata/tst-table.sh: Add support for encodings which contain
5007         precomposed Unicode characters, known to the iconv converter in both
5008         directions but not listed in the charmap.
5009         * iconvdata/IBM856.irreversible: New file.
5010         * iconvdata/IBM922.irreversible: New file.
5011         * iconvdata/IBM1132.irreversible: New file.
5012         * iconvdata/IBM1133.irreversible: New file.
5013         * iconvdata/IBM1160.irreversible: New file.
5014         * iconvdata/IBM1161.irreversible: New file.
5015         * iconvdata/IBM1163.irreversible: New file.
5016         * iconvdata/IBM1164.irreversible: New file.
5017         * iconvdata/ARMSCII-8.irreversible: New file.
5018         * iconvdata/TCVN5712-1.precomposed: New file.
5019         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5020         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5021         ARMSCII-8, TCVN5712-1.
5022         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5023         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5024         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5025         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5027 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5029         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5030         for EVENING69.  Include offsets in TZ environment variable.
5032 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5034         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5035         avoid compiler warnings.
5037         * locale/programs/localedef.c (main): Always call
5038         construct_output_path.
5040         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5042         * locale/programs/locfile.c (to_archive): New variable.  To collect
5043         data which has to be added to the locale archive.
5044         (write_all_categories): Take new third parameter with locale name.
5045         Unless no_archive flag set add new locale data to the archive
5046         (write_locale_data): Unless no-archive flag set store generated data
5047         in to_archive data structure instead of generation output file.
5048         Add new parameter with locale category index.
5049         * locale/programs/locfile.h: Add new parameters in declaractions of
5050         write_all_categories and write_locale_data.
5051         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5052         --add-to-archive, and --delete-from-archive options.  Pass extra
5053         parameter to write_all_categories.
5054         * locale/programs/localedef.h: Add prototypes for functions in
5055         locarchive.c.
5056         * locale/locarchive.h: New file.
5057         * locale/programs/locarchive.c: New file.
5058         * locale/Makefile (distribute): Add programs/locarchive.c and
5059         locarchive.h.
5060         (localedef-modules): Add md5 and locarchive.
5061         Add vpath to crypt subdir for md5.c.
5063         * locale/programs/ld-address.c: Pass locale category ID as new second
5064         parameter to write_locale_data.
5065         * locale/programs/ld-collate.c: Likewise.
5066         * locale/programs/ld-ctype.c: Likewise.
5067         * locale/programs/ld-identification.c: Likewise.
5068         * locale/programs/ld-measurement.c: Likewise.
5069         * locale/programs/ld-messages.c: Likewise.
5070         * locale/programs/ld-monetary.c: Likewise.
5071         * locale/programs/ld-name.c: Likewise.
5072         * locale/programs/ld-numeric.c: Likewise.
5073         * locale/programs/ld-paper.c: Likewise.
5074         * locale/programs/ld-telephone.c: Likewise.
5075         * locale/programs/ld-time.c: Likewise.
5077         * locale/simple-hash.c: Move compute_hashval function from here...
5078         * locale/hashval.h: ...to here.  New file.
5079         * locale/simple-hash.h: Add prototype for compute_hashval.
5081         * include/libintl.h: Minor cleanups.
5083 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5085         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5087 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5089         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5091 2002-04-14  Bruno Haible  <bruno@clisp.org>
5093         * locale/programs/charmap.c (charmap_read): Don't access result if
5094         result == NULL.
5096 2002-02-17  Andreas Schwab  <schwab@suse.de>
5098         * elf/reldep7.c: New file.
5099         * elf/reldep7mod1.c: New file.
5100         * elf/reldep7mod2.c: New file.
5101         * elf/Makefile: Add rules to build and run reldep7.
5103 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5105         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5106         the end of the function.  Pass original flags to recursive call if
5107         add_dependency failed.
5108         (_dl_lookup_versioned_symbol): Likewise.
5110 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5112         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5113         early, but check whether it overflowed afterwards.
5114         * time/tst-mktime.c (main): Add new tests.
5116 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5118         * debug/xtrace.sh: Fix program name in help message.
5119         Patch by Roger Luethi <rl@hellgate.ch>.
5121         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5122         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5123         NOT_IN_libc.
5124         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5125         * sysdeps/mach/hurd/lxstat.c: Likewise.
5126         * sysdeps/unix/common/lxstat.c: Likewise.
5127         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5128         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5129         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5130         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5131         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5132         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5133         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5134         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5135         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5137         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5138         prototypes.  Add __mbrlen and __mbrtowc macros.
5139         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5140         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5142         * include/unistd.h: Add prototype for __write_internal and add
5143         __libc_write macro is SHARED.
5144         * sysdeps/generic/write.c: Use INTDEF for __write.
5145         * sysdeps/mach/hurd/write.c: Likewise.
5146         * sysdeps/unix/sysv/aix/write.c: Likewise.
5147         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5149         * assert/assert.c: Replace STR_N_SIZE with something usable in
5150         macro arguments.
5151         * assert/assert-perr.c: Likewise.
5153         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5154         SA_LEN macro to use it if not NOT_IN_libc.
5155         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5157         * include/fcntl.h: Declare __open_internal and define __open and
5158         __libc_open macros if not NOT_IN_libc.
5159         * sysdeps/generic/open.c: Use INTDEF for __open.
5160         * sysdeps/mach/hurd/open.c: Likewise.
5161         * sysdeps/unix/sysv/aix/open.c: Likewise.
5162         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5164         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5165         has correct number.
5167         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5168         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5169         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5170         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5172         * include/wctype.h: Declare __iswalpha_l_internal,
5173         __iswdigit_l_internal, __iswspace_l_internal,
5174         __iswxdigit_l_internal, and __iswctype_internal.  Define
5175         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5176         __iswxdigit_l macros if not NOT_IN_libc.
5177         * wctype/iswctype.c: Use INTDEF for __iswctype.
5178         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5180         * include/math.h: Declare __isinf_internal, __isinfl_internal,
5181         __isnan_internal, and __isnanl_internal.
5182         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5183         __isnan, and __isnanl.
5184         * stdio-common/printf_size.c: Likewise.
5185         * sysdeps/generic/printf_fphex.c: Likewise.
5186         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5187         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5188         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5189         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5190         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5191         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5192         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5193         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5194         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5195         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5196         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5197         * sysdeps/m68k/s_isinfl.c: Likewise.
5198         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5199         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5201         * include/sys/time.h: Declare __gettimeofday_internal and define
5202         __gettimeofday macro if not NOT_IN_libc.
5203         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5204         * sysdeps/mach/gettimeofday.c: Likewise.
5205         * sysdeps/posix/gettimeofday.c: Likewise.
5206         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5207         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5208         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5209         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5211         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5212         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5213         Remove __lstat and __fstat inline functions.
5214         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5215         * sysdeps/mach/hurd/fxstat.c: Likewise.
5216         * sysdeps/unix/fxstat.c: Likewise.
5217         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5218         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5219         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5220         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5221         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5222         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5223         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5224         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5225         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5227         * include/unistd.h: Declare __getpid_internal and define
5228         __getpid macro if not NOT_IN_libc.
5229         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5230         * sysdeps/generic/getpid.c: Likewise.
5231         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5232         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5234         * include/unistd.h: Declare __getpgid_internal and define
5235         __getpgid macro if not NOT_IN_libc.
5236         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5237         * sysdeps/mach/hurd/getpgid.c: Likewise.
5238         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5239         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5240         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5241         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5243         * include/unistd.h: Declare __getpagesize_internal and define
5244         __getpagesize macro if not NOT_IN_libc.
5245         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5246         __getpagesize.
5247         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5248         * sysdeps/mach/getpagesize.c: Likewise.
5249         * sysdeps/posix/getpagesize.c: Likewise.
5250         * sysdeps/unix/getpagesize.c: Likewise.
5251         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5252         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5253         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5254         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5256 2002-04-13  Andreas Jaeger  <aj@suse.de>
5258         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5259         as clobber to reduce register pressure.
5260         (__strpbrk_cg): Likewise.
5261         (__mempcpy_by4): Likewise.
5262         (__strstr_cg): Likewise.
5263         Add prototype for __memrchr.
5265 2002-04-13  Andreas Schwab  <schwab@suse.de>
5267         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5268         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5269         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5271 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
5273         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
5274         check whether the caller prefers getting the most recent version of
5275         a symbol of the earliest version.
5276         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
5277         _dl_do_lookup to also take the new parameter and pass it on.
5278         Change 'explicit' parameter of _dl_lookup_symbol and
5279         _dl_lookup_versioned_symbol to flags.  Adjust tests.
5280         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
5281         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
5282         _dl_lookup_versioned_symbol.
5283         * elf/dl-reloc.c: Likewise.
5284         * elf/dl-runtime.c: Likewise.
5285         * elf/dl-sym.c: Likewise.
5286         * sysdeps/mips/dl-machine.h: Likewise.
5288 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
5290         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
5291         in a token.
5292         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
5294 2002-04-10  Andreas Jaeger  <aj@suse.de>
5296         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
5298         * include/argz.h: Remove extra char from last patch.
5300 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
5302         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
5303         * sysdeps/unix/sysv/aix/chown.c: Likewise.
5304         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
5305         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
5306         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5307         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
5308         __chown_internal.
5309         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5311         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
5312         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
5313         * intl/ngettext.c: Likewise.
5315         * include/sys/socket.h: Declare __connect_internal and define
5316         __connect macro if not NOT_IN_libc.
5317         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
5318         * sysdeps/unix/sysv/aix/connect.c: Likewise.
5319         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
5321         * include/unistd.h: Declare __close_internal and define __close macro
5322         if not NOT_IN_libc.
5323         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
5324         WJUMP3): Add extra parenthesis to avoid expanding element names with
5325         macors like __close.
5326         * sysdeps/unix/syscalls.list: Add __close_internal alias.
5328         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
5329         if not NOT_IN_libc.
5330         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
5331         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
5332         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
5334         * include/unistd.h: Declare __fork_internal and define __fork macro
5335         if not NOT_IN_libc.
5336         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
5337         * sysdeps/unix/sysv/aix/fork.c: Likewise.
5338         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
5340         * include/stdio_ext.h: Declare __fsetlocking_internal and define
5341         __fsetlocking macro to use it if not NOT_IN_libc.
5342         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
5344         * libio/__fbufsize.c: Correct copyright.
5345         * libio/__flbf.c: Likewise.
5346         * libio/__fpending.c: Likewise.
5347         * libio/__fpurge.c: Likewise.
5348         * libio/__freadable.c: Likewise.
5349         * libio/__freading.c: Likewise.
5350         * libio/__fsetlocking.c: Likewise.
5351         * libio/__fwritable.c: Likewise.
5352         * libio/__fwriting.c: Likewise.
5354         * include/stdio.h: Declare __asprintf_internal and define __asprintf
5355         macro to use it if not NOT_IN_libc.
5356         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
5358         * include/mntent.h: Declare __setmntent_internal,
5359         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
5360         __getmntent_r, and __endmntent macros to use these functions if not
5361         NOT_IN_libc.
5362         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
5363         __endmntent.
5365         * include/math.h: Declare __finite_internal, __finitef_internal, and
5366         __finitel_internal.  Redefine isfinite macro if in libc or libm using
5367         these functions.
5368         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
5369         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
5370         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
5371         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
5372         * sysdeps/i386/fpu/s_finitef.S: Likewise.
5373         * sysdeps/i386/fpu/s_finitel.S: Likewise.
5374         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
5375         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
5376         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
5377         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
5379         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
5380         to use this function if not NOT_IN_libc.
5381         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
5382         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
5383         * sysdeps/mach/hurd/fcntl.c: Likewise.
5384         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5385         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5387         * include/argz.h: Declare __argz_count_internal and
5388         __argz_stringify_internal.
5389         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
5390         __argz_stringify.
5391         * string/argz-count.c: Use INTDEF for __argz_count.
5392         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
5394         * include/stdlib.h: Declare __cxa_atexit_internal and define
5395         __cxa_atexit macro if not NOT_IN_libc.
5396         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
5397         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
5399         * assert/assert.c: Use INTDEF for __assert_fail.
5400         * assert/__assert.c: Use INTUSE for call to __assert_fail.
5401         * include/assert.h: Declare __assert_fail_internal.
5403         * extra-lib.mk: Mark assignment to lib with override.
5405 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5407         * Makerules: Use cppflags-iterator.mk to add defines for all test
5408         source files.
5410 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
5412         * elf/elf.h: Define R_SH_TLS_xxx macros.
5413         * elf/rtld.c: Remove an extra parenthesis.
5414         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
5415         TLS_GD macros.
5416         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
5417         * sysdeps/sh/dl-lookupcfg.h: New file.
5418         * sysdeps/sh/dl-tls.h: New file.
5419         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
5420         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
5421         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
5422         R_SH_TLS_TPOFF32 relocations.
5424 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5426         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
5427         of NOT_IN_LIBC.
5428         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
5429         * include/stdlib.h: Likewise.
5431 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
5433         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
5434         instead of _RTLD_LOCAL.
5435         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
5436         * include/unistd.h: Likewise.
5437         * sysdeps/generic/ldsodefs.h: Likewise.
5439         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
5440         if in libc or ld.so.
5442 2002-04-08  Andreas Jaeger  <aj@suse.de>
5444         * elf/cache.c (print_entry): Support x86-64.
5446 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5448         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
5449         with one accessing the locale data structures directly.
5450         * stdio-common/printf-prs.c: Include localeinfo.h for new
5451         MB_CUR_MAX definition.
5453         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
5454         is the name of the source file without extension.
5455         * Makefile (distribute): Add cppflags-iterator.mk.
5456         * cppflags-iterator.mk: New file.
5457         * extra-lib.mk: For the sources of the library run
5458         cppflags-iterator.mk.
5460         * include/libintl.h: Declare __dcgettext_internal and
5461         _libc_intl_domainname_internal.  Define __dcgettext using these
5462         two symbols if used in libc itself.
5463         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
5464         _libc_intl_domainname_internal.
5465         * argp/argp-parse.c: Likewise.
5466         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
5467         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
5468         * intl/gettext.c: Likewise.
5469         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
5470         alias.
5471         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
5472         __dcgettext.
5473         * posix/regex_internal.c (gettext): Likewise.
5475 2002-04-08  Andreas Jaeger  <aj@suse.de>
5477         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
5479         * sysdeps/x86_64/fpu/s_llrint.S: New.
5480         * sysdeps/x86_64/fpu/s_llrintf.S: New.
5481         * sysdeps/x86_64/fpu/s_llrintl.S: New.
5482         * sysdeps/x86_64/fpu/s_lrint.S: New.
5483         * sysdeps/x86_64/fpu/s_lrintf.S: New
5484         * sysdeps/x86_64/fpu/s_lrintl.S: New.
5486 2002-04-08  Roland McGrath  <roland@frob.com>
5488         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
5489         widening __hurd_fail value.
5491 2002-04-07  Roland McGrath  <roland@frob.com>
5493         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
5494         <mach/machine/alpha_instruction.h>.
5495         (_hurd_setup_sighandler): Take proper arguments for current decls.
5496         Update code to use _hurdsig_catch_fault.
5497         Use `callsys' instruction instead of `call_pal'.
5498         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
5500         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
5501         (ALIGN, at, AT, fp): New macros.
5503 2002-04-06  Roland McGrath  <roland@frob.com>
5505         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
5507         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
5508         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
5510         * sysdeps/mach/hurd/bind.c: Use prototype definition.
5511         * sysdeps/mach/hurd/connect.c: Likewise.
5512         * sysdeps/mach/hurd/getsockopt.c: Likewise.
5513         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5515         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
5516         __msg_sig_post RPC.
5518         * hurd/catch-exc.c: Use integer_t instead of int.
5519         * hurd/hurdfault.c: Likewise.
5521         * sysdeps/mach/hurd/alpha/exc2signal.c
5522         (_hurd_exception2signal): Rewritten.
5523         * sysdeps/mach/hurd/alpha/longjmp-ts.c
5524         (_hurd_longjmp_thread_state): Rewritten.
5526 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
5528         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
5529         DB_LOOKUP_FCT prototype.
5530         * nss/getXXent_r.c: Likewise.
5531         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
5532         * inet/getaliasname_r.c: Likewise.
5533         * inet/getnetbyad_r.c: Likewise.
5534         * inet/getnetbynm_r.c: Likewise.
5535         * inet/getnetent_r.c: Likewise.
5536         * inet/getproto_r.c: Likewise.
5537         * inet/getprtent_r.c: Likewise.
5538         * inet/getprtname_r.c: Likewise.
5539         * inet/getrpcbyname_r.c: Likewise.
5540         * inet/getrpcbynumber_r.c: Likewise.
5541         * inet/getrpcent_r.c: Likewise.
5542         * inet/getservent_r.c: Likewise.
5543         * inet/getsrvbynm_r.c: Likewise.
5544         * inet/getsrvbypt_r.c: Likewise.
5545         * shadow/getspent_r.c: Likewise.
5546         * shadow/getspnam_r.c: Likewise.
5548         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
5550         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
5551         Use i686-friendly PIC code.
5552         * sysdeps/i386/elf/setjmp.S: Likewise.
5554         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
5556         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
5557         list.
5558         * elf/Versions: Remove it here.
5560 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
5562         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
5563         direction.  Reported by H . J . Lu <hjl@lucon.org>.
5565 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5567         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
5568         test just before the test runs.
5569         * intl/tst-translit.sh: Likewise.
5570         * intl/tst-codeset.sh: Likewise.
5572         * timezone/zic.c: Update from tzcode2002c.
5573         * timezone/asia: Update from tzdata2002c.
5574         * timezone/backward: Likewise.
5575         * timezone/europe: Likewise.
5576         * timezone/northamerica: Likewise.
5577         * timezone/northamerica: Likewise.
5578         * timezone/northamerica: Likewise.
5579         * timezone/southamerica: Likewise.
5580         * timezone/zone.tab: Likewise.
5582 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5584         * sysdeps/generic/brk.c (__curbrk): Declare.
5585         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
5586         * sysdeps/generic/dl-sbrk.c: Likewise.
5587         * sysdeps/unix/arm/dl-brk.S: New file.
5588         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
5589         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
5590         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
5591         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
5592         * sysdeps/unix/i386/dl-brk.S: New file.
5593         * sysdeps/unix/mips/dl-brk.S: New file.
5594         * sysdeps/unix/sparc/dl-brk.S: New file.
5595         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
5596         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
5597         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
5598         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
5600 2002-04-03  Andreas Schwab  <schwab@suse.de>
5602         * Makefile (headers): Add gnu/lib-names.h here instead of
5603         install-others.
5604         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
5605         installation rule.
5606         (install-headers): Add dependency on install-headers-nosubdir.
5607         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
5608         instead of install-others.
5609         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
5610         installation rule.
5612 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5614         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
5615         Reported by Sam Roberts <sroberts@uniserve.com>.
5617 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
5619         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
5620         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
5621         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5622         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5624 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
5626         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
5627         (RTLD_START): Ditto.
5628         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
5629         dependency violation.
5631 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
5633         * time/mktime.c (__mktime_internal): Move check for year < 70 below
5634         all variable declarations.
5636 2002-04-04  Andreas Schwab  <schwab@suse.de>
5638         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
5640 2002-04-04  Andreas Jaeger  <aj@suse.de>
5642         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
5643         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
5645         * sysdeps/x86_64/fpu/s_fabs.c: New file.
5646         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
5647         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
5649         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
5651         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
5653         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
5654         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
5656         * configure.in: Handle all mips entries the same.
5658         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
5659         * sysdeps/mips/mips3/*: Likewise.
5660         * sysdeps/mips/p40/bits/endian.h: Likewise.
5662 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
5664         * misc/dirname.c (dirname): Ignore trailing slashes at end of
5665         non-null result [PR libc/2600].
5667         * misc/tst-dirname.c: Add more tests.
5669 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5671         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
5672         define a code_set_name provide one based on the filename.
5674         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
5676 2001-12-28  Andreas Jaeger  <aj@suse.de>
5678         * time/mktime.c (__mktime_internal): Check for year < 70
5679         [PR libc/2738].
5681 2002-04-03  Andreas Jaeger  <aj@suse.de>
5683         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
5684         shmat.
5685         Reported by Andi Kleen <ak@suse.de>.
5687 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5689         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
5690         * sysdeps/generic/w_lgammaf.c: Likewise.
5691         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
5693         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
5694         Adjust for new output format of the backtrace functions.
5696         * misc/syslog.c (vsyslog): Only use cleanup handler if
5697         _LIBC_REENTRANT is defined [PR libc/2924].
5699         * libio/Makefile (tests): Add bug-ungetwc2.
5700         * libio/bug-ungetwc2.c: New file.
5702         * manual/install.texi: Typographical and grammatical cleanup.
5703         Patch by Dennis Grace <dgrace@us.ibm.com>.
5705         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
5706         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
5708         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
5709         always "&".  Adjust callers.
5710         Add "_" prefix to several generated definitions.
5711         Patch by paul@serice.net [PR libc/3158].
5713 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5715         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
5716         size of _dl_arm_cap_flags.
5717         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
5719         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
5720         Define as 8.
5722 2002-03-22  H.J. Lu  <hjl@gnu.org>
5724         * scripts/firstversions.awk: Check the first version.
5726 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5728         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
5729         dependencies must be stable to work correctly.
5730         Reported by martin.lubich@datacon.at.
5732         * libio/bug-ungetwc1.c: New file.
5733         * libio/Makefile (tests): Add bug-ungetwc1.
5735         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
5736         if stream was last used for writing.
5738         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
5739         number [PR libc/3111].
5741         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
5742         to ...
5743         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
5745 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
5747         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
5748         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
5749         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
5750         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
5751         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
5753 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
5755         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
5756         dynamic tags.
5758 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
5760         * sysdeps/i386/fpu/s_fabs.S: New file.
5761         * sysdeps/i386/fpu/s_fabsf.S: New file.
5762         * sysdeps/i386/fpu/s_fabsl.S: New file.
5763         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
5764         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
5765         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
5767 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5769         * rt/tst-shm.c (do_test): Add one more test for size of shared
5770         memory object.
5772 2002-03-29  Wolfram Gloger  <wg@malloc.de>
5774         * malloc/malloc.c: Add short description and prototypes for
5775         malloc_get_state, malloc_set_state and posix_memalign, for
5776         consistency and to avoid warnings with -Wstrict-prototypes.
5777         Reported by Andreas Jaeger <aj@suse.de>.
5779 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5781         * po/gl.po: Update from translation team.
5783 2002-03-31  Roland McGrath  <roland@frob.com>
5785         * hurd/hurdselect.c (_hurd_select): Fix
5786         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
5787         Use a union rather than casts to compare mach_msg_type_t as int.
5789 2002-03-25  Roland McGrath  <roland@frob.com>
5791         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
5792         check off the end of NAME when it's shorter than 2 chars.
5793         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
5795 2002-03-17  Roland McGrath  <roland@frob.com>
5797         * sysdeps/mach/hurd/i386/sys/io.h: New file.
5798         * sysdeps/mach/hurd/i386/ioperm.c: New file.
5799         * sysdeps/mach/hurd/i386/Dist: Add them.
5800         * sysdeps/mach/hurd/i386/Versions
5801         (libc: GLIBC_2.2.6): New set, add ioperm.
5802         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
5803         (mach_interface_list): Check for mach_i386.defs.
5804         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
5805         * sysdeps/mach/configure: Regenerated.
5807 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
5809         * po/fr.po: Update from translation team.
5811 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5813         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
5814         getpriority from syscalls list.
5816 2002-03-28  Andreas Jaeger  <aj@suse.de>
5818         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
5819         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
5820         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
5821         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
5823 2002-03-27  Andreas Jaeger  <aj@suse.de>
5825         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5826         sigcontext): Follow further kernel change.
5828         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
5829         kernel change.
5831         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
5832         Change for struct sigcontext change.
5834         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
5835         Follow changes in struct sigcontext.
5837         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
5838         sysycall, use wrapper instead.
5840 2002-03-26  Andreas Jaeger  <aj@suse.de>
5842         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
5843         read and write accesses as detailed as possible.
5844         (__memcpy_by2): Likewise.
5845         (__memcpy_g): Likewise.
5846         (memmove): Likewise.
5847         (memcmp): Likewise.
5848         (__memset_ccn_by4): Likewise.
5849         (__memset_ccn_by2): Likewise.
5850         (__memset_gcn_by4): Likewise.
5851         (__memset_gcn_by2): Likewise.
5852         (memchr): Likewise.
5853         (__memrchr): Likewise.
5854         (rawmemchr): Likewise.
5855         (__strlen_g): Likewise.
5856         (__strcpy_g): Likewise.
5857         (__mempcpy_by4): Likewise.
5858         (__mempcpy_by2): Likewise.
5859         (__mempcpy_byn): Likewise.
5860         (__stpcpy_g): Likewise.
5861         (__strncpy_by4): Likewise.
5862         (__strncpy_by2): Likewise.
5863         (__strncpy_byn): Likewise.
5864         (__strncpy_gg): Likewise.
5865         (__strcat_c): Likewise.
5866         (__strcat_g): Likewise.
5867         (__strncat_g): Likewise.
5868         (__strcmp_gg): Likewise.
5869         (__strncmp_g): Likewise.
5870         (__strchr_c): Likewise.
5871         (__strchr_g): Likewise.
5872         (__strchrnul_c): Likewise.
5873         (__strchrnul_g): Likewise.
5874         (__strrchr_c): Likewise.
5875         (__strrchr_g): Likewise.
5876         (__strrchr_c): Likewise.
5877         (__strrchr_g): Likewise.
5878         (__strcspn_c1): Likewise.
5879         (__strcspn_cg): Likewise.
5880         (__strcspn_g): Likewise.
5881         (__strcspn_g): Likewise.
5882         (__strspn_c1): Likewise.
5883         (__strspn_cg): Likewise.
5884         (__strspn_g): Likewise.
5885         (__strspn_g): Likewise.
5886         (__strpbrk_cg): Likewise.
5887         (__strpbrk_g): Likewise.
5888         (__strstr_cg): Likewise.
5889         (__strstr_g): Likewise.
5891         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
5892         Michal Ludvig <mludvig@suse.cz>.
5894         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
5895         compatibilty, adjust for kernel changes.
5897         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5898         sigcontext): Adjust for kernel changes.
5900 2002-03-25  Andreas Jaeger  <aj@suse.de>
5902         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
5903         little endian.
5904         Reported by Artur Zaprzala <zybi@talex.com.pl>.
5906 2002-03-24  Andreas Jaeger  <aj@suse.de>
5908         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
5910         * stdio-common/tst-fdopen.c (main): Remove unused variable.
5912         * iconv/tst-iconv3.c (main): Use correct printf strings.
5914 2002-03-18  Roland McGrath  <roland@frob.com>
5916         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
5917         (CMGROUP_MAX): New macro.
5919 2002-03-23  Roland McGrath  <roland@frob.com>
5921         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
5922         * sysdeps/posix/shm_unlink.c: Likewise.
5924 2002-03-22  Roland McGrath  <roland@frob.com>
5926         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
5927         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
5928         under --enable-libio.
5929         * sysdeps/mach/hurd/configure: Regenerated.
5931 2002-03-23  Roland McGrath  <roland@frob.com>
5933         * sysdeps/mach/hurd/i386/Makefile
5934         (sysdep_routines, shared-only-routines): Don't add framestate,
5935         reverting 2001-10-02 change.
5936         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
5937         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
5938         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
5939         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
5940         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
5941         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
5942         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
5943         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
5944         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
5945         Do it here instead, only if [$(unwind-find-fde) = yes].
5947 2002-03-23  Andreas Jaeger  <aj@suse.de>
5949         * signal/signal.h: Fix typo. Patch by Steve Kemp
5950         <skx@tardis.ed.ac.uk>.
5952 2002-03-22  Andreas Jaeger  <aj@suse.de>
5954         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
5955         getresuid.
5957         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5958         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
5959         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
5960         user_fpregs_struct): Rename fwd.
5962         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
5963         Follow sigcontext changes.
5965 2002-03-22  Andreas Jaeger  <aj@suse.de>
5967         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
5968         changes for NaNs on MIPS.
5969         Patch by Hartvig Ekner <hartvige@mips.com>.
5971 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
5973         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
5974         Use realloc if too large.
5975         (addgrbyid): Likewise.
5976         * nscd/hstcache.c (addhstbyname): Likewise.
5977         (addhstbyaddr): Likewise.
5978         (addhstbynamev6): Likewise.
5979         (addhstbyaddrv6): Likewise.
5980         * nscd/pwdcache.c (addpwbyname): Likewise.
5981         (addpwbyuid): Likewise.
5983 2002-03-21  Andreas Jaeger  <aj@suse.de>
5985         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5986         _fpstate): Add separate struct for x86-64.
5988         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
5989         user_fpregs_struct): Change member names to follow kernel.
5991 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
5993         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
5994         Correctly close the UDP connection right away [PR libc/3120].
5996 2002-03-20  Andreas Jaeger  <aj@suse.de>
5998         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
5999         user_fpregs_struct): Fix for changed kernel struct.
6000         (struct user_regs_struct): Likewise.
6001         (struct user): Likewise.
6002         Add 32-bit x86 compatibility.
6004         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6006 2002-03-19  Andreas Jaeger  <aj@suse.de>
6008         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6010 2002-03-18  Andreas Jaeger  <aj@suse.de>
6012         * iconvdata/Makefile: Only run tests when shared libs are
6013         available.
6015 2002-03-17  Andreas Jaeger  <aj@suse.de>
6017         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6019         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6021         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6022         bits.
6024         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
6025         (CAUSE_SHIFT): New.
6026         Patch by Hartvig Ekner <hartvige@mips.com>.
6028         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6029         * sysdeps/generic/unwind-pe.h: Likewise.
6031         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6032         type to _IO_setb.
6034         * libio/stdio.c (AL2): Define variant when visibility attribute is
6035         not supported.
6037         * include/libc-symbols.h (_INTVARDEF): Define variant when
6038         visibility attribute is not supported.
6040 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6042         * po/fr.po: Update from translation team.
6044 2002-02-25  Bruno Haible  <bruno@clisp.org>
6046         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6048 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6050         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6051         buffers if _IO_file_attach failed.
6053         * libio/fileops.c (_IO_file_open): Close file descriptor if
6054         _IO_SEEKOFF call failed.
6056 2002-03-15  H.J. Lu  <hjl@gnu.org>
6057             Ulrich Drepper  <drepper@redhat.com>
6059         * configure.in: Check for availability of
6060         init_array/fini_array/preinit_array handling in binutils.
6061         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6062         * config.make.in (have-initfini-array): New variable.
6064 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6066         * stdio-common/tst-printf.c (main): Comment out one test which
6067         checked the compiler's ability to fold floating-point constants
6068         but not really printf.
6069         (rfg3): Make s const.
6070         * stdio-common/tst-printf.sh: Adjust for removed test.
6072         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6073         internal function.  Adjust for internal_function calling convention.
6074         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6075         as internal_function.
6077         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6078         hidden.
6080         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6081         declaration and definition.
6082         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6083         declaration.
6084         * nss/getXXent_r.c: Likewise.
6085         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6086         definition.
6088         * include/time.h: Declare __localtime_r as hidden.
6090         * include/aliases.h: Declare __getaliasent_r as hidden.
6091         * include/grp.h: Declare __getgrent_r as hidden.
6092         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6093         __getservent_r, and __getprotoent_r as hidden.
6094         * include/pwd.h: Declare __getpwent_r as hidden.
6095         * include/shadow.h: Declare __getspent_r as hidden.
6096         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6098         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6099         and __gconv_transliterate as hidden.
6100         Add internal_function to __gconv_get_path declaration.
6101         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6102         definition.  Add attribute_hidden to __gconv_read_conf definition.
6104 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6106         * elf/rtld.c: Declare _environ as hidden.
6107         * sysdeps/generic/dl-environ.c: Likewise.
6108         * sysdeps/generic/dl-sysdep.c: Likewise.
6110         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6111         _dl_mcount_internal as hidden.
6113         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6114         * sysdeps/generic/dl-brk.c: New file.
6115         * sysdeps/generic/dl-sbrk.c: New file.
6116         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6117         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6119         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6120         (__errno_location): New function.  Declare errno as hidden.
6121         * elf/rtld.c (_dl_argc): Define as hidden.
6122         (_dl_skip_args): Define as hidden.
6123         (_begin, _end): Declare as hidden.
6124         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6125         * sysdeps/generic/entry.h (_start): Declare as hidden.
6126         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6127         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6128         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6129         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6131 2002-03-14  Roland McGrath  <roland@frob.com>
6133         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6135         * Makeconfig (%.v.i, %.v): New implicit rules.
6136         (preprocess-versions): Variable removed.
6137         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6138         shlib-versions input files as dependencies.
6139         ($(common-objpfx)soversions.i): Depend on that instead of the input
6140         files.  Use it as input instead of using a pipeline.
6141         (postclean-generated): Append soversions.i, shlib-versions.v, and
6142         shlib-versions.v.i here.
6143         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6144         the Versions.def input files as dependencies.
6145         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6146         ($(common-objpfx)Versions.all): Depend on that instead of the input
6147         files.  Use it as input instead of using a pipeline.
6148         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6149         (postclean-generated): Append those .v and .v.i files here.
6151 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6153         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6154         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6155         Remove.
6157 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6159         * sysdeps/generic/mp_clz_tab.c: New file.
6160         * sysdeps/i386/mp_clz_tab.c: New file.
6161         * sysdeps/hppa/mp_clz_tab.c: New file.
6162         * sysdeps/powerpc/mp_clz_tab.c: New file.
6163         * stdlib/Makefile (aux): Revert last patch.
6164         * math/Makefile (gmp-objs): Likewise.
6166 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6168         * time/strftime.c: Comment fixes for references to obsolescent
6169         standards, In most cases the simplest fix is to remove the
6170         confusing comments.  Cross-referencing all the standards properly
6171         is a bit of a pain, and it should be enough to put that info in
6172         the documentation as I did in my recent time.texi patch.
6174 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6176         * manual/time.texi (Formatting Calendar Time):
6177         ISO C99 also specifies the E and O modifiers.
6178         %P is a GNU extension, and is not in ISO C99.
6179         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6180         %T is also in ISO C99.
6181         The RFC 822 example is not valid in arbitrary locales.
6182         Reword the POSIX.2 wording slightly, to make it a bit clearer
6183         that POSIX.2 formats are also supported by later POSIX versions.
6184         If a format was introduced in ISO C99 it is also required by
6185         POSIX.1-2001.
6187 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6189         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6190         _sys_nerr_internal with INTVARDEF2.
6191         * include/libc-symbols.h (INTVARDEF2): New macro.
6192         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6193         (_sys_nerr_internal): Library.
6195         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6196         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6198         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6200 2002-03-13  Wolfram Gloger  <wg@malloc.de>
6202         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6204 2002-03-02  Andreas Schwab  <schwab@suse.de>
6206         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6207         'h' flag and positional arg.
6208         * stdio-common/tst-printf.c (rfg3): New function to test
6209         positional arguments.
6210         (main): Fix some warnings.
6212 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6214         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6215         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6217 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6219         * grp/initgroups.c (__nss_group_data): Declare as hidden.
6221         * include/locale.h (_nl_C_locobj): Declare as hidden.
6223         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6224         * time/strptime.c (_nl_C_LC_TIME): Likewise.
6226         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6228         * include/sys/gmon.h: Declare _gmonparam as hidden.
6230         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6231         (__ctype32_wctrans): Likewise.
6232         (__ctype32_width): Likewise.
6234         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6235         use of __ttyname.
6237         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6238         Define as hidden.
6239         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
6240         hidden.  Change all users of these variables.
6242         * posix/regex_internal.h (__re_error_msgid): Renamed from
6243         re_error_msgid.  Declare as hidden.
6244         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
6245         hidden.
6247         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6248         (__printf_function_table): Likewise.
6249         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6250         hidden.
6251         (__printf_function_table): Likewise.
6253         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6254         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6256         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6257         * nss/nsswitch.c: Declare _nss_*_database as hidden.
6259         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6260         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6262 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
6264         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6265         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6266         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6267         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6268         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6269         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6270         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6271         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6272         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
6273         _nl_C_LC_CTYPE_width: Declare as hidden.
6274         * include/locale.h: Declare _nl_locale_file_list.
6275         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
6276         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
6277         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
6278         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
6279         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
6280         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
6281         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
6282         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
6283         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
6284         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
6285         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
6286         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
6287         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6288         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6289         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6290         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6291         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6292         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6293         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6294         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
6295         _nl_C_LC_CTYPE_width, and as hidden.
6296         * locale/findlocale.c: Declare _nl_C as hidden.
6297         * locale/newlocale.c: Likewise.
6298         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
6299         _nl_locale_file_list.
6300         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
6301         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
6302         Define _nl_C_locobj as hidden.
6304         * malloc/mtrace.c (_mtrace_file): Define as hidden.
6305         (_mtrace_line): Likewise.
6307         * include/time.h: Declare __mon_yday as hidden.
6308         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
6310         * libio/libioP.h: Declare __libio_codecvt as hidden.
6311         * libio/fileops.c: Declare __libio_translit as hidden.
6312         * libio/iofwide.c: Define __libio_translit as hidden.
6314         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
6315         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
6316         * login/getutline_r.c: Likewise.
6317         * login/utmpname.c: Likewise.
6319         * login/utmp-private.h: Declare __libc_utmp_file_functions,
6320         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
6321         __libc_utmp_file_name as hidden.
6323         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
6324         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
6325         * locale/freelocale.c: Likewise.
6326         * locale/lc-time.c: Likewise.
6328         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
6329         (__libc_ptyname2): Likewise.
6330         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
6331         hidden.
6332         (__libc_ptyname2): Likewise.
6334         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
6335         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
6336         * sysdeps/generic/init-first.c: Likewise.
6337         * sysdeps/i386/init-first.c: Likewise.
6338         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
6339         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6340         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6341         * sysdeps/sh/init-first.c: Likewise.
6342         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6343         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6345         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
6346         (_itowa_upper_digits): Likewise.
6348         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
6349         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
6350         as hidden.
6352         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
6353         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
6354         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
6355         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
6357         * gmon/gmon.c (__bb_head): Define as hidden.
6358         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
6360         * argp/argp-parse.c (_argp_hang): Define as static.
6362         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
6363         handling in latest compilers.
6365         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
6366         define alias.
6367         * libio/fileops.c (_IO_file_jumps): Likewise.
6368         * libio/stdfiles.c (_IO_list_all): Likewise.
6369         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
6371         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
6372         include/malloc.h.
6373         * include/malloc.h: Add __libc_malloc_initialized declaration
6374         here.  Mark variable hidden.
6375         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
6377         * elf/dl-open.c (__libc_argc): Declare as hidden.
6378         (__libc_argv): Likewise.
6379         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
6380         (__libc_argv): Likewise.
6381         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
6382         __libc_argv as hidden.
6383         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6384         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6385         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6386         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6388         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
6389         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
6390         * stdlib/erand48.c: Likewise.
6391         * stdlib/jrand48.c: Likewise.
6392         * stdlib/lcong48.c: Likewise.
6393         * stdlib/lrand48.c: Likewise.
6394         * stdlib/mrand48.c: Likewise.
6395         * stdlib/nrand48.c: Likewise.
6396         * stdlib/seed48.c: Likewise.
6397         * stdlib/srand48.c: Likewise.
6399         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
6400         (_itoa_lower_digits_internal): New declaration.
6401         (_itoa_upper_digits_internal): New declaration.
6402         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
6403         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
6404         (_itoa_upper_digits_internal): New declaration.
6405         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
6406         _itoa_lower_digits.
6407         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
6408         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
6410         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
6411         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6413         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
6414         (_itowa_lower_digits): Likewise.
6415         (_itowa_upper_digits): Likewise.
6416         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
6417         (_itowa_upper_digits): Likewise.
6419         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
6420         not already defined.
6421         (GERMANIC_PLURAL): Declare as hidden.
6423         * posix/getopt.c (__getopt_initialized): Declare as hidden.
6424         (attribute_hidden): Define as empty macro if not already defined.
6426         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
6427         (__gconv_max_path_elem_len): Likewise.
6428         (__gconv_path_envvar): Likewise.
6430         * math/Makefile (gmp-objs): Remove mp_clz_tab.
6431         * stdlib/Makefile (aux): Remove mp_clz_tab.
6432         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
6434         * stdlib/exit.h (__exit_funcs): Declare as hidden.
6436         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
6438         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
6439         _nl_category_names, _nl_category_name_sizes, _nl_current,
6440         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
6442         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
6443         (_nl_current_default_domain): Likewise
6444         (_nl_state_lock): Likewise.
6445         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
6446         (_nl_current_default_domain): Likewise
6447         (_nl_state_lock): Likewise.
6448         * intl/bindtextdom.c (_nl_state_lock): Likewise.
6450         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
6451         (_fpioconst_pow10): Likewise.
6453         * include/time.h (_tmbuf): Add attribute_hidden.
6455         * time/tzset.c (tzstring_list): Define as static.
6457         * include/time.h: Add attribute_hidden to __tzname_cur_max and
6458         __use_tzfile declaration.
6460         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
6461         and __wcsmbs_last_locale declaration.
6463 2002-02-25  Paul Eggert  <eggert@twinsun.com>
6465         * timezone/Makefile (tzbases): Move systemv from here...
6466         (tzlinks): to here, since the entries in systemv were all changed
6467         from Zone to Link lines in tz-2001a.  Bug reported (and patch
6468         tested) by Peter Breitenlohner.
6470 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
6472         * time/tst-posixtz.c (tests): Add new tests.
6473         (main): Test whether tzset() sets daylight properly.
6475 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6477         * time/tzset.c (tz_compute): Move __daylight, __tzname and
6478         __tzname_cur_max setting...
6479         (tzset_internal): ...here.
6481 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6483         * time/tzset.c (compute_change): Don't return any value.
6484         (tz_compute): Likewise.  Don't handle southern hemisphere here.
6485         (__tz_convert): But here.
6487 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6489         * manual/examples/mkfsock.c: Include <string.h> as well.
6490         Patch by Alain De Carolis <alaind@wseurope.com>.
6492 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6494         * posix/regexec.c (re_match): Fix incorrect register sizes.
6495         (re_search): Likewise.
6497 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6499         * posix/regcomp.c (regfree): Remove a disused condition.
6500         * posix/regex_internal.c (re_acquire_state): Likewise.
6501         (re_acquire_state_context): Likewise.
6502         (register_state): Remove a redundant malloc invocation.
6503         * posix/regex_internal.h: (re_state_table_entry): Simplify
6504         the structure.
6506 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6508         * posix/regcomp.c (regcomp): Add __builtin_expect to error
6509         handling conditions.
6510         (regerror): Likewise.
6511         (regfree): Likewise.
6512         (re_compile_internal): Likewise.
6513         (init_dfa): Likewise.
6514         (init_word_char): Likewise.
6515         (create_initial_state): Likewise.
6516         (analyze): Likewise.
6517         (analyze_tree): Likewise.
6518         (duplicate_node): Likewise.
6519         (calc_eclosure): Likewise.
6520         (calc_eclosure_iter): Likewise.
6521         (parse): Likewise.
6522         (parse_reg_exp): Likewise.
6523         (parse_branch): Likewise.
6524         (parse_expression): Likewise.
6525         (parse_subexp): Likewise.
6526         (parse_dup_op): Likewise.
6527         (parse_bracket_exp): Likewise.
6528         (build_equiv_class): Likewise.
6529         (build_charclass): Likewise.
6530         (build_word_op): Likewise.
6531         (fetch_number): Likewise.
6532         (create_tree): Likewise.
6533         (duplicate_tree): Likewise.
6534         * posix/regex.c (BE): New macro.
6535         * posix/regexec.c (re_match): Add __builtin_expect to error
6536         handling conditions.
6537         (re_match_2): Likewise.
6538         (re_search): Likewise.
6539         (re_search_internal): Likewise.
6540         (check_matching): Likewise.
6541         (proceed_next_node): Likewise.
6542         (set_regs): Likewise.
6543         (sift_states_backward): Likewise.
6544         (add_epsilon_backreference): Likewise.
6545         (transit_state): Likewise.
6546         (transit_state_sb): Likewise.
6547         (transit_state_mb): Likewise.
6548         (transit_state_bkref): Likewise.
6549         (transit_state_bkref_loop): Likewise.
6550         (build_trtable): Likewise.
6551         (group_nodes_into_DFAstates): Likewise.
6552         (match_ctx_init): Likewise.
6553         (match_ctx_add_entry): Likewise.
6554         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
6555         to error handling conditions.
6556         (re_string_construct_toupper): Likewise.
6557         (build_wcs_buffer): Likewise.
6558         (build_wcs_upper_buffer): Likewise.
6559         (build_upper_buffer): Likewise.
6560         (re_string_translate_buffer): Likewise.
6561         (re_node_set_alloc): Likewise.
6562         (re_node_set_init_1): Likewise.
6563         (re_node_set_init_2): Likewise.
6564         (re_node_set_init_copy): Likewise.
6565         (re_node_set_intersect): Likewise.
6566         (re_node_set_init_union): Likewise.
6567         (re_node_set_merge): Likewise.
6568         (re_node_set_insert): Likewise.
6569         (re_dfa_add_node): Likewise.
6570         (re_acquire_state): Likewise.
6571         (re_acquire_state_context): Likewise.
6572         (create_new_state_common): Likewise.
6573         (register_state): Likewise.
6574         (create_ci_new_state): Likewise.
6575         (create_cd_new_state): Likewise.
6576         (re_string_context_at): Remove redundant condition.
6578 2002-01-16  Roger Sayle  <roger@eyesopen.com>
6580         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
6582         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
6584 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
6586         * sysdeps/i386/elf/configure.in: Fix comment.
6588         * sysdeps/sparc/sparc64/configure.in: New.
6589         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
6590         if .dynamic comes before .got.
6591         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
6593         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
6594         HP_TIMING_ACCUM): Fix typos.
6596 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6598         * string/strfry.c: Add some more randomness to the seed.
6599         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
6601         * po/es.po: Update from translation team.
6602         * po/fr.po: Likewise.
6604         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
6606         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
6607         when determining type of format.
6608         Patch by James Antill <james@anqd.org> [PR libc/2787].
6610 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
6612         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
6614 2002-03-11  Roland McGrath  <roland@frob.com>
6616         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
6618         * Versions.def (libc): Add GLIBC_2.2.6.
6619         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
6620         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
6621         __errno_location instead of __hurd_errno_location, and don't inline it.
6622         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
6623         * hurd/errno.c: New file.
6624         * hurd/Makefile (routines): Add errno.
6626 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6628         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
6629         ridiculously large widths and precisions [PR libc/3026].
6631 2002-03-11  Andreas Jaeger  <aj@suse.de>
6633         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
6634         support.
6635         Patch by Susanne Oberhauser <froh@SuSE.de>.
6637 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6639         * inet/rexec.c (ahostbuf): Define as static.
6641         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
6642         (__ctype32_wctrans): Likewise.
6643         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
6644         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
6645         (__ctype32_wctrans): Likewise.
6646         (__ctype32_width): Likewise.
6648         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
6649         They were never exported anyway.
6651         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
6652         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
6653         exported.
6654         * include/sys/gmon.h: Declare _gmonparam.
6656         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
6657         symbols for getdents64.  They were never exported.
6659 2002-03-09  Roland McGrath  <roland@frob.com>
6661         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
6662         Reported by Jon Arney <jarney1@cox.net>.
6664 2002-02-23  Roland McGrath  <roland@frob.com>
6666         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
6667         declaration.
6668         (__hurd_errno_location): Function removed.
6670 2002-03-06  Andreas Jaeger  <aj@suse.de>
6672         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
6673         32-bit.
6675 2002-03-04  Andreas Jaeger  <aj@suse.de>
6677         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
6679         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
6680         x86-64.
6682         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
6684         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
6686         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
6688         * sysdeps/x86_64/bits/setjmp.h: New.
6690         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
6692         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
6694         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
6695         for x86.
6696         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
6697         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
6699 2002-02-28  Bo Thorsen  <bo@suse.de>
6701         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
6702         version.
6704 2002-03-03  Andreas Jaeger  <aj@suse.de>
6706         * sysdeps/x86_64/bits/wordsize.h: New file.
6708         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
6709         * elf/tst-tlsmod1.c: Likewise.
6711         * posix/regcomp.c: Get regex.h from include dir for internal
6712         prototypes.
6714         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
6715         to libc-internal.h and include it.
6716         * include/libc-internal.h: Add __init_misc.
6718         * misc/init-misc.c: Include libc-internal.h for prototypes.
6720         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
6722         * misc/error.c [_LIBC]: Include libioP.h for prototype of
6723         _IO_putc_internal.
6725 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
6727         * posix/regcomp.c: Compatibility changes to allow using the code
6728         outside glibc.
6730 2002-02-28  Hartvig Ekner <hartvige@mips.com>
6732         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
6733         compiled non-PIC.
6735 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
6737         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
6738         of .str elements in the returned data structure.
6740         * elf/elf.h: Add Alpha TLS bits.
6742 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6744         * sysdeps/unix/sysv/linux/nice.c: New file.
6746 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
6748         * elf/Makefile (dl-routines): Add dl-origin.
6749         (elide-routines.os): Add dl-origin.
6750         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
6751         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
6752         _dl_debug_state.
6753         * include/libc-symbols.c: Define attribute_hidden depending on
6754         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
6756         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
6757         * elf/dl-load.c: Likewise.
6758         * elf/rtld.c: Likewise.
6759         * include/unistd.h: Declare __libc_enable_secure_internal.
6760         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
6761         Use INTUSE with __libc_enable_secure.
6762         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6764         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
6765         * elf/dl-error.c: Likewise,
6766         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
6768         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
6769         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
6770         function definition.  Use INTDEF with _dl_get_origin.
6771         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
6773         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
6774         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
6776         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
6777         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
6778         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
6780         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
6781         * elf/dl-deps.c: Likewise.
6782         * elf/dl-error.c: Likewise.
6783         * elf/dl-fini.c: Likewise.
6784         * elf/dl-init.c: Likewise.
6785         * elf/dl-load.c: Likewise.
6786         * elf/dl-lookup.c: Likewise.
6787         * elf/dl-reloc.c: Likewise.
6788         * elf/dl-version.c: Likewise.
6789         * elf/do-lookup.h: Likewise.
6790         * sysdeps/arm/dl-machine.h: Likewise.
6791         * sysdeps/cris/dl-machine.h: Likewise.
6792         * sysdeps/hppa/dl-machine.h: Likewise.
6793         * sysdeps/i386/dl-machine.h: Likewise.
6794         * sysdeps/m68k/dl-machine.h: Likewise.
6795         * sysdeps/powerpc/dl-machine.h: Likewise.
6796         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6797         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6798         * sysdeps/sh/dl-machine.h: Likewise.
6799         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
6800         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
6801         * sysdeps/x86_64/dl-machine.h: Likewise.
6802         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
6803         _dl_argv[0].  Use INTUSE with _dl_argv.
6804         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
6805         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
6807 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6809         * elf/rtld.c (_rtld_global): Remove .protected.
6810         (_rtld_local): Strong alias to _rtld_global.
6811         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
6812         only .os object.
6813         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
6814         _rtld_local instead of _rtld_global.
6815         (_rtld_local): Add hidden extern, possibly in .sdata section.
6816         * configure.in: Add tests for visibility attribute and .sdata.
6817         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
6818         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
6819         * sysdeps/arm/dl-machine.h: Likewise.
6820         * sysdeps/generic/ldsodefs.h: Likewise.
6821         * sysdeps/hppa/dl-machine.h: Likewise.
6822         * sysdeps/cris/dl-machine.h: Likewise.
6823         * sysdeps/i386/dl-machine.h: Likewise.
6824         * sysdeps/ia64/dl-machine.h: Likewise.
6825         * sysdeps/m68k/dl-machine.h: Likewise.
6826         * sysdeps/mips/mips64/dl-machine.h: Likewise.
6827         * sysdeps/mips/dl-machine.h: Likewise.
6828         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6829         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6830         * sysdeps/sh/dl-machine.h: Likewise.
6831         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6832         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6833         * sysdeps/x86_64/dl-machine.h: Likewise.
6835 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
6837         * login/login.c (login): Always initialize ut_line field
6838         [PR libc/2991].
6840 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6842         * sysdeps/i386/Makefile (sysdep_routines): Add
6843         divdi3 in csu dir.
6844         (shared-only-routines): Likewise.
6845         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
6846         (shared-only-routines): Likewise.
6847         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
6848         (shared-only-routines): Likewise.
6849         * sysdeps/wordsize-32/divdi3.c: New file.
6851 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
6853         * locale/iso-4217.def: Remove obsolete currencies for countries
6854         with Euro.
6856 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
6858         * posix/regcomp.c (regcomp): Remove a redundant condition.
6859         (init_word_char): Add a check on malloc failure.
6860         (create_initial_state): Likewise.
6861         (duplicate_node): Likewise.
6862         (calc_eclosure): Likewise.
6863         (calc_eclosure_iter): Likewise.
6864         (parse_expression): Likewise.
6865         (parse_bracket_exp): Remove unnecessary malloc invocations.
6866         (build_equiv_class): Likewise.
6867         (build_charclass): Likewise.
6868         * posix/regex_internal.c (re_node_set_intersect): Add a check
6869         on malloc failure.
6870         (re_node_set_add_intersect): Likewise.
6871         (re_node_set_merge): Likewise.
6872         (re_acquire_state): Likewise.
6873         (re_acquire_state_context): Likewise.
6874         (create_newstate_common): Likewise.
6875         (register_state): Likewise.
6876         (create_ci_newstate): Likewise.
6877         (create_cd_newstate): Likewise.
6878         * posix/regex_internal.h: Fix prototypes of re_acquire_state
6879         and re_acquire_state_context.
6880         * posix/regexec.c (regexec): Suit it to the error handling of
6881         re_search_internal.
6882         (re_match): Likewise.
6883         (re_search): Likewise.
6884         (re_search_internal): Add a check on malloc failure.
6885         (acquire_init_state_context): Likewise.
6886         (check_matching): Likewise.
6887         (proceed_next_node): Likewise.
6888         (set_regs): Likewise.
6889         (sift_states_backward): Likewise.
6890         (sift_states_iter_bkref): Likewise.
6891         (add_epsilon_backreference): Likewise.
6892         (transit_state): Likewise.
6893         (transit_state_sb): Likewise.
6894         (transit_state_mb): Likewise.
6895         (transit_state_bkref_loop): Likewise.
6896         (build_trtable): Likewise.
6897         (group_nodes_into_DFAstates): Likewise.
6898         (match_ctx_init): Likewise.
6899         (match_ctx_add_entry): Likewise.
6901 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
6903         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
6904         l_libname if profiling is enabled [PR libc/2916].
6906         * sysdeps/ia64/dl-tls.h: New file.
6908 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
6910         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
6911         Work around an Alpha gas bug.
6913 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
6915         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
6916         uses read to load the catalog.
6917         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
6919 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
6921         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
6922         regex_internal.c, and regex_internal.h.
6923         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
6924         * posix/regex.c: Complete rewrite.
6925         * posix/regexec.c: New file.
6926         * posix/regcomp.c: New file.
6927         * posix/regex_internal.c: New file.
6928         * posix/regex_internal.h: New file.
6929         * posix/regex.h (RE_ICASE): New macro.
6930         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
6932         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
6933         ungetwc.  It's a macro.
6934         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
6935         implementation.
6936         Reported by Jason Merrill <jason@redhat.com>.
6938 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
6940         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
6941         position to fp->_offset if it is set.
6942         * stdio-common/Makefile (tests): Add tst-fdopen.
6943         * stdio-common/tst-fdopen.c: New test.
6945 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
6947         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
6948         * stdio-common/tst-ungetc.c (main): Add another test.
6950 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
6952         * assert/assert-perr.c: Use INTUSE to reference functions and variables
6953         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
6954         aliases.  Add prototypes for the new aliases.
6955         * assert/assert.c: Likewise.
6956         * include/libc-symbols.h: Likewise.
6957         * include/stdio.h: Likewise.
6958         * include/netinet/in.h: Likewise.
6959         * include/rpc/auth.h: Likewise.
6960         * include/rpc/auth_unix.h: Likewise.
6961         * include/rpc/key_prot.h: Likewise.
6962         * include/rpc/pmap_prot.h: Likewise.
6963         * include/rpc/pmap_rmt.h: Likewise.
6964         * include/rpc/rpc_msg.h: Likewise.
6965         * include/rpc/xdr.h: Likewise.
6966         * inet/gethstbyad_r.c: Likewise.
6967         * inet/gethstbynm2_r.c: Likewise.
6968         * inet/gethstbynm_r.c: Likewise.
6969         * inet/gethstent_r.c: Likewise.
6970         * inet/in6_addr.c: Likewise.
6971         * libio/__fpurge.c: Likewise.
6972         * libio/filedoalloc.c: Likewise.
6973         * libio/fileops.c: Likewise.
6974         * libio/ftello.c: Likewise.
6975         * libio/ftello64.c: Likewise.
6976         * libio/genops.c: Likewise.
6977         * libio/iofclose.c: Likewise.
6978         * libio/iofdopen.c: Likewise.
6979         * libio/iofflush.c: Likewise.
6980         * libio/iofflush_u.c: Likewise.
6981         * libio/iofgetpos.c: Likewise.
6982         * libio/iofgetpos64.c: Likewise.
6983         * libio/iofgets.c: Likewise.
6984         * libio/iofgets_u.c: Likewise.
6985         * libio/iofopen.c: Likewise.
6986         * libio/iofopncook.c: Likewise.
6987         * libio/iofputs.c: Likewise.
6988         * libio/iofread.c: Likewise.
6989         * libio/iofread_u.c: Likewise.
6990         * libio/iofsetpos.c: Likewise.
6991         * libio/iofsetpos64.c: Likewise.
6992         * libio/ioftell.c: Likewise.
6993         * libio/iofwrite.c: Likewise.
6994         * libio/iogetline.c: Likewise.
6995         * libio/iogets.c: Likewise.
6996         * libio/iogetwline.c: Likewise.
6997         * libio/iolibio.h: Likewise.
6998         * libio/iopadn.c: Likewise.
6999         * libio/iopopen.c: Likewise.
7000         * libio/ioseekoff.c: Likewise.
7001         * libio/ioseekpos.c: Likewise.
7002         * libio/iosetbuffer.c: Likewise.
7003         * libio/iosetvbuf.c: Likewise.
7004         * libio/ioungetc.c: Likewise.
7005         * libio/ioungetwc.c: Likewise.
7006         * libio/iovdprintf.c: Likewise.
7007         * libio/iovsprintf.c: Likewise.
7008         * libio/iovsscanf.c: Likewise.
7009         * libio/libioP.h: Likewise.
7010         * libio/memstream.c: Likewise.
7011         * libio/obprintf.c: Likewise.
7012         * libio/oldfileops.c: Likewise.
7013         * libio/oldiofclose.c: Likewise.
7014         * libio/oldiofdopen.c: Likewise.
7015         * libio/oldiofgetpos.c: Likewise.
7016         * libio/oldiofgetpos64.c: Likewise.
7017         * libio/oldiofopen.c: Likewise.
7018         * libio/oldiofsetpos.c: Likewise.
7019         * libio/oldiofsetpos64.c: Likewise.
7020         * libio/oldiopopen.c: Likewise.
7021         * libio/oldstdfiles.c: Likewise.
7022         * libio/putc.c: Likewise.
7023         * libio/setbuf.c: Likewise.
7024         * libio/setlinebuf.c: Likewise.
7025         * libio/stdfiles.c: Likewise.
7026         * libio/stdio.c: Likewise.
7027         * libio/strops.c: Likewise.
7028         * libio/vasprintf.c: Likewise.
7029         * libio/vscanf.c: Likewise.
7030         * libio/vsnprintf.c: Likewise.
7031         * libio/vswprintf.c: Likewise.
7032         * libio/wfiledoalloc.c: Likewise.
7033         * libio/wfileops.c: Likewise.
7034         * libio/wgenops.c: Likewise.
7035         * libio/wstrops.c: Likewise.
7036         * malloc/mtrace.c: Likewise.
7037         * misc/error.c: Likewise.
7038         * misc/syslog.c: Likewise.
7039         * nss/getXXbyYY_r.c: Likewise.
7040         * nss/getXXent_r.c: Likewise.
7041         * nss/hosts-lookup.c: Likewise.
7042         * stdio-common/getw.c
7043         * stdio-common/printf-prs.c: Likewise.
7044         * stdio-common/printf_fp.c: Likewise.
7045         * stdio-common/printf_size.c: Likewise.
7046         * stdio-common/putw.c: Likewise.
7047         * stdio-common/scanf.c: Likewise.
7048         * stdio-common/sprintf.c: Likewise.
7049         * stdio-common/tmpfile64.c: Likewise.
7050         * stdio-common/vfprintf.c: Likewise.
7051         * stdio-common/vfscanf.c: Likewise.
7052         * stdlib/strfmon.c: Likewise.
7053         * sunrpc/auth_des.c: Likewise.
7054         * sunrpc/auth_none.c: Likewise.
7055         * sunrpc/auth_unix.c: Likewise.
7056         * sunrpc/authdes_prot.c: Likewise.
7057         * sunrpc/authuxprot.c: Likewise.
7058         * sunrpc/clnt_perr.c: Likewise.
7059         * sunrpc/clnt_raw.c: Likewise.
7060         * sunrpc/clnt_tcp.c: Likewise.
7061         * sunrpc/clnt_udp.c: Likewise.
7062         * sunrpc/clnt_unix.c: Likewise.
7063         * sunrpc/key_call.c: Likewise.
7064         * sunrpc/key_prot.c: Likewise.
7065         * sunrpc/openchild.c: Likewise.
7066         * sunrpc/pm_getmaps.c: Likewise.
7067         * sunrpc/pm_getport.c: Likewise.
7068         * sunrpc/pmap_clnt.c: Likewise.
7069         * sunrpc/pmap_prot.c: Likewise.
7070         * sunrpc/pmap_prot2.c: Likewise.
7071         * sunrpc/pmap_rmt.c: Likewise.
7072         * sunrpc/rpc_cmsg.c: Likewise.
7073         * sunrpc/rpc_prot.c: Likewise.
7074         * sunrpc/svc_authux.c: Likewise.
7075         * sunrpc/svc_raw.c: Likewise.
7076         * sunrpc/svc_simple.c: Likewise.
7077         * sunrpc/svc_tcp.c: Likewise.
7078         * sunrpc/svc_udp.c: Likewise.
7079         * sunrpc/svc_unix.c: Likewise.
7080         * sunrpc/xdr.c: Likewise.
7081         * sunrpc/xdr_array.c: Likewise.
7082         * sunrpc/xdr_mem.c: Likewise.
7083         * sunrpc/xdr_rec.c: Likewise.
7084         * sunrpc/xdr_ref.c: Likewise.
7085         * sunrpc/xdr_stdio.c: Likewise.
7086         * sysdeps/generic/_strerror.c: Likewise.
7087         * sysdeps/generic/printf_fphex.c: Likewise.
7088         * sysdeps/generic/tmpfile.c: Likewise.
7089         * sysdeps/gnu/errlist.awk: Likewise.
7090         * sysdeps/gnu/errlist.c: Likewise.
7092         * libio/Makefile (routines): Remove iosprint.
7093         * libio/iosprintf.c: Removed
7096 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7098         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7099         non_dynamic_init and exported now.
7100         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7101         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7102         !SHARED.
7103         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7104         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7105         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7107 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7109         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7110         true in this case.
7112         * locale/iso-639.def: Add language codes for Walloon.
7114         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7115         total number of relocations performed.
7117         * elf/sprof.c (load_profdata): If do_test provide information as
7118         to why loading failed.
7119         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7120         hist_hdr.dimen.
7122         * csu/set-init.c: Moved to...
7123         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7124         * csu/Makefile: Don't compile set-init.
7125         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7126         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7127         to __libc_init.
7128         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7129         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7130         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7131         __libc_init.
7132         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7133         __libc_subinit.
7135 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7137         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7138         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7139         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7140         (_dl_deallocate_tls): New function.
7141         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7142         _dl_deallocate_tls.
7144 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7146         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7147         * stdio-common/tst-fseek.c (main): Add test for this.
7149 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7151         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7153 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7155         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7156         pointer before dereferencing.
7158 2002-02-18  Roland McGrath  <roland@frob.com>
7160         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7162         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7163         Use task_policy in place of task_priority.
7165         * sysdeps/generic/bits/mman.h
7166         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7167         * sysdeps/mach/msync.c: New file.
7169         * sysdeps/mach/powerpc/syscall.S: New file.
7171         * mach/msg.c [MACH_MSG_OVERWRITE]
7172         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7173         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7175         * sysdeps/mach/configure.in: Check for clock.defs to put into
7176         mach_interface_list.
7177         * sysdeps/mach/configure: Regenerated.
7179         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7180         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7181         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7182         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7183         (mach-shortcuts): Add device_read_overwrite_request,
7184         device_read_overwrite, vm_read_overwrite, thread_switch.
7186         * configure.in (base_machine): Set to $machine by default.
7187         * configure: Regenerated.
7189         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7190         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7191         * sysdeps/mach/configure: Regenerated.
7192         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7194         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7196         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7198         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7199         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7201 2002-02-17  Roland McGrath  <roland@frob.com>
7203         * sysdeps/mach/hurd/times.c
7204         [NO_CREATION_TIME] (startup_time): New static variable.
7205         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7206         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7207         creation_time from task_basic_info.
7208         (__times): Use __gettimeofday instead of __host_get_time.
7210         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7211         Use untyped Mach IPC message format.
7213         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7215         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7216         _S_catch_exception_raise_state_identity,
7217         _hurdsig_fault_catch_exception_raise_state,
7218         _hurdsig_fault_catch_exception_raise_state_identity.
7220         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7222         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7223         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7225         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7226         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7228         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7229         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
7230         them as no-op macros.
7231         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7232         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7234         * sysdeps/powerpc/dl-machine.h
7235         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7237         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7238         Use untyped Mach IPC message format.
7240         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7241         Handle untyped Mach IPC message formats.
7243         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7244         Expect different argument conventions when this is defined.
7245         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7246         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7247         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7248         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7249         for OSF Mach variant.
7250         (faulted): Use mig_reply_error_t for REPLY.
7251         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7252         in __thread_set_exception_ports call.
7253         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7254         __mach_port_set_attributes in place of __mach_port_set_qlimit.
7256         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7257         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7258         on Darwin, which includes bogons.
7260         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7261         variable LOADBASE so it's not declared when it's not used.
7263 2002-02-16  Roland McGrath  <roland@frob.com>
7265         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7266         to use BI.creation_time.
7268         * mach/Machrules (MIG): Add -x c to CPP value passed down.
7270         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7271         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
7272         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
7273         host_page_size instead of vm_statistics.
7275         * sysdeps/mach/Makefile (mach-before-compile): Don't include
7276         mach_interface.h here, since not all variants use that name.
7278         * sysdeps/mach/configure.in: Add some checks for Mach headers
7279         to ensure a sane installation.
7280         (mach_interface_list): Define this variable by checking for .defs
7281         files found in various variants.
7282         * configure.in (mach_interface_list): AC_SUBST this.
7283         * config.make.in (mach-interface-list): New substituted variable.
7284         * mach/Makefile (user-interfaces): Define this using the value
7285         of $(mach-interface-list) instead of mach, mach4.
7286         Updated other references to mach_interface to use it as well.
7288         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
7290         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
7291         mig_reply_error_t for OSF Mach variant.
7293         * mach/Makefile (routines): Remove bootprivport.
7294         * mach/bootprivport.c: File removed.  It has never been used.
7296         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
7297         Grok the OSF flavor of message format.
7298         (mach_msg_destroy_port): For MAKE_SEND and
7299         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
7300         no-senders notification.
7302 2002-02-06  Roland McGrath  <roland@frob.com>
7304         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
7305         to here if 2.0 compatibility enabled ...
7306         (libc: GLIBC_2.1.3): ... from here.
7308 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
7310         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
7311         generation counter.
7312         * elf/dl-close.c (_dl_close): Likewise.
7314 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
7316         * elf/Makefile: Add rules to build and run tst-tls8.
7317         * elf/tst-tls8.c: New file.
7318         * elf/tst-tlsmod4.c: New file.
7320         * stdlib/test-a64l.c (tests): Add more test cases.
7322         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
7323         Reported by Walter Harms <WHarms@bfs.de>.
7325 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
7327         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
7328         definitions for struct sigcontext.
7329         Suggested by David Mosberger-Tang.
7331 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7333         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
7334         for removing reference of module in slotinfo list.
7335         (_dl_close): Use remove_slotinfo.
7336         * sysdeps/generic/dl-tls.c: General pretty printing.
7337         (oom): Define only if SHARED.
7338         (_dl_next_tls_modid): Correct starting point for the case we assume
7339         there is a gap.  Add missing instruction grouping (doh!).  Correct
7340         tests for reaching maximum index.
7341         * elf/Makefile: Add rules to build and run tst-tls7.
7342         * elf/tst-tls7.c: New file.
7343         * elf/tst-tlsmod3.c: New file.
7345         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
7346         USE_TLS.
7347         * elf/tst-tlsmod2.c: Likewise.
7349         * elf/dl-close.c (_dl_close): When closing an object using TLS
7350         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
7351         true.  Increment dl_tls_generation only if we closed any TLS-using
7352         object.
7353         * elf/tst-tls6.c: New file.
7354         * elf/Makefile: Add rules to build and run tst-tls6.
7356         * po/da.po: Update from translation team.
7358         * locale/categories.def: Fix typo [PR libc/2948].
7359         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
7360         [PR libc/2949].
7361         * locale/iso-4217.def: Update from official version [PR libc/2950].
7362         * glibcbug.in: Honor TMPDIR [PR libc/2951].
7363         * locale/programs/ld-collate.c (collate_finish): Bail out with a
7364         message if input is too confusion instead of using assert.
7365         (collate_read): Don't crash on unknown symbol [PR libc/2952].
7366         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
7368         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
7369         * elf/tst-tls2.c: Likewise.
7370         * elf/tst-tls3.c: Likewise.
7372 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7374         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
7376 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7378         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
7379         if this is really necessary.
7381         * elf/dl-close.c (_dl_close): Implement freeing entries in the
7382         slotinfo array.
7383         (free_mem): Free memory for the slotinfo array if possible.
7385 2002-02-12  Andreas Schwab  <schwab@suse.de>
7387         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
7389 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
7391         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
7392         TLS_DTV_UNALLOCATE.
7393         (oom): New function.
7394         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
7395         (_dl_determine_tlsoffset): Likewise.
7396         (_dl_allocate_tls): Likewise.
7397         (__TLS_GET_ADDR): Define if not already defined.
7398         (_dl_tls_symaddr): New function.
7399         (allocate_and_init): New function.
7400         (__tls_get_addr): Actually implement handling of generation counter
7401         and deferred allocation.
7402         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
7403         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7404         _dl_tls_generation.
7405         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
7406         Declare _dl_tls_symaddr.
7407         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
7408         SHARED.
7409         * include/link.h (struct link_map):  Remove l_tls_nextimage and
7410         l_tls_previmage.
7411         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
7412         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
7413         (_dl_vsym): Likewise.
7414         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
7415         layout.
7416         (dl_main): Allow PT_TLS be present for empty segment.  Remove
7417         nextimage list handling.  Instead add all modules using TLS to
7418         dl_tls_dtv_slotinfo_list.
7419         * elf/dl-open.c (dl_open_worker): After successfully loading all
7420         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
7421         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
7422         empty segment don't do anything.  Remove handling of initimage list.
7423         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
7424         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
7425         * elf/dl-minimal.c: Define __libc_memalign.
7426         * elf/dl-support.c: Remove _dl_initimage_list.  Add
7427         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7428         _dl_tls_generation.
7429         * include/stdlib.h: Declare __libc_memalign.
7431         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
7432         * elf/tst-tls4.c: New file.
7433         * elf/tst-tls5.c: New file.
7434         * elf/tst-tlsmod2.c: New file.
7436         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
7438         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
7440         * elf/tst-tls1.c: Use test-skeleton.c.
7441         * elf/tst-tls2.c: Likewise.
7442         * elf/tst-tls3.c: Likewise.
7444         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
7446 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
7448         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
7450 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
7452         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
7454         * elf/tst-tls3.c: New file.
7455         * elf/tst-tlsmod1.c: New file.
7456         * elf/Makefile: Add rules to build and run tst-tls3.
7458         * sysdeps/i386/dl-machine.h: Include <tls.h>.
7459         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
7460         TLS relocations.
7462         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
7464         * po/fr.po: Update from translation team.
7466         * elf/tls-macros.h: Add alternative macros for use in PIC.
7468         * elf/dl-lookup.c: Include <tls.h>.
7469         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
7471         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
7472         required by passing pointer to last element of the list.
7474         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
7475         l_tls_initimage to a place where it actually is performed.
7477         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
7478         after globfree() calls.
7480         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
7481         (openaux): Pass open_mode as new last argument to _dl_map_object.
7482         (_dl_map_object_deps): Add new argument open_mode.  Initialize
7483         open_mode element of args variable with it.
7484         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
7485         _dl_map_object_deps.
7486         * elf/rtld.c (dl_main): Add zero as last parameter to
7487         _dl_map_object_deps call.
7488         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
7489         * elf/nodlopen2.c: New file.
7490         * elf/nodlopenmod2.c: New file.
7491         * elf/Makefile: Add rules to build and run nodlopen2.
7493         * elf/tst-tls1.c: Move TLS helper macros to...
7494         * elf/tls-macros.h: ...here.  New file.
7495         * elf/tst-tls2.c: New file.
7496         * elf/Makefile (tests): Add tst-tls2.
7497         (distribute): Add tls-macros.h.
7499         * po/sv.po: Update from translation team.
7501         * elf/tst-tls1.c (main): Add complete set of tests.  Split
7502         architecture specific definitions from the actual test code.
7504         * po/tr.po: Update from translation team.
7506 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
7508         * elf/Makefile (tests): Add tst-tls1.
7509         * elf/tst-tls1.c: New file.
7511         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
7512         alignment of TCB for now.
7514         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
7515         initialization image for the application itself.
7517         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
7518         loop to initialize TLS block.
7520 2002-02-08  Richard Henderson  <rth@redhat.com>
7522         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
7523         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
7525         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
7527 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
7529         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
7531 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
7533         * po/ca.po: Update from translation team.
7534         * po/sk.po: Likewise.
7536         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
7537         (dl_main): Move dtv/static TLS handling before relocation.
7538         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
7539         TLS_INIT_TP to allocate and install the dtv/static TLS block.
7540         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
7541         so far uses TLS initialize GL(dl_tls_static_size) and
7542         GL(dl_tls_static_align) to account for the TCB.
7543         (_dl_allocate_tls): New function.
7544         * sysdeps/generic/ldsodefs.h (rtld_global): Add
7545         _dl_initial_dtv_malloced.
7547         * configure.in: Test for __builtin_memset more realistically.
7549         * csu/version.c (banner): If TLS support is available say so.
7551 2002-02-04  H.J. Lu  <hjl@gnu.org>
7553         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
7554         __attribute_used__.
7555         (__dl_runtime_resolve): Likewise.
7557         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
7558         declaration.
7560 2001-11-15  H.J. Lu  <hjl@gnu.org>
7562         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
7563         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
7565         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
7567 2002-02-07  H.J. Lu  <hjl@gnu.org>
7569         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
7570         ".set noreorder".
7571         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
7572         Likewise.
7574 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7576         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
7578         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
7579         ___tls_get_addr_internal.
7580         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
7582         * po/ko.po: Update from translation team.
7584 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
7586         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
7587         attribute, change __pad{1,2} type to unsigned int.
7588         (struct stat64): Remove packed attribute.
7590 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7592         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
7594 2002-02-07  Andreas Schwab  <schwab@suse.de>
7596         * configure.in: Fix check for -zcombreloc.
7598 2002-02-06  H.J. Lu  <hjl@gnu.org>
7600         * config.h.in (HAVE_BUILTIN_MEMSET): New.
7601         * configure.in: Check if __builtin_memset really works.
7602         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
7603         __GNUC_PREREQ (2, 96) before using __builtin_memset.
7605 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7607         * io/bug-ftw3.c (main): Don't try the test if root.
7609 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7611         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
7612         constraints.
7613         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
7614         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
7615         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
7616         Likewise.
7617         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
7618         a weak alias for __clone.
7619         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
7620         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
7621         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
7622         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
7623         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
7624         a weak alias for __mmap64.
7626 2002-02-05  H.J. Lu  <hjl@gnu.org>
7628         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
7629         (atomic_add): Likewise.
7630         (compare_and_swap): Likewise.
7631         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
7633 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7635         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
7637         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
7638         alignment of the TCB and store total size and alignment of static
7639         TLS block in _dl_tls_static_size and _dl_tls_static_align.
7640         tls_index is a typedef.
7641         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
7642         _dl_tls_static_align.
7643         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
7644         * elf/dl-support.c: Define _dl_tls_static_size and
7645         _dl_tls_static_align.
7647 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7649         * configure.in: Add --without-tls option.
7650         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
7651         --without-tls is given.
7653         * sysdeps/generic/dl-tls.c: Include <tls.h>.
7655         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
7657 2002-02-06  Roland McGrath  <roland@frob.com>
7659         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
7660         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
7662         * scripts/versions.awk: Improve error message for missing version.
7663         Each version inherits from the last one only if they have the same
7664         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
7665         but not GLIBC_x and FOO_y.
7667         * scripts/firstversions.awk: Handle libraries that don't have each
7668         particular version named in the third column of shlib-versions.
7670         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
7672 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7674         * Versions.def [ld]: Add GLIBC_2.3.
7675         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
7676         * elf/Makefile (dl-routines): Add dl-tls.
7677         (distribute): Add dl-tls.h.
7678         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
7679         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7680         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
7681         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
7682         along with the other info in the link map.  Change queueing of init
7683         images for double linked list.  Use _dl_next_tls_modid to compute
7684         l_tls_modid.
7685         * elf/rtld.c (_dl_start_final): Store alignment requirement
7686         along with the other info in rtld map and executable map.
7687         (dl_main): Add ld.so to the init image list if necessary.  Compute
7688         final module ID with _dl_next_tls_modid.
7689         * include/link.h (struct link_map): Add l_tls_previmage and
7690         l_tls_align.
7691         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7692         * sysdeps/i386/elf/Versions: New file.
7693         * sysdeps/generic/dl-tls.c: New file.
7694         * sysdeps/generic/dl-tls.h: New file.
7695         * sysdeps/i386/dl-tls.h: New file.
7697 2002-02-06  Roland McGrath  <roland@frob.com>
7699         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
7700         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
7702 2002-01-05  Roland McGrath  <roland@frob.com>
7704         * sysdeps/mach/configure.in: New file.
7705         * sysdeps/mach/configure: New generated file.
7707         * mach/Makefile (user-interfaces): Remove default_pager_helper.
7708         It has never been used by anything.
7710 2002-02-06  H.J. Lu  <hjl@gnu.org>
7712         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
7713         is included.
7715 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7717         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
7718         attribute((packed)) to counter stupid people misusing gcc options.
7719         (struct stat64): Likewise.
7721 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7723         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
7724         the variables which are used as booleans.
7726 2002-02-06  Andreas Jaeger  <aj@suse.de>
7728         * include/libc-symbols.h (INTUSE): Renamed from INT.
7729         * elf/dl-deps.c: Change users.
7730         * sysdeps/generic/dl-sysdep.c: Likewise.
7731         * sysdeps/generic/dl-cache.c: Likewise.
7732         * elf/dl-reloc.c: Likewise.
7733         * elf/rtld.c: Likewise.
7734         * elf/dl-version.c: Likewise.
7735         * elf/dl-load.c: Likewise.
7736         * elf/dl-dst.h: Likewise.
7737         * elf/dl-init.c: Likewise.
7738         * elf/dl-error.c: Likewise.
7739         * elf/dl-fini.c: Likewise.
7740         * elf/dl-runtime.c: Likewise.
7741         * elf/do-lookup.h: Likewise.
7743         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
7744         definition.
7745         * stdio-common/_itowa.h: Likewise.
7747 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7749         * elf/dl-minimal.c: Define _itoa_lower_digits.
7751         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
7752         DT_FLAGS set.
7754         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
7755         loading modules with the DF_STATIC_TLS flag set.
7756         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
7757         element.
7758         * include/link.h (struct link_map): Add l_flags field.
7759         * elf/elf.h (DF_STATIC_TLS): New definition.
7761         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
7762         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
7764         * elf/rtld.c (process_dl_debug): Correct printing help message.
7765         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
7766         for %s.
7768         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
7769         definition and pass &errno in use of this variable.
7770         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
7772 2002-02-04  Andreas Schwab  <schwab@suse.de>
7774         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
7775         * locale/programs/charmap-dir.c: Wrap calls that output messages
7776         with WITH_CUR_LOCALE.  Include "localedef.h" first.
7777         * locale/programs/charmap.c: Likewise.
7778         * locale/programs/ld-address.c: Likewise.
7779         * locale/programs/ld-collate.c: Likewise.
7780         * locale/programs/ld-ctype.c: Likewise.
7781         * locale/programs/ld-identification.c: Likewise.
7782         * locale/programs/ld-measurement.c: Likewise.
7783         * locale/programs/ld-messages.c: Likewise.
7784         * locale/programs/ld-monetary.c: Likewise.
7785         * locale/programs/ld-name.c: Likewise.
7786         * locale/programs/ld-numeric.c: Likewise.
7787         * locale/programs/ld-paper.c: Likewise.
7788         * locale/programs/ld-telephone.c: Likewise.
7789         * locale/programs/ld-time.c: Likewise.
7790         * locale/programs/linereader.c: Likewise.
7791         * locale/programs/linereader.h: Likewise.
7792         * locale/programs/localedef.c: Likewise.
7793         * locale/programs/locfile.c: Likewise.
7794         * locale/programs/repertoire.c: Likewise.
7796 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7798         * elf/rtld.c (_dl_start_final): Determine load address to locate
7799         ehdr with GL(dl_rtld_map).l_map_start.
7801         * po/ca.po: Update from translation team.
7803         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
7804         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
7805         header entry.
7806         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7807         _dl_tls_module_cnt.
7808         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
7810 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
7812         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
7813         * include/link.h (struct link_map): Add various members for TLS
7814         information.
7815         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
7816         _rtld_tlsoffset, add _dl_initimage_list.
7817         * sysdeps/i386/dl-lookupcfg.h: New file.
7818         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
7819         TLS relocation.  When using TLS we now use RESOLVE_MAP.
7820         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
7821         is used.
7823         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
7824         unused.
7826         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
7827         thread-pointer as soon as possible.
7828         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
7829         elements in rtld_global.
7830         * sysdeps/generic/tls.h: New file.
7831         * elf/Makefile (distribute): Add tls.h.
7832         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
7833         relocations.  Not complete yet.
7835         * resolv/resolv.h: Allow user to define __need_res_state and only
7836         define __res_start structure then.
7837         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
7839         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
7840         dl_cpuclock_offset initialization to _dl_start_final.
7841         (_dl_show_auxv): Avoid unnecessary sign extension.
7842         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
7844 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
7846         * config.h.in: Add HAVE_TLS_SUPPORT.
7847         * sysdeps/i386/elf/configure.in: New file.
7849 2002-02-03  Andreas Schwab  <schwab@suse.de>
7851         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
7852         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
7854 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
7856         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
7857         alloca if the memory reqirements are too high.
7859 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
7861         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
7862         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
7863         the former is available anyway and speed isn't important here.
7864         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
7865         * elf/dl-version.c (match_symbol): Likewise.
7866         (_dl_check_map_versions): Likewise.
7867         * elf/rtld.c (process_envvars): Likewise.
7868         (print_statistics): Likewise.
7869         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
7870         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
7871         bases.  Add assert to catch uses of unimplemented features.
7872         (__strsep): Add assert to catch uses of unimplemented features.
7873         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
7874         and avoid inline optimization.
7875         * elf/rtld.c (process_envvars): Likewise.
7876         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
7877         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
7878         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
7880 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
7882         * stdio-common/_itoa.h: Minor simplifications of the code.
7883         * stdio-common/_itoa.c: Likewise.
7885         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
7886         instead of _dl_printf for debugging info output.
7888         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
7889         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
7891 2002-02-01  H.J. Lu  <hjl@gnu.org>
7893         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
7894         (atomic_add): Likewise.
7895         (compare_and_swap): Return 0 only when failed to compare. Use
7896         branch likely.
7898         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
7899         branch likely.
7901 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7903         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
7905 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
7907         * elf/dl-minimal.c (__strsep): New minimal implementation.
7909 2002-02-02  Paul Eggert  <eggert@twinsun.com>
7911         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
7912         (__mktime_internal): If no tm_isdst is requested, prefer solutions
7913         with tm_isdst > 0 when the requested time falls within a
7914         spring-forward gap [PR libc/2894].
7916 2002-02-03  Andreas Schwab  <schwab@suse.de>
7918         * stdio-common/tst-rndseek.c: Increase timeout.
7920 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
7922         Change ld.so to not use functions which are exported.  One cannot
7923         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
7924         definitions.
7925         * include/libc-symbols.h: Define INT and INTDEF.
7926         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
7927         _dl_signal_error_internal, _dl_map_object_internal,
7928         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
7929         _dl_lookup_versioned_symbol_internal,
7930         _dl_relocate_object_internal, _dl_debug_state_internal,
7931         _dl_start_profile_internal, and _dl_unload_cache_internal.
7932         * include/dlfcn.h: Declare _dl_catch_error_internal.
7933         * elf/rtld.c: Use INT for calls to any of the *_internal functions
7934         above.  Add INTDEF to function definitions.
7935         * elf/dl-debug.c: Likewise.
7936         * elf/dl-deps.c: Likewise.
7937         * elf/dl-dst.h: Likewise.
7938         * elf/dl-error.c: Likewise.
7939         * elf/dl-fini.c: Likewise.
7940         * elf/dl-init.c: Likewise.
7941         * elf/dl-load.c: Likewise.
7942         * elf/dl-lookup.c: Likewise.
7943         * elf/dl-misc.c: Likewise.
7944         * elf/dl-open.c: Likewise.
7945         * elf/dl-profile.c: Likewise.
7946         * elf/dl-reloc.c: Likewise.
7947         * elf/dl-runtime.c: Likewise.
7948         * elf/dl-version.c: Likewise.
7949         * elf/do-lookup.h: Likewise.
7950         * sysdeps/generic/dl-cache.c: Likewise.
7951         * sysdeps/generic/dl-sysdep.c: Likewise.
7952         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
7953         instead of _dl_init.
7954         * sysdeps/arm/dl-machine.h: Likewise.
7955         * sysdeps/cris/dl-machine.h: Likewise.
7956         * sysdeps/hppa/dl-machine.h: Likewise.
7957         * sysdeps/i386/dl-machine.h: Likewise.
7958         * sysdeps/ia64/dl-machine.h: Likewise.
7959         * sysdeps/m68k/dl-machine.h: Likewise.
7960         * sysdeps/mips/dl-machine.h: Likewise.
7961         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7962         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7963         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7964         * sysdeps/sh/dl-machine.h: Likewise.
7965         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7966         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7967         * sysdeps/x86_64/dl-machine.h: Likewise.
7968         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
7970         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
7971         and _dl_debug_initialize.
7973         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
7974         more information.
7975         * elf/rtld.c (dl_main): Avoid strrchr.
7976         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
7977         result of readlink.  Search from the back for '/'.
7979         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
7980         strncpy if possible.
7982         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
7983         strncmp.
7984         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
7985         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
7986         strspn, and strcspn.
7987         (process_envvars): Don't use strcspn.
7989         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
7990         (_dl_dst_substitute): Likewise.
7992 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
7994         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
7995         code which is never used when relocating ld.so itself.
7997         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
7998         starting ld.so itself.  Move l_addr variable initialization closer
7999         to use.
8000         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8002 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8004         * Versions.def (libc): Add GLIBC_PRIVATE.
8005         (libdb, libnss_db, libdb1): Remove.
8006         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8007         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8008         (libpthread): Add GLIBC_PRIVATE.
8009         (libresolv): Likewise, remove GLIBC_2.1.
8010         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8011         GLIBC_2.2.3, GLIBC_2.3.
8012         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8013         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8014         _dl_sym, _dl_vsym): Likewise.
8015         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8016         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8017         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8018         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8019         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8020         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8021         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8022         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8023         Likewise.
8024         (_dl_object_relocation_scope): Remove.
8025         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8026         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8027         __gconv_cache): Move to GLIBC_PRIVATE.
8028         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8029         __internal_setnetgrent): Likewise.
8030         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8031         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8032         * locale/Versions (__collate_element_hash, __collate_element_strings,
8033         __collate_symbol_classes, __collate_symbol_hash,
8034         __collate_symbol_strings, _nl_current_LC_COLLATE,
8035         _nl_current_LC_CTYPE): Likewise.
8036         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8037         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8038         (libnss_nis, libnss_nisplus): Likewise.
8039         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8040         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8041         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8042         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8043         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8044         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8045         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8046         __ns_get16, __ns_samename): Likewise.
8047         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8048         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8049         GLIBC_PRIVATE.
8050         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8051         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8052         __libc_connect): Likewise.
8053         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8054         Likewise.
8055         * stdlib/Versions (__libc_system): Likewise.
8056         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8057         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8058         * sysdeps/ia64/fpu/Versions: Likewise.
8059         * sysdeps/ia64/Versions: Likewise.
8060         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8061         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8062         to GLIBC_PRIVATE.
8063         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8064         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8065         __libc_sigaction): Likewise.
8066         * termios/Versions (__libc_tcdrain): Likewise.
8068         * misc/sys/cdefs (__attribute_noinline__): Define.
8069         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8070         __attribute_noinline__.
8072         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8073         * elf/dl-xstat64.c: New file.
8074         * elf/dl-fxstat64.c: New file.
8075         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8076         don't export __fxstat64 at multiple versions.
8077         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8078         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8080 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8082         * locale/program/ld-collate.c (collate_finish): Assign a wide
8083         char collation sequence value to multi character collating
8084         elements, and avoid over writing by non-character elements.
8086 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8088         * elf/Makefile (distribute): Add dl-procinfo.c.
8089         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8090         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8092 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8094         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8095         definition.
8096         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8097         _rtld_global struct.
8098         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8099         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8100         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8101         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8102         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8103         _dl_fpu_control_set): Remove unused externs.
8104         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8105         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8106         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8107         related variables in _rtld_global struct.
8108         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8109         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8110         unused extern.
8112 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8114         * sysdeps/generic/dl-procinfo.c: New file.
8116 2002-02-01  Andreas Schwab  <schwab@suse.de>
8118         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8120 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8122         * elf/rtld.c (_dl_start): Mark as internal_function.
8123         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8124         in register.
8125         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8126         General pretty printing.
8128 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8130         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8131         * elf/dl-reloc.c: Pretty printing.
8132         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8133         procinfo-related variables in rtld_global struct.
8134         * elf/dl-support.c: Likewise.
8135         * elf/rtld.c: Likewise.
8136         * sysdeps/i386/i686/Makefile: Likewise.
8137         * sysdeps/i386/i686/hp-timing.c: Likewise.
8138         * sysdeps/i386/i686/hp-timing.h: Likewise.
8139         * sysdeps/ia64/Makefile: Likewise.
8140         * sysdeps/ia64/hp-timing.c: Likewise.
8141         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8142         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8143         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8144         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8145         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8146         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8147         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8148         * sysdeps/x86_64/Makefile: Likewise.
8150         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8151         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8152         _dl_debug_fd to rtld_global.
8153         * elf/Versions: Likewise.
8154         * elf/dl-close.c: Likewise.
8155         * elf/dl-iteratephdr.c: Likewise.
8156         * elf/dl-lookup.c: Likewise.
8157         * elf/dl-misc.c: Likewise.
8158         * elf/dl-open.c: Likewise.
8159         * elf/dl-support.c: Likewise.
8160         * elf/do-lookup.h: Likewise.
8161         * elf/rtld.c: Likewise.
8162         * sysdeps/generic/dl-cache.c: Likewise.
8163         * sysdeps/generic/dl-sysdep.c: Likewise.
8164         * sysdeps/ia64/Versions: Likewise.
8165         * sysdeps/unix/clock_gettime.c: Likewise.
8166         * sysdeps/unix/clock_settime.c: Likewise.
8167         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8168         * sysdeps/sparc/Versions: Removed.
8169         * sysdeps/i386/i686/Versions : Removed.
8170         * sysdeps/x86_64/Versions: Removed.
8171         * configure.in: Define HAVE_PROTECTED if .protected is available.
8172         * config.h.in: Add entry for HAVE_PROTECTED.
8174 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8176         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8177         code in struct _rtld_global.  Export this struct, remove all
8178         exports for the signal variables.
8179         * sysdeps/arm/dl-machine: Likewise.
8180         * sysdeps/generic/dl-origin: Likewise.
8181         * sysdeps/generic/dl-sysdep: Likewise.
8182         * sysdeps/generic/dl-cache: Likewise.
8183         * sysdeps/hppa/dl-fptr: Likewise.
8184         * sysdeps/hppa/dl-machine: Likewise.
8185         * sysdeps/cris/dl-machine: Likewise.
8186         * sysdeps/i386/dl-machine: Likewise.
8187         * sysdeps/ia64/dl-machine: Likewise.
8188         * sysdeps/m68k/dl-machine: Likewise.
8189         * sysdeps/mach/hurd/dl-sysdep: Likewise.
8190         * sysdeps/mips/mips64/dl-machine: Likewise.
8191         * sysdeps/mips/dl-machine: Likewise.
8192         * sysdeps/powerpc/elf/libc-start: Likewise.
8193         * sysdeps/powerpc/dl-machine: Likewise.
8194         * sysdeps/powerpc/dl-start: Likewise.
8195         * sysdeps/sparc/sparc32/dl-machine: Likewise.
8196         * sysdeps/sparc/sparc64/dl-machine: Likewise.
8197         * sysdeps/sh/dl-machine: Likewise.
8198         * sysdeps/s390/s390-32/dl-machine: Likewise.
8199         * sysdeps/s390/s390-64/dl-machine: Likewise.
8200         * sysdeps/unix/sysv/aix/libc-start: Likewise.
8201         * sysdeps/unix/sysv/aix/start-libc: Likewise.
8202         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8203         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8204         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8205         * sysdeps/x86_64/dl-machine: Likewise.
8207 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8209         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8210         are too high.
8212 2002-01-31  Andreas Schwab  <schwab@suse.de>
8214         * sysdeps/posix/readv.c: Check for ssize_t overflow.
8216 2002-01-31  Andreas Schwab  <schwab@suse.de>
8218         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8219         reference to _dl_pagesize.
8221 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
8223         * Versions.def [ld]: Add GLIBC_2.3.
8224         * elf/dl-addr.c: Move global variables for SHARED code in struct
8225         _rtld_global.  Export this struct, remove all exports for the
8226         signal variables.
8227         * elf/dl-close.c: Likewise.
8228         * elf/dl-conflict.c: Likewise.
8229         * elf/dl-debug.c: Likewise.
8230         * elf/dl-deps.c: Likewise.
8231         * elf/dl-dst.h: Likewise.
8232         * elf/dl-error.c: Likewise.
8233         * elf/dl-fini.c: Likewise.
8234         * elf/dl-init.c: Likewise.
8235         * elf/dl-iteratephdr.c: Likewise.
8236         * elf/dl-libc.c: Likewise.
8237         * elf/dl-load.c: Likewise.
8238         * elf/dl-lookup.c: Likewise.
8239         * elf/dl-minimal.c: Likewise.
8240         * elf/dl-object.c: Likewise.
8241         * elf/dl-open.c: Likewise.
8242         * elf/dl-profile.c: Likewise.
8243         * elf/dl-profstub.c: Likewise.
8244         * elf/dl-reloc.c: Likewise.
8245         * elf/dl-runtime.c: Likewise.
8246         * elf/dl-support.c: Likewise.
8247         * elf/dl-sym.c: Likewise.
8248         * elf/dl-version.c: Likewise.
8249         * elf/do-lookup.h: Likewise.
8250         * elf/do-rel.h: Likewise.
8251         * elf/dynamic-link.h: Likewise.
8252         * elf/rtld.c: Likewise.
8253         * sysdeps/generic/dl-cache.c: Likewise.
8254         * sysdeps/generic/dl-sysdep.c: Likewise.
8255         * sysdeps/generic/ldsodefs.h: Likewise.
8256         * sysdeps/generic/libc-start.c: Likewise.
8257         * sysdeps/i386/dl-machine.h: Likewise.
8258         * sysdeps/ia64/dl-fptr.c: Likewise.
8259         * sysdeps/ia64/dl-machine.h: Likewise.
8260         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8261         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8262         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8263         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8264         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8265         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8266         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8267         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8269 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8271         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
8272         to avoid warning
8273         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
8275         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
8276         SHARED version.
8277         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
8279         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
8281 2002-01-29  Ben Collins  <bcollins@debian.org>
8283         * string/bits/string2.h (__mempcpy): Protect size arg for
8284         addition when using __builtin_memcpy.
8286 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8288         * stdlib/Makefile (tests): Add tst-qsort.
8289         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
8291         * manual/signal.texi (Process Signal Mask): Document that
8292         pthread_sigmask, not sigprocmask, must be used in MT programs.
8293         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
8295         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
8296         found.
8297         * misc/Makefile (tests): Add tst-hsearch.
8298         * misc/tst-hsearch.c: New file.
8300 2002-01-18  Wolfram Gloger  <wg@malloc.de>
8302         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
8303         * malloc/malloc.h: Likewise.
8304         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
8305         * malloc/arena.c: New file.
8306         * malloc/hooks.c: New file.
8307         * malloc/tst-mallocstate.c: New file.
8308         * malloc/Makefile: Add new testcase tst-mallocstate.
8309         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
8311 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8313         * stdlib/msort.c: Remove last patch.  The optimization violates the
8314         same rule which qsort.c had problems with.
8316 2002-01-27  Paul Eggert  <eggert@twinsun.com>
8318         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
8319         to a pivot element that lies outside the array to be sorted, as
8320         ISO C99 requires that the comparison function be called only with
8321         addresses of array elements [PR libc/2880].
8323 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8325         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
8326         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
8328         * timezone/asia: Update from tzdata2002b.
8329         * timezone/australasia: Likewise.
8330         * timezone/backward: Likewise.
8331         * timezone/europe: Likewise.
8332         * timezone/leapseconds: Likewise.
8333         * timezone/iso3166.tab: Likewise.
8334         * timezone/zone.tab: Likewise.
8336 2002-01-23  Richard Henderson  <rth@redhat.com>
8338         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
8340 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8342         * string/strxfrm.c: Allocate one more byte for rulearr and clear
8343         this element [PR libc/2855].
8345         * string/strcoll.c: Handle zero-length arguments specially
8346         [PR libc/2856].
8348 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8350         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
8351         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
8352         short lengths and constant src.
8353         (strcpy): Don't optimize for gcc 3.0+.
8354         (__stpcpy): For gcc 3.0+, don't use
8355         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
8356         for short string literal src.
8358 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
8360         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
8361         Set for arm, too.
8363 2001-01-22  Paul Eggert  <eggert@twinsun.com>
8365         * manual/llio.texi (Linked Channels, Cleaning Streams):
8366         Make it clearer that a just-opened input stream might need cleaning.
8368 2002-01-21  H.J. Lu  <hjl@gnu.org>
8370         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
8371         Don't use label at end of compound statement.
8373 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
8375         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
8376         Remove test for negative integer arg; sin_pi does it correctly.
8378 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
8380         * nscd/Makefile (distribute): Filter out xmalloc.c.
8382 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
8384         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
8385         Set offset if read end wasn't the buffer end.
8386         (_IO_file_seekoff_mmap): New function.
8387         (_IO_file_xsgetn_mmap): New function.
8388         (_IO_file_jumps_mmap): Use the two new functions.
8389         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
8390         != end buffer.
8391         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
8392         _IO_file_underflow_mmap.
8393         * libio/iofopen.c: Don't position file descriptor at end of file.
8394         * libio/tst-widetext.c: Improve error messages.
8395         * stdio-common/tst-rndseek.c: Likewise.
8397 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
8399         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
8400         end of enum for !_GNU_SOURCE.
8401         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
8402         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
8403         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
8404         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
8405         values unless _GNU_SOURCE.
8407         * iconvdata/tcvn5712-1.c: Minor cleanups.
8409 2002-01-18  Andreas Schwab  <schwab@suse.de>
8411         * sysdeps/unix/sysv/linux/configure.in
8412         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
8414 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8416         * stdlib/msort.c (msort_with_tmp): Replace implementation with
8417         more efficient "Towers of Hanoi" mergesort.
8418         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
8419         for generic, sizeof(int) and sizeof(long) variants respectively.
8421 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
8423         * manual/syslog.texi (openlog): Describe possible problems with
8424         first parameter.
8425         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8427         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
8428         * nscd/connections.c (begin_drop_privileges): New function.
8429         (finish_drop_privileges): New function.
8430         (nscd_init): Call the new functions which also install all groups
8431         for the server user.
8432         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
8433         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8435 2002-01-17  H.J. Lu  <hjl@gnu.org>
8437         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
8438         `const' from `got'.
8440 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8442         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
8443         instructions for pointer operations.
8444         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8446 2002-01-17  Andreas Jaeger  <aj@suse.de>
8448         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
8449         __uint128_t build-in.
8451         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
8452         PowerPC, sync with 2.2 branch.
8454 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8456         * posix/getconf.c: Update copyright year.
8457         * nss/getent.c: Likewise.
8458         * nscd/nscd_nischeck.c: Likewise.
8459         * iconv/iconvconfig.c: Likewise.
8460         * iconv/iconv_prog.c: Likewise.
8461         * elf/ldconfig.c: Likewise.
8462         * catgets/gencat.c: Likewise.
8463         * csu/version.c: Likewise.
8464         * elf/ldd.bash.in: Likewise.
8465         * elf/sprof.c (print_version): Likewise.
8466         * locale/programs/locale.c: Likewise.
8467         * locale/programs/localedef.c: Likewise.
8468         * nscd/nscd.c (print_version): Likewise.
8469         * debug/xtrace.sh: Likewise.
8470         * malloc/memusage.sh: Likewise.
8471         * malloc/mtrace.pl: Likewise.
8473 2002-01-16  Andreas Schwab  <schwab@suse.de>
8475         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
8476         reliably remove "-ia64" from rtld name.
8478 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8480         * iconvdata/gb18030.c: Bug fixes and support for more characters.
8481         Patch by Yu Shao <yshao@redhat.com>.
8483 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8485         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
8486         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
8487         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
8489 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8491         * sysdeps/s390/fpu/libm-test-ulps: Update.
8493 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
8495         * elf/elf.h: Update x86 relocations.
8497 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8499         * locale/programs/charmap.c (new_width): Check whether byte
8500         sequences for both ends of range have the same length.
8502 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8504         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
8506 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8508         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
8509         string literals.
8510         (__full_ieee754_sqrt): Add __attribute_used__.
8512 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8514         * sysdeps/generic/group_member.c (__group_member): Also check
8515         groups[0] [PR libc/2781].
8517 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
8519         * Makefile (distribute): Add scripts/cpp.
8520         * elf/Makefile (distribute): Add reldep6mod[01234].c,
8521         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
8522         unwind-dw2-fde.h, and dwarf2.h.
8523         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
8524         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
8525         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
8526         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
8528 2002-01-07  Roland McGrath  <roland@frob.com>
8530         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
8531         volatile on type of ARGC so the compiler doesn't get clever.
8533 2002-01-07  Andreas Jaeger  <aj@suse.de>
8535         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
8536         * sysdeps/i386/bits/byteswap.h: Likewise.
8537         * sysdeps/ia64/bits/byteswap.h: Likewise.
8538         * sysdeps/m68k/bits/byteswap.h: Likewise.
8539         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
8540         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
8542 2002-01-02  Bruno Haible  <bruno@clisp.org>
8544         * intl/plural.y: Fix %expect count.
8546 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8548         * elf/Makefile (routines, shared-only-routines): Add
8549         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
8550         * elf/elf.h (PT_GNU_EH_FRAME): Define.
8551         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
8552         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
8553         Optimize if .eh_frame section contains no FDEs.
8554         (__register_frame, __deregister_frame_info_bases,
8555         __deregister_frame): Likewise.
8556         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
8557         DW_CFA_restore handling.
8559 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
8561         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
8563         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
8564         for x < 0.25 and restore original range reduction method.
8565         (__ieee754_lgammal_r): Make sure signgam is set before returning.
8567 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
8569         * libio/fileops.c (_IO_file_underflow_mmap): New function.
8570         (_IO_file_close_mmap): New function.
8571         (_IO_file_jumps_mmap): New variable.
8572         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
8573         trying to convert rest of byte buffer.
8574         (_IO_wfile_underflow_mmap): New function.
8575         (_IO_wfile_jumps_mmap): New variable.
8576         * libio/iofopen.c (__fopen_maybe_mmap): New function.
8577         (__fopen_internal): New function.  Split out from _IO_new_fopen.
8578         (_IO_new_fopen): Call __fopen_internal.
8579         * libio/iofopen64.c: Just call __fopen_internal.
8580         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
8581         successfully.
8582         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
8583         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
8584         _IO_file_close_mmap.
8586         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
8587         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
8589         * stdio-common/Makefile (tests): Add tst-rndseek.
8590         * stdio-common/tst-rndseek.c: New file.
8592 2002-01-05  Roland McGrath  <roland@frob.com>
8594         * config.h.in (HAVE_MIG_RETCODE): New #undef.
8595         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
8596         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
8597         * sysdeps/mach/hurd/configure: Regenerated.
8599 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
8601         * elf/elf.h: Add more TLS definitions.
8603 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
8605         * include/features.h (__GLIBC_MINOR__): Bump to 3.
8607 2002-01-02  Roland McGrath  <roland@frob.com>
8609         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
8610         __sigisemptyset.  Don't use MASK uninitialized.
8612         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
8613         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
8614         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
8615         __sigdelset, __sigaddset, __sigorset.
8617         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
8618         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
8620         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
8621         _hurd_ports is null.
8623         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
8624         for old CMU and new OSF Mach interface flavors.
8625         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
8626         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8628         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
8630         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
8631         Pass extra arguments to task_create for OSF variant.
8632         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8634         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
8635         conditional on [HAVE_AUX_VECTOR].
8637         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
8638         mach_msg_timeout_t as type of final argument.
8640         * hurd/privports.c (__get_privileged_ports):
8641         Change host_priv_t to mach_port_t in argument type.
8642         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
8643         Update decls.
8645         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
8646         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
8647         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8648         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8649         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8650         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
8652 2002-01-01  Roland McGrath  <roland@frob.com>
8654         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
8656 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
8658         * include/stdlib.h: Define inlines for the _l variants of the strto*
8659         functions.
8661 2002-01-01  Roland McGrath  <roland@frob.com>
8663         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
8665         * mach/Machrules (MIG): Set CPP as well as CC.
8667 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
8669         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
8670         locale to parse /proc/loadavg [PR libc/2760].
8672 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
8674         * elf/dl-conflict.c: Include sys/param.h.
8675         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
8676         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
8677         warning.
8678         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
8679         literals to avoid warnings.
8681 2001-12-31  Andreas Jaeger  <aj@suse.de>
8683         * configure.in: Don't check for gsed since we do not use it anywhere.
8685 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8687         * io/fts.c: Update from BSD to fix memory leaks.
8689 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8691         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
8692         * elf/chroot_canon.c: Likewise.
8693         * elf/dl-object.c: Likewise.
8694         * iconv/iconv_charmap.c: Likewise.
8695         * iconv/iconv_prog.c: Likewise.
8696         * libio/iogetdelim.c: Likewise.
8697         * locale/lc-time.c: Likewise.
8698         * stdlib/canonicalize.c: Likewise.
8699         * sunrpc/svc.c: Likewise.
8700         * sysdeps/generic/glob.c: Likewise.
8702 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8704         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
8705         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
8706         remove high order bit from the program counter.
8707         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
8709 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8711         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
8712         unnecessary code and add missing reloc types.
8713         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
8714         case for reloc type R_390_NONE.
8716 2001-12-28  Andreas Jaeger  <aj@suse.de>
8718         * io/bug-ftw3.c: Include string.h for prototypes.
8720         * crypt/md5test.c (main): Remove unused variable.
8722         * dlfcn/modstatic.c: Add prototype to avoid warning.
8724 2001-12-26  Roland McGrath  <roland@frob.com>
8726         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
8727         check only (SS->pending & MASK) for the signal to return.
8728         From Jeroen Dekkers <jeroen@dekkers.cx>.
8730 2001-12-22  Roland McGrath  <roland@frob.com>
8732         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
8733         Use preprocessor #if conditionals instead of `if' to avoid
8734         warnings about divide by zero in dead code.
8736         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
8737         _hurd_port_init, and __hurd_self_sigstate.
8739         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
8741 2001-12-21  Andreas Jaeger  <aj@suse.de>
8743         * elf/dblloadmod1.c: Add prototype to avoid warning.
8744         * elf/dblloadmod2.c: Likewise.
8745         * elf/dblloadmod3.c: Likewise.
8746         * elf/reldepmod5.c: Likewise.
8747         * elf/reldepmod6.c: Likewise.
8749         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
8750         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
8751         used on all architectures.
8753         * sunrpc/svc_tcp.c: Add noreturn attribute for
8754         svctcp_rendezvous_abort.
8755         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
8757         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
8758         to avoid warning.
8760 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8762         * manual/llio.texi (aio_fsync): Fix a typo.
8763         Patch by Tammy Fox <tfox@redhat.com>.
8765 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
8767         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
8768         stack bias from child stack pointer before passing it to clone syscall.
8770 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
8772         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
8773         _SC_TZNAME_MAX.
8774         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
8775         Reported by Thorsten Kukuk <kukuk@suse.de>.
8777         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
8778         add some casts.
8780         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
8782 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
8784         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
8785         conforming: return EBADF if file descriptor is invalid and EINVAL
8786         if file descriptor is no valid tty.
8787         * login/tst-grantpt.c: New file.
8788         * login/Makefile (tests): Add tst-grantpt.
8790 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
8792         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
8793         different than implemented in last patch.
8794         * io/bug-ftw3.c: Adjust test for changed handling of
8795         inaccessibility of toplevel dir.
8797 2001-12-16  Roland McGrath  <roland@frob.com>
8799         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
8800         * grp/initgroups.c (internal_getgrouplist): Likewise.
8802         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
8803         `default:' to silence new GCC warning.
8804         Rewrite cast of lvalue to silence new GCC warning.
8806         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
8808         * sysdeps/mach/hurd/spawni.c: New file, by me with a
8809         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
8811 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
8813         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
8814         Patch by Stephen R. van den Berg.
8816         * crypt/md5.h: Define md5_uintptr.
8818 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
8820         * libio/tst_swprintf.c (main): Add test for string argument with
8821         zero precision.
8822         * stdio-common/Makefile (tests): Add tst-sprintf.
8823         * stdio-common/tst-sprintf.c: New file.
8825 2001-12-13  Andreas Schwab  <schwab@suse.de>
8827         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
8828         zero precision with wide character string format.
8830 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
8832         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
8833         but have a user supplied buffer, return the empty buffer, not NULL.
8835 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
8837         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
8838         Patch by Eric Sharkey <sharkey@netrics.com>.
8840         * crypt/md5test.c (main): Add test for multiple calls to
8841         __md5_process_bytes to itererate over input string.
8843 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
8845         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
8846         from __nis_findfastest.  Take timeout value from parameter.
8847         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
8848         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
8849         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
8851 2001-12-12  Andreas Jaeger  <aj@suse.de>
8853         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
8854         combreloc test so that it works in this case.
8856         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
8858 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
8860         * sysdeps/sh/Makefile: New file.
8861         * sysdeps/sh/_mcount.S: New file.
8862         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
8863         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
8865 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
8867         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
8868         limitation [PR libc/2564].
8870 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
8872         * elf/Makefile (dl-routines): Add conflict.
8873         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
8874         (ld.so): Add _begin local symbol.
8875         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
8876         Define.
8877         * elf/dl-deps.c (_dl_build_local_scope): New.
8878         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
8879         of all libraries.
8880         * elf/do-rel.h (VALIDX): Define.
8881         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
8882         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
8883         can be skipped.
8884         * elf/dl-conflict.c: New file.
8885         * elf/dl-lookup.c (_dl_debug_bindings): New.
8886         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
8887         non-NULL.
8888         (_dl_lookup_symbol_skip): Likewise.
8889         (_dl_lookup_versioned_symbol): Likewise.
8890         (_dl_lookup_versioned_symbol_skip): Likewise.
8891         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
8892         define to ElfW(Rel).
8893         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
8894         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
8895         ranges.
8896         Don't adjust address dynamic tags if l_addr is 0.
8897         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
8898         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
8899         (VALIDX, ADDRIDX): Define.
8900         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
8901         (dl_main): Print library list for LD_TRACE_PRELINKING.
8902         If prelinking information can be used, skip relocating libraries and
8903         call _dl_resolve_conflicts instead.
8904         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
8905         * elf/dl-load.c (_dl_map_object): Don't create fake libs
8906         if LD_TRACE_PRELINKING.
8907         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
8908         + DT_ADDRNUM.
8909         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
8910         (DL_DEBUG_PRELINK): Define.
8911         (_dl_resolve_conflicts): Add prototype.
8913         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
8914         .plt for prelinked libraries where prelinking info cannot be used.
8915         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
8916         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
8917         * sysdeps/arm/bits/link.h: New file.
8918         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
8919         content of .got[1].
8920         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
8921         (ELF_MACHINE_PLT_REL): Define.
8922         (elf_machine_rela, elf_machine_rela_relative): New.
8923         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
8924         of adjusting it if prelinked and prelinking cannot be used.
8925         * sysdeps/i386/bits/link.h: New file.
8926         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
8927         content of .got[1].
8928         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
8929         (ELF_MACHINE_PLT_REL): Define.
8930         (elf_machine_rela, elf_machine_rela_relative): New.
8931         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
8932         of adjusting it if prelinked and prelinking cannot be used.
8933         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
8934         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
8935         to find out map for R_PPC_JMP_SLOT relocs.
8936         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
8937         (OPCODE_BA): Define.
8938         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
8939         libraries where prelinking info cannot be used.
8940         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
8941         (elf_machine_fixup_plt): Call sparc_fixup_plt.
8942         (elf_machine_rela): Set value to 0 if relocating conflicts.
8943         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
8944         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
8945         (sparc64_fixup_plt): Fix a typo.
8946         (elf_machine_rela): Set value to 0 if relocating conflicts.
8947         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
8948         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
8949         libraries where prelinking info cannot be used.
8950         * sysdeps/sh/bits/link.h: New file.
8951         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
8952         content of .got[1].
8953         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
8954         of adjusting it if prelinked and prelinking cannot be used.
8955         * sysdeps/s390/s390-32/bits/link.h: New file.
8956         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
8957         Save original content of .got[1].
8958         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
8959         of adjusting it if prelinked and prelinking cannot be used.
8960         * sysdeps/s390/s390-64/bits/link.h: New file.
8961         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
8962         Save original content of .got[1].
8963         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
8964         of adjusting it if prelinked and prelinking cannot be used.
8965         * sysdeps/x86_64/bits/link.h: New file.
8966         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
8967         Save original content of .got[1].
8968         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
8969         of adjusting it if prelinked and prelinking cannot be used.
8971 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
8973         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
8974         where appropriate instead of numbers.  Little optimizations.
8976 2001-12-10  Roland McGrath  <roland@frob.com>
8978         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
8979         set it.
8981         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
8982         set to GLIBC_2.2.5, not GLIBC_2.2.4.
8984         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
8985         Fix conditionals so this is set by default for stdio and not for libio.
8986         * sysdeps/mach/hurd/configure: Regenerated.
8988 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
8990         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
8992 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
8994         * io/Makefile (tests): Add bug-ftw3.
8995         * io/bug-ftw3.c: New file.
8997         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
8998         matches and GLOB_NOCHECK is set.
8999         * posix/globtest.sh: Correct expected result for NOCHECK test.
9001         * po/ca.po: Update from translation team.
9003 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9005         Implement transliteration of characters in strings of the locale
9006         definitions.
9007         * locale/programs/linereader.c: Adjust for additional parameter to
9008         lr_token.
9009         (get_string): If character <Uxxxx> is not found try to transliterate
9010         it.
9011         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9012         lr_token.  Add const to charmap parameter of all functions.
9013         (find_translit, find_translit2): New functions.
9014         * locale/programs/charmap.c: Adjust for additional parameter to
9015         lr_token.
9016         * locale/programs/repertoire.c: Likewise.
9017         * locale/programs/linereader.h: Likewise.
9018         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9019         parameter of all functions.
9020         * locale/programs/ld-collate.c: Likewise.
9021         * locale/programs/ld-identification.c: Likewise.
9022         * locale/programs/ld-measurement.c: Likewise.
9023         * locale/programs/ld-messages.c: Likewise.
9024         * locale/programs/ld-monetary.c: Likewise.
9025         * locale/programs/ld-name.c: Likewise.
9026         * locale/programs/ld-numeric.c: Likewise.
9027         * locale/programs/ld-paper.c: Likewise.
9028         * locale/programs/ld-paper.c: Likewise.
9029         * locale/programs/ld-telephone.c: Likewise.
9030         * locale/programs/ld-time.c: Likewise.
9031         * locale/programs/locfile.c: Likewise.
9032         * locale/programs/localedef.c: Likewise.
9033         * locale/programs/localedef.h: Likewise.
9034         * locale/programs/locfile.h: Likewise.  Add declaration for
9035         find_translit.
9036         * locale/programs/simple-hash.c: Add const to first parameter of
9037         find_entry, iterate_table, and lookup.
9038         * locale/programs/simple-hash.h: Likewise.
9039         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9040         instead.
9041         * include/locale.h: Define __LC_LAST.
9042         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9044 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9046         * sysdeps/powerpc/Dist: Update for recent FP changes.
9047         * sysdeps/powerpc/fpu/Dist: Likewise.
9049 2001-12-07  Andreas Schwab  <schwab@suse.de>
9051         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9053 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9055         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9056         save/restore functions here.
9057         (libm-support): Don't define these functions here.
9058         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9059         functions here.
9060         * sysdeps/powerpc/fe_nomask.c: Move to...
9061         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9062         * sysdeps/powerpc/fprrest.S: Move to...
9063         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9064         * sysdeps/powerpc/fprsave.S: Move to...
9065         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9067 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9069         * sysdeps/unix/sysv/linux/opensock.c: New file.
9071 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9073         * config.make.in (with-fp): Define from configure.
9074         * configure.in: Substitute with_fp.
9075         * configure: Regenerate.
9076         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9077         specified, and don't change FPU environment.
9079 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9081         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9082         * assert/assert.c: Check result of __asprintf call and don't use
9083         string if it failed.
9084         * assert/assert-perr.c: Likewise.
9085         * inet/rcmd.c: Likewise.
9086         * locale/programs/localedef.c (main): Check result of
9087         construct_output_path and exit if it failed.
9088         (construct_output_path): Check result of asprintf and mkdir calls and
9089         fail if they failed.
9090         * posix/getopt.c: Check result of __asprintf calls and fail if
9091         they failed.
9092         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9094 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9096         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9097         patch.
9098         * sysdeps/generic/strncase.c: Likewise.
9099         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9101 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9103         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9105         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9106         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9107         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9108         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9109         * sysdeps/powerpc/fclrexcpt.c: Move to...
9110         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9111         * sysdeps/powerpc/fpu_control.h: Move to...
9112         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9114 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9116         * iconvdata/ibm1129.h: Remove duplicate mappings.
9117         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9118         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9119         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9121         * timezone/zic.c: Fix handling of turnaround times.
9122         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9124 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9126         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9127         overflow problem.
9129 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9131         * posix/regex.c: For use outside glibc defined bounded pointer
9132         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9134         * iconvdata/Makefile (modules): Add TCVN5712-1.
9135         * iconvdata/TESTS: Add TCVN5712-1.
9136         * iconvdata/gconv-modules: Likewise.
9137         * iconvdata/tcvn5712-1.c: New file.
9138         * iconvdata/testdata/TCVN-5712: New file.
9139         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9141 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9143         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9145 2001-12-02  Roland McGrath  <roland@frob.com>
9147         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9149         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9150         Reported by Jeff Bailey <jbailey@nisa.net>.
9152         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9153         Reported by Jeff Bailey <jbailey@nisa.net>.
9155         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9156         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9157         Reported by Jeff Bailey <jbailey@nisa.net>.
9159 2001-12-01  Roland McGrath  <roland@frob.com>
9161         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9162         missing backslash in test arguments.
9163         * sysdeps/mach/hurd/configure: Regenerated.
9165 2001-11-26  Roland McGrath  <roland@frob.com>
9167         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9168         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9170 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9172         * iconvdata/Makefile (modules): Add ARMSCII-8.
9173         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9174         * iconvdata/armscii-8.c: New file.
9176 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9178         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9179         don't match, fix {{a,b},c} globbing, clean up.
9180         Patch by Flavio Veloso <flaviovs@magnux.com>.
9181         * posix/globtest.sh: Add new tests.
9183 2001-11-29  Andreas Jaeger  <aj@suse.de>
9185         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9186         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9188         * sysdeps/generic/abort.c: Include libioP.h for
9189         _IO_flush_all_lockp prototype.
9191 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
9193         * posix/regex.h: Define __restrict_arr correctly.
9195 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9197         * iconvdata/ibm1163.c: New file.
9198         * iconvdata/ibm1163.h: New file.
9199         * iconvdata/ibm1164.c: New file.
9200         * iconvdata/ibm1164.h: New file.
9201         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9202         * iconvdata/Makefile: Likewise.
9203         * iconvdata/testdata/IBM1163: New file.
9204         * iconvdata/testdata/IBM1163..UTF8: New file.
9205         * iconvdata/testdata/IBM1164: New file.
9206         * iconvdata/testdata/IBM1164..UTF8: New file.
9207         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9209         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
9210         * iconvdata/ibm1124.h: Likewise.
9211         * iconvdata/ibm1132.h: Likewise.
9212         * iconvdata/ibm1133.h: Likewise.
9213         * iconvdata/ibm1160.h: Likewise.
9214         * iconvdata/ibm1161.h: Likewise.
9215         * iconvdata/ibm1162.h: Likewise.
9216         * iconvdata/ibm856.h: Likewise.
9217         * iconvdata/ibm922.h: Likewise.
9218         * iconvdata/ibm930.h: Likewise.
9219         * iconvdata/ibm932.h: Likewise.
9220         * iconvdata/ibm933.h: Likewise.
9221         * iconvdata/ibm935.h: Likewise.
9222         * iconvdata/ibm937.h: Likewise.
9223         * iconvdata/ibm939.h: Likewise.
9224         * iconvdata/ibm943.h: Likewise.
9225         * iconvdata/ibm930.c: Pretty printing.
9226         * iconvdata/ibm937.c: Avoid access accross array boundary.
9228         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9229         the current locale's codeset.
9230         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9231         empty input string.
9232         * iconv/iconv_prog.c: Pass empty strings as default value for to-
9233         and from-charset.  Don't determine locale's charset here.
9235         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
9236         as the old _IO_flush_all but lock only if parameter is nonzero.
9237         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9238         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9239         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9240         if libio is used [PR libc/2575].
9242 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
9244         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9245         __signbitl): Only define for ISO C99.
9247 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9249         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9250         herrnop to NETDB_INTERNAL if we run out of buffer space.
9252 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9254         * nss/nss_files/files-XXX.c (internal_getent): Correct input
9255         overflow test for platforms with signed char.
9256         Reported by Andrew Haley <aph@cambridge.redhat.com>.
9258 2001-11-28  Bruno Haible  <bruno@clisp.org>
9260         * locale/programs/simple-hash.c (lookup_2): Remove function.
9261         (insert_entry_2): Call lookup instead of lookup_2.
9263 2001-03-04  Bruno Haible  <bruno@clisp.org>
9265         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9267 2001-10-31  Bruno Haible  <bruno@clisp.org>
9269         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9271 2001-03-21  Bruno Haible  <bruno@clisp.org>
9273         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
9274         chokes on empty macro arguments.
9275         * intl/plural.y: Add #pragma for alloca on AIX 3.
9277 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9279         * intl/dcigettext.c (guess_category_value): Only implement for
9280         glibc.  Otherwise rely on function _nl_locale_name which isn't
9281         present in the glibc sources.
9283 2001-09-24  Bruno Haible  <bruno@clisp.org>
9285         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
9286         transliteration when building on a glibc system but outside glibc.
9288 2001-09-22  Bruno Haible  <bruno@clisp.org>
9290         * intl/plural-eval.c: New file, extracted from dcigettext.c.
9291         * intl/dcigettext.c (plural_eval): Remove function, moved to
9292         intl/plural-eval.c.
9293         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
9294         Include plural-eval.c.
9296 2001-09-22  Bruno Haible  <bruno@clisp.org>
9298         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
9299         don't start with a digit; nplurals must be positive.
9301 2001-09-02  Bruno Haible  <bruno@clisp.org>
9303         * intl/plural-exp.h: New file, extracted from gettextP.h.
9304         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
9305         * intl/gettextP.h (struct expression, struct parse_args,
9306         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
9307         * intl/loadmsgcat.c: Include plural-exp.h.
9308         (PLURAL_PARSE): Move macro to plural-exp.h.
9309         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
9310         plural-exp.c.
9311         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
9312         EXTRACT_PLURAL_EXPRESSION.
9313         (_nl_unload_domain): Update.
9314         * intl/dcigettext.c: Include plural-exp.h.
9315         * intl/plural.y: Include plural-exp.h, not gettextP.h.
9316         (FREE_EXPRESSION): Move macro to plural-exp.h.
9317         * intl/Makefile (routines): Add plural-exp.
9318         (distribute): Add plural-exp.h.
9320 2001-07-28  Bruno Haible  <bruno@clisp.org>
9322         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
9323         isdigit, tolower argument to 'unsigned char'.
9324         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
9325         'unsigned char'.
9326         * intl/localealias.c (read_alias_file): Cast isspace argument to
9327         'unsigned char'.
9329 2001-10-20  Bruno Haible  <bruno@clisp.org>
9331         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
9332         anyway.)
9333         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
9334         with the variable 'index' in plural_lookup.
9335         * intl/l10nflist.c (strchr): Likewise.
9336         * intl/localealias.c (strchr): Likewise.
9338         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
9339         * intl/bindtextdom.c: Likewise.
9340         * intl/dcigettext.c: Likewise.
9341         * intl/dgettext.c: Likewise.
9342         * intl/dngettext.c: Likewise.
9343         * intl/explodename.c: Likewise.
9344         * intl/finddomain.c: Likewise.
9345         * intl/gettext.c: Likewise.
9346         * intl/l10nflist.c: Likewise.
9347         * intl/loadmsgcat.c: Likewise.
9348         * intl/localealias.c: Likewise.
9349         * intl/ngettext.c: Likewise.
9350         * intl/textdomain.c: Likewise.
9351         * intl/gettext.h: Assume <limits.h> exists.
9353 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9355         * stdio-common/Makefile (tests): Add scanf11.
9356         * stdio-common/scanf11.c: New file.
9358 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9360         * version.h (RELEASE): Define as development.
9361         (VERSION): Set to 2.2.90.
9363 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9365         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
9366         * nis/nss_nis/nis-grp.c: Likewise.
9367         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9369         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
9370         * nis/nss_nis/nis-pwd.c: Likewise.
9371         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9373         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
9374         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9375         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9377         * nscd/grpcache.c: Use strtoul instead of atol.
9378         * nscd/pwdcache.c: Likewise.
9379         * nss/getent.c: Likewise.
9381 2001-11-27  Paul Eggert  <eggert@twinsun.com>
9383         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9384         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9386 2001-11-19  Bruno Haible  <bruno@clisp.org>
9388         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
9389         90%.
9390         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
9391         improves the quality of the hash function, especially for short
9392         strings.
9394 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9396         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
9397         are found call conv_error and not input_error [PR libc/2669].
9399         * math/bits/mathcalls.h: Mark ceil and floor as const.
9400         Reported by David Mosberger.
9402 2001-11-21  Jim Meyering  <meyering@lucent.com>
9404         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
9405         Define to be __-prefixed.
9406         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
9408 2001-11-26  Andreas Jaeger  <aj@suse.de>
9410         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
9411         avoid warning.
9413 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
9415         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
9416         initialization.
9418         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
9419         unused variables.  Fix threshold for returning 1.0.
9421         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
9422         argument.
9424         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
9425         remove unused variables.
9427         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
9429         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
9430         include local math header files.
9432 2001-11-22  Andreas Jaeger  <aj@suse.de>
9434         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
9435         avoid warning.
9437 2001-11-21  Andreas Jaeger  <aj@suse.de>
9439         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
9441         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
9442         sys/debugreg.h
9444 2001-11-15  Andreas Jaeger  <aj@suse.de>
9446         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
9447         compilers that support it.
9449         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
9450         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9451         * stdlib/stdlib.h: Likewise.
9453 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
9455         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
9456         statement with gotos.
9457         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
9459 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
9461         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
9463 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
9465         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
9467 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
9468             H.J. Lu  <hjl@gnu.org>
9470         * Versions.def (libc): Add GCC_3.0.
9471         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
9472         if gcc supports this flag.
9473         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
9474         (gcc3): Allow glibc to be compiled with gcc 3.x.
9475         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
9476         * config.make.in (static-libgcc, unwind-find-fde): Add.
9477         * Makerules (build-shlib-helper, build-module-helper): Use it.
9478         * scripts/versions.awk: Make sure GLIBC_ versions come first.
9479         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
9480         necessary.
9481         (_fini): Call __deregister_frame_info_bases if
9482         __register_frame_info_bases was used to register.
9483         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
9484         for GLIBC_2.0.
9485         (__register_frame_info_bases, __register_frame_info_table_bases,
9486         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
9487         * elf/Makefile (routines): Add unwind-dw2-fde.
9488         (shared-only-routines): Add unwind-dw2-fde.
9489         * sysdeps/alpha/gccframe.h: New file.
9490         * sysdeps/arm/gccframe.h: New file.
9491         * sysdeps/generic/framestate.c: New file.
9492         * sysdeps/generic/dwarf2.h: New file.
9493         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
9494         * sysdeps/generic/unwind-dw2-fde.c: New file.
9495         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
9496         * sysdeps/generic/unwind-dw2-fde.h: New file.
9497         * sysdeps/generic/unwind-dw2.c: New file.
9498         * sysdeps/generic/unwind-pe.h: New file.
9499         * sysdeps/generic/unwind.h: New file.
9500         * sysdeps/hppa/gccframe.h: New file.
9501         * sysdeps/i386/gccframe.h: New file.
9502         * sysdeps/m68k/gccframe.h: New file.
9503         * sysdeps/mips/gccframe.h: New file.
9504         * sysdeps/powerpc/gccframe.h: New file.
9505         * sysdeps/s390/gccframe.h: New file.
9506         * sysdeps/sh/gccframe.h: New file.
9507         * sysdeps/sparc/gccframe.h: New file.
9508         * sysdeps/vax/gccframe.h: New file.
9509         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9510         Set on all architectures except ia64.
9511         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
9512         for i386.
9513         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
9514         __deregister_frame_info): Move to elf/Versions.
9515         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
9516         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
9517         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
9518         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
9519         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
9520         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
9521         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
9522         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
9523         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
9524         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
9525         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
9526         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
9527         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9528         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
9529         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
9530         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
9531         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
9532         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
9534 2001-11-15  Jeff Law  <law@redhat.com>
9536         * posix/regex.c (uintptr_t): Do not provide a definition if the
9537         system provided one.
9539 2001-11-13  Roland McGrath  <roland@frob.com>
9541         * stdio-common/tmpfile.c: Moved to ...
9542         * sysdeps/generic/tmpfile.c: ... here.
9543         * sysdeps/mach/hurd/tmpfile.c: New file.
9545         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
9546         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
9547         (fopenport): Define as weak alias.
9549         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
9550         * libio/libioP.h: ... to here.
9552 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
9554         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
9555         program header twice.  Construct list with the needed information.
9557 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
9559         * po/ca.po: Update from translation team.
9561         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
9562         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
9563         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
9564         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9566 2001-11-10  Andreas Jaeger  <aj@suse.de>
9568         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
9569         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
9570         Contributed by Stephen L Moshier <moshier@mediaone.net>.
9572 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9574         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
9575         correctly.
9576         * elf/dl-load.c (is_dst): New function.
9577         (_dl_dst_count): Use is_dst to check for DST variable.
9578         (_dl_dst_substitute): Likewise.
9580 2001-11-09  Roland McGrath  <roland@frob.com>
9582         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
9583         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
9584         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
9585         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
9586         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
9587         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
9588         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
9589         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
9590         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
9591         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
9592         * sysdeps/mach/hurd/powerpc/Dist: New file.
9594         * hurd/privports.c (__get_privileged_ports):
9595         Only contact the proc server if necessary for this call.
9596         Suggested by Neal H Walfield <neal@cs.uml.edu>.
9597         Check error return for mach_port_mod_refs.
9599 2001-11-09  Andreas Schwab  <schwab@suse.de>
9601         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
9603 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9605         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
9606         object is always the last in the list.
9607         (_dl_map_object_from_fd): Delete code to remove from object list
9608         when DF_1_NOOPEN is seen.  This is done in lose.
9610 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
9612         * elf/dl-object.c (_dl_new_object): Various small optimizations.
9614 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
9616         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
9617         HWCAP_CHECK macro code.
9619         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
9620         Now returns MAP_FAILED on error.
9621         * elf/rtld.c: Adjust caller.
9622         * sysdeps/generic/dl-cache.c: Likewise.
9623         * sysdeps/generic/ldsodefs.h: Adjust description.
9625         * elf/dl-version.c (match_symbol): Optimize error handling for size.
9626         (_dl_check_map_versions): Likewise.
9628 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9630         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
9631         _dl_signal_error directly, always use lose.  Set fd to -1 after
9632         file is closed.
9633         (lose): Don't call close if fd == -1.
9635 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
9637         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
9638          Also fix typo @code {mbsinit} to @code{mbsinit}.
9640 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9642         * elf/dl-profile.c: Replace state variable with simple flag named
9643         running.  Remove commented-out code.
9645         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
9646         (_dl_init_paths): Likewise.
9647         (_dl_map_object_from_fd): Likewise.
9648         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9650 2001-11-06  Roland McGrath  <roland@frob.com>
9652         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
9653         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
9655         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
9656         sysdeps/powerpc/elf/sysdep.h.
9657         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
9659 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9661         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
9662         speed.
9663         (process_envvars): Some more optimizations.
9664         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
9666         * elf/elf.h: Add dynamic tag definitions for prelinking.
9668         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
9669         Rewrite code to remove environment varables for SUID binaries.
9670         Small optimization in LD_PROFILE handling.
9671         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
9672         changes.
9673         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9675         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
9677         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
9678         strings.  Change type of second parameter.
9679         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
9680         for last change.
9682         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
9684 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9686         * manual/string.texi: Fix typos.
9687         * manual/examples/argp-ex2.c: Likewise.
9689 2001-11-05  Roland McGrath  <roland@frob.com>
9691         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
9692         the more-specific unix/sysv/linux/powerpc file and breaks everything.
9693         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
9694         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
9695         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
9696         here, put under [__ELF__].
9698 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9700         * manual/charset.texi: Extensive editing work.
9701         * manual/nss.texi: Likewise.
9702         Changes by Dennis Grace <dgrace@us.ibm.com>.
9704 2001-11-04  Roland McGrath  <roland@frob.com>
9706         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
9707         parameter to dir_mkfile.
9709 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
9711         * string/bits/string2.h (__strndup): If n is smaller than len, set
9712         len to n + 1.
9713         * string/tester.c (test_strndup): New function.
9714         (main): Call it.
9716 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
9718         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
9720         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
9721         * scripts/cpp: New file.
9723         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
9724         for rtld_search_dirs content.  Minor optimizations.
9726 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
9728         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
9729         avoiding unnecessary duplication.
9731 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
9733         * elf/dl-load.c (_dl_map_object): If library was found using
9734         LD_LIBRARY_PATH, don't try RUNPATH list.
9736 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9738         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
9739         Correct second argument of register_dump call.
9740         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
9741         Likewise.
9743 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
9745         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
9746         modules.
9747         * iconvdata/TESTS: Likewise.
9748         * iconvdata/gconv-modules: Likewise.
9749         * iconvdata/ibm1132.c: New file.
9750         * iconvdata/ibm1132.h: New file.
9751         * iconvdata/ibm1133.c: New file.
9752         * iconvdata/ibm1133.h: New file.
9753         * iconvdata/ibm1162.c: New file.
9754         * iconvdata/ibm1162.h: New file.
9755         * iconvdata/testdata/IBM1132: New file.
9756         * iconvdata/testdata/IBM1132..UTF8: New file.
9757         * iconvdata/testdata/IBM1133: New file.
9758         * iconvdata/testdata/IBM1133..UTF8: New file.
9759         * iconvdata/testdata/IBM1162: New file.
9760         * iconvdata/testdata/IBM1162..UTF8: New file.
9761         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
9763         * string/string.h: Fix typo in comment.
9764         * wcsmbs/wchar.h: Likewise.
9766 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9768         * manual/getopt.texi (getopt_long, getopt_long_only): Include
9769         const in type of longopts parameter.
9771 2001-10-29  Andreas Jaeger  <aj@suse.de>
9773         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
9775 2001-10-29  Kevin Ryde  <user42@zip.com.au>
9777         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
9778         output, clarify `#' behaviour on 0.
9779         (Floating-Point Conversions): Clarify that %g only uses %e when
9780         the exponent would be greater than 1.
9782 2001-10-28  Roland McGrath  <roland@frob.com>
9784         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
9785         * sysdeps/mach/powerpc/machine-sp.h: New file.
9786         * sysdeps/mach/powerpc/sysdep.h: New file.
9787         * sysdeps/mach/powerpc/thread_state.h: New file.
9789         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
9790         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
9791         expect to need the same thing on every platform.
9793         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
9794         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
9796         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
9797         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
9798         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
9799         Move all these assembly-related definitions to ...
9800         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
9802         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
9803         by Peter Bruin <pjbruin@dds.nl>.
9805         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
9806         packing results for a `poll' call.
9808 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
9810         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
9811         correctly.
9812         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
9813         bracket expression.
9815         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
9816         nrules value.
9817         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
9819 2001-10-24  H.J. Lu  <hjl@gnu.org>
9821         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
9822         Use __BEGIN_DECLS/__END_DECLS around prototypes.
9823         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
9825 2001-10-21  Jim Meyering  <meyering@lucent.com>
9827         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
9828         this code would end up calling gettext even in packages built
9829         with --disable-nls.
9830         * posix/getopt.c (_): Likewise.
9831         * posix/regex.c (_): Likewise.
9833 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
9835         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
9836         lookup not ip6.int.
9837         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
9838         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
9840 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9842         * misc/sys/cdefs.h (__attribute_used__): Define.
9843         * elf/rtld.c (_dl_start): Add __attribute_used__.
9844         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
9846 2001-10-25  Andreas Schwab  <schwab@suse.de>
9848         * stdlib/a64l.c: Expect least significant digit first.
9849         * stdlib/l64a.c: Produce least significant digit first.
9850         * stdlib/Makefile (tests): Add test-a64l.
9851         * stdlib/test-a64l.c: New file.
9852         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
9854 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
9856         * po/sk.po: Update from translation team.
9858 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
9860         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
9862 2001-10-18  Andreas Schwab  <schwab@suse.de>
9864         * math/libm-test.inc (print_ulps): Print ulp values rounded to
9865         next whole number.
9866         (print_function_ulps): Likewise.
9867         (print_complex_function_ulps): Likewise.
9868         (print_max_error): Likewise.
9869         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
9871 2001-10-16  Andreas Schwab  <schwab@suse.de>
9873         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
9874         implementation.
9876         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
9877         BSD_SETJMP or BSD__SETJMP is defined, resp.
9878         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
9879         a tail call to __sigsetjmp that would require extending the
9880         caller's frame.
9881         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
9882         * sysdeps/m68k/bsd-setjmp.S: Deleted.
9883         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
9884         Reported by Jes Sorensen <jes@trained-monkey.org>.
9886 2001-10-16  Andreas Jaeger  <aj@suse.de>
9888         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
9889         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
9890         close PR libc/2589.
9892 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
9894         * po/ca.po: New file.  Contributed by the translation team.
9896 2001-10-15  Ralf Baechle  <ralf@gnu.org>
9898         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
9899         a varargs prototype.  Remove dependency from kernel header files.
9901         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
9902         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
9904 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
9906         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
9907         to generate hexadecimal identifier.
9908         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
9910 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
9912         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
9914 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
9916         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
9917         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
9918         Contributed by Stephen L Moshier <moshier@mediaone.net>.
9920         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
9921         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
9922         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
9923         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
9924         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
9925         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
9927         * timezone/africa: Update from tzdata2001d.
9928         * timezone/asia: Likewise.
9929         * timezone/australasia: Likewise.
9930         * timezone/backward: Likewise.
9931         * timezone/europe: Likewise.
9932         * timezone/leapseconds: Likewise.
9933         * timezone/northamerica: Likewise.
9934         * timezone/southamerica: Likewise.
9935         * timezone/zone.tab: Likewise.
9937 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9939         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
9940         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
9942 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
9944         * elf/elf.h (PT_TLS): New definition.
9946 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
9948         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
9949         bits/errno.h
9951 2001-10-07  Roland McGrath  <roland@frob.com>
9953         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
9955 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
9957         * elf/elf.h: Add more ELFOSABI_* constants.
9959 2001-10-04  Ben Collins  <bcollins@debian.org>
9961         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
9962         decleration of __need_wchar_t.
9964 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
9966         * string/bits/string2.h (__strsep_g): Add prototype.
9967         (__strsep): Use it.
9968         * string/Versions (__strsep): Remove.
9969         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
9971 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
9973         * manua/llio.texi: Clarify file references added by mmap.
9974         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
9976 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
9978         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
9979         Add sc_loadrs and sc_rbs_bas to match current kernel.
9981 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
9983         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
9985         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
9987 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
9989         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
9990         object has been bumped because of relocation dependency, avoid
9991         duplicates in l_scope.
9992         (show_scope): Fix typos.
9993         * elf/Makefile: Add rules to build and run reldep6.
9994         * elf/reldep6.c: New file.
9995         * elf/reldep6mod0.c: New file.
9996         * elf/reldep6mod1.c: New file.
9997         * elf/reldep6mod2.c: New file.
9998         * elf/reldep6mod3.c: New file.
9999         * elf/reldep6mod4.c: New file.
10001 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10003         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10004         sparc64_fixup_plt.
10005         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10006         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10007         for non-lazy binding. Fix .plt[32768+] handling.
10008         (elf_machine_plt_value): Don't add addend.
10009         (elf_machine_rela): Call sparc64_fixup_plt instead of
10010         elf_machine_fixup_plt.
10011         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10012         dynamic linker at 0xfffff800XXXXXXXX.
10014         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10016 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10018         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10020 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10022         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10023         declare __cmsg_data field if its size would be bigger than 0.
10024         (CMSG_DATA): Adjust accordingly.
10025         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10026         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10027         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10028         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10029         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10030         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10031         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10033 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10035         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10036         * iconvdata/testdata/IBM1160: New file.
10037         * iconvdata/testdata/IBM1160..UTF8: New file.
10038         * iconvdata/testdata/IBM1161: New file.
10039         * iconvdata/testdata/IBM1161..UTF8: New file.
10040         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10042 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10044         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10045         UL_SETFSIZE computations better.
10047         * rt/Makefile: Remove use of filter for librt again.
10049         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10050         UL_SETFSIZE computations better.
10052         * string/Versions: Export __strsep for GLIBC_2.2.5.
10053         * string/bits/string2.h: Define all __STRING_INLINE functions if
10054         _FORCE_INLINES is defined.
10055         Use int instead of char of parameter types.
10056         (__strsep): Don't use __strsep_g.  Don't define it.
10057         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10058         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10059         __strcpy_small.
10060         (__stpcpy_a_small): Renamed from __stpcpy_small.
10061         (__strcspn_c1): Don't define if _FORCE_INLINES.
10062         (__strspn_c1): Likewise.
10064 2001-09-22  Ben Collins  <bcollins@debian.org>
10066         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10067         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10068         * sysdeps/ia64/bits/sigaction.h: Likewise.
10069         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10071 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10073         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10075 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10077         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10079 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10081         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10083 2001-09-20  H.J. Lu  <hjl@gnu.org>
10085         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10086         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10087         for __RTLD_SPROF.
10088         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10089         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10091 2001-09-20  H.J. Lu  <hjl@gnu.org>
10093         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10094         don't add 1.
10096 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10098         * nss/getent.c: Accept -s parameter to overwrite rules in
10099         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10101         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10102         with as many ".0" as necessary to form a complete address
10103         inet_network understands.
10105         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10106         calls.
10108 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10110         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10111         _JMPBUF_UNWINDS.
10112         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10114 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10116         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10117         IBM1161.
10118         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10119         * iconvdata/ibm1160.c: New file.
10120         * iconvdata/ibm1160.h: New file.
10121         * iconvdata/ibm1161.c: New file.
10122         * iconvdata/ibm1161.h: New file.
10123         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10125 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10127         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10128         difference between base address and first PT_LOAD's virtual address,
10129         not the base address.
10131 2001-09-11  Tom Rix  <trix@redhat.com>
10133         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10134         ifdef for __getopt_clean_environment.
10135         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10137 2001-09-22  Andreas Jaeger  <aj@suse.de>
10139         * elf/reldep4.c (main): Add proper prototype to fix warning.
10141         * elf/reldep5.c (main): Remove unused variable.
10143         * math/math_private.h: Add prototypes.
10145 2001-09-21  Andreas Jaeger  <aj@suse.de>
10147         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10148         * sysdeps/x86_64/Dist: New file.
10149         * sysdeps/x86_64/soft-fp/Dist: New file.
10151         * sysdeps/gnu/Dist: Remove eval.c.
10153 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10155         * malloc/memusage.c (realloc): Don't count already allocated
10156         memory in the sums.
10157         (me): Always use dlsym() to find the real implementations.
10159         * malloc/memusage.sh: Make -n option actually do something.
10161 2001-09-20  Andreas Jaeger  <aj@suse.de>
10163         * elf/elf.h (R_390_NUM): Correct value.
10165         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10166         libpthread.
10168         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10169         for x86-64, install x86-64 into */lib64.
10171         * shlib-versions: Add x86-64.
10173         * elf/elf.h: Add x86-64 relocations.
10175 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10177         * po/fr.po: Update from translation team.
10179 2001-09-19  Andreas Jaeger  <aj@suse.de>
10181         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10182         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10183         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10184         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10185         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10186         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10187         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10188         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10189         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10190         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10191         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10192         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10193         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10194         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10195         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10196         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10197         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10198         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10199         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10200         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10201         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10202         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10203         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10204         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10205         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10206         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10207         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10208         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10209         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10210         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10211         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10212         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10213         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10214         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10215         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10216         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10217         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10218         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10219         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10220         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10221         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10222         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10223         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10224         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10225         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10226         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10227         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10228         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10229         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10230         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10231         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10232         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10233         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10234         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10235         * sysdeps/unix/x86_64/sysdep.S: New file.
10236         * sysdeps/unix/x86_64/sysdep.h: New file.
10237         * sysdeps/x86_64/Implies: New file.
10238         * sysdeps/x86_64/Makefile: New file.
10239         * sysdeps/x86_64/Versions: New file.
10240         * sysdeps/x86_64/__longjmp.S: New file.
10241         * sysdeps/x86_64/abort-instr.h: New file.
10242         * sysdeps/x86_64/atomicity.h: New file.
10243         * sysdeps/x86_64/bits/endian.h: New file.
10244         * sysdeps/x86_64/bits/setjmp.h: New file.
10245         * sysdeps/x86_64/bits/string.h: New file.
10246         * sysdeps/x86_64/bp-asm.h: New file.
10247         * sysdeps/x86_64/bsd-_setjmp.S: New file.
10248         * sysdeps/x86_64/bsd-setjmp.S: New file.
10249         * sysdeps/x86_64/dl-machine.h: New file.
10250         * sysdeps/x86_64/elf/initfini.c: New file.
10251         * sysdeps/x86_64/elf/start.S: New file.
10252         * sysdeps/x86_64/ffs.c: New file.
10253         * sysdeps/x86_64/ffsll.c: New file.
10254         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10255         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10256         * sysdeps/x86_64/fpu/e_acosl.c: New file.
10257         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10258         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10259         * sysdeps/x86_64/fpu/e_expl.c: New file.
10260         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10261         * sysdeps/x86_64/fpu/e_log10l.S: New file.
10262         * sysdeps/x86_64/fpu/e_log2l.S: New file.
10263         * sysdeps/x86_64/fpu/e_logl.S: New file.
10264         * sysdeps/x86_64/fpu/e_powl.S: New file.
10265         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10266         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10267         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10268         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10269         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10270         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10271         * sysdeps/x86_64/fpu/fegetenv.c: New file.
10272         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
10273         * sysdeps/x86_64/fpu/fegetround.c: New file.
10274         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
10275         * sysdeps/x86_64/fpu/fesetenv.c: New file.
10276         * sysdeps/x86_64/fpu/fesetround.c: New file.
10277         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
10278         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
10279         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
10280         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
10281         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
10282         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
10283         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
10284         * sysdeps/x86_64/fpu/s_atanl.c: New file.
10285         * sysdeps/x86_64/fpu/s_cosl.S: New file.
10286         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
10287         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
10288         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
10289         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
10290         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
10291         * sysdeps/x86_64/fpu/s_logbl.c: New file.
10292         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
10293         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
10294         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
10295         * sysdeps/x86_64/fpu/s_rintl.c: New file.
10296         * sysdeps/x86_64/fpu/s_significandl.c: New file.
10297         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
10298         * sysdeps/x86_64/fpu/s_sinl.S: New file.
10299         * sysdeps/x86_64/fpu/s_tanl.S: New file.
10300         * sysdeps/x86_64/gmp-mparam.h: New file.
10301         * sysdeps/x86_64/hp-timing.c: New file.
10302         * sysdeps/x86_64/hp-timing.h: New file.
10303         * sysdeps/x86_64/htonl.S: New file.
10304         * sysdeps/x86_64/memusage.h: New file.
10305         * sysdeps/x86_64/setjmp.S: New file.
10306         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
10307         * sysdeps/x86_64/stackinfo.h: New file.
10308         * sysdeps/x86_64/sysdep.h: New file.
10309         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
10311         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
10312         L Moshier.
10314 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10316         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
10317         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
10319 2001-09-18  Andreas Schwab  <schwab@suse.de>
10321         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
10322         list, now that l_scope is a pointer.
10324         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
10325         scope list.
10327 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
10329         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
10330         (elf_machine_rela_relative): Add a missing declaration.
10332 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
10334         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
10335         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
10336         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
10337         ldd-rewrite scripts.
10339 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10341         * elf/ldd.bash.in: Update copyright message.
10343 2001-09-17  H.J. Lu  <hjl@gnu.org>
10345         * hurd/hurdmalloc.c (bcopy): Removed.
10346         (realloc): Replace bcopy with memcpy.
10347         * hurd/path-lookup.c (file_name_path_scan): Likewise.
10348         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
10349         * sunrpc/rpcinfo.c (pmapdump): Likewise.
10351         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
10352         (gethostbyaddr): Likewise.
10353         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
10355 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10357         * sysdeps/gnu/eval.c: Removed.
10359 2001-09-18  Andreas Jaeger  <aj@suse.de>
10361         * sysdeps/i386/fpu/s_logbl.S: Move to ...
10362         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
10364         * sysdeps/i386/fpu/s_rintl.S: Move to ...
10365         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
10367         * sysdeps/i386/fpu/s_significandl.S: Move to ...
10368         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
10370 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
10372         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10373         nrules value.
10375 2001-09-14  H.J. Lu  <hjl@gnu.org>
10377         * sysdeps/mips/fpu/libm-test-ulps: Updated.
10379 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
10381         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
10382         Patch by Florian La Roche <laroche@redhat.com>.
10384         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
10386         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
10387         ETHER_CRC_LEN.
10389 2001-09-14  Andreas Schwab  <schwab@suse.de>
10391         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
10392         Sumner <bls@sgi.com>.
10393         * posix/execlp.c: Likewise.
10395 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
10397         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
10398         is already found earlier in the search scope.
10400 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
10402         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
10403         filter.
10405 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
10407         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
10409 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
10411         * config.h.in: Enforce optimization to be used.
10412         * Makeconfig (preprocess-versions): Define ASSEMBLER.
10413         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
10414         * posix/Makefile (annexc-CFLAGS): Define to -O.
10415         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
10417 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
10419         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
10420         Patch by Stephan Kulow.
10422 2001-09-08  Ben Collins  <bcollins@debian.org>
10424         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
10425         usage of RESOLVE() (r_type, not reloc->r_type).
10427 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10429         * elf/dl-object.c: Avoid allocating extra memory block for name.
10430         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
10431         allocated separately.
10432         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10434 2001-09-08  H.J. Lu  <hjl@gnu.org>
10436         * po/zh_TW.po: Fix a typo.
10438 2001-09-07  Tom Rix  <trix@redhat.com>
10440         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
10442 2001-08-26  Tom Rix  <trix@redhat.com>
10444         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
10445         command line options.
10446         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
10447         * sysdeps/unix/sysv/aix/start.c: Removed.
10448         * sysdeps/unix/sysv/aix/start-libc.c: New file.
10449         * sysdeps/unix/sysv/aix/init-first.c: New file.
10450         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
10452 2001-09-08  Ben Collins  <bcollins@debian.org>
10454         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
10455         * sysdeps/generic/dl-machine.h: Likewise.
10456         * sysdeps/hppa/dl-fptr.c: Likewise.
10457         * sysdeps/ia64/dl-fptr.c: Likewise.
10458         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10459         * sysdeps/mips/dl-machine.h: Likewise.
10460         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10461         * sysdeps/powerpc/dl-machine.c: Likewise.
10463 2001-09-07  Ben Collins  <bcollins@debian.org>
10465         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
10467         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
10469 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10471         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
10472         dependencies if necessary.
10474         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
10475         loaded directly) determine length if l_initfini list by iterating
10476         over its elements.  Minor optimizations.
10477         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
10478         for dependency objects.
10479         If object was already loaded check whether any of the dependencies
10480         is already on the relocation dependency list.  If yes, remove the
10481         latter.  Minor optimizations.
10482         * elf/dl-lookup.c (add_dependency): Add check for self reference of
10483         maps here.  Search l_initfini list only if the object was loaded
10484         directly and not only as a dependency.
10485         (_dl_lookup_symbol): Add relocation dependency also if object
10486         is not in global scope.  Remove test for self-reference here.
10487         (_dl_lookup_versioned_symbol): Likewise.
10488         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
10489         element of first name record.
10490         * elf/loadtest.c: Add some more test to recognize early if an object
10491         wasn't unloaded.
10492         * elf/Makefile: Add rules to build and run reldep5.
10493         * elf/reldep5.c: New file.
10494         * elf/reldepmod5.c: New file.
10495         * elf/reldepmod6.c: New file.
10497         * elf/reldep2.c: Fix typo.
10499 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
10501         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
10502         elements.  Change l_scope to be a pointer only.
10503         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
10504         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
10505         here add searchlist of newly open file to the dependency's scope.
10506         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
10507         only searchlist from its scope.  Free own scope array if necessary.
10508         * elf/Makefile (tests): Add dblload and dblunload now.
10510 2001-09-06  Andreas Jaeger  <aj@suse.de>
10512         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
10513         Stephen L Moshier.
10515 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
10517         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
10518         they both fail.
10519         * elf/dblload.c: New file.
10520         * elf/dblloadmod1.c: New file.
10521         * elf/dblloadmod2.c: New file.
10522         * elf/dblloadmod3.c: New file.
10523         * elf/dblunload.c: New file.
10525 2001-09-04  Richard Henderson  <rth@redhat.com>
10527         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
10528         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
10530 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10532         Correct very misleading message for error in failed runtime relocation.
10533         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
10534         place of the error.
10535         (_dl_signal_cerror): Likewise.
10536         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
10537         * elf/dl-close.c: Likewise.
10538         * elf/dl-deps.c: Likewise.
10539         * elf/dl-load.c: Likewise.
10540         * elf/dl-lookup.c: Likewise.
10541         * elf/dl-open.c: Likewise.
10542         * elf/dl-reloc.c: Likewise.
10543         * elf/dl-sym.c: Likewise.
10544         * elf/dl-version.c: Likewise.
10545         * sysdeps/generic/dl-sysdep.c: Likewise.
10547 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10549         * iconv/strtab.c (strtabinit): Initialize null Strent.
10550         (newstring): Move len == 0 handling...
10551         (strtabadd): ...here.
10552         If len == 1, return null Strent.
10553         When inserting a suffix of an existing string, check if
10554         it is not equal to some suffix already recorded.
10555         Copy left and right members over if adding longer string.
10557 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10559         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
10561         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
10562         (__syscall_gethostname): Add prototype.
10564 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10566         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
10568 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
10570         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
10572 2001-08-27  Roland McGrath  <roland@frob.com>
10574         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
10575         short, copy that much into NAME anyway before returning error.
10577 2001-09-01  Richard Henderson  <rth@redhat.com>
10579         * sysdeps/alpha/elf/Dist: Remove file.
10580         * sysdeps/alpha/elf/Makefile: Remove file.
10581         * sysdeps/alpha/elf/crtbegin.S: Remove file.
10582         * sysdeps/alpha/elf/crtend.S: Remove file.
10583         * sysdeps/alpha/elf/initfini.c: New file.
10585 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
10587         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
10588         * iconv/tst-iconv3.c: Likewise.
10590 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
10592         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
10594 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
10596         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
10597         export it.
10598         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
10599         * iconv/iconv_prog.c (insert_cache): New function.
10600         (print_known_names): If cache is used call insert_cache to use the
10601         information from the cache [PR libc/2509].
10603 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
10605         * time/strptime.c (strptime_internal): Recognize 'l' format and
10606         handle it like 'I' for symmetry with strftime.
10608 2001-08-31  Richard Henderson  <rth@redhat.com>
10610         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
10611         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
10612         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
10613         (print_statistics): Make scalar unsigned long long.
10614         * sysdeps/alpha/hp-timing.h: New file.
10616 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10618         * stdio-common/perror.c (perror): Save errno early, pass it
10619         down to perror_internal.
10620         (perror_internal): Add errnum argument.
10622 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10624         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
10625         Don't add old memory content for R_ALPHA_REFQUAD.
10627 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10629         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
10630         memory correctly.
10632         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
10633         instead of open, __close instead of close, __getpagesize instead
10634         of getpagesize.
10636         * string/argz-stringify.c (__argz_stringify): Use __strnlen
10637         instead of strnlen.
10638         * include/string.h (strndupa): Redefine here to use __strnlen
10639         instead of strnlen.
10640         * string/strndup.c (__strndup): Use __strnlen not strnlen.
10642         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
10643         connected).
10645 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10647         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
10648         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
10649         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
10650         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
10651         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
10652         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
10653         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
10655 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10657         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
10659 2001-08-30  Andreas Jaeger  <aj@suse.de>
10661         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
10662         contributed Stephen L Moshier.
10664 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10666         * sunrpc/etc.rpc (sgi_fam): Add.
10668 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10670         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
10672 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
10674         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
10675         first is from a previous call.
10676         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
10678 2001-08-29  Andreas Schwab  <schwab@suse.de>
10680         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
10682 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10684         * config.make.in (INSTALL_SCRIPT): Define.
10685         * Makeconfig (INSTALL_SCRIPT): Define.
10686         * Makerules (do-install-script): New macro to install scripts using
10687         INSTALL_SCRIPT.
10688         (install-bin-script): New rule to install scripts with
10689         do-install-script.
10690         (install-bin-script-nosubdir): New rule.
10691         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
10692         (distinfo-vars): Add $(install-bin-script).
10693         * Rules (others): Likewise.
10694         * Makefile (glibcbug): Install with install-bin-script.
10695         * debug/Makefile (xtrace): Likewise.
10696         (catchsegv): Likewise.
10697         * elf/Makefile (ldd): Likewise.
10698         * malloc/Makefile (mtrace): Likewise.
10699         * timezone/Makefile (tzselect): Likewise.
10701 2001-08-29  H.J. Lu  <hjl@gnu.org>
10703         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
10704         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
10705         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
10707 2001-08-29  Andreas Schwab  <schwab@suse.de>
10709         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
10711 2001-08-28  H.J. Lu  <hjl@gnu.org>
10713         * Makeconfig (combreloc-LDFLAGS): New variable.
10714         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
10715         * config.make.in (have-z-combreloc): New variable.
10716         * configure.in: Substitute libc_cv_z_combreloc.
10718 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
10720         * po/sv.po: Update from translation team.
10721         * po/fr.po: Likewise.
10722         * po/da.po: Likewise.
10724 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10726         * Makerules: Fix a typo: MD% -> MD5.
10728 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
10730         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
10731         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
10733 2001-08-28  Andreas Jaeger  <aj@suse.de>
10735         * manual/libc-texinfo.sh: Add entry about free manuals.
10737         * manual/contrib.texi (Contributors): Fix cross reference.
10739         * manual/libc.texinfo (Copying): Include freemanuals.
10741         * manual/Makefile (appendices): Add freemanuals.
10743         * manual/freemanuals.texi: New file.
10744         Patch by Brian Youmans <3diff@gnu.org>.
10746         * manual/libm-err-tab.pl: Pretty print more platforms, print a
10747         smaller table.
10749         * manual/math.texi (Errors in Math Functions): Fix grammar, start
10750         table on separate page.
10751         Patch by Brian Youmans <3diff@gnu.org>.
10753 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
10755         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
10756         the connection went down after we first used it try to connect
10757         again and resend the message before printing to the console.
10758         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
10760 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
10762         * string/tst-strlen.c (main): Test strnlen (, -1) too.
10763         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
10764         bit set.
10766 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
10768         * iconv/strtab.c (searchstring): Use correct length for comparison.
10769         (strtabadd): Account total size correct if new string has old string as
10770         substring.
10772 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
10774         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
10776 2001-08-27  Andreas Jaeger  <aj@suse.de>
10778         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
10780         * math/libm-test.inc (j0_test): Add extra tests.
10781         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
10782         not x, in Hankel approximation.
10783         Patches by Stephen L Moshier.
10785 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10787         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
10788         link_map.
10790         * configure.in: Fix test for .rela.dyn section.
10792         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
10794 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
10796         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
10797         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
10798         Pass type_class to _dl_lookup_*.
10799         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
10800         Pass around just type_class instead of noexec, noplt pair.
10801         (_dl_lookup_versioned_symbol): Likewise.
10802         (_dl_lookup_symbol_skip): Pass around just type_class instead of
10803         noexec, noplt pair.
10804         (_dl_lookup_versioned_symbol_skip): Likewise.
10805         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
10806         * elf/do-lookup.h (do_lookup): Likewise.
10807         * include/link.h (struct link_map): Replace noexec and noplt fields
10808         in l_lookup_cache with type_class field.
10809         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
10810         ELF_RTYPE_CLASS_COPY): Define.
10811         Adjust prototypes for _dl_lookup_symbol and
10812         _dl_lookup_versioned_symbol.
10813         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
10814         elf_machine_lookup_noexec_p): Remove.
10815         (elf_machine_type_class): Define.
10816         * sysdeps/arm/dl-machine.h: Likewise.
10817         * sysdeps/hppa/dl-machine.h: Likewise.
10818         * sysdeps/cris/dl-machine.h: Likewise.
10819         * sysdeps/i386/dl-machine.h: Likewise.
10820         * sysdeps/ia64/dl-machine.h: Likewise.
10821         * sysdeps/m68k/dl-machine.h: Likewise.
10822         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10823         * sysdeps/mips/dl-machine.h: Likewise.
10824         * sysdeps/powerpc/dl-machine.h: Likewise.
10825         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10826         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10827         * sysdeps/sh/dl-machine.h: Likewise.
10828         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10829         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10831 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10833         * manual/message.texi (Advanced gettext functions): Change
10834         description of plural forms for Slovak.
10835         Reported by Marcel Telka <marcel@telka.sk>.
10837         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
10838         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
10840 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
10842         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
10843         typo.  Patch by Florian La Roche <laroche@redhat.com>.
10845 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10847         * include/link.h (struct link_map): Add l_lookup_cache element.
10848         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
10849         (RESOLVE_MAP): Likewise.
10850         (_dl_relocate_object): Remove cache initialization.
10851         * elf/dl-lookup.c: Rip out cache handling code.
10852         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
10853         declarations.
10855         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
10856         remove some __builtin_expect.
10857         (_dl_lookup_versioned_symbol): Likewise.
10859         * config.h.in: Add HAVE_Z_COMBRELOC.
10860         * configure.in: Add test for -z combreloc.
10862         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
10863         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
10864         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
10865         case to almost no code.
10867 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
10869         * po/tr.po: Update from translation team.
10871 2001-08-24  Andreas Jaeger  <aj@suse.de>
10873         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
10874         make clean works.
10876 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10878         * elf/rtld.c (print_statistics): Printf % after percent values.
10879         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
10881         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
10882         don't have to compute the hash value and initialize current_value.
10883         Move reference_name variable to where it is needed.
10884         (_dl_lookup_versioned_symbol): Likewise.
10886 2001-08-24  Roland McGrath  <roland@frob.com>
10888         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
10889         Just test that strerror returns non-null for a few errno codes.
10891 2001-08-23  Roland McGrath  <roland@frob.com>
10893         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
10894         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
10896         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
10898         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
10899         __mach_reply_port.
10901 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10903         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
10904         returns NULL.
10906         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
10907         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
10908         doesn't do it.
10909         * elf/rtld.c: Include <sys/param.h>.
10910         * elf/dl-reloc.c: Likewise.
10912 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10914         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
10915         empty to prevent junk from being generated.
10916         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
10918 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
10920         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
10921         records.  Rename endrel to relative, initialize it to r, and use it
10922         in elf_machine_rel_relative calls.  Point r after relative relocs.
10924 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10926         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
10927         of R_386_NONE.
10929 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
10931         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
10932         necessary.  Undefine newly defined macros at the end.
10933         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
10934         Rename from elf_machine_rel_relative.
10935         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
10936         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
10937         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
10938         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
10939         Likewise.
10940         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
10941         Likewise.
10942         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
10943         Fix argument types.
10944         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
10945         Fix argument types.
10946         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
10947         Likewise.  Fix argument types.
10948         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
10949         Likewise.  Fix argument types.
10950         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
10951         Fix argument types.
10952         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
10953         ElfW(Rel) in argument.
10954         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
10955         function.
10957 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
10959         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
10961 2001-08-24  Andreas Jaeger  <aj@suse.de>
10963         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
10964         Stephen L Moshier <moshier@mediaone.net>.
10966 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10968         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
10969         first if RELCOUNT is set.
10971         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
10972         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
10973         elf_machine_rel_relative.
10974         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
10975         Minor optimizations.
10976         * sysdeps/arm/dl-machine.h: Likewise.
10977         * sysdeps/cris/dl-machine.h: Likewise.
10978         * sysdeps/hppa/dl-machine.h: Likewise.
10979         * sysdeps/i386/dl-machine.h: Likewise.
10980         * sysdeps/ia64/dl-machine.h: Likewise.
10981         * sysdeps/m68k/dl-machine.h: Likewise.
10982         * sysdeps/mips/dl-machine.h: Likewise.
10983         * sysdeps/powerpc/dl-machine.h: Likewise.
10984         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10985         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10986         * sysdeps/sh/dl-machine.h: Likewise.
10987         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10988         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10990 2001-08-23  Roland McGrath  <roland@frob.com>
10992         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
10994         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
10995         sysdeps/mach version.  Implement counting ("recursive") mutexes
10996         on top of cthreads mutexes.
10997         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
10999         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11000         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11001         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11002         __libc_clean_end): Define these to call the cleanup function after
11003         normal exit when they're supposed to.
11005         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11006         Take new first arg DOIT, a boolean saying whether to really install
11007         any cleanup handler.
11008         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11009         (__libc_cleanup_end): Likewise.
11010         * sysdeps/generic/bits/libc-lock.h: Same changes.
11011         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11012         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11013         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11014         Likewise.
11015         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11016         * sysdeps/generic/bits/stdio-lock.h
11017         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11019 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11021         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11023 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11025         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
11026         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11027         lookups in cache.
11028         (_dl_lookup_versioned_symbol): Likewise.
11029         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11030         relocation lookup.
11031         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11032         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11033         (lookup_cache, lookup_cache_versioned): Add declarations.
11035 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11037         * stdlib/tst-random.c (main): Swap parameters in fail call.
11038         Patch by Pete Bevin <pete@petebevin.com>.
11040 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11042         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11044 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11046         * malloc/obstack.c: Indent preprocessor directives.
11047         Patch by Jim Meyering <meyering@ascend.com>.
11049         * po/ja.po: Update from translation team.
11051 2001-08-23  Roland McGrath  <roland@frob.com>
11053         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11055         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11056         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11058 2001-08-22  Roland McGrath  <roland@frob.com>
11060         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11061         __libc_lock_define_recursive.
11062         * elf/dl-open.c: Don't declare it here any more.
11063         * elf/dl-close.c: Likewise.
11064         * elf/dl-lookup.c: Likewise.
11065         * elf/dl-iteratephdr.c: Likewise.
11066         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11067         __libc_lock_unlock_recursive.
11068         * elf/dl-close.c (_dl_close): Likewise
11069         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11070         * elf/dl-open.c (_dl_open): Likewise
11072         * sysdeps/generic/bits/libc-lock.h
11073         (__libc_lock_define_recursive): New macro.
11074         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11075         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11076         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11078         * conform/conformtest.pl (checknamespace): Sort the output list.
11080         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11081         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11082         definitions conditional on [__USE_XOPEN].
11084         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11085         these unconditionally, not only use [__USE_BSD], so as to match
11086         the sysdeps/unix/sysv/linux files.
11088 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11090         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11091         avoid warnings.
11093         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11094         DL_LOOKUP_ADDRESS.
11096 2001-08-22  Roland McGrath  <roland@frob.com>
11098         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11099         conditionalization of sa_handler/sa_sigaction member types to
11100         match the sysdeps/unix/sysv/linux file.
11102 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11104         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11105         symbol sizes a bit better.
11107         * sysdeps/ia64/strncpy.S: Complete rewrite.
11108         Contributed by Jakub Jelinek <jakub@redhat.com>.
11110         * string/stratcliff.c (main): Add strncpy test.
11112 2001-08-22  Roland McGrath  <roland@frob.com>
11114         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11115         and don't declare unsetenv or _environ directly.
11116         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11118 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11120         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11121         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11122         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11123         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11124         test for cmsg struct size.
11126 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11128         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11129         Rename __argc to ___argc in prototypes to avoid compatibility
11130         problems with systems that reserve the identifier "__argc".
11131         Similarly for __argv.
11133 2001-08-21  Roland McGrath  <roland@frob.com>
11135         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11137         * mach/Makefile (tests): Removed.
11138         * mach/hello.c: File removed.
11140 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11142         * po/sv.po: Update from translation team.
11144         * stdio-common/vfscanf.c: Fix handling of %l[].
11145         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11147         * libio/Makefile (tests): Add tst-sscanf.
11148         * libio/tst-sscanf.c: New file.
11150         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11151         * malloc/mtrace.c (tr_where): dli_sname always points to a
11152         non-empty string if != NULL.
11153         Reported by Tim Janik <timj@gtk.org>.
11155 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11157         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11158         buf.  Free resources on failure.
11159         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11160         (makefd_xprt): Likewise.
11161         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11162         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11163         * sunrpc/auth_unix.c (authunix_create): Likewise.
11165 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11167         * string/strnlen.c: Remove.
11168         * sysdeps/generic/strnlen.c: New file.
11169         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11171 2001-08-21  Roland McGrath  <roland@frob.com>
11173         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11174         as a macro, not an extern inline function.
11176         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11177         * Versions.def (libc): Add GLIBC_2.2.5 set.
11178         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11179         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11181 2001-08-20  Roland McGrath  <roland@frob.com>
11183         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11184         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11186 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11188         * string/bits/string2.h: Remove strnlen optimization here.
11189         * sysdeps/i386/i486/bits/string.h: Add it here.
11191 2001-08-21  Wolfram Gloger  <wg@malloc.de>
11193         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11195 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11197         * po/gl.po: Update from translation team.
11199 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11201         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11202         * misc/err.c (convert_and_print): Likewise.
11204         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11205         function calls.
11207 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11209         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11210         change of the gregset_t type.
11211         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11213 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11215         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11217 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11219         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11221         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
11223 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
11225         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11226         before calling the cthreads initialization code.
11228 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11230         * argp/argp-help.c: Fix two problems introduced in last change.
11232         * include/dirent.h: Include <dirstream.h> first.
11234 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
11236         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11238         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11239         * sunrpc/xdr_rec.c: Likewise.
11240         * sunrpc/xdr_mem.c: Likewise.
11241         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11242         * sunrpc/rpc_cmsg.c: Likewise.
11243         * sunrpc/getrpcport.c (getrpcport): Likewise.
11244         * sunrpc/clnt_simp.c (callrpc): Likewise.
11245         * sunrpc/clnt_gen.c (clnt_create): Likewise.
11246         * string/envz.c: Likewise.
11248         * po/ko.po: Update from translation team.
11250         * argp/argp-help.c: Handle wide oriented stderr stream.
11252 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
11254         * sysdeps/generic/strtol.c: Little optimizations.  Add some
11255         __builtin_expect.
11257         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11259         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11260         * wcsmbs/wcwidth.c (wcwdith): Likewise.
11261         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11263         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11265         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11267         * time/time.h (struct timespec): Use __time_t for tv_sec element.
11269         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
11270         wchar_t for function declarations and defintions.
11272         * misc/sys/select.h: Define __need_time_t before including <time.h>.
11273         Define suseconds_t if it hasn't happened yet.
11275         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
11277         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
11279         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
11280         <stddef.h>.
11282         * conform/data/stddef.h-data: Remove wint_t.
11284         * conform/conformtest.pl: Change namespace test to take #undef
11285         lines into account.
11287         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
11289         * conform/data/sys/socket.h-data: Add sockatmark.
11291 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11293         * io/fts.c: Update from recent BSD source.
11295 2001-08-17  Roland McGrath  <roland@frob.com>
11297         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
11298         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
11299         Likewise.
11301 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11303         * locale/duplocale.c (__duplocale): Also initialize the special
11304         __ctype_* elements.
11306         * conform/data/netdb.h-data: Adjust gai_strerror return type.
11308 2001-08-17  Andreas Jaeger  <aj@suse.de>
11310         * misc/getpass.c: Include wchar.h for prototypes.
11311         * malloc/obstack.c: Likewise.
11313 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11315         * sunrpc/svc_simple.c (universal): Use __write instead of write.
11317         * wcsmbs/wcscoll.c: Also define __wcscoll.
11318         * include/wchar.h: Declare __wcscoll.
11320         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
11321         * libio/vwprintf.c: Likewise.
11322         * libio/wprintf.c: Likewise.
11324         * iconv/gconv_cache.c: Use __munmap instead of munmap.
11326 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
11328         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
11329         instead of mbrtowc.
11330         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
11331         wcslen, and __wcscoll instead of wcscoll.
11333         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
11335         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
11336         __getuid instead of getuid.
11338         * stdio-common/perror.c (perror): Use __close instead of close.
11339         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11340         * libio/freopen.c (freopen): Likewise.
11341         * libio/freopen64.c (freopen64): Likewise.
11343         * libio/tst-ungetwc2.c (main): Define str const.
11345         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
11346         * libio/fwprintf.c: Also define __fwprintf.
11347         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
11348         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
11349         * assert/assert-perr.c: Likewise.
11350         * assert/assert.c: Likewise.
11351         * gmon/gmon.c: Likewise.
11352         * inet/rcmd.c: Likewise.
11353         * malloc/obstack.c: Likewise.
11354         * misc/err.c: Likewise.
11355         * misc/error.c: Likewise.
11356         * misc/getpass.c: Likewise.
11357         * posix/getopt.c: Likewise.
11358         * resolv/res_hconf.c: Likewise.
11359         * stdio-common/perror.c: Likewise.
11360         * stdio-common/psignal.c: Likewise.
11361         * stdlib/fmtmsg.c: Likewise.
11362         * sunrpc/auth_unix.c: Likewise.
11363         * sunrpc/clnt_perr.c: Likewise.
11364         * sunrpc/clnt_tcp.c: Likewise.
11365         * sunrpc/clnt_udp.c: Likewise.
11366         * sunrpc/clnt_unix.c: Likewise.
11367         * sunrpc/svc_simple.c: Likewise.
11368         * sunrpc/svc_tcp.c: Likewise.
11369         * sunrpc/svc_udp.c: Likewise.
11370         * sunrpc/svc_unix.c: Likewise.
11371         * sunrpc/xdr.c: Likewise.
11372         * sunrpc/xdr_array.c: Likewise.
11373         * sunrpc/xdr_rec.c: Likewise.
11374         * sunrpc/xdr_ref.c: Likewise.
11375         * sysdeps/generic/wordexp.c: Likewise.
11377         * po/it.po: Update from translation team.
11379         * misc/err.c: Handle wide oriented stderr stream.
11381 2001-08-14  Tom Rix  <trix@redhat.com>
11383         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
11384         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
11386 2001-08-13  Tom Rix  <trix@redhat.com>
11388         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
11389         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
11390         and __intptr_t.
11392 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11394         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
11395         Store the access registers to the ucontext structure.
11396         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
11397         Likewise.
11399         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
11400         Load the access registers from the ucontext structure.
11401         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
11402         Likewise.
11404         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
11405         offsets to the new ucontext layout.
11406         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
11408         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
11409         of the ucontext structure.
11410         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11412 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
11414         * misc/error.c (error): Handle wide oriented stderr stream correctly.
11415         (error_at_line): Likewise.
11417         * stdio-common/perror.c (perror): Implement according to standard.
11418         The stream orientation must not be changed if the stream was not
11419         oriented before the call.
11420         * stdio-common/Makefile (tests): Add tst-perror.
11421         * stdio-common/tst-perror.c: New file.
11424 See ChangeLog.12 for earlier changes.