Add dl-brk.c, dl-sbrk.c, and sys/personality.h.
[glibc.git] / ChangeLog
blob49b72b3536f09b8acc3fb7d81c076ea98663e4e5
1 2002-08-28  Roland McGrath  <roland@redhat.com>
3         * locale/tst-C-locale.c (run_test): Remove __ from function names.
5 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
6             Roland McGrath <roland@redhat.com>
8         * locale/hashval.h (compute_hashval): Use prototype defn.
9         (hashval_t): New macro, defined to unsigned long int
10         if not already defined.
11         (compute_hashval): Return hashval_t instead of unsigned long int.
12         * locale/loadarchive.c (hashval_t): New macro.
13         * locale/programs/locarchive.c: Include hashval.h directly instead
14         of simple-hash.h.
15         (compute_hashval, hashval_t): Define these macros first.
16         (insert_name): Use archive_hashval instead of compute_hashval.
17         (add_locale, delete_locales_from_archive): Likewise.
19 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
21         * locale/programs/locarchive.c (insert_name): Suppress warnings about
22         hash collisions if be_quiet.
24 2002-08-27  Roland McGrath  <roland@redhat.com>
26         * locale/locale.h (__newlocale, __duplocale, __freelocale,
27         __uselocale): Don't declare these any more.
28         * include/locale.h (__uselocale): Declare here instead, using __typeof.
30         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
31         and treat it as an EOF return.
32         * sysdeps/unix/readdir_r.c: Likewise.
34         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
35         From Alexandre Oliva <aoliva@redhat.com>.
36         * sysdeps/gnu/errlist-compat.c: Regenerated.
38 2002-08-27  Brian Youmans  <3diff@gnu.org>
40         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
41         wording at request of copyright holder Stephen Moshier.
42         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
43         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
44         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
45         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
46         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
47         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
49         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
51         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
54         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
55         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
57 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
59         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
60         * ctype/ctype-extn.c (isblank_l): Add weak alias.
61         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
62         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
63         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
64         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
65         * wctype/iswctype_l.c (iswctype_l): Likewise.
67 2002-08-27  Roland McGrath  <roland@redhat.com>
69         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
71         * ctype/ctype.h (__exctype_l): Don't declare __ name.
72         * stdlib/stdlib.h: Don't declare __*_l names.
73         * include/stdlib.h: Declare them here instead.
74         * include/string.h: Don't declare __*_l names.
75         * string/string.h: Declare them here instead.
76         * time/time.h: Don't declare __*_l names.
77         * include/time.h: Declare them here instead.
78         * wcsmbs/wchar.h: Don't declare __*_l names.
79         * include/wchar.h: Declare them here instead.
80         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
81         Don't declare __*_l names.
82         * include/wctype.h: Declare them here instead.
83         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
84         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
85         * locale/langinfo.h: Don't declare __nl_langinfo_l.
86         * include/langinfo.h: Declare it here with __typeof.
88         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
89         instead, taking an extra __locale_t argument.
90         * time/Makefile (routines): Add strptime_l.
91         * time/time.h (__strptime_l, strptime_l): Declare them.
92         * time/strptime_l.c: New file.
94         * time/time.h (__strftime_l, strftime_l): Declare them.
95         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
96         * time/strftime_l.c: New file.
97         * time/wcsftime_l.c: New file.
98         * time/Makefile (routines): Add strftime_l, wcsftime_l.
99         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
100         strftime_l, wcsftime_l.
101         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
102         or __wcsftime_l instead, taking an extra __locale_t argument.
104         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
105         (libc: GLIBC_2.3): ... here.
107 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
109         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
110         sys/debugreg.h.
112         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
114         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
116         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
118         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
120         * sysdeps/mach/hurd/alpha/Dist: New file.
122         * sysdeps/arm/Dist: Add bits/link.h.
124         * sunrpc/Makefile: Distribute thrsvc.
126         * stdio-common/Makefile: Remove more left-overs from old stdio.
128         * include/linewrap.h: Removed.
130         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
132         * intl/Makefile (distribute): Add plural-eval.c.
134 2002-08-27  Roland McGrath  <roland@redhat.com>
136         * manual/sysinfo.texi (Mount Information): Correct file name to macro
137         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
138         Say mtab is in either /var/run or /etc.
140 2002-08-26  Roland McGrath  <roland@redhat.com>
142         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
143         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
145         * sysdeps/gnu/Versions: New file.
146         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
147         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
148         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
149         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
150         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
151         and _sys_nerr_internal instead of anything else.  Make it include
152         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
153         Make it emit some asm magic if [EMIT_ERR_MAX].
154         * sysdeps/gnu/errlist.c: Regenerated.
155         * sysdeps/gnu/errlist-compat.awk: New file.
156         * sysdeps/gnu/errlist-compat.c: New file (generated).
157         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
158         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
159         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
160         (SYS_ERRLIST, SYS_NERR): Macros removed.
161         (sys_nerr, _sys_nerr): Remove these weak aliases.
162         * sysdeps/unix/sysv/linux/errlist.c: File removed.
163         * sysdeps/unix/sysv/linux/errlist.h: File removed.
164         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
166         * include/libc-symbols.h (declare_symbol): New macro.
167         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
168         * configure.in: New check to define it.
169         * configure: Regenerated.
171 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
173         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
174         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
176         * Make-dist: Remove traces of old stdio.
177         * Makeconfig: Likewise.
179         * locale/Makefile (localedef-aux): New variable.  Only md5
180         assigned to it.  These files are not ddistributed in this directory.
182         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
183         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
184         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
186         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
188         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
189         set h_errno to NO_RECOVERY [PR libc/4360].
191 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
193         * libio/Makefile (tests): Add bug-fopena+.
194         * libio/bug-fopena+.c: New file.
196         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
198         * locale/xlocale.c: Fix the last change.  The variable still has
199         to end in _data.
200         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
201         (__libc_tsd_set): Add _data prefix to variable name.
203 2002-08-26  Roland McGrath  <roland@redhat.com>
205         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
206         macro with inline function.
207         (sigset_get_old_mask): Likewise.
208         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
209         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
210         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
211         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
212         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
213         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
214         values.
215         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
216         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
218 2002-07-06  Bruno Haible  <bruno@clisp.org>
220         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
221         sigset_get_old_mask): Make it work with larger sigset_t.
222         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
223         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
224         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
226 2002-08-26  Roland McGrath  <roland@redhat.com>
228         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
229         * manual/filesys.texi (File Times): Document lutimes and futimes.
230         * misc/Makefile (routines): Add them.
231         * misc/Versions (libc: GLIBC_2.3): Likewise.
232         * sysdeps/generic/lutimes.c: New file.
233         * sysdeps/generic/futimes.c: New file.
234         * sysdeps/mach/hurd/lutimes.c: New file.
235         * sysdeps/mach/hurd/futimes.c: New file.
237         * manual/filesys.texi (File Times): Add explicit note about null
238         pointer argument to utimes.
240 2002-08-26  Roland McGrath  <roland@frob.com>
242         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
243         (__ifreq): Add a cast.  Remove an unused variable.
245         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
246         _HURD_THREADVAR_LOCALE.
248 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
250         * posix/regexec.c (re_search_stub): Return correct match length
251         if start != 0.
252         * posix/bug-regex10.c: New test.
253         * posix/Makefile (tests): Add bug-regex10.
255 2002-08-26  Brian Youmans  <3diff@gnu.org>
257         * COPYING.LIB: Replaced with fresh copy from
258         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
259         suggested copying permission notice now says version 2.1 instead
260         of version 2.
262         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
263         from Library GPL.
264         * crypt/crypt_util.c: Likewise.
265         * crypt/ufc.c: Likewise.
266         * elf/dl-conflict.c: Likewise.
267         * elf/dl-iteratephdr.c: Likewise.
268         * iconv/iconvconfig.h: Likewise.
269         * malloc/arena.c: Likewise.
270         * malloc/hooks.c: Likewise.
271         * malloc/malloc.c: Likewise.
272         * posix/glob/Makefile.ami: Likewise.
273         * posix/glob/Makefile.in: Likewise.
274         * stdlib/gmp-impl.h: Likewise.
275         * stdlib/gmp.h: Likewise.
276         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
277         * sysdeps/generic/strnlen.c: Likewise.
278         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
279         * sysdeps/mach/hurd/recvmsg.c: Likewise.
280         * sysdeps/mach/hurd/sendmsg.c: Likewise.
281         * sysdeps/mach/hurd/spawni.c: Likewise.
282         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
283         * sysdeps/mach/powerpc/sysdep.h: Likewise.
284         * sysdeps/mach/powerpc/thread_state.h: Likewise.
285         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
286         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
287         * sysdeps/x86_64/gmp-mparam.h: Likewise.
289         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
290         Lesser GPL copying permission notice from 2 to 2.1.
291         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
292         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
293         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
294         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
295         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
296         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
297         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
298         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
299         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
300         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
301         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
302         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
303         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
304         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
305         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
306         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
307         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
308         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
309         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
310         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
311         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
312         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
313         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
314         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
315         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
316         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
317         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
318         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
319         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
320         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
321         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
322         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
323         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
324         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
325         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
326         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
327         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
328         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
329         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
330         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
331         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
332         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
333         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
334         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
335         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
336         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
337         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
338         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
339         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
340         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
341         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
342         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
343         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
344         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
345         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
347         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
348         Moshier and Lesser GPL copying permission notice, per license from
349         Moshier.
350         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
351         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
352         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
353         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
354         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
355         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
356         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
357         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
358         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
359         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
360         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
361         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
362         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
363         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
365         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
366         notice, per license from copyright holder Stephen Moshier.
367         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
368         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
369         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
370         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
371         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
372         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
373         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
374         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
375         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
377 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
379         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
380         (shared-only-routines): Likewise.
382 2002-08-26  Roland McGrath  <roland@redhat.com>
384         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
385         name of "", store a null pointer instead.
387         * configure.in (elf): Set to yes for freebsd*, netbsd*.
388         * configure: Regenerated.
390         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
391         Initialize this instead of __libc_tsd_LOCALE_data.
393         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
394         ptsname_r to EINVAL.
396         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
398         * rt/Makefile: Revert last change, it was inappropriate to presume aio
399         implementations depend on pthreads.
400         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
401         * rt/tst-aio64.c (do_test): Likewise.
402         * rt/tst-aio2.c (do_test): Likewise.
403         * rt/tst-aio3.c (do_test): Likewise.
404         * rt/tst-aio4.c (do_test): Likewise.
405         * rt/tst-aio5.c (do_test): Likewise.
406         * rt/tst-aio6.c (do_test): Likewise.
407         * rt/tst-aio7.c (do_test): Likewise.
409         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
410         void so as to avoid compiler warnings.
412         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
413         _IO_wide_data_FD, which is never used here.
415         * libio/iofread.c
416         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
417         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
418         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
420         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
421         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
423         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
424         (closelog): Likewise.
426 2002-07-06  Bruno Haible  <bruno@clisp.org>
428         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
430         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
431         * sysdeps/unix/alpha/pipe.S: ... here.
432         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
434         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
436         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
437         * sysdeps/unix/i386/fork.S: Likewise.
438         * sysdeps/unix/i386/pipe.S: Likewise.
439         * sysdeps/unix/i386/wait.S: Likewise.
441         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
442         * sysdeps/unix/arm/fork.S: Likewise.
444         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
445         arguments.
446         (DO_CALL): Swap argument order.
447         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
448         arguments.
449         (DO_CALL): Swap argument order.
450         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
451         arguments.
452         (DO_CALL): Swap argument order.
453         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
454         arguments.
455         (DO_CALL): Swap argument order.
456         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
457         arguments.
458         (DO_CALL): Swap argument order.
459         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
460         arguments.
461         (DO_CALL): Swap argument order.
462         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
463         arguments.
464         (DO_CALL): Swap argument order.
466         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
467         (L): Define right for ELF.
468         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
469         Now defined in sysdeps/i386/sysdep.h.
471         * sysdeps/posix/readv.c: Ansify function definition.
472         * sysdeps/posix/writev.c: Likewise.
474         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
475         have the same size. Avoid direct cast from size_t to off_t.
477         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
478         nul byte in entry[n].ut_user.
479         (simulate_logout): Likewise.
481         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
482         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
483         existence of corresponding members of 'struct utmp'.
484         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
485         !_HAVE_UT_TYPE.
487         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
488         allocate a buffer of at least BUFSIZ bytes, not just of
489         sizeof (struct dirent).
491         * sysdeps/generic/glob.c: Include <limits.h>.
492         (NAME_MAX): Define a fallback.
493         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
494         stack.
495         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
496         (main): Allocate enough room for a 'struct dirent64' on the stack.
497         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
498         'struct dirent'.
500         * sysdeps/unix/sysv/linux/init-first.c: Don't include
501         kernel-features.h.
503         * inet/htontest.c: Include <sys/types.h>.
505         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
507         * include/sys/sysctl.h: Comment fix.
509         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
510         _dl_load_lock.
511         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
513         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
515         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
516         (__getpeername): New alias.
517         (__getsockname): New alias.
518         (__socket): New alias.
520         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
522         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
523         (__fcntl_internal): New alias.
524         (__profil): New alias.
526 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
528         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
529         entry was for getaddr* lookup or not.  Add only matching cache
530         entry.  Change all callers [PR libc/4317].
532         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
533         finding the read position [PR libc/4265].
534         * libio/Makefile (tests): Add bug-rewind2.
535         * libio/bug-rewind2.c: New file.
537         * libio/bug-rewind.c: Fix creation of temp file.
539 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
541         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
542         neither SUCCESS nor TRYAGAIN [PR libc/4259].
543         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
544         to ENOENT if no entry is found.
545         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
546         failure.
547         * nis/nss_compat/compat-initgroups.c: Likewise.
548         * nis/nss_compat/compat-pwd.c: Likewise.
549         * nis/nss_compat/compat-spwd.c: Likewise.
550         * nis/nss_nis/nis-alias.c: Likewise.
551         * nis/nss_nis/nis-ethers.c: Likewise.
552         * nis/nss_nis/nis-grp.c: Likewise.
553         * nis/nss_nis/nis-hosts.c: Likewise.
554         * nis/nss_nis/nis-initgroups.c: Likewise.
555         * nis/nss_nis/nis-netgrp.c: Likewise.
556         * nis/nss_nis/nis-network.c: Likewise.
557         * nis/nss_nis/nis-proto.c: Likewise.
558         * nis/nss_nis/nis-publickey.c: Likewise.
559         * nis/nss_nis/nis-pwd.c: Likewise.
560         * nis/nss_nis/nis-rpc.c: Likewise.
561         * nis/nss_nis/nis-service.c: Likewise.
562         * nis/nss_nis/nis-spwd.c: Likewise.
563         * resolv/nss_dns/dns-host.c: Likewise.
564         * resolv/nss_dns/dns-network.c: Likewise.
565         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
566         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
567         * nis/nss_nisplus/nisplus-grp.c: Likewise.
568         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
569         * nis/nss_nisplus/nisplus-network.c: Likewise.
570         * nis/nss_nisplus/nisplus-proto.c: Likewise.
571         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
572         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
573         * nis/nss_nisplus/nisplus-service.c: Likewise.
574         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
575         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
576         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
577         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
578         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
580         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
581         declaring __restore and __restore_rt as hidden (if possible).
583 2002-08-25  Roland McGrath  <roland@redhat.com>
585         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
587         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
588         (getutent_r_file, internal_getut_r): Updated all callers.
589         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
591 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
593         * locale/programs/locale.c: Don't print aliases for non-existing
594         locales for 'locale -a'.
595         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
597 2002-07-19  H.J. Lu  <hjl@gnu.org>
599         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
601 2002-07-16  H.J. Lu  <hjl@gnu.org>
603         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
604         sys/personality.h.
605         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
607 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
609         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
610         not moved ahead of the fputs call.
611         * elf/tst-tlsmod2.c (in_dso): Likewise.
612         * elf/tst-tlsmod3.c (in_dso2): Likewise.
613         * elf/tst-tlsmod4.c (in_dso): Likewise.
615 2002-08-25  Andreas Schwab  <schwab@suse.de>
617         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
619 2002-08-25  Roland McGrath  <roland@redhat.com>
621         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
622         resetting handler, to avoid the possibility of a spurious SIGALRM
623         delivered to the user's handler.
624         Reported by Amit D. Chaudhary <amitc@brocade.com>,
626         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
627         set -fkeep-inline-functions, which is not needed for the current file.
629         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
630         (_dl_setup_hash): Add attribute_hidden.
631         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
632         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
633         (_dl_new_object, _dl_map_object_deps): Likewise.
634         (_dl_map_object_deps_internal): Remove decl.
635         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
637         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
638         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
639         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
640         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
641         instead relying on the compiler to produce only GOTOFF variable refs.
643 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
645         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
647         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
648         inline to avoid defining it in every file which includes this header.
650         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
651         defining DONT_USE_BOOTSTRAP_MAP.
653         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
654         * libio/tst-mmap-setvbuf.c (main): Likewise.
655         * libio/tst-widetext.c (main): Likewise.
657         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
658         message.
659         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
660         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
662         * sysdeps/i386/elf/configure.in: Unconditionally define
663         PI_STATIC_AND_HIDDEN.
664         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
665         PI_STATIC_AND_HIDDEN is defined as well.
666         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
668 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
670         * sysdeps/ia64/bzero.S: Define __bzero as well.
672         * locale/programs/charmap.c (charmap_new_char): Don't use
673         ULONG_MAX as maximum UCS4 value.
675         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
677         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
679         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
680         * malloc/malloc.c (mALLINFo): Likewise.
682         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
684         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
685         examining result of _IO_do_flush call.
687         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
688         Use prec not spec when sizing buffers.
690         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
691         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
692         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
693         * stdio-common/vfscanf.c (inchar): Likewise.
694         * misc/efgcvt_r.c (fcvt_r): Likewise.
695         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
696         * elf/readlib.c (process_file): Likewise.
697         * elf/sprof.c (load_profdata): Likewise.
698         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
699         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
700         * locale/programs/charmap.c (charmap_read): Likewise.
701         * libio/fileops.c: Likewise.
702         * libio/fmemopen.c: Likewise.
703         * stdlib/strtod.c: Likewise.
704         * elf/dl-load.c: Likewise.
705         * iconv/iconvconfig.c: Likewise.
706         * iconv/iconv_prog.c (process_block): Likewise.
707         * elf/rtld.c (dl_main): Likewise.
709         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
710         macro to calm down the compiler.
712         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
714         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
716         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
717         placement of errno definition.
718         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
719         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
720         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
721         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
722         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
724         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
725         from 1024 to 65536, to avoid buffer overrun.
727 2002-08-16  Paul Eggert  <eggert@twinsun.com>
729         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
730         from 1024 to 65536, to avoid buffer overrun.
731         * resolv/res_query.c (MAXPACKET): Likewise.
733 2002-08-24  Andreas Jaeger  <aj@suse.de>
735         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
737 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
739         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
740         two52 locally.
741         (log2): Likewise.
742         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
743         Patch by Simon Gee <simong@agile.tv>.
745         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
746         Prefer reading /proc/stat since it is more uniform across
747         architectures.
749         * manual/texinfo.tex: Update to latest official version.
751         * sysvipc/sys/shm.h: Remove SHMLBA definition.
752         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
753         * sysdeps/gnu/bits/shm.h: Likewise.
754         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
755         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
756         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
757         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
758         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
759         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
760         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
761         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
762         since this is what the kernel says.
764         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
765         since ssize_t is needed as well.  Replace const with __const.
767 2002-08-23  Roland McGrath  <roland@redhat.com>
769         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
770         __malloc_hook, __realloc_hook, __memalign_hook,
771         __after_morecore_hook): Variable definitions moved to ...
772         * malloc/malloc.c: ... here, so as to be before all references.
774         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
775         global variable reference in an unused asm parameter, to ensure the
776         compiler has set up the GOT register before we use it.
778         * malloc/hooks.c: Move variable definitions ahead of uses.
779         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
780         initializers that make reference to variables they define.
782 2002-08-23  Andreas Jaeger  <aj@suse.de>
784         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
785         alloca, free, qsort.
787         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
789         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
790         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
792         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
793         <hch@lst.de>.
794         * sysdeps/generic/fgetxattr.c: New file.
795         * sysdeps/generic/flistxattr.c: New file.
796         * sysdeps/generic/fremovexattr.c: New file.
797         * sysdeps/generic/fsetxattr.c: New file.
798         * sysdeps/generic/getxattr.c: New file.
799         * sysdeps/generic/listxattr.c: New file.
800         * sysdeps/generic/lgetxattr.c: New file.
801         * sysdeps/generic/llistxattr.c: New file.
802         * sysdeps/generic/lremovexattr.c: New file.
803         * sysdeps/generic/lsetxattr.c: New file.
804         * sysdeps/generic/removexattr.c: New file.
805         * sysdeps/generic/setxattr.c: New file.
806         * misc/Makefile (headers): Add sys/xattr.h.
807         (routines): Add *xattr calls.
808         * misc/Versions: Add *xattr calls with version 2.3.
809         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
810         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
811         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
812         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
813         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
814         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
815         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
816         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
818 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
820         * sysdeps/powerpc/elf/libc-start.c
821         (__cache_line_size): Declare.
822         (__aux_init_cache): New.
823         (__libc_start_main): Change type of `auxvec' parameter to
824         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
825         __aux_init_cache.
826         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
827         (__cache_line_size): Declare.
828         (__aux_init_cache): New.
829         (DL_PLATFORM_INIT): Define.
830         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
831         value to select the correct stride for dcbz.
833 2002-08-22  Andreas Jaeger  <aj@suse.de>
835         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
836         shmat.
838 2002-08-22  Roland McGrath  <roland@redhat.com>
840         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
841         position indicated by locrectab against file bounds before rounding to
842         page size.  In mapping loop, always set TO before breaking out of
843         contiguous range coalescing loop.
845         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
846         (or MAP_COPY if available) instead of MAP_SHARED.
848         * scripts/firstversions.awk: When encountering a version newer than
849         the specified earliest version, be sure to emit the specified earliest
850         version first if any renaming of an older version to that has been.
852 2002-08-21  Roland McGrath  <roland@redhat.com>
854         * configure.in: Make GCC version check require 3.[2-9]* and no others.
855         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
856         (Configuring and compiling): Don't mention older GCC versions any more.
857         * INSTALL: Regenerated.
859         * manual/install.texi (Configuring and compiling, Installation,
860         Running make install, Linux): Linux -> GNU/Linux where appropriate.
862         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
863         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
864         and with noinline otherwise.  Remove hack alloca use to prevent
865         inlining, we can ask for it explicitly nowadays.
867         * dlfcn/bug-dlsym1.c: New file.
868         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
869         * dlfcn/Makefile (distribute): Add them.
870         (tests): Add bug-dlsym1 here.
871         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
872         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
873         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
875 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
877         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
878         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
879         before relocation.
880         (_dl_start): Don't use local bootstrap_map variable if
881         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
882         pass bootstrap_map to _dl_start_final in this case either.  Don't
883         pass start_time to _dl_start_final ever.
884         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
886         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
887         This cripples the scope lists necessary to search for symbols in
888         dependencies which are not in the global scope.
890         * include/setjmp.h (__libc_longjmp): Add declaration.
892 2002-08-21  Andreas Jaeger  <aj@suse.de>
894         * sysdeps/x86_64/_mcount.S: Fix assembler.
896         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
897         with biarch support.
899 2002-08-21  Andreas Jaeger  <aj@suse.de>
901         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
903         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
905         * sysdeps/x86_64/machine-gmon.h: New file.
906         * sysdeps/x86_64/_mcount.S: New file.
908 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
910         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
911         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
912         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
913         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
914         to TL_INIT_TP.  Otherwise pass 1.
915         * include/link.h (struct link_map): Add l_tls_tp_initialized.
916         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
918 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
920         * locale/programs/localedef.c (add_to_readlist): Error about
921         circular dependencies only if the locale in question hasn't
922         been finished.
923         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
924         CTYPE_LOCALE to load_locale.
925         * locale/programs/locfile.c (locfile_read): Don't include
926         unneeded but available locales in locale_mask.
928         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
929         print any messages about enlarging archive.
931 2002-08-20  Brian Youmans  <3diff@gnu.org>
933         * manual/contrib.texi: Removed licenses, added acknowledgements
934         for contributions by Intel, IBM, Craig Metz.
935         * LICENSES: New file, contains the text of all non-FSF licenses in the
936         distribution that require putting the notice in the accompanying
937         documentation.
938         * README.template, README: Mention LICENSES.
940         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
941         new one modelled on the modern BSD license, per recent letter
942         of permission from CMU.
943         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
945         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
946         from IBM to FSF, per the recent Software Letter.  Changed the
947         distribution terms from GPL to LGPL.
949         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
950         copying permission notice (Lesser GPL), per recent IBM Software Letter.
951         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
952         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
953         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
954         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
955         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
956         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
957         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
958         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
960         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
961         from IBM to FSF, per the recent Software Letter.  Corrected the
962         text of the copying permission notice to say Lesser GPL instead
963         of GPL in warranty disclaimer paragraph.
964         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
965         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
966         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
967         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
968         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
969         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
970         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
971         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
972         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
973         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
974         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
975         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
976         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
977         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
978         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
979         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
980         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
981         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
982         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
983         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
984         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
986         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
987         permission notice to say Lesser GPL instead of GPL in warranty
988         disclaimer paragraph.
989         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
990         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
991         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
992         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
993         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
994         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
995         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
996         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
997         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
998         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
999         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1000         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1001         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1002         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1003         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1004         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1005         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1006         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1007         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1008         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1009         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1010         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1011         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1013 2002-08-20  Roland McGrath  <roland@redhat.com>
1015         Fix ABI compatibility with libc compiled with old tools on powerpc.
1016         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1017         and Jack Howarth <howarth@bromo.med.uc.edu>.
1018         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1019         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1020         pass -DHAVE_DOT_HIDDEN for these files.
1021         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1022         __floatdisf.
1023         * sysdeps/powerpc/divdi3.c: New file.
1024         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1025         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1027 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1029         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1030         partially overlapping mappings.  Remove unneeded (char *) casts.
1031         Never allow duplication of ranges in mapped areas.
1033 2002-08-20  Roland McGrath  <roland@redhat.com>
1035         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1036         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1038 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1040         * include/unistd.h: Don't hide _exit.
1042         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1043         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1044         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1045         argument 1 to TLS_INIT_TP.
1046         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1048         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1050         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1051         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1052         memory allocation to...
1053         (allocate_dtv): ...here.  New function.
1054         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
1055         call allocate_dtv instead of _dl_allocate_tls_storage.
1056         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
1057         (_dl_get_tls_static_info): New function.
1058         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1059         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
1061 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
1063         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1064         immediately if result == NULL.
1066 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1068         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1070 2002-08-18  Roland McGrath  <roland@frob.com>
1072         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1073         instead of __file_name_split.
1074         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1076         * sysdeps/mach/hurd/dl-sysdep.c
1077         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1078         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1080 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1082         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1083         in change before last: MAX -> MIN.
1085 2002-08-15  Roland McGrath  <roland@redhat.com>
1087         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1088         if seek would go past it.
1089         (mmap_remap_check): If file position is at or past EOF after check,
1090         leave read pointers at EOF and don't seek.
1092         * libio/tst-mmap-offend.c: New file.
1093         * libio/Makefile (tests): Add it.
1095         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1096         the name as passed, rather than the name in the archive dictionary.
1098 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1100         * csu/Makefile: Define elide-routines.os not static-only-routines.
1102         * include/sched.h (__clone): Add varargs at the end.
1104         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1105         case.
1106         (TLS_INIT_HELPER): If defined, use it.
1107         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1109 2002-08-15  Roland McGrath  <roland@redhat.com>
1111         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1112         on L->l_prev; it can happen under rtld --verify too.
1114         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1115         header separately, just map an initial window of 2MB from the file
1116         and remap if that is not large enough to cover the whole header.
1118 2002-08-15  Andreas Jaeger  <aj@suse.de>
1120         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1121         version 2.3.
1122         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1123         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1124         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1125         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1126         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1127         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1128         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1129         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1130         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1131         Patch by Andreas Gruenbacher <agruen@suse.de>.
1133         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1135 2002-08-14  Roland McGrath  <roland@redhat.com>
1137         * locale/locarchive.h (struct locale_category_data): Give this name to
1138         the type of locale_data_t's elements.
1139         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1140         (add_locale): Use that to sort the categories by size and put all
1141         those that fit into two pages into the LC_ALL block, instead of
1142         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1143         (show_archive_content): Detect categories inside LC_ALL block
1144         directly, instead of hard-coding.
1145         (oldlocrecentcmp): Compare just on file locations used.
1147 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1149         * locale/programs/locarchive.c (struct oldlocrecent): New.
1150         (oldlocrecentcmp): New.
1151         (enlarge_archive): Re-add locales in the order they were added
1152         to the archive.
1153         (add_locale): Put all the small locale files together, if the small
1154         locale file block would occupy less pages if page size aligned, align
1155         it.
1156         (show_archive_content): Adjust for locale archives optimized for speed.
1158 2002-08-14  Roland McGrath  <roland@frob.com>
1160         * configure.in: Use "MISSING" as not-found value for MIG.
1161         * sysdeps/mach/configure.in: Fatal if mig not found.
1162         * configure, sysdeps/mach/configure: Regenerated.
1164 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1166         * locale/loadarchive.c (archfname): Add missing slash.
1168         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1169         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1171 2002-08-12  Roland McGrath  <roland@redhat.com>
1173         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1174         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1175         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1176         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1177         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1178         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1179         * sysdeps/generic/waitpid.c: Likewise.
1181         * include/net/if.h: New file.  Use libc_hidden_proto
1182         for if_nametoindex and if_indextoname.
1183         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1184         * sysdeps/mach/hurd/if_index.c: Likewise.
1185         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1187         * include/grp.h (setgroups): Add libc_hidden_proto.
1188         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1189         * sysdeps/mach/hurd/setgroups.c: Likewise.
1190         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1191         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1193 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1195         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1196         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1197         * sysdeps/generic/setegid.c (setegid): Likewise.
1198         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1199         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1200         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1201         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1202         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1203         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1204         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1205         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1206         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1207         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1208         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1209         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1210         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1212         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1213         __lxstat_internal, __lxstat64_internal): Remove.
1214         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1215         Add hidden_proto.
1216         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1217         Remove INTDEF where present, remove #undef at the beginning.
1218         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1219         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1220         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1221         * sysdeps/generic/xstat.c (__xstat): Likewise.
1222         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1223         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1224         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1225         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1226         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1227         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1228         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1229         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1230         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1231         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1232         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1233         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1234         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1235         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1236         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1237         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1238         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1239         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1240         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1241         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1242         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1243         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1244         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1245         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1246         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1247         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1248         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1249         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1250         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1251         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1252         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1253         * sysdeps/unix/xstat.c (__xstat): Likewise.
1255         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1256         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1257         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1258         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1259         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1260         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1261         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1263         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1264         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1265         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1266         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1267         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1268         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1269         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1270         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1271         Likewise.
1272         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1273         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1274         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1275         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1276         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1277         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1278         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1279         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1281         * include/string.h (strcoll): Add libc_hidden_proto.
1282         * string/strcoll.c (strcoll): Add libc_hidden_def.
1284         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1286 2002-08-11  Philip Blundell  <philb@gnu.org>
1288         * sysdeps/arm/Makefile: New file.
1290 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1292         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1293         by another '|', end of regex or enclosing ')', clear branch.
1294         * posix/bug-regex9.c: New test.
1295         * posix/Makefile (tests): Add bug-regex9.
1297 2002-08-12  Roland McGrath  <roland@redhat.com>
1299         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1300         start count condition, use TOTAL instead of variable that was never
1301         set.  Fix outer loop termination condition to TOTAL >= after update.
1303         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1304         dl_tls_static_align and dl_tls_static_nelem.
1306 2002-08-11  Roland McGrath  <roland@redhat.com>
1308         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1309         of the TLS macros, otherwise the compiler might not have initialized
1310         the PIC register yet when we use the PLT via asm.
1311         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1312         * elf/tst-tlsmod2.c (in_dso): Likewise.
1314         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1316         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1317         Evaluate argument exactly once.  Remove __volatile__ from asm's.
1319         * include/unistd.h: Use libc_hidden_proto for getdomainname
1320         and getlogin_r.
1321         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1322         * sysdeps/mach/hurd/getdomain.c: Likewise.
1323         * sysdeps/unix/getlogin_r.c: Likewise.
1324         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1325         * sysdeps/generic/getlogin_r.c: Likewise.
1327         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1328         * sunrpc/rtime.c: Add libc_hidden_def.
1330         * include/string.h: Use libc_hidden_proto for basename.
1331         * string/basename.c [_LIBC]: Add libc_hidden_def.
1333         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1335         * locale/loadarchive.c: munmap -> __munmap throughout.
1337         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1338         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1339         * sysdeps/generic/gai_strerror.c: Likewise.
1341         * include/sys/errno.h: New file.
1343         * include/signal.h: No libc_hidden_proto for raise,
1344         __libc_current_sigrtmin, __libc_current_sigrtmax.
1345         These need to be overridden by linuxthreads.
1346         * sysdeps/posix/raise.c: Reverted.
1347         * sysdeps/generic/raise.c: Reverted.
1348         * signal/allocrtsig.c: Reverted.
1350         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
1352 2002-08-10  Roland McGrath  <roland@redhat.com>
1354         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1355         * locale/localeinfo.h: Declare it.
1356         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1357         current locale if it's not in the file list.
1358         Call _nl_archive_subfreeres.
1360 2002-08-10  Andreas Jaeger  <aj@suse.de>
1362         * sysdeps/i386/strchr.S: Add comment.
1364 2002-08-10  Roland McGrath  <roland@redhat.com>
1366         * include/wchar.h (putwc): Use libc_hidden_proto.
1367         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
1368         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
1369         * stdio-common/dprintf.c: Add libc_hidden_def.
1370         * stdio-common/fprintf.c: Likewise.
1371         * stdio-common/sprintf.c: Likewise.
1372         * stdio-common/sscanf.c: Likewise.
1373         * libio/iofwrite.c: Likewise.
1374         * libio/memstream.c: Likewise.
1375         * libio/putwc.c: Likewise.
1376         * stdio-common/perror.c: Likewise.
1377         * sysdeps/posix/remove.c: Likewise.
1378         * sysdeps/generic/remove.c: Likewise.
1379         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
1380         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
1382 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
1384         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1385         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
1386         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1387         towlower, towupper): Add libc_hidden_weak.
1389         * include/bits/dlfcn.h: New file.
1390         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
1392         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
1393         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
1394         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
1395         * include/pwd.h (_nss_files_parse_pwent): Likewise.
1396         * include/shadow.h (_nss_files_parse_spent): Likewise.
1397         * include/netdb.h (_nss_files_parse_protoent,
1398         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
1399         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
1400         (LINE_PARSER): Use it.
1401         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
1402         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
1404         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
1405         #endif.
1407         * manual/debug.texi (%MENU%): Remove trailing dot.
1408         Reported by <hayastan132@hotmail.com>.
1410         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
1411         aliases.
1412         (lseek): Dummy.
1413         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
1414         Likewise.
1416 2002-08-09  Roland McGrath  <roland@redhat.com>
1418         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
1419         name to find codeset name (if any) and normalize it.  If the
1420         normalized name differs, look up only that in the archive.
1421         * locale/programs/locarchive.c (add_locale_to_archive): If the name
1422         contains a codeset, normalize the codeset store only the normalized
1423         name in the archive.  If not, add an alias containing the locale's
1424         normalized codeset name.  Apply codeset name normalization when
1425         matching entries in the alias file.
1427         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
1428         decrement HEAD->namehash_used here.
1429         (add_locale): Only need to insert name string when name_offset != 0.
1431         * locale/programs/localedef.c (options): Add -A/--alias-file.
1432         (alias_file): New variable.
1433         (parse_opt): Grok -A, set that.
1434         * locale/programs/localedef.h: Declare it.
1436         * locale/locarchive.h (struct locrecent): Add `refs' member.
1437         * locale/programs/locarchive.c (insert_name): New function, broken out
1438         of ...
1439         (add_locale_to_archive): ... here.  Call that.
1440         (add_alias): New function.
1441         (add_locale): New static function, add_locale_to_archive renamed.
1442         (add_locale_to_archive): Call that and use add_alias to add an alias
1443         for the name with codeset if the given name lacks it.
1444         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
1446         * locale/Makefile (routines): Add loadarchive.
1447         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
1448         (_nl_load_locale_from_archive): New function.
1449         * locale/localeinfo.h: Declare it.
1450         * locale/findlocale.c (_nl_find_locale): If using default locale path,
1451         try _nl_load_locale_from_archive first.
1453         * locale/loadlocale.c (_nl_intern_locale_data): New function,
1454         broken out of _nl_load_locale.
1455         (_nl_load_locale): Call that.
1456         * locale/localeinfo.h: Declare it.
1457         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
1458         (struct locale_data): Remove unused member `options'.
1459         * locale/findlocale.c (_nl_remove_locale): Update uses.
1460         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1461         * locale/C-collate.c: Update initializer.
1462         * locale/C-identification.c: Likewise.
1463         * locale/C-measurement.c: Likewise.
1464         * locale/C-telephone.c: Likewise.
1465         * locale/C-address.c: Likewise.
1466         * locale/C-name.c: Likewise.
1467         * locale/C-paper.c: Likewise.
1468         * locale/C-time.c: Likewise.
1469         * locale/C-numeric.c: Likewise.
1470         * locale/C-monetary.c: Likewise.
1471         * locale/C-messages.c : Likewise.
1472         * locale/C-ctype.c: Likewise.
1474         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
1475         use CHAR_BIT instead of BITSPERBYTE.
1477         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
1478         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
1479         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
1480         (_nl_remove_locale): Likewise.
1481         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1483         * locale/findlocale.c (_nl_default_locale_path): New variable.
1484         (_nl_find_locale): If LOCALE_PATH is null, default to that.
1485         * locale/localeinfo.h: Declare it.
1486         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
1487         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
1488         * locale/newlocale.c (__newlocale): Likewise.
1490         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
1491         * inet/rexec.c (rexec_af): Add libc_hidden_def.
1492         * sysdeps/generic/morecore.c: Likewise.
1493         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
1494         (__libc_current_sigrtmax): Likewise.
1496 2002-08-08  Roland McGrath  <roland@redhat.com>
1498         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
1499         * catgets/open_catalog.c (__open_catalog): Likewise.
1501         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
1502         from typo INITIAL_NUM_NANES.
1503         (create_archive): Update use.
1505 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1507         * sysdeps/unix/sysv/linux/sigwait.c: New file.
1509 2002-08-08  Roland McGrath  <roland@frob.com>
1511         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
1513 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1515         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
1516         else and undefine after including wcstol_l.c.
1517         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
1519 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1521         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
1523 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
1525         * configure.in: Make the test for broken_alias_attribute stricter.
1527 2002-05-24  Robert Love  <rml@tech9.net>
1529         * posix/Makefile (routines): Add sched_getaffinity and
1530         sched_setaffinity.
1531         * posix/sched.h: Add declarations for sched_getaffinity and
1532         sched_setaffinity.
1533         * sysdeps/generic/sched_getaffinity.c: New file.
1534         * sysdeps/generic/sched_setaffinity.c: New file.
1535         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
1536         sched_setaffinity.
1538 2002-08-06  Andreas Schwab  <schwab@suse.de>
1540         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
1542 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1544         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
1545         message.
1547         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
1548         It is known to be defined.
1550         * include/string.h: Define index and rindex only if _ISOMAC is not
1551         defined.
1553         * elf/rtld.c: Include <errno.h>.
1554         * sysdeps/generic/libc-tls.c: Likewise.
1556 2002-08-07  Roland McGrath  <roland@redhat.com>
1558         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
1559         it internally.
1560         (precsize_aton): Likewise.
1562         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
1563         the static symbols added in the last change (doofus is me).
1565         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
1566         loop to notice missing categories in a composite name.
1568         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
1569         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
1570         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
1571         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
1573 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1575         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
1577 2002-08-07  Roland McGrath  <roland@redhat.com>
1579         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
1580         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
1581         Reported by Jakub Jelinek  <jakub@redhat.com>.
1583 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1585         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
1586         division.
1588 2002-08-06  Roland McGrath  <roland@redhat.com>
1590         * include/getopt.h: Put private decls inside [_GETOPT_H].
1591         Use libc_hidden_proto for getopt_long, getopt_long_only.
1592         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
1593         Add libc_hidden_def.
1595         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
1596         Define as a macro for __dl_iterate_phdr.
1598         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
1599         made static.  Add __ name as a strong alias.
1600         (internal_endnetgrent): Likewise.
1601         (internal_getnetgrent_r): Likewise.
1603         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
1604         with no __ prefix.
1605         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
1606         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
1607         all *_l functions with no __ prefix.
1608         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
1609         * ctype/ctype_l.c: Likewise.
1610         * locale/nl_langinfo.c: Likewise.
1611         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
1612         * stdlib/stdlib.h [__USE_GNU]: Likewise.
1613         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
1614         * wctype/wctype.h [__USE_GNU]: Likewise.
1615         * string/strcoll_l.c (strcoll_l): Define as weak alias.
1616         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
1617         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
1618         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
1619         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
1620         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
1621         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
1622         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
1623         (__wcscasecmp_l): Add libc_hidden_def.
1624         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
1625         (__wcsncasecmp_l): Add libc_hidden_def.
1626         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
1627         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
1628         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
1629         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
1630         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
1631         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
1632         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
1633         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
1634         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
1635         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
1636         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
1637         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
1638         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
1639         * wctype/wctype_l.c (wctype_l) Define as weak alias.
1641 2002-08-05  Roland McGrath  <roland@redhat.com>
1643         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
1644         netname2user, host2netname, user2netname, key_gendes.
1645         * sunrpc/netname.c: Add libc_hidden_def.
1646         * sunrpc/key_call.c: Likewise.
1648         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
1649         freeaddrinfo.
1650         * inet/getnameinfo.c: Add libc_hidden_def.
1651         * sysdeps/generic/getaddrinfo.c: Likewise.
1652         * sysdeps/posix/getaddrinfo.c: Likewise.
1654         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
1655         * wcsmbs/wmemchr.c: Add libc_hidden_def.
1656         * wcsmbs/wmemset.c: Add libc_hidden_def.
1658         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
1659         (index, rindex): Define as macros for strchr, strrchr.
1661         * string/envz.c (envz_strip): index -> strchr
1663         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
1664         * sunrpc/rpc_prot.c: Add libc_hidden_def.
1666         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
1667         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
1669         * include/stdlib.h: Use libc_hidden_proto for wctomb.
1670         * stdlib/wctomb.c: Add libc_hidden_def.
1672         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
1673         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
1674         * resolv/herror.c: Likewise.
1675         * inet/rcmd.c: Add libc_hidden_def.
1676         * inet/ruserpass.c: Likewise.
1677         * inet/getnetgrent_r.c: Likewise.
1679         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
1680         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
1681         for svcerr_auth, svcerr_noprog, svcerr_progvers.
1682         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
1683         libc_hidden_def.
1684         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
1685         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
1687         * sysdeps/posix/system.c (do_system): New function, guts broken out of
1688         __libc_system.
1689         (__libc_system): Call it, putting just the line == NULL test here.
1691         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
1692         variables work right.
1694         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
1695         * elf/dl-close.c (_dl_close): Likewise.
1697         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
1698         in6addr_any, in6addr_loopback.  Remove decls for
1699         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
1700         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
1701         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
1702         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
1703         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
1704         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
1705         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
1706         in6addr_loopback.
1707         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
1709         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
1710         ether_aton_r.
1711         * inet/ether_aton_r.c: Add libc_hidden_def.
1712         * inet/ether_ntoa_r.c: Likewise.
1714         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
1715         xprt_unregister.
1716         * sunrpc/svc.c: Add libc_hidden_def.
1717         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
1718         pmap_set, pmap_unset.
1719         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
1720         * sunrpc/pm_getport.c: Likewise.
1721         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
1722         * sunrpc/publickey.c: Add libc_hidden_def.
1724 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
1726         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
1727         the other memset call in this function.
1729         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
1730         at correct index.  Clear BSS region now that memalign is used.
1732 2002-08-05  Roland McGrath  <roland@redhat.com>
1734         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
1735         * sysdeps/generic/uname.c: Add libc_hidden_def.
1736         * sysdeps/mach/hurd/uname.c: Likewise.
1738 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
1740         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
1741         wcspbrk): Add libc_hidden_proto.
1742         * time/strftime.c (my_strftime): Add libc_hidden_def.
1743         (strftime): Remove libc_hidden_def.
1744         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
1745         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
1746         * wcsmbs/wcsspn.c (wcsspn): Likewise.
1747         * wcsmbs/wcscmp.c (wcscmp): Likewise.
1748         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
1749         * wcsmbs/wcscoll.c (wcscoll): Likewise.
1751         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
1752         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1753         __rpc_thread_createerr): Add libc_hidden_proto.
1754         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
1755         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1756         __rpc_thread_createerr): Add libc_hidden_def.
1758         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
1759         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
1760         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
1761         clnt_perror, clnt_sperror): Add libc_hidden_def.
1762         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
1764         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
1765         libc_hidden_proto.
1766         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
1767         * sunrpc/des_soft.c (des_setparity): Likewise.
1769         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
1770         Add libc_hidden_proto.
1771         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
1772         Add libc_hidden_def.
1774 2002-08-05  Roland McGrath  <roland@redhat.com>
1776         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
1777         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
1778         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
1779         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
1780         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
1781         old data, abandoning the original memory allocated by rtld at startup,
1782         instead of calling realloc normally.
1784 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
1786         * po/fr.po: Update from translation team.
1788 2002-08-04  Roland McGrath  <roland@redhat.com>
1790         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
1791         then generate a dummy module under the given name, obeying the
1792         normal rules for the "caller" field.
1794         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
1795         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
1797         * include/pthread.h: Don't declare __pthread_initialize_minimal as
1798         weak here; we declare it weak or strong in the one place we use it.
1799         * sysdeps/generic/libc-start.c: ... which is here.
1800         Don't make the decl weak if [USE_TLS], since static programs need TLS
1801         setup even when single-threaded.
1803         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
1805         * elf/Makefile (test-srcs): Add $(modules-names) to it.
1806         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
1807         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
1808         all these variables.
1810 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1812         * include/stdio.h: Don't define macro magic to redirect function
1813         calls if _ISOMAC is defined.
1815         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
1816         ldouble asin tests.
1818 2002-08-04  Roland McGrath  <roland@redhat.com>
1820         * stdlib/lrand48_r.c: Add libc_hidden_def.
1822         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
1823         TCB with __libc_memalign instead of mmap.
1824         (_dl_deallocate_tls): Free it with free instead of munmap.
1826         * Makerules (cpp-srcs-left): When setting this to run
1827         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
1828         words.  Combine the two loops into one on the concatenated list,
1829         including those as well as $(test-srcs).
1831         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
1832         since we align here with optimally minimal waste anyway.
1833         (malloc): Just call that.
1835         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
1836         the right variable.
1838         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
1839         to compute memory location for l_tls_initimage.
1840         * elf/rtld.c (_dl_start): Likewise.
1841         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
1843         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
1844         because the .d file is generated in the non-shared case and
1845         so fails to catch them otherwise.
1847         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
1848         split out of _dl_allocate_tls.
1849         (_dl_allocate_tls_init): Likewise.
1850         (_dl_allocate_tls): Call those.
1851         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
1852         * elf/rtld.c (dl_main): Call them separately instead of calling
1853         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
1854         is finished, so that the initializer data has been relocated before we
1855         copy it into the main thread's TLS block.
1857         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
1858         loop conditions, prevented the last used module from being initialized.
1860 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
1862         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
1863         if glob resp. globfree are not macros.
1864         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
1865         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
1866         Add libc_hidden_ver.
1867         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
1868         libc_hidden_def.
1869         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
1870         instead of libc_hidden_weak.
1871         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
1872         libc_hidden_ver instead of libc_hidden_def.
1873         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
1874         libc_hidden_ver instead of libc_hidden_def.
1875         (wcstoll, wcstoq): Remove libc_hidden_weak.
1876         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
1877         libc_hidden_ver.
1878         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
1879         libc_hidden_ver.
1880         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
1881         libc_hidden_ver.
1882         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
1883         libc_hidden_ver.
1885 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1887         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
1888         to access _sys_siglist.
1889         * string/strsignal.c: Likewise.
1890         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
1891         * sysdeps/gnu/siglist.c: Likewise.
1892         * sysdeps/unix/siglist.c: Likewise.
1893         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
1895         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
1897         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
1899         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
1900         alias and use it.
1901         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
1903         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
1904         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
1905         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
1907         * include/time.h: Add libc_hidden_proto for __gmtime_r.
1908         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
1910         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
1911         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
1912         and __gconv_get_cache respectively.
1913         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
1914         defined static.  Change all users.
1915         (__gconv_get_cache): New function.
1916         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
1917         (__gconv_get_alias_db): New function.
1918         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
1919         (__conv_modules_db): Likewise.
1920         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
1921         and __gconv_get_alias_db.
1922         * iconv/iconv_prog.c: Use the new functions instead of accessing the
1923         variables.
1925         * include/stdlib.h: Add prototype and libc_hidden_proto for
1926         __default_morecore.
1927         * sysdeps/generic/morecore.c: Include <stdlib.h>.
1929         * malloc/obstack.c: Remove fputs macro.
1931         * malloc/mtrace.c: Remove fopen macro.
1933 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
1935         * manual/debug.texi: Fix spelling to programmatically.
1936         Reported by <hayastan132@hotmail.com>.
1938 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
1940         * include/libio.h: Add libc_hidden_proto for __uflow.
1941         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
1942         fgetpos to _IO_* names.
1943         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
1944         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
1945         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
1946         putwc_unlocked, vswscanf.
1947         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
1948         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
1949         * libio/fseek.c: Likewise.
1950         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
1951         not fopencookie.
1952         * libio/genops.c (__uflow): Add libc_hidden_def.
1953         * libio/iofflush_u.c (fflush_unlocked): Likewise.
1954         * libio/iofgets_u.c (fgets_unlocked): Likewise.
1955         * libio/iofputs_u.c (fputs_unlocked): Likewise.
1956         * libio/iofputws_u.c (fputws_unlocked): Likewise.
1957         * libio/iofread_u.c (fread_unlocked): Likewise.
1958         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
1959         * libio/iovswscanf.c (vswscanf): Likewise.
1960         * libio/putwc_u.c (putwc_unlocked): Likewise.
1961         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
1962         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
1963         * malloc/mtrace.c: Likewise.
1965         * sunrpc/clnt_perr.c: Remove fputs macro.
1966         * sunrpc/svc_simple.c: Likewise.
1967         * sunrpc/svc_tcp.c: Likewise.
1968         * sunrpc/svc_udp.c: Likewise.
1969         * sunrpc/xdr_rec.c: Likewise.
1970         * sunrpc/xdr_ref.c: Likewise.
1972         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
1973         iconv_prog, linereader, and charmap-dir.
1974         * locale/Makefile: Likewise for locale and charmap-dir.
1975         * malloc/Makefile: Likewise for memusagestat.
1976         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
1977         * sunrpc/Makefile: Likewise for rpc_main.
1978         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
1979         * timezone/Makefile: Likewise for zic.
1981         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
1983         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
1984         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
1985         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
1986         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
1987         _dl_close.
1989         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
1990         __wunderflow.
1991         * libio/genops.c (__underflow): Add libc_hidden_def.
1992         * libio/wgenops.c (__wuflow): Likewise.
1993         (__wunderflow): Likewise.
1995         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
1996         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
1998         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
1999         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2001         * include/string.h: Add libc_hidden_proto for __strverscmp.
2002         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2004         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2005         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2006         * sysdeps/posix/sysconf.c: Likewise.
2007         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2008         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2010         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2011         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2012         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2013         __iswxdigit_l, __towlower_l, __towupper_l.
2014         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2015         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2017         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2018         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2019         * sysdeps/mach/hurd/xmknod.c: Likewise.
2020         * sysdeps/unix/xmknod.c: Likewise.
2021         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2022         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2023         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2025         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2027 2002-08-03  Roland McGrath  <roland@redhat.com>
2029         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2030         setpriority.
2031         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2032         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2033         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2034         * sysdeps/mach/hurd/setpriority.c: Likewise.
2035         * sysdeps/mach/hurd/getpriority.c: Likewise.
2036         * sysdeps/generic/setpriority.c: Likewise.
2037         * sysdeps/generic/getpriority.c: Likewise.
2039         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2040         * malloc/mcheck.c: Add libc_hidden_def.
2042         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2043         * misc/hsearch_r.c: Add libc_hidden_def.
2045         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2046         * posix/fnmatch.c: Add libc_hidden_weak.
2048         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2049         execl, execle, execlp, execvp, getpid, getsid.
2050         * sysdeps/generic/alarm.c: Add libc_hidden_def.
2051         * sysdeps/unix/alarm.c: Likewise.
2052         * posix/confstr.c: Likewise.
2053         * posix/execvp.c: Likewise.
2054         * posix/execlp.c: Likewise.
2055         * posix/execle.c: Likewise.
2056         * posix/execl.c: Likewise.
2057         * sysdeps/generic/getsid.c: Likewise.
2058         * sysdeps/mach/hurd/getsid.c: Likewise.
2059         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2060         * sysdeps/mach/hurd/getpid.c: Likewise.
2062         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2063         qecvt_r, qfcvt_r, lrand48_r.
2064         * misc/efgcvt_r.c: Add libc_hidden_def.
2066         * include/wordexp.h: Use libc_hidden_proto for wordfree.
2067         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2069         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2070         * locale/nl_langinfo.c: Add libc_hidden_def.
2072         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2073         * sysdeps/generic/glob.c: Add libc_hidden_def.
2074         * sysdeps/generic/glob64.c: Likewise.
2075         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2077         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2079         * elf/Makefile (CFLAGS-vismod2.c): New variable.
2081         * locale/setlocale.c (_nl_current_names): Variable moved ...
2082         * locale/localename.c (_nl_current_names): ... here, new file.
2083         Make it global, with attribute_hidden.
2084         * locale/localeinfo.h: Declare it.
2085         * locale/Makefile (aux): Add localename.
2086         * locale/localename.c (__current_locale_name): New function.
2087         * include/locale.h (__current_locale_name): Declare it.
2088         * intl/dcigettext.c (guess_category_value): Use that instead of
2089         calling setlocale.
2091         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2092         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2093         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2094         * locale/newlocale.c: Add alias to __ name.
2095         * locale/duplocale.c: Likewise.
2096         * locale/freelocale.c: Likewise.
2097         * locale/uselocale.c: New file.
2098         * locale/Makefile (routines): Add it.
2099         * locale/Versions (libc: GLIBC_2.3): New set.
2100         Add newlocale, duplocale, freelocale, uselocale.
2101         (libc: GLIBC_PRIVATE): Add __uselocale.
2103         * locale/localeinfo.h [SHARED]
2104         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2105         (_NL_CURRENT_DATA): Define using that.
2106         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2107         (_NL_CURRENT_DEFINE): Define to empty.
2108         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2109         conditionalized on this.
2110         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2111         taking initializer of _nl_C_locobj.
2112         [SHARED] (_nl_global_locale): New variable, using that initializer.
2113         (_nl_C_locobj): Use new macro for initialzier.
2114         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2115         [! SHARED] (CATEGORY_USED): New macro.
2116         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2117         (setdata, setlocale): Use that macro instead of examining _nl_current.
2118         (setdata): Set the slot in _nl_global_locale.
2119         Conditionalize setting of _nl_current on [! SHARED].
2120         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2121         declaration as an extern.
2122         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2124         * include/locale.h: Use libc_hidden_proto for setlocale.
2125         * locale/setlocale.c: Add libc_hidden_def.
2127         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2129         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2130         * misc/hsearch_r.c: Add libc_hidden_def.
2131         * misc/lsearch.c: Likewise.
2133         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2134         endttyent.
2135         * misc/getttyent.c: Add libc_hidden_def.
2137         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2138         * malloc/mcheck.c: Add libc_hidden_def.
2140         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2141         * include/argz.h: Use libc_hidden_proto for argz_delete.
2142         * string/argz-delete.c: Add libc_hidden_def.
2143         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2145         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2146         HIDDEN_JUMPTARGET for _exit.
2147         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2148         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2149         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2150         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2152         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2153         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2154         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2155         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2157         * include/stdlib.h: Use libc_hidden_proto for abort,
2158         __strtof_internal, __strtod_internal, __strtold_internal,
2159         __strtol_internal, __strtoll_internal, __strtoul_internal,
2160         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2161         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2162         __strtoul_l_internal, __strtoull_l_internal.
2163         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2164         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2165         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2166         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2167         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2168         __wcsncasecmp_l.
2169         * sysdeps/generic/abort.c: Add libc_hidden_def.
2170         * stdlib/strtod.c: Likewise.
2171         * sysdeps/generic/strtol.c: Likewise.
2172         * sysdeps/wordsize-64/strtol.c: Likewise.
2173         * sysdeps/wordsize-64/wcstol.c: Likewise.
2174         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2176         * include/stdlib.h: Use libc_hidden_proto for qsort.
2177         * stdlib/msort.c: Add libc_hidden_def.
2179         * include/utime.h: Use libc_hidden_proto for utime.
2180         * sysdeps/generic/utime.c: Add libc_hidden_def.
2181         * sysdeps/unix/utime.c: Likewise.
2183         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2184         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2185         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2186         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2187         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2189         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2190         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2191         and __libc_current_sigrtmax.
2192         * signal/sigismem.c: Add libc_hidden_def.
2193         * signal/sigfillset.c: Likewise.
2194         * signal/sigempty.c: Likewise.
2195         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2196         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2197         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2198         * sysdeps/posix/raise.c: Likewise.
2199         * sysdeps/generic/raise.c: Likewise.
2201 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2203         * include/string.h: Use libc_hidden_proto for __stpcpy.
2204         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2205         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2206         * sysdeps/generic/stpcpy.c: Likewise.
2207         * sysdeps/i386/stpcpy.S: Likewise.
2208         * sysdeps/i386/i586/stpcpy.S: Likewise.
2209         * sysdeps/powerpc/stpcpy.S: Likewise.
2210         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2211         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2213         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2214         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2215         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2216         libc_hidden_def.
2217         * string/strdup.c (__strdup): Likewise.
2218         * string/strndup.c (__strndup): Likewise.
2219         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2220         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2222 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2224         * include/libio.h: New file.
2225         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2226         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2227         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2228         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2229         * sysdeps/unix/common/syscalls.list: Likewise.
2230         * sysdeps/unix/inet/syscalls.list: Likewise.
2231         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2232         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2233         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2234         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2235         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2236         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2237         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2238         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2239         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2240         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2241         * sysdeps/unix/syscalls.list: Likewise.
2243 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2244             Ulrich Drepper  <drepper@redhat.com>
2246         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2247         the arguments is big enough to cause an overflow.
2249 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2251         * assert/assert.c: Use hidden_def not INTDEF.
2253 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2255         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2256         not defined.
2258 2002-08-03  Roland McGrath  <roland@redhat.com>
2260         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2261         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2262         verr, verrx.
2263         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2264         * misc/syslog.c: Add libc_hidden_def.
2265         * misc/err.c: Likewise.
2266         * stdlib/exit.c: Likewise.
2267         * stdlib/bsearch.c: Likewise.
2268         * sysdeps/generic/getenv.c: Likewise.
2270         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2272         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2273         libc_hidden_weak for every system call symbol defined.
2275         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2276         timelocal, localtime, strftime.
2277         * time/asctime.c: Add libc_hidden_def.
2278         * time/mktime.c: Likewise.
2279         * time/localtime.c: Likewise.
2280         * time/strftime.c: Likewise.
2281         * time/strptime.c: Likewise.
2282         * sysdeps/generic/time.c: Likewise.
2283         * sysdeps/unix/time.c: Likewise.
2284         * sysdeps/unix/sysv/i386/time.S: Likewise.
2285         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2287         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2288         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2289         * resolv/inet_ntop.c: Likewise.
2290         * resolv/inet_pton.c: Likewise.
2291         * inet/inet_mkadr.c: Add libc_hidden_def.
2292         * inet/inet_netof.c: Likewise.
2293         * resolv/inet_addr.c: Likewise.
2295         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2296         clauses from conditionals for now.  Will have to be fixed later
2297         for older compilers.
2299         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2301 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2303         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2304         broken alias attribute handling.
2305         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2307 2002-08-02  Roland McGrath  <roland@frob.com>
2309         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2310         since it sets the variables we use in a -D switch.
2312 2002-08-02  Roland McGrath  <roland@redhat.com>
2314         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2315         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2316         matches long int, not int.
2318         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2319         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2320         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2321         * wctype/wctrans.c (wctrans): Likewise.
2322         * wctype/wctype.c (__wctype): Likewise.
2323         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2325 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2327         * assert/assert.c (__assert_fail): Fix typo in comment.
2329         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2330         * sunrpc/rpc_thread.c: Define it without static.
2331         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2333 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2335         * assert/assert.c (__assert_fail): Remove undef.
2336         Replace INTDEF with libc_hidden_def.
2337         * assert/__assert.c (__assert): Remove INTUSE.
2338         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2339         libc_hidden_weak.
2340         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2341         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2342         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2343         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2344         libm_hiden_ver): Define.
2345         * include/assert.h (__assert_fail_internal): Remove.
2346         (__assert_fail): Add prototype.  Add hidden_proto.
2347         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2348         libc_hidden_proto.
2349         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2350         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
2351         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2352         Add libc_hidden_proto.
2353         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2354         __fcntl): Add libc_hidden_proto.  Remove macros.
2355         (__open_internal, __fcntl_internal): Remove.
2356         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2357         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
2358         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
2359         libc_hiden_proto.
2360         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
2361         libc_hidden_def.
2362         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
2363         Add libc_hidden_def.
2364         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
2365         * sysdeps/generic/open.c (__open): Remove undef.
2366         Add libc_hidden_def.  Remove INTDEF.
2367         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
2368         Add libc_hidden_def.
2369         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
2370         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
2371         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
2372         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2373         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2374         (__libc_fcntl): Add libc_hidden_def.
2375         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
2376         (__open): Remove INTDEF2.  Add libc_hidden_weak.
2377         (__libc_open): Add libc_hidden_def.
2378         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
2379         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
2380         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2381         Add libc_hidden_def.
2382         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
2383         Add libc_hidden_def.
2384         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
2385         undef.
2386         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2387         (__libc_fcntl): Add libc_hidden_def.
2388         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
2389         __getpgid_internal, __chown_internal): Remove.
2390         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
2391         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
2392         __GI___chown): Add.
2393         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
2394         __getpid_internal, __open_internal, __write_internal): Remove.
2395         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
2396         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
2397         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
2398         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
2399         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
2400         Replace INTDEF with libc_hidden_def.
2401         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
2402         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
2403         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
2404         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
2405         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
2406         Add libc_hidden_proto.
2407         * include/sys/poll.h (__poll): Add libc_hidden_proto.
2408         * include/sys/select.h (__select): Likewise.
2409         * include/sys/socket.h (__send): Likewise.
2410         * include/sys/statfs.h (__statfs): Likewise.
2411         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
2412         __getpid, __getpgid, __setpgid, __close, __read, __write,
2413         __getpagesize, __sbrk): Likewise.
2414         (__chown_internal, __dup2_internal, __getpid_internal,
2415         __getpgid_internal, __close_internal, __write_internal,
2416         __getpagesize_internal): Remove.
2417         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
2418         Remove macros.
2419         * include/printf.h (__printf_fp): Add libc_hidden_proto.
2420         * include/sched.h (__sched_setscheduler): Likewise.
2421         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
2422         * include/stdlib.h (__secure_getenv): Likewise.
2423         * include/signal.h (__sigaction, __sigsuspend): Likewise.
2424         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
2425         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
2426         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
2427         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
2428         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
2429         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
2430         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
2431         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
2432         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
2433         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
2434         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
2435         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
2436         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
2437         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
2438         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
2439         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
2440         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
2441         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
2442         * libio/genops.c (__overflow): Add libc_hidden_def.
2443         * libio/iovdprintf.c: Remove libio.h include.
2444         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
2445         libc_hidden_weak): Define to nothing if not defined.
2446         (__overflow, __woverflow): Add libc_hidden_proto.
2447         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
2448         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
2449         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2450         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
2451         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2452         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
2453         and libc_hidden_def.
2454         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
2455         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
2456         (__getpgid): Add libc_hidden_proto.
2457         (__bsd_getpgrp): Remove INTUSE.
2458         * resolv/res_init.c (__res_ninit, __res_randomid): Add
2459         libc_hidden_def.
2460         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
2461         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
2462         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
2463         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
2464         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
2465         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
2466         __rpc_thread_createerr): Add libc_hidden_def.
2467         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
2468         libc_hidden_def.
2469         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
2470         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
2471         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
2472         * sysdeps/generic/chown.c (__chown): Likewise.
2473         * sysdeps/generic/close.c (__close): Likewise.
2474         * sysdeps/generic/dup2.c (__dup2): Likewise.
2475         * sysdeps/generic/pipe.c (__pipe): Likewise.
2476         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
2477         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
2478         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
2479         * sysdeps/generic/read.c (__libc_read): Likewise.
2480         (__read): Add libc_hidden_weak.
2481         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
2482         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
2483         * sysdeps/generic/select.c (__select): Likewise.
2484         * sysdeps/generic/send.c (__send): Likewise.
2485         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
2486         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
2487         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
2488         * sysdeps/generic/statfs.c (__statfs): Likewise.
2489         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
2490         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
2491         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
2492         Remove undef and INTDEF.
2493         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
2494         * sysdeps/generic/getpid.c (__getpid): Likewise.
2495         * sysdeps/generic/write.c (__libc_write): Likewise.
2496         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2497         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
2498         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
2499         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
2500         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
2501         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
2502         Remove undef and INTDEF.
2503         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
2504         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
2505         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
2506         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
2507         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
2508         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2509         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
2510         (__pipe): Add libc_hidden_def.
2511         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
2512         libc_hidden_weak.
2513         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
2514         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
2515         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
2516         (__read): Add libc_hidden_weak.
2517         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
2518         (__libc_pwrite64): Add libc_hidden_def.
2519         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2520         * sysdeps/mach/hurd/select.c (__select): Likewise.
2521         * sysdeps/mach/hurd/send.c (__send): Likewise.
2522         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
2523         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
2524         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
2525         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
2526         * sysdeps/posix/dup2.c: Likewise.
2527         Remove undef and INTDEF.
2528         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
2529         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
2530         (__pwrite64): Add libc_hidden_weak.
2531         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
2532         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
2533         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
2534         * sysdeps/standalone/close.c (__close): Likewise.
2535         * sysdeps/standalone/write.c (__libc_write): Likewise.
2536         (__write): Add libc_hidden_weak.
2537         * sysdeps/standalone/read.c (__read): Likewise.
2538         (__libc_read): Add libc_hidden_def.
2539         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
2540         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
2541         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
2542         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
2543         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
2544         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
2545         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
2546         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
2547         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
2548         __GI___sigaction): Add.
2549         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
2550         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
2551         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
2552         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
2553         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
2554         __GI___setpgid): Add.
2555         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
2556         Remove undef and INTDEF.
2557         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
2558         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
2559         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
2560         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
2561         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
2562         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
2563         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
2564         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
2565         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
2566         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
2567         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
2568         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
2569         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
2570         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
2571         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
2572         __GI___statfs, __GI___send): Add.
2573         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
2574         libc_hidden_ver resp. libc_hidden_def.
2575         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
2576         libc_hidden_def.
2577         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
2578         Likewise.  Remove undef and INTDEF.
2579         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
2580         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
2581         __GI___statfs, __GI___send): Add.
2582         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
2583         libc_hidden_def.
2584         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
2585         Likewise.
2586         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
2587         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
2588         libc_hidden_ver resp. libc_hidden_def.
2589         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
2590         __GI___send): Add.
2591         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
2592         Add libc_hidden_weak.
2593         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
2594         Add libc_hidden_def.
2595         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
2596         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
2597         libc_hidden_weak.
2598         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
2599         resp. libc_hidden_def.
2600         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
2601         libc_hidden_weak.
2602         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
2603         INTDEF.
2604         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
2605         Likewise.  Remove undef.
2606         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
2607         libc_hidden_weak.
2608         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
2609         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
2610         libc_hidden_weak.
2611         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
2612         libc_hidden_def.
2613         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
2614         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
2615         Likewise.  Remove undef and INTDEF.
2616         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
2617         libc_hidden_def.
2618         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
2619         libc_hidden_weak.
2620         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
2621         libc_hidden_def.
2622         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
2623         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
2624         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
2625         libc_hidden_weak.
2626         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
2627         Add libc_hidden_def.
2628         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
2629         __GI___statfs): Add.
2630         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
2631         libc_hidden_weak.
2632         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
2633         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
2634         Remove undef and INTDEF.
2635         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
2636         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
2637         libc_hidden_def.
2638         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
2639         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
2640         libc_hidden_weak.
2641         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
2642         libc_hidden_def.
2643         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
2644         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
2645         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
2646         Add.
2647         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
2648         libc_hidden_def.  Remove undef and INTDEF.
2649         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
2650         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
2651         libc_hidden_def.
2652         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
2653         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
2654         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
2655         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
2656         Remove undef and INTDEF.
2657         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
2658         broken visibility attribute handling.
2659         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
2661 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2663         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
2664         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
2666         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
2667         previous patch.
2669 2002-06-29  Todd Fries  <todd@openbsd.org>
2671         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
2673 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2675         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
2677 2002-07-30  Roland McGrath  <roland@redhat.com>
2679         * resolv/resolv.h (_res): Define macro unconditionally.
2680         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
2681         * include/resolv.h: ... here.
2682         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
2683         as a __thread variable.
2684         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
2685         a __thread variable instead of a global.
2686         * resolv/res_data.c [_LIBC]: Don't #undef _res.
2688         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
2689         time we test it.
2691         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
2693         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
2694         decls of memset and memcpy.
2696         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
2697         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
2699         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
2701         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
2702         (__libc_tsd_define): Define using __thread.
2704         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
2705         (__rpc_thread_variables): Use __libc_tsd_get.
2706         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
2707         __rpc_thread_variables, which might allocate what we're about to free.
2709         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
2710         thread-local variable.
2711         * resolv/netdb.h (h_errno): Define macro unconditionally.
2712         [_LIBC] (__set_h_errno): Macro moved to ...
2713         * include/netdb.h: ... here.
2714         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
2715         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
2716         [! _LIBC_REENTRANT]: #undef h_errno here.
2718         * include/errno.h: Protect from multiple inclusion.
2720         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
2721         before defining them, since Linux's <linux/posix_types.h> might have
2722         defined them.
2724 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2726         * malloc/malloc.c (public_cALLOc): Check for overflow on
2727         multiplication.
2728         * sunrpc/xdr_array.c (xdr_array): Likewise.
2729         * sunrpc/rpc/types.h (mem_free): Add comment.
2730         Patch by Solar Designer <solar@openwall.com>.
2732 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2734         * sysdeps/unix/sysv/linux/kernel-features.h
2735         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
2737 2002-08-01  Roland McGrath  <roland@redhat.com>
2739         * libio/fileops.c (_IO_file_sync_mmap): New function.
2740         (_IO_file_jumps_mmap): Use it.
2741         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
2742         repeat the stat check and resize the mapped buffer as necessary.
2744 2002-07-31  Roland McGrath  <roland@redhat.com>
2746         * libio/fileops.c (decide_maybe_mmap): New static function.
2747         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
2748         mmap the file contents.  Then switch the jump tables to the mmap
2749         tables if it worked, or the vanilla file tables if not.
2750         (_IO_file_underflow_maybe_mmap): New function.
2751         (_IO_file_seekoff_maybe_mmap): New function.
2752         (_IO_file_xsgetn_maybe_mmap): New function.
2753         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
2754         * libio/libioP.h: Declare those.
2755         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
2756         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
2757         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
2758         If the stream is read-only, set its jump tables to those new ones.
2759         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
2760         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
2761         We need the tables set before _IO_file_attach.
2763         * libio/tst-mmap-eofsync.c: New file.
2764         * libio/tst-mmap-fflushsync.c: New file.
2765         * libio/bug-mmap-fflush.c: New file.
2766         * libio/tst-mmap2-eofsync.c: New file.
2767         * libio/Makefile (tests): Add them.
2769         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
2770         _IO_file_underflow_mmap fails, it already set the appropriate bit.
2772 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
2774         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
2775         Declarations moved to <bits/sys_errlist.h>.  Include that file.
2776         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
2777         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
2778         declare sys_errlist and sys_nerr.
2779         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
2780         provide declarations.
2782 2002-07-31  Roland McGrath  <roland@redhat.com>
2784         * elf/rtld.c (dl_main): Fix typo in error message.
2786 2002-07-31  Roland McGrath  <roland@frob.com>
2788         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
2789         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
2790         sysdeps/mach/hurd/dl-sysdep.c change.
2792 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
2794         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
2795         -r`/build/include for kernel headers.
2797         * po/fi.po: New file.
2799 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
2801         * configure.in (static_nss): Set to `yes' if --disable-shared.
2803 2002-07-23  Bruno Haible  <bruno@clisp.org>
2805         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
2806         is set.
2808 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2810         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
2811         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
2812         arguments.
2814 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2816         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
2817         alias.
2819 2002-07-21  Bruno Haible  <bruno@clisp.org>
2821         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
2822         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
2823         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
2824         trans_sysdep_tab_offset.
2825         (struct sysdep_segment): New type.
2826         (struct sysdep_string): New type.
2827         (SEGMENTS_END): New macro.
2828         * intl/gettextP.h (struct sysdep_string_desc): New type.
2829         (struct loaded_domain): New fields malloced, n_sysdep_strings,
2830         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
2831         orig_tab, trans_tab, hash_tab to const pointers because they point
2832         into read-only memory.
2833         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
2834         (PRI*): Define fallback values.
2835         (get_sysdep_segment_value): New function.
2836         (_nl_load_domain): Distinguish major and minor revision parts. Add
2837         support for minor revision 1 with system dependent strings.
2838         (_nl_unload_domain): Also free the 'malloced' field.
2839         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
2840         now done in loadmsgcat.c. Add support for system dependent strings.
2842 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
2844         * posix/bug-regex7.c: New file.
2845         * posix/bug-regex8.c: New file.
2846         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
2848 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
2850         * posix/bug-regex4.c (main): Fix typos.
2851         * posix/bug-regex6.c (main): Likewise.
2853 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
2855         * posix/bug-regex6.c (main): Fix warnings.
2857         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
2859         * iconv/iconv_prog.c (main): Improve error message for the cases
2860         where -t and/or -f parameter are missing.
2862 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
2864         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
2865         (re_search): Likewise.
2866         (re_match_2): Likewise.
2867         (re_search_2): Likewise.
2868         (re_search_stub): New function.
2869         (re_search_2_stub): New function.
2870         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
2872 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
2874         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
2875         (re_string_eoi): Use STOP instead of LEN.
2876         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
2877         (re_string_construct): Likewise.
2878         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
2879         * posix/regexec.c (re_search_internal): Add a new argument STOP
2880         so that it can handle the argument STOP of re_search_2 and re_match_2
2881         correctly.
2882         (regexec): Adapt to new I/F of re_search_internal.
2883         (re_search_stub): Likewise.
2885 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
2887         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
2889         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
2891         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
2892         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
2893         of __divdi3.
2895         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
2896         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
2897         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
2898         alias for adjtimex syscall.
2900         * elf/dl-minimal.c: Define __assert_fail_internal.
2901         * assert/assert.c: Likewise.
2902         * include/assert.h: Define __assert_file macro if !SHARED and not
2903         NOT_IN_libc.
2905         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
2906         programs.
2907         * locale/Makefile: Likewise.
2908         * nscd/Makefile: Likewise.
2909         * catgets/Makefile: Likewise.
2911 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2913         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
2914         compute current position.
2916         * stdio-common/tst-fseek.c (main): Improve error messages.
2918         * libio/tst-freopen.c (main): Remove unused variable.
2920         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
2921         succesful seek call.  Simplify error checking.
2923 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
2925         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
2926         * sysdeps/ia64/fpu/libm_support.h: Likewise.
2928 2002-07-19  Roland McGrath  <roland@frob.com>
2930         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
2931         __libc_enable_secure is set.
2933 2002-07-24  Roland McGrath  <roland@frob.com>
2935         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
2936         This implementation supports only IPv4.
2937         * inet/ifaddrs.h: New file.
2938         * sysdeps/generic/ifaddrs.c: New file.
2939         * sysdeps/gnu/ifaddrs.c: New file.
2940         * inet/test-ifaddrs.c: New file.
2941         * inet/Makefile (routines): Add ifaddrs.
2942         (headers): Add ifaddrs.h here.
2943         (tests): Add test-ifaddrs.
2944         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
2946         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
2947         socket call to get an AF_INET socket, instead of using __opensock.
2948         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
2950         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
2951         if not -1 use it instead of calling __opensock.
2952         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
2953         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
2954         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
2956         * sysdeps/mach/hurd/ifreq.h: New file.
2957         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
2958         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
2959         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
2961         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
2962         which gets moved around.  Calculate size of mmap'd buffer instead.
2964 2002-07-24  Philip Blundell  <philb@gnu.org>
2966         * sysdeps/unix/arm/brk.S: Improve schedule.
2967         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
2968         efficient instruction.
2969         (__socket): Optimize return sequence.
2971 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2973         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
2974         sockets on old kernels.
2976 2002-07-22  Philip Blundell  <philb@gnu.org>
2978         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
2979         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
2980         alias.
2982 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
2984         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
2985         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
2987         * locale/programs/locarchive.c (add_locale_to_archive): Correct
2988         test to detect duplicate locales.
2990         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
2991         position would be before beginning of file.
2992         (_IO_file_seekoff_mmap): Likewise.
2993         * libio/Makefile (tests): Add bug-fseek.
2994         * libio/bug-fseek.c: New file.
2996         * intl/explodename.c: Remove support for CEN-style locale variables.
2997         It was never used and shouldn't be since it's not portable.
2998         * intl/finddomain.c: Likewise.
2999         * intl/l10nflist.c: Likewise.
3000         * intl/loadinfo.h: Likewise.
3001         * locale/findlocale.c: Likewise.
3003 2002-07-24  Roland McGrath  <roland@frob.com>
3005         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3006         position, calculate it to take into account an active pushback buffer.
3008         * libio/Makefile (tests): Add bug-ungetc.
3009         * libio/bug-ungetc.c: New file.
3011 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3013         * sysdeps/generic/libc-tls.c: New file.
3014         * csu/Makefile (routines): Add libc-tls.
3015         (static-only-routines): Add libc-tls.
3016         * elf/dl-support.c (_dl_phdr): New variable.
3017         (_dl_phnum): New variable.
3018         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3019         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3020         for !SHARED.  First look through auxiliary vector.  If TLS always
3021         call __pthread_initialize_minimal.
3023         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3024         in mmap call is never zero.
3026 2002-07-23  Andreas Jaeger  <aj@suse.de>
3028         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3029         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3031 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3033         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3034         creation and removal of the temp file.
3036         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3037         file creation.
3038         * test-skeleton.c (create_temp_file): New function.
3040 2002-07-22  Andreas Jaeger  <aj@suse.de>
3042         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3043         local label.
3045 2002-07-21  Roland McGrath  <roland@frob.com>
3047         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3048         put -I../include before -I../stdlib so we get the right errno.h et al.
3049         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3050         (CFLAGS-wcstof.c): Likewise.
3051         (CFLAGS-wcstold.c): Likewise.
3052         (CFLAGS-wcstod_l.c): Likewise.
3053         (CFLAGS-wcstof_l.c): Likewise.
3054         (CFLAGS-wcstold_l.c): Likewise.
3056 2002-07-19  Roland McGrath  <roland@frob.com>
3058         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3060 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
3062         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3063         __ASSUME_AT_XID is defined.
3064         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3065         for 2.4.1 and up.
3066         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3067         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3069         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3070         (CFLAGS-wcstof.c): Likewise.
3071         (CFLAGS-wcstold.c): Likewise.
3072         (CFLAGS-wcstod_l.c): Likewise.
3073         (CFLAGS-wcstof_l.c): Likewise.
3074         (CFLAGS-wcstold_l.c): Likewise.
3076 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
3078         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3079         __priority_which_t): Always typedef to int for C++.
3081 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
3083         * configure.in: Add test for __thread support in compiler.
3084         * config.h.in: Add HAVE___THREAD.
3085         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3086         * include/sys/errno.h: Moved to...
3087         * stdlib/sys/errno.h: ...here.  New file.
3088         * stdlib/errno.h: New file.  Moved from...
3089         * include/errno.h: ...here.  Changed into an internal header defining
3090         libc-local things like __set_errno.
3091         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3092         bits/errno.h.
3093         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3094         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3095         either.
3096         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3097         from...
3098         (_dl_start_final): ...here.  Add code to initialize tls elements from
3099         bootstrap_map.
3100         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3101         if USE_TLS && HAVE___THREAD.
3102         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3103         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3104         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3105         * sysdeps/standalone/bits/errno.h: Likewise.
3106         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3107         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3108         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3109         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3110         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3111         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3112         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3113         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3114         use GL(dl_rtld_map), use map parameter.
3115         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3116         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3117         USE_TLS && HAVE___THREAD.
3118         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3119         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3120         TLS code sequence.
3121         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3123         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3124         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3125         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3126         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3127         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3128         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3130 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3132         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3133         MS_INVALIDATE values.
3135 2002-07-17  Andreas Schwab  <schwab@suse.de>
3136             Ulrich Drepper  <drepper@redhat.com>
3138         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3139         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3140         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3141         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3143 2002-07-01  H.J. Lu  <hjl@gnu.org>
3145         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3146         return value.
3148         * elf/circlemod1.c (circlemod1): Return int.
3149         * elf/circlemod2.c (circlemod2): Likewise.
3150         * elf/circlemod2a.c (circlemod2): Likewise.
3151         * elf/circlemod3.c (circlemod3): Likewise.
3152         (circlemod3a): A new function.
3154 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3156         * catgets/tst-catgets.c (main): Don't expect results for
3157         untranslated messages.
3159         * glibcbug.in: Fix little typo.  Remove STDIO.
3161         * config.h.in: Fail if __FAST_MATH__ is defined.
3162         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3163         (CPPFLAGS-test-idouble.c): Likewise.
3164         (CPPFLAGS-test-ildouble.c): Likewise.
3166 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3168         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3169         * intl/tst-gettext.c: Correctly handle untranslated messages in
3170         positive tests.
3172         * po/de.po: Update from translation team.
3174 2002-07-02  H.J. Lu  <hjl@gnu.org>
3176         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3177         use ll/sc.
3178         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3180         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3181         to 2.4.0 for mips.
3183 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3185         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3186         TLS fail if USE_TLS is not defined.
3188         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3189         and adjust state for seek position.  [PR libc/4070]
3190         * libio/Makefile (tests): Add bug-rewind.
3191         * libio/bug-rewind.c: New file.
3193 2002-07-12  Philip Blundell  <philb@gnu.org>
3195         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3196         (__backtrace): Use it.
3197         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3199 2002-07-12  Philip Blundell  <philb@gnu.org>
3201         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3202         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3203         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3204         (elf_machine_rela): Remove unused variable.
3206         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3207         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3208         define.
3210 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3212         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3214 2002-07-14  Andreas Jaeger  <aj@suse.de>
3216         * sysdeps/x86_64/bits/link.h: Add biarch support.
3218 2002-07-13  Andreas Jaeger  <aj@suse.de>
3220         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3221         Use correct indices.
3222         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3224 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3226         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3227         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3228         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3229         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3230         * sysdeps/s390/s390-32/bits/link.h: Remove.
3231         * sysdeps/s390/s390-64/bits/link.h: Remove.
3232         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3233         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3234         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3235         * sysdeps/s390/bits/wordsize.h: New file.
3236         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3237         elfclass.h.
3238         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3239         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3240         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3241         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3242         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3243         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3244         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3245         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3246         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3247         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3248         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3249         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3250         resource.h.
3251         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3252         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3253         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3254         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3255         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3256         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3257         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3258         sigaction.h.
3259         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3260         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3261         siginfo.h.
3262         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3263         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3264         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3265         socket.h.
3266         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3267         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3268         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3269         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3270         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3271         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3272         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3273         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3274         procfs.h.
3275         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3276         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3277         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3278         ucontext.h.
3279         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3280         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3282 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3284         * Versions.def (libc): Add GLIBC_2.3.
3285         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3286         * stdlib/canonicalize.c: Add compatibility version for realpath
3287         and make new code available in GLIBC_2.3.
3289 2002-07-06  Bruno Haible  <bruno@clisp.org>
3291         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3293 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3295         * resolv/res_hconf.c (_res_hconf_init): Move code into new
3296         function do_init.  Use __libc_once.
3297         (do_init): New function.
3299         * iconvdata/iso8859-11.h: Removed.
3300         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3301         (distribute): Remove iso8859-11.h.
3302         * iconvdata/tst-tables.sh: Add ISO-8859-11.
3304         * stdio-common/vfscanf.c (inchar): Restore errno from previous
3305         underflow operation if c == (W)EOF.
3307 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3309         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3310         non-zero, adjust exponent.
3311         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3312         Remove NO_LONG_DOUBLE aliases.
3313         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3314         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3315         (__log1pl): Raise divide by zero and invalid exceptions when needed.
3316         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3317         1**y and -1**+-Inf.
3318         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3319         Fix BITS_PER_MP_LIMB 32 extraction.
3320         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3321         exceptions for qNaNs.
3322         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3323         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3324         Raise exceptions when needed.  Don't recurse unnecessarily.
3325         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3326         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3327         exceptions for qNaNs.
3328         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3329         to fix *quo return value sign.
3330         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3331         case -Inf argument.
3332         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3334 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3336         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3337         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3338         -DNDEBUG.
3340 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3342         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3343         the result.
3345         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3346         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3348         * Versions.def (libthread_db): Add GLIBC_2.3.
3350 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
3352         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3353         new stream if possible.
3354         * libio/freopen64.c (freopen64): Likewise.
3355         * libio/Makefile (tests): Add tst-freopen.
3356         * libio/tst-freopen.c: New file.
3358 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3360         * libio/stdio.h (obstack_printf): Add format attribute.
3361         (obstack_vprintf): Likewise.
3363 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3365         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
3366         resp. 16 bytes on 32-bit resp. 64-bit platforms.
3367         (re_charset_t, re_string_t): Reorder structure members for 64-bit
3368         architectures.
3370 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3372         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
3373         (init_dfa): ...here.
3375 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3377         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
3378         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
3379         nodes in parse trees.
3380         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
3381         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
3382         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
3383         nodes which can epsilon transit.
3384         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
3385         to IS_EPSILON_NODE macro.
3386         * posix/regexec.c (update_regs): New function to update registers
3387         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
3388         (proceed_next_node): Use the entities of the nodes to determine
3389         whether the node can transit to.
3390         (set_regs): Use update_regs function to update registers.
3392 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3394         * posix/bug-regex4.c (main): Remove duplicate setlocale.
3395         * posix/bug-regex6.c: New file.
3396         * posix/Makefile (tests): Add bug-regex6.
3397         (bug-regex6-ENV): Set LOCPATH.
3399 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3401         * Versions.def [libpthread]: Add GLIBC_2.2.6.
3402         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
3404 2002-07-06  Bruno Haible  <bruno@clisp.org>
3406         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
3408 2002-07-06  Bruno Haible  <bruno@clisp.org>
3410         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
3411         declarations.
3413         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
3415         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
3417         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
3418         not _UTSNAME_H.
3419         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
3421         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
3422         * sysdeps/generic/bits/ustat.h: Likewise.
3424         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
3426 2002-07-08  Andreas Jaeger  <aj@suse.de>
3428         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
3430 2002-07-08  Andreas Jaeger  <aj@suse.de>
3432         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
3434 2002-07-06  Andreas Jaeger  <aj@suse.de>
3436         * sysdeps/x86_64/fpu/bits/mathinline.h: New.
3437         * sysdeps/x86_64/fpu/s_copysign.S: New.
3438         * sysdeps/x86_64/fpu/s_copysignf.S: New.
3439         * sysdeps/x86_64/fpu/s_copysignl.S: New.
3440         * sysdeps/x86_64/fpu/s_finitel.S: New.
3441         * sysdeps/x86_64/fpu/s_fmax.S: New.
3442         * sysdeps/x86_64/fpu/s_fmaxf.S: New.
3443         * sysdeps/x86_64/fpu/s_fmaxl.S: New.
3444         * sysdeps/x86_64/fpu/s_fmin.S: New.
3445         * sysdeps/x86_64/fpu/s_fminf.S: New.
3446         * sysdeps/x86_64/fpu/s_fminl.S: New.
3448 2002-06-05  Brian Youmans <3diff@gnu.org>
3450         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
3451         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
3452         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
3453         * sysdeps/ia64/fpu/e_asin.S: Likewise.
3454         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
3455         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
3456         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
3457         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
3458         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3459         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3460         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
3461         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3462         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3463         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
3464         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
3465         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
3466         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
3467         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
3468         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
3469         * sysdeps/ia64/fpu/e_log.S: Likewise.
3470         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3471         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3472         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3473         * sysdeps/ia64/fpu/e_powl.S: Likewise.
3474         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
3475         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
3476         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
3477         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
3478         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
3479         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
3480         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3481         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3482         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
3483         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
3484         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
3485         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
3486         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
3487         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3488         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
3489         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
3490         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
3491         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
3492         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
3493         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
3494         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
3495         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
3496         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
3497         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3498         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
3499         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
3500         * sysdeps/ia64/fpu/s_logb.S: Likewise.
3501         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
3502         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
3503         * sysdeps/ia64/fpu/s_modf.S: Likewise.
3504         * sysdeps/ia64/fpu/s_modff.S: Likewise.
3505         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
3506         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3507         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3508         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3509         * sysdeps/ia64/fpu/s_rint.S: Likewise.
3510         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
3511         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
3512         * sysdeps/ia64/fpu/s_round.S: Likewise.
3513         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3514         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3515         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
3516         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
3517         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
3518         * sysdeps/ia64/fpu/s_significand.S: Likewise.
3519         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
3520         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
3521         * sysdeps/ia64/fpu/s_tan.S: Likewise.
3522         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3523         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3524         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
3525         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
3526         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
3527         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
3528         reflect IBM donation of math library to FSF
3529         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
3530         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
3531         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
3532         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3533         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
3534         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3535         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
3536         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
3537         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
3538         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
3539         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
3540         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
3541         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
3542         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
3543         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
3544         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
3545         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
3546         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3547         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3548         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
3549         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
3550         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
3551         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
3552         * sysdeps/vax/__longjmp.c: Likewise.
3553         * sysdeps/vax/setjmp.c: Likewise.
3554         * libio/filedoalloc.c: Fixed BSD copying permission notice to
3555         remove advertising clause
3556         * sysdeps/vax/htonl.s: Likewise.
3557         * sysdeps/vax/htons.s: Likewise.
3558         * libio/wfiledoalloc.c: Likewise.
3559         * stdlib/random.c: Likewise.
3560         * stdlib/random_r.c: Likewise.
3561         * sysdeps/mach/sys/reboot.h: Likewise.
3562         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
3563         * sysdeps/posix/getaddrinfo.c: Likewise.
3564         * sunrpc/des_impl.c: Updated license permission notice to Lesser
3565         GPL and corrected pointer to point to the correct license.
3567 2002-07-04  Andreas Jaeger  <aj@suse.de>
3569         * scripts/config.guess: New upstream version.
3570         * scripts/config.sub: Likewise.
3572 2002-07-02  Andreas Schwab  <schwab@suse.de>
3574         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
3575         in parallel to bumping up the buffer pointer.
3577 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3579         * math/libm-test.inc (acos_test): Add missing L suffix for
3580         expected result.
3581         (cpow_test): Likewise.
3582         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
3583         error for acos (0.0625).
3585 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3587         * locale/iso-639.def: Add entry for Ganda.
3588         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
3589         definition.
3590         (address_finish): Handle entries with two letter ISO 639 code.
3592         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
3593         directory if it existed before.
3594         * iconv/iconvconfig.c: Implement --prefix option.
3596         * math/libm-test.inc (cexp_test): Add missing L suffix for
3597         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
3598         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
3599         1.25 i).
3601 2002-05-29  H.J. Lu  <hjl@gnu.org>
3603         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
3604         is turned on.
3606 2002-05-28  H.J. Lu  <hjl@gnu.org>
3608         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
3609         are not dlopened on the dependency list of a dlopened object.
3611 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3613         * elf/dl-lookup.c (add_dependency): It is not necessary to add
3614         dependencies if they are created between objects which are created
3615         while processing RTLD_NOW for objects loaded as part of the same
3616         dlopen call.
3618 2002-06-14  H.J. Lu  <hjl@gnu.org>
3620         * elf/Makefile (tests): Add circleload1.
3621         (modules-names): Add circlemod1, circlemod2, circlemod3,
3622         circlemod1a, circlemod2a and circlemod3a.
3623         ($(objpfx)circleload1): New target.
3624         ($(objpfx)circleload1.out): Likewise.
3625         ($(objpfx)circlemod1.so): Likewise.
3626         ($(objpfx)circlemod2.so): Likewise.
3627         ($(objpfx)circlemod1a.so): Likewise.
3628         ($(objpfx)circlemod2a.so): Likewise.
3629         * elf/circleload1.c: New file.
3630         * elf/circlemod1.c: New file.
3631         * elf/circlemod1a.c: New file.
3632         * elf/circlemod2.c: New file.
3633         * elf/circlemod2a.c: New file.
3634         * elf/circlemod3.c: New file.
3635         * elf/circlemod3a.c: New file.
3637 2002-06-18  Amos Waterland  <apw@us.ibm.com>
3639         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
3640         file descriptor.
3641         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
3642         add check for fd not open for writing.
3644         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
3645         completed element(s) and do not suspend thread if so.  Patch
3646         heavily modified by drepper.
3648         * rt/tst-aio7.c: New file.  Regression test for problems which the
3649         above three changes fix.
3650         * rt/Makefile (tests): Add tst-aio7.
3652 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
3654         * rt/tst-aio6.c: Fix comment.
3656         * catgets/gencat.c (read_input_file): Handle more than one slash
3657         at end of line correctly [PR libc/3926].
3658         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
3660         * catgets/sample.SJIS: Add test case for above bug.
3661         * catgets/test-gencat.c: Adjust test code.
3662         * catgets/test-gencat.sh: Adjust expected results.
3664         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
3665         to skip relative relocations.
3666         Patch by Geoff Keating <geoffk@redhat.com>.
3668 2002-05-26  Bruno Haible  <bruno@clisp.org>
3670         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
3671         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
3672         All callers changed.
3673         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
3674         STANDARD_FROM_LOOP_ERR_HANDLER.
3675         (utf8_internal_loop): Likewise.
3676         (ucs2_internal_loop): Likewise.
3677         (internal_ucs2_loop): Perform error handling like in
3678         STANDARD_FROM_LOOP_ERR_HANDLER.
3679         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
3680         in STANDARD_FROM_LOOP_ERR_HANDLER.
3681         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3682         handling.
3683         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
3684         in STANDARD_FROM_LOOP_ERR_HANDLER.
3685         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3686         handling.
3687         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
3688         in STANDARD_FROM_LOOP_ERR_HANDLER.
3689         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3690         handling.
3691         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
3692         STANDARD_FROM_LOOP_ERR_HANDLER.
3693         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
3694         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
3695         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
3696         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
3697         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
3698         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
3699         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
3700         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
3701         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
3702         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
3703         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
3704         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
3705         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
3706         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
3707         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
3708         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
3709         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
3710         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
3711         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
3712         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
3713         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
3714         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
3715         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
3716         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
3717         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
3718         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
3719         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
3720         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
3721         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
3722         an error, still set result = __GCONV_ILLEGAL_INPUT.
3723         (BODY for TO_LOOP): Likewise.
3724         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
3725         STANDARD_FROM_LOOP_ERR_HANDLER.
3726         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3727         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
3728         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3729         handling.
3730         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3731         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
3732         STANDARD_FROM_LOOP_ERR_HANDLER.
3733         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3734         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
3735         STANDARD_FROM_LOOP_ERR_HANDLER.
3736         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3737         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
3738         STANDARD_FROM_LOOP_ERR_HANDLER.
3739         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3740         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
3741         STANDARD_FROM_LOOP_ERR_HANDLER.
3742         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3743         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
3744         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3745         handling.
3746         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3747         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
3748         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
3749         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
3751 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3753         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
3754         labels in assembler instructions.
3756 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
3758         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
3759         not enough content is available.
3760         * libio/tst-eof.c: New file.
3761         * libio/Makefile (tests): Add tst-eof.
3763         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
3764         update atime.
3765         * libio/tst-atime.c: New file.
3766         * libio/Makefile (tests): Add tst-atime.
3768         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
3769         handling of overly long words.
3771 2002-06-25  Andreas Jaeger  <aj@suse.de>
3773         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
3774         to not use 32-bit pc relative relocations.
3775         (elf_machine_dynamic): Likewise.
3777 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
3779         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
3780         (__GETDENTS): Check for failed getdents64 syscall.
3781         * dirent/Makefile (tests): Add bug-readdir1.
3782         * dirent/bug-readdir1.c: New file.
3784 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
3786         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
3787         lookups.
3788         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
3789         code.  Print TLS modid and offset for modules containing PT_TLS
3790         segments.
3792 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
3794         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
3795         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
3796         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
3797         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
3799 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
3801         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
3802         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
3803         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
3804         * nss/getXXent_r.c (NEW, NEW1): Define.
3805         (NEW (REENTRANT_GETNAME)): Strong alias to
3806         INTERNAL (REENTRANT_GETNAME).
3807         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
3809 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
3811         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
3812         (_IO_file_jumps_mmap): Use it.
3813         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
3814         * libio/libioP.h: Remove _IO_wdefault_setbuf and
3815         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
3816         prototype.
3817         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
3818         (_IO_wfile_jumps_mmap): Don't use it anymore.
3819         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
3820         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
3821         _IO_wdefault_setbuf.
3822         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
3823         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
3824         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
3826 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
3828         * libio/Makefile (tests): Add tst-mmap-setvbuf.
3829         * libio/tst-mmap-setvbuf.c: New test.
3831 2002-06-21  Andreas Jaeger  <aj@suse.de>
3833         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
3835 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
3837         * include/unistd.h (__fork_internal): Remove.
3838         (__fork): Don't define to __fork_internal.
3839         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
3840         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
3841         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
3842         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
3843         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
3845 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
3847         * po/hr.po: New file.
3849 2002-06-11  Wolfram Gloger  <wg@malloc.de>
3851         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
3852         Reported by Michael Meissner <meissner@redhat.com>.
3854 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
3856         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
3857         Patch by Hans Boehm <hans_boehm@hp.com>.
3859 2002-06-20  Andreas Jaeger  <aj@suse.de>
3861         * math/libm-test.inc: Use exact values as input parameters,
3862         compute output parameters with 36 digits for 128-bit long doubles.
3863         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
3864         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
3865         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
3867 2002-06-13  Stephen L Moshier  <steve@moshier.net>
3869         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
3870         argument or result is subnormal.
3872 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
3874         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
3875         quotient.
3876         * sysdeps/i386/fpu/s_remquof.S: Likewise.
3877         * sysdeps/i386/fpu/s_remquol.S: Likewise.
3879         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
3881 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
3883         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
3884         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
3885         Reported by Peter A. Buhr.
3887 2002-06-15  Roland McGrath  <roland@frob.com>
3889         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
3890         warning.
3892         * sysdeps/mach/hurd/getcwd.c
3893         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
3895         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
3896         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
3898         * sysdeps/alpha/divrem.h: Use local label instead of global one for
3899         jump to local subroutine.
3901 2002-06-14  Roland McGrath  <roland@frob.com>
3903         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
3904         * sysdeps/mach/hurd/Makeconfig: ... here.
3906 2002-06-13  Andreas Schwab  <schwab@suse.de>
3908         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
3909         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
3910         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
3912 2002-06-13  Roland McGrath  <roland@frob.com>
3914         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
3915         * hurd/hurdstartup.c (_hurd_startup): Likewise.
3916         Use intptr_t instead of int for argc in stack layout.
3917         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
3918         (_dl_init_first): Likewise.
3919         (_hurd_stack_setup): Likewise.
3920         (init1): Add a cast.
3921         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
3923         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
3924         argument to pfinet_siocgifconf RPC.
3926 2002-06-13  Andreas Schwab  <schwab@suse.de>
3928         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
3929         expansion order.
3931 2002-06-12  Roland McGrath  <roland@frob.com>
3933         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
3934         if already defined.
3935         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
3936         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
3938 2002-06-11  Roland McGrath  <roland@frob.com>
3940         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
3941         file on [!RTLD_STAT64].
3942         * sysdeps/mach/hurd/fxstat64.c: Likewise.
3944         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
3945         (__fdopen): Use INTUSE.
3946         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
3948         * stdio-common/tmpfile64.c: File removed.
3949         * sysdeps/generic/tmpfile64.c: New file.
3950         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
3951         if not already defined.
3952         (tmpfile): Use it in place of __GT_FILE.
3954         * include/unistd.h: Declare __chown_internal.
3956         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
3957         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
3959 2002-06-09  Roland McGrath  <roland@frob.com>
3961         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
3962         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
3963         value of HURD_INTERFACE_VERSION >= 20020609.
3964         * sysdeps/mach/hurd/configure: Regenerated.
3965         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
3966         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
3967         convert a struct stat64 into a struct stat and return 0 or -1
3968         with errno set to EOVERFLOW.
3969         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
3970         for struct statfs64 to struct statfs.
3971         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
3972         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
3973         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
3974         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
3975         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
3976         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
3977         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3978         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
3979         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
3980         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
3981         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
3982         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
3983         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
3984         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
3985         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
3986         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
3987         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
3988         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
3989         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
3990         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
3991         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
3992         Use struct stat64 for io_stat argument.
3993         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
3994         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
3995         to io_seek.
3996         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
3997         * hurd/fd-write.c (_hurd_fd_write): Likewise.
3998         * hurd/hurd/fd.h: Update decls.
3999         * sysdeps/mach/hurd/getcwd.c
4000         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4001         and struct dirent64.
4002         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4003         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4004         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4005         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4007 2002-06-08  Roland McGrath  <roland@frob.com>
4009         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4010         instead of unsigned long int for __allocation and __size members.
4012 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4014         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4015         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4016         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4017         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4019 2002-06-07  Roland McGrath  <roland@frob.com>
4021         * sysdeps/mach/hurd/bits/environments.h: File removed.
4023 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4025         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4026         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4027         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4028         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4029         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4030         (sendfile64): Likewise.
4031         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4032         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4033         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4034         Likewise.
4035         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4037         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4038         already defined.
4040 2002-06-04  Bruno Haible  <bruno@clisp.org>
4042         * sysdeps/cris/stackinfo.h: New file.
4044         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4045         to an integer type before performing bit operations on it.
4047 2002-06-05  Roland McGrath  <roland@frob.com>
4049         * sysdeps/generic/sendfile.c: Include <errno.h>.
4050         * sysdeps/generic/sendfile64.c: Likewise.
4052         * io/Makefile (routines): Add sendfile and sendfile64.
4053         (headers): Add sys/sendfile.h to the list.
4054         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4055         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4056         * io/sys/sendfile.h: ... here.
4057         * sysdeps/generic/sendfile.c: New file.
4058         * sysdeps/generic/sendfile64.c: New file.
4060         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4061         Move sendfile, sendfile64 to ...
4062         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4063         * sysdeps/mach/hurd/sendfile.c: New file.
4064         * sysdeps/mach/hurd/sendfile64.c: New file.
4066         * sysdeps/mach/nanosleep.c: New file.
4068 2002-06-04  Roland McGrath  <roland@frob.com>
4070         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
4071         * sysdeps/alpha/elf/configure: New file (generated).
4073 2002-06-02  Roland McGrath  <roland@frob.com>
4075         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4077 2002-06-01  Roland McGrath  <roland@frob.com>
4079         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4080         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4082 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4084         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4085         Add nsmap.
4086         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4087         Remove nstimes setting.
4088         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4089         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4090         there is mix of IPv6 and IPv4 nameservers.
4091         Use nsmap array to find free slots and preserve nameserver ordering.
4092         Fix RES_ROTATE.
4094 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4096         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4097         use this header with LFS.
4099         * po/sk.po: Update from translation team.
4101 2002-05-28  Andreas Schwab  <schwab@suse.de>
4103         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4104         message when finding object of wrong class.
4106 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4108         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4109         Patch by <radu@netsoft.ro>.
4111 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4113         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4114         Add readahead.
4115         * sysdeps/unix/sysv/linux/readahead.c: New file.
4116         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4117         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4118         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4119         Add sendfile64 alias to sendfile syscall.
4120         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4121         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4122         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4123         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4124         syscall.
4126         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4127         special section for PIC register loading.
4128         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4130         * config.h.in: Define HAVE_HIDDEN.
4131         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4133         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4135 2002-05-28  Roland McGrath  <roland@frob.com>
4137         * sysdeps/mach/alpha/setfpucw.c: New file.
4139 2002-05-26  Roland McGrath  <roland@frob.com>
4141         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4142         Use integer_t instead of int for IOC_VOID case.
4144 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4146         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4148 2002-05-26  Bruno Haible  <bruno@clisp.org>
4150         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4151         end of the ISO-8859-7 from idx table.
4153 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4155         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4157 2002-05-24  David S. Miller  <davem@redhat.com>
4159         * string/bits/string2.h (memset): Do not try to optimize when
4160         not _STRING_ARCH_unaligned if GCC will do the right thing.
4162 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4164         * posix/regex.c: Define `inline' as a macro into nothing for the
4165         compilers which lack the keyword.
4166         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4167         for the compatibility of gawk.
4168         * posix/regcomp.c: Add fake implementation of isblank() for the
4169         environments which lack the function.
4170         Don't use free_charset() in case of non-i18n envs.
4171         (build_range_exp): Don't use i18n related code in case of non-i18n
4172         envs.
4173         (build_collating_symbol): Likewise.
4174         (build_equiv_class): Likewise.
4175         (build_charclass): Likewise.
4176         (re_compile_fastmap_iter): Likewise.
4177         (parse_bracket_exp): Likewise.
4178         (build_word_op): Likewise.
4179         (regfree): Don't use free_charset() in case of non-i18n envs.
4180         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4181         re_token_type_t in case of non-i18n envs.
4182         Don't define re_charset_t in case of non-i18n envs.
4183         Change the type of wcs of re_string_t from wchar_t to wint_t,
4184         since we store also WEOF.
4185         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4186         the type of wcs of re_string_t from wchar_t to wint_t.
4187         (re_string_reconstruct): Likewise.
4188         (create_ci_newstate): Don't use i18n related code in case of
4189         non-i18n envs.
4190         (create_cd_newstate): Likewise.
4192 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4194         * iconv/loop.c: Fix typo.
4196 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4198         * inet/ether_line.c (ether_line): Fix a typo causing only
4199         lower 4 bits of each ethernet address byte being assigned.
4200         Don't modify what line points to.
4201         * inet/tst-ether_aton.c (main): Add ether_line tests.
4203 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4205         * manual/filesys.texi: Don't make readlink example leak memory
4206         when readlink fails.
4208 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4210         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4211         some more security checks.
4213 2002-05-17  David S. Miller  <davem@redhat.com>
4215         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4217 2002-05-16  David S. Miller  <davem@redhat.com>
4219         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4220         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4221         (elf_machine_load_address): Likewise.
4222         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4224         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4225         is unaligned, do not forget to fully initialize %g1 magic value.
4227         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4228         register definitions and provide 32-bit variants of structures
4229         during 64-bit builds.
4231         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4232         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4233         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4234         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4235         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4236         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4237         Do not clear implicit one bit here, it must be done post-rounding.
4238         Only pad to the left using left shift if value uses less than the
4239         available fractional bits.
4241 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4243         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4244         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4245         (shared-only-routines): Likewise.
4246         * sysdeps/powerpc/libgcc-compat.c: New file.
4247         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4248         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4249         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4250         * sysdeps/wordsize-32/shdi3.c: Removed.
4252 2002-05-16  Bruno Haible  <bruno@clisp.org>
4254         * MakeTAGS (libc.pot): Don't sort the output.
4255         * po/header.pot: Update to match xgettext 0.11 output.
4257 2002-05-16  Bruno Haible  <bruno@clisp.org>
4259         * MakeTAGS (subdirs): Remove duplicates.
4261 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4263         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4264         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4265         alias.
4267 2002-05-19  Andreas Jaeger  <aj@suse.de>
4269         * sysdeps/unix/sysv/linux/configure.in: Warn against an
4270         installation in /usr/local.
4272 2002-05-16  Bruno Haible  <bruno@clisp.org>
4274         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4275         string as argument of #error.
4277 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4279         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4280         don't define static.  Remove old __realpath function.  TC1 of
4281         POSIX 2001 will allow the second parameter to be NULL.
4282         * stdlib/test-canon.c: Comment out test for NULL as second
4283         parameter of realpath.
4285         * time/offtime.c (__offtime): Set errno if overflow is detected.
4287         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4288         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4289         dl-brk and dl-sbrk.
4291         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4292         (fdimf): Likewise.
4294 2002-05-15  Roland McGrath  <roland@frob.com>
4296         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4298 2002-05-12  Bruno Haible  <bruno@clisp.org>
4300         * iconvdata/testdata/EUC-JISX0213: New file.
4301         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4302         * iconvdata/testdata/SHIFT_JISX0213: New file.
4303         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4304         * iconvdata/testdata/ISO-2022-JP-3: New file.
4305         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4306         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4307         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4308         contains comments indicating precomposed characters.
4310 2002-04-21  Bruno Haible  <bruno@clisp.org>
4312         * iconvdata/iso-2022-jp-3.c: New file.
4313         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4314         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4315         (LDFLAGS-ISO-2022-JP-3.so): New variable.
4316         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4317         (distribute): Add iso-2022-jp-3.c.
4319 2002-05-12  Bruno Haible  <bruno@clisp.org>
4321         * iconvdata/tst-table-to.c (main): Restore handling of
4322         transliterations, broken by last patch.
4324 2002-05-12  Bruno Haible  <bruno@clisp.org>
4326         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4328 2002-05-12  Bruno Haible  <bruno@clisp.org>
4330         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4331         when there is not enough room in the output buffer.
4332         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4334 2002-04-20  Bruno Haible  <bruno@clisp.org>
4336         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4337         macros.
4338         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4339         Also make this macro work if FROM_DIRECTION evaluates to 0.
4340         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4341         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4342         of consume_incomplete.
4343         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4344         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4345         4, not 8.
4346         * iconvdata/cp1258.c: Likewise.
4347         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4348         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4349         not 2.
4350         * iconvdata/ibm933.c: Likewise.
4351         * iconvdata/ibm935.c: Likewise.
4352         * iconvdata/ibm937.c: Likewise.
4353         * iconvdata/ibm939.c: Likewise.
4354         * iconvdata/iso-2022-cn.c: Define
4355         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4356         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4357         * iconvdata/iso-2022-cn-ext.c: Likewise.
4358         * iconvdata/iso-2022-jp.c: Define
4359         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4360         {MIN,MAX}_NEEDED_{FROM,TO}.
4361         * iconvdata/tcvn5712-1.c: Define
4362         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4363         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
4364         * iconvdata/euc-jisx0213.c: Define
4365         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4366         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
4367         * iconvdata/shift_jisx0213.c: Likewise.
4369 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4371         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
4372         shdi3, fixdfdi, fixsfdi in csu dir.
4373         (shared-only-routines): Likewise.
4374         * sysdeps/wordsize-32/cmpdi2.c: New file.
4375         * sysdeps/wordsize-32/shdi3.c: New file.
4376         * sysdeps/wordsize-32/fixdfdi.c: New file.
4377         * sysdeps/wordsize-32/fixsfdi.c: New file.
4378         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
4379         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
4380         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
4382         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
4383         Only use va_arg if the argument will be used [PR libc/3259].
4385 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
4387         * catgets/catgets.c (catopen): Free buffer if internal catalog
4388         open fails.
4390 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4392         * debug/xtrace.sh: Make more robust.  For realtime tracking use
4393         non-buffering methods.
4394         * debug/pcprofiledump.c: Implement -u option.
4395         Patch by Roger Luethi <rl@hellgate.ch>.
4397 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
4399         * include/netinet/in.h (bindresvport_internal): Add prototype.
4400         * include/rpc/auth.h  (authunix_create_internal,
4401         authunix_create_default_internal, authnone_create_internal,
4402         authdes_pk_create_internal): Add prototypes.
4403         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
4404         clntudp_create_internal, clntudp_bufcreate_internal,
4405         clntunix_create_internal): Add prototypes.
4406         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
4407         svc_getreq_internal, svc_getreq_common_internal,
4408         svc_getreqset_internal, svc_getreq_poll_internal,
4409         svc_register_internal, svc_unregister_internal,
4410         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
4411         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
4412         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
4413         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
4414         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
4415         * inet/rcmd.c (rcmd_af): Use __listen.
4416         (rresvport_af): Use __bind.
4417         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
4418         authunix_create, authunix_create_default, authnone_create,
4419         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
4420         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
4421         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
4422         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
4423         _authenticate, add INTDEF after such function definitions.
4424         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
4425         __setsockopt, __getsockname instead of non-__ variants.
4426         * sunrpc/pmap_rmt.c: Likewise.
4427         * sunrpc/rtime.c: Likewise.
4428         * sunrpc/svc_udp.c: Likewise.
4429         * sunrpc/clnt_unix.c: Likewise.
4430         * sunrpc/svc_unix.c: Likewise.
4431         * sunrpc/bindrsvprt.c: Likewise.
4432         * sunrpc/svc_tcp.c: Likewise.
4433         * sunrpc/auth_none.c: Likewise.
4434         * sunrpc/clnt_raw.c: Likewise.
4435         * sunrpc/clnt_tcp.c: Likewise.
4436         * sunrpc/auth_unix.c: Likewise.
4437         * sunrpc/key_call.c: Likewise.
4438         * sunrpc/clnt_gen.c: Likewise.
4439         * sunrpc/pm_getmaps.c: Likewise.
4440         * sunrpc/clnt_simp.c: Likewise.
4441         * sunrpc/pmap_clnt.c: Likewise.
4442         * sunrpc/svc_run.c: Likewise.
4443         * sunrpc/svc.c: Likewise.
4444         * sunrpc/svc_simple.c: Likewise.
4445         * sunrpc/pm_getport.c: Likewise.
4446         * sunrpc/auth_des.c: Likewise.
4447         * sunrpc/svc_auth.c: Likewise.
4448         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
4449         __register_frame_info_table_bases, __deregister_frame_info_bases):
4450         Add INTDEF.
4451         (__register_frame_info_bases_internal,
4452         __register_frame_info_table_bases_internal,
4453         __deregister_frame_info_bases_internal): Add prototypes.
4454         (__register_frame_info, __register_frame): Use INTUSE in call to
4455         __register_frame_info_bases.
4456         (__register_frame_info_table): Similarly.
4457         (__deregister_frame_info, __deregister_frame): Similarly.
4458         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
4459         sendto as weak alias.
4460         * sysdeps/mach/hurd/sendto.c: Likewise.
4461         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
4462         recvfrom as weak alias.
4463         * sysdeps/mach/hurd/recvfrom.c: Likewise.
4464         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
4465         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
4466         recvmsg as weak alias.
4467         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
4468         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
4469         sendmsg as weak alias.
4470         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
4471         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
4472         setsockopt, add setsockopt as weak alias.
4473         * sysdeps/mach/hurd/setsockopt.c: Likewise.
4474         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
4475         weak alias.
4476         * sysdeps/mach/hurd/bind.c: Likewise.
4477         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
4478         as weak alias.
4479         * sysdeps/mach/hurd/listen.c: Likewise.
4480         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
4481         getsockname, add getsockname as weak alias.
4482         * sysdeps/mach/hurd/getsockname.c: Likewise.
4483         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
4484         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
4485         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
4486         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
4487         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
4488         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
4489         Add aliases.
4490         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4491         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4492         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4493         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4494         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
4495         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
4496         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
4497         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
4498         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
4499         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
4500         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
4501         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
4503 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4505         * locale/programs/localedef.h (show_archive_content): Add verbose
4506         argument.
4507         * locale/programs/localedef.c (main): Adjust caller.
4508         * locale/programs/locarchive.c (struct nameent, struct dataent): New.
4509         (nameentcmp, dataentcmp): New functions.
4510         (xstrcmp): Remove.
4511         (show_archive_content): Print verbose listing with --list-archive -v.
4513 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4515         * locale/programs/locarchive.c (open_archive): Take extra argument
4516         readonly.  If true open file with O_RDONLY and don't create the
4517         archive if it doesn't exist.
4518         Adapt all callers.
4519         (close_archive): Don't do anything if fd element is -1.
4520         * locale/programs/localedef.h (open_archive): Adjust prototype.
4521         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
4522         call.
4524         * malloc/malloc.c (__posix_memalign): Correct check for size of
4525         alignment value [PR libc/3444].
4527         * include/stdio.h: Remove references to old stdio implementation.
4529         * libio/Makefile (bug-ungetwc2-ENV): Define.
4531 2002-05-13  Roland McGrath  <roland@frob.com>
4533         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
4535         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
4537 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
4539         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
4540         Allocate three, not two, more than LEN when appending '/.'.
4541         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
4542         if NAME ends with '/.' if it is shorter than 2 chars.
4544 2002-05-12  Roland McGrath  <roland@frob.com>
4546         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
4547         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
4549         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
4550         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
4552 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4554         * sysdeps/ia64/Makefile: Remove extra endif.
4555         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
4557 2002-05-10  Andreas Schwab  <schwab@suse.de>
4559         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
4561 2002-05-09  Andreas Jaeger  <aj@suse.de>
4563         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New.
4564         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
4565         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
4567         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
4568         * sysdeps/wordsize-64/glob.c: ...here.
4569         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
4570         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
4571         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
4573 2002-05-08  Roland McGrath  <roland@frob.com>
4575         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
4576         O_NOTRANS flag in "." lookup.
4578 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
4580         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
4582 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
4584         * locale/duplocale.c (__duplocale): Update special members only
4585         when allocation succeeded.
4587 2002-05-03  Roland McGrath  <roland@frob.com>
4589         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
4590         we can only build libc.so.0.3(GLIBC_2.2.6) now.
4592 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
4594         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
4595         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
4596         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
4597         * sysdeps/ia64/ia64libgcc.S: New file.
4599 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
4601         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
4603         * malloc/memusage.c: Distinguish anonymous mmap.
4605 2002-05-01  Roland McGrath  <roland@frob.com>
4607         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
4608         and use INTDEF on it.
4609         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
4611         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
4613         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
4615 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
4617         * malloc/memusage.c: Add support for tracking mmap & friends.
4618         * malloc/memusage.sh: Implement -m/--mmap option.
4620 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4622         * locale/programs/locarchive.c (create_archive): Add archivefname
4623         argument, create fname from it.
4624         (enlarge_archive): Honour output_prefix.
4625         (open_archive): Likewise.
4627 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4629         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
4630         too many stpcpy macros.
4632 2002-04-26  Bruno Haible  <bruno@clisp.org>
4634         * locale/programs/ld-collate.c (collate_read): Cast first argument
4635         for "%.*s" to int.
4637 2002-04-26  Bruno Haible  <bruno@clisp.org>
4639         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
4640         __dcngettext_internal): New declarations.
4641         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
4642         attribute declarations.
4644 2002-04-30  Roland McGrath  <roland@frob.com>
4646         Removed old GNU stdio implementation; GNU libio is now the only option.
4647         * configure.in: Removed --enable-libio option and @stdio@ subst var.
4648         Define USE_IN_LIBIO unconditionally.
4649         * configure: Regenerated.
4650         * Makeconfig (stdio): Set to libio by default.
4651         * config.make.in (stdio): Variable removed.
4652         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
4653         * sysdeps/unix/sysv/linux/configure: Regenerated.
4654         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
4655         * sysdeps/mach/hurd/configure: Regenerated.
4656         * stdio/.cvsignore: File removed.
4657         * stdio/Makefile: File removed.
4658         * stdio/Versions: File removed.
4659         * stdio/__fbufsize.c: File removed.
4660         * stdio/__flbf.c: File removed.
4661         * stdio/__fpending.c: File removed.
4662         * stdio/__fpurge.c: File removed.
4663         * stdio/__freadable.c: File removed.
4664         * stdio/__freading.c: File removed.
4665         * stdio/__fsetlocking.c: File removed.
4666         * stdio/__fwritable.c: File removed.
4667         * stdio/__fwriting.c: File removed.
4668         * stdio/clearerr.c: File removed.
4669         * stdio/fclose.c: File removed.
4670         * stdio/fcloseall.c: File removed.
4671         * stdio/feof.c: File removed.
4672         * stdio/ferror.c: File removed.
4673         * stdio/fflush.c: File removed.
4674         * stdio/fgetc.c: File removed.
4675         * stdio/fgetpos.c: File removed.
4676         * stdio/fgets.c: File removed.
4677         * stdio/fileno.c: File removed.
4678         * stdio/fmemopen.c: File removed.
4679         * stdio/fopen.c: File removed.
4680         * stdio/fopncook.c: File removed.
4681         * stdio/fputc.c: File removed.
4682         * stdio/fputs.c: File removed.
4683         * stdio/fread.c: File removed.
4684         * stdio/freopen.c: File removed.
4685         * stdio/fseek.c: File removed.
4686         * stdio/fsetpos.c: File removed.
4687         * stdio/ftell.c: File removed.
4688         * stdio/fwrite.c: File removed.
4689         * stdio/getc.c: File removed.
4690         * stdio/getchar.c: File removed.
4691         * stdio/getdelim.c: File removed.
4692         * stdio/gets.c: File removed.
4693         * stdio/glue.c: File removed.
4694         * stdio/internals.c: File removed.
4695         * stdio/linewrap.c: File removed.
4696         * stdio/linewrap.h: File removed.
4697         * stdio/memstream.c: File removed.
4698         * stdio/newstream.c: File removed.
4699         * stdio/obstream.c: File removed.
4700         * stdio/putc.c: File removed.
4701         * stdio/putchar.c: File removed.
4702         * stdio/puts.c: File removed.
4703         * stdio/rewind.c: File removed.
4704         * stdio/setbuf.c: File removed.
4705         * stdio/setbuffer.c: File removed.
4706         * stdio/setlinebuf.c: File removed.
4707         * stdio/setvbuf.c: File removed.
4708         * stdio/stdio.h: File removed.
4709         * stdio/ungetc.c: File removed.
4710         * stdio/vasprintf.c: File removed.
4711         * stdio/vscanf.c: File removed.
4712         * stdio/vsnprintf.c: File removed.
4713         * stdio/vsprintf.c: File removed.
4714         * stdio/vsscanf.c: File removed.
4715         * sysdeps/generic/defs.c: File removed.
4716         * sysdeps/generic/fdopen.c: File removed.
4717         * sysdeps/generic/pipestream.c: File removed.
4718         * sysdeps/generic/stdio_init.c: File removed.
4719         * sysdeps/generic/sysd-stdio.c: File removed.
4720         * sysdeps/generic/vdprintf.c: File removed.
4721         * sysdeps/mach/hurd/defs.c: File removed.
4722         * sysdeps/mach/hurd/fdopen.c: File removed.
4723         * sysdeps/mach/hurd/pipestream.c: File removed.
4724         * sysdeps/mach/hurd/stdio_init.c: File removed.
4725         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
4726         * sysdeps/mach/hurd/vdprintf.c: File removed.
4727         * sysdeps/posix/defs.c: File removed.
4728         * sysdeps/posix/fdopen.c: File removed.
4729         * sysdeps/posix/pipestream.c: File removed.
4730         * sysdeps/posix/stdio_init.c: File removed.
4731         * sysdeps/posix/vdprintf.c: File removed.
4732         * sysdeps/unix/pipestream.c: File removed.
4733         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
4734         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
4735         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
4737 2002-04-29  Roland McGrath  <roland@frob.com>
4739         * include/libc-symbols.h (link_warning): Use `unused' attribute.
4741 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
4743         * sysdeps/generic/tls.h: Describe what must be defined.
4745         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
4746         glob_in_dir [PR libc/3385].
4747         * posix/globtest.sh: Add test case.
4749         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
4750         //TRANSLIT twice.
4752 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
4754         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
4755         _internal symbol handling.
4756         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
4758 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
4760         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
4761         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4763 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
4765         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
4766         not _LIBC and RE_ENABLE_I18N.
4767         (build_range_exp): Implement for not _LIBC.
4768         (build_collating_symbol): Likewise.
4769         (parse_bracket_exp): Unify redundant error handlings.
4770         Don't erase mbcset for non matching list in multibyte envs.
4771         (build_word_op): Add '_' to matching list for \w operator.
4772         * posix/regex_internal.c (re_string_construct): Invoke
4773         build_upper_buffer in case of not RE_ENABLE_I18N.
4774         (re_string_reconstruct): Don't touch cur_state in case of not
4775         RE_ENABLE_I18N.
4776         * posix/regex_internal.h (attribute_hidden): New macro in case of
4777         not _LIBC.
4778         (re_charset_t): Define range_starts/ends in case of not _LIBC.
4779         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
4780         RE_ENABLE_I18N.
4781         (transit_state_mb): Likewise.
4782         (check_node_accept_bytes): Implement the code evaluating range
4783         expression in case of not _LIBC.
4784         (find_collation_sequence_value): Hide in case of not _LIBC.
4786 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
4788         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
4789         i386/semctl.c.
4790         (__old_semctl, __new_semctl): Only use va_arg if the argument will
4791         be used.
4793 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
4795         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
4797         * sysdeps/ia64/strncpy.S: Fix recovery code.
4798         Patch by David Mosberger <davidm@hpl.hp.com>.
4800 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4802         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
4803         GLIBC_2.2.6.
4805 2002-04-14  Bruno Haible  <bruno@clisp.org>
4807         * posix/regex.c (re_max_failures): Add back symbol for binary
4808         compatibility.
4810 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
4812         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
4813         of buffer building functions.
4814         * posix/regex_internal.c (re_string_allocate): New function.
4815         (re_string_realloc_buffers): New function.
4816         (re_string_skip_chars): New function.
4817         (re_string_reconstruct): New function.
4818         (re_string_construct): Adapt it to new interface of buffer building
4819         functions.
4820         (re_string_construct_common): Likewise.
4821         (build_wcs_buffer): Likewise.
4822         (build_wcs_upper_buffer): Likewise.
4823         (build_upper_buffer): Likewise.
4824         (re_string_translate_buffer): Likewise.
4825         (re_string_context_at): Adapt it to variable length buffers.
4826         * posix/regex_internal.h (re_string_t): Add new fields to handle
4827         variable length buffers.
4828         (re_match_context_t): Likewise.
4829         * posix/regexec.c (re_search_internal): Adapt it to new interface
4830         of re_string_t and re_match_context_t.
4831         (acquire_init_state_context): Likewise.
4832         (check_matching): Likewise.
4833         (check_halt_state_context): Likewise.
4834         (proceed_next_node): Likewise.
4835         (set_regs): Likewise.
4836         (sift_states_backward): Likewise.
4837         (clean_state_log_if_need): Likewise.
4838         (sift_states_iter_mb): Likewise.
4839         (sift_states_iter_bkref): Likewise.
4840         (add_epsilon_backreference): Likewise.
4841         (transit_state): Likewise.
4842         (transit_state_sb): Likewise.
4843         (transit_state_mb): Likewise.
4844         (transit_state_bkref): Likewise.
4845         (transit_state_bkref_loop): Likewise.
4846         (check_node_accept): Likewise.
4847         (match_ctx_init): Likewise.
4848         (extend_buffers): New function.
4850 2002-04-21  Bruno Haible  <bruno@clisp.org>
4852         * iconvdata/tst-table.sh: For the second check, use the truncated
4853         GB18030 charmap table, like for the first check.
4855 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4857         * elf/dl-load.c (open_verify): Correct __lseek parameters.
4858         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
4860 2002-04-23  H.J. Lu  <hjl@gnu.org>
4862         * include/math.h (isfinite): Fix a typo.
4864 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
4866         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
4867         which is created by the test suite.
4869 2002-04-20  Bruno Haible  <bruno@clisp.org>
4871         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
4872         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
4874 2002-04-20  Bruno Haible  <bruno@clisp.org>
4876         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
4877         to avoid gcc warning.
4879 2002-04-20  Bruno Haible  <bruno@clisp.org>
4881         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
4882         of data->__statep->__count.
4884 2002-04-20  Bruno Haible  <bruno@clisp.org>
4886         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
4887         tag characters.
4888         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
4890 2002-04-24  Roland McGrath  <roland@frob.com>
4892         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
4893         use END macro instead of our own .end directive.
4894         Use `callsys' insn mnemonic instead of `call_pal'.
4896         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
4898         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
4899         macro; we need this for Hurd.
4901         Log entry was missing for 2002/03/24 commit of rev 1.8,
4902         goes with 2002-03-17 changes.
4903         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
4904         (sysdep_routines): Append ioperm here.
4905         (sysdep_headers): Append sys/io.h here.
4907 2002-04-23  Roland McGrath  <roland@frob.com>
4909         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
4910         * sysdeps/mach/hurd/sendto.c: Likewise.
4911         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
4912         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
4913         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
4915 2002-04-22  Roland McGrath  <roland@frob.com>
4917         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
4918         failure from i386_io_perm_* RPCs to ENOSYS.
4920 2002-04-22  Andreas Jaeger  <aj@suse.de>
4922         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
4924         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
4926         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
4927         register instead of destroying %rbx.
4929 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
4931         * string/string.h: Declare strerror_r also for XPG6.
4933 2002-04-19  Roland McGrath  <roland@frob.com>
4935         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
4937 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
4939         * Makefile: Add handling of xtests and xcheck targets.
4940         * MakeTAGS: Likewise.
4941         * Makeconfig: Likewise.
4942         * Makerules: Likewise.
4943         * Rules: Likewise.
4944         * manual/Makefile: Likewise.
4945         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
4946         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
4948 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
4950         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
4951         authnone_private_s.
4952         * sunrpc/auth_none.c: Include bits/libc-lock.h.
4953         Delete #ifdef _RPC_THREAD_SAFE_ block.
4954         (authnone_private): Make a struct, not a pointer to struct.
4955         (authnone_private_guard): New once-control variable.
4956         (authnone_create_once): New function, split out of
4957         authnone_create.  No need to allocate memory.
4958         (authnone_create): Just call authnone_create_once via
4959         __libc_once, then return &authnone_private->no_client.
4960         (authnone_marshal): Access private data via CLIENT argument,
4961         not authnone_private pointer.
4962         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
4963         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
4964         authnone_private_s.
4966 2002-04-12  H.J. Lu  <hjl@gnu.org>
4968         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
4970 2002-04-18  Bruno Haible  <bruno@clisp.org>
4972         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
4973         FROM_DIRECTION): Make the FROM direction stateless.
4974         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
4975         FROM_DIRECTION): Likewise.
4977 2002-04-15  Bruno Haible  <bruno@clisp.org>
4979         * iconvdata/JISX0213.TXT: New file.
4980         * iconvdata/jisx0213.h: New file.
4981         * iconvdata/jisx0213.c: New file.
4982         * iconvdata/euc-jisx0213.c: New file.
4983         * iconvdata/shift_jisx0213.c: New file.
4984         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
4985         * iconvdata/EUC-JISX0213.precomposed: New file.
4986         * iconvdata/SHIFT_JISX0213.precomposed: New file.
4987         * iconvdata/SHIFT_JISX0213.irreversible: New file.
4988         * iconvdata/tst-table-to.c (main): Make it work for encodings for
4989         which the "to" direction is stateful.
4990         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
4991         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
4992         SHIFT_JISX0213.
4993         (libJISX0213-routines): New variable.
4994         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
4995         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
4996         (LDFLAGS-libJISX0213.so): New variable.
4997         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
4998         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
4999         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5001 2002-04-15  Bruno Haible  <bruno@clisp.org>
5003         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5004         uint32_t.  Update to Unicode 3.2.
5005         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5006         (BODY for TO_LOOP): Handle the ASCII range specially.
5007         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5008         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5009         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5011 2002-04-15  Bruno Haible  <bruno@clisp.org>
5013         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5014         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5016 2002-04-15  Bruno Haible  <bruno@clisp.org>
5018         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5019         (ucs4_to_cns11643): Update.
5020         * iconvdata/cns11643.c: Update to Unicode 3.2.
5021         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5022         __cns11643_from_ucs4p2_tab): Regenerated.
5023         (__cns11643_from_ucs4p2c_tab): New array.
5024         * iconvdata/cvs11643l1.c: Update comments.
5025         * iconvdata/EUC-TW.irreversible: Remove two entries.
5027 2002-04-15  Bruno Haible  <bruno@clisp.org>
5029         * locale/C-translit.h.in: Update to Unicode 3.2.
5030         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5031         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5033 2002-04-15  Bruno Haible  <bruno@clisp.org>
5035         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5036         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5038 2002-04-15  Bruno Haible  <bruno@clisp.org>
5040         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5041         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5042         always one byte, not 0 bytes in some cases and 2 bytes in others.
5044         * iconvdata/tst-table-from.c (main): Correct the usage message.
5046 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5048         * posix/regcomp.c (parse_expression): Fix incorrect error code.
5049         (parse_dup_op): Fix error handling like "a{}".
5050         (parse_bracket_exp): Add error handling.
5051         (fetch_number): Add error handling for "a{<very_large_number>}".
5053 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5055         * posix/regcomp.c (parse_bracket_symbol): Add error handling
5056         in case that the symbol name is too long.
5057         (build_charclass): Handle [:lower:]/[:uppper:] correctly
5058         in case of REG_ICASE.
5060 2002-04-19  Andreas Jaeger  <aj@suse.de>
5062         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5063         <hartvige@mips.com>.
5065 2002-04-15  H.J. Lu  <hjl@gnu.org>
5067         * include/math.h (__finitel_internal): Declare only if
5068         __NO_LONG_DOUBLE_MATH is not defined.
5069         (__isinfl_internal): Likewise.
5070         (__isnanl_internal): Likewise.
5072         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5073         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5074         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5075         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5076         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5077         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5078         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5080         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5081         __fcntl_internal.
5083         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5084         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5086 2002-04-15  Bruno Haible  <bruno@clisp.org>
5088         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5089         (BODY for TO_LOOP): Likewise.
5090         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5091         * iconvdata/tst-table.sh: Add support for encodings which contain
5092         precomposed Unicode characters, known to the iconv converter in both
5093         directions but not listed in the charmap.
5094         * iconvdata/IBM856.irreversible: New file.
5095         * iconvdata/IBM922.irreversible: New file.
5096         * iconvdata/IBM1132.irreversible: New file.
5097         * iconvdata/IBM1133.irreversible: New file.
5098         * iconvdata/IBM1160.irreversible: New file.
5099         * iconvdata/IBM1161.irreversible: New file.
5100         * iconvdata/IBM1163.irreversible: New file.
5101         * iconvdata/IBM1164.irreversible: New file.
5102         * iconvdata/ARMSCII-8.irreversible: New file.
5103         * iconvdata/TCVN5712-1.precomposed: New file.
5104         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5105         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5106         ARMSCII-8, TCVN5712-1.
5107         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5108         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5109         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5110         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5112 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5114         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5115         for EVENING69.  Include offsets in TZ environment variable.
5117 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5119         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5120         avoid compiler warnings.
5122         * locale/programs/localedef.c (main): Always call
5123         construct_output_path.
5125         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5127         * locale/programs/locfile.c (to_archive): New variable.  To collect
5128         data which has to be added to the locale archive.
5129         (write_all_categories): Take new third parameter with locale name.
5130         Unless no_archive flag set add new locale data to the archive
5131         (write_locale_data): Unless no-archive flag set store generated data
5132         in to_archive data structure instead of generation output file.
5133         Add new parameter with locale category index.
5134         * locale/programs/locfile.h: Add new parameters in declaractions of
5135         write_all_categories and write_locale_data.
5136         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5137         --add-to-archive, and --delete-from-archive options.  Pass extra
5138         parameter to write_all_categories.
5139         * locale/programs/localedef.h: Add prototypes for functions in
5140         locarchive.c.
5141         * locale/locarchive.h: New file.
5142         * locale/programs/locarchive.c: New file.
5143         * locale/Makefile (distribute): Add programs/locarchive.c and
5144         locarchive.h.
5145         (localedef-modules): Add md5 and locarchive.
5146         Add vpath to crypt subdir for md5.c.
5148         * locale/programs/ld-address.c: Pass locale category ID as new second
5149         parameter to write_locale_data.
5150         * locale/programs/ld-collate.c: Likewise.
5151         * locale/programs/ld-ctype.c: Likewise.
5152         * locale/programs/ld-identification.c: Likewise.
5153         * locale/programs/ld-measurement.c: Likewise.
5154         * locale/programs/ld-messages.c: Likewise.
5155         * locale/programs/ld-monetary.c: Likewise.
5156         * locale/programs/ld-name.c: Likewise.
5157         * locale/programs/ld-numeric.c: Likewise.
5158         * locale/programs/ld-paper.c: Likewise.
5159         * locale/programs/ld-telephone.c: Likewise.
5160         * locale/programs/ld-time.c: Likewise.
5162         * locale/simple-hash.c: Move compute_hashval function from here...
5163         * locale/hashval.h: ...to here.  New file.
5164         * locale/simple-hash.h: Add prototype for compute_hashval.
5166         * include/libintl.h: Minor cleanups.
5168 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5170         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5172 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5174         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5176 2002-04-14  Bruno Haible  <bruno@clisp.org>
5178         * locale/programs/charmap.c (charmap_read): Don't access result if
5179         result == NULL.
5181 2002-02-17  Andreas Schwab  <schwab@suse.de>
5183         * elf/reldep7.c: New file.
5184         * elf/reldep7mod1.c: New file.
5185         * elf/reldep7mod2.c: New file.
5186         * elf/Makefile: Add rules to build and run reldep7.
5188 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5190         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5191         the end of the function.  Pass original flags to recursive call if
5192         add_dependency failed.
5193         (_dl_lookup_versioned_symbol): Likewise.
5195 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5197         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5198         early, but check whether it overflowed afterwards.
5199         * time/tst-mktime.c (main): Add new tests.
5201 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5203         * debug/xtrace.sh: Fix program name in help message.
5204         Patch by Roger Luethi <rl@hellgate.ch>.
5206         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5207         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5208         NOT_IN_libc.
5209         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5210         * sysdeps/mach/hurd/lxstat.c: Likewise.
5211         * sysdeps/unix/common/lxstat.c: Likewise.
5212         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5213         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5214         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5215         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5216         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5217         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5218         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5219         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5220         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5222         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5223         prototypes.  Add __mbrlen and __mbrtowc macros.
5224         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5225         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5227         * include/unistd.h: Add prototype for __write_internal and add
5228         __libc_write macro is SHARED.
5229         * sysdeps/generic/write.c: Use INTDEF for __write.
5230         * sysdeps/mach/hurd/write.c: Likewise.
5231         * sysdeps/unix/sysv/aix/write.c: Likewise.
5232         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5234         * assert/assert.c: Replace STR_N_SIZE with something usable in
5235         macro arguments.
5236         * assert/assert-perr.c: Likewise.
5238         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5239         SA_LEN macro to use it if not NOT_IN_libc.
5240         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5242         * include/fcntl.h: Declare __open_internal and define __open and
5243         __libc_open macros if not NOT_IN_libc.
5244         * sysdeps/generic/open.c: Use INTDEF for __open.
5245         * sysdeps/mach/hurd/open.c: Likewise.
5246         * sysdeps/unix/sysv/aix/open.c: Likewise.
5247         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5249         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5250         has correct number.
5252         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5253         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5254         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5255         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5257         * include/wctype.h: Declare __iswalpha_l_internal,
5258         __iswdigit_l_internal, __iswspace_l_internal,
5259         __iswxdigit_l_internal, and __iswctype_internal.  Define
5260         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5261         __iswxdigit_l macros if not NOT_IN_libc.
5262         * wctype/iswctype.c: Use INTDEF for __iswctype.
5263         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5265         * include/math.h: Declare __isinf_internal, __isinfl_internal,
5266         __isnan_internal, and __isnanl_internal.
5267         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5268         __isnan, and __isnanl.
5269         * stdio-common/printf_size.c: Likewise.
5270         * sysdeps/generic/printf_fphex.c: Likewise.
5271         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5272         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5273         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5274         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5275         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5276         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5277         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5278         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5279         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5280         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5281         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5282         * sysdeps/m68k/s_isinfl.c: Likewise.
5283         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5284         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5286         * include/sys/time.h: Declare __gettimeofday_internal and define
5287         __gettimeofday macro if not NOT_IN_libc.
5288         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5289         * sysdeps/mach/gettimeofday.c: Likewise.
5290         * sysdeps/posix/gettimeofday.c: Likewise.
5291         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5292         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5293         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5294         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5296         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5297         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5298         Remove __lstat and __fstat inline functions.
5299         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5300         * sysdeps/mach/hurd/fxstat.c: Likewise.
5301         * sysdeps/unix/fxstat.c: Likewise.
5302         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5303         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5304         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5305         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5306         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5307         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5308         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5309         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5310         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5312         * include/unistd.h: Declare __getpid_internal and define
5313         __getpid macro if not NOT_IN_libc.
5314         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5315         * sysdeps/generic/getpid.c: Likewise.
5316         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5317         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5319         * include/unistd.h: Declare __getpgid_internal and define
5320         __getpgid macro if not NOT_IN_libc.
5321         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5322         * sysdeps/mach/hurd/getpgid.c: Likewise.
5323         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5324         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5325         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5326         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5328         * include/unistd.h: Declare __getpagesize_internal and define
5329         __getpagesize macro if not NOT_IN_libc.
5330         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5331         __getpagesize.
5332         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5333         * sysdeps/mach/getpagesize.c: Likewise.
5334         * sysdeps/posix/getpagesize.c: Likewise.
5335         * sysdeps/unix/getpagesize.c: Likewise.
5336         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5337         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5338         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5339         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5341 2002-04-13  Andreas Jaeger  <aj@suse.de>
5343         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5344         as clobber to reduce register pressure.
5345         (__strpbrk_cg): Likewise.
5346         (__mempcpy_by4): Likewise.
5347         (__strstr_cg): Likewise.
5348         Add prototype for __memrchr.
5350 2002-04-13  Andreas Schwab  <schwab@suse.de>
5352         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5353         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5354         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5356 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
5358         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
5359         check whether the caller prefers getting the most recent version of
5360         a symbol of the earliest version.
5361         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
5362         _dl_do_lookup to also take the new parameter and pass it on.
5363         Change 'explicit' parameter of _dl_lookup_symbol and
5364         _dl_lookup_versioned_symbol to flags.  Adjust tests.
5365         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
5366         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
5367         _dl_lookup_versioned_symbol.
5368         * elf/dl-reloc.c: Likewise.
5369         * elf/dl-runtime.c: Likewise.
5370         * elf/dl-sym.c: Likewise.
5371         * sysdeps/mips/dl-machine.h: Likewise.
5373 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
5375         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
5376         in a token.
5377         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
5379 2002-04-10  Andreas Jaeger  <aj@suse.de>
5381         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
5383         * include/argz.h: Remove extra char from last patch.
5385 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
5387         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
5388         * sysdeps/unix/sysv/aix/chown.c: Likewise.
5389         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
5390         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
5391         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5392         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
5393         __chown_internal.
5394         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5396         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
5397         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
5398         * intl/ngettext.c: Likewise.
5400         * include/sys/socket.h: Declare __connect_internal and define
5401         __connect macro if not NOT_IN_libc.
5402         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
5403         * sysdeps/unix/sysv/aix/connect.c: Likewise.
5404         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
5406         * include/unistd.h: Declare __close_internal and define __close macro
5407         if not NOT_IN_libc.
5408         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
5409         WJUMP3): Add extra parenthesis to avoid expanding element names with
5410         macors like __close.
5411         * sysdeps/unix/syscalls.list: Add __close_internal alias.
5413         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
5414         if not NOT_IN_libc.
5415         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
5416         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
5417         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
5419         * include/unistd.h: Declare __fork_internal and define __fork macro
5420         if not NOT_IN_libc.
5421         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
5422         * sysdeps/unix/sysv/aix/fork.c: Likewise.
5423         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
5425         * include/stdio_ext.h: Declare __fsetlocking_internal and define
5426         __fsetlocking macro to use it if not NOT_IN_libc.
5427         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
5429         * libio/__fbufsize.c: Correct copyright.
5430         * libio/__flbf.c: Likewise.
5431         * libio/__fpending.c: Likewise.
5432         * libio/__fpurge.c: Likewise.
5433         * libio/__freadable.c: Likewise.
5434         * libio/__freading.c: Likewise.
5435         * libio/__fsetlocking.c: Likewise.
5436         * libio/__fwritable.c: Likewise.
5437         * libio/__fwriting.c: Likewise.
5439         * include/stdio.h: Declare __asprintf_internal and define __asprintf
5440         macro to use it if not NOT_IN_libc.
5441         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
5443         * include/mntent.h: Declare __setmntent_internal,
5444         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
5445         __getmntent_r, and __endmntent macros to use these functions if not
5446         NOT_IN_libc.
5447         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
5448         __endmntent.
5450         * include/math.h: Declare __finite_internal, __finitef_internal, and
5451         __finitel_internal.  Redefine isfinite macro if in libc or libm using
5452         these functions.
5453         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
5454         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
5455         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
5456         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
5457         * sysdeps/i386/fpu/s_finitef.S: Likewise.
5458         * sysdeps/i386/fpu/s_finitel.S: Likewise.
5459         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
5460         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
5461         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
5462         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
5464         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
5465         to use this function if not NOT_IN_libc.
5466         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
5467         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
5468         * sysdeps/mach/hurd/fcntl.c: Likewise.
5469         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5470         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5472         * include/argz.h: Declare __argz_count_internal and
5473         __argz_stringify_internal.
5474         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
5475         __argz_stringify.
5476         * string/argz-count.c: Use INTDEF for __argz_count.
5477         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
5479         * include/stdlib.h: Declare __cxa_atexit_internal and define
5480         __cxa_atexit macro if not NOT_IN_libc.
5481         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
5482         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
5484         * assert/assert.c: Use INTDEF for __assert_fail.
5485         * assert/__assert.c: Use INTUSE for call to __assert_fail.
5486         * include/assert.h: Declare __assert_fail_internal.
5488         * extra-lib.mk: Mark assignment to lib with override.
5490 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5492         * Makerules: Use cppflags-iterator.mk to add defines for all test
5493         source files.
5495 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
5497         * elf/elf.h: Define R_SH_TLS_xxx macros.
5498         * elf/rtld.c: Remove an extra parenthesis.
5499         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
5500         TLS_GD macros.
5501         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
5502         * sysdeps/sh/dl-lookupcfg.h: New file.
5503         * sysdeps/sh/dl-tls.h: New file.
5504         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
5505         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
5506         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
5507         R_SH_TLS_TPOFF32 relocations.
5509 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5511         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
5512         of NOT_IN_LIBC.
5513         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
5514         * include/stdlib.h: Likewise.
5516 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
5518         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
5519         instead of _RTLD_LOCAL.
5520         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
5521         * include/unistd.h: Likewise.
5522         * sysdeps/generic/ldsodefs.h: Likewise.
5524         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
5525         if in libc or ld.so.
5527 2002-04-08  Andreas Jaeger  <aj@suse.de>
5529         * elf/cache.c (print_entry): Support x86-64.
5531 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5533         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
5534         with one accessing the locale data structures directly.
5535         * stdio-common/printf-prs.c: Include localeinfo.h for new
5536         MB_CUR_MAX definition.
5538         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
5539         is the name of the source file without extension.
5540         * Makefile (distribute): Add cppflags-iterator.mk.
5541         * cppflags-iterator.mk: New file.
5542         * extra-lib.mk: For the sources of the library run
5543         cppflags-iterator.mk.
5545         * include/libintl.h: Declare __dcgettext_internal and
5546         _libc_intl_domainname_internal.  Define __dcgettext using these
5547         two symbols if used in libc itself.
5548         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
5549         _libc_intl_domainname_internal.
5550         * argp/argp-parse.c: Likewise.
5551         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
5552         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
5553         * intl/gettext.c: Likewise.
5554         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
5555         alias.
5556         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
5557         __dcgettext.
5558         * posix/regex_internal.c (gettext): Likewise.
5560 2002-04-08  Andreas Jaeger  <aj@suse.de>
5562         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
5564         * sysdeps/x86_64/fpu/s_llrint.S: New.
5565         * sysdeps/x86_64/fpu/s_llrintf.S: New.
5566         * sysdeps/x86_64/fpu/s_llrintl.S: New.
5567         * sysdeps/x86_64/fpu/s_lrint.S: New.
5568         * sysdeps/x86_64/fpu/s_lrintf.S: New
5569         * sysdeps/x86_64/fpu/s_lrintl.S: New.
5571 2002-04-08  Roland McGrath  <roland@frob.com>
5573         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
5574         widening __hurd_fail value.
5576 2002-04-07  Roland McGrath  <roland@frob.com>
5578         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
5579         <mach/machine/alpha_instruction.h>.
5580         (_hurd_setup_sighandler): Take proper arguments for current decls.
5581         Update code to use _hurdsig_catch_fault.
5582         Use `callsys' instruction instead of `call_pal'.
5583         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
5585         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
5586         (ALIGN, at, AT, fp): New macros.
5588 2002-04-06  Roland McGrath  <roland@frob.com>
5590         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
5592         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
5593         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
5595         * sysdeps/mach/hurd/bind.c: Use prototype definition.
5596         * sysdeps/mach/hurd/connect.c: Likewise.
5597         * sysdeps/mach/hurd/getsockopt.c: Likewise.
5598         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5600         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
5601         __msg_sig_post RPC.
5603         * hurd/catch-exc.c: Use integer_t instead of int.
5604         * hurd/hurdfault.c: Likewise.
5606         * sysdeps/mach/hurd/alpha/exc2signal.c
5607         (_hurd_exception2signal): Rewritten.
5608         * sysdeps/mach/hurd/alpha/longjmp-ts.c
5609         (_hurd_longjmp_thread_state): Rewritten.
5611 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
5613         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
5614         DB_LOOKUP_FCT prototype.
5615         * nss/getXXent_r.c: Likewise.
5616         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
5617         * inet/getaliasname_r.c: Likewise.
5618         * inet/getnetbyad_r.c: Likewise.
5619         * inet/getnetbynm_r.c: Likewise.
5620         * inet/getnetent_r.c: Likewise.
5621         * inet/getproto_r.c: Likewise.
5622         * inet/getprtent_r.c: Likewise.
5623         * inet/getprtname_r.c: Likewise.
5624         * inet/getrpcbyname_r.c: Likewise.
5625         * inet/getrpcbynumber_r.c: Likewise.
5626         * inet/getrpcent_r.c: Likewise.
5627         * inet/getservent_r.c: Likewise.
5628         * inet/getsrvbynm_r.c: Likewise.
5629         * inet/getsrvbypt_r.c: Likewise.
5630         * shadow/getspent_r.c: Likewise.
5631         * shadow/getspnam_r.c: Likewise.
5633         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
5635         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
5636         Use i686-friendly PIC code.
5637         * sysdeps/i386/elf/setjmp.S: Likewise.
5639         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
5641         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
5642         list.
5643         * elf/Versions: Remove it here.
5645 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
5647         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
5648         direction.  Reported by H . J . Lu <hjl@lucon.org>.
5650 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5652         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
5653         test just before the test runs.
5654         * intl/tst-translit.sh: Likewise.
5655         * intl/tst-codeset.sh: Likewise.
5657         * timezone/zic.c: Update from tzcode2002c.
5658         * timezone/asia: Update from tzdata2002c.
5659         * timezone/backward: Likewise.
5660         * timezone/europe: Likewise.
5661         * timezone/northamerica: Likewise.
5662         * timezone/northamerica: Likewise.
5663         * timezone/northamerica: Likewise.
5664         * timezone/southamerica: Likewise.
5665         * timezone/zone.tab: Likewise.
5667 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5669         * sysdeps/generic/brk.c (__curbrk): Declare.
5670         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
5671         * sysdeps/generic/dl-sbrk.c: Likewise.
5672         * sysdeps/unix/arm/dl-brk.S: New file.
5673         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
5674         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
5675         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
5676         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
5677         * sysdeps/unix/i386/dl-brk.S: New file.
5678         * sysdeps/unix/mips/dl-brk.S: New file.
5679         * sysdeps/unix/sparc/dl-brk.S: New file.
5680         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
5681         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
5682         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
5683         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
5685 2002-04-03  Andreas Schwab  <schwab@suse.de>
5687         * Makefile (headers): Add gnu/lib-names.h here instead of
5688         install-others.
5689         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
5690         installation rule.
5691         (install-headers): Add dependency on install-headers-nosubdir.
5692         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
5693         instead of install-others.
5694         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
5695         installation rule.
5697 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5699         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
5700         Reported by Sam Roberts <sroberts@uniserve.com>.
5702 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
5704         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
5705         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
5706         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5707         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5709 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
5711         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
5712         (RTLD_START): Ditto.
5713         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
5714         dependency violation.
5716 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
5718         * time/mktime.c (__mktime_internal): Move check for year < 70 below
5719         all variable declarations.
5721 2002-04-04  Andreas Schwab  <schwab@suse.de>
5723         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
5725 2002-04-04  Andreas Jaeger  <aj@suse.de>
5727         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
5728         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
5730         * sysdeps/x86_64/fpu/s_fabs.c: New file.
5731         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
5732         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
5734         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
5736         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
5738         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
5739         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
5741         * configure.in: Handle all mips entries the same.
5743         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
5744         * sysdeps/mips/mips3/*: Likewise.
5745         * sysdeps/mips/p40/bits/endian.h: Likewise.
5747 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
5749         * misc/dirname.c (dirname): Ignore trailing slashes at end of
5750         non-null result [PR libc/2600].
5752         * misc/tst-dirname.c: Add more tests.
5754 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5756         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
5757         define a code_set_name provide one based on the filename.
5759         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
5761 2001-12-28  Andreas Jaeger  <aj@suse.de>
5763         * time/mktime.c (__mktime_internal): Check for year < 70
5764         [PR libc/2738].
5766 2002-04-03  Andreas Jaeger  <aj@suse.de>
5768         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
5769         shmat.
5770         Reported by Andi Kleen <ak@suse.de>.
5772 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5774         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
5775         * sysdeps/generic/w_lgammaf.c: Likewise.
5776         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
5778         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
5779         Adjust for new output format of the backtrace functions.
5781         * misc/syslog.c (vsyslog): Only use cleanup handler if
5782         _LIBC_REENTRANT is defined [PR libc/2924].
5784         * libio/Makefile (tests): Add bug-ungetwc2.
5785         * libio/bug-ungetwc2.c: New file.
5787         * manual/install.texi: Typographical and grammatical cleanup.
5788         Patch by Dennis Grace <dgrace@us.ibm.com>.
5790         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
5791         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
5793         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
5794         always "&".  Adjust callers.
5795         Add "_" prefix to several generated definitions.
5796         Patch by paul@serice.net [PR libc/3158].
5798 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5800         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
5801         size of _dl_arm_cap_flags.
5802         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
5804         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
5805         Define as 8.
5807 2002-03-22  H.J. Lu  <hjl@gnu.org>
5809         * scripts/firstversions.awk: Check the first version.
5811 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5813         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
5814         dependencies must be stable to work correctly.
5815         Reported by martin.lubich@datacon.at.
5817         * libio/bug-ungetwc1.c: New file.
5818         * libio/Makefile (tests): Add bug-ungetwc1.
5820         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
5821         if stream was last used for writing.
5823         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
5824         number [PR libc/3111].
5826         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
5827         to ...
5828         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
5830 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
5832         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
5833         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
5834         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
5835         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
5836         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
5838 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
5840         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
5841         dynamic tags.
5843 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
5845         * sysdeps/i386/fpu/s_fabs.S: New file.
5846         * sysdeps/i386/fpu/s_fabsf.S: New file.
5847         * sysdeps/i386/fpu/s_fabsl.S: New file.
5848         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
5849         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
5850         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
5852 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5854         * rt/tst-shm.c (do_test): Add one more test for size of shared
5855         memory object.
5857 2002-03-29  Wolfram Gloger  <wg@malloc.de>
5859         * malloc/malloc.c: Add short description and prototypes for
5860         malloc_get_state, malloc_set_state and posix_memalign, for
5861         consistency and to avoid warnings with -Wstrict-prototypes.
5862         Reported by Andreas Jaeger <aj@suse.de>.
5864 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
5866         * po/gl.po: Update from translation team.
5868 2002-03-31  Roland McGrath  <roland@frob.com>
5870         * hurd/hurdselect.c (_hurd_select): Fix
5871         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
5872         Use a union rather than casts to compare mach_msg_type_t as int.
5874 2002-03-25  Roland McGrath  <roland@frob.com>
5876         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
5877         check off the end of NAME when it's shorter than 2 chars.
5878         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
5880 2002-03-17  Roland McGrath  <roland@frob.com>
5882         * sysdeps/mach/hurd/i386/sys/io.h: New file.
5883         * sysdeps/mach/hurd/i386/ioperm.c: New file.
5884         * sysdeps/mach/hurd/i386/Dist: Add them.
5885         * sysdeps/mach/hurd/i386/Versions
5886         (libc: GLIBC_2.2.6): New set, add ioperm.
5887         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
5888         (mach_interface_list): Check for mach_i386.defs.
5889         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
5890         * sysdeps/mach/configure: Regenerated.
5892 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
5894         * po/fr.po: Update from translation team.
5896 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
5898         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
5899         getpriority from syscalls list.
5901 2002-03-28  Andreas Jaeger  <aj@suse.de>
5903         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
5904         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
5905         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
5906         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
5908 2002-03-27  Andreas Jaeger  <aj@suse.de>
5910         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5911         sigcontext): Follow further kernel change.
5913         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
5914         kernel change.
5916         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
5917         Change for struct sigcontext change.
5919         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
5920         Follow changes in struct sigcontext.
5922         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
5923         sysycall, use wrapper instead.
5925 2002-03-26  Andreas Jaeger  <aj@suse.de>
5927         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
5928         read and write accesses as detailed as possible.
5929         (__memcpy_by2): Likewise.
5930         (__memcpy_g): Likewise.
5931         (memmove): Likewise.
5932         (memcmp): Likewise.
5933         (__memset_ccn_by4): Likewise.
5934         (__memset_ccn_by2): Likewise.
5935         (__memset_gcn_by4): Likewise.
5936         (__memset_gcn_by2): Likewise.
5937         (memchr): Likewise.
5938         (__memrchr): Likewise.
5939         (rawmemchr): Likewise.
5940         (__strlen_g): Likewise.
5941         (__strcpy_g): Likewise.
5942         (__mempcpy_by4): Likewise.
5943         (__mempcpy_by2): Likewise.
5944         (__mempcpy_byn): Likewise.
5945         (__stpcpy_g): Likewise.
5946         (__strncpy_by4): Likewise.
5947         (__strncpy_by2): Likewise.
5948         (__strncpy_byn): Likewise.
5949         (__strncpy_gg): Likewise.
5950         (__strcat_c): Likewise.
5951         (__strcat_g): Likewise.
5952         (__strncat_g): Likewise.
5953         (__strcmp_gg): Likewise.
5954         (__strncmp_g): Likewise.
5955         (__strchr_c): Likewise.
5956         (__strchr_g): Likewise.
5957         (__strchrnul_c): Likewise.
5958         (__strchrnul_g): Likewise.
5959         (__strrchr_c): Likewise.
5960         (__strrchr_g): Likewise.
5961         (__strrchr_c): Likewise.
5962         (__strrchr_g): Likewise.
5963         (__strcspn_c1): Likewise.
5964         (__strcspn_cg): Likewise.
5965         (__strcspn_g): Likewise.
5966         (__strcspn_g): Likewise.
5967         (__strspn_c1): Likewise.
5968         (__strspn_cg): Likewise.
5969         (__strspn_g): Likewise.
5970         (__strspn_g): Likewise.
5971         (__strpbrk_cg): Likewise.
5972         (__strpbrk_g): Likewise.
5973         (__strstr_cg): Likewise.
5974         (__strstr_g): Likewise.
5976         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
5977         Michal Ludvig <mludvig@suse.cz>.
5979         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
5980         compatibilty, adjust for kernel changes.
5982         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
5983         sigcontext): Adjust for kernel changes.
5985 2002-03-25  Andreas Jaeger  <aj@suse.de>
5987         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
5988         little endian.
5989         Reported by Artur Zaprzala <zybi@talex.com.pl>.
5991 2002-03-24  Andreas Jaeger  <aj@suse.de>
5993         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
5995         * stdio-common/tst-fdopen.c (main): Remove unused variable.
5997         * iconv/tst-iconv3.c (main): Use correct printf strings.
5999 2002-03-18  Roland McGrath  <roland@frob.com>
6001         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6002         (CMGROUP_MAX): New macro.
6004 2002-03-23  Roland McGrath  <roland@frob.com>
6006         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6007         * sysdeps/posix/shm_unlink.c: Likewise.
6009 2002-03-22  Roland McGrath  <roland@frob.com>
6011         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6012         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6013         under --enable-libio.
6014         * sysdeps/mach/hurd/configure: Regenerated.
6016 2002-03-23  Roland McGrath  <roland@frob.com>
6018         * sysdeps/mach/hurd/i386/Makefile
6019         (sysdep_routines, shared-only-routines): Don't add framestate,
6020         reverting 2001-10-02 change.
6021         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6022         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6023         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6024         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6025         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6026         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6027         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6028         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6029         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6030         Do it here instead, only if [$(unwind-find-fde) = yes].
6032 2002-03-23  Andreas Jaeger  <aj@suse.de>
6034         * signal/signal.h: Fix typo. Patch by Steve Kemp
6035         <skx@tardis.ed.ac.uk>.
6037 2002-03-22  Andreas Jaeger  <aj@suse.de>
6039         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6040         getresuid.
6042         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6043         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6044         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6045         user_fpregs_struct): Rename fwd.
6047         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6048         Follow sigcontext changes.
6050 2002-03-22  Andreas Jaeger  <aj@suse.de>
6052         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
6053         changes for NaNs on MIPS.
6054         Patch by Hartvig Ekner <hartvige@mips.com>.
6056 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
6058         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6059         Use realloc if too large.
6060         (addgrbyid): Likewise.
6061         * nscd/hstcache.c (addhstbyname): Likewise.
6062         (addhstbyaddr): Likewise.
6063         (addhstbynamev6): Likewise.
6064         (addhstbyaddrv6): Likewise.
6065         * nscd/pwdcache.c (addpwbyname): Likewise.
6066         (addpwbyuid): Likewise.
6068 2002-03-21  Andreas Jaeger  <aj@suse.de>
6070         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6071         _fpstate): Add separate struct for x86-64.
6073         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6074         user_fpregs_struct): Change member names to follow kernel.
6076 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
6078         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6079         Correctly close the UDP connection right away [PR libc/3120].
6081 2002-03-20  Andreas Jaeger  <aj@suse.de>
6083         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6084         user_fpregs_struct): Fix for changed kernel struct.
6085         (struct user_regs_struct): Likewise.
6086         (struct user): Likewise.
6087         Add 32-bit x86 compatibility.
6089         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6091 2002-03-19  Andreas Jaeger  <aj@suse.de>
6093         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6095 2002-03-18  Andreas Jaeger  <aj@suse.de>
6097         * iconvdata/Makefile: Only run tests when shared libs are
6098         available.
6100 2002-03-17  Andreas Jaeger  <aj@suse.de>
6102         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6104         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6106         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6107         bits.
6109         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
6110         (CAUSE_SHIFT): New.
6111         Patch by Hartvig Ekner <hartvige@mips.com>.
6113         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6114         * sysdeps/generic/unwind-pe.h: Likewise.
6116         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6117         type to _IO_setb.
6119         * libio/stdio.c (AL2): Define variant when visibility attribute is
6120         not supported.
6122         * include/libc-symbols.h (_INTVARDEF): Define variant when
6123         visibility attribute is not supported.
6125 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6127         * po/fr.po: Update from translation team.
6129 2002-02-25  Bruno Haible  <bruno@clisp.org>
6131         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6133 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6135         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6136         buffers if _IO_file_attach failed.
6138         * libio/fileops.c (_IO_file_open): Close file descriptor if
6139         _IO_SEEKOFF call failed.
6141 2002-03-15  H.J. Lu  <hjl@gnu.org>
6142             Ulrich Drepper  <drepper@redhat.com>
6144         * configure.in: Check for availability of
6145         init_array/fini_array/preinit_array handling in binutils.
6146         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6147         * config.make.in (have-initfini-array): New variable.
6149 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6151         * stdio-common/tst-printf.c (main): Comment out one test which
6152         checked the compiler's ability to fold floating-point constants
6153         but not really printf.
6154         (rfg3): Make s const.
6155         * stdio-common/tst-printf.sh: Adjust for removed test.
6157         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6158         internal function.  Adjust for internal_function calling convention.
6159         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6160         as internal_function.
6162         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6163         hidden.
6165         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6166         declaration and definition.
6167         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6168         declaration.
6169         * nss/getXXent_r.c: Likewise.
6170         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6171         definition.
6173         * include/time.h: Declare __localtime_r as hidden.
6175         * include/aliases.h: Declare __getaliasent_r as hidden.
6176         * include/grp.h: Declare __getgrent_r as hidden.
6177         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6178         __getservent_r, and __getprotoent_r as hidden.
6179         * include/pwd.h: Declare __getpwent_r as hidden.
6180         * include/shadow.h: Declare __getspent_r as hidden.
6181         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6183         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6184         and __gconv_transliterate as hidden.
6185         Add internal_function to __gconv_get_path declaration.
6186         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6187         definition.  Add attribute_hidden to __gconv_read_conf definition.
6189 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6191         * elf/rtld.c: Declare _environ as hidden.
6192         * sysdeps/generic/dl-environ.c: Likewise.
6193         * sysdeps/generic/dl-sysdep.c: Likewise.
6195         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6196         _dl_mcount_internal as hidden.
6198         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6199         * sysdeps/generic/dl-brk.c: New file.
6200         * sysdeps/generic/dl-sbrk.c: New file.
6201         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6202         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6204         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6205         (__errno_location): New function.  Declare errno as hidden.
6206         * elf/rtld.c (_dl_argc): Define as hidden.
6207         (_dl_skip_args): Define as hidden.
6208         (_begin, _end): Declare as hidden.
6209         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6210         * sysdeps/generic/entry.h (_start): Declare as hidden.
6211         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6212         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6213         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6214         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6216 2002-03-14  Roland McGrath  <roland@frob.com>
6218         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6220         * Makeconfig (%.v.i, %.v): New implicit rules.
6221         (preprocess-versions): Variable removed.
6222         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6223         shlib-versions input files as dependencies.
6224         ($(common-objpfx)soversions.i): Depend on that instead of the input
6225         files.  Use it as input instead of using a pipeline.
6226         (postclean-generated): Append soversions.i, shlib-versions.v, and
6227         shlib-versions.v.i here.
6228         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6229         the Versions.def input files as dependencies.
6230         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6231         ($(common-objpfx)Versions.all): Depend on that instead of the input
6232         files.  Use it as input instead of using a pipeline.
6233         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6234         (postclean-generated): Append those .v and .v.i files here.
6236 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6238         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6239         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6240         Remove.
6242 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6244         * sysdeps/generic/mp_clz_tab.c: New file.
6245         * sysdeps/i386/mp_clz_tab.c: New file.
6246         * sysdeps/hppa/mp_clz_tab.c: New file.
6247         * sysdeps/powerpc/mp_clz_tab.c: New file.
6248         * stdlib/Makefile (aux): Revert last patch.
6249         * math/Makefile (gmp-objs): Likewise.
6251 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6253         * time/strftime.c: Comment fixes for references to obsolescent
6254         standards, In most cases the simplest fix is to remove the
6255         confusing comments.  Cross-referencing all the standards properly
6256         is a bit of a pain, and it should be enough to put that info in
6257         the documentation as I did in my recent time.texi patch.
6259 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6261         * manual/time.texi (Formatting Calendar Time):
6262         ISO C99 also specifies the E and O modifiers.
6263         %P is a GNU extension, and is not in ISO C99.
6264         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6265         %T is also in ISO C99.
6266         The RFC 822 example is not valid in arbitrary locales.
6267         Reword the POSIX.2 wording slightly, to make it a bit clearer
6268         that POSIX.2 formats are also supported by later POSIX versions.
6269         If a format was introduced in ISO C99 it is also required by
6270         POSIX.1-2001.
6272 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6274         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6275         _sys_nerr_internal with INTVARDEF2.
6276         * include/libc-symbols.h (INTVARDEF2): New macro.
6277         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6278         (_sys_nerr_internal): Library.
6280         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6281         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6283         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6285 2002-03-13  Wolfram Gloger  <wg@malloc.de>
6287         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6289 2002-03-02  Andreas Schwab  <schwab@suse.de>
6291         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6292         'h' flag and positional arg.
6293         * stdio-common/tst-printf.c (rfg3): New function to test
6294         positional arguments.
6295         (main): Fix some warnings.
6297 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6299         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6300         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6302 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6304         * grp/initgroups.c (__nss_group_data): Declare as hidden.
6306         * include/locale.h (_nl_C_locobj): Declare as hidden.
6308         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6309         * time/strptime.c (_nl_C_LC_TIME): Likewise.
6311         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6313         * include/sys/gmon.h: Declare _gmonparam as hidden.
6315         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6316         (__ctype32_wctrans): Likewise.
6317         (__ctype32_width): Likewise.
6319         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6320         use of __ttyname.
6322         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6323         Define as hidden.
6324         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
6325         hidden.  Change all users of these variables.
6327         * posix/regex_internal.h (__re_error_msgid): Renamed from
6328         re_error_msgid.  Declare as hidden.
6329         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
6330         hidden.
6332         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6333         (__printf_function_table): Likewise.
6334         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6335         hidden.
6336         (__printf_function_table): Likewise.
6338         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6339         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6341         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6342         * nss/nsswitch.c: Declare _nss_*_database as hidden.
6344         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6345         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6347 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
6349         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6350         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6351         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6352         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6353         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6354         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6355         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6356         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6357         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
6358         _nl_C_LC_CTYPE_width: Declare as hidden.
6359         * include/locale.h: Declare _nl_locale_file_list.
6360         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
6361         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
6362         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
6363         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
6364         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
6365         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
6366         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
6367         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
6368         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
6369         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
6370         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
6371         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
6372         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6373         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6374         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6375         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6376         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6377         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6378         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6379         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
6380         _nl_C_LC_CTYPE_width, and as hidden.
6381         * locale/findlocale.c: Declare _nl_C as hidden.
6382         * locale/newlocale.c: Likewise.
6383         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
6384         _nl_locale_file_list.
6385         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
6386         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
6387         Define _nl_C_locobj as hidden.
6389         * malloc/mtrace.c (_mtrace_file): Define as hidden.
6390         (_mtrace_line): Likewise.
6392         * include/time.h: Declare __mon_yday as hidden.
6393         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
6395         * libio/libioP.h: Declare __libio_codecvt as hidden.
6396         * libio/fileops.c: Declare __libio_translit as hidden.
6397         * libio/iofwide.c: Define __libio_translit as hidden.
6399         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
6400         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
6401         * login/getutline_r.c: Likewise.
6402         * login/utmpname.c: Likewise.
6404         * login/utmp-private.h: Declare __libc_utmp_file_functions,
6405         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
6406         __libc_utmp_file_name as hidden.
6408         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
6409         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
6410         * locale/freelocale.c: Likewise.
6411         * locale/lc-time.c: Likewise.
6413         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
6414         (__libc_ptyname2): Likewise.
6415         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
6416         hidden.
6417         (__libc_ptyname2): Likewise.
6419         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
6420         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
6421         * sysdeps/generic/init-first.c: Likewise.
6422         * sysdeps/i386/init-first.c: Likewise.
6423         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
6424         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6425         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6426         * sysdeps/sh/init-first.c: Likewise.
6427         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6428         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6430         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
6431         (_itowa_upper_digits): Likewise.
6433         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
6434         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
6435         as hidden.
6437         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
6438         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
6439         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
6440         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
6442         * gmon/gmon.c (__bb_head): Define as hidden.
6443         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
6445         * argp/argp-parse.c (_argp_hang): Define as static.
6447         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
6448         handling in latest compilers.
6450         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
6451         define alias.
6452         * libio/fileops.c (_IO_file_jumps): Likewise.
6453         * libio/stdfiles.c (_IO_list_all): Likewise.
6454         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
6456         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
6457         include/malloc.h.
6458         * include/malloc.h: Add __libc_malloc_initialized declaration
6459         here.  Mark variable hidden.
6460         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
6462         * elf/dl-open.c (__libc_argc): Declare as hidden.
6463         (__libc_argv): Likewise.
6464         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
6465         (__libc_argv): Likewise.
6466         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
6467         __libc_argv as hidden.
6468         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6469         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6470         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6471         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6473         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
6474         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
6475         * stdlib/erand48.c: Likewise.
6476         * stdlib/jrand48.c: Likewise.
6477         * stdlib/lcong48.c: Likewise.
6478         * stdlib/lrand48.c: Likewise.
6479         * stdlib/mrand48.c: Likewise.
6480         * stdlib/nrand48.c: Likewise.
6481         * stdlib/seed48.c: Likewise.
6482         * stdlib/srand48.c: Likewise.
6484         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
6485         (_itoa_lower_digits_internal): New declaration.
6486         (_itoa_upper_digits_internal): New declaration.
6487         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
6488         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
6489         (_itoa_upper_digits_internal): New declaration.
6490         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
6491         _itoa_lower_digits.
6492         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
6493         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
6495         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
6496         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6498         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
6499         (_itowa_lower_digits): Likewise.
6500         (_itowa_upper_digits): Likewise.
6501         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
6502         (_itowa_upper_digits): Likewise.
6504         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
6505         not already defined.
6506         (GERMANIC_PLURAL): Declare as hidden.
6508         * posix/getopt.c (__getopt_initialized): Declare as hidden.
6509         (attribute_hidden): Define as empty macro if not already defined.
6511         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
6512         (__gconv_max_path_elem_len): Likewise.
6513         (__gconv_path_envvar): Likewise.
6515         * math/Makefile (gmp-objs): Remove mp_clz_tab.
6516         * stdlib/Makefile (aux): Remove mp_clz_tab.
6517         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
6519         * stdlib/exit.h (__exit_funcs): Declare as hidden.
6521         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
6523         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
6524         _nl_category_names, _nl_category_name_sizes, _nl_current,
6525         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
6527         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
6528         (_nl_current_default_domain): Likewise
6529         (_nl_state_lock): Likewise.
6530         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
6531         (_nl_current_default_domain): Likewise
6532         (_nl_state_lock): Likewise.
6533         * intl/bindtextdom.c (_nl_state_lock): Likewise.
6535         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
6536         (_fpioconst_pow10): Likewise.
6538         * include/time.h (_tmbuf): Add attribute_hidden.
6540         * time/tzset.c (tzstring_list): Define as static.
6542         * include/time.h: Add attribute_hidden to __tzname_cur_max and
6543         __use_tzfile declaration.
6545         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
6546         and __wcsmbs_last_locale declaration.
6548 2002-02-25  Paul Eggert  <eggert@twinsun.com>
6550         * timezone/Makefile (tzbases): Move systemv from here...
6551         (tzlinks): to here, since the entries in systemv were all changed
6552         from Zone to Link lines in tz-2001a.  Bug reported (and patch
6553         tested) by Peter Breitenlohner.
6555 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
6557         * time/tst-posixtz.c (tests): Add new tests.
6558         (main): Test whether tzset() sets daylight properly.
6560 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6562         * time/tzset.c (tz_compute): Move __daylight, __tzname and
6563         __tzname_cur_max setting...
6564         (tzset_internal): ...here.
6566 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6568         * time/tzset.c (compute_change): Don't return any value.
6569         (tz_compute): Likewise.  Don't handle southern hemisphere here.
6570         (__tz_convert): But here.
6572 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6574         * manual/examples/mkfsock.c: Include <string.h> as well.
6575         Patch by Alain De Carolis <alaind@wseurope.com>.
6577 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6579         * posix/regexec.c (re_match): Fix incorrect register sizes.
6580         (re_search): Likewise.
6582 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6584         * posix/regcomp.c (regfree): Remove a disused condition.
6585         * posix/regex_internal.c (re_acquire_state): Likewise.
6586         (re_acquire_state_context): Likewise.
6587         (register_state): Remove a redundant malloc invocation.
6588         * posix/regex_internal.h: (re_state_table_entry): Simplify
6589         the structure.
6591 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6593         * posix/regcomp.c (regcomp): Add __builtin_expect to error
6594         handling conditions.
6595         (regerror): Likewise.
6596         (regfree): Likewise.
6597         (re_compile_internal): Likewise.
6598         (init_dfa): Likewise.
6599         (init_word_char): Likewise.
6600         (create_initial_state): Likewise.
6601         (analyze): Likewise.
6602         (analyze_tree): Likewise.
6603         (duplicate_node): Likewise.
6604         (calc_eclosure): Likewise.
6605         (calc_eclosure_iter): Likewise.
6606         (parse): Likewise.
6607         (parse_reg_exp): Likewise.
6608         (parse_branch): Likewise.
6609         (parse_expression): Likewise.
6610         (parse_subexp): Likewise.
6611         (parse_dup_op): Likewise.
6612         (parse_bracket_exp): Likewise.
6613         (build_equiv_class): Likewise.
6614         (build_charclass): Likewise.
6615         (build_word_op): Likewise.
6616         (fetch_number): Likewise.
6617         (create_tree): Likewise.
6618         (duplicate_tree): Likewise.
6619         * posix/regex.c (BE): New macro.
6620         * posix/regexec.c (re_match): Add __builtin_expect to error
6621         handling conditions.
6622         (re_match_2): Likewise.
6623         (re_search): Likewise.
6624         (re_search_internal): Likewise.
6625         (check_matching): Likewise.
6626         (proceed_next_node): Likewise.
6627         (set_regs): Likewise.
6628         (sift_states_backward): Likewise.
6629         (add_epsilon_backreference): Likewise.
6630         (transit_state): Likewise.
6631         (transit_state_sb): Likewise.
6632         (transit_state_mb): Likewise.
6633         (transit_state_bkref): Likewise.
6634         (transit_state_bkref_loop): Likewise.
6635         (build_trtable): Likewise.
6636         (group_nodes_into_DFAstates): Likewise.
6637         (match_ctx_init): Likewise.
6638         (match_ctx_add_entry): Likewise.
6639         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
6640         to error handling conditions.
6641         (re_string_construct_toupper): Likewise.
6642         (build_wcs_buffer): Likewise.
6643         (build_wcs_upper_buffer): Likewise.
6644         (build_upper_buffer): Likewise.
6645         (re_string_translate_buffer): Likewise.
6646         (re_node_set_alloc): Likewise.
6647         (re_node_set_init_1): Likewise.
6648         (re_node_set_init_2): Likewise.
6649         (re_node_set_init_copy): Likewise.
6650         (re_node_set_intersect): Likewise.
6651         (re_node_set_init_union): Likewise.
6652         (re_node_set_merge): Likewise.
6653         (re_node_set_insert): Likewise.
6654         (re_dfa_add_node): Likewise.
6655         (re_acquire_state): Likewise.
6656         (re_acquire_state_context): Likewise.
6657         (create_new_state_common): Likewise.
6658         (register_state): Likewise.
6659         (create_ci_new_state): Likewise.
6660         (create_cd_new_state): Likewise.
6661         (re_string_context_at): Remove redundant condition.
6663 2002-01-16  Roger Sayle  <roger@eyesopen.com>
6665         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
6667         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
6669 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
6671         * sysdeps/i386/elf/configure.in: Fix comment.
6673         * sysdeps/sparc/sparc64/configure.in: New.
6674         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
6675         if .dynamic comes before .got.
6676         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
6678         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
6679         HP_TIMING_ACCUM): Fix typos.
6681 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6683         * string/strfry.c: Add some more randomness to the seed.
6684         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
6686         * po/es.po: Update from translation team.
6687         * po/fr.po: Likewise.
6689         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
6691         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
6692         when determining type of format.
6693         Patch by James Antill <james@anqd.org> [PR libc/2787].
6695 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
6697         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
6699 2002-03-11  Roland McGrath  <roland@frob.com>
6701         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
6703         * Versions.def (libc): Add GLIBC_2.2.6.
6704         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
6705         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
6706         __errno_location instead of __hurd_errno_location, and don't inline it.
6707         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
6708         * hurd/errno.c: New file.
6709         * hurd/Makefile (routines): Add errno.
6711 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6713         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
6714         ridiculously large widths and precisions [PR libc/3026].
6716 2002-03-11  Andreas Jaeger  <aj@suse.de>
6718         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
6719         support.
6720         Patch by Susanne Oberhauser <froh@SuSE.de>.
6722 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6724         * inet/rexec.c (ahostbuf): Define as static.
6726         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
6727         (__ctype32_wctrans): Likewise.
6728         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
6729         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
6730         (__ctype32_wctrans): Likewise.
6731         (__ctype32_width): Likewise.
6733         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
6734         They were never exported anyway.
6736         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
6737         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
6738         exported.
6739         * include/sys/gmon.h: Declare _gmonparam.
6741         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
6742         symbols for getdents64.  They were never exported.
6744 2002-03-09  Roland McGrath  <roland@frob.com>
6746         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
6747         Reported by Jon Arney <jarney1@cox.net>.
6749 2002-02-23  Roland McGrath  <roland@frob.com>
6751         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
6752         declaration.
6753         (__hurd_errno_location): Function removed.
6755 2002-03-06  Andreas Jaeger  <aj@suse.de>
6757         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
6758         32-bit.
6760 2002-03-04  Andreas Jaeger  <aj@suse.de>
6762         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
6764         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
6765         x86-64.
6767         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
6769         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
6771         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
6773         * sysdeps/x86_64/bits/setjmp.h: New.
6775         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
6777         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
6779         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
6780         for x86.
6781         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
6782         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
6784 2002-02-28  Bo Thorsen  <bo@suse.de>
6786         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
6787         version.
6789 2002-03-03  Andreas Jaeger  <aj@suse.de>
6791         * sysdeps/x86_64/bits/wordsize.h: New file.
6793         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
6794         * elf/tst-tlsmod1.c: Likewise.
6796         * posix/regcomp.c: Get regex.h from include dir for internal
6797         prototypes.
6799         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
6800         to libc-internal.h and include it.
6801         * include/libc-internal.h: Add __init_misc.
6803         * misc/init-misc.c: Include libc-internal.h for prototypes.
6805         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
6807         * misc/error.c [_LIBC]: Include libioP.h for prototype of
6808         _IO_putc_internal.
6810 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
6812         * posix/regcomp.c: Compatibility changes to allow using the code
6813         outside glibc.
6815 2002-02-28  Hartvig Ekner <hartvige@mips.com>
6817         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
6818         compiled non-PIC.
6820 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
6822         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
6823         of .str elements in the returned data structure.
6825         * elf/elf.h: Add Alpha TLS bits.
6827 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6829         * sysdeps/unix/sysv/linux/nice.c: New file.
6831 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
6833         * elf/Makefile (dl-routines): Add dl-origin.
6834         (elide-routines.os): Add dl-origin.
6835         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
6836         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
6837         _dl_debug_state.
6838         * include/libc-symbols.c: Define attribute_hidden depending on
6839         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
6841         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
6842         * elf/dl-load.c: Likewise.
6843         * elf/rtld.c: Likewise.
6844         * include/unistd.h: Declare __libc_enable_secure_internal.
6845         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
6846         Use INTUSE with __libc_enable_secure.
6847         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
6849         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
6850         * elf/dl-error.c: Likewise,
6851         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
6853         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
6854         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
6855         function definition.  Use INTDEF with _dl_get_origin.
6856         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
6858         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
6859         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
6861         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
6862         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
6863         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
6865         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
6866         * elf/dl-deps.c: Likewise.
6867         * elf/dl-error.c: Likewise.
6868         * elf/dl-fini.c: Likewise.
6869         * elf/dl-init.c: Likewise.
6870         * elf/dl-load.c: Likewise.
6871         * elf/dl-lookup.c: Likewise.
6872         * elf/dl-reloc.c: Likewise.
6873         * elf/dl-version.c: Likewise.
6874         * elf/do-lookup.h: Likewise.
6875         * sysdeps/arm/dl-machine.h: Likewise.
6876         * sysdeps/cris/dl-machine.h: Likewise.
6877         * sysdeps/hppa/dl-machine.h: Likewise.
6878         * sysdeps/i386/dl-machine.h: Likewise.
6879         * sysdeps/m68k/dl-machine.h: Likewise.
6880         * sysdeps/powerpc/dl-machine.h: Likewise.
6881         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6882         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6883         * sysdeps/sh/dl-machine.h: Likewise.
6884         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
6885         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
6886         * sysdeps/x86_64/dl-machine.h: Likewise.
6887         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
6888         _dl_argv[0].  Use INTUSE with _dl_argv.
6889         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
6890         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
6892 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6894         * elf/rtld.c (_rtld_global): Remove .protected.
6895         (_rtld_local): Strong alias to _rtld_global.
6896         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
6897         only .os object.
6898         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
6899         _rtld_local instead of _rtld_global.
6900         (_rtld_local): Add hidden extern, possibly in .sdata section.
6901         * configure.in: Add tests for visibility attribute and .sdata.
6902         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
6903         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
6904         * sysdeps/arm/dl-machine.h: Likewise.
6905         * sysdeps/generic/ldsodefs.h: Likewise.
6906         * sysdeps/hppa/dl-machine.h: Likewise.
6907         * sysdeps/cris/dl-machine.h: Likewise.
6908         * sysdeps/i386/dl-machine.h: Likewise.
6909         * sysdeps/ia64/dl-machine.h: Likewise.
6910         * sysdeps/m68k/dl-machine.h: Likewise.
6911         * sysdeps/mips/mips64/dl-machine.h: Likewise.
6912         * sysdeps/mips/dl-machine.h: Likewise.
6913         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
6914         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
6915         * sysdeps/sh/dl-machine.h: Likewise.
6916         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
6917         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
6918         * sysdeps/x86_64/dl-machine.h: Likewise.
6920 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
6922         * login/login.c (login): Always initialize ut_line field
6923         [PR libc/2991].
6925 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
6927         * sysdeps/i386/Makefile (sysdep_routines): Add
6928         divdi3 in csu dir.
6929         (shared-only-routines): Likewise.
6930         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
6931         (shared-only-routines): Likewise.
6932         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
6933         (shared-only-routines): Likewise.
6934         * sysdeps/wordsize-32/divdi3.c: New file.
6936 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
6938         * locale/iso-4217.def: Remove obsolete currencies for countries
6939         with Euro.
6941 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
6943         * posix/regcomp.c (regcomp): Remove a redundant condition.
6944         (init_word_char): Add a check on malloc failure.
6945         (create_initial_state): Likewise.
6946         (duplicate_node): Likewise.
6947         (calc_eclosure): Likewise.
6948         (calc_eclosure_iter): Likewise.
6949         (parse_expression): Likewise.
6950         (parse_bracket_exp): Remove unnecessary malloc invocations.
6951         (build_equiv_class): Likewise.
6952         (build_charclass): Likewise.
6953         * posix/regex_internal.c (re_node_set_intersect): Add a check
6954         on malloc failure.
6955         (re_node_set_add_intersect): Likewise.
6956         (re_node_set_merge): Likewise.
6957         (re_acquire_state): Likewise.
6958         (re_acquire_state_context): Likewise.
6959         (create_newstate_common): Likewise.
6960         (register_state): Likewise.
6961         (create_ci_newstate): Likewise.
6962         (create_cd_newstate): Likewise.
6963         * posix/regex_internal.h: Fix prototypes of re_acquire_state
6964         and re_acquire_state_context.
6965         * posix/regexec.c (regexec): Suit it to the error handling of
6966         re_search_internal.
6967         (re_match): Likewise.
6968         (re_search): Likewise.
6969         (re_search_internal): Add a check on malloc failure.
6970         (acquire_init_state_context): Likewise.
6971         (check_matching): Likewise.
6972         (proceed_next_node): Likewise.
6973         (set_regs): Likewise.
6974         (sift_states_backward): Likewise.
6975         (sift_states_iter_bkref): Likewise.
6976         (add_epsilon_backreference): Likewise.
6977         (transit_state): Likewise.
6978         (transit_state_sb): Likewise.
6979         (transit_state_mb): Likewise.
6980         (transit_state_bkref_loop): Likewise.
6981         (build_trtable): Likewise.
6982         (group_nodes_into_DFAstates): Likewise.
6983         (match_ctx_init): Likewise.
6984         (match_ctx_add_entry): Likewise.
6986 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
6988         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
6989         l_libname if profiling is enabled [PR libc/2916].
6991         * sysdeps/ia64/dl-tls.h: New file.
6993 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
6995         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
6996         Work around an Alpha gas bug.
6998 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7000         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7001         uses read to load the catalog.
7002         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7004 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7006         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7007         regex_internal.c, and regex_internal.h.
7008         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7009         * posix/regex.c: Complete rewrite.
7010         * posix/regexec.c: New file.
7011         * posix/regcomp.c: New file.
7012         * posix/regex_internal.c: New file.
7013         * posix/regex_internal.h: New file.
7014         * posix/regex.h (RE_ICASE): New macro.
7015         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7017         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7018         ungetwc.  It's a macro.
7019         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7020         implementation.
7021         Reported by Jason Merrill <jason@redhat.com>.
7023 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7025         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7026         position to fp->_offset if it is set.
7027         * stdio-common/Makefile (tests): Add tst-fdopen.
7028         * stdio-common/tst-fdopen.c: New test.
7030 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7032         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7033         * stdio-common/tst-ungetc.c (main): Add another test.
7035 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7037         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7038         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7039         aliases.  Add prototypes for the new aliases.
7040         * assert/assert.c: Likewise.
7041         * include/libc-symbols.h: Likewise.
7042         * include/stdio.h: Likewise.
7043         * include/netinet/in.h: Likewise.
7044         * include/rpc/auth.h: Likewise.
7045         * include/rpc/auth_unix.h: Likewise.
7046         * include/rpc/key_prot.h: Likewise.
7047         * include/rpc/pmap_prot.h: Likewise.
7048         * include/rpc/pmap_rmt.h: Likewise.
7049         * include/rpc/rpc_msg.h: Likewise.
7050         * include/rpc/xdr.h: Likewise.
7051         * inet/gethstbyad_r.c: Likewise.
7052         * inet/gethstbynm2_r.c: Likewise.
7053         * inet/gethstbynm_r.c: Likewise.
7054         * inet/gethstent_r.c: Likewise.
7055         * inet/in6_addr.c: Likewise.
7056         * libio/__fpurge.c: Likewise.
7057         * libio/filedoalloc.c: Likewise.
7058         * libio/fileops.c: Likewise.
7059         * libio/ftello.c: Likewise.
7060         * libio/ftello64.c: Likewise.
7061         * libio/genops.c: Likewise.
7062         * libio/iofclose.c: Likewise.
7063         * libio/iofdopen.c: Likewise.
7064         * libio/iofflush.c: Likewise.
7065         * libio/iofflush_u.c: Likewise.
7066         * libio/iofgetpos.c: Likewise.
7067         * libio/iofgetpos64.c: Likewise.
7068         * libio/iofgets.c: Likewise.
7069         * libio/iofgets_u.c: Likewise.
7070         * libio/iofopen.c: Likewise.
7071         * libio/iofopncook.c: Likewise.
7072         * libio/iofputs.c: Likewise.
7073         * libio/iofread.c: Likewise.
7074         * libio/iofread_u.c: Likewise.
7075         * libio/iofsetpos.c: Likewise.
7076         * libio/iofsetpos64.c: Likewise.
7077         * libio/ioftell.c: Likewise.
7078         * libio/iofwrite.c: Likewise.
7079         * libio/iogetline.c: Likewise.
7080         * libio/iogets.c: Likewise.
7081         * libio/iogetwline.c: Likewise.
7082         * libio/iolibio.h: Likewise.
7083         * libio/iopadn.c: Likewise.
7084         * libio/iopopen.c: Likewise.
7085         * libio/ioseekoff.c: Likewise.
7086         * libio/ioseekpos.c: Likewise.
7087         * libio/iosetbuffer.c: Likewise.
7088         * libio/iosetvbuf.c: Likewise.
7089         * libio/ioungetc.c: Likewise.
7090         * libio/ioungetwc.c: Likewise.
7091         * libio/iovdprintf.c: Likewise.
7092         * libio/iovsprintf.c: Likewise.
7093         * libio/iovsscanf.c: Likewise.
7094         * libio/libioP.h: Likewise.
7095         * libio/memstream.c: Likewise.
7096         * libio/obprintf.c: Likewise.
7097         * libio/oldfileops.c: Likewise.
7098         * libio/oldiofclose.c: Likewise.
7099         * libio/oldiofdopen.c: Likewise.
7100         * libio/oldiofgetpos.c: Likewise.
7101         * libio/oldiofgetpos64.c: Likewise.
7102         * libio/oldiofopen.c: Likewise.
7103         * libio/oldiofsetpos.c: Likewise.
7104         * libio/oldiofsetpos64.c: Likewise.
7105         * libio/oldiopopen.c: Likewise.
7106         * libio/oldstdfiles.c: Likewise.
7107         * libio/putc.c: Likewise.
7108         * libio/setbuf.c: Likewise.
7109         * libio/setlinebuf.c: Likewise.
7110         * libio/stdfiles.c: Likewise.
7111         * libio/stdio.c: Likewise.
7112         * libio/strops.c: Likewise.
7113         * libio/vasprintf.c: Likewise.
7114         * libio/vscanf.c: Likewise.
7115         * libio/vsnprintf.c: Likewise.
7116         * libio/vswprintf.c: Likewise.
7117         * libio/wfiledoalloc.c: Likewise.
7118         * libio/wfileops.c: Likewise.
7119         * libio/wgenops.c: Likewise.
7120         * libio/wstrops.c: Likewise.
7121         * malloc/mtrace.c: Likewise.
7122         * misc/error.c: Likewise.
7123         * misc/syslog.c: Likewise.
7124         * nss/getXXbyYY_r.c: Likewise.
7125         * nss/getXXent_r.c: Likewise.
7126         * nss/hosts-lookup.c: Likewise.
7127         * stdio-common/getw.c
7128         * stdio-common/printf-prs.c: Likewise.
7129         * stdio-common/printf_fp.c: Likewise.
7130         * stdio-common/printf_size.c: Likewise.
7131         * stdio-common/putw.c: Likewise.
7132         * stdio-common/scanf.c: Likewise.
7133         * stdio-common/sprintf.c: Likewise.
7134         * stdio-common/tmpfile64.c: Likewise.
7135         * stdio-common/vfprintf.c: Likewise.
7136         * stdio-common/vfscanf.c: Likewise.
7137         * stdlib/strfmon.c: Likewise.
7138         * sunrpc/auth_des.c: Likewise.
7139         * sunrpc/auth_none.c: Likewise.
7140         * sunrpc/auth_unix.c: Likewise.
7141         * sunrpc/authdes_prot.c: Likewise.
7142         * sunrpc/authuxprot.c: Likewise.
7143         * sunrpc/clnt_perr.c: Likewise.
7144         * sunrpc/clnt_raw.c: Likewise.
7145         * sunrpc/clnt_tcp.c: Likewise.
7146         * sunrpc/clnt_udp.c: Likewise.
7147         * sunrpc/clnt_unix.c: Likewise.
7148         * sunrpc/key_call.c: Likewise.
7149         * sunrpc/key_prot.c: Likewise.
7150         * sunrpc/openchild.c: Likewise.
7151         * sunrpc/pm_getmaps.c: Likewise.
7152         * sunrpc/pm_getport.c: Likewise.
7153         * sunrpc/pmap_clnt.c: Likewise.
7154         * sunrpc/pmap_prot.c: Likewise.
7155         * sunrpc/pmap_prot2.c: Likewise.
7156         * sunrpc/pmap_rmt.c: Likewise.
7157         * sunrpc/rpc_cmsg.c: Likewise.
7158         * sunrpc/rpc_prot.c: Likewise.
7159         * sunrpc/svc_authux.c: Likewise.
7160         * sunrpc/svc_raw.c: Likewise.
7161         * sunrpc/svc_simple.c: Likewise.
7162         * sunrpc/svc_tcp.c: Likewise.
7163         * sunrpc/svc_udp.c: Likewise.
7164         * sunrpc/svc_unix.c: Likewise.
7165         * sunrpc/xdr.c: Likewise.
7166         * sunrpc/xdr_array.c: Likewise.
7167         * sunrpc/xdr_mem.c: Likewise.
7168         * sunrpc/xdr_rec.c: Likewise.
7169         * sunrpc/xdr_ref.c: Likewise.
7170         * sunrpc/xdr_stdio.c: Likewise.
7171         * sysdeps/generic/_strerror.c: Likewise.
7172         * sysdeps/generic/printf_fphex.c: Likewise.
7173         * sysdeps/generic/tmpfile.c: Likewise.
7174         * sysdeps/gnu/errlist.awk: Likewise.
7175         * sysdeps/gnu/errlist.c: Likewise.
7177         * libio/Makefile (routines): Remove iosprint.
7178         * libio/iosprintf.c: Removed
7181 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7183         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7184         non_dynamic_init and exported now.
7185         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7186         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7187         !SHARED.
7188         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7189         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7190         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7192 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7194         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7195         true in this case.
7197         * locale/iso-639.def: Add language codes for Walloon.
7199         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7200         total number of relocations performed.
7202         * elf/sprof.c (load_profdata): If do_test provide information as
7203         to why loading failed.
7204         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7205         hist_hdr.dimen.
7207         * csu/set-init.c: Moved to...
7208         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7209         * csu/Makefile: Don't compile set-init.
7210         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7211         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7212         to __libc_init.
7213         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7214         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7215         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7216         __libc_init.
7217         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7218         __libc_subinit.
7220 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7222         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7223         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7224         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7225         (_dl_deallocate_tls): New function.
7226         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7227         _dl_deallocate_tls.
7229 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7231         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7232         * stdio-common/tst-fseek.c (main): Add test for this.
7234 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7236         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7238 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7240         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7241         pointer before dereferencing.
7243 2002-02-18  Roland McGrath  <roland@frob.com>
7245         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7247         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7248         Use task_policy in place of task_priority.
7250         * sysdeps/generic/bits/mman.h
7251         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7252         * sysdeps/mach/msync.c: New file.
7254         * sysdeps/mach/powerpc/syscall.S: New file.
7256         * mach/msg.c [MACH_MSG_OVERWRITE]
7257         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7258         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7260         * sysdeps/mach/configure.in: Check for clock.defs to put into
7261         mach_interface_list.
7262         * sysdeps/mach/configure: Regenerated.
7264         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7265         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7266         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7267         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7268         (mach-shortcuts): Add device_read_overwrite_request,
7269         device_read_overwrite, vm_read_overwrite, thread_switch.
7271         * configure.in (base_machine): Set to $machine by default.
7272         * configure: Regenerated.
7274         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7275         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7276         * sysdeps/mach/configure: Regenerated.
7277         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7279         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7281         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7283         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7284         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7286 2002-02-17  Roland McGrath  <roland@frob.com>
7288         * sysdeps/mach/hurd/times.c
7289         [NO_CREATION_TIME] (startup_time): New static variable.
7290         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7291         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7292         creation_time from task_basic_info.
7293         (__times): Use __gettimeofday instead of __host_get_time.
7295         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7296         Use untyped Mach IPC message format.
7298         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7300         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7301         _S_catch_exception_raise_state_identity,
7302         _hurdsig_fault_catch_exception_raise_state,
7303         _hurdsig_fault_catch_exception_raise_state_identity.
7305         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7307         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7308         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7310         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7311         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7313         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7314         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
7315         them as no-op macros.
7316         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7317         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7319         * sysdeps/powerpc/dl-machine.h
7320         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7322         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7323         Use untyped Mach IPC message format.
7325         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7326         Handle untyped Mach IPC message formats.
7328         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7329         Expect different argument conventions when this is defined.
7330         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7331         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7332         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7333         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7334         for OSF Mach variant.
7335         (faulted): Use mig_reply_error_t for REPLY.
7336         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7337         in __thread_set_exception_ports call.
7338         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7339         __mach_port_set_attributes in place of __mach_port_set_qlimit.
7341         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7342         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7343         on Darwin, which includes bogons.
7345         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7346         variable LOADBASE so it's not declared when it's not used.
7348 2002-02-16  Roland McGrath  <roland@frob.com>
7350         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7351         to use BI.creation_time.
7353         * mach/Machrules (MIG): Add -x c to CPP value passed down.
7355         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7356         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
7357         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
7358         host_page_size instead of vm_statistics.
7360         * sysdeps/mach/Makefile (mach-before-compile): Don't include
7361         mach_interface.h here, since not all variants use that name.
7363         * sysdeps/mach/configure.in: Add some checks for Mach headers
7364         to ensure a sane installation.
7365         (mach_interface_list): Define this variable by checking for .defs
7366         files found in various variants.
7367         * configure.in (mach_interface_list): AC_SUBST this.
7368         * config.make.in (mach-interface-list): New substituted variable.
7369         * mach/Makefile (user-interfaces): Define this using the value
7370         of $(mach-interface-list) instead of mach, mach4.
7371         Updated other references to mach_interface to use it as well.
7373         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
7375         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
7376         mig_reply_error_t for OSF Mach variant.
7378         * mach/Makefile (routines): Remove bootprivport.
7379         * mach/bootprivport.c: File removed.  It has never been used.
7381         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
7382         Grok the OSF flavor of message format.
7383         (mach_msg_destroy_port): For MAKE_SEND and
7384         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
7385         no-senders notification.
7387 2002-02-06  Roland McGrath  <roland@frob.com>
7389         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
7390         to here if 2.0 compatibility enabled ...
7391         (libc: GLIBC_2.1.3): ... from here.
7393 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
7395         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
7396         generation counter.
7397         * elf/dl-close.c (_dl_close): Likewise.
7399 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
7401         * elf/Makefile: Add rules to build and run tst-tls8.
7402         * elf/tst-tls8.c: New file.
7403         * elf/tst-tlsmod4.c: New file.
7405         * stdlib/test-a64l.c (tests): Add more test cases.
7407         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
7408         Reported by Walter Harms <WHarms@bfs.de>.
7410 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
7412         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
7413         definitions for struct sigcontext.
7414         Suggested by David Mosberger-Tang.
7416 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7418         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
7419         for removing reference of module in slotinfo list.
7420         (_dl_close): Use remove_slotinfo.
7421         * sysdeps/generic/dl-tls.c: General pretty printing.
7422         (oom): Define only if SHARED.
7423         (_dl_next_tls_modid): Correct starting point for the case we assume
7424         there is a gap.  Add missing instruction grouping (doh!).  Correct
7425         tests for reaching maximum index.
7426         * elf/Makefile: Add rules to build and run tst-tls7.
7427         * elf/tst-tls7.c: New file.
7428         * elf/tst-tlsmod3.c: New file.
7430         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
7431         USE_TLS.
7432         * elf/tst-tlsmod2.c: Likewise.
7434         * elf/dl-close.c (_dl_close): When closing an object using TLS
7435         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
7436         true.  Increment dl_tls_generation only if we closed any TLS-using
7437         object.
7438         * elf/tst-tls6.c: New file.
7439         * elf/Makefile: Add rules to build and run tst-tls6.
7441         * po/da.po: Update from translation team.
7443         * locale/categories.def: Fix typo [PR libc/2948].
7444         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
7445         [PR libc/2949].
7446         * locale/iso-4217.def: Update from official version [PR libc/2950].
7447         * glibcbug.in: Honor TMPDIR [PR libc/2951].
7448         * locale/programs/ld-collate.c (collate_finish): Bail out with a
7449         message if input is too confusion instead of using assert.
7450         (collate_read): Don't crash on unknown symbol [PR libc/2952].
7451         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
7453         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
7454         * elf/tst-tls2.c: Likewise.
7455         * elf/tst-tls3.c: Likewise.
7457 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7459         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
7461 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7463         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
7464         if this is really necessary.
7466         * elf/dl-close.c (_dl_close): Implement freeing entries in the
7467         slotinfo array.
7468         (free_mem): Free memory for the slotinfo array if possible.
7470 2002-02-12  Andreas Schwab  <schwab@suse.de>
7472         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
7474 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
7476         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
7477         TLS_DTV_UNALLOCATE.
7478         (oom): New function.
7479         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
7480         (_dl_determine_tlsoffset): Likewise.
7481         (_dl_allocate_tls): Likewise.
7482         (__TLS_GET_ADDR): Define if not already defined.
7483         (_dl_tls_symaddr): New function.
7484         (allocate_and_init): New function.
7485         (__tls_get_addr): Actually implement handling of generation counter
7486         and deferred allocation.
7487         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
7488         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7489         _dl_tls_generation.
7490         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
7491         Declare _dl_tls_symaddr.
7492         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
7493         SHARED.
7494         * include/link.h (struct link_map):  Remove l_tls_nextimage and
7495         l_tls_previmage.
7496         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
7497         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
7498         (_dl_vsym): Likewise.
7499         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
7500         layout.
7501         (dl_main): Allow PT_TLS be present for empty segment.  Remove
7502         nextimage list handling.  Instead add all modules using TLS to
7503         dl_tls_dtv_slotinfo_list.
7504         * elf/dl-open.c (dl_open_worker): After successfully loading all
7505         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
7506         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
7507         empty segment don't do anything.  Remove handling of initimage list.
7508         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
7509         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
7510         * elf/dl-minimal.c: Define __libc_memalign.
7511         * elf/dl-support.c: Remove _dl_initimage_list.  Add
7512         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7513         _dl_tls_generation.
7514         * include/stdlib.h: Declare __libc_memalign.
7516         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
7517         * elf/tst-tls4.c: New file.
7518         * elf/tst-tls5.c: New file.
7519         * elf/tst-tlsmod2.c: New file.
7521         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
7523         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
7525         * elf/tst-tls1.c: Use test-skeleton.c.
7526         * elf/tst-tls2.c: Likewise.
7527         * elf/tst-tls3.c: Likewise.
7529         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
7531 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
7533         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
7535 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
7537         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
7539         * elf/tst-tls3.c: New file.
7540         * elf/tst-tlsmod1.c: New file.
7541         * elf/Makefile: Add rules to build and run tst-tls3.
7543         * sysdeps/i386/dl-machine.h: Include <tls.h>.
7544         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
7545         TLS relocations.
7547         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
7549         * po/fr.po: Update from translation team.
7551         * elf/tls-macros.h: Add alternative macros for use in PIC.
7553         * elf/dl-lookup.c: Include <tls.h>.
7554         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
7556         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
7557         required by passing pointer to last element of the list.
7559         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
7560         l_tls_initimage to a place where it actually is performed.
7562         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
7563         after globfree() calls.
7565         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
7566         (openaux): Pass open_mode as new last argument to _dl_map_object.
7567         (_dl_map_object_deps): Add new argument open_mode.  Initialize
7568         open_mode element of args variable with it.
7569         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
7570         _dl_map_object_deps.
7571         * elf/rtld.c (dl_main): Add zero as last parameter to
7572         _dl_map_object_deps call.
7573         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
7574         * elf/nodlopen2.c: New file.
7575         * elf/nodlopenmod2.c: New file.
7576         * elf/Makefile: Add rules to build and run nodlopen2.
7578         * elf/tst-tls1.c: Move TLS helper macros to...
7579         * elf/tls-macros.h: ...here.  New file.
7580         * elf/tst-tls2.c: New file.
7581         * elf/Makefile (tests): Add tst-tls2.
7582         (distribute): Add tls-macros.h.
7584         * po/sv.po: Update from translation team.
7586         * elf/tst-tls1.c (main): Add complete set of tests.  Split
7587         architecture specific definitions from the actual test code.
7589         * po/tr.po: Update from translation team.
7591 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
7593         * elf/Makefile (tests): Add tst-tls1.
7594         * elf/tst-tls1.c: New file.
7596         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
7597         alignment of TCB for now.
7599         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
7600         initialization image for the application itself.
7602         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
7603         loop to initialize TLS block.
7605 2002-02-08  Richard Henderson  <rth@redhat.com>
7607         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
7608         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
7610         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
7612 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
7614         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
7616 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
7618         * po/ca.po: Update from translation team.
7619         * po/sk.po: Likewise.
7621         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
7622         (dl_main): Move dtv/static TLS handling before relocation.
7623         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
7624         TLS_INIT_TP to allocate and install the dtv/static TLS block.
7625         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
7626         so far uses TLS initialize GL(dl_tls_static_size) and
7627         GL(dl_tls_static_align) to account for the TCB.
7628         (_dl_allocate_tls): New function.
7629         * sysdeps/generic/ldsodefs.h (rtld_global): Add
7630         _dl_initial_dtv_malloced.
7632         * configure.in: Test for __builtin_memset more realistically.
7634         * csu/version.c (banner): If TLS support is available say so.
7636 2002-02-04  H.J. Lu  <hjl@gnu.org>
7638         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
7639         __attribute_used__.
7640         (__dl_runtime_resolve): Likewise.
7642         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
7643         declaration.
7645 2001-11-15  H.J. Lu  <hjl@gnu.org>
7647         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
7648         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
7650         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
7652 2002-02-07  H.J. Lu  <hjl@gnu.org>
7654         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
7655         ".set noreorder".
7656         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
7657         Likewise.
7659 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7661         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
7663         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
7664         ___tls_get_addr_internal.
7665         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
7667         * po/ko.po: Update from translation team.
7669 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
7671         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
7672         attribute, change __pad{1,2} type to unsigned int.
7673         (struct stat64): Remove packed attribute.
7675 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7677         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
7679 2002-02-07  Andreas Schwab  <schwab@suse.de>
7681         * configure.in: Fix check for -zcombreloc.
7683 2002-02-06  H.J. Lu  <hjl@gnu.org>
7685         * config.h.in (HAVE_BUILTIN_MEMSET): New.
7686         * configure.in: Check if __builtin_memset really works.
7687         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
7688         __GNUC_PREREQ (2, 96) before using __builtin_memset.
7690 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7692         * io/bug-ftw3.c (main): Don't try the test if root.
7694 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7696         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
7697         constraints.
7698         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
7699         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
7700         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
7701         Likewise.
7702         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
7703         a weak alias for __clone.
7704         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
7705         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
7706         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
7707         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
7708         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
7709         a weak alias for __mmap64.
7711 2002-02-05  H.J. Lu  <hjl@gnu.org>
7713         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
7714         (atomic_add): Likewise.
7715         (compare_and_swap): Likewise.
7716         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
7718 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7720         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
7722         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
7723         alignment of the TCB and store total size and alignment of static
7724         TLS block in _dl_tls_static_size and _dl_tls_static_align.
7725         tls_index is a typedef.
7726         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
7727         _dl_tls_static_align.
7728         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
7729         * elf/dl-support.c: Define _dl_tls_static_size and
7730         _dl_tls_static_align.
7732 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7734         * configure.in: Add --without-tls option.
7735         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
7736         --without-tls is given.
7738         * sysdeps/generic/dl-tls.c: Include <tls.h>.
7740         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
7742 2002-02-06  Roland McGrath  <roland@frob.com>
7744         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
7745         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
7747         * scripts/versions.awk: Improve error message for missing version.
7748         Each version inherits from the last one only if they have the same
7749         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
7750         but not GLIBC_x and FOO_y.
7752         * scripts/firstversions.awk: Handle libraries that don't have each
7753         particular version named in the third column of shlib-versions.
7755         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
7757 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7759         * Versions.def [ld]: Add GLIBC_2.3.
7760         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
7761         * elf/Makefile (dl-routines): Add dl-tls.
7762         (distribute): Add dl-tls.h.
7763         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
7764         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7765         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
7766         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
7767         along with the other info in the link map.  Change queueing of init
7768         images for double linked list.  Use _dl_next_tls_modid to compute
7769         l_tls_modid.
7770         * elf/rtld.c (_dl_start_final): Store alignment requirement
7771         along with the other info in rtld map and executable map.
7772         (dl_main): Add ld.so to the init image list if necessary.  Compute
7773         final module ID with _dl_next_tls_modid.
7774         * include/link.h (struct link_map): Add l_tls_previmage and
7775         l_tls_align.
7776         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7777         * sysdeps/i386/elf/Versions: New file.
7778         * sysdeps/generic/dl-tls.c: New file.
7779         * sysdeps/generic/dl-tls.h: New file.
7780         * sysdeps/i386/dl-tls.h: New file.
7782 2002-02-06  Roland McGrath  <roland@frob.com>
7784         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
7785         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
7787 2002-01-05  Roland McGrath  <roland@frob.com>
7789         * sysdeps/mach/configure.in: New file.
7790         * sysdeps/mach/configure: New generated file.
7792         * mach/Makefile (user-interfaces): Remove default_pager_helper.
7793         It has never been used by anything.
7795 2002-02-06  H.J. Lu  <hjl@gnu.org>
7797         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
7798         is included.
7800 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7802         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
7803         attribute((packed)) to counter stupid people misusing gcc options.
7804         (struct stat64): Likewise.
7806 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7808         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
7809         the variables which are used as booleans.
7811 2002-02-06  Andreas Jaeger  <aj@suse.de>
7813         * include/libc-symbols.h (INTUSE): Renamed from INT.
7814         * elf/dl-deps.c: Change users.
7815         * sysdeps/generic/dl-sysdep.c: Likewise.
7816         * sysdeps/generic/dl-cache.c: Likewise.
7817         * elf/dl-reloc.c: Likewise.
7818         * elf/rtld.c: Likewise.
7819         * elf/dl-version.c: Likewise.
7820         * elf/dl-load.c: Likewise.
7821         * elf/dl-dst.h: Likewise.
7822         * elf/dl-init.c: Likewise.
7823         * elf/dl-error.c: Likewise.
7824         * elf/dl-fini.c: Likewise.
7825         * elf/dl-runtime.c: Likewise.
7826         * elf/do-lookup.h: Likewise.
7828         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
7829         definition.
7830         * stdio-common/_itowa.h: Likewise.
7832 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7834         * elf/dl-minimal.c: Define _itoa_lower_digits.
7836         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
7837         DT_FLAGS set.
7839         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
7840         loading modules with the DF_STATIC_TLS flag set.
7841         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
7842         element.
7843         * include/link.h (struct link_map): Add l_flags field.
7844         * elf/elf.h (DF_STATIC_TLS): New definition.
7846         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
7847         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
7849         * elf/rtld.c (process_dl_debug): Correct printing help message.
7850         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
7851         for %s.
7853         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
7854         definition and pass &errno in use of this variable.
7855         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
7857 2002-02-04  Andreas Schwab  <schwab@suse.de>
7859         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
7860         * locale/programs/charmap-dir.c: Wrap calls that output messages
7861         with WITH_CUR_LOCALE.  Include "localedef.h" first.
7862         * locale/programs/charmap.c: Likewise.
7863         * locale/programs/ld-address.c: Likewise.
7864         * locale/programs/ld-collate.c: Likewise.
7865         * locale/programs/ld-ctype.c: Likewise.
7866         * locale/programs/ld-identification.c: Likewise.
7867         * locale/programs/ld-measurement.c: Likewise.
7868         * locale/programs/ld-messages.c: Likewise.
7869         * locale/programs/ld-monetary.c: Likewise.
7870         * locale/programs/ld-name.c: Likewise.
7871         * locale/programs/ld-numeric.c: Likewise.
7872         * locale/programs/ld-paper.c: Likewise.
7873         * locale/programs/ld-telephone.c: Likewise.
7874         * locale/programs/ld-time.c: Likewise.
7875         * locale/programs/linereader.c: Likewise.
7876         * locale/programs/linereader.h: Likewise.
7877         * locale/programs/localedef.c: Likewise.
7878         * locale/programs/locfile.c: Likewise.
7879         * locale/programs/repertoire.c: Likewise.
7881 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
7883         * elf/rtld.c (_dl_start_final): Determine load address to locate
7884         ehdr with GL(dl_rtld_map).l_map_start.
7886         * po/ca.po: Update from translation team.
7888         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
7889         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
7890         header entry.
7891         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
7892         _dl_tls_module_cnt.
7893         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
7895 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
7897         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
7898         * include/link.h (struct link_map): Add various members for TLS
7899         information.
7900         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
7901         _rtld_tlsoffset, add _dl_initimage_list.
7902         * sysdeps/i386/dl-lookupcfg.h: New file.
7903         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
7904         TLS relocation.  When using TLS we now use RESOLVE_MAP.
7905         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
7906         is used.
7908         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
7909         unused.
7911         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
7912         thread-pointer as soon as possible.
7913         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
7914         elements in rtld_global.
7915         * sysdeps/generic/tls.h: New file.
7916         * elf/Makefile (distribute): Add tls.h.
7917         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
7918         relocations.  Not complete yet.
7920         * resolv/resolv.h: Allow user to define __need_res_state and only
7921         define __res_start structure then.
7922         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
7924         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
7925         dl_cpuclock_offset initialization to _dl_start_final.
7926         (_dl_show_auxv): Avoid unnecessary sign extension.
7927         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
7929 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
7931         * config.h.in: Add HAVE_TLS_SUPPORT.
7932         * sysdeps/i386/elf/configure.in: New file.
7934 2002-02-03  Andreas Schwab  <schwab@suse.de>
7936         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
7937         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
7939 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
7941         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
7942         alloca if the memory reqirements are too high.
7944 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
7946         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
7947         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
7948         the former is available anyway and speed isn't important here.
7949         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
7950         * elf/dl-version.c (match_symbol): Likewise.
7951         (_dl_check_map_versions): Likewise.
7952         * elf/rtld.c (process_envvars): Likewise.
7953         (print_statistics): Likewise.
7954         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
7955         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
7956         bases.  Add assert to catch uses of unimplemented features.
7957         (__strsep): Add assert to catch uses of unimplemented features.
7958         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
7959         and avoid inline optimization.
7960         * elf/rtld.c (process_envvars): Likewise.
7961         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
7962         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
7963         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
7965 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
7967         * stdio-common/_itoa.h: Minor simplifications of the code.
7968         * stdio-common/_itoa.c: Likewise.
7970         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
7971         instead of _dl_printf for debugging info output.
7973         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
7974         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
7976 2002-02-01  H.J. Lu  <hjl@gnu.org>
7978         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
7979         (atomic_add): Likewise.
7980         (compare_and_swap): Return 0 only when failed to compare. Use
7981         branch likely.
7983         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
7984         branch likely.
7986 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
7988         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
7990 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
7992         * elf/dl-minimal.c (__strsep): New minimal implementation.
7994 2002-02-02  Paul Eggert  <eggert@twinsun.com>
7996         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
7997         (__mktime_internal): If no tm_isdst is requested, prefer solutions
7998         with tm_isdst > 0 when the requested time falls within a
7999         spring-forward gap [PR libc/2894].
8001 2002-02-03  Andreas Schwab  <schwab@suse.de>
8003         * stdio-common/tst-rndseek.c: Increase timeout.
8005 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8007         Change ld.so to not use functions which are exported.  One cannot
8008         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8009         definitions.
8010         * include/libc-symbols.h: Define INT and INTDEF.
8011         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8012         _dl_signal_error_internal, _dl_map_object_internal,
8013         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8014         _dl_lookup_versioned_symbol_internal,
8015         _dl_relocate_object_internal, _dl_debug_state_internal,
8016         _dl_start_profile_internal, and _dl_unload_cache_internal.
8017         * include/dlfcn.h: Declare _dl_catch_error_internal.
8018         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8019         above.  Add INTDEF to function definitions.
8020         * elf/dl-debug.c: Likewise.
8021         * elf/dl-deps.c: Likewise.
8022         * elf/dl-dst.h: Likewise.
8023         * elf/dl-error.c: Likewise.
8024         * elf/dl-fini.c: Likewise.
8025         * elf/dl-init.c: Likewise.
8026         * elf/dl-load.c: Likewise.
8027         * elf/dl-lookup.c: Likewise.
8028         * elf/dl-misc.c: Likewise.
8029         * elf/dl-open.c: Likewise.
8030         * elf/dl-profile.c: Likewise.
8031         * elf/dl-reloc.c: Likewise.
8032         * elf/dl-runtime.c: Likewise.
8033         * elf/dl-version.c: Likewise.
8034         * elf/do-lookup.h: Likewise.
8035         * sysdeps/generic/dl-cache.c: Likewise.
8036         * sysdeps/generic/dl-sysdep.c: Likewise.
8037         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8038         instead of _dl_init.
8039         * sysdeps/arm/dl-machine.h: Likewise.
8040         * sysdeps/cris/dl-machine.h: Likewise.
8041         * sysdeps/hppa/dl-machine.h: Likewise.
8042         * sysdeps/i386/dl-machine.h: Likewise.
8043         * sysdeps/ia64/dl-machine.h: Likewise.
8044         * sysdeps/m68k/dl-machine.h: Likewise.
8045         * sysdeps/mips/dl-machine.h: Likewise.
8046         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8047         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8048         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8049         * sysdeps/sh/dl-machine.h: Likewise.
8050         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8051         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8052         * sysdeps/x86_64/dl-machine.h: Likewise.
8053         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8055         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8056         and _dl_debug_initialize.
8058         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
8059         more information.
8060         * elf/rtld.c (dl_main): Avoid strrchr.
8061         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8062         result of readlink.  Search from the back for '/'.
8064         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8065         strncpy if possible.
8067         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
8068         strncmp.
8069         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
8070         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8071         strspn, and strcspn.
8072         (process_envvars): Don't use strcspn.
8074         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8075         (_dl_dst_substitute): Likewise.
8077 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8079         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8080         code which is never used when relocating ld.so itself.
8082         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8083         starting ld.so itself.  Move l_addr variable initialization closer
8084         to use.
8085         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8087 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8089         * Versions.def (libc): Add GLIBC_PRIVATE.
8090         (libdb, libnss_db, libdb1): Remove.
8091         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8092         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8093         (libpthread): Add GLIBC_PRIVATE.
8094         (libresolv): Likewise, remove GLIBC_2.1.
8095         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8096         GLIBC_2.2.3, GLIBC_2.3.
8097         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8098         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8099         _dl_sym, _dl_vsym): Likewise.
8100         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8101         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8102         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8103         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8104         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8105         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8106         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8107         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8108         Likewise.
8109         (_dl_object_relocation_scope): Remove.
8110         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8111         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8112         __gconv_cache): Move to GLIBC_PRIVATE.
8113         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8114         __internal_setnetgrent): Likewise.
8115         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8116         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8117         * locale/Versions (__collate_element_hash, __collate_element_strings,
8118         __collate_symbol_classes, __collate_symbol_hash,
8119         __collate_symbol_strings, _nl_current_LC_COLLATE,
8120         _nl_current_LC_CTYPE): Likewise.
8121         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8122         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8123         (libnss_nis, libnss_nisplus): Likewise.
8124         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8125         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8126         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8127         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8128         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8129         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8130         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8131         __ns_get16, __ns_samename): Likewise.
8132         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8133         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8134         GLIBC_PRIVATE.
8135         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8136         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8137         __libc_connect): Likewise.
8138         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8139         Likewise.
8140         * stdlib/Versions (__libc_system): Likewise.
8141         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8142         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8143         * sysdeps/ia64/fpu/Versions: Likewise.
8144         * sysdeps/ia64/Versions: Likewise.
8145         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8146         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8147         to GLIBC_PRIVATE.
8148         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8149         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8150         __libc_sigaction): Likewise.
8151         * termios/Versions (__libc_tcdrain): Likewise.
8153         * misc/sys/cdefs (__attribute_noinline__): Define.
8154         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8155         __attribute_noinline__.
8157         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8158         * elf/dl-xstat64.c: New file.
8159         * elf/dl-fxstat64.c: New file.
8160         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8161         don't export __fxstat64 at multiple versions.
8162         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8163         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8165 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8167         * locale/program/ld-collate.c (collate_finish): Assign a wide
8168         char collation sequence value to multi character collating
8169         elements, and avoid over writing by non-character elements.
8171 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8173         * elf/Makefile (distribute): Add dl-procinfo.c.
8174         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8175         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8177 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8179         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8180         definition.
8181         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8182         _rtld_global struct.
8183         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8184         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8185         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8186         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8187         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8188         _dl_fpu_control_set): Remove unused externs.
8189         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8190         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8191         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8192         related variables in _rtld_global struct.
8193         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8194         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8195         unused extern.
8197 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8199         * sysdeps/generic/dl-procinfo.c: New file.
8201 2002-02-01  Andreas Schwab  <schwab@suse.de>
8203         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8205 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8207         * elf/rtld.c (_dl_start): Mark as internal_function.
8208         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8209         in register.
8210         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8211         General pretty printing.
8213 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8215         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8216         * elf/dl-reloc.c: Pretty printing.
8217         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8218         procinfo-related variables in rtld_global struct.
8219         * elf/dl-support.c: Likewise.
8220         * elf/rtld.c: Likewise.
8221         * sysdeps/i386/i686/Makefile: Likewise.
8222         * sysdeps/i386/i686/hp-timing.c: Likewise.
8223         * sysdeps/i386/i686/hp-timing.h: Likewise.
8224         * sysdeps/ia64/Makefile: Likewise.
8225         * sysdeps/ia64/hp-timing.c: Likewise.
8226         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8227         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8228         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8229         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8230         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8231         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8232         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8233         * sysdeps/x86_64/Makefile: Likewise.
8235         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8236         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8237         _dl_debug_fd to rtld_global.
8238         * elf/Versions: Likewise.
8239         * elf/dl-close.c: Likewise.
8240         * elf/dl-iteratephdr.c: Likewise.
8241         * elf/dl-lookup.c: Likewise.
8242         * elf/dl-misc.c: Likewise.
8243         * elf/dl-open.c: Likewise.
8244         * elf/dl-support.c: Likewise.
8245         * elf/do-lookup.h: Likewise.
8246         * elf/rtld.c: Likewise.
8247         * sysdeps/generic/dl-cache.c: Likewise.
8248         * sysdeps/generic/dl-sysdep.c: Likewise.
8249         * sysdeps/ia64/Versions: Likewise.
8250         * sysdeps/unix/clock_gettime.c: Likewise.
8251         * sysdeps/unix/clock_settime.c: Likewise.
8252         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8253         * sysdeps/sparc/Versions: Removed.
8254         * sysdeps/i386/i686/Versions : Removed.
8255         * sysdeps/x86_64/Versions: Removed.
8256         * configure.in: Define HAVE_PROTECTED if .protected is available.
8257         * config.h.in: Add entry for HAVE_PROTECTED.
8259 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8261         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8262         code in struct _rtld_global.  Export this struct, remove all
8263         exports for the signal variables.
8264         * sysdeps/arm/dl-machine: Likewise.
8265         * sysdeps/generic/dl-origin: Likewise.
8266         * sysdeps/generic/dl-sysdep: Likewise.
8267         * sysdeps/generic/dl-cache: Likewise.
8268         * sysdeps/hppa/dl-fptr: Likewise.
8269         * sysdeps/hppa/dl-machine: Likewise.
8270         * sysdeps/cris/dl-machine: Likewise.
8271         * sysdeps/i386/dl-machine: Likewise.
8272         * sysdeps/ia64/dl-machine: Likewise.
8273         * sysdeps/m68k/dl-machine: Likewise.
8274         * sysdeps/mach/hurd/dl-sysdep: Likewise.
8275         * sysdeps/mips/mips64/dl-machine: Likewise.
8276         * sysdeps/mips/dl-machine: Likewise.
8277         * sysdeps/powerpc/elf/libc-start: Likewise.
8278         * sysdeps/powerpc/dl-machine: Likewise.
8279         * sysdeps/powerpc/dl-start: Likewise.
8280         * sysdeps/sparc/sparc32/dl-machine: Likewise.
8281         * sysdeps/sparc/sparc64/dl-machine: Likewise.
8282         * sysdeps/sh/dl-machine: Likewise.
8283         * sysdeps/s390/s390-32/dl-machine: Likewise.
8284         * sysdeps/s390/s390-64/dl-machine: Likewise.
8285         * sysdeps/unix/sysv/aix/libc-start: Likewise.
8286         * sysdeps/unix/sysv/aix/start-libc: Likewise.
8287         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8288         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8289         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8290         * sysdeps/x86_64/dl-machine: Likewise.
8292 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8294         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8295         are too high.
8297 2002-01-31  Andreas Schwab  <schwab@suse.de>
8299         * sysdeps/posix/readv.c: Check for ssize_t overflow.
8301 2002-01-31  Andreas Schwab  <schwab@suse.de>
8303         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8304         reference to _dl_pagesize.
8306 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
8308         * Versions.def [ld]: Add GLIBC_2.3.
8309         * elf/dl-addr.c: Move global variables for SHARED code in struct
8310         _rtld_global.  Export this struct, remove all exports for the
8311         signal variables.
8312         * elf/dl-close.c: Likewise.
8313         * elf/dl-conflict.c: Likewise.
8314         * elf/dl-debug.c: Likewise.
8315         * elf/dl-deps.c: Likewise.
8316         * elf/dl-dst.h: Likewise.
8317         * elf/dl-error.c: Likewise.
8318         * elf/dl-fini.c: Likewise.
8319         * elf/dl-init.c: Likewise.
8320         * elf/dl-iteratephdr.c: Likewise.
8321         * elf/dl-libc.c: Likewise.
8322         * elf/dl-load.c: Likewise.
8323         * elf/dl-lookup.c: Likewise.
8324         * elf/dl-minimal.c: Likewise.
8325         * elf/dl-object.c: Likewise.
8326         * elf/dl-open.c: Likewise.
8327         * elf/dl-profile.c: Likewise.
8328         * elf/dl-profstub.c: Likewise.
8329         * elf/dl-reloc.c: Likewise.
8330         * elf/dl-runtime.c: Likewise.
8331         * elf/dl-support.c: Likewise.
8332         * elf/dl-sym.c: Likewise.
8333         * elf/dl-version.c: Likewise.
8334         * elf/do-lookup.h: Likewise.
8335         * elf/do-rel.h: Likewise.
8336         * elf/dynamic-link.h: Likewise.
8337         * elf/rtld.c: Likewise.
8338         * sysdeps/generic/dl-cache.c: Likewise.
8339         * sysdeps/generic/dl-sysdep.c: Likewise.
8340         * sysdeps/generic/ldsodefs.h: Likewise.
8341         * sysdeps/generic/libc-start.c: Likewise.
8342         * sysdeps/i386/dl-machine.h: Likewise.
8343         * sysdeps/ia64/dl-fptr.c: Likewise.
8344         * sysdeps/ia64/dl-machine.h: Likewise.
8345         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8346         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8347         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8348         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8349         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8350         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8351         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8352         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8354 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8356         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
8357         to avoid warning
8358         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
8360         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
8361         SHARED version.
8362         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
8364         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
8366 2002-01-29  Ben Collins  <bcollins@debian.org>
8368         * string/bits/string2.h (__mempcpy): Protect size arg for
8369         addition when using __builtin_memcpy.
8371 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8373         * stdlib/Makefile (tests): Add tst-qsort.
8374         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
8376         * manual/signal.texi (Process Signal Mask): Document that
8377         pthread_sigmask, not sigprocmask, must be used in MT programs.
8378         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
8380         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
8381         found.
8382         * misc/Makefile (tests): Add tst-hsearch.
8383         * misc/tst-hsearch.c: New file.
8385 2002-01-18  Wolfram Gloger  <wg@malloc.de>
8387         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
8388         * malloc/malloc.h: Likewise.
8389         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
8390         * malloc/arena.c: New file.
8391         * malloc/hooks.c: New file.
8392         * malloc/tst-mallocstate.c: New file.
8393         * malloc/Makefile: Add new testcase tst-mallocstate.
8394         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
8396 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8398         * stdlib/msort.c: Remove last patch.  The optimization violates the
8399         same rule which qsort.c had problems with.
8401 2002-01-27  Paul Eggert  <eggert@twinsun.com>
8403         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
8404         to a pivot element that lies outside the array to be sorted, as
8405         ISO C99 requires that the comparison function be called only with
8406         addresses of array elements [PR libc/2880].
8408 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8410         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
8411         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
8413         * timezone/asia: Update from tzdata2002b.
8414         * timezone/australasia: Likewise.
8415         * timezone/backward: Likewise.
8416         * timezone/europe: Likewise.
8417         * timezone/leapseconds: Likewise.
8418         * timezone/iso3166.tab: Likewise.
8419         * timezone/zone.tab: Likewise.
8421 2002-01-23  Richard Henderson  <rth@redhat.com>
8423         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
8425 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8427         * string/strxfrm.c: Allocate one more byte for rulearr and clear
8428         this element [PR libc/2855].
8430         * string/strcoll.c: Handle zero-length arguments specially
8431         [PR libc/2856].
8433 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8435         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
8436         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
8437         short lengths and constant src.
8438         (strcpy): Don't optimize for gcc 3.0+.
8439         (__stpcpy): For gcc 3.0+, don't use
8440         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
8441         for short string literal src.
8443 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
8445         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
8446         Set for arm, too.
8448 2001-01-22  Paul Eggert  <eggert@twinsun.com>
8450         * manual/llio.texi (Linked Channels, Cleaning Streams):
8451         Make it clearer that a just-opened input stream might need cleaning.
8453 2002-01-21  H.J. Lu  <hjl@gnu.org>
8455         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
8456         Don't use label at end of compound statement.
8458 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
8460         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
8461         Remove test for negative integer arg; sin_pi does it correctly.
8463 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
8465         * nscd/Makefile (distribute): Filter out xmalloc.c.
8467 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
8469         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
8470         Set offset if read end wasn't the buffer end.
8471         (_IO_file_seekoff_mmap): New function.
8472         (_IO_file_xsgetn_mmap): New function.
8473         (_IO_file_jumps_mmap): Use the two new functions.
8474         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
8475         != end buffer.
8476         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
8477         _IO_file_underflow_mmap.
8478         * libio/iofopen.c: Don't position file descriptor at end of file.
8479         * libio/tst-widetext.c: Improve error messages.
8480         * stdio-common/tst-rndseek.c: Likewise.
8482 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
8484         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
8485         end of enum for !_GNU_SOURCE.
8486         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
8487         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
8488         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
8489         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
8490         values unless _GNU_SOURCE.
8492         * iconvdata/tcvn5712-1.c: Minor cleanups.
8494 2002-01-18  Andreas Schwab  <schwab@suse.de>
8496         * sysdeps/unix/sysv/linux/configure.in
8497         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
8499 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8501         * stdlib/msort.c (msort_with_tmp): Replace implementation with
8502         more efficient "Towers of Hanoi" mergesort.
8503         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
8504         for generic, sizeof(int) and sizeof(long) variants respectively.
8506 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
8508         * manual/syslog.texi (openlog): Describe possible problems with
8509         first parameter.
8510         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8512         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
8513         * nscd/connections.c (begin_drop_privileges): New function.
8514         (finish_drop_privileges): New function.
8515         (nscd_init): Call the new functions which also install all groups
8516         for the server user.
8517         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
8518         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8520 2002-01-17  H.J. Lu  <hjl@gnu.org>
8522         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
8523         `const' from `got'.
8525 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8527         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
8528         instructions for pointer operations.
8529         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8531 2002-01-17  Andreas Jaeger  <aj@suse.de>
8533         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
8534         __uint128_t build-in.
8536         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
8537         PowerPC, sync with 2.2 branch.
8539 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8541         * posix/getconf.c: Update copyright year.
8542         * nss/getent.c: Likewise.
8543         * nscd/nscd_nischeck.c: Likewise.
8544         * iconv/iconvconfig.c: Likewise.
8545         * iconv/iconv_prog.c: Likewise.
8546         * elf/ldconfig.c: Likewise.
8547         * catgets/gencat.c: Likewise.
8548         * csu/version.c: Likewise.
8549         * elf/ldd.bash.in: Likewise.
8550         * elf/sprof.c (print_version): Likewise.
8551         * locale/programs/locale.c: Likewise.
8552         * locale/programs/localedef.c: Likewise.
8553         * nscd/nscd.c (print_version): Likewise.
8554         * debug/xtrace.sh: Likewise.
8555         * malloc/memusage.sh: Likewise.
8556         * malloc/mtrace.pl: Likewise.
8558 2002-01-16  Andreas Schwab  <schwab@suse.de>
8560         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
8561         reliably remove "-ia64" from rtld name.
8563 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8565         * iconvdata/gb18030.c: Bug fixes and support for more characters.
8566         Patch by Yu Shao <yshao@redhat.com>.
8568 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8570         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
8571         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
8572         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
8574 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8576         * sysdeps/s390/fpu/libm-test-ulps: Update.
8578 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
8580         * elf/elf.h: Update x86 relocations.
8582 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8584         * locale/programs/charmap.c (new_width): Check whether byte
8585         sequences for both ends of range have the same length.
8587 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8589         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
8591 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8593         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
8594         string literals.
8595         (__full_ieee754_sqrt): Add __attribute_used__.
8597 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8599         * sysdeps/generic/group_member.c (__group_member): Also check
8600         groups[0] [PR libc/2781].
8602 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
8604         * Makefile (distribute): Add scripts/cpp.
8605         * elf/Makefile (distribute): Add reldep6mod[01234].c,
8606         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
8607         unwind-dw2-fde.h, and dwarf2.h.
8608         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
8609         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
8610         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
8611         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
8613 2002-01-07  Roland McGrath  <roland@frob.com>
8615         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
8616         volatile on type of ARGC so the compiler doesn't get clever.
8618 2002-01-07  Andreas Jaeger  <aj@suse.de>
8620         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
8621         * sysdeps/i386/bits/byteswap.h: Likewise.
8622         * sysdeps/ia64/bits/byteswap.h: Likewise.
8623         * sysdeps/m68k/bits/byteswap.h: Likewise.
8624         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
8625         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
8627 2002-01-02  Bruno Haible  <bruno@clisp.org>
8629         * intl/plural.y: Fix %expect count.
8631 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8633         * elf/Makefile (routines, shared-only-routines): Add
8634         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
8635         * elf/elf.h (PT_GNU_EH_FRAME): Define.
8636         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
8637         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
8638         Optimize if .eh_frame section contains no FDEs.
8639         (__register_frame, __deregister_frame_info_bases,
8640         __deregister_frame): Likewise.
8641         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
8642         DW_CFA_restore handling.
8644 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
8646         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
8648         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
8649         for x < 0.25 and restore original range reduction method.
8650         (__ieee754_lgammal_r): Make sure signgam is set before returning.
8652 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
8654         * libio/fileops.c (_IO_file_underflow_mmap): New function.
8655         (_IO_file_close_mmap): New function.
8656         (_IO_file_jumps_mmap): New variable.
8657         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
8658         trying to convert rest of byte buffer.
8659         (_IO_wfile_underflow_mmap): New function.
8660         (_IO_wfile_jumps_mmap): New variable.
8661         * libio/iofopen.c (__fopen_maybe_mmap): New function.
8662         (__fopen_internal): New function.  Split out from _IO_new_fopen.
8663         (_IO_new_fopen): Call __fopen_internal.
8664         * libio/iofopen64.c: Just call __fopen_internal.
8665         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
8666         successfully.
8667         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
8668         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
8669         _IO_file_close_mmap.
8671         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
8672         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
8674         * stdio-common/Makefile (tests): Add tst-rndseek.
8675         * stdio-common/tst-rndseek.c: New file.
8677 2002-01-05  Roland McGrath  <roland@frob.com>
8679         * config.h.in (HAVE_MIG_RETCODE): New #undef.
8680         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
8681         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
8682         * sysdeps/mach/hurd/configure: Regenerated.
8684 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
8686         * elf/elf.h: Add more TLS definitions.
8688 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
8690         * include/features.h (__GLIBC_MINOR__): Bump to 3.
8692 2002-01-02  Roland McGrath  <roland@frob.com>
8694         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
8695         __sigisemptyset.  Don't use MASK uninitialized.
8697         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
8698         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
8699         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
8700         __sigdelset, __sigaddset, __sigorset.
8702         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
8703         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
8705         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
8706         _hurd_ports is null.
8708         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
8709         for old CMU and new OSF Mach interface flavors.
8710         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
8711         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8713         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
8715         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
8716         Pass extra arguments to task_create for OSF variant.
8717         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8719         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
8720         conditional on [HAVE_AUX_VECTOR].
8722         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
8723         mach_msg_timeout_t as type of final argument.
8725         * hurd/privports.c (__get_privileged_ports):
8726         Change host_priv_t to mach_port_t in argument type.
8727         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
8728         Update decls.
8730         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
8731         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
8732         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8733         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8734         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8735         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
8737 2002-01-01  Roland McGrath  <roland@frob.com>
8739         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
8741 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
8743         * include/stdlib.h: Define inlines for the _l variants of the strto*
8744         functions.
8746 2002-01-01  Roland McGrath  <roland@frob.com>
8748         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
8750         * mach/Machrules (MIG): Set CPP as well as CC.
8752 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
8754         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
8755         locale to parse /proc/loadavg [PR libc/2760].
8757 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
8759         * elf/dl-conflict.c: Include sys/param.h.
8760         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
8761         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
8762         warning.
8763         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
8764         literals to avoid warnings.
8766 2001-12-31  Andreas Jaeger  <aj@suse.de>
8768         * configure.in: Don't check for gsed since we do not use it anywhere.
8770 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8772         * io/fts.c: Update from BSD to fix memory leaks.
8774 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8776         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
8777         * elf/chroot_canon.c: Likewise.
8778         * elf/dl-object.c: Likewise.
8779         * iconv/iconv_charmap.c: Likewise.
8780         * iconv/iconv_prog.c: Likewise.
8781         * libio/iogetdelim.c: Likewise.
8782         * locale/lc-time.c: Likewise.
8783         * stdlib/canonicalize.c: Likewise.
8784         * sunrpc/svc.c: Likewise.
8785         * sysdeps/generic/glob.c: Likewise.
8787 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8789         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
8790         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
8791         remove high order bit from the program counter.
8792         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
8794 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8796         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
8797         unnecessary code and add missing reloc types.
8798         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
8799         case for reloc type R_390_NONE.
8801 2001-12-28  Andreas Jaeger  <aj@suse.de>
8803         * io/bug-ftw3.c: Include string.h for prototypes.
8805         * crypt/md5test.c (main): Remove unused variable.
8807         * dlfcn/modstatic.c: Add prototype to avoid warning.
8809 2001-12-26  Roland McGrath  <roland@frob.com>
8811         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
8812         check only (SS->pending & MASK) for the signal to return.
8813         From Jeroen Dekkers <jeroen@dekkers.cx>.
8815 2001-12-22  Roland McGrath  <roland@frob.com>
8817         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
8818         Use preprocessor #if conditionals instead of `if' to avoid
8819         warnings about divide by zero in dead code.
8821         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
8822         _hurd_port_init, and __hurd_self_sigstate.
8824         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
8826 2001-12-21  Andreas Jaeger  <aj@suse.de>
8828         * elf/dblloadmod1.c: Add prototype to avoid warning.
8829         * elf/dblloadmod2.c: Likewise.
8830         * elf/dblloadmod3.c: Likewise.
8831         * elf/reldepmod5.c: Likewise.
8832         * elf/reldepmod6.c: Likewise.
8834         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
8835         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
8836         used on all architectures.
8838         * sunrpc/svc_tcp.c: Add noreturn attribute for
8839         svctcp_rendezvous_abort.
8840         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
8842         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
8843         to avoid warning.
8845 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
8847         * manual/llio.texi (aio_fsync): Fix a typo.
8848         Patch by Tammy Fox <tfox@redhat.com>.
8850 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
8852         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
8853         stack bias from child stack pointer before passing it to clone syscall.
8855 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
8857         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
8858         _SC_TZNAME_MAX.
8859         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
8860         Reported by Thorsten Kukuk <kukuk@suse.de>.
8862         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
8863         add some casts.
8865         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
8867 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
8869         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
8870         conforming: return EBADF if file descriptor is invalid and EINVAL
8871         if file descriptor is no valid tty.
8872         * login/tst-grantpt.c: New file.
8873         * login/Makefile (tests): Add tst-grantpt.
8875 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
8877         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
8878         different than implemented in last patch.
8879         * io/bug-ftw3.c: Adjust test for changed handling of
8880         inaccessibility of toplevel dir.
8882 2001-12-16  Roland McGrath  <roland@frob.com>
8884         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
8885         * grp/initgroups.c (internal_getgrouplist): Likewise.
8887         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
8888         `default:' to silence new GCC warning.
8889         Rewrite cast of lvalue to silence new GCC warning.
8891         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
8893         * sysdeps/mach/hurd/spawni.c: New file, by me with a
8894         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
8896 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
8898         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
8899         Patch by Stephen R. van den Berg.
8901         * crypt/md5.h: Define md5_uintptr.
8903 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
8905         * libio/tst_swprintf.c (main): Add test for string argument with
8906         zero precision.
8907         * stdio-common/Makefile (tests): Add tst-sprintf.
8908         * stdio-common/tst-sprintf.c: New file.
8910 2001-12-13  Andreas Schwab  <schwab@suse.de>
8912         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
8913         zero precision with wide character string format.
8915 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
8917         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
8918         but have a user supplied buffer, return the empty buffer, not NULL.
8920 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
8922         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
8923         Patch by Eric Sharkey <sharkey@netrics.com>.
8925         * crypt/md5test.c (main): Add test for multiple calls to
8926         __md5_process_bytes to itererate over input string.
8928 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
8930         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
8931         from __nis_findfastest.  Take timeout value from parameter.
8932         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
8933         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
8934         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
8936 2001-12-12  Andreas Jaeger  <aj@suse.de>
8938         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
8939         combreloc test so that it works in this case.
8941         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
8943 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
8945         * sysdeps/sh/Makefile: New file.
8946         * sysdeps/sh/_mcount.S: New file.
8947         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
8948         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
8950 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
8952         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
8953         limitation [PR libc/2564].
8955 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
8957         * elf/Makefile (dl-routines): Add conflict.
8958         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
8959         (ld.so): Add _begin local symbol.
8960         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
8961         Define.
8962         * elf/dl-deps.c (_dl_build_local_scope): New.
8963         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
8964         of all libraries.
8965         * elf/do-rel.h (VALIDX): Define.
8966         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
8967         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
8968         can be skipped.
8969         * elf/dl-conflict.c: New file.
8970         * elf/dl-lookup.c (_dl_debug_bindings): New.
8971         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
8972         non-NULL.
8973         (_dl_lookup_symbol_skip): Likewise.
8974         (_dl_lookup_versioned_symbol): Likewise.
8975         (_dl_lookup_versioned_symbol_skip): Likewise.
8976         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
8977         define to ElfW(Rel).
8978         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
8979         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
8980         ranges.
8981         Don't adjust address dynamic tags if l_addr is 0.
8982         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
8983         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
8984         (VALIDX, ADDRIDX): Define.
8985         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
8986         (dl_main): Print library list for LD_TRACE_PRELINKING.
8987         If prelinking information can be used, skip relocating libraries and
8988         call _dl_resolve_conflicts instead.
8989         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
8990         * elf/dl-load.c (_dl_map_object): Don't create fake libs
8991         if LD_TRACE_PRELINKING.
8992         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
8993         + DT_ADDRNUM.
8994         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
8995         (DL_DEBUG_PRELINK): Define.
8996         (_dl_resolve_conflicts): Add prototype.
8998         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
8999         .plt for prelinked libraries where prelinking info cannot be used.
9000         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9001         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9002         * sysdeps/arm/bits/link.h: New file.
9003         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9004         content of .got[1].
9005         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9006         (ELF_MACHINE_PLT_REL): Define.
9007         (elf_machine_rela, elf_machine_rela_relative): New.
9008         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9009         of adjusting it if prelinked and prelinking cannot be used.
9010         * sysdeps/i386/bits/link.h: New file.
9011         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9012         content of .got[1].
9013         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9014         (ELF_MACHINE_PLT_REL): Define.
9015         (elf_machine_rela, elf_machine_rela_relative): New.
9016         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9017         of adjusting it if prelinked and prelinking cannot be used.
9018         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9019         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9020         to find out map for R_PPC_JMP_SLOT relocs.
9021         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9022         (OPCODE_BA): Define.
9023         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9024         libraries where prelinking info cannot be used.
9025         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9026         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9027         (elf_machine_rela): Set value to 0 if relocating conflicts.
9028         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9029         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9030         (sparc64_fixup_plt): Fix a typo.
9031         (elf_machine_rela): Set value to 0 if relocating conflicts.
9032         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9033         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9034         libraries where prelinking info cannot be used.
9035         * sysdeps/sh/bits/link.h: New file.
9036         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9037         content of .got[1].
9038         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9039         of adjusting it if prelinked and prelinking cannot be used.
9040         * sysdeps/s390/s390-32/bits/link.h: New file.
9041         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9042         Save original content of .got[1].
9043         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9044         of adjusting it if prelinked and prelinking cannot be used.
9045         * sysdeps/s390/s390-64/bits/link.h: New file.
9046         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9047         Save original content of .got[1].
9048         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9049         of adjusting it if prelinked and prelinking cannot be used.
9050         * sysdeps/x86_64/bits/link.h: New file.
9051         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9052         Save original content of .got[1].
9053         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9054         of adjusting it if prelinked and prelinking cannot be used.
9056 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9058         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9059         where appropriate instead of numbers.  Little optimizations.
9061 2001-12-10  Roland McGrath  <roland@frob.com>
9063         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9064         set it.
9066         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9067         set to GLIBC_2.2.5, not GLIBC_2.2.4.
9069         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9070         Fix conditionals so this is set by default for stdio and not for libio.
9071         * sysdeps/mach/hurd/configure: Regenerated.
9073 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
9075         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9077 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
9079         * io/Makefile (tests): Add bug-ftw3.
9080         * io/bug-ftw3.c: New file.
9082         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9083         matches and GLOB_NOCHECK is set.
9084         * posix/globtest.sh: Correct expected result for NOCHECK test.
9086         * po/ca.po: Update from translation team.
9088 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9090         Implement transliteration of characters in strings of the locale
9091         definitions.
9092         * locale/programs/linereader.c: Adjust for additional parameter to
9093         lr_token.
9094         (get_string): If character <Uxxxx> is not found try to transliterate
9095         it.
9096         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9097         lr_token.  Add const to charmap parameter of all functions.
9098         (find_translit, find_translit2): New functions.
9099         * locale/programs/charmap.c: Adjust for additional parameter to
9100         lr_token.
9101         * locale/programs/repertoire.c: Likewise.
9102         * locale/programs/linereader.h: Likewise.
9103         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9104         parameter of all functions.
9105         * locale/programs/ld-collate.c: Likewise.
9106         * locale/programs/ld-identification.c: Likewise.
9107         * locale/programs/ld-measurement.c: Likewise.
9108         * locale/programs/ld-messages.c: Likewise.
9109         * locale/programs/ld-monetary.c: Likewise.
9110         * locale/programs/ld-name.c: Likewise.
9111         * locale/programs/ld-numeric.c: Likewise.
9112         * locale/programs/ld-paper.c: Likewise.
9113         * locale/programs/ld-paper.c: Likewise.
9114         * locale/programs/ld-telephone.c: Likewise.
9115         * locale/programs/ld-time.c: Likewise.
9116         * locale/programs/locfile.c: Likewise.
9117         * locale/programs/localedef.c: Likewise.
9118         * locale/programs/localedef.h: Likewise.
9119         * locale/programs/locfile.h: Likewise.  Add declaration for
9120         find_translit.
9121         * locale/programs/simple-hash.c: Add const to first parameter of
9122         find_entry, iterate_table, and lookup.
9123         * locale/programs/simple-hash.h: Likewise.
9124         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9125         instead.
9126         * include/locale.h: Define __LC_LAST.
9127         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9129 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9131         * sysdeps/powerpc/Dist: Update for recent FP changes.
9132         * sysdeps/powerpc/fpu/Dist: Likewise.
9134 2001-12-07  Andreas Schwab  <schwab@suse.de>
9136         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9138 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9140         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9141         save/restore functions here.
9142         (libm-support): Don't define these functions here.
9143         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9144         functions here.
9145         * sysdeps/powerpc/fe_nomask.c: Move to...
9146         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9147         * sysdeps/powerpc/fprrest.S: Move to...
9148         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9149         * sysdeps/powerpc/fprsave.S: Move to...
9150         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9152 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9154         * sysdeps/unix/sysv/linux/opensock.c: New file.
9156 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9158         * config.make.in (with-fp): Define from configure.
9159         * configure.in: Substitute with_fp.
9160         * configure: Regenerate.
9161         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9162         specified, and don't change FPU environment.
9164 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9166         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9167         * assert/assert.c: Check result of __asprintf call and don't use
9168         string if it failed.
9169         * assert/assert-perr.c: Likewise.
9170         * inet/rcmd.c: Likewise.
9171         * locale/programs/localedef.c (main): Check result of
9172         construct_output_path and exit if it failed.
9173         (construct_output_path): Check result of asprintf and mkdir calls and
9174         fail if they failed.
9175         * posix/getopt.c: Check result of __asprintf calls and fail if
9176         they failed.
9177         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9179 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9181         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9182         patch.
9183         * sysdeps/generic/strncase.c: Likewise.
9184         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9186 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9188         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9190         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9191         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9192         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9193         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9194         * sysdeps/powerpc/fclrexcpt.c: Move to...
9195         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9196         * sysdeps/powerpc/fpu_control.h: Move to...
9197         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9199 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9201         * iconvdata/ibm1129.h: Remove duplicate mappings.
9202         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9203         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9204         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9206         * timezone/zic.c: Fix handling of turnaround times.
9207         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9209 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9211         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9212         overflow problem.
9214 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9216         * posix/regex.c: For use outside glibc defined bounded pointer
9217         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9219         * iconvdata/Makefile (modules): Add TCVN5712-1.
9220         * iconvdata/TESTS: Add TCVN5712-1.
9221         * iconvdata/gconv-modules: Likewise.
9222         * iconvdata/tcvn5712-1.c: New file.
9223         * iconvdata/testdata/TCVN-5712: New file.
9224         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9226 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9228         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9230 2001-12-02  Roland McGrath  <roland@frob.com>
9232         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9234         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9235         Reported by Jeff Bailey <jbailey@nisa.net>.
9237         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9238         Reported by Jeff Bailey <jbailey@nisa.net>.
9240         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9241         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9242         Reported by Jeff Bailey <jbailey@nisa.net>.
9244 2001-12-01  Roland McGrath  <roland@frob.com>
9246         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9247         missing backslash in test arguments.
9248         * sysdeps/mach/hurd/configure: Regenerated.
9250 2001-11-26  Roland McGrath  <roland@frob.com>
9252         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9253         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9255 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9257         * iconvdata/Makefile (modules): Add ARMSCII-8.
9258         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9259         * iconvdata/armscii-8.c: New file.
9261 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9263         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9264         don't match, fix {{a,b},c} globbing, clean up.
9265         Patch by Flavio Veloso <flaviovs@magnux.com>.
9266         * posix/globtest.sh: Add new tests.
9268 2001-11-29  Andreas Jaeger  <aj@suse.de>
9270         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9271         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9273         * sysdeps/generic/abort.c: Include libioP.h for
9274         _IO_flush_all_lockp prototype.
9276 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
9278         * posix/regex.h: Define __restrict_arr correctly.
9280 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9282         * iconvdata/ibm1163.c: New file.
9283         * iconvdata/ibm1163.h: New file.
9284         * iconvdata/ibm1164.c: New file.
9285         * iconvdata/ibm1164.h: New file.
9286         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9287         * iconvdata/Makefile: Likewise.
9288         * iconvdata/testdata/IBM1163: New file.
9289         * iconvdata/testdata/IBM1163..UTF8: New file.
9290         * iconvdata/testdata/IBM1164: New file.
9291         * iconvdata/testdata/IBM1164..UTF8: New file.
9292         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9294         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
9295         * iconvdata/ibm1124.h: Likewise.
9296         * iconvdata/ibm1132.h: Likewise.
9297         * iconvdata/ibm1133.h: Likewise.
9298         * iconvdata/ibm1160.h: Likewise.
9299         * iconvdata/ibm1161.h: Likewise.
9300         * iconvdata/ibm1162.h: Likewise.
9301         * iconvdata/ibm856.h: Likewise.
9302         * iconvdata/ibm922.h: Likewise.
9303         * iconvdata/ibm930.h: Likewise.
9304         * iconvdata/ibm932.h: Likewise.
9305         * iconvdata/ibm933.h: Likewise.
9306         * iconvdata/ibm935.h: Likewise.
9307         * iconvdata/ibm937.h: Likewise.
9308         * iconvdata/ibm939.h: Likewise.
9309         * iconvdata/ibm943.h: Likewise.
9310         * iconvdata/ibm930.c: Pretty printing.
9311         * iconvdata/ibm937.c: Avoid access accross array boundary.
9313         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9314         the current locale's codeset.
9315         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9316         empty input string.
9317         * iconv/iconv_prog.c: Pass empty strings as default value for to-
9318         and from-charset.  Don't determine locale's charset here.
9320         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
9321         as the old _IO_flush_all but lock only if parameter is nonzero.
9322         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9323         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9324         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9325         if libio is used [PR libc/2575].
9327 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
9329         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9330         __signbitl): Only define for ISO C99.
9332 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9334         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9335         herrnop to NETDB_INTERNAL if we run out of buffer space.
9337 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9339         * nss/nss_files/files-XXX.c (internal_getent): Correct input
9340         overflow test for platforms with signed char.
9341         Reported by Andrew Haley <aph@cambridge.redhat.com>.
9343 2001-11-28  Bruno Haible  <bruno@clisp.org>
9345         * locale/programs/simple-hash.c (lookup_2): Remove function.
9346         (insert_entry_2): Call lookup instead of lookup_2.
9348 2001-03-04  Bruno Haible  <bruno@clisp.org>
9350         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9352 2001-10-31  Bruno Haible  <bruno@clisp.org>
9354         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9356 2001-03-21  Bruno Haible  <bruno@clisp.org>
9358         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
9359         chokes on empty macro arguments.
9360         * intl/plural.y: Add #pragma for alloca on AIX 3.
9362 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9364         * intl/dcigettext.c (guess_category_value): Only implement for
9365         glibc.  Otherwise rely on function _nl_locale_name which isn't
9366         present in the glibc sources.
9368 2001-09-24  Bruno Haible  <bruno@clisp.org>
9370         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
9371         transliteration when building on a glibc system but outside glibc.
9373 2001-09-22  Bruno Haible  <bruno@clisp.org>
9375         * intl/plural-eval.c: New file, extracted from dcigettext.c.
9376         * intl/dcigettext.c (plural_eval): Remove function, moved to
9377         intl/plural-eval.c.
9378         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
9379         Include plural-eval.c.
9381 2001-09-22  Bruno Haible  <bruno@clisp.org>
9383         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
9384         don't start with a digit; nplurals must be positive.
9386 2001-09-02  Bruno Haible  <bruno@clisp.org>
9388         * intl/plural-exp.h: New file, extracted from gettextP.h.
9389         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
9390         * intl/gettextP.h (struct expression, struct parse_args,
9391         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
9392         * intl/loadmsgcat.c: Include plural-exp.h.
9393         (PLURAL_PARSE): Move macro to plural-exp.h.
9394         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
9395         plural-exp.c.
9396         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
9397         EXTRACT_PLURAL_EXPRESSION.
9398         (_nl_unload_domain): Update.
9399         * intl/dcigettext.c: Include plural-exp.h.
9400         * intl/plural.y: Include plural-exp.h, not gettextP.h.
9401         (FREE_EXPRESSION): Move macro to plural-exp.h.
9402         * intl/Makefile (routines): Add plural-exp.
9403         (distribute): Add plural-exp.h.
9405 2001-07-28  Bruno Haible  <bruno@clisp.org>
9407         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
9408         isdigit, tolower argument to 'unsigned char'.
9409         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
9410         'unsigned char'.
9411         * intl/localealias.c (read_alias_file): Cast isspace argument to
9412         'unsigned char'.
9414 2001-10-20  Bruno Haible  <bruno@clisp.org>
9416         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
9417         anyway.)
9418         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
9419         with the variable 'index' in plural_lookup.
9420         * intl/l10nflist.c (strchr): Likewise.
9421         * intl/localealias.c (strchr): Likewise.
9423         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
9424         * intl/bindtextdom.c: Likewise.
9425         * intl/dcigettext.c: Likewise.
9426         * intl/dgettext.c: Likewise.
9427         * intl/dngettext.c: Likewise.
9428         * intl/explodename.c: Likewise.
9429         * intl/finddomain.c: Likewise.
9430         * intl/gettext.c: Likewise.
9431         * intl/l10nflist.c: Likewise.
9432         * intl/loadmsgcat.c: Likewise.
9433         * intl/localealias.c: Likewise.
9434         * intl/ngettext.c: Likewise.
9435         * intl/textdomain.c: Likewise.
9436         * intl/gettext.h: Assume <limits.h> exists.
9438 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9440         * stdio-common/Makefile (tests): Add scanf11.
9441         * stdio-common/scanf11.c: New file.
9443 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9445         * version.h (RELEASE): Define as development.
9446         (VERSION): Set to 2.2.90.
9448 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9450         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
9451         * nis/nss_nis/nis-grp.c: Likewise.
9452         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9454         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
9455         * nis/nss_nis/nis-pwd.c: Likewise.
9456         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9458         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
9459         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9460         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9462         * nscd/grpcache.c: Use strtoul instead of atol.
9463         * nscd/pwdcache.c: Likewise.
9464         * nss/getent.c: Likewise.
9466 2001-11-27  Paul Eggert  <eggert@twinsun.com>
9468         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9469         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9471 2001-11-19  Bruno Haible  <bruno@clisp.org>
9473         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
9474         90%.
9475         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
9476         improves the quality of the hash function, especially for short
9477         strings.
9479 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9481         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
9482         are found call conv_error and not input_error [PR libc/2669].
9484         * math/bits/mathcalls.h: Mark ceil and floor as const.
9485         Reported by David Mosberger.
9487 2001-11-21  Jim Meyering  <meyering@lucent.com>
9489         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
9490         Define to be __-prefixed.
9491         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
9493 2001-11-26  Andreas Jaeger  <aj@suse.de>
9495         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
9496         avoid warning.
9498 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
9500         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
9501         initialization.
9503         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
9504         unused variables.  Fix threshold for returning 1.0.
9506         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
9507         argument.
9509         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
9510         remove unused variables.
9512         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
9514         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
9515         include local math header files.
9517 2001-11-22  Andreas Jaeger  <aj@suse.de>
9519         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
9520         avoid warning.
9522 2001-11-21  Andreas Jaeger  <aj@suse.de>
9524         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
9526         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
9527         sys/debugreg.h
9529 2001-11-15  Andreas Jaeger  <aj@suse.de>
9531         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
9532         compilers that support it.
9534         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
9535         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9536         * stdlib/stdlib.h: Likewise.
9538 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
9540         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
9541         statement with gotos.
9542         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
9544 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
9546         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
9548 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
9550         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
9552 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
9553             H.J. Lu  <hjl@gnu.org>
9555         * Versions.def (libc): Add GCC_3.0.
9556         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
9557         if gcc supports this flag.
9558         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
9559         (gcc3): Allow glibc to be compiled with gcc 3.x.
9560         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
9561         * config.make.in (static-libgcc, unwind-find-fde): Add.
9562         * Makerules (build-shlib-helper, build-module-helper): Use it.
9563         * scripts/versions.awk: Make sure GLIBC_ versions come first.
9564         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
9565         necessary.
9566         (_fini): Call __deregister_frame_info_bases if
9567         __register_frame_info_bases was used to register.
9568         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
9569         for GLIBC_2.0.
9570         (__register_frame_info_bases, __register_frame_info_table_bases,
9571         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
9572         * elf/Makefile (routines): Add unwind-dw2-fde.
9573         (shared-only-routines): Add unwind-dw2-fde.
9574         * sysdeps/alpha/gccframe.h: New file.
9575         * sysdeps/arm/gccframe.h: New file.
9576         * sysdeps/generic/framestate.c: New file.
9577         * sysdeps/generic/dwarf2.h: New file.
9578         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
9579         * sysdeps/generic/unwind-dw2-fde.c: New file.
9580         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
9581         * sysdeps/generic/unwind-dw2-fde.h: New file.
9582         * sysdeps/generic/unwind-dw2.c: New file.
9583         * sysdeps/generic/unwind-pe.h: New file.
9584         * sysdeps/generic/unwind.h: New file.
9585         * sysdeps/hppa/gccframe.h: New file.
9586         * sysdeps/i386/gccframe.h: New file.
9587         * sysdeps/m68k/gccframe.h: New file.
9588         * sysdeps/mips/gccframe.h: New file.
9589         * sysdeps/powerpc/gccframe.h: New file.
9590         * sysdeps/s390/gccframe.h: New file.
9591         * sysdeps/sh/gccframe.h: New file.
9592         * sysdeps/sparc/gccframe.h: New file.
9593         * sysdeps/vax/gccframe.h: New file.
9594         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9595         Set on all architectures except ia64.
9596         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
9597         for i386.
9598         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
9599         __deregister_frame_info): Move to elf/Versions.
9600         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
9601         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
9602         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
9603         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
9604         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
9605         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
9606         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
9607         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
9608         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
9609         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
9610         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
9611         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
9612         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9613         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
9614         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
9615         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
9616         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
9617         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
9619 2001-11-15  Jeff Law  <law@redhat.com>
9621         * posix/regex.c (uintptr_t): Do not provide a definition if the
9622         system provided one.
9624 2001-11-13  Roland McGrath  <roland@frob.com>
9626         * stdio-common/tmpfile.c: Moved to ...
9627         * sysdeps/generic/tmpfile.c: ... here.
9628         * sysdeps/mach/hurd/tmpfile.c: New file.
9630         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
9631         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
9632         (fopenport): Define as weak alias.
9634         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
9635         * libio/libioP.h: ... to here.
9637 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
9639         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
9640         program header twice.  Construct list with the needed information.
9642 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
9644         * po/ca.po: Update from translation team.
9646         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
9647         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
9648         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
9649         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9651 2001-11-10  Andreas Jaeger  <aj@suse.de>
9653         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
9654         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
9655         Contributed by Stephen L Moshier <moshier@mediaone.net>.
9657 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9659         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
9660         correctly.
9661         * elf/dl-load.c (is_dst): New function.
9662         (_dl_dst_count): Use is_dst to check for DST variable.
9663         (_dl_dst_substitute): Likewise.
9665 2001-11-09  Roland McGrath  <roland@frob.com>
9667         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
9668         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
9669         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
9670         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
9671         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
9672         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
9673         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
9674         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
9675         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
9676         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
9677         * sysdeps/mach/hurd/powerpc/Dist: New file.
9679         * hurd/privports.c (__get_privileged_ports):
9680         Only contact the proc server if necessary for this call.
9681         Suggested by Neal H Walfield <neal@cs.uml.edu>.
9682         Check error return for mach_port_mod_refs.
9684 2001-11-09  Andreas Schwab  <schwab@suse.de>
9686         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
9688 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9690         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
9691         object is always the last in the list.
9692         (_dl_map_object_from_fd): Delete code to remove from object list
9693         when DF_1_NOOPEN is seen.  This is done in lose.
9695 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
9697         * elf/dl-object.c (_dl_new_object): Various small optimizations.
9699 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
9701         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
9702         HWCAP_CHECK macro code.
9704         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
9705         Now returns MAP_FAILED on error.
9706         * elf/rtld.c: Adjust caller.
9707         * sysdeps/generic/dl-cache.c: Likewise.
9708         * sysdeps/generic/ldsodefs.h: Adjust description.
9710         * elf/dl-version.c (match_symbol): Optimize error handling for size.
9711         (_dl_check_map_versions): Likewise.
9713 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9715         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
9716         _dl_signal_error directly, always use lose.  Set fd to -1 after
9717         file is closed.
9718         (lose): Don't call close if fd == -1.
9720 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
9722         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
9723          Also fix typo @code {mbsinit} to @code{mbsinit}.
9725 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9727         * elf/dl-profile.c: Replace state variable with simple flag named
9728         running.  Remove commented-out code.
9730         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
9731         (_dl_init_paths): Likewise.
9732         (_dl_map_object_from_fd): Likewise.
9733         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9735 2001-11-06  Roland McGrath  <roland@frob.com>
9737         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
9738         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
9740         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
9741         sysdeps/powerpc/elf/sysdep.h.
9742         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
9744 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9746         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
9747         speed.
9748         (process_envvars): Some more optimizations.
9749         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
9751         * elf/elf.h: Add dynamic tag definitions for prelinking.
9753         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
9754         Rewrite code to remove environment varables for SUID binaries.
9755         Small optimization in LD_PROFILE handling.
9756         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
9757         changes.
9758         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9760         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
9762         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
9763         strings.  Change type of second parameter.
9764         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
9765         for last change.
9767         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
9769 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9771         * manual/string.texi: Fix typos.
9772         * manual/examples/argp-ex2.c: Likewise.
9774 2001-11-05  Roland McGrath  <roland@frob.com>
9776         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
9777         the more-specific unix/sysv/linux/powerpc file and breaks everything.
9778         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
9779         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
9780         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
9781         here, put under [__ELF__].
9783 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9785         * manual/charset.texi: Extensive editing work.
9786         * manual/nss.texi: Likewise.
9787         Changes by Dennis Grace <dgrace@us.ibm.com>.
9789 2001-11-04  Roland McGrath  <roland@frob.com>
9791         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
9792         parameter to dir_mkfile.
9794 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
9796         * string/bits/string2.h (__strndup): If n is smaller than len, set
9797         len to n + 1.
9798         * string/tester.c (test_strndup): New function.
9799         (main): Call it.
9801 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
9803         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
9805         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
9806         * scripts/cpp: New file.
9808         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
9809         for rtld_search_dirs content.  Minor optimizations.
9811 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
9813         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
9814         avoiding unnecessary duplication.
9816 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
9818         * elf/dl-load.c (_dl_map_object): If library was found using
9819         LD_LIBRARY_PATH, don't try RUNPATH list.
9821 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9823         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
9824         Correct second argument of register_dump call.
9825         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
9826         Likewise.
9828 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
9830         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
9831         modules.
9832         * iconvdata/TESTS: Likewise.
9833         * iconvdata/gconv-modules: Likewise.
9834         * iconvdata/ibm1132.c: New file.
9835         * iconvdata/ibm1132.h: New file.
9836         * iconvdata/ibm1133.c: New file.
9837         * iconvdata/ibm1133.h: New file.
9838         * iconvdata/ibm1162.c: New file.
9839         * iconvdata/ibm1162.h: New file.
9840         * iconvdata/testdata/IBM1132: New file.
9841         * iconvdata/testdata/IBM1132..UTF8: New file.
9842         * iconvdata/testdata/IBM1133: New file.
9843         * iconvdata/testdata/IBM1133..UTF8: New file.
9844         * iconvdata/testdata/IBM1162: New file.
9845         * iconvdata/testdata/IBM1162..UTF8: New file.
9846         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
9848         * string/string.h: Fix typo in comment.
9849         * wcsmbs/wchar.h: Likewise.
9851 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
9853         * manual/getopt.texi (getopt_long, getopt_long_only): Include
9854         const in type of longopts parameter.
9856 2001-10-29  Andreas Jaeger  <aj@suse.de>
9858         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
9860 2001-10-29  Kevin Ryde  <user42@zip.com.au>
9862         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
9863         output, clarify `#' behaviour on 0.
9864         (Floating-Point Conversions): Clarify that %g only uses %e when
9865         the exponent would be greater than 1.
9867 2001-10-28  Roland McGrath  <roland@frob.com>
9869         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
9870         * sysdeps/mach/powerpc/machine-sp.h: New file.
9871         * sysdeps/mach/powerpc/sysdep.h: New file.
9872         * sysdeps/mach/powerpc/thread_state.h: New file.
9874         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
9875         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
9876         expect to need the same thing on every platform.
9878         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
9879         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
9881         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
9882         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
9883         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
9884         Move all these assembly-related definitions to ...
9885         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
9887         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
9888         by Peter Bruin <pjbruin@dds.nl>.
9890         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
9891         packing results for a `poll' call.
9893 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
9895         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
9896         correctly.
9897         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
9898         bracket expression.
9900         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
9901         nrules value.
9902         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
9904 2001-10-24  H.J. Lu  <hjl@gnu.org>
9906         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
9907         Use __BEGIN_DECLS/__END_DECLS around prototypes.
9908         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
9910 2001-10-21  Jim Meyering  <meyering@lucent.com>
9912         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
9913         this code would end up calling gettext even in packages built
9914         with --disable-nls.
9915         * posix/getopt.c (_): Likewise.
9916         * posix/regex.c (_): Likewise.
9918 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
9920         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
9921         lookup not ip6.int.
9922         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
9923         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
9925 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
9927         * misc/sys/cdefs.h (__attribute_used__): Define.
9928         * elf/rtld.c (_dl_start): Add __attribute_used__.
9929         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
9931 2001-10-25  Andreas Schwab  <schwab@suse.de>
9933         * stdlib/a64l.c: Expect least significant digit first.
9934         * stdlib/l64a.c: Produce least significant digit first.
9935         * stdlib/Makefile (tests): Add test-a64l.
9936         * stdlib/test-a64l.c: New file.
9937         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
9939 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
9941         * po/sk.po: Update from translation team.
9943 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
9945         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
9947 2001-10-18  Andreas Schwab  <schwab@suse.de>
9949         * math/libm-test.inc (print_ulps): Print ulp values rounded to
9950         next whole number.
9951         (print_function_ulps): Likewise.
9952         (print_complex_function_ulps): Likewise.
9953         (print_max_error): Likewise.
9954         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
9956 2001-10-16  Andreas Schwab  <schwab@suse.de>
9958         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
9959         implementation.
9961         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
9962         BSD_SETJMP or BSD__SETJMP is defined, resp.
9963         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
9964         a tail call to __sigsetjmp that would require extending the
9965         caller's frame.
9966         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
9967         * sysdeps/m68k/bsd-setjmp.S: Deleted.
9968         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
9969         Reported by Jes Sorensen <jes@trained-monkey.org>.
9971 2001-10-16  Andreas Jaeger  <aj@suse.de>
9973         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
9974         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
9975         close PR libc/2589.
9977 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
9979         * po/ca.po: New file.  Contributed by the translation team.
9981 2001-10-15  Ralf Baechle  <ralf@gnu.org>
9983         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
9984         a varargs prototype.  Remove dependency from kernel header files.
9986         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
9987         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
9989 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
9991         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
9992         to generate hexadecimal identifier.
9993         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
9995 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
9997         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
9999 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10001         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10002         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10003         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10005         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10006         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10007         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10008         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10009         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10010         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10012         * timezone/africa: Update from tzdata2001d.
10013         * timezone/asia: Likewise.
10014         * timezone/australasia: Likewise.
10015         * timezone/backward: Likewise.
10016         * timezone/europe: Likewise.
10017         * timezone/leapseconds: Likewise.
10018         * timezone/northamerica: Likewise.
10019         * timezone/southamerica: Likewise.
10020         * timezone/zone.tab: Likewise.
10022 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10024         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10025         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10027 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10029         * elf/elf.h (PT_TLS): New definition.
10031 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10033         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10034         bits/errno.h
10036 2001-10-07  Roland McGrath  <roland@frob.com>
10038         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10040 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10042         * elf/elf.h: Add more ELFOSABI_* constants.
10044 2001-10-04  Ben Collins  <bcollins@debian.org>
10046         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10047         decleration of __need_wchar_t.
10049 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
10051         * string/bits/string2.h (__strsep_g): Add prototype.
10052         (__strsep): Use it.
10053         * string/Versions (__strsep): Remove.
10054         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10056 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
10058         * manua/llio.texi: Clarify file references added by mmap.
10059         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10061 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
10063         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10064         Add sc_loadrs and sc_rbs_bas to match current kernel.
10066 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10068         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10070         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10072 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10074         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10075         object has been bumped because of relocation dependency, avoid
10076         duplicates in l_scope.
10077         (show_scope): Fix typos.
10078         * elf/Makefile: Add rules to build and run reldep6.
10079         * elf/reldep6.c: New file.
10080         * elf/reldep6mod0.c: New file.
10081         * elf/reldep6mod1.c: New file.
10082         * elf/reldep6mod2.c: New file.
10083         * elf/reldep6mod3.c: New file.
10084         * elf/reldep6mod4.c: New file.
10086 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10088         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10089         sparc64_fixup_plt.
10090         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10091         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10092         for non-lazy binding. Fix .plt[32768+] handling.
10093         (elf_machine_plt_value): Don't add addend.
10094         (elf_machine_rela): Call sparc64_fixup_plt instead of
10095         elf_machine_fixup_plt.
10096         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10097         dynamic linker at 0xfffff800XXXXXXXX.
10099         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10101 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10103         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10105 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10107         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10108         declare __cmsg_data field if its size would be bigger than 0.
10109         (CMSG_DATA): Adjust accordingly.
10110         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10111         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10112         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10113         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10114         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10115         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10116         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10118 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10120         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10121         * iconvdata/testdata/IBM1160: New file.
10122         * iconvdata/testdata/IBM1160..UTF8: New file.
10123         * iconvdata/testdata/IBM1161: New file.
10124         * iconvdata/testdata/IBM1161..UTF8: New file.
10125         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10127 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10129         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10130         UL_SETFSIZE computations better.
10132         * rt/Makefile: Remove use of filter for librt again.
10134         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10135         UL_SETFSIZE computations better.
10137         * string/Versions: Export __strsep for GLIBC_2.2.5.
10138         * string/bits/string2.h: Define all __STRING_INLINE functions if
10139         _FORCE_INLINES is defined.
10140         Use int instead of char of parameter types.
10141         (__strsep): Don't use __strsep_g.  Don't define it.
10142         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10143         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10144         __strcpy_small.
10145         (__stpcpy_a_small): Renamed from __stpcpy_small.
10146         (__strcspn_c1): Don't define if _FORCE_INLINES.
10147         (__strspn_c1): Likewise.
10149 2001-09-22  Ben Collins  <bcollins@debian.org>
10151         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10152         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10153         * sysdeps/ia64/bits/sigaction.h: Likewise.
10154         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10156 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10158         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10160 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10162         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10164 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10166         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10168 2001-09-20  H.J. Lu  <hjl@gnu.org>
10170         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10171         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10172         for __RTLD_SPROF.
10173         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10174         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10176 2001-09-20  H.J. Lu  <hjl@gnu.org>
10178         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10179         don't add 1.
10181 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10183         * nss/getent.c: Accept -s parameter to overwrite rules in
10184         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10186         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10187         with as many ".0" as necessary to form a complete address
10188         inet_network understands.
10190         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10191         calls.
10193 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10195         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10196         _JMPBUF_UNWINDS.
10197         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10199 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10201         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10202         IBM1161.
10203         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10204         * iconvdata/ibm1160.c: New file.
10205         * iconvdata/ibm1160.h: New file.
10206         * iconvdata/ibm1161.c: New file.
10207         * iconvdata/ibm1161.h: New file.
10208         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10210 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10212         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10213         difference between base address and first PT_LOAD's virtual address,
10214         not the base address.
10216 2001-09-11  Tom Rix  <trix@redhat.com>
10218         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10219         ifdef for __getopt_clean_environment.
10220         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10222 2001-09-22  Andreas Jaeger  <aj@suse.de>
10224         * elf/reldep4.c (main): Add proper prototype to fix warning.
10226         * elf/reldep5.c (main): Remove unused variable.
10228         * math/math_private.h: Add prototypes.
10230 2001-09-21  Andreas Jaeger  <aj@suse.de>
10232         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10233         * sysdeps/x86_64/Dist: New file.
10234         * sysdeps/x86_64/soft-fp/Dist: New file.
10236         * sysdeps/gnu/Dist: Remove eval.c.
10238 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10240         * malloc/memusage.c (realloc): Don't count already allocated
10241         memory in the sums.
10242         (me): Always use dlsym() to find the real implementations.
10244         * malloc/memusage.sh: Make -n option actually do something.
10246 2001-09-20  Andreas Jaeger  <aj@suse.de>
10248         * elf/elf.h (R_390_NUM): Correct value.
10250         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10251         libpthread.
10253         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10254         for x86-64, install x86-64 into */lib64.
10256         * shlib-versions: Add x86-64.
10258         * elf/elf.h: Add x86-64 relocations.
10260 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10262         * po/fr.po: Update from translation team.
10264 2001-09-19  Andreas Jaeger  <aj@suse.de>
10266         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10267         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10268         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10269         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10270         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10271         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10272         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10273         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10274         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10275         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10276         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10277         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10278         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10279         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10280         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10281         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10282         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10283         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10284         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10285         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10286         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10287         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10288         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10289         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10290         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10291         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10292         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10293         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10294         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10295         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10296         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10297         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10298         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10299         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10300         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10301         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10302         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10303         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10304         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10305         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10306         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10307         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10308         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10309         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10310         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10311         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10312         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10313         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10314         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10315         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10316         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10317         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10318         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10319         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10320         * sysdeps/unix/x86_64/sysdep.S: New file.
10321         * sysdeps/unix/x86_64/sysdep.h: New file.
10322         * sysdeps/x86_64/Implies: New file.
10323         * sysdeps/x86_64/Makefile: New file.
10324         * sysdeps/x86_64/Versions: New file.
10325         * sysdeps/x86_64/__longjmp.S: New file.
10326         * sysdeps/x86_64/abort-instr.h: New file.
10327         * sysdeps/x86_64/atomicity.h: New file.
10328         * sysdeps/x86_64/bits/endian.h: New file.
10329         * sysdeps/x86_64/bits/setjmp.h: New file.
10330         * sysdeps/x86_64/bits/string.h: New file.
10331         * sysdeps/x86_64/bp-asm.h: New file.
10332         * sysdeps/x86_64/bsd-_setjmp.S: New file.
10333         * sysdeps/x86_64/bsd-setjmp.S: New file.
10334         * sysdeps/x86_64/dl-machine.h: New file.
10335         * sysdeps/x86_64/elf/initfini.c: New file.
10336         * sysdeps/x86_64/elf/start.S: New file.
10337         * sysdeps/x86_64/ffs.c: New file.
10338         * sysdeps/x86_64/ffsll.c: New file.
10339         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10340         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10341         * sysdeps/x86_64/fpu/e_acosl.c: New file.
10342         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10343         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10344         * sysdeps/x86_64/fpu/e_expl.c: New file.
10345         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10346         * sysdeps/x86_64/fpu/e_log10l.S: New file.
10347         * sysdeps/x86_64/fpu/e_log2l.S: New file.
10348         * sysdeps/x86_64/fpu/e_logl.S: New file.
10349         * sysdeps/x86_64/fpu/e_powl.S: New file.
10350         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10351         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10352         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10353         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10354         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10355         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10356         * sysdeps/x86_64/fpu/fegetenv.c: New file.
10357         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
10358         * sysdeps/x86_64/fpu/fegetround.c: New file.
10359         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
10360         * sysdeps/x86_64/fpu/fesetenv.c: New file.
10361         * sysdeps/x86_64/fpu/fesetround.c: New file.
10362         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
10363         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
10364         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
10365         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
10366         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
10367         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
10368         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
10369         * sysdeps/x86_64/fpu/s_atanl.c: New file.
10370         * sysdeps/x86_64/fpu/s_cosl.S: New file.
10371         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
10372         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
10373         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
10374         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
10375         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
10376         * sysdeps/x86_64/fpu/s_logbl.c: New file.
10377         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
10378         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
10379         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
10380         * sysdeps/x86_64/fpu/s_rintl.c: New file.
10381         * sysdeps/x86_64/fpu/s_significandl.c: New file.
10382         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
10383         * sysdeps/x86_64/fpu/s_sinl.S: New file.
10384         * sysdeps/x86_64/fpu/s_tanl.S: New file.
10385         * sysdeps/x86_64/gmp-mparam.h: New file.
10386         * sysdeps/x86_64/hp-timing.c: New file.
10387         * sysdeps/x86_64/hp-timing.h: New file.
10388         * sysdeps/x86_64/htonl.S: New file.
10389         * sysdeps/x86_64/memusage.h: New file.
10390         * sysdeps/x86_64/setjmp.S: New file.
10391         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
10392         * sysdeps/x86_64/stackinfo.h: New file.
10393         * sysdeps/x86_64/sysdep.h: New file.
10394         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
10396         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
10397         L Moshier.
10399 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10401         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
10402         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
10404 2001-09-18  Andreas Schwab  <schwab@suse.de>
10406         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
10407         list, now that l_scope is a pointer.
10409         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
10410         scope list.
10412 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
10414         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
10415         (elf_machine_rela_relative): Add a missing declaration.
10417 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
10419         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
10420         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
10421         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
10422         ldd-rewrite scripts.
10424 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10426         * elf/ldd.bash.in: Update copyright message.
10428 2001-09-17  H.J. Lu  <hjl@gnu.org>
10430         * hurd/hurdmalloc.c (bcopy): Removed.
10431         (realloc): Replace bcopy with memcpy.
10432         * hurd/path-lookup.c (file_name_path_scan): Likewise.
10433         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
10434         * sunrpc/rpcinfo.c (pmapdump): Likewise.
10436         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
10437         (gethostbyaddr): Likewise.
10438         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
10440 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10442         * sysdeps/gnu/eval.c: Removed.
10444 2001-09-18  Andreas Jaeger  <aj@suse.de>
10446         * sysdeps/i386/fpu/s_logbl.S: Move to ...
10447         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
10449         * sysdeps/i386/fpu/s_rintl.S: Move to ...
10450         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
10452         * sysdeps/i386/fpu/s_significandl.S: Move to ...
10453         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
10455 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
10457         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10458         nrules value.
10460 2001-09-14  H.J. Lu  <hjl@gnu.org>
10462         * sysdeps/mips/fpu/libm-test-ulps: Updated.
10464 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
10466         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
10467         Patch by Florian La Roche <laroche@redhat.com>.
10469         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
10471         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
10472         ETHER_CRC_LEN.
10474 2001-09-14  Andreas Schwab  <schwab@suse.de>
10476         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
10477         Sumner <bls@sgi.com>.
10478         * posix/execlp.c: Likewise.
10480 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
10482         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
10483         is already found earlier in the search scope.
10485 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
10487         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
10488         filter.
10490 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
10492         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
10494 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
10496         * config.h.in: Enforce optimization to be used.
10497         * Makeconfig (preprocess-versions): Define ASSEMBLER.
10498         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
10499         * posix/Makefile (annexc-CFLAGS): Define to -O.
10500         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
10502 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
10504         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
10505         Patch by Stephan Kulow.
10507 2001-09-08  Ben Collins  <bcollins@debian.org>
10509         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
10510         usage of RESOLVE() (r_type, not reloc->r_type).
10512 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10514         * elf/dl-object.c: Avoid allocating extra memory block for name.
10515         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
10516         allocated separately.
10517         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10519 2001-09-08  H.J. Lu  <hjl@gnu.org>
10521         * po/zh_TW.po: Fix a typo.
10523 2001-09-07  Tom Rix  <trix@redhat.com>
10525         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
10527 2001-08-26  Tom Rix  <trix@redhat.com>
10529         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
10530         command line options.
10531         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
10532         * sysdeps/unix/sysv/aix/start.c: Removed.
10533         * sysdeps/unix/sysv/aix/start-libc.c: New file.
10534         * sysdeps/unix/sysv/aix/init-first.c: New file.
10535         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
10537 2001-09-08  Ben Collins  <bcollins@debian.org>
10539         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
10540         * sysdeps/generic/dl-machine.h: Likewise.
10541         * sysdeps/hppa/dl-fptr.c: Likewise.
10542         * sysdeps/ia64/dl-fptr.c: Likewise.
10543         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10544         * sysdeps/mips/dl-machine.h: Likewise.
10545         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10546         * sysdeps/powerpc/dl-machine.c: Likewise.
10548 2001-09-07  Ben Collins  <bcollins@debian.org>
10550         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
10552         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
10554 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10556         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
10557         dependencies if necessary.
10559         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
10560         loaded directly) determine length if l_initfini list by iterating
10561         over its elements.  Minor optimizations.
10562         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
10563         for dependency objects.
10564         If object was already loaded check whether any of the dependencies
10565         is already on the relocation dependency list.  If yes, remove the
10566         latter.  Minor optimizations.
10567         * elf/dl-lookup.c (add_dependency): Add check for self reference of
10568         maps here.  Search l_initfini list only if the object was loaded
10569         directly and not only as a dependency.
10570         (_dl_lookup_symbol): Add relocation dependency also if object
10571         is not in global scope.  Remove test for self-reference here.
10572         (_dl_lookup_versioned_symbol): Likewise.
10573         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
10574         element of first name record.
10575         * elf/loadtest.c: Add some more test to recognize early if an object
10576         wasn't unloaded.
10577         * elf/Makefile: Add rules to build and run reldep5.
10578         * elf/reldep5.c: New file.
10579         * elf/reldepmod5.c: New file.
10580         * elf/reldepmod6.c: New file.
10582         * elf/reldep2.c: Fix typo.
10584 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
10586         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
10587         elements.  Change l_scope to be a pointer only.
10588         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
10589         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
10590         here add searchlist of newly open file to the dependency's scope.
10591         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
10592         only searchlist from its scope.  Free own scope array if necessary.
10593         * elf/Makefile (tests): Add dblload and dblunload now.
10595 2001-09-06  Andreas Jaeger  <aj@suse.de>
10597         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
10598         Stephen L Moshier.
10600 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
10602         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
10603         they both fail.
10604         * elf/dblload.c: New file.
10605         * elf/dblloadmod1.c: New file.
10606         * elf/dblloadmod2.c: New file.
10607         * elf/dblloadmod3.c: New file.
10608         * elf/dblunload.c: New file.
10610 2001-09-04  Richard Henderson  <rth@redhat.com>
10612         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
10613         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
10615 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10617         Correct very misleading message for error in failed runtime relocation.
10618         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
10619         place of the error.
10620         (_dl_signal_cerror): Likewise.
10621         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
10622         * elf/dl-close.c: Likewise.
10623         * elf/dl-deps.c: Likewise.
10624         * elf/dl-load.c: Likewise.
10625         * elf/dl-lookup.c: Likewise.
10626         * elf/dl-open.c: Likewise.
10627         * elf/dl-reloc.c: Likewise.
10628         * elf/dl-sym.c: Likewise.
10629         * elf/dl-version.c: Likewise.
10630         * sysdeps/generic/dl-sysdep.c: Likewise.
10632 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10634         * iconv/strtab.c (strtabinit): Initialize null Strent.
10635         (newstring): Move len == 0 handling...
10636         (strtabadd): ...here.
10637         If len == 1, return null Strent.
10638         When inserting a suffix of an existing string, check if
10639         it is not equal to some suffix already recorded.
10640         Copy left and right members over if adding longer string.
10642 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10644         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
10646         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
10647         (__syscall_gethostname): Add prototype.
10649 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10651         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
10653 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
10655         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
10657 2001-08-27  Roland McGrath  <roland@frob.com>
10659         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
10660         short, copy that much into NAME anyway before returning error.
10662 2001-09-01  Richard Henderson  <rth@redhat.com>
10664         * sysdeps/alpha/elf/Dist: Remove file.
10665         * sysdeps/alpha/elf/Makefile: Remove file.
10666         * sysdeps/alpha/elf/crtbegin.S: Remove file.
10667         * sysdeps/alpha/elf/crtend.S: Remove file.
10668         * sysdeps/alpha/elf/initfini.c: New file.
10670 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
10672         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
10673         * iconv/tst-iconv3.c: Likewise.
10675 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
10677         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
10679 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
10681         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
10682         export it.
10683         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
10684         * iconv/iconv_prog.c (insert_cache): New function.
10685         (print_known_names): If cache is used call insert_cache to use the
10686         information from the cache [PR libc/2509].
10688 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
10690         * time/strptime.c (strptime_internal): Recognize 'l' format and
10691         handle it like 'I' for symmetry with strftime.
10693 2001-08-31  Richard Henderson  <rth@redhat.com>
10695         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
10696         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
10697         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
10698         (print_statistics): Make scalar unsigned long long.
10699         * sysdeps/alpha/hp-timing.h: New file.
10701 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10703         * stdio-common/perror.c (perror): Save errno early, pass it
10704         down to perror_internal.
10705         (perror_internal): Add errnum argument.
10707 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10709         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
10710         Don't add old memory content for R_ALPHA_REFQUAD.
10712 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10714         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
10715         memory correctly.
10717         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
10718         instead of open, __close instead of close, __getpagesize instead
10719         of getpagesize.
10721         * string/argz-stringify.c (__argz_stringify): Use __strnlen
10722         instead of strnlen.
10723         * include/string.h (strndupa): Redefine here to use __strnlen
10724         instead of strnlen.
10725         * string/strndup.c (__strndup): Use __strnlen not strnlen.
10727         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
10728         connected).
10730 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10732         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
10733         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
10734         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
10735         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
10736         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
10737         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
10738         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
10740 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10742         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
10744 2001-08-30  Andreas Jaeger  <aj@suse.de>
10746         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
10747         contributed Stephen L Moshier.
10749 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10751         * sunrpc/etc.rpc (sgi_fam): Add.
10753 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10755         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
10757 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
10759         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
10760         first is from a previous call.
10761         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
10763 2001-08-29  Andreas Schwab  <schwab@suse.de>
10765         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
10767 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10769         * config.make.in (INSTALL_SCRIPT): Define.
10770         * Makeconfig (INSTALL_SCRIPT): Define.
10771         * Makerules (do-install-script): New macro to install scripts using
10772         INSTALL_SCRIPT.
10773         (install-bin-script): New rule to install scripts with
10774         do-install-script.
10775         (install-bin-script-nosubdir): New rule.
10776         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
10777         (distinfo-vars): Add $(install-bin-script).
10778         * Rules (others): Likewise.
10779         * Makefile (glibcbug): Install with install-bin-script.
10780         * debug/Makefile (xtrace): Likewise.
10781         (catchsegv): Likewise.
10782         * elf/Makefile (ldd): Likewise.
10783         * malloc/Makefile (mtrace): Likewise.
10784         * timezone/Makefile (tzselect): Likewise.
10786 2001-08-29  H.J. Lu  <hjl@gnu.org>
10788         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
10789         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
10790         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
10792 2001-08-29  Andreas Schwab  <schwab@suse.de>
10794         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
10796 2001-08-28  H.J. Lu  <hjl@gnu.org>
10798         * Makeconfig (combreloc-LDFLAGS): New variable.
10799         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
10800         * config.make.in (have-z-combreloc): New variable.
10801         * configure.in: Substitute libc_cv_z_combreloc.
10803 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
10805         * po/sv.po: Update from translation team.
10806         * po/fr.po: Likewise.
10807         * po/da.po: Likewise.
10809 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10811         * Makerules: Fix a typo: MD% -> MD5.
10813 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
10815         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
10816         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
10818 2001-08-28  Andreas Jaeger  <aj@suse.de>
10820         * manual/libc-texinfo.sh: Add entry about free manuals.
10822         * manual/contrib.texi (Contributors): Fix cross reference.
10824         * manual/libc.texinfo (Copying): Include freemanuals.
10826         * manual/Makefile (appendices): Add freemanuals.
10828         * manual/freemanuals.texi: New file.
10829         Patch by Brian Youmans <3diff@gnu.org>.
10831         * manual/libm-err-tab.pl: Pretty print more platforms, print a
10832         smaller table.
10834         * manual/math.texi (Errors in Math Functions): Fix grammar, start
10835         table on separate page.
10836         Patch by Brian Youmans <3diff@gnu.org>.
10838 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
10840         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
10841         the connection went down after we first used it try to connect
10842         again and resend the message before printing to the console.
10843         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
10845 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
10847         * string/tst-strlen.c (main): Test strnlen (, -1) too.
10848         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
10849         bit set.
10851 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
10853         * iconv/strtab.c (searchstring): Use correct length for comparison.
10854         (strtabadd): Account total size correct if new string has old string as
10855         substring.
10857 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
10859         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
10861 2001-08-27  Andreas Jaeger  <aj@suse.de>
10863         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
10865         * math/libm-test.inc (j0_test): Add extra tests.
10866         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
10867         not x, in Hankel approximation.
10868         Patches by Stephen L Moshier.
10870 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10872         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
10873         link_map.
10875         * configure.in: Fix test for .rela.dyn section.
10877         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
10879 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
10881         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
10882         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
10883         Pass type_class to _dl_lookup_*.
10884         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
10885         Pass around just type_class instead of noexec, noplt pair.
10886         (_dl_lookup_versioned_symbol): Likewise.
10887         (_dl_lookup_symbol_skip): Pass around just type_class instead of
10888         noexec, noplt pair.
10889         (_dl_lookup_versioned_symbol_skip): Likewise.
10890         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
10891         * elf/do-lookup.h (do_lookup): Likewise.
10892         * include/link.h (struct link_map): Replace noexec and noplt fields
10893         in l_lookup_cache with type_class field.
10894         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
10895         ELF_RTYPE_CLASS_COPY): Define.
10896         Adjust prototypes for _dl_lookup_symbol and
10897         _dl_lookup_versioned_symbol.
10898         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
10899         elf_machine_lookup_noexec_p): Remove.
10900         (elf_machine_type_class): Define.
10901         * sysdeps/arm/dl-machine.h: Likewise.
10902         * sysdeps/hppa/dl-machine.h: Likewise.
10903         * sysdeps/cris/dl-machine.h: Likewise.
10904         * sysdeps/i386/dl-machine.h: Likewise.
10905         * sysdeps/ia64/dl-machine.h: Likewise.
10906         * sysdeps/m68k/dl-machine.h: Likewise.
10907         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10908         * sysdeps/mips/dl-machine.h: Likewise.
10909         * sysdeps/powerpc/dl-machine.h: Likewise.
10910         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10911         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10912         * sysdeps/sh/dl-machine.h: Likewise.
10913         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10914         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10916 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10918         * manual/message.texi (Advanced gettext functions): Change
10919         description of plural forms for Slovak.
10920         Reported by Marcel Telka <marcel@telka.sk>.
10922         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
10923         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
10925 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
10927         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
10928         typo.  Patch by Florian La Roche <laroche@redhat.com>.
10930 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
10932         * include/link.h (struct link_map): Add l_lookup_cache element.
10933         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
10934         (RESOLVE_MAP): Likewise.
10935         (_dl_relocate_object): Remove cache initialization.
10936         * elf/dl-lookup.c: Rip out cache handling code.
10937         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
10938         declarations.
10940         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
10941         remove some __builtin_expect.
10942         (_dl_lookup_versioned_symbol): Likewise.
10944         * config.h.in: Add HAVE_Z_COMBRELOC.
10945         * configure.in: Add test for -z combreloc.
10947         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
10948         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
10949         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
10950         case to almost no code.
10952 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
10954         * po/tr.po: Update from translation team.
10956 2001-08-24  Andreas Jaeger  <aj@suse.de>
10958         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
10959         make clean works.
10961 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10963         * elf/rtld.c (print_statistics): Printf % after percent values.
10964         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
10966         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
10967         don't have to compute the hash value and initialize current_value.
10968         Move reference_name variable to where it is needed.
10969         (_dl_lookup_versioned_symbol): Likewise.
10971 2001-08-24  Roland McGrath  <roland@frob.com>
10973         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
10974         Just test that strerror returns non-null for a few errno codes.
10976 2001-08-23  Roland McGrath  <roland@frob.com>
10978         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
10979         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
10981         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
10983         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
10984         __mach_reply_port.
10986 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
10988         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
10989         returns NULL.
10991         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
10992         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
10993         doesn't do it.
10994         * elf/rtld.c: Include <sys/param.h>.
10995         * elf/dl-reloc.c: Likewise.
10997 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10999         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11000         empty to prevent junk from being generated.
11001         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11003 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11005         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11006         records.  Rename endrel to relative, initialize it to r, and use it
11007         in elf_machine_rel_relative calls.  Point r after relative relocs.
11009 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11011         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11012         of R_386_NONE.
11014 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11016         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11017         necessary.  Undefine newly defined macros at the end.
11018         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11019         Rename from elf_machine_rel_relative.
11020         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11021         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11022         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11023         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11024         Likewise.
11025         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11026         Likewise.
11027         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11028         Fix argument types.
11029         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11030         Fix argument types.
11031         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11032         Likewise.  Fix argument types.
11033         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11034         Likewise.  Fix argument types.
11035         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11036         Fix argument types.
11037         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11038         ElfW(Rel) in argument.
11039         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11040         function.
11042 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11044         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11046 2001-08-24  Andreas Jaeger  <aj@suse.de>
11048         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11049         Stephen L Moshier <moshier@mediaone.net>.
11051 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11053         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11054         first if RELCOUNT is set.
11056         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11057         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11058         elf_machine_rel_relative.
11059         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11060         Minor optimizations.
11061         * sysdeps/arm/dl-machine.h: Likewise.
11062         * sysdeps/cris/dl-machine.h: Likewise.
11063         * sysdeps/hppa/dl-machine.h: Likewise.
11064         * sysdeps/i386/dl-machine.h: Likewise.
11065         * sysdeps/ia64/dl-machine.h: Likewise.
11066         * sysdeps/m68k/dl-machine.h: Likewise.
11067         * sysdeps/mips/dl-machine.h: Likewise.
11068         * sysdeps/powerpc/dl-machine.h: Likewise.
11069         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11070         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11071         * sysdeps/sh/dl-machine.h: Likewise.
11072         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11073         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11075 2001-08-23  Roland McGrath  <roland@frob.com>
11077         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11079         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11080         sysdeps/mach version.  Implement counting ("recursive") mutexes
11081         on top of cthreads mutexes.
11082         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11084         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11085         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11086         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11087         __libc_clean_end): Define these to call the cleanup function after
11088         normal exit when they're supposed to.
11090         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11091         Take new first arg DOIT, a boolean saying whether to really install
11092         any cleanup handler.
11093         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11094         (__libc_cleanup_end): Likewise.
11095         * sysdeps/generic/bits/libc-lock.h: Same changes.
11096         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11097         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11098         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11099         Likewise.
11100         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11101         * sysdeps/generic/bits/stdio-lock.h
11102         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11104 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11106         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11108 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11110         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
11111         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11112         lookups in cache.
11113         (_dl_lookup_versioned_symbol): Likewise.
11114         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11115         relocation lookup.
11116         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11117         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11118         (lookup_cache, lookup_cache_versioned): Add declarations.
11120 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11122         * stdlib/tst-random.c (main): Swap parameters in fail call.
11123         Patch by Pete Bevin <pete@petebevin.com>.
11125 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11127         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11129 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11131         * malloc/obstack.c: Indent preprocessor directives.
11132         Patch by Jim Meyering <meyering@ascend.com>.
11134         * po/ja.po: Update from translation team.
11136 2001-08-23  Roland McGrath  <roland@frob.com>
11138         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11140         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11141         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11143 2001-08-22  Roland McGrath  <roland@frob.com>
11145         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11146         __libc_lock_define_recursive.
11147         * elf/dl-open.c: Don't declare it here any more.
11148         * elf/dl-close.c: Likewise.
11149         * elf/dl-lookup.c: Likewise.
11150         * elf/dl-iteratephdr.c: Likewise.
11151         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11152         __libc_lock_unlock_recursive.
11153         * elf/dl-close.c (_dl_close): Likewise
11154         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11155         * elf/dl-open.c (_dl_open): Likewise
11157         * sysdeps/generic/bits/libc-lock.h
11158         (__libc_lock_define_recursive): New macro.
11159         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11160         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11161         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11163         * conform/conformtest.pl (checknamespace): Sort the output list.
11165         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11166         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11167         definitions conditional on [__USE_XOPEN].
11169         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11170         these unconditionally, not only use [__USE_BSD], so as to match
11171         the sysdeps/unix/sysv/linux files.
11173 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11175         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11176         avoid warnings.
11178         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11179         DL_LOOKUP_ADDRESS.
11181 2001-08-22  Roland McGrath  <roland@frob.com>
11183         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11184         conditionalization of sa_handler/sa_sigaction member types to
11185         match the sysdeps/unix/sysv/linux file.
11187 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11189         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11190         symbol sizes a bit better.
11192         * sysdeps/ia64/strncpy.S: Complete rewrite.
11193         Contributed by Jakub Jelinek <jakub@redhat.com>.
11195         * string/stratcliff.c (main): Add strncpy test.
11197 2001-08-22  Roland McGrath  <roland@frob.com>
11199         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11200         and don't declare unsetenv or _environ directly.
11201         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11203 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11205         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11206         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11207         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11208         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11209         test for cmsg struct size.
11211 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11213         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11214         Rename __argc to ___argc in prototypes to avoid compatibility
11215         problems with systems that reserve the identifier "__argc".
11216         Similarly for __argv.
11218 2001-08-21  Roland McGrath  <roland@frob.com>
11220         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11222         * mach/Makefile (tests): Removed.
11223         * mach/hello.c: File removed.
11225 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11227         * po/sv.po: Update from translation team.
11229         * stdio-common/vfscanf.c: Fix handling of %l[].
11230         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11232         * libio/Makefile (tests): Add tst-sscanf.
11233         * libio/tst-sscanf.c: New file.
11235         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11236         * malloc/mtrace.c (tr_where): dli_sname always points to a
11237         non-empty string if != NULL.
11238         Reported by Tim Janik <timj@gtk.org>.
11240 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11242         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11243         buf.  Free resources on failure.
11244         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11245         (makefd_xprt): Likewise.
11246         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11247         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11248         * sunrpc/auth_unix.c (authunix_create): Likewise.
11250 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11252         * string/strnlen.c: Remove.
11253         * sysdeps/generic/strnlen.c: New file.
11254         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11256 2001-08-21  Roland McGrath  <roland@frob.com>
11258         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11259         as a macro, not an extern inline function.
11261         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11262         * Versions.def (libc): Add GLIBC_2.2.5 set.
11263         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11264         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11266 2001-08-20  Roland McGrath  <roland@frob.com>
11268         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11269         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11271 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11273         * string/bits/string2.h: Remove strnlen optimization here.
11274         * sysdeps/i386/i486/bits/string.h: Add it here.
11276 2001-08-21  Wolfram Gloger  <wg@malloc.de>
11278         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11280 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11282         * po/gl.po: Update from translation team.
11284 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11286         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11287         * misc/err.c (convert_and_print): Likewise.
11289         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11290         function calls.
11292 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11294         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11295         change of the gregset_t type.
11296         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11298 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11300         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11302 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11304         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11306         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
11308 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
11310         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11311         before calling the cthreads initialization code.
11313 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11315         * argp/argp-help.c: Fix two problems introduced in last change.
11317         * include/dirent.h: Include <dirstream.h> first.
11319 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
11321         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11323         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11324         * sunrpc/xdr_rec.c: Likewise.
11325         * sunrpc/xdr_mem.c: Likewise.
11326         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11327         * sunrpc/rpc_cmsg.c: Likewise.
11328         * sunrpc/getrpcport.c (getrpcport): Likewise.
11329         * sunrpc/clnt_simp.c (callrpc): Likewise.
11330         * sunrpc/clnt_gen.c (clnt_create): Likewise.
11331         * string/envz.c: Likewise.
11333         * po/ko.po: Update from translation team.
11335         * argp/argp-help.c: Handle wide oriented stderr stream.
11337 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
11339         * sysdeps/generic/strtol.c: Little optimizations.  Add some
11340         __builtin_expect.
11342         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11344         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11345         * wcsmbs/wcwidth.c (wcwdith): Likewise.
11346         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11348         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11350         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11352         * time/time.h (struct timespec): Use __time_t for tv_sec element.
11354         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
11355         wchar_t for function declarations and defintions.
11357         * misc/sys/select.h: Define __need_time_t before including <time.h>.
11358         Define suseconds_t if it hasn't happened yet.
11360         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
11362         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
11364         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
11365         <stddef.h>.
11367         * conform/data/stddef.h-data: Remove wint_t.
11369         * conform/conformtest.pl: Change namespace test to take #undef
11370         lines into account.
11372         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
11374         * conform/data/sys/socket.h-data: Add sockatmark.
11376 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11378         * io/fts.c: Update from recent BSD source.
11380 2001-08-17  Roland McGrath  <roland@frob.com>
11382         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
11383         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
11384         Likewise.
11386 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11388         * locale/duplocale.c (__duplocale): Also initialize the special
11389         __ctype_* elements.
11391         * conform/data/netdb.h-data: Adjust gai_strerror return type.
11393 2001-08-17  Andreas Jaeger  <aj@suse.de>
11395         * misc/getpass.c: Include wchar.h for prototypes.
11396         * malloc/obstack.c: Likewise.
11398 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11400         * sunrpc/svc_simple.c (universal): Use __write instead of write.
11402         * wcsmbs/wcscoll.c: Also define __wcscoll.
11403         * include/wchar.h: Declare __wcscoll.
11405         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
11406         * libio/vwprintf.c: Likewise.
11407         * libio/wprintf.c: Likewise.
11409         * iconv/gconv_cache.c: Use __munmap instead of munmap.
11411 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
11413         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
11414         instead of mbrtowc.
11415         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
11416         wcslen, and __wcscoll instead of wcscoll.
11418         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
11420         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
11421         __getuid instead of getuid.
11423         * stdio-common/perror.c (perror): Use __close instead of close.
11424         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11425         * libio/freopen.c (freopen): Likewise.
11426         * libio/freopen64.c (freopen64): Likewise.
11428         * libio/tst-ungetwc2.c (main): Define str const.
11430         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
11431         * libio/fwprintf.c: Also define __fwprintf.
11432         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
11433         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
11434         * assert/assert-perr.c: Likewise.
11435         * assert/assert.c: Likewise.
11436         * gmon/gmon.c: Likewise.
11437         * inet/rcmd.c: Likewise.
11438         * malloc/obstack.c: Likewise.
11439         * misc/err.c: Likewise.
11440         * misc/error.c: Likewise.
11441         * misc/getpass.c: Likewise.
11442         * posix/getopt.c: Likewise.
11443         * resolv/res_hconf.c: Likewise.
11444         * stdio-common/perror.c: Likewise.
11445         * stdio-common/psignal.c: Likewise.
11446         * stdlib/fmtmsg.c: Likewise.
11447         * sunrpc/auth_unix.c: Likewise.
11448         * sunrpc/clnt_perr.c: Likewise.
11449         * sunrpc/clnt_tcp.c: Likewise.
11450         * sunrpc/clnt_udp.c: Likewise.
11451         * sunrpc/clnt_unix.c: Likewise.
11452         * sunrpc/svc_simple.c: Likewise.
11453         * sunrpc/svc_tcp.c: Likewise.
11454         * sunrpc/svc_udp.c: Likewise.
11455         * sunrpc/svc_unix.c: Likewise.
11456         * sunrpc/xdr.c: Likewise.
11457         * sunrpc/xdr_array.c: Likewise.
11458         * sunrpc/xdr_rec.c: Likewise.
11459         * sunrpc/xdr_ref.c: Likewise.
11460         * sysdeps/generic/wordexp.c: Likewise.
11462         * po/it.po: Update from translation team.
11464         * misc/err.c: Handle wide oriented stderr stream.
11466 2001-08-14  Tom Rix  <trix@redhat.com>
11468         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
11469         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
11471 2001-08-13  Tom Rix  <trix@redhat.com>
11473         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
11474         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
11475         and __intptr_t.
11477 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11479         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
11480         Store the access registers to the ucontext structure.
11481         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
11482         Likewise.
11484         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
11485         Load the access registers from the ucontext structure.
11486         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
11487         Likewise.
11489         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
11490         offsets to the new ucontext layout.
11491         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
11493         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
11494         of the ucontext structure.
11495         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11497 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
11499         * misc/error.c (error): Handle wide oriented stderr stream correctly.
11500         (error_at_line): Likewise.
11502         * stdio-common/perror.c (perror): Implement according to standard.
11503         The stream orientation must not be changed if the stream was not
11504         oriented before the call.
11505         * stdio-common/Makefile (tests): Add tst-perror.
11506         * stdio-common/tst-perror.c: New file.
11509 See ChangeLog.12 for earlier changes.