* locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
[glibc.git] / ChangeLog
blob394559105e7cfb40b44a70270ddbc1059f4e79e8
1 2002-08-28  Roland McGrath  <roland@redhat.com>
3         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
4         _nl_select_era_entry): Moved to ...
5         * time/era.c: ... here, new file.
6         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
7         Add internal_function to definitions.  Take an additional argument
8         giving the `struct locale_data *' to use.
9         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
10         _nl_parse_alt_digit): Moved to ...
11         * time/alt_digit.c: ... here, new file.
12         * time/lc-time-cleanup.c: New file.
13         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
14         * locale/localeinfo.h (_nl_postload_time): Remove decl.
15         (_nl_cleanup_time): Declare it.
16         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
17         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
18         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
19         * time/strftime.c: Pass locale data to helper functions.
20         * time/strptime.c: Likewise.
22         * locale/localeinfo.h (struct locale_data): New member `private'
23         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
24         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
25         * locale/C-collate.c: Update initializer.
26         * locale/C-identification.c: Likewise.
27         * locale/C-measurement.c: Likewise.
28         * locale/C-telephone.c: Likewise.
29         * locale/C-address.c: Likewise.
30         * locale/C-name.c: Likewise.
31         * locale/C-paper.c: Likewise.
32         * locale/C-time.c: Likewise.
33         * locale/C-numeric.c: Likewise.
34         * locale/C-monetary.c: Likewise.
35         * locale/C-messages.c : Likewise.
36         * locale/C-ctype.c: Likewise.
38         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
39         Redefine this too.
41 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
43         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
44         unconditionally.
45         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
46         check.
47         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
49 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
51         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
52         check to close_and_out close.  Replace return NULL statements where
53         fd might be >= 0 with goto close_and_out.  Close the file descriptor
54         when it is no longer needed.
56 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
58         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
59         string constants.
60         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
61         * sysdeps/arm/dl-machine.h: Likewise.
62         * sysdeps/cris/dl-machine.h: Likewise.
63         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
64         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
66 2002-08-28  Roland McGrath  <roland@redhat.com>
68         * Makeconfig (default_cflags): Revert unintended change.
70 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
72         * version.h (VERSION): Bump to 2.2.91.
74         * configure.in: Disable TLS support by default for now.
76         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
78         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
79         warnings.
81         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
83         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
84         fprintf/fwprintf calls.
86 2002-08-28  Roland McGrath  <roland@redhat.com>
88         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
89         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
91         * locale/setlocale.c: Declare postload functions weak.
93         * elf/tst-tls1-static.c: New file.
94         * elf/tst-tls2-static.c: New file.
95         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
97         Make uselocale support static linking.
98         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
99         This file again just defines _nl_C_locobj.
100         (_nl_C_locobj): Use a categories.def iterator in the initializer.
101         * locale/global-locale.c: New file.  Define _nl_global_locale here,
102         using all weak references in the initializer.
103         * locale/Makefile (aux): Add global-locale.
104         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
105         these unconditional, along with the tsd decl.
106         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
107         Define it under these conditions.
108         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
109         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
110         `extern __thread struct locale_data *const *'.
111         [NL_CURRENT_INDIRECT]
112         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
113         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
114         the thread variable _nl_current_LC_FOO and also a special absolute
115         symbol _nl_current_LC_FOO_used.
116         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
117         Set each _nl_current_LC_FOO symbol to point into the new locale,
118         using weak references to test if _nl_current_LC_FOO_used was linked in.
119         * locale/setlocale.c [! SHARED]: Replace this conditional ...
120         [NL_CURRENT_INDIRECT]: ... with this one.
121         (_nl_current, _nl_C): Variables removed.
122         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
123         weak references to _nl_current_LC_FOO_used.
124         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
125         (free_category): New function, broken out of ...
126         (free_mem): ... here.  Call that.
127         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
128         instead of a loop.
130         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
131         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
132         it is already absolute.
134         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
135         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
136         [$(build-static) = yes] (tests-static): New variable.
137         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
139 2002-08-26  Christoph Hellwig  <hch@lst.de>
141         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
142         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
144 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
146         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
148         * sysdeps/s390/Dist: Add bits/link.h.
150         * sysdeps/sh/Dist: New file.
152         * sysdeps/ia64/Dist: Add ia64libgcc.S.
154         * sysdeps/wordsize-32/Dist: New file.
156         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
157         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
158         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
160         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
161         sys/personality.h.
163         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
164         sparc/dl-brk.S.
166         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
168         * sysdeps/unix/bsd/sun/Dist: New file.
170         * sysdeps/unix/bsd/osf/Dist: New file.
172         * sysdeps/unix/bsd/hp/Dist: New file.
174         * sysdeps/unix/arm/Dist: New file.
176         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
178         * sysdeps/mach/hurd/Dist: Add set-init.c.
180         * sysdeps/i386/Dist: Add bits/link.h.
182         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
184         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
186         * locale/Makefile (distribute): Add hashval.h.
188         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
190         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
192         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
193         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
194         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
195         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
196         implementations.
197         * libio/stdio.h: Likewise.
198         * locale/locale.h: Likewise.
199         * math/math.h: Likewise.
200         * math/bits/mathcalls.h: Likewise.
201         * setjmp/setjmp.h: Likewise.
202         * signal/signal.h: Likewise.
203         * stdlib/stdlib.h: Likewise.
204         * string/string.h: Likewise.
205         * time/time.h: Likewise.
206         * wcsmbs/wchar.h: Likewise.
207         * wctype/wctype.h: Likewise.
209 2002-08-28  Roland McGrath  <roland@redhat.com>
211         * locale/tst-C-locale.c (run_test): Remove __ from function names.
213 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
214             Roland McGrath <roland@redhat.com>
216         * locale/hashval.h (compute_hashval): Use prototype defn.
217         (hashval_t): New macro, defined to unsigned long int
218         if not already defined.
219         (compute_hashval): Return hashval_t instead of unsigned long int.
220         * locale/loadarchive.c (hashval_t): New macro.
221         * locale/programs/locarchive.c: Include hashval.h directly instead
222         of simple-hash.h.
223         (compute_hashval, hashval_t): Define these macros first.
224         (insert_name): Use archive_hashval instead of compute_hashval.
225         (add_locale, delete_locales_from_archive): Likewise.
227 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
229         * locale/programs/locarchive.c (insert_name): Suppress warnings about
230         hash collisions if be_quiet.
232 2002-08-27  Roland McGrath  <roland@redhat.com>
234         * locale/locale.h (__newlocale, __duplocale, __freelocale,
235         __uselocale): Don't declare these any more.
236         * include/locale.h (__uselocale): Declare here instead, using __typeof.
238         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
239         and treat it as an EOF return.
240         * sysdeps/unix/readdir_r.c: Likewise.
242         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
243         From Alexandre Oliva <aoliva@redhat.com>.
244         * sysdeps/gnu/errlist-compat.c: Regenerated.
246 2002-08-27  Brian Youmans  <3diff@gnu.org>
248         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
249         wording at request of copyright holder Stephen Moshier.
250         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
251         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
252         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
253         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
254         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
255         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
256         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
257         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
258         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
259         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
260         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
261         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
262         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
263         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
265 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
267         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
268         * ctype/ctype-extn.c (isblank_l): Add weak alias.
269         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
270         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
271         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
272         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
273         * wctype/iswctype_l.c (iswctype_l): Likewise.
275 2002-08-27  Roland McGrath  <roland@redhat.com>
277         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
279         * ctype/ctype.h (__exctype_l): Don't declare __ name.
280         * stdlib/stdlib.h: Don't declare __*_l names.
281         * include/stdlib.h: Declare them here instead.
282         * include/string.h: Don't declare __*_l names.
283         * string/string.h: Declare them here instead.
284         * time/time.h: Don't declare __*_l names.
285         * include/time.h: Declare them here instead.
286         * wcsmbs/wchar.h: Don't declare __*_l names.
287         * include/wchar.h: Declare them here instead.
288         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
289         Don't declare __*_l names.
290         * include/wctype.h: Declare them here instead.
291         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
292         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
293         * locale/langinfo.h: Don't declare __nl_langinfo_l.
294         * include/langinfo.h: Declare it here with __typeof.
296         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
297         instead, taking an extra __locale_t argument.
298         * time/Makefile (routines): Add strptime_l.
299         * time/time.h (__strptime_l, strptime_l): Declare them.
300         * time/strptime_l.c: New file.
302         * time/time.h (__strftime_l, strftime_l): Declare them.
303         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
304         * time/strftime_l.c: New file.
305         * time/wcsftime_l.c: New file.
306         * time/Makefile (routines): Add strftime_l, wcsftime_l.
307         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
308         strftime_l, wcsftime_l.
309         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
310         or __wcsftime_l instead, taking an extra __locale_t argument.
312         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
313         (libc: GLIBC_2.3): ... here.
315 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
317         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
319         * Makefile (distribute): Add LICENSES.
321         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
322         sys/debugreg.h.
324         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
326         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
328         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
330         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
332         * sysdeps/mach/hurd/alpha/Dist: New file.
334         * sysdeps/arm/Dist: Add bits/link.h.
336         * sunrpc/Makefile: Distribute thrsvc.
338         * stdio-common/Makefile: Remove more left-overs from old stdio.
340         * include/linewrap.h: Removed.
342         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
344         * intl/Makefile (distribute): Add plural-eval.c.
346 2002-08-27  Roland McGrath  <roland@redhat.com>
348         * manual/sysinfo.texi (Mount Information): Correct file name to macro
349         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
350         Say mtab is in either /var/run or /etc.
352 2002-08-26  Roland McGrath  <roland@redhat.com>
354         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
355         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
357         * sysdeps/gnu/Versions: New file.
358         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
359         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
360         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
361         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
362         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
363         and _sys_nerr_internal instead of anything else.  Make it include
364         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
365         Make it emit some asm magic if [EMIT_ERR_MAX].
366         * sysdeps/gnu/errlist.c: Regenerated.
367         * sysdeps/gnu/errlist-compat.awk: New file.
368         * sysdeps/gnu/errlist-compat.c: New file (generated).
369         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
370         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
371         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
372         (SYS_ERRLIST, SYS_NERR): Macros removed.
373         (sys_nerr, _sys_nerr): Remove these weak aliases.
374         * sysdeps/unix/sysv/linux/errlist.c: File removed.
375         * sysdeps/unix/sysv/linux/errlist.h: File removed.
376         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
378         * include/libc-symbols.h (declare_symbol): New macro.
379         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
380         * configure.in: New check to define it.
381         * configure: Regenerated.
383 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
385         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
386         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
388         * Make-dist: Remove traces of old stdio.
389         * Makeconfig: Likewise.
391         * locale/Makefile (localedef-aux): New variable.  Only md5
392         assigned to it.  These files are not ddistributed in this directory.
394         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
395         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
396         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
398         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
400         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
401         set h_errno to NO_RECOVERY [PR libc/4360].
403 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
405         * libio/Makefile (tests): Add bug-fopena+.
406         * libio/bug-fopena+.c: New file.
407         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
408         file for _IO_IS_APPENDING if file isn't opened for reading, too.
410         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
412         * locale/xlocale.c: Fix the last change.  The variable still has
413         to end in _data.
414         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
415         (__libc_tsd_set): Add _data prefix to variable name.
417 2002-08-26  Roland McGrath  <roland@redhat.com>
419         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
420         macro with inline function.
421         (sigset_get_old_mask): Likewise.
422         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
423         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
424         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
425         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
426         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
427         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
428         values.
429         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
430         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
432 2002-07-06  Bruno Haible  <bruno@clisp.org>
434         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
435         sigset_get_old_mask): Make it work with larger sigset_t.
436         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
437         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
438         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
440 2002-08-26  Roland McGrath  <roland@redhat.com>
442         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
443         * manual/filesys.texi (File Times): Document lutimes and futimes.
444         * misc/Makefile (routines): Add them.
445         * misc/Versions (libc: GLIBC_2.3): Likewise.
446         * sysdeps/generic/lutimes.c: New file.
447         * sysdeps/generic/futimes.c: New file.
448         * sysdeps/mach/hurd/lutimes.c: New file.
449         * sysdeps/mach/hurd/futimes.c: New file.
451         * manual/filesys.texi (File Times): Add explicit note about null
452         pointer argument to utimes.
454 2002-08-26  Roland McGrath  <roland@frob.com>
456         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
457         (__ifreq): Add a cast.  Remove an unused variable.
459         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
460         _HURD_THREADVAR_LOCALE.
462 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
464         * posix/regexec.c (re_search_stub): Return correct match length
465         if start != 0.
466         * posix/bug-regex10.c: New test.
467         * posix/Makefile (tests): Add bug-regex10.
469 2002-08-26  Brian Youmans  <3diff@gnu.org>
471         * COPYING.LIB: Replaced with fresh copy from
472         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
473         suggested copying permission notice now says version 2.1 instead
474         of version 2.
476         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
477         from Library GPL.
478         * crypt/crypt_util.c: Likewise.
479         * crypt/ufc.c: Likewise.
480         * elf/dl-conflict.c: Likewise.
481         * elf/dl-iteratephdr.c: Likewise.
482         * iconv/iconvconfig.h: Likewise.
483         * malloc/arena.c: Likewise.
484         * malloc/hooks.c: Likewise.
485         * malloc/malloc.c: Likewise.
486         * posix/glob/Makefile.ami: Likewise.
487         * posix/glob/Makefile.in: Likewise.
488         * stdlib/gmp-impl.h: Likewise.
489         * stdlib/gmp.h: Likewise.
490         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
491         * sysdeps/generic/strnlen.c: Likewise.
492         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
493         * sysdeps/mach/hurd/recvmsg.c: Likewise.
494         * sysdeps/mach/hurd/sendmsg.c: Likewise.
495         * sysdeps/mach/hurd/spawni.c: Likewise.
496         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
497         * sysdeps/mach/powerpc/sysdep.h: Likewise.
498         * sysdeps/mach/powerpc/thread_state.h: Likewise.
499         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
500         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
501         * sysdeps/x86_64/gmp-mparam.h: Likewise.
503         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
504         Lesser GPL copying permission notice from 2 to 2.1.
505         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
506         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
507         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
508         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
509         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
510         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
511         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
512         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
513         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
514         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
515         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
516         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
517         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
518         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
519         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
520         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
521         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
522         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
523         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
524         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
525         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
526         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
527         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
528         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
529         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
530         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
531         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
532         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
533         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
534         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
535         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
536         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
537         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
538         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
539         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
540         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
541         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
542         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
543         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
544         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
545         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
546         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
547         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
548         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
549         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
550         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
551         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
552         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
553         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
554         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
555         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
556         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
557         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
558         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
559         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
561         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
562         Moshier and Lesser GPL copying permission notice, per license from
563         Moshier.
564         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
565         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
566         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
567         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
568         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
569         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
570         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
571         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
572         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
573         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
574         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
575         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
576         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
577         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
579         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
580         notice, per license from copyright holder Stephen Moshier.
581         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
582         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
583         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
584         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
585         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
586         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
587         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
588         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
589         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
591 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
593         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
594         (shared-only-routines): Likewise.
596 2002-08-26  Roland McGrath  <roland@redhat.com>
598         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
599         name of "", store a null pointer instead.
601         * configure.in (elf): Set to yes for freebsd*, netbsd*.
602         * configure: Regenerated.
604         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
605         Initialize this instead of __libc_tsd_LOCALE_data.
607         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
608         ptsname_r to EINVAL.
610         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
612         * rt/Makefile: Revert last change, it was inappropriate to presume aio
613         implementations depend on pthreads.
614         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
615         * rt/tst-aio64.c (do_test): Likewise.
616         * rt/tst-aio2.c (do_test): Likewise.
617         * rt/tst-aio3.c (do_test): Likewise.
618         * rt/tst-aio4.c (do_test): Likewise.
619         * rt/tst-aio5.c (do_test): Likewise.
620         * rt/tst-aio6.c (do_test): Likewise.
621         * rt/tst-aio7.c (do_test): Likewise.
623         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
624         void so as to avoid compiler warnings.
626         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
627         _IO_wide_data_FD, which is never used here.
629         * libio/iofread.c
630         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
631         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
632         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
634         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
635         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
637         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
638         (closelog): Likewise.
640 2002-07-06  Bruno Haible  <bruno@clisp.org>
642         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
644         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
645         * sysdeps/unix/alpha/pipe.S: ... here.
646         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
648         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
650         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
651         * sysdeps/unix/i386/fork.S: Likewise.
652         * sysdeps/unix/i386/pipe.S: Likewise.
653         * sysdeps/unix/i386/wait.S: Likewise.
655         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
656         * sysdeps/unix/arm/fork.S: Likewise.
658         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
659         arguments.
660         (DO_CALL): Swap argument order.
661         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
662         arguments.
663         (DO_CALL): Swap argument order.
664         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
665         arguments.
666         (DO_CALL): Swap argument order.
667         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
668         arguments.
669         (DO_CALL): Swap argument order.
670         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
671         arguments.
672         (DO_CALL): Swap argument order.
673         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
674         arguments.
675         (DO_CALL): Swap argument order.
676         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
677         arguments.
678         (DO_CALL): Swap argument order.
680         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
681         (L): Define right for ELF.
682         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
683         Now defined in sysdeps/i386/sysdep.h.
685         * sysdeps/posix/readv.c: Ansify function definition.
686         * sysdeps/posix/writev.c: Likewise.
688         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
689         have the same size. Avoid direct cast from size_t to off_t.
691         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
692         nul byte in entry[n].ut_user.
693         (simulate_logout): Likewise.
695         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
696         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
697         existence of corresponding members of 'struct utmp'.
698         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
699         !_HAVE_UT_TYPE.
701         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
702         allocate a buffer of at least BUFSIZ bytes, not just of
703         sizeof (struct dirent).
705         * sysdeps/generic/glob.c: Include <limits.h>.
706         (NAME_MAX): Define a fallback.
707         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
708         stack.
709         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
710         (main): Allocate enough room for a 'struct dirent64' on the stack.
711         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
712         'struct dirent'.
714         * sysdeps/unix/sysv/linux/init-first.c: Don't include
715         kernel-features.h.
717         * inet/htontest.c: Include <sys/types.h>.
719         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
721         * include/sys/sysctl.h: Comment fix.
723         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
724         _dl_load_lock.
725         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
727         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
729         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
730         (__getpeername): New alias.
731         (__getsockname): New alias.
732         (__socket): New alias.
734         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
736         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
737         (__fcntl_internal): New alias.
738         (__profil): New alias.
740 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
742         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
743         entry was for getaddr* lookup or not.  Add only matching cache
744         entry.  Change all callers [PR libc/4317].
746         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
747         finding the read position [PR libc/4265].
748         * libio/Makefile (tests): Add bug-rewind2.
749         * libio/bug-rewind2.c: New file.
751         * libio/bug-rewind.c: Fix creation of temp file.
753 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
755         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
756         neither SUCCESS nor TRYAGAIN [PR libc/4259].
757         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
758         to ENOENT if no entry is found.
759         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
760         failure.
761         * nis/nss_compat/compat-initgroups.c: Likewise.
762         * nis/nss_compat/compat-pwd.c: Likewise.
763         * nis/nss_compat/compat-spwd.c: Likewise.
764         * nis/nss_nis/nis-alias.c: Likewise.
765         * nis/nss_nis/nis-ethers.c: Likewise.
766         * nis/nss_nis/nis-grp.c: Likewise.
767         * nis/nss_nis/nis-hosts.c: Likewise.
768         * nis/nss_nis/nis-initgroups.c: Likewise.
769         * nis/nss_nis/nis-netgrp.c: Likewise.
770         * nis/nss_nis/nis-network.c: Likewise.
771         * nis/nss_nis/nis-proto.c: Likewise.
772         * nis/nss_nis/nis-publickey.c: Likewise.
773         * nis/nss_nis/nis-pwd.c: Likewise.
774         * nis/nss_nis/nis-rpc.c: Likewise.
775         * nis/nss_nis/nis-service.c: Likewise.
776         * nis/nss_nis/nis-spwd.c: Likewise.
777         * resolv/nss_dns/dns-host.c: Likewise.
778         * resolv/nss_dns/dns-network.c: Likewise.
779         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
780         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
781         * nis/nss_nisplus/nisplus-grp.c: Likewise.
782         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
783         * nis/nss_nisplus/nisplus-network.c: Likewise.
784         * nis/nss_nisplus/nisplus-proto.c: Likewise.
785         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
786         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
787         * nis/nss_nisplus/nisplus-service.c: Likewise.
788         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
789         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
790         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
791         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
792         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
794         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
795         declaring __restore and __restore_rt as hidden (if possible).
797 2002-08-25  Roland McGrath  <roland@redhat.com>
799         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
801         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
802         (getutent_r_file, internal_getut_r): Updated all callers.
803         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
805 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
807         * locale/programs/locale.c: Don't print aliases for non-existing
808         locales for 'locale -a'.
809         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
811 2002-07-19  H.J. Lu  <hjl@gnu.org>
813         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
815 2002-07-16  H.J. Lu  <hjl@gnu.org>
817         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
818         sys/personality.h.
819         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
821 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
823         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
824         not moved ahead of the fputs call.
825         * elf/tst-tlsmod2.c (in_dso): Likewise.
826         * elf/tst-tlsmod3.c (in_dso2): Likewise.
827         * elf/tst-tlsmod4.c (in_dso): Likewise.
829 2002-08-25  Andreas Schwab  <schwab@suse.de>
831         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
833 2002-08-25  Roland McGrath  <roland@redhat.com>
835         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
836         resetting handler, to avoid the possibility of a spurious SIGALRM
837         delivered to the user's handler.
838         Reported by Amit D. Chaudhary <amitc@brocade.com>,
840         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
841         set -fkeep-inline-functions, which is not needed for the current file.
843         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
844         (_dl_setup_hash): Add attribute_hidden.
845         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
846         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
847         (_dl_new_object, _dl_map_object_deps): Likewise.
848         (_dl_map_object_deps_internal): Remove decl.
849         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
851         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
852         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
853         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
854         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
855         instead relying on the compiler to produce only GOTOFF variable refs.
857 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
859         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
861         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
862         inline to avoid defining it in every file which includes this header.
864         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
865         defining DONT_USE_BOOTSTRAP_MAP.
867         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
868         * libio/tst-mmap-setvbuf.c (main): Likewise.
869         * libio/tst-widetext.c (main): Likewise.
871         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
872         message.
873         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
874         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
876         * sysdeps/i386/elf/configure.in: Unconditionally define
877         PI_STATIC_AND_HIDDEN.
878         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
879         PI_STATIC_AND_HIDDEN is defined as well.
880         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
882 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
884         * sysdeps/ia64/bzero.S: Define __bzero as well.
886         * locale/programs/charmap.c (charmap_new_char): Don't use
887         ULONG_MAX as maximum UCS4 value.
889         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
891         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
893         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
894         * malloc/malloc.c (mALLINFo): Likewise.
896         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
898         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
899         examining result of _IO_do_flush call.
901         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
902         Use prec not spec when sizing buffers.
904         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
905         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
906         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
907         * stdio-common/vfscanf.c (inchar): Likewise.
908         * misc/efgcvt_r.c (fcvt_r): Likewise.
909         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
910         * elf/readlib.c (process_file): Likewise.
911         * elf/sprof.c (load_profdata): Likewise.
912         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
913         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
914         * locale/programs/charmap.c (charmap_read): Likewise.
915         * libio/fileops.c: Likewise.
916         * libio/fmemopen.c: Likewise.
917         * stdlib/strtod.c: Likewise.
918         * elf/dl-load.c: Likewise.
919         * iconv/iconvconfig.c: Likewise.
920         * iconv/iconv_prog.c (process_block): Likewise.
921         * elf/rtld.c (dl_main): Likewise.
923         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
924         macro to calm down the compiler.
926         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
928         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
930         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
931         placement of errno definition.
932         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
933         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
934         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
935         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
936         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
938         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
939         from 1024 to 65536, to avoid buffer overrun.
941 2002-08-16  Paul Eggert  <eggert@twinsun.com>
943         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
944         from 1024 to 65536, to avoid buffer overrun.
945         * resolv/res_query.c (MAXPACKET): Likewise.
947 2002-08-24  Andreas Jaeger  <aj@suse.de>
949         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
951 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
953         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
954         two52 locally.
955         (log2): Likewise.
956         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
957         Patch by Simon Gee <simong@agile.tv>.
959         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
960         Prefer reading /proc/stat since it is more uniform across
961         architectures.
963         * manual/texinfo.tex: Update to latest official version.
965         * sysvipc/sys/shm.h: Remove SHMLBA definition.
966         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
967         * sysdeps/gnu/bits/shm.h: Likewise.
968         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
969         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
970         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
971         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
972         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
973         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
974         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
975         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
976         since this is what the kernel says.
978         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
979         since ssize_t is needed as well.  Replace const with __const.
981 2002-08-23  Roland McGrath  <roland@redhat.com>
983         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
984         __malloc_hook, __realloc_hook, __memalign_hook,
985         __after_morecore_hook): Variable definitions moved to ...
986         * malloc/malloc.c: ... here, so as to be before all references.
988         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
989         global variable reference in an unused asm parameter, to ensure the
990         compiler has set up the GOT register before we use it.
992         * malloc/hooks.c: Move variable definitions ahead of uses.
993         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
994         initializers that make reference to variables they define.
996 2002-08-23  Andreas Jaeger  <aj@suse.de>
998         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
999         alloca, free, qsort.
1001         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1003         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1004         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1006         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1007         <hch@lst.de>.
1008         * sysdeps/generic/fgetxattr.c: New file.
1009         * sysdeps/generic/flistxattr.c: New file.
1010         * sysdeps/generic/fremovexattr.c: New file.
1011         * sysdeps/generic/fsetxattr.c: New file.
1012         * sysdeps/generic/getxattr.c: New file.
1013         * sysdeps/generic/listxattr.c: New file.
1014         * sysdeps/generic/lgetxattr.c: New file.
1015         * sysdeps/generic/llistxattr.c: New file.
1016         * sysdeps/generic/lremovexattr.c: New file.
1017         * sysdeps/generic/lsetxattr.c: New file.
1018         * sysdeps/generic/removexattr.c: New file.
1019         * sysdeps/generic/setxattr.c: New file.
1020         * misc/Makefile (headers): Add sys/xattr.h.
1021         (routines): Add *xattr calls.
1022         * misc/Versions: Add *xattr calls with version 2.3.
1023         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1024         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1025         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1026         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1027         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1028         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1029         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1030         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1032 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1034         * sysdeps/powerpc/elf/libc-start.c
1035         (__cache_line_size): Declare.
1036         (__aux_init_cache): New.
1037         (__libc_start_main): Change type of `auxvec' parameter to
1038         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1039         __aux_init_cache.
1040         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1041         (__cache_line_size): Declare.
1042         (__aux_init_cache): New.
1043         (DL_PLATFORM_INIT): Define.
1044         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1045         value to select the correct stride for dcbz.
1047 2002-08-22  Andreas Jaeger  <aj@suse.de>
1049         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1050         shmat.
1052 2002-08-22  Roland McGrath  <roland@redhat.com>
1054         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1055         position indicated by locrectab against file bounds before rounding to
1056         page size.  In mapping loop, always set TO before breaking out of
1057         contiguous range coalescing loop.
1059         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1060         (or MAP_COPY if available) instead of MAP_SHARED.
1062         * scripts/firstversions.awk: When encountering a version newer than
1063         the specified earliest version, be sure to emit the specified earliest
1064         version first if any renaming of an older version to that has been.
1066 2002-08-21  Roland McGrath  <roland@redhat.com>
1068         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1069         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1070         (Configuring and compiling): Don't mention older GCC versions any more.
1071         * INSTALL: Regenerated.
1073         * manual/install.texi (Configuring and compiling, Installation,
1074         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1076         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1077         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1078         and with noinline otherwise.  Remove hack alloca use to prevent
1079         inlining, we can ask for it explicitly nowadays.
1081         * dlfcn/bug-dlsym1.c: New file.
1082         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1083         * dlfcn/Makefile (distribute): Add them.
1084         (tests): Add bug-dlsym1 here.
1085         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1086         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1087         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1089 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1091         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1092         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1093         before relocation.
1094         (_dl_start): Don't use local bootstrap_map variable if
1095         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1096         pass bootstrap_map to _dl_start_final in this case either.  Don't
1097         pass start_time to _dl_start_final ever.
1098         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1100         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1101         This cripples the scope lists necessary to search for symbols in
1102         dependencies which are not in the global scope.
1104         * include/setjmp.h (__libc_longjmp): Add declaration.
1106 2002-08-21  Andreas Jaeger  <aj@suse.de>
1108         * sysdeps/x86_64/_mcount.S: Fix assembler.
1110         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1111         with biarch support.
1113 2002-08-21  Andreas Jaeger  <aj@suse.de>
1115         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1117         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1119         * sysdeps/x86_64/machine-gmon.h: New file.
1120         * sysdeps/x86_64/_mcount.S: New file.
1122 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1124         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1125         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1126         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1127         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1128         to TL_INIT_TP.  Otherwise pass 1.
1129         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1130         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1132 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1134         * locale/programs/localedef.c (add_to_readlist): Error about
1135         circular dependencies only if the locale in question hasn't
1136         been finished.
1137         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1138         CTYPE_LOCALE to load_locale.
1139         * locale/programs/locfile.c (locfile_read): Don't include
1140         unneeded but available locales in locale_mask.
1142         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1143         print any messages about enlarging archive.
1145 2002-08-20  Brian Youmans  <3diff@gnu.org>
1147         * manual/contrib.texi: Removed licenses, added acknowledgements
1148         for contributions by Intel, IBM, Craig Metz.
1149         * LICENSES: New file, contains the text of all non-FSF licenses in the
1150         distribution that require putting the notice in the accompanying
1151         documentation.
1152         * README.template, README: Mention LICENSES.
1154         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1155         new one modelled on the modern BSD license, per recent letter
1156         of permission from CMU.
1157         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1159         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1160         from IBM to FSF, per the recent Software Letter.  Changed the
1161         distribution terms from GPL to LGPL.
1163         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1164         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1165         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1166         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1167         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1168         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1169         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1170         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1171         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1172         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1174         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1175         from IBM to FSF, per the recent Software Letter.  Corrected the
1176         text of the copying permission notice to say Lesser GPL instead
1177         of GPL in warranty disclaimer paragraph.
1178         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1179         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1180         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1181         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1182         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1183         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1184         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1185         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1186         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1187         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1188         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1189         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1190         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1191         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1192         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1193         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1194         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1195         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1196         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1197         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1198         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1200         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1201         permission notice to say Lesser GPL instead of GPL in warranty
1202         disclaimer paragraph.
1203         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1204         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1205         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1206         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1207         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1208         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1209         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1210         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1211         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1212         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1213         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1214         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1215         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1216         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1217         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1218         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1219         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1220         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1221         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1222         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1223         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1224         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1225         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1227 2002-08-20  Roland McGrath  <roland@redhat.com>
1229         Fix ABI compatibility with libc compiled with old tools on powerpc.
1230         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1231         and Jack Howarth <howarth@bromo.med.uc.edu>.
1232         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1233         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1234         pass -DHAVE_DOT_HIDDEN for these files.
1235         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1236         __floatdisf.
1237         * sysdeps/powerpc/divdi3.c: New file.
1238         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1239         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1241 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1243         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1244         partially overlapping mappings.  Remove unneeded (char *) casts.
1245         Never allow duplication of ranges in mapped areas.
1247 2002-08-20  Roland McGrath  <roland@redhat.com>
1249         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1250         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1252 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1254         * include/unistd.h: Don't hide _exit.
1256         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1257         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1258         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1259         argument 1 to TLS_INIT_TP.
1260         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1262         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1264         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1265         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1266         memory allocation to...
1267         (allocate_dtv): ...here.  New function.
1268         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
1269         call allocate_dtv instead of _dl_allocate_tls_storage.
1270         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
1271         (_dl_get_tls_static_info): New function.
1272         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1273         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
1275 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
1277         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1278         immediately if result == NULL.
1280 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1282         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1284 2002-08-18  Roland McGrath  <roland@frob.com>
1286         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1287         instead of __file_name_split.
1288         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1290         * sysdeps/mach/hurd/dl-sysdep.c
1291         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1292         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1294 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1296         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1297         in change before last: MAX -> MIN.
1299 2002-08-15  Roland McGrath  <roland@redhat.com>
1301         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1302         if seek would go past it.
1303         (mmap_remap_check): If file position is at or past EOF after check,
1304         leave read pointers at EOF and don't seek.
1306         * libio/tst-mmap-offend.c: New file.
1307         * libio/Makefile (tests): Add it.
1309         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1310         the name as passed, rather than the name in the archive dictionary.
1312 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1314         * csu/Makefile: Define elide-routines.os not static-only-routines.
1316         * include/sched.h (__clone): Add varargs at the end.
1318         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1319         case.
1320         (TLS_INIT_HELPER): If defined, use it.
1321         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1323 2002-08-15  Roland McGrath  <roland@redhat.com>
1325         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1326         on L->l_prev; it can happen under rtld --verify too.
1328         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1329         header separately, just map an initial window of 2MB from the file
1330         and remap if that is not large enough to cover the whole header.
1332 2002-08-15  Andreas Jaeger  <aj@suse.de>
1334         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1335         version 2.3.
1336         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1337         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1338         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1339         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1340         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1341         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1342         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1343         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1344         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1345         Patch by Andreas Gruenbacher <agruen@suse.de>.
1347         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1349 2002-08-14  Roland McGrath  <roland@redhat.com>
1351         * locale/locarchive.h (struct locale_category_data): Give this name to
1352         the type of locale_data_t's elements.
1353         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1354         (add_locale): Use that to sort the categories by size and put all
1355         those that fit into two pages into the LC_ALL block, instead of
1356         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1357         (show_archive_content): Detect categories inside LC_ALL block
1358         directly, instead of hard-coding.
1359         (oldlocrecentcmp): Compare just on file locations used.
1361 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1363         * locale/programs/locarchive.c (struct oldlocrecent): New.
1364         (oldlocrecentcmp): New.
1365         (enlarge_archive): Re-add locales in the order they were added
1366         to the archive.
1367         (add_locale): Put all the small locale files together, if the small
1368         locale file block would occupy less pages if page size aligned, align
1369         it.
1370         (show_archive_content): Adjust for locale archives optimized for speed.
1372 2002-08-14  Roland McGrath  <roland@frob.com>
1374         * configure.in: Use "MISSING" as not-found value for MIG.
1375         * sysdeps/mach/configure.in: Fatal if mig not found.
1376         * configure, sysdeps/mach/configure: Regenerated.
1378 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1380         * locale/loadarchive.c (archfname): Add missing slash.
1382         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1383         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1385 2002-08-12  Roland McGrath  <roland@redhat.com>
1387         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1388         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1389         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1390         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1391         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1392         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1393         * sysdeps/generic/waitpid.c: Likewise.
1395         * include/net/if.h: New file.  Use libc_hidden_proto
1396         for if_nametoindex and if_indextoname.
1397         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1398         * sysdeps/mach/hurd/if_index.c: Likewise.
1399         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1401         * include/grp.h (setgroups): Add libc_hidden_proto.
1402         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1403         * sysdeps/mach/hurd/setgroups.c: Likewise.
1404         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1405         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1407 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1409         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1410         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1411         * sysdeps/generic/setegid.c (setegid): Likewise.
1412         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1413         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1414         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1415         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1416         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1417         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1418         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1419         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1420         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1421         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1422         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1423         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1424         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1426         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1427         __lxstat_internal, __lxstat64_internal): Remove.
1428         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1429         Add hidden_proto.
1430         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1431         Remove INTDEF where present, remove #undef at the beginning.
1432         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1433         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1434         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1435         * sysdeps/generic/xstat.c (__xstat): Likewise.
1436         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1437         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1438         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1439         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1440         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1441         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1442         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1443         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1444         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1445         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1446         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1447         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1448         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1449         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1450         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1451         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1452         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1453         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1454         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1455         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1456         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1457         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1458         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1459         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1460         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1461         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1462         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1463         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1464         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1465         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1466         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1467         * sysdeps/unix/xstat.c (__xstat): Likewise.
1469         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1470         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1471         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1472         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1473         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1474         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1475         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1477         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1478         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1479         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1480         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1481         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1482         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1483         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1484         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1485         Likewise.
1486         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1487         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1488         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1489         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1490         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1491         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1492         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1493         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1495         * include/string.h (strcoll): Add libc_hidden_proto.
1496         * string/strcoll.c (strcoll): Add libc_hidden_def.
1498         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1500 2002-08-11  Philip Blundell  <philb@gnu.org>
1502         * sysdeps/arm/Makefile: New file.
1504 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1506         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1507         by another '|', end of regex or enclosing ')', clear branch.
1508         * posix/bug-regex9.c: New test.
1509         * posix/Makefile (tests): Add bug-regex9.
1511 2002-08-12  Roland McGrath  <roland@redhat.com>
1513         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1514         start count condition, use TOTAL instead of variable that was never
1515         set.  Fix outer loop termination condition to TOTAL >= after update.
1517         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1518         dl_tls_static_align and dl_tls_static_nelem.
1520 2002-08-11  Roland McGrath  <roland@redhat.com>
1522         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1523         of the TLS macros, otherwise the compiler might not have initialized
1524         the PIC register yet when we use the PLT via asm.
1525         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1526         * elf/tst-tlsmod2.c (in_dso): Likewise.
1528         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1530         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1531         Evaluate argument exactly once.  Remove __volatile__ from asm's.
1533         * include/unistd.h: Use libc_hidden_proto for getdomainname
1534         and getlogin_r.
1535         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1536         * sysdeps/mach/hurd/getdomain.c: Likewise.
1537         * sysdeps/unix/getlogin_r.c: Likewise.
1538         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1539         * sysdeps/generic/getlogin_r.c: Likewise.
1541         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1542         * sunrpc/rtime.c: Add libc_hidden_def.
1544         * include/string.h: Use libc_hidden_proto for basename.
1545         * string/basename.c [_LIBC]: Add libc_hidden_def.
1547         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1549         * locale/loadarchive.c: munmap -> __munmap throughout.
1551         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1552         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1553         * sysdeps/generic/gai_strerror.c: Likewise.
1555         * include/sys/errno.h: New file.
1557         * include/signal.h: No libc_hidden_proto for raise,
1558         __libc_current_sigrtmin, __libc_current_sigrtmax.
1559         These need to be overridden by linuxthreads.
1560         * sysdeps/posix/raise.c: Reverted.
1561         * sysdeps/generic/raise.c: Reverted.
1562         * signal/allocrtsig.c: Reverted.
1564         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
1566 2002-08-10  Roland McGrath  <roland@redhat.com>
1568         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1569         * locale/localeinfo.h: Declare it.
1570         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1571         current locale if it's not in the file list.
1572         Call _nl_archive_subfreeres.
1574 2002-08-10  Andreas Jaeger  <aj@suse.de>
1576         * sysdeps/i386/strchr.S: Add comment.
1578 2002-08-10  Roland McGrath  <roland@redhat.com>
1580         * include/wchar.h (putwc): Use libc_hidden_proto.
1581         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
1582         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
1583         * stdio-common/dprintf.c: Add libc_hidden_def.
1584         * stdio-common/fprintf.c: Likewise.
1585         * stdio-common/sprintf.c: Likewise.
1586         * stdio-common/sscanf.c: Likewise.
1587         * libio/iofwrite.c: Likewise.
1588         * libio/memstream.c: Likewise.
1589         * libio/putwc.c: Likewise.
1590         * stdio-common/perror.c: Likewise.
1591         * sysdeps/posix/remove.c: Likewise.
1592         * sysdeps/generic/remove.c: Likewise.
1593         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
1594         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
1596 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
1598         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1599         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
1600         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1601         towlower, towupper): Add libc_hidden_weak.
1603         * include/bits/dlfcn.h: New file.
1604         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
1606         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
1607         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
1608         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
1609         * include/pwd.h (_nss_files_parse_pwent): Likewise.
1610         * include/shadow.h (_nss_files_parse_spent): Likewise.
1611         * include/netdb.h (_nss_files_parse_protoent,
1612         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
1613         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
1614         (LINE_PARSER): Use it.
1615         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
1616         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
1618         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
1619         #endif.
1621         * manual/debug.texi (%MENU%): Remove trailing dot.
1622         Reported by <hayastan132@hotmail.com>.
1624         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
1625         aliases.
1626         (lseek): Dummy.
1627         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
1628         Likewise.
1630 2002-08-09  Roland McGrath  <roland@redhat.com>
1632         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
1633         name to find codeset name (if any) and normalize it.  If the
1634         normalized name differs, look up only that in the archive.
1635         * locale/programs/locarchive.c (add_locale_to_archive): If the name
1636         contains a codeset, normalize the codeset store only the normalized
1637         name in the archive.  If not, add an alias containing the locale's
1638         normalized codeset name.  Apply codeset name normalization when
1639         matching entries in the alias file.
1641         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
1642         decrement HEAD->namehash_used here.
1643         (add_locale): Only need to insert name string when name_offset != 0.
1645         * locale/programs/localedef.c (options): Add -A/--alias-file.
1646         (alias_file): New variable.
1647         (parse_opt): Grok -A, set that.
1648         * locale/programs/localedef.h: Declare it.
1650         * locale/locarchive.h (struct locrecent): Add `refs' member.
1651         * locale/programs/locarchive.c (insert_name): New function, broken out
1652         of ...
1653         (add_locale_to_archive): ... here.  Call that.
1654         (add_alias): New function.
1655         (add_locale): New static function, add_locale_to_archive renamed.
1656         (add_locale_to_archive): Call that and use add_alias to add an alias
1657         for the name with codeset if the given name lacks it.
1658         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
1660         * locale/Makefile (routines): Add loadarchive.
1661         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
1662         (_nl_load_locale_from_archive): New function.
1663         * locale/localeinfo.h: Declare it.
1664         * locale/findlocale.c (_nl_find_locale): If using default locale path,
1665         try _nl_load_locale_from_archive first.
1667         * locale/loadlocale.c (_nl_intern_locale_data): New function,
1668         broken out of _nl_load_locale.
1669         (_nl_load_locale): Call that.
1670         * locale/localeinfo.h: Declare it.
1671         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
1672         (struct locale_data): Remove unused member `options'.
1673         * locale/findlocale.c (_nl_remove_locale): Update uses.
1674         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1675         * locale/C-collate.c: Update initializer.
1676         * locale/C-identification.c: Likewise.
1677         * locale/C-measurement.c: Likewise.
1678         * locale/C-telephone.c: Likewise.
1679         * locale/C-address.c: Likewise.
1680         * locale/C-name.c: Likewise.
1681         * locale/C-paper.c: Likewise.
1682         * locale/C-time.c: Likewise.
1683         * locale/C-numeric.c: Likewise.
1684         * locale/C-monetary.c: Likewise.
1685         * locale/C-messages.c : Likewise.
1686         * locale/C-ctype.c: Likewise.
1688         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
1689         use CHAR_BIT instead of BITSPERBYTE.
1691         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
1692         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
1693         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
1694         (_nl_remove_locale): Likewise.
1695         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
1697         * locale/findlocale.c (_nl_default_locale_path): New variable.
1698         (_nl_find_locale): If LOCALE_PATH is null, default to that.
1699         * locale/localeinfo.h: Declare it.
1700         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
1701         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
1702         * locale/newlocale.c (__newlocale): Likewise.
1704         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
1705         * inet/rexec.c (rexec_af): Add libc_hidden_def.
1706         * sysdeps/generic/morecore.c: Likewise.
1707         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
1708         (__libc_current_sigrtmax): Likewise.
1710 2002-08-08  Roland McGrath  <roland@redhat.com>
1712         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
1713         * catgets/open_catalog.c (__open_catalog): Likewise.
1715         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
1716         from typo INITIAL_NUM_NANES.
1717         (create_archive): Update use.
1719 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1721         * sysdeps/unix/sysv/linux/sigwait.c: New file.
1723 2002-08-08  Roland McGrath  <roland@frob.com>
1725         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
1727 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1729         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
1730         else and undefine after including wcstol_l.c.
1731         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
1733 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
1735         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
1737 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
1739         * configure.in: Make the test for broken_alias_attribute stricter.
1741 2002-05-24  Robert Love  <rml@tech9.net>
1743         * posix/Makefile (routines): Add sched_getaffinity and
1744         sched_setaffinity.
1745         * posix/sched.h: Add declarations for sched_getaffinity and
1746         sched_setaffinity.
1747         * sysdeps/generic/sched_getaffinity.c: New file.
1748         * sysdeps/generic/sched_setaffinity.c: New file.
1749         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
1750         sched_setaffinity.
1752 2002-08-06  Andreas Schwab  <schwab@suse.de>
1754         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
1756 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1758         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
1759         message.
1761         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
1762         It is known to be defined.
1764         * include/string.h: Define index and rindex only if _ISOMAC is not
1765         defined.
1767         * elf/rtld.c: Include <errno.h>.
1768         * sysdeps/generic/libc-tls.c: Likewise.
1770 2002-08-07  Roland McGrath  <roland@redhat.com>
1772         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
1773         it internally.
1774         (precsize_aton): Likewise.
1776         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
1777         the static symbols added in the last change (doofus is me).
1779         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
1780         loop to notice missing categories in a composite name.
1782         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
1783         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
1784         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
1785         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
1787 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
1789         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
1791 2002-08-07  Roland McGrath  <roland@redhat.com>
1793         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
1794         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
1795         Reported by Jakub Jelinek  <jakub@redhat.com>.
1797 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
1799         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
1800         division.
1802 2002-08-06  Roland McGrath  <roland@redhat.com>
1804         * include/getopt.h: Put private decls inside [_GETOPT_H].
1805         Use libc_hidden_proto for getopt_long, getopt_long_only.
1806         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
1807         Add libc_hidden_def.
1809         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
1810         Define as a macro for __dl_iterate_phdr.
1812         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
1813         made static.  Add __ name as a strong alias.
1814         (internal_endnetgrent): Likewise.
1815         (internal_getnetgrent_r): Likewise.
1817         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
1818         with no __ prefix.
1819         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
1820         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
1821         all *_l functions with no __ prefix.
1822         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
1823         * ctype/ctype_l.c: Likewise.
1824         * locale/nl_langinfo.c: Likewise.
1825         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
1826         * stdlib/stdlib.h [__USE_GNU]: Likewise.
1827         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
1828         * wctype/wctype.h [__USE_GNU]: Likewise.
1829         * string/strcoll_l.c (strcoll_l): Define as weak alias.
1830         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
1831         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
1832         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
1833         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
1834         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
1835         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
1836         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
1837         (__wcscasecmp_l): Add libc_hidden_def.
1838         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
1839         (__wcsncasecmp_l): Add libc_hidden_def.
1840         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
1841         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
1842         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
1843         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
1844         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
1845         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
1846         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
1847         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
1848         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
1849         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
1850         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
1851         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
1852         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
1853         * wctype/wctype_l.c (wctype_l) Define as weak alias.
1855 2002-08-05  Roland McGrath  <roland@redhat.com>
1857         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
1858         netname2user, host2netname, user2netname, key_gendes.
1859         * sunrpc/netname.c: Add libc_hidden_def.
1860         * sunrpc/key_call.c: Likewise.
1862         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
1863         freeaddrinfo.
1864         * inet/getnameinfo.c: Add libc_hidden_def.
1865         * sysdeps/generic/getaddrinfo.c: Likewise.
1866         * sysdeps/posix/getaddrinfo.c: Likewise.
1868         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
1869         * wcsmbs/wmemchr.c: Add libc_hidden_def.
1870         * wcsmbs/wmemset.c: Add libc_hidden_def.
1872         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
1873         (index, rindex): Define as macros for strchr, strrchr.
1875         * string/envz.c (envz_strip): index -> strchr
1877         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
1878         * sunrpc/rpc_prot.c: Add libc_hidden_def.
1880         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
1881         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
1883         * include/stdlib.h: Use libc_hidden_proto for wctomb.
1884         * stdlib/wctomb.c: Add libc_hidden_def.
1886         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
1887         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
1888         * resolv/herror.c: Likewise.
1889         * inet/rcmd.c: Add libc_hidden_def.
1890         * inet/ruserpass.c: Likewise.
1891         * inet/getnetgrent_r.c: Likewise.
1893         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
1894         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
1895         for svcerr_auth, svcerr_noprog, svcerr_progvers.
1896         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
1897         libc_hidden_def.
1898         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
1899         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
1901         * sysdeps/posix/system.c (do_system): New function, guts broken out of
1902         __libc_system.
1903         (__libc_system): Call it, putting just the line == NULL test here.
1905         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
1906         variables work right.
1908         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
1909         * elf/dl-close.c (_dl_close): Likewise.
1911         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
1912         in6addr_any, in6addr_loopback.  Remove decls for
1913         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
1914         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
1915         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
1916         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
1917         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
1918         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
1919         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
1920         in6addr_loopback.
1921         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
1923         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
1924         ether_aton_r.
1925         * inet/ether_aton_r.c: Add libc_hidden_def.
1926         * inet/ether_ntoa_r.c: Likewise.
1928         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
1929         xprt_unregister.
1930         * sunrpc/svc.c: Add libc_hidden_def.
1931         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
1932         pmap_set, pmap_unset.
1933         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
1934         * sunrpc/pm_getport.c: Likewise.
1935         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
1936         * sunrpc/publickey.c: Add libc_hidden_def.
1938 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
1940         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
1941         the other memset call in this function.
1943         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
1944         at correct index.  Clear BSS region now that memalign is used.
1946 2002-08-05  Roland McGrath  <roland@redhat.com>
1948         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
1949         * sysdeps/generic/uname.c: Add libc_hidden_def.
1950         * sysdeps/mach/hurd/uname.c: Likewise.
1952 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
1954         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
1955         wcspbrk): Add libc_hidden_proto.
1956         * time/strftime.c (my_strftime): Add libc_hidden_def.
1957         (strftime): Remove libc_hidden_def.
1958         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
1959         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
1960         * wcsmbs/wcsspn.c (wcsspn): Likewise.
1961         * wcsmbs/wcscmp.c (wcscmp): Likewise.
1962         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
1963         * wcsmbs/wcscoll.c (wcscoll): Likewise.
1965         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
1966         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1967         __rpc_thread_createerr): Add libc_hidden_proto.
1968         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
1969         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
1970         __rpc_thread_createerr): Add libc_hidden_def.
1972         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
1973         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
1974         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
1975         clnt_perror, clnt_sperror): Add libc_hidden_def.
1976         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
1978         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
1979         libc_hidden_proto.
1980         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
1981         * sunrpc/des_soft.c (des_setparity): Likewise.
1983         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
1984         Add libc_hidden_proto.
1985         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
1986         Add libc_hidden_def.
1988 2002-08-05  Roland McGrath  <roland@redhat.com>
1990         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
1991         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
1992         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
1993         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
1994         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
1995         old data, abandoning the original memory allocated by rtld at startup,
1996         instead of calling realloc normally.
1998 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2000         * po/fr.po: Update from translation team.
2002 2002-08-04  Roland McGrath  <roland@redhat.com>
2004         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2005         then generate a dummy module under the given name, obeying the
2006         normal rules for the "caller" field.
2008         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2009         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2011         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2012         weak here; we declare it weak or strong in the one place we use it.
2013         * sysdeps/generic/libc-start.c: ... which is here.
2014         Don't make the decl weak if [USE_TLS], since static programs need TLS
2015         setup even when single-threaded.
2017         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2019         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2020         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2021         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2022         all these variables.
2024 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2026         * include/stdio.h: Don't define macro magic to redirect function
2027         calls if _ISOMAC is defined.
2029         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2030         ldouble asin tests.
2032 2002-08-04  Roland McGrath  <roland@redhat.com>
2034         * stdlib/lrand48_r.c: Add libc_hidden_def.
2036         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2037         TCB with __libc_memalign instead of mmap.
2038         (_dl_deallocate_tls): Free it with free instead of munmap.
2040         * Makerules (cpp-srcs-left): When setting this to run
2041         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2042         words.  Combine the two loops into one on the concatenated list,
2043         including those as well as $(test-srcs).
2045         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2046         since we align here with optimally minimal waste anyway.
2047         (malloc): Just call that.
2049         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2050         the right variable.
2052         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2053         to compute memory location for l_tls_initimage.
2054         * elf/rtld.c (_dl_start): Likewise.
2055         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2057         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2058         because the .d file is generated in the non-shared case and
2059         so fails to catch them otherwise.
2061         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2062         split out of _dl_allocate_tls.
2063         (_dl_allocate_tls_init): Likewise.
2064         (_dl_allocate_tls): Call those.
2065         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2066         * elf/rtld.c (dl_main): Call them separately instead of calling
2067         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2068         is finished, so that the initializer data has been relocated before we
2069         copy it into the main thread's TLS block.
2071         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2072         loop conditions, prevented the last used module from being initialized.
2074 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2076         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2077         if glob resp. globfree are not macros.
2078         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2079         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2080         Add libc_hidden_ver.
2081         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2082         libc_hidden_def.
2083         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2084         instead of libc_hidden_weak.
2085         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2086         libc_hidden_ver instead of libc_hidden_def.
2087         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2088         libc_hidden_ver instead of libc_hidden_def.
2089         (wcstoll, wcstoq): Remove libc_hidden_weak.
2090         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2091         libc_hidden_ver.
2092         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2093         libc_hidden_ver.
2094         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2095         libc_hidden_ver.
2096         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2097         libc_hidden_ver.
2099 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2101         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2102         to access _sys_siglist.
2103         * string/strsignal.c: Likewise.
2104         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2105         * sysdeps/gnu/siglist.c: Likewise.
2106         * sysdeps/unix/siglist.c: Likewise.
2107         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2109         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2111         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2113         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2114         alias and use it.
2115         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2117         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2118         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2119         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2121         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2122         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2124         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2125         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2126         and __gconv_get_cache respectively.
2127         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2128         defined static.  Change all users.
2129         (__gconv_get_cache): New function.
2130         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2131         (__gconv_get_alias_db): New function.
2132         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2133         (__conv_modules_db): Likewise.
2134         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2135         and __gconv_get_alias_db.
2136         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2137         variables.
2139         * include/stdlib.h: Add prototype and libc_hidden_proto for
2140         __default_morecore.
2141         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2143         * malloc/obstack.c: Remove fputs macro.
2145         * malloc/mtrace.c: Remove fopen macro.
2147 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2149         * manual/debug.texi: Fix spelling to programmatically.
2150         Reported by <hayastan132@hotmail.com>.
2152 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2154         * include/libio.h: Add libc_hidden_proto for __uflow.
2155         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2156         fgetpos to _IO_* names.
2157         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2158         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2159         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2160         putwc_unlocked, vswscanf.
2161         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2162         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2163         * libio/fseek.c: Likewise.
2164         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2165         not fopencookie.
2166         * libio/genops.c (__uflow): Add libc_hidden_def.
2167         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2168         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2169         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2170         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2171         * libio/iofread_u.c (fread_unlocked): Likewise.
2172         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2173         * libio/iovswscanf.c (vswscanf): Likewise.
2174         * libio/putwc_u.c (putwc_unlocked): Likewise.
2175         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2176         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2177         * malloc/mtrace.c: Likewise.
2179         * sunrpc/clnt_perr.c: Remove fputs macro.
2180         * sunrpc/svc_simple.c: Likewise.
2181         * sunrpc/svc_tcp.c: Likewise.
2182         * sunrpc/svc_udp.c: Likewise.
2183         * sunrpc/xdr_rec.c: Likewise.
2184         * sunrpc/xdr_ref.c: Likewise.
2186         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2187         iconv_prog, linereader, and charmap-dir.
2188         * locale/Makefile: Likewise for locale and charmap-dir.
2189         * malloc/Makefile: Likewise for memusagestat.
2190         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2191         * sunrpc/Makefile: Likewise for rpc_main.
2192         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2193         * timezone/Makefile: Likewise for zic.
2195         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2197         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2198         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2199         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2200         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2201         _dl_close.
2203         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2204         __wunderflow.
2205         * libio/genops.c (__underflow): Add libc_hidden_def.
2206         * libio/wgenops.c (__wuflow): Likewise.
2207         (__wunderflow): Likewise.
2209         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2210         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2212         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2213         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2215         * include/string.h: Add libc_hidden_proto for __strverscmp.
2216         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2218         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2219         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2220         * sysdeps/posix/sysconf.c: Likewise.
2221         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2222         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2224         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2225         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2226         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2227         __iswxdigit_l, __towlower_l, __towupper_l.
2228         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2229         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2231         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2232         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2233         * sysdeps/mach/hurd/xmknod.c: Likewise.
2234         * sysdeps/unix/xmknod.c: Likewise.
2235         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2236         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2237         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2239         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2241 2002-08-03  Roland McGrath  <roland@redhat.com>
2243         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2244         setpriority.
2245         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2246         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2247         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2248         * sysdeps/mach/hurd/setpriority.c: Likewise.
2249         * sysdeps/mach/hurd/getpriority.c: Likewise.
2250         * sysdeps/generic/setpriority.c: Likewise.
2251         * sysdeps/generic/getpriority.c: Likewise.
2253         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2254         * malloc/mcheck.c: Add libc_hidden_def.
2256         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2257         * misc/hsearch_r.c: Add libc_hidden_def.
2259         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2260         * posix/fnmatch.c: Add libc_hidden_weak.
2262         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2263         execl, execle, execlp, execvp, getpid, getsid.
2264         * sysdeps/generic/alarm.c: Add libc_hidden_def.
2265         * sysdeps/unix/alarm.c: Likewise.
2266         * posix/confstr.c: Likewise.
2267         * posix/execvp.c: Likewise.
2268         * posix/execlp.c: Likewise.
2269         * posix/execle.c: Likewise.
2270         * posix/execl.c: Likewise.
2271         * sysdeps/generic/getsid.c: Likewise.
2272         * sysdeps/mach/hurd/getsid.c: Likewise.
2273         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2274         * sysdeps/mach/hurd/getpid.c: Likewise.
2276         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2277         qecvt_r, qfcvt_r, lrand48_r.
2278         * misc/efgcvt_r.c: Add libc_hidden_def.
2280         * include/wordexp.h: Use libc_hidden_proto for wordfree.
2281         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2283         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2284         * locale/nl_langinfo.c: Add libc_hidden_def.
2286         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2287         * sysdeps/generic/glob.c: Add libc_hidden_def.
2288         * sysdeps/generic/glob64.c: Likewise.
2289         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2291         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2293         * elf/Makefile (CFLAGS-vismod2.c): New variable.
2295         * locale/setlocale.c (_nl_current_names): Variable moved ...
2296         * locale/localename.c (_nl_current_names): ... here, new file.
2297         Make it global, with attribute_hidden.
2298         * locale/localeinfo.h: Declare it.
2299         * locale/Makefile (aux): Add localename.
2300         * locale/localename.c (__current_locale_name): New function.
2301         * include/locale.h (__current_locale_name): Declare it.
2302         * intl/dcigettext.c (guess_category_value): Use that instead of
2303         calling setlocale.
2305         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2306         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2307         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2308         * locale/newlocale.c: Add alias to __ name.
2309         * locale/duplocale.c: Likewise.
2310         * locale/freelocale.c: Likewise.
2311         * locale/uselocale.c: New file.
2312         * locale/Makefile (routines): Add it.
2313         * locale/Versions (libc: GLIBC_2.3): New set.
2314         Add newlocale, duplocale, freelocale, uselocale.
2315         (libc: GLIBC_PRIVATE): Add __uselocale.
2317         * locale/localeinfo.h [SHARED]
2318         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2319         (_NL_CURRENT_DATA): Define using that.
2320         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2321         (_NL_CURRENT_DEFINE): Define to empty.
2322         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2323         conditionalized on this.
2324         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2325         taking initializer of _nl_C_locobj.
2326         [SHARED] (_nl_global_locale): New variable, using that initializer.
2327         (_nl_C_locobj): Use new macro for initialzier.
2328         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2329         [! SHARED] (CATEGORY_USED): New macro.
2330         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2331         (setdata, setlocale): Use that macro instead of examining _nl_current.
2332         (setdata): Set the slot in _nl_global_locale.
2333         Conditionalize setting of _nl_current on [! SHARED].
2334         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2335         declaration as an extern.
2336         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2338         * include/locale.h: Use libc_hidden_proto for setlocale.
2339         * locale/setlocale.c: Add libc_hidden_def.
2341         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2343         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2344         * misc/hsearch_r.c: Add libc_hidden_def.
2345         * misc/lsearch.c: Likewise.
2347         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2348         endttyent.
2349         * misc/getttyent.c: Add libc_hidden_def.
2351         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2352         * malloc/mcheck.c: Add libc_hidden_def.
2354         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2355         * include/argz.h: Use libc_hidden_proto for argz_delete.
2356         * string/argz-delete.c: Add libc_hidden_def.
2357         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2359         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2360         HIDDEN_JUMPTARGET for _exit.
2361         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2362         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2363         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2364         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2366         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2367         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2368         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2369         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2371         * include/stdlib.h: Use libc_hidden_proto for abort,
2372         __strtof_internal, __strtod_internal, __strtold_internal,
2373         __strtol_internal, __strtoll_internal, __strtoul_internal,
2374         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2375         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2376         __strtoul_l_internal, __strtoull_l_internal.
2377         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2378         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2379         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2380         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2381         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2382         __wcsncasecmp_l.
2383         * sysdeps/generic/abort.c: Add libc_hidden_def.
2384         * stdlib/strtod.c: Likewise.
2385         * sysdeps/generic/strtol.c: Likewise.
2386         * sysdeps/wordsize-64/strtol.c: Likewise.
2387         * sysdeps/wordsize-64/wcstol.c: Likewise.
2388         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2390         * include/stdlib.h: Use libc_hidden_proto for qsort.
2391         * stdlib/msort.c: Add libc_hidden_def.
2393         * include/utime.h: Use libc_hidden_proto for utime.
2394         * sysdeps/generic/utime.c: Add libc_hidden_def.
2395         * sysdeps/unix/utime.c: Likewise.
2397         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2398         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2399         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2400         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2401         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2403         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2404         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2405         and __libc_current_sigrtmax.
2406         * signal/sigismem.c: Add libc_hidden_def.
2407         * signal/sigfillset.c: Likewise.
2408         * signal/sigempty.c: Likewise.
2409         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2410         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2411         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2412         * sysdeps/posix/raise.c: Likewise.
2413         * sysdeps/generic/raise.c: Likewise.
2415 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2417         * include/string.h: Use libc_hidden_proto for __stpcpy.
2418         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2419         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2420         * sysdeps/generic/stpcpy.c: Likewise.
2421         * sysdeps/i386/stpcpy.S: Likewise.
2422         * sysdeps/i386/i586/stpcpy.S: Likewise.
2423         * sysdeps/powerpc/stpcpy.S: Likewise.
2424         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2425         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2427         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2428         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2429         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2430         libc_hidden_def.
2431         * string/strdup.c (__strdup): Likewise.
2432         * string/strndup.c (__strndup): Likewise.
2433         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2434         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2436 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2438         * include/libio.h: New file.
2439         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2440         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2441         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2442         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2443         * sysdeps/unix/common/syscalls.list: Likewise.
2444         * sysdeps/unix/inet/syscalls.list: Likewise.
2445         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2446         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2447         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2448         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2449         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2450         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2451         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2452         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2453         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2454         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2455         * sysdeps/unix/syscalls.list: Likewise.
2457 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2458             Ulrich Drepper  <drepper@redhat.com>
2460         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2461         the arguments is big enough to cause an overflow.
2463 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2465         * assert/assert.c: Use hidden_def not INTDEF.
2467 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2469         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2470         not defined.
2472 2002-08-03  Roland McGrath  <roland@redhat.com>
2474         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2475         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2476         verr, verrx.
2477         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2478         * misc/syslog.c: Add libc_hidden_def.
2479         * misc/err.c: Likewise.
2480         * stdlib/exit.c: Likewise.
2481         * stdlib/bsearch.c: Likewise.
2482         * sysdeps/generic/getenv.c: Likewise.
2484         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2486         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2487         libc_hidden_weak for every system call symbol defined.
2489         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2490         timelocal, localtime, strftime.
2491         * time/asctime.c: Add libc_hidden_def.
2492         * time/mktime.c: Likewise.
2493         * time/localtime.c: Likewise.
2494         * time/strftime.c: Likewise.
2495         * time/strptime.c: Likewise.
2496         * sysdeps/generic/time.c: Likewise.
2497         * sysdeps/unix/time.c: Likewise.
2498         * sysdeps/unix/sysv/i386/time.S: Likewise.
2499         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2501         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2502         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2503         * resolv/inet_ntop.c: Likewise.
2504         * resolv/inet_pton.c: Likewise.
2505         * inet/inet_mkadr.c: Add libc_hidden_def.
2506         * inet/inet_netof.c: Likewise.
2507         * resolv/inet_addr.c: Likewise.
2509         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2510         clauses from conditionals for now.  Will have to be fixed later
2511         for older compilers.
2513         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2515 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2517         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2518         broken alias attribute handling.
2519         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2521 2002-08-02  Roland McGrath  <roland@frob.com>
2523         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2524         since it sets the variables we use in a -D switch.
2526 2002-08-02  Roland McGrath  <roland@redhat.com>
2528         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2529         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2530         matches long int, not int.
2532         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2533         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2534         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2535         * wctype/wctrans.c (wctrans): Likewise.
2536         * wctype/wctype.c (__wctype): Likewise.
2537         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2539 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2541         * assert/assert.c (__assert_fail): Fix typo in comment.
2543         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2544         * sunrpc/rpc_thread.c: Define it without static.
2545         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2547 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2549         * assert/assert.c (__assert_fail): Remove undef.
2550         Replace INTDEF with libc_hidden_def.
2551         * assert/__assert.c (__assert): Remove INTUSE.
2552         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2553         libc_hidden_weak.
2554         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2555         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2556         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2557         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2558         libm_hiden_ver): Define.
2559         * include/assert.h (__assert_fail_internal): Remove.
2560         (__assert_fail): Add prototype.  Add hidden_proto.
2561         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2562         libc_hidden_proto.
2563         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2564         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
2565         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2566         Add libc_hidden_proto.
2567         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2568         __fcntl): Add libc_hidden_proto.  Remove macros.
2569         (__open_internal, __fcntl_internal): Remove.
2570         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2571         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
2572         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
2573         libc_hiden_proto.
2574         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
2575         libc_hidden_def.
2576         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
2577         Add libc_hidden_def.
2578         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
2579         * sysdeps/generic/open.c (__open): Remove undef.
2580         Add libc_hidden_def.  Remove INTDEF.
2581         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
2582         Add libc_hidden_def.
2583         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
2584         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
2585         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
2586         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2587         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2588         (__libc_fcntl): Add libc_hidden_def.
2589         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
2590         (__open): Remove INTDEF2.  Add libc_hidden_weak.
2591         (__libc_open): Add libc_hidden_def.
2592         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
2593         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
2594         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2595         Add libc_hidden_def.
2596         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
2597         Add libc_hidden_def.
2598         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
2599         undef.
2600         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2601         (__libc_fcntl): Add libc_hidden_def.
2602         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
2603         __getpgid_internal, __chown_internal): Remove.
2604         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
2605         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
2606         __GI___chown): Add.
2607         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
2608         __getpid_internal, __open_internal, __write_internal): Remove.
2609         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
2610         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
2611         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
2612         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
2613         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
2614         Replace INTDEF with libc_hidden_def.
2615         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
2616         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
2617         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
2618         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
2619         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
2620         Add libc_hidden_proto.
2621         * include/sys/poll.h (__poll): Add libc_hidden_proto.
2622         * include/sys/select.h (__select): Likewise.
2623         * include/sys/socket.h (__send): Likewise.
2624         * include/sys/statfs.h (__statfs): Likewise.
2625         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
2626         __getpid, __getpgid, __setpgid, __close, __read, __write,
2627         __getpagesize, __sbrk): Likewise.
2628         (__chown_internal, __dup2_internal, __getpid_internal,
2629         __getpgid_internal, __close_internal, __write_internal,
2630         __getpagesize_internal): Remove.
2631         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
2632         Remove macros.
2633         * include/printf.h (__printf_fp): Add libc_hidden_proto.
2634         * include/sched.h (__sched_setscheduler): Likewise.
2635         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
2636         * include/stdlib.h (__secure_getenv): Likewise.
2637         * include/signal.h (__sigaction, __sigsuspend): Likewise.
2638         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
2639         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
2640         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
2641         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
2642         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
2643         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
2644         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
2645         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
2646         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
2647         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
2648         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
2649         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
2650         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
2651         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
2652         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
2653         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
2654         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
2655         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
2656         * libio/genops.c (__overflow): Add libc_hidden_def.
2657         * libio/iovdprintf.c: Remove libio.h include.
2658         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
2659         libc_hidden_weak): Define to nothing if not defined.
2660         (__overflow, __woverflow): Add libc_hidden_proto.
2661         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
2662         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
2663         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2664         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
2665         (DB_LOOKUP_FCT): Add libc_hidden_proto.
2666         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
2667         and libc_hidden_def.
2668         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
2669         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
2670         (__getpgid): Add libc_hidden_proto.
2671         (__bsd_getpgrp): Remove INTUSE.
2672         * resolv/res_init.c (__res_ninit, __res_randomid): Add
2673         libc_hidden_def.
2674         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
2675         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
2676         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
2677         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
2678         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
2679         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
2680         __rpc_thread_createerr): Add libc_hidden_def.
2681         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
2682         libc_hidden_def.
2683         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
2684         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
2685         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
2686         * sysdeps/generic/chown.c (__chown): Likewise.
2687         * sysdeps/generic/close.c (__close): Likewise.
2688         * sysdeps/generic/dup2.c (__dup2): Likewise.
2689         * sysdeps/generic/pipe.c (__pipe): Likewise.
2690         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
2691         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
2692         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
2693         * sysdeps/generic/read.c (__libc_read): Likewise.
2694         (__read): Add libc_hidden_weak.
2695         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
2696         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
2697         * sysdeps/generic/select.c (__select): Likewise.
2698         * sysdeps/generic/send.c (__send): Likewise.
2699         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
2700         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
2701         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
2702         * sysdeps/generic/statfs.c (__statfs): Likewise.
2703         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
2704         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
2705         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
2706         Remove undef and INTDEF.
2707         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
2708         * sysdeps/generic/getpid.c (__getpid): Likewise.
2709         * sysdeps/generic/write.c (__libc_write): Likewise.
2710         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2711         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
2712         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
2713         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
2714         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
2715         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
2716         Remove undef and INTDEF.
2717         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
2718         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
2719         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
2720         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
2721         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
2722         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
2723         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
2724         (__pipe): Add libc_hidden_def.
2725         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
2726         libc_hidden_weak.
2727         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
2728         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
2729         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
2730         (__read): Add libc_hidden_weak.
2731         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
2732         (__libc_pwrite64): Add libc_hidden_def.
2733         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
2734         * sysdeps/mach/hurd/select.c (__select): Likewise.
2735         * sysdeps/mach/hurd/send.c (__send): Likewise.
2736         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
2737         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
2738         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
2739         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
2740         * sysdeps/posix/dup2.c: Likewise.
2741         Remove undef and INTDEF.
2742         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
2743         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
2744         (__pwrite64): Add libc_hidden_weak.
2745         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
2746         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
2747         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
2748         * sysdeps/standalone/close.c (__close): Likewise.
2749         * sysdeps/standalone/write.c (__libc_write): Likewise.
2750         (__write): Add libc_hidden_weak.
2751         * sysdeps/standalone/read.c (__read): Likewise.
2752         (__libc_read): Add libc_hidden_def.
2753         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
2754         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
2755         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
2756         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
2757         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
2758         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
2759         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
2760         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
2761         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
2762         __GI___sigaction): Add.
2763         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
2764         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
2765         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
2766         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
2767         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
2768         __GI___setpgid): Add.
2769         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
2770         Remove undef and INTDEF.
2771         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
2772         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
2773         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
2774         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
2775         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
2776         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
2777         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
2778         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
2779         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
2780         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
2781         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
2782         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
2783         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
2784         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
2785         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
2786         __GI___statfs, __GI___send): Add.
2787         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
2788         libc_hidden_ver resp. libc_hidden_def.
2789         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
2790         libc_hidden_def.
2791         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
2792         Likewise.  Remove undef and INTDEF.
2793         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
2794         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
2795         __GI___statfs, __GI___send): Add.
2796         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
2797         libc_hidden_def.
2798         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
2799         Likewise.
2800         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
2801         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
2802         libc_hidden_ver resp. libc_hidden_def.
2803         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
2804         __GI___send): Add.
2805         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
2806         Add libc_hidden_weak.
2807         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
2808         Add libc_hidden_def.
2809         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
2810         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
2811         libc_hidden_weak.
2812         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
2813         resp. libc_hidden_def.
2814         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
2815         libc_hidden_weak.
2816         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
2817         INTDEF.
2818         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
2819         Likewise.  Remove undef.
2820         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
2821         libc_hidden_weak.
2822         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
2823         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
2824         libc_hidden_weak.
2825         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
2826         libc_hidden_def.
2827         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
2828         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
2829         Likewise.  Remove undef and INTDEF.
2830         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
2831         libc_hidden_def.
2832         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
2833         libc_hidden_weak.
2834         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
2835         libc_hidden_def.
2836         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
2837         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
2838         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
2839         libc_hidden_weak.
2840         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
2841         Add libc_hidden_def.
2842         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
2843         __GI___statfs): Add.
2844         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
2845         libc_hidden_weak.
2846         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
2847         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
2848         Remove undef and INTDEF.
2849         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
2850         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
2851         libc_hidden_def.
2852         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
2853         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
2854         libc_hidden_weak.
2855         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
2856         libc_hidden_def.
2857         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
2858         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
2859         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
2860         Add.
2861         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
2862         libc_hidden_def.  Remove undef and INTDEF.
2863         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
2864         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
2865         libc_hidden_def.
2866         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
2867         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
2868         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
2869         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
2870         Remove undef and INTDEF.
2871         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
2872         broken visibility attribute handling.
2873         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
2875 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2877         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
2878         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
2880         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
2881         previous patch.
2883 2002-06-29  Todd Fries  <todd@openbsd.org>
2885         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
2887 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2889         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
2891 2002-07-30  Roland McGrath  <roland@redhat.com>
2893         * resolv/resolv.h (_res): Define macro unconditionally.
2894         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
2895         * include/resolv.h: ... here.
2896         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
2897         as a __thread variable.
2898         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
2899         a __thread variable instead of a global.
2900         * resolv/res_data.c [_LIBC]: Don't #undef _res.
2902         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
2903         time we test it.
2905         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
2907         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
2908         decls of memset and memcpy.
2910         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
2911         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
2913         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
2915         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
2916         (__libc_tsd_define): Define using __thread.
2918         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
2919         (__rpc_thread_variables): Use __libc_tsd_get.
2920         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
2921         __rpc_thread_variables, which might allocate what we're about to free.
2923         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
2924         thread-local variable.
2925         * resolv/netdb.h (h_errno): Define macro unconditionally.
2926         [_LIBC] (__set_h_errno): Macro moved to ...
2927         * include/netdb.h: ... here.
2928         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
2929         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
2930         [! _LIBC_REENTRANT]: #undef h_errno here.
2932         * include/errno.h: Protect from multiple inclusion.
2934         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
2935         before defining them, since Linux's <linux/posix_types.h> might have
2936         defined them.
2938 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2940         * malloc/malloc.c (public_cALLOc): Check for overflow on
2941         multiplication.
2942         * sunrpc/xdr_array.c (xdr_array): Likewise.
2943         * sunrpc/rpc/types.h (mem_free): Add comment.
2944         Patch by Solar Designer <solar@openwall.com>.
2946 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2948         * sysdeps/unix/sysv/linux/kernel-features.h
2949         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
2951 2002-08-01  Roland McGrath  <roland@redhat.com>
2953         * libio/fileops.c (_IO_file_sync_mmap): New function.
2954         (_IO_file_jumps_mmap): Use it.
2955         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
2956         repeat the stat check and resize the mapped buffer as necessary.
2958 2002-07-31  Roland McGrath  <roland@redhat.com>
2960         * libio/fileops.c (decide_maybe_mmap): New static function.
2961         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
2962         mmap the file contents.  Then switch the jump tables to the mmap
2963         tables if it worked, or the vanilla file tables if not.
2964         (_IO_file_underflow_maybe_mmap): New function.
2965         (_IO_file_seekoff_maybe_mmap): New function.
2966         (_IO_file_xsgetn_maybe_mmap): New function.
2967         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
2968         * libio/libioP.h: Declare those.
2969         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
2970         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
2971         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
2972         If the stream is read-only, set its jump tables to those new ones.
2973         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
2974         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
2975         We need the tables set before _IO_file_attach.
2977         * libio/tst-mmap-eofsync.c: New file.
2978         * libio/tst-mmap-fflushsync.c: New file.
2979         * libio/bug-mmap-fflush.c: New file.
2980         * libio/tst-mmap2-eofsync.c: New file.
2981         * libio/Makefile (tests): Add them.
2983         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
2984         _IO_file_underflow_mmap fails, it already set the appropriate bit.
2986 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
2988         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
2989         Declarations moved to <bits/sys_errlist.h>.  Include that file.
2990         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
2991         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
2992         declare sys_errlist and sys_nerr.
2993         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
2994         provide declarations.
2996 2002-07-31  Roland McGrath  <roland@redhat.com>
2998         * elf/rtld.c (dl_main): Fix typo in error message.
3000 2002-07-31  Roland McGrath  <roland@frob.com>
3002         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3003         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3004         sysdeps/mach/hurd/dl-sysdep.c change.
3006 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3008         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3009         -r`/build/include for kernel headers.
3011         * po/fi.po: New file.
3013 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3015         * configure.in (static_nss): Set to `yes' if --disable-shared.
3017 2002-07-23  Bruno Haible  <bruno@clisp.org>
3019         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3020         is set.
3022 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3024         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3025         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3026         arguments.
3028 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3030         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3031         alias.
3033 2002-07-21  Bruno Haible  <bruno@clisp.org>
3035         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3036         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3037         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3038         trans_sysdep_tab_offset.
3039         (struct sysdep_segment): New type.
3040         (struct sysdep_string): New type.
3041         (SEGMENTS_END): New macro.
3042         * intl/gettextP.h (struct sysdep_string_desc): New type.
3043         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3044         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3045         orig_tab, trans_tab, hash_tab to const pointers because they point
3046         into read-only memory.
3047         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3048         (PRI*): Define fallback values.
3049         (get_sysdep_segment_value): New function.
3050         (_nl_load_domain): Distinguish major and minor revision parts. Add
3051         support for minor revision 1 with system dependent strings.
3052         (_nl_unload_domain): Also free the 'malloced' field.
3053         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3054         now done in loadmsgcat.c. Add support for system dependent strings.
3056 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3058         * posix/bug-regex7.c: New file.
3059         * posix/bug-regex8.c: New file.
3060         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3062 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3064         * posix/bug-regex4.c (main): Fix typos.
3065         * posix/bug-regex6.c (main): Likewise.
3067 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3069         * posix/bug-regex6.c (main): Fix warnings.
3071         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3073         * iconv/iconv_prog.c (main): Improve error message for the cases
3074         where -t and/or -f parameter are missing.
3076 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3078         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3079         (re_search): Likewise.
3080         (re_match_2): Likewise.
3081         (re_search_2): Likewise.
3082         (re_search_stub): New function.
3083         (re_search_2_stub): New function.
3084         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3086 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3088         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3089         (re_string_eoi): Use STOP instead of LEN.
3090         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3091         (re_string_construct): Likewise.
3092         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3093         * posix/regexec.c (re_search_internal): Add a new argument STOP
3094         so that it can handle the argument STOP of re_search_2 and re_match_2
3095         correctly.
3096         (regexec): Adapt to new I/F of re_search_internal.
3097         (re_search_stub): Likewise.
3099 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3101         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3103         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3105         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3106         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3107         of __divdi3.
3109         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3110         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3111         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3112         alias for adjtimex syscall.
3114         * elf/dl-minimal.c: Define __assert_fail_internal.
3115         * assert/assert.c: Likewise.
3116         * include/assert.h: Define __assert_file macro if !SHARED and not
3117         NOT_IN_libc.
3119         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3120         programs.
3121         * locale/Makefile: Likewise.
3122         * nscd/Makefile: Likewise.
3123         * catgets/Makefile: Likewise.
3125 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3127         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3128         compute current position.
3130         * stdio-common/tst-fseek.c (main): Improve error messages.
3132         * libio/tst-freopen.c (main): Remove unused variable.
3134         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3135         succesful seek call.  Simplify error checking.
3137 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3139         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3140         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3142 2002-07-19  Roland McGrath  <roland@frob.com>
3144         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3145         __libc_enable_secure is set.
3147 2002-07-24  Roland McGrath  <roland@frob.com>
3149         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3150         This implementation supports only IPv4.
3151         * inet/ifaddrs.h: New file.
3152         * sysdeps/generic/ifaddrs.c: New file.
3153         * sysdeps/gnu/ifaddrs.c: New file.
3154         * inet/test-ifaddrs.c: New file.
3155         * inet/Makefile (routines): Add ifaddrs.
3156         (headers): Add ifaddrs.h here.
3157         (tests): Add test-ifaddrs.
3158         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3160         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3161         socket call to get an AF_INET socket, instead of using __opensock.
3162         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3164         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3165         if not -1 use it instead of calling __opensock.
3166         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3167         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3168         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3170         * sysdeps/mach/hurd/ifreq.h: New file.
3171         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3172         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3173         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3175         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3176         which gets moved around.  Calculate size of mmap'd buffer instead.
3178 2002-07-24  Philip Blundell  <philb@gnu.org>
3180         * sysdeps/unix/arm/brk.S: Improve schedule.
3181         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3182         efficient instruction.
3183         (__socket): Optimize return sequence.
3185 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3187         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3188         sockets on old kernels.
3190 2002-07-22  Philip Blundell  <philb@gnu.org>
3192         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3193         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3194         alias.
3196 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3198         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3199         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3201         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3202         test to detect duplicate locales.
3204         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3205         position would be before beginning of file.
3206         (_IO_file_seekoff_mmap): Likewise.
3207         * libio/Makefile (tests): Add bug-fseek.
3208         * libio/bug-fseek.c: New file.
3210         * intl/explodename.c: Remove support for CEN-style locale variables.
3211         It was never used and shouldn't be since it's not portable.
3212         * intl/finddomain.c: Likewise.
3213         * intl/l10nflist.c: Likewise.
3214         * intl/loadinfo.h: Likewise.
3215         * locale/findlocale.c: Likewise.
3217 2002-07-24  Roland McGrath  <roland@frob.com>
3219         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3220         position, calculate it to take into account an active pushback buffer.
3222         * libio/Makefile (tests): Add bug-ungetc.
3223         * libio/bug-ungetc.c: New file.
3225 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3227         * sysdeps/generic/libc-tls.c: New file.
3228         * csu/Makefile (routines): Add libc-tls.
3229         (static-only-routines): Add libc-tls.
3230         * elf/dl-support.c (_dl_phdr): New variable.
3231         (_dl_phnum): New variable.
3232         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3233         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3234         for !SHARED.  First look through auxiliary vector.  If TLS always
3235         call __pthread_initialize_minimal.
3237         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3238         in mmap call is never zero.
3240 2002-07-23  Andreas Jaeger  <aj@suse.de>
3242         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3243         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3245 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3247         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3248         creation and removal of the temp file.
3250         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3251         file creation.
3252         * test-skeleton.c (create_temp_file): New function.
3254 2002-07-22  Andreas Jaeger  <aj@suse.de>
3256         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3257         local label.
3259 2002-07-21  Roland McGrath  <roland@frob.com>
3261         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3262         put -I../include before -I../stdlib so we get the right errno.h et al.
3263         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3264         (CFLAGS-wcstof.c): Likewise.
3265         (CFLAGS-wcstold.c): Likewise.
3266         (CFLAGS-wcstod_l.c): Likewise.
3267         (CFLAGS-wcstof_l.c): Likewise.
3268         (CFLAGS-wcstold_l.c): Likewise.
3270 2002-07-19  Roland McGrath  <roland@frob.com>
3272         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3274 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
3276         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3277         __ASSUME_AT_XID is defined.
3278         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3279         for 2.4.1 and up.
3280         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3281         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3283         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3284         (CFLAGS-wcstof.c): Likewise.
3285         (CFLAGS-wcstold.c): Likewise.
3286         (CFLAGS-wcstod_l.c): Likewise.
3287         (CFLAGS-wcstof_l.c): Likewise.
3288         (CFLAGS-wcstold_l.c): Likewise.
3290 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
3292         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3293         __priority_which_t): Always typedef to int for C++.
3295 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
3297         * configure.in: Add test for __thread support in compiler.
3298         * config.h.in: Add HAVE___THREAD.
3299         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3300         * include/sys/errno.h: Moved to...
3301         * stdlib/sys/errno.h: ...here.  New file.
3302         * stdlib/errno.h: New file.  Moved from...
3303         * include/errno.h: ...here.  Changed into an internal header defining
3304         libc-local things like __set_errno.
3305         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3306         bits/errno.h.
3307         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3308         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3309         either.
3310         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3311         from...
3312         (_dl_start_final): ...here.  Add code to initialize tls elements from
3313         bootstrap_map.
3314         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3315         if USE_TLS && HAVE___THREAD.
3316         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3317         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3318         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3319         * sysdeps/standalone/bits/errno.h: Likewise.
3320         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3321         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3322         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3323         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3324         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3325         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3326         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3327         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3328         use GL(dl_rtld_map), use map parameter.
3329         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3330         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3331         USE_TLS && HAVE___THREAD.
3332         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3333         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3334         TLS code sequence.
3335         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3337         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3338         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3339         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3340         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3341         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3342         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3344 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3346         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3347         MS_INVALIDATE values.
3349 2002-07-17  Andreas Schwab  <schwab@suse.de>
3350             Ulrich Drepper  <drepper@redhat.com>
3352         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3353         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3354         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3355         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3357 2002-07-01  H.J. Lu  <hjl@gnu.org>
3359         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3360         return value.
3362         * elf/circlemod1.c (circlemod1): Return int.
3363         * elf/circlemod2.c (circlemod2): Likewise.
3364         * elf/circlemod2a.c (circlemod2): Likewise.
3365         * elf/circlemod3.c (circlemod3): Likewise.
3366         (circlemod3a): A new function.
3368 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3370         * catgets/tst-catgets.c (main): Don't expect results for
3371         untranslated messages.
3373         * glibcbug.in: Fix little typo.  Remove STDIO.
3375         * config.h.in: Fail if __FAST_MATH__ is defined.
3376         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3377         (CPPFLAGS-test-idouble.c): Likewise.
3378         (CPPFLAGS-test-ildouble.c): Likewise.
3380 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3382         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3383         * intl/tst-gettext.c: Correctly handle untranslated messages in
3384         positive tests.
3386         * po/de.po: Update from translation team.
3388 2002-07-02  H.J. Lu  <hjl@gnu.org>
3390         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3391         use ll/sc.
3392         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3394         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3395         to 2.4.0 for mips.
3397 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3399         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3400         TLS fail if USE_TLS is not defined.
3402         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3403         and adjust state for seek position.  [PR libc/4070]
3404         * libio/Makefile (tests): Add bug-rewind.
3405         * libio/bug-rewind.c: New file.
3407 2002-07-12  Philip Blundell  <philb@gnu.org>
3409         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3410         (__backtrace): Use it.
3411         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3413 2002-07-12  Philip Blundell  <philb@gnu.org>
3415         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3416         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3417         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3418         (elf_machine_rela): Remove unused variable.
3420         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3421         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3422         define.
3424 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3426         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3428 2002-07-14  Andreas Jaeger  <aj@suse.de>
3430         * sysdeps/x86_64/bits/link.h: Add biarch support.
3432 2002-07-13  Andreas Jaeger  <aj@suse.de>
3434         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3435         Use correct indices.
3436         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3438 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3440         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3441         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3442         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3443         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3444         * sysdeps/s390/s390-32/bits/link.h: Remove.
3445         * sysdeps/s390/s390-64/bits/link.h: Remove.
3446         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3447         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3448         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3449         * sysdeps/s390/bits/wordsize.h: New file.
3450         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3451         elfclass.h.
3452         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3453         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3454         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3455         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3456         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3457         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3458         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3459         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3460         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3461         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3462         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3463         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3464         resource.h.
3465         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3466         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3467         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3468         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3469         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3470         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3471         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3472         sigaction.h.
3473         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3474         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3475         siginfo.h.
3476         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3477         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3478         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3479         socket.h.
3480         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3481         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3482         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3483         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3484         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3485         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3486         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3487         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3488         procfs.h.
3489         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3490         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3491         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3492         ucontext.h.
3493         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3494         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3496 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3498         * Versions.def (libc): Add GLIBC_2.3.
3499         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3500         * stdlib/canonicalize.c: Add compatibility version for realpath
3501         and make new code available in GLIBC_2.3.
3503 2002-07-06  Bruno Haible  <bruno@clisp.org>
3505         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3507 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3509         * resolv/res_hconf.c (_res_hconf_init): Move code into new
3510         function do_init.  Use __libc_once.
3511         (do_init): New function.
3513         * iconvdata/iso8859-11.h: Removed.
3514         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3515         (distribute): Remove iso8859-11.h.
3516         * iconvdata/tst-tables.sh: Add ISO-8859-11.
3518         * stdio-common/vfscanf.c (inchar): Restore errno from previous
3519         underflow operation if c == (W)EOF.
3521 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3523         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3524         non-zero, adjust exponent.
3525         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3526         Remove NO_LONG_DOUBLE aliases.
3527         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3528         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3529         (__log1pl): Raise divide by zero and invalid exceptions when needed.
3530         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3531         1**y and -1**+-Inf.
3532         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3533         Fix BITS_PER_MP_LIMB 32 extraction.
3534         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3535         exceptions for qNaNs.
3536         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3537         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3538         Raise exceptions when needed.  Don't recurse unnecessarily.
3539         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3540         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3541         exceptions for qNaNs.
3542         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3543         to fix *quo return value sign.
3544         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3545         case -Inf argument.
3546         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3548 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3550         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3551         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3552         -DNDEBUG.
3554 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3556         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3557         the result.
3559         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3560         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3562         * Versions.def (libthread_db): Add GLIBC_2.3.
3564 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
3566         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3567         new stream if possible.
3568         * libio/freopen64.c (freopen64): Likewise.
3569         * libio/Makefile (tests): Add tst-freopen.
3570         * libio/tst-freopen.c: New file.
3572 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3574         * libio/stdio.h (obstack_printf): Add format attribute.
3575         (obstack_vprintf): Likewise.
3577 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3579         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
3580         resp. 16 bytes on 32-bit resp. 64-bit platforms.
3581         (re_charset_t, re_string_t): Reorder structure members for 64-bit
3582         architectures.
3584 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3586         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
3587         (init_dfa): ...here.
3589 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3591         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
3592         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
3593         nodes in parse trees.
3594         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
3595         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
3596         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
3597         nodes which can epsilon transit.
3598         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
3599         to IS_EPSILON_NODE macro.
3600         * posix/regexec.c (update_regs): New function to update registers
3601         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
3602         (proceed_next_node): Use the entities of the nodes to determine
3603         whether the node can transit to.
3604         (set_regs): Use update_regs function to update registers.
3606 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3608         * posix/bug-regex4.c (main): Remove duplicate setlocale.
3609         * posix/bug-regex6.c: New file.
3610         * posix/Makefile (tests): Add bug-regex6.
3611         (bug-regex6-ENV): Set LOCPATH.
3613 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3615         * Versions.def [libpthread]: Add GLIBC_2.2.6.
3616         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
3618 2002-07-06  Bruno Haible  <bruno@clisp.org>
3620         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
3622 2002-07-06  Bruno Haible  <bruno@clisp.org>
3624         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
3625         declarations.
3627         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
3629         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
3631         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
3632         not _UTSNAME_H.
3633         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
3635         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
3636         * sysdeps/generic/bits/ustat.h: Likewise.
3638         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
3640 2002-07-08  Andreas Jaeger  <aj@suse.de>
3642         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
3644 2002-07-08  Andreas Jaeger  <aj@suse.de>
3646         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
3648 2002-07-06  Andreas Jaeger  <aj@suse.de>
3650         * sysdeps/x86_64/fpu/bits/mathinline.h: New.
3651         * sysdeps/x86_64/fpu/s_copysign.S: New.
3652         * sysdeps/x86_64/fpu/s_copysignf.S: New.
3653         * sysdeps/x86_64/fpu/s_copysignl.S: New.
3654         * sysdeps/x86_64/fpu/s_finitel.S: New.
3655         * sysdeps/x86_64/fpu/s_fmax.S: New.
3656         * sysdeps/x86_64/fpu/s_fmaxf.S: New.
3657         * sysdeps/x86_64/fpu/s_fmaxl.S: New.
3658         * sysdeps/x86_64/fpu/s_fmin.S: New.
3659         * sysdeps/x86_64/fpu/s_fminf.S: New.
3660         * sysdeps/x86_64/fpu/s_fminl.S: New.
3662 2002-06-05  Brian Youmans <3diff@gnu.org>
3664         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
3665         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
3666         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
3667         * sysdeps/ia64/fpu/e_asin.S: Likewise.
3668         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
3669         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
3670         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
3671         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
3672         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
3673         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
3674         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
3675         * sysdeps/ia64/fpu/e_exp.S: Likewise.
3676         * sysdeps/ia64/fpu/e_expf.S: Likewise.
3677         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
3678         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
3679         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
3680         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
3681         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
3682         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
3683         * sysdeps/ia64/fpu/e_log.S: Likewise.
3684         * sysdeps/ia64/fpu/e_logf.S: Likewise.
3685         * sysdeps/ia64/fpu/e_pow.S: Likewise.
3686         * sysdeps/ia64/fpu/e_powf.S: Likewise.
3687         * sysdeps/ia64/fpu/e_powl.S: Likewise.
3688         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
3689         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
3690         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
3691         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
3692         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
3693         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
3694         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
3695         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
3696         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
3697         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
3698         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
3699         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
3700         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
3701         * sysdeps/ia64/fpu/libm_error.c: Likewise.
3702         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
3703         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
3704         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
3705         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
3706         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
3707         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
3708         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
3709         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
3710         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
3711         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
3712         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
3713         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
3714         * sysdeps/ia64/fpu/s_logb.S: Likewise.
3715         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
3716         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
3717         * sysdeps/ia64/fpu/s_modf.S: Likewise.
3718         * sysdeps/ia64/fpu/s_modff.S: Likewise.
3719         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
3720         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
3721         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
3722         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
3723         * sysdeps/ia64/fpu/s_rint.S: Likewise.
3724         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
3725         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
3726         * sysdeps/ia64/fpu/s_round.S: Likewise.
3727         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
3728         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
3729         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
3730         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
3731         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
3732         * sysdeps/ia64/fpu/s_significand.S: Likewise.
3733         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
3734         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
3735         * sysdeps/ia64/fpu/s_tan.S: Likewise.
3736         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
3737         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
3738         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
3739         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
3740         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
3741         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
3742         reflect IBM donation of math library to FSF
3743         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
3744         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
3745         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
3746         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
3747         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
3748         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
3749         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
3750         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
3751         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
3752         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
3753         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
3754         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
3755         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
3756         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
3757         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
3758         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
3759         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
3760         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
3761         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
3762         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
3763         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
3764         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
3765         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
3766         * sysdeps/vax/__longjmp.c: Likewise.
3767         * sysdeps/vax/setjmp.c: Likewise.
3768         * libio/filedoalloc.c: Fixed BSD copying permission notice to
3769         remove advertising clause
3770         * sysdeps/vax/htonl.s: Likewise.
3771         * sysdeps/vax/htons.s: Likewise.
3772         * libio/wfiledoalloc.c: Likewise.
3773         * stdlib/random.c: Likewise.
3774         * stdlib/random_r.c: Likewise.
3775         * sysdeps/mach/sys/reboot.h: Likewise.
3776         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
3777         * sysdeps/posix/getaddrinfo.c: Likewise.
3778         * sunrpc/des_impl.c: Updated license permission notice to Lesser
3779         GPL and corrected pointer to point to the correct license.
3781 2002-07-04  Andreas Jaeger  <aj@suse.de>
3783         * scripts/config.guess: New upstream version.
3784         * scripts/config.sub: Likewise.
3786 2002-07-02  Andreas Schwab  <schwab@suse.de>
3788         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
3789         in parallel to bumping up the buffer pointer.
3791 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3793         * math/libm-test.inc (acos_test): Add missing L suffix for
3794         expected result.
3795         (cpow_test): Likewise.
3796         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
3797         error for acos (0.0625).
3799 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3801         * locale/iso-639.def: Add entry for Ganda.
3802         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
3803         definition.
3804         (address_finish): Handle entries with two letter ISO 639 code.
3806         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
3807         directory if it existed before.
3808         * iconv/iconvconfig.c: Implement --prefix option.
3810         * math/libm-test.inc (cexp_test): Add missing L suffix for
3811         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
3812         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
3813         1.25 i).
3815 2002-05-29  H.J. Lu  <hjl@gnu.org>
3817         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
3818         is turned on.
3820 2002-05-28  H.J. Lu  <hjl@gnu.org>
3822         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
3823         are not dlopened on the dependency list of a dlopened object.
3825 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
3827         * elf/dl-lookup.c (add_dependency): It is not necessary to add
3828         dependencies if they are created between objects which are created
3829         while processing RTLD_NOW for objects loaded as part of the same
3830         dlopen call.
3832 2002-06-14  H.J. Lu  <hjl@gnu.org>
3834         * elf/Makefile (tests): Add circleload1.
3835         (modules-names): Add circlemod1, circlemod2, circlemod3,
3836         circlemod1a, circlemod2a and circlemod3a.
3837         ($(objpfx)circleload1): New target.
3838         ($(objpfx)circleload1.out): Likewise.
3839         ($(objpfx)circlemod1.so): Likewise.
3840         ($(objpfx)circlemod2.so): Likewise.
3841         ($(objpfx)circlemod1a.so): Likewise.
3842         ($(objpfx)circlemod2a.so): Likewise.
3843         * elf/circleload1.c: New file.
3844         * elf/circlemod1.c: New file.
3845         * elf/circlemod1a.c: New file.
3846         * elf/circlemod2.c: New file.
3847         * elf/circlemod2a.c: New file.
3848         * elf/circlemod3.c: New file.
3849         * elf/circlemod3a.c: New file.
3851 2002-06-18  Amos Waterland  <apw@us.ibm.com>
3853         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
3854         file descriptor.
3855         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
3856         add check for fd not open for writing.
3858         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
3859         completed element(s) and do not suspend thread if so.  Patch
3860         heavily modified by drepper.
3862         * rt/tst-aio7.c: New file.  Regression test for problems which the
3863         above three changes fix.
3864         * rt/Makefile (tests): Add tst-aio7.
3866 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
3868         * rt/tst-aio6.c: Fix comment.
3870         * catgets/gencat.c (read_input_file): Handle more than one slash
3871         at end of line correctly [PR libc/3926].
3872         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
3874         * catgets/sample.SJIS: Add test case for above bug.
3875         * catgets/test-gencat.c: Adjust test code.
3876         * catgets/test-gencat.sh: Adjust expected results.
3878         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
3879         to skip relative relocations.
3880         Patch by Geoff Keating <geoffk@redhat.com>.
3882 2002-05-26  Bruno Haible  <bruno@clisp.org>
3884         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
3885         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
3886         All callers changed.
3887         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
3888         STANDARD_FROM_LOOP_ERR_HANDLER.
3889         (utf8_internal_loop): Likewise.
3890         (ucs2_internal_loop): Likewise.
3891         (internal_ucs2_loop): Perform error handling like in
3892         STANDARD_FROM_LOOP_ERR_HANDLER.
3893         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
3894         in STANDARD_FROM_LOOP_ERR_HANDLER.
3895         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3896         handling.
3897         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
3898         in STANDARD_FROM_LOOP_ERR_HANDLER.
3899         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3900         handling.
3901         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
3902         in STANDARD_FROM_LOOP_ERR_HANDLER.
3903         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3904         handling.
3905         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
3906         STANDARD_FROM_LOOP_ERR_HANDLER.
3907         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
3908         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
3909         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
3910         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
3911         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
3912         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
3913         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
3914         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
3915         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
3916         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
3917         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
3918         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
3919         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
3920         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
3921         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
3922         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
3923         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
3924         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
3925         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
3926         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
3927         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
3928         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
3929         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
3930         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
3931         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
3932         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
3933         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
3934         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
3935         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
3936         an error, still set result = __GCONV_ILLEGAL_INPUT.
3937         (BODY for TO_LOOP): Likewise.
3938         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
3939         STANDARD_FROM_LOOP_ERR_HANDLER.
3940         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3941         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
3942         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3943         handling.
3944         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3945         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
3946         STANDARD_FROM_LOOP_ERR_HANDLER.
3947         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3948         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
3949         STANDARD_FROM_LOOP_ERR_HANDLER.
3950         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3951         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
3952         STANDARD_FROM_LOOP_ERR_HANDLER.
3953         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3954         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
3955         STANDARD_FROM_LOOP_ERR_HANDLER.
3956         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3957         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
3958         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
3959         handling.
3960         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
3961         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
3962         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
3963         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
3965 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
3967         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
3968         labels in assembler instructions.
3970 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
3972         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
3973         not enough content is available.
3974         * libio/tst-eof.c: New file.
3975         * libio/Makefile (tests): Add tst-eof.
3977         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
3978         update atime.
3979         * libio/tst-atime.c: New file.
3980         * libio/Makefile (tests): Add tst-atime.
3982         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
3983         handling of overly long words.
3985 2002-06-25  Andreas Jaeger  <aj@suse.de>
3987         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
3988         to not use 32-bit pc relative relocations.
3989         (elf_machine_dynamic): Likewise.
3991 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
3993         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
3994         (__GETDENTS): Check for failed getdents64 syscall.
3995         * dirent/Makefile (tests): Add bug-readdir1.
3996         * dirent/bug-readdir1.c: New file.
3998 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4000         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4001         lookups.
4002         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4003         code.  Print TLS modid and offset for modules containing PT_TLS
4004         segments.
4006 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4008         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4009         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4010         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4011         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4013 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4015         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4016         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4017         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4018         * nss/getXXent_r.c (NEW, NEW1): Define.
4019         (NEW (REENTRANT_GETNAME)): Strong alias to
4020         INTERNAL (REENTRANT_GETNAME).
4021         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4023 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4025         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4026         (_IO_file_jumps_mmap): Use it.
4027         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4028         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4029         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4030         prototype.
4031         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4032         (_IO_wfile_jumps_mmap): Don't use it anymore.
4033         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4034         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4035         _IO_wdefault_setbuf.
4036         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4037         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4038         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4040 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4042         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4043         * libio/tst-mmap-setvbuf.c: New test.
4045 2002-06-21  Andreas Jaeger  <aj@suse.de>
4047         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4049 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4051         * include/unistd.h (__fork_internal): Remove.
4052         (__fork): Don't define to __fork_internal.
4053         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4054         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4055         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4056         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4057         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4059 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4061         * po/hr.po: New file.
4063 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4065         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4066         Reported by Michael Meissner <meissner@redhat.com>.
4068 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4070         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4071         Patch by Hans Boehm <hans_boehm@hp.com>.
4073 2002-06-20  Andreas Jaeger  <aj@suse.de>
4075         * math/libm-test.inc: Use exact values as input parameters,
4076         compute output parameters with 36 digits for 128-bit long doubles.
4077         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4078         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4079         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4081 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4083         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4084         argument or result is subnormal.
4086 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4088         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4089         quotient.
4090         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4091         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4093         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4095 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4097         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4098         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4099         Reported by Peter A. Buhr.
4101 2002-06-15  Roland McGrath  <roland@frob.com>
4103         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4104         warning.
4106         * sysdeps/mach/hurd/getcwd.c
4107         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4109         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4110         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4112         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4113         jump to local subroutine.
4115 2002-06-14  Roland McGrath  <roland@frob.com>
4117         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4118         * sysdeps/mach/hurd/Makeconfig: ... here.
4120 2002-06-13  Andreas Schwab  <schwab@suse.de>
4122         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4123         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4124         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4126 2002-06-13  Roland McGrath  <roland@frob.com>
4128         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4129         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4130         Use intptr_t instead of int for argc in stack layout.
4131         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4132         (_dl_init_first): Likewise.
4133         (_hurd_stack_setup): Likewise.
4134         (init1): Add a cast.
4135         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4137         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4138         argument to pfinet_siocgifconf RPC.
4140 2002-06-13  Andreas Schwab  <schwab@suse.de>
4142         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4143         expansion order.
4145 2002-06-12  Roland McGrath  <roland@frob.com>
4147         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4148         if already defined.
4149         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4150         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4152 2002-06-11  Roland McGrath  <roland@frob.com>
4154         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4155         file on [!RTLD_STAT64].
4156         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4158         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4159         (__fdopen): Use INTUSE.
4160         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4162         * stdio-common/tmpfile64.c: File removed.
4163         * sysdeps/generic/tmpfile64.c: New file.
4164         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4165         if not already defined.
4166         (tmpfile): Use it in place of __GT_FILE.
4168         * include/unistd.h: Declare __chown_internal.
4170         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4171         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4173 2002-06-09  Roland McGrath  <roland@frob.com>
4175         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4176         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4177         value of HURD_INTERFACE_VERSION >= 20020609.
4178         * sysdeps/mach/hurd/configure: Regenerated.
4179         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4180         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4181         convert a struct stat64 into a struct stat and return 0 or -1
4182         with errno set to EOVERFLOW.
4183         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4184         for struct statfs64 to struct statfs.
4185         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4186         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4187         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4188         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4189         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4190         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4191         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4192         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4193         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4194         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4195         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4196         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4197         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4198         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4199         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4200         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4201         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4202         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4203         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4204         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4205         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4206         Use struct stat64 for io_stat argument.
4207         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4208         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4209         to io_seek.
4210         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4211         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4212         * hurd/hurd/fd.h: Update decls.
4213         * sysdeps/mach/hurd/getcwd.c
4214         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4215         and struct dirent64.
4216         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4217         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4218         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4219         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4221 2002-06-08  Roland McGrath  <roland@frob.com>
4223         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4224         instead of unsigned long int for __allocation and __size members.
4226 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4228         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4229         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4230         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4231         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4233 2002-06-07  Roland McGrath  <roland@frob.com>
4235         * sysdeps/mach/hurd/bits/environments.h: File removed.
4237 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4239         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4240         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4241         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4242         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4243         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4244         (sendfile64): Likewise.
4245         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4246         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4247         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4248         Likewise.
4249         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4251         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4252         already defined.
4254 2002-06-04  Bruno Haible  <bruno@clisp.org>
4256         * sysdeps/cris/stackinfo.h: New file.
4258         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4259         to an integer type before performing bit operations on it.
4261 2002-06-05  Roland McGrath  <roland@frob.com>
4263         * sysdeps/generic/sendfile.c: Include <errno.h>.
4264         * sysdeps/generic/sendfile64.c: Likewise.
4266         * io/Makefile (routines): Add sendfile and sendfile64.
4267         (headers): Add sys/sendfile.h to the list.
4268         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4269         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4270         * io/sys/sendfile.h: ... here.
4271         * sysdeps/generic/sendfile.c: New file.
4272         * sysdeps/generic/sendfile64.c: New file.
4274         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4275         Move sendfile, sendfile64 to ...
4276         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4277         * sysdeps/mach/hurd/sendfile.c: New file.
4278         * sysdeps/mach/hurd/sendfile64.c: New file.
4280         * sysdeps/mach/nanosleep.c: New file.
4282 2002-06-04  Roland McGrath  <roland@frob.com>
4284         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
4285         * sysdeps/alpha/elf/configure: New file (generated).
4287 2002-06-02  Roland McGrath  <roland@frob.com>
4289         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4291 2002-06-01  Roland McGrath  <roland@frob.com>
4293         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4294         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4296 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4298         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4299         Add nsmap.
4300         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4301         Remove nstimes setting.
4302         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4303         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4304         there is mix of IPv6 and IPv4 nameservers.
4305         Use nsmap array to find free slots and preserve nameserver ordering.
4306         Fix RES_ROTATE.
4308 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4310         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4311         use this header with LFS.
4313         * po/sk.po: Update from translation team.
4315 2002-05-28  Andreas Schwab  <schwab@suse.de>
4317         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4318         message when finding object of wrong class.
4320 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4322         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4323         Patch by <radu@netsoft.ro>.
4325 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4327         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4328         Add readahead.
4329         * sysdeps/unix/sysv/linux/readahead.c: New file.
4330         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4331         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4332         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4333         Add sendfile64 alias to sendfile syscall.
4334         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4335         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4336         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4337         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4338         syscall.
4340         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4341         special section for PIC register loading.
4342         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4344         * config.h.in: Define HAVE_HIDDEN.
4345         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4347         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4349 2002-05-28  Roland McGrath  <roland@frob.com>
4351         * sysdeps/mach/alpha/setfpucw.c: New file.
4353 2002-05-26  Roland McGrath  <roland@frob.com>
4355         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4356         Use integer_t instead of int for IOC_VOID case.
4358 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4360         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4362 2002-05-26  Bruno Haible  <bruno@clisp.org>
4364         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4365         end of the ISO-8859-7 from idx table.
4367 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4369         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4371 2002-05-24  David S. Miller  <davem@redhat.com>
4373         * string/bits/string2.h (memset): Do not try to optimize when
4374         not _STRING_ARCH_unaligned if GCC will do the right thing.
4376 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4378         * posix/regex.c: Define `inline' as a macro into nothing for the
4379         compilers which lack the keyword.
4380         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4381         for the compatibility of gawk.
4382         * posix/regcomp.c: Add fake implementation of isblank() for the
4383         environments which lack the function.
4384         Don't use free_charset() in case of non-i18n envs.
4385         (build_range_exp): Don't use i18n related code in case of non-i18n
4386         envs.
4387         (build_collating_symbol): Likewise.
4388         (build_equiv_class): Likewise.
4389         (build_charclass): Likewise.
4390         (re_compile_fastmap_iter): Likewise.
4391         (parse_bracket_exp): Likewise.
4392         (build_word_op): Likewise.
4393         (regfree): Don't use free_charset() in case of non-i18n envs.
4394         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4395         re_token_type_t in case of non-i18n envs.
4396         Don't define re_charset_t in case of non-i18n envs.
4397         Change the type of wcs of re_string_t from wchar_t to wint_t,
4398         since we store also WEOF.
4399         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4400         the type of wcs of re_string_t from wchar_t to wint_t.
4401         (re_string_reconstruct): Likewise.
4402         (create_ci_newstate): Don't use i18n related code in case of
4403         non-i18n envs.
4404         (create_cd_newstate): Likewise.
4406 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4408         * iconv/loop.c: Fix typo.
4410 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4412         * inet/ether_line.c (ether_line): Fix a typo causing only
4413         lower 4 bits of each ethernet address byte being assigned.
4414         Don't modify what line points to.
4415         * inet/tst-ether_aton.c (main): Add ether_line tests.
4417 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4419         * manual/filesys.texi: Don't make readlink example leak memory
4420         when readlink fails.
4422 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4424         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4425         some more security checks.
4427 2002-05-17  David S. Miller  <davem@redhat.com>
4429         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4431 2002-05-16  David S. Miller  <davem@redhat.com>
4433         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4434         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4435         (elf_machine_load_address): Likewise.
4436         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4438         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4439         is unaligned, do not forget to fully initialize %g1 magic value.
4441         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4442         register definitions and provide 32-bit variants of structures
4443         during 64-bit builds.
4445         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4446         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4447         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4448         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4449         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4450         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4451         Do not clear implicit one bit here, it must be done post-rounding.
4452         Only pad to the left using left shift if value uses less than the
4453         available fractional bits.
4455 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4457         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4458         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4459         (shared-only-routines): Likewise.
4460         * sysdeps/powerpc/libgcc-compat.c: New file.
4461         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4462         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4463         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4464         * sysdeps/wordsize-32/shdi3.c: Removed.
4466 2002-05-16  Bruno Haible  <bruno@clisp.org>
4468         * MakeTAGS (libc.pot): Don't sort the output.
4469         * po/header.pot: Update to match xgettext 0.11 output.
4471 2002-05-16  Bruno Haible  <bruno@clisp.org>
4473         * MakeTAGS (subdirs): Remove duplicates.
4475 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4477         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4478         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4479         alias.
4481 2002-05-19  Andreas Jaeger  <aj@suse.de>
4483         * sysdeps/unix/sysv/linux/configure.in: Warn against an
4484         installation in /usr/local.
4486 2002-05-16  Bruno Haible  <bruno@clisp.org>
4488         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4489         string as argument of #error.
4491 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4493         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4494         don't define static.  Remove old __realpath function.  TC1 of
4495         POSIX 2001 will allow the second parameter to be NULL.
4496         * stdlib/test-canon.c: Comment out test for NULL as second
4497         parameter of realpath.
4499         * time/offtime.c (__offtime): Set errno if overflow is detected.
4501         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4502         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4503         dl-brk and dl-sbrk.
4505         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4506         (fdimf): Likewise.
4508 2002-05-15  Roland McGrath  <roland@frob.com>
4510         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4512 2002-05-12  Bruno Haible  <bruno@clisp.org>
4514         * iconvdata/testdata/EUC-JISX0213: New file.
4515         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4516         * iconvdata/testdata/SHIFT_JISX0213: New file.
4517         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4518         * iconvdata/testdata/ISO-2022-JP-3: New file.
4519         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4520         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4521         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4522         contains comments indicating precomposed characters.
4524 2002-04-21  Bruno Haible  <bruno@clisp.org>
4526         * iconvdata/iso-2022-jp-3.c: New file.
4527         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4528         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4529         (LDFLAGS-ISO-2022-JP-3.so): New variable.
4530         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4531         (distribute): Add iso-2022-jp-3.c.
4533 2002-05-12  Bruno Haible  <bruno@clisp.org>
4535         * iconvdata/tst-table-to.c (main): Restore handling of
4536         transliterations, broken by last patch.
4538 2002-05-12  Bruno Haible  <bruno@clisp.org>
4540         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4542 2002-05-12  Bruno Haible  <bruno@clisp.org>
4544         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4545         when there is not enough room in the output buffer.
4546         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4548 2002-04-20  Bruno Haible  <bruno@clisp.org>
4550         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4551         macros.
4552         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4553         Also make this macro work if FROM_DIRECTION evaluates to 0.
4554         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4555         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4556         of consume_incomplete.
4557         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4558         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4559         4, not 8.
4560         * iconvdata/cp1258.c: Likewise.
4561         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4562         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4563         not 2.
4564         * iconvdata/ibm933.c: Likewise.
4565         * iconvdata/ibm935.c: Likewise.
4566         * iconvdata/ibm937.c: Likewise.
4567         * iconvdata/ibm939.c: Likewise.
4568         * iconvdata/iso-2022-cn.c: Define
4569         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4570         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4571         * iconvdata/iso-2022-cn-ext.c: Likewise.
4572         * iconvdata/iso-2022-jp.c: Define
4573         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4574         {MIN,MAX}_NEEDED_{FROM,TO}.
4575         * iconvdata/tcvn5712-1.c: Define
4576         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4577         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
4578         * iconvdata/euc-jisx0213.c: Define
4579         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4580         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
4581         * iconvdata/shift_jisx0213.c: Likewise.
4583 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4585         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
4586         shdi3, fixdfdi, fixsfdi in csu dir.
4587         (shared-only-routines): Likewise.
4588         * sysdeps/wordsize-32/cmpdi2.c: New file.
4589         * sysdeps/wordsize-32/shdi3.c: New file.
4590         * sysdeps/wordsize-32/fixdfdi.c: New file.
4591         * sysdeps/wordsize-32/fixsfdi.c: New file.
4592         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
4593         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
4594         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
4596         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
4597         Only use va_arg if the argument will be used [PR libc/3259].
4599 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
4601         * catgets/catgets.c (catopen): Free buffer if internal catalog
4602         open fails.
4604 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4606         * debug/xtrace.sh: Make more robust.  For realtime tracking use
4607         non-buffering methods.
4608         * debug/pcprofiledump.c: Implement -u option.
4609         Patch by Roger Luethi <rl@hellgate.ch>.
4611 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
4613         * include/netinet/in.h (bindresvport_internal): Add prototype.
4614         * include/rpc/auth.h  (authunix_create_internal,
4615         authunix_create_default_internal, authnone_create_internal,
4616         authdes_pk_create_internal): Add prototypes.
4617         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
4618         clntudp_create_internal, clntudp_bufcreate_internal,
4619         clntunix_create_internal): Add prototypes.
4620         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
4621         svc_getreq_internal, svc_getreq_common_internal,
4622         svc_getreqset_internal, svc_getreq_poll_internal,
4623         svc_register_internal, svc_unregister_internal,
4624         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
4625         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
4626         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
4627         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
4628         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
4629         * inet/rcmd.c (rcmd_af): Use __listen.
4630         (rresvport_af): Use __bind.
4631         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
4632         authunix_create, authunix_create_default, authnone_create,
4633         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
4634         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
4635         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
4636         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
4637         _authenticate, add INTDEF after such function definitions.
4638         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
4639         __setsockopt, __getsockname instead of non-__ variants.
4640         * sunrpc/pmap_rmt.c: Likewise.
4641         * sunrpc/rtime.c: Likewise.
4642         * sunrpc/svc_udp.c: Likewise.
4643         * sunrpc/clnt_unix.c: Likewise.
4644         * sunrpc/svc_unix.c: Likewise.
4645         * sunrpc/bindrsvprt.c: Likewise.
4646         * sunrpc/svc_tcp.c: Likewise.
4647         * sunrpc/auth_none.c: Likewise.
4648         * sunrpc/clnt_raw.c: Likewise.
4649         * sunrpc/clnt_tcp.c: Likewise.
4650         * sunrpc/auth_unix.c: Likewise.
4651         * sunrpc/key_call.c: Likewise.
4652         * sunrpc/clnt_gen.c: Likewise.
4653         * sunrpc/pm_getmaps.c: Likewise.
4654         * sunrpc/clnt_simp.c: Likewise.
4655         * sunrpc/pmap_clnt.c: Likewise.
4656         * sunrpc/svc_run.c: Likewise.
4657         * sunrpc/svc.c: Likewise.
4658         * sunrpc/svc_simple.c: Likewise.
4659         * sunrpc/pm_getport.c: Likewise.
4660         * sunrpc/auth_des.c: Likewise.
4661         * sunrpc/svc_auth.c: Likewise.
4662         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
4663         __register_frame_info_table_bases, __deregister_frame_info_bases):
4664         Add INTDEF.
4665         (__register_frame_info_bases_internal,
4666         __register_frame_info_table_bases_internal,
4667         __deregister_frame_info_bases_internal): Add prototypes.
4668         (__register_frame_info, __register_frame): Use INTUSE in call to
4669         __register_frame_info_bases.
4670         (__register_frame_info_table): Similarly.
4671         (__deregister_frame_info, __deregister_frame): Similarly.
4672         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
4673         sendto as weak alias.
4674         * sysdeps/mach/hurd/sendto.c: Likewise.
4675         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
4676         recvfrom as weak alias.
4677         * sysdeps/mach/hurd/recvfrom.c: Likewise.
4678         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
4679         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
4680         recvmsg as weak alias.
4681         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
4682         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
4683         sendmsg as weak alias.
4684         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
4685         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
4686         setsockopt, add setsockopt as weak alias.
4687         * sysdeps/mach/hurd/setsockopt.c: Likewise.
4688         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
4689         weak alias.
4690         * sysdeps/mach/hurd/bind.c: Likewise.
4691         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
4692         as weak alias.
4693         * sysdeps/mach/hurd/listen.c: Likewise.
4694         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
4695         getsockname, add getsockname as weak alias.
4696         * sysdeps/mach/hurd/getsockname.c: Likewise.
4697         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
4698         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
4699         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
4700         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
4701         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
4702         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
4703         Add aliases.
4704         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4705         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
4706         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
4707         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4708         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
4709         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
4710         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
4711         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
4712         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
4713         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
4714         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
4715         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
4717 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4719         * locale/programs/localedef.h (show_archive_content): Add verbose
4720         argument.
4721         * locale/programs/localedef.c (main): Adjust caller.
4722         * locale/programs/locarchive.c (struct nameent, struct dataent): New.
4723         (nameentcmp, dataentcmp): New functions.
4724         (xstrcmp): Remove.
4725         (show_archive_content): Print verbose listing with --list-archive -v.
4727 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
4729         * locale/programs/locarchive.c (open_archive): Take extra argument
4730         readonly.  If true open file with O_RDONLY and don't create the
4731         archive if it doesn't exist.
4732         Adapt all callers.
4733         (close_archive): Don't do anything if fd element is -1.
4734         * locale/programs/localedef.h (open_archive): Adjust prototype.
4735         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
4736         call.
4738         * malloc/malloc.c (__posix_memalign): Correct check for size of
4739         alignment value [PR libc/3444].
4741         * include/stdio.h: Remove references to old stdio implementation.
4743         * libio/Makefile (bug-ungetwc2-ENV): Define.
4745 2002-05-13  Roland McGrath  <roland@frob.com>
4747         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
4749         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
4751 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
4753         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
4754         Allocate three, not two, more than LEN when appending '/.'.
4755         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
4756         if NAME ends with '/.' if it is shorter than 2 chars.
4758 2002-05-12  Roland McGrath  <roland@frob.com>
4760         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
4761         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
4763         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
4764         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
4766 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
4768         * sysdeps/ia64/Makefile: Remove extra endif.
4769         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
4771 2002-05-10  Andreas Schwab  <schwab@suse.de>
4773         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
4775 2002-05-09  Andreas Jaeger  <aj@suse.de>
4777         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New.
4778         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
4779         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
4781         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
4782         * sysdeps/wordsize-64/glob.c: ...here.
4783         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
4784         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
4785         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
4787 2002-05-08  Roland McGrath  <roland@frob.com>
4789         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
4790         O_NOTRANS flag in "." lookup.
4792 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
4794         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
4796 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
4798         * locale/duplocale.c (__duplocale): Update special members only
4799         when allocation succeeded.
4801 2002-05-03  Roland McGrath  <roland@frob.com>
4803         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
4804         we can only build libc.so.0.3(GLIBC_2.2.6) now.
4806 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
4808         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
4809         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
4810         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
4811         * sysdeps/ia64/ia64libgcc.S: New file.
4813 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
4815         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
4817         * malloc/memusage.c: Distinguish anonymous mmap.
4819 2002-05-01  Roland McGrath  <roland@frob.com>
4821         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
4822         and use INTDEF on it.
4823         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
4825         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
4827         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
4829 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
4831         * malloc/memusage.c: Add support for tracking mmap & friends.
4832         * malloc/memusage.sh: Implement -m/--mmap option.
4834 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4836         * locale/programs/locarchive.c (create_archive): Add archivefname
4837         argument, create fname from it.
4838         (enlarge_archive): Honour output_prefix.
4839         (open_archive): Likewise.
4841 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
4843         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
4844         too many stpcpy macros.
4846 2002-04-26  Bruno Haible  <bruno@clisp.org>
4848         * locale/programs/ld-collate.c (collate_read): Cast first argument
4849         for "%.*s" to int.
4851 2002-04-26  Bruno Haible  <bruno@clisp.org>
4853         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
4854         __dcngettext_internal): New declarations.
4855         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
4856         attribute declarations.
4858 2002-04-30  Roland McGrath  <roland@frob.com>
4860         Removed old GNU stdio implementation; GNU libio is now the only option.
4861         * configure.in: Removed --enable-libio option and @stdio@ subst var.
4862         Define USE_IN_LIBIO unconditionally.
4863         * configure: Regenerated.
4864         * Makeconfig (stdio): Set to libio by default.
4865         * config.make.in (stdio): Variable removed.
4866         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
4867         * sysdeps/unix/sysv/linux/configure: Regenerated.
4868         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
4869         * sysdeps/mach/hurd/configure: Regenerated.
4870         * stdio/.cvsignore: File removed.
4871         * stdio/Makefile: File removed.
4872         * stdio/Versions: File removed.
4873         * stdio/__fbufsize.c: File removed.
4874         * stdio/__flbf.c: File removed.
4875         * stdio/__fpending.c: File removed.
4876         * stdio/__fpurge.c: File removed.
4877         * stdio/__freadable.c: File removed.
4878         * stdio/__freading.c: File removed.
4879         * stdio/__fsetlocking.c: File removed.
4880         * stdio/__fwritable.c: File removed.
4881         * stdio/__fwriting.c: File removed.
4882         * stdio/clearerr.c: File removed.
4883         * stdio/fclose.c: File removed.
4884         * stdio/fcloseall.c: File removed.
4885         * stdio/feof.c: File removed.
4886         * stdio/ferror.c: File removed.
4887         * stdio/fflush.c: File removed.
4888         * stdio/fgetc.c: File removed.
4889         * stdio/fgetpos.c: File removed.
4890         * stdio/fgets.c: File removed.
4891         * stdio/fileno.c: File removed.
4892         * stdio/fmemopen.c: File removed.
4893         * stdio/fopen.c: File removed.
4894         * stdio/fopncook.c: File removed.
4895         * stdio/fputc.c: File removed.
4896         * stdio/fputs.c: File removed.
4897         * stdio/fread.c: File removed.
4898         * stdio/freopen.c: File removed.
4899         * stdio/fseek.c: File removed.
4900         * stdio/fsetpos.c: File removed.
4901         * stdio/ftell.c: File removed.
4902         * stdio/fwrite.c: File removed.
4903         * stdio/getc.c: File removed.
4904         * stdio/getchar.c: File removed.
4905         * stdio/getdelim.c: File removed.
4906         * stdio/gets.c: File removed.
4907         * stdio/glue.c: File removed.
4908         * stdio/internals.c: File removed.
4909         * stdio/linewrap.c: File removed.
4910         * stdio/linewrap.h: File removed.
4911         * stdio/memstream.c: File removed.
4912         * stdio/newstream.c: File removed.
4913         * stdio/obstream.c: File removed.
4914         * stdio/putc.c: File removed.
4915         * stdio/putchar.c: File removed.
4916         * stdio/puts.c: File removed.
4917         * stdio/rewind.c: File removed.
4918         * stdio/setbuf.c: File removed.
4919         * stdio/setbuffer.c: File removed.
4920         * stdio/setlinebuf.c: File removed.
4921         * stdio/setvbuf.c: File removed.
4922         * stdio/stdio.h: File removed.
4923         * stdio/ungetc.c: File removed.
4924         * stdio/vasprintf.c: File removed.
4925         * stdio/vscanf.c: File removed.
4926         * stdio/vsnprintf.c: File removed.
4927         * stdio/vsprintf.c: File removed.
4928         * stdio/vsscanf.c: File removed.
4929         * sysdeps/generic/defs.c: File removed.
4930         * sysdeps/generic/fdopen.c: File removed.
4931         * sysdeps/generic/pipestream.c: File removed.
4932         * sysdeps/generic/stdio_init.c: File removed.
4933         * sysdeps/generic/sysd-stdio.c: File removed.
4934         * sysdeps/generic/vdprintf.c: File removed.
4935         * sysdeps/mach/hurd/defs.c: File removed.
4936         * sysdeps/mach/hurd/fdopen.c: File removed.
4937         * sysdeps/mach/hurd/pipestream.c: File removed.
4938         * sysdeps/mach/hurd/stdio_init.c: File removed.
4939         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
4940         * sysdeps/mach/hurd/vdprintf.c: File removed.
4941         * sysdeps/posix/defs.c: File removed.
4942         * sysdeps/posix/fdopen.c: File removed.
4943         * sysdeps/posix/pipestream.c: File removed.
4944         * sysdeps/posix/stdio_init.c: File removed.
4945         * sysdeps/posix/vdprintf.c: File removed.
4946         * sysdeps/unix/pipestream.c: File removed.
4947         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
4948         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
4949         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
4951 2002-04-29  Roland McGrath  <roland@frob.com>
4953         * include/libc-symbols.h (link_warning): Use `unused' attribute.
4955 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
4957         * sysdeps/generic/tls.h: Describe what must be defined.
4959         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
4960         glob_in_dir [PR libc/3385].
4961         * posix/globtest.sh: Add test case.
4963         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
4964         //TRANSLIT twice.
4966 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
4968         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
4969         _internal symbol handling.
4970         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
4972 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
4974         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
4975         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
4977 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
4979         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
4980         not _LIBC and RE_ENABLE_I18N.
4981         (build_range_exp): Implement for not _LIBC.
4982         (build_collating_symbol): Likewise.
4983         (parse_bracket_exp): Unify redundant error handlings.
4984         Don't erase mbcset for non matching list in multibyte envs.
4985         (build_word_op): Add '_' to matching list for \w operator.
4986         * posix/regex_internal.c (re_string_construct): Invoke
4987         build_upper_buffer in case of not RE_ENABLE_I18N.
4988         (re_string_reconstruct): Don't touch cur_state in case of not
4989         RE_ENABLE_I18N.
4990         * posix/regex_internal.h (attribute_hidden): New macro in case of
4991         not _LIBC.
4992         (re_charset_t): Define range_starts/ends in case of not _LIBC.
4993         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
4994         RE_ENABLE_I18N.
4995         (transit_state_mb): Likewise.
4996         (check_node_accept_bytes): Implement the code evaluating range
4997         expression in case of not _LIBC.
4998         (find_collation_sequence_value): Hide in case of not _LIBC.
5000 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5002         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5003         i386/semctl.c.
5004         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5005         be used.
5007 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5009         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5011         * sysdeps/ia64/strncpy.S: Fix recovery code.
5012         Patch by David Mosberger <davidm@hpl.hp.com>.
5014 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5016         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5017         GLIBC_2.2.6.
5019 2002-04-14  Bruno Haible  <bruno@clisp.org>
5021         * posix/regex.c (re_max_failures): Add back symbol for binary
5022         compatibility.
5024 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5026         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5027         of buffer building functions.
5028         * posix/regex_internal.c (re_string_allocate): New function.
5029         (re_string_realloc_buffers): New function.
5030         (re_string_skip_chars): New function.
5031         (re_string_reconstruct): New function.
5032         (re_string_construct): Adapt it to new interface of buffer building
5033         functions.
5034         (re_string_construct_common): Likewise.
5035         (build_wcs_buffer): Likewise.
5036         (build_wcs_upper_buffer): Likewise.
5037         (build_upper_buffer): Likewise.
5038         (re_string_translate_buffer): Likewise.
5039         (re_string_context_at): Adapt it to variable length buffers.
5040         * posix/regex_internal.h (re_string_t): Add new fields to handle
5041         variable length buffers.
5042         (re_match_context_t): Likewise.
5043         * posix/regexec.c (re_search_internal): Adapt it to new interface
5044         of re_string_t and re_match_context_t.
5045         (acquire_init_state_context): Likewise.
5046         (check_matching): Likewise.
5047         (check_halt_state_context): Likewise.
5048         (proceed_next_node): Likewise.
5049         (set_regs): Likewise.
5050         (sift_states_backward): Likewise.
5051         (clean_state_log_if_need): Likewise.
5052         (sift_states_iter_mb): Likewise.
5053         (sift_states_iter_bkref): Likewise.
5054         (add_epsilon_backreference): Likewise.
5055         (transit_state): Likewise.
5056         (transit_state_sb): Likewise.
5057         (transit_state_mb): Likewise.
5058         (transit_state_bkref): Likewise.
5059         (transit_state_bkref_loop): Likewise.
5060         (check_node_accept): Likewise.
5061         (match_ctx_init): Likewise.
5062         (extend_buffers): New function.
5064 2002-04-21  Bruno Haible  <bruno@clisp.org>
5066         * iconvdata/tst-table.sh: For the second check, use the truncated
5067         GB18030 charmap table, like for the first check.
5069 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5071         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5072         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5074 2002-04-23  H.J. Lu  <hjl@gnu.org>
5076         * include/math.h (isfinite): Fix a typo.
5078 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5080         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5081         which is created by the test suite.
5083 2002-04-20  Bruno Haible  <bruno@clisp.org>
5085         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5086         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5088 2002-04-20  Bruno Haible  <bruno@clisp.org>
5090         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5091         to avoid gcc warning.
5093 2002-04-20  Bruno Haible  <bruno@clisp.org>
5095         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5096         of data->__statep->__count.
5098 2002-04-20  Bruno Haible  <bruno@clisp.org>
5100         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5101         tag characters.
5102         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5104 2002-04-24  Roland McGrath  <roland@frob.com>
5106         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5107         use END macro instead of our own .end directive.
5108         Use `callsys' insn mnemonic instead of `call_pal'.
5110         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5112         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5113         macro; we need this for Hurd.
5115         Log entry was missing for 2002/03/24 commit of rev 1.8,
5116         goes with 2002-03-17 changes.
5117         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5118         (sysdep_routines): Append ioperm here.
5119         (sysdep_headers): Append sys/io.h here.
5121 2002-04-23  Roland McGrath  <roland@frob.com>
5123         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5124         * sysdeps/mach/hurd/sendto.c: Likewise.
5125         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5126         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5127         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5129 2002-04-22  Roland McGrath  <roland@frob.com>
5131         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5132         failure from i386_io_perm_* RPCs to ENOSYS.
5134 2002-04-22  Andreas Jaeger  <aj@suse.de>
5136         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5138         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5140         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5141         register instead of destroying %rbx.
5143 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5145         * string/string.h: Declare strerror_r also for XPG6.
5147 2002-04-19  Roland McGrath  <roland@frob.com>
5149         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5151 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5153         * Makefile: Add handling of xtests and xcheck targets.
5154         * MakeTAGS: Likewise.
5155         * Makeconfig: Likewise.
5156         * Makerules: Likewise.
5157         * Rules: Likewise.
5158         * manual/Makefile: Likewise.
5159         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5160         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5162 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5164         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5165         authnone_private_s.
5166         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5167         Delete #ifdef _RPC_THREAD_SAFE_ block.
5168         (authnone_private): Make a struct, not a pointer to struct.
5169         (authnone_private_guard): New once-control variable.
5170         (authnone_create_once): New function, split out of
5171         authnone_create.  No need to allocate memory.
5172         (authnone_create): Just call authnone_create_once via
5173         __libc_once, then return &authnone_private->no_client.
5174         (authnone_marshal): Access private data via CLIENT argument,
5175         not authnone_private pointer.
5176         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5177         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5178         authnone_private_s.
5180 2002-04-12  H.J. Lu  <hjl@gnu.org>
5182         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5184 2002-04-18  Bruno Haible  <bruno@clisp.org>
5186         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5187         FROM_DIRECTION): Make the FROM direction stateless.
5188         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5189         FROM_DIRECTION): Likewise.
5191 2002-04-15  Bruno Haible  <bruno@clisp.org>
5193         * iconvdata/JISX0213.TXT: New file.
5194         * iconvdata/jisx0213.h: New file.
5195         * iconvdata/jisx0213.c: New file.
5196         * iconvdata/euc-jisx0213.c: New file.
5197         * iconvdata/shift_jisx0213.c: New file.
5198         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5199         * iconvdata/EUC-JISX0213.precomposed: New file.
5200         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5201         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5202         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5203         which the "to" direction is stateful.
5204         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5205         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5206         SHIFT_JISX0213.
5207         (libJISX0213-routines): New variable.
5208         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5209         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5210         (LDFLAGS-libJISX0213.so): New variable.
5211         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5212         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5213         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5215 2002-04-15  Bruno Haible  <bruno@clisp.org>
5217         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5218         uint32_t.  Update to Unicode 3.2.
5219         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5220         (BODY for TO_LOOP): Handle the ASCII range specially.
5221         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5222         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5223         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5225 2002-04-15  Bruno Haible  <bruno@clisp.org>
5227         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5228         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5230 2002-04-15  Bruno Haible  <bruno@clisp.org>
5232         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5233         (ucs4_to_cns11643): Update.
5234         * iconvdata/cns11643.c: Update to Unicode 3.2.
5235         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5236         __cns11643_from_ucs4p2_tab): Regenerated.
5237         (__cns11643_from_ucs4p2c_tab): New array.
5238         * iconvdata/cvs11643l1.c: Update comments.
5239         * iconvdata/EUC-TW.irreversible: Remove two entries.
5241 2002-04-15  Bruno Haible  <bruno@clisp.org>
5243         * locale/C-translit.h.in: Update to Unicode 3.2.
5244         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5245         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5247 2002-04-15  Bruno Haible  <bruno@clisp.org>
5249         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5250         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5252 2002-04-15  Bruno Haible  <bruno@clisp.org>
5254         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5255         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5256         always one byte, not 0 bytes in some cases and 2 bytes in others.
5258         * iconvdata/tst-table-from.c (main): Correct the usage message.
5260 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5262         * posix/regcomp.c (parse_expression): Fix incorrect error code.
5263         (parse_dup_op): Fix error handling like "a{}".
5264         (parse_bracket_exp): Add error handling.
5265         (fetch_number): Add error handling for "a{<very_large_number>}".
5267 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5269         * posix/regcomp.c (parse_bracket_symbol): Add error handling
5270         in case that the symbol name is too long.
5271         (build_charclass): Handle [:lower:]/[:uppper:] correctly
5272         in case of REG_ICASE.
5274 2002-04-19  Andreas Jaeger  <aj@suse.de>
5276         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5277         <hartvige@mips.com>.
5279 2002-04-15  H.J. Lu  <hjl@gnu.org>
5281         * include/math.h (__finitel_internal): Declare only if
5282         __NO_LONG_DOUBLE_MATH is not defined.
5283         (__isinfl_internal): Likewise.
5284         (__isnanl_internal): Likewise.
5286         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5287         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5288         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5289         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5290         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5291         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5292         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5294         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5295         __fcntl_internal.
5297         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5298         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5300 2002-04-15  Bruno Haible  <bruno@clisp.org>
5302         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5303         (BODY for TO_LOOP): Likewise.
5304         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5305         * iconvdata/tst-table.sh: Add support for encodings which contain
5306         precomposed Unicode characters, known to the iconv converter in both
5307         directions but not listed in the charmap.
5308         * iconvdata/IBM856.irreversible: New file.
5309         * iconvdata/IBM922.irreversible: New file.
5310         * iconvdata/IBM1132.irreversible: New file.
5311         * iconvdata/IBM1133.irreversible: New file.
5312         * iconvdata/IBM1160.irreversible: New file.
5313         * iconvdata/IBM1161.irreversible: New file.
5314         * iconvdata/IBM1163.irreversible: New file.
5315         * iconvdata/IBM1164.irreversible: New file.
5316         * iconvdata/ARMSCII-8.irreversible: New file.
5317         * iconvdata/TCVN5712-1.precomposed: New file.
5318         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5319         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5320         ARMSCII-8, TCVN5712-1.
5321         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5322         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5323         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5324         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5326 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5328         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5329         for EVENING69.  Include offsets in TZ environment variable.
5331 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5333         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5334         avoid compiler warnings.
5336         * locale/programs/localedef.c (main): Always call
5337         construct_output_path.
5339         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5341         * locale/programs/locfile.c (to_archive): New variable.  To collect
5342         data which has to be added to the locale archive.
5343         (write_all_categories): Take new third parameter with locale name.
5344         Unless no_archive flag set add new locale data to the archive
5345         (write_locale_data): Unless no-archive flag set store generated data
5346         in to_archive data structure instead of generation output file.
5347         Add new parameter with locale category index.
5348         * locale/programs/locfile.h: Add new parameters in declaractions of
5349         write_all_categories and write_locale_data.
5350         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5351         --add-to-archive, and --delete-from-archive options.  Pass extra
5352         parameter to write_all_categories.
5353         * locale/programs/localedef.h: Add prototypes for functions in
5354         locarchive.c.
5355         * locale/locarchive.h: New file.
5356         * locale/programs/locarchive.c: New file.
5357         * locale/Makefile (distribute): Add programs/locarchive.c and
5358         locarchive.h.
5359         (localedef-modules): Add md5 and locarchive.
5360         Add vpath to crypt subdir for md5.c.
5362         * locale/programs/ld-address.c: Pass locale category ID as new second
5363         parameter to write_locale_data.
5364         * locale/programs/ld-collate.c: Likewise.
5365         * locale/programs/ld-ctype.c: Likewise.
5366         * locale/programs/ld-identification.c: Likewise.
5367         * locale/programs/ld-measurement.c: Likewise.
5368         * locale/programs/ld-messages.c: Likewise.
5369         * locale/programs/ld-monetary.c: Likewise.
5370         * locale/programs/ld-name.c: Likewise.
5371         * locale/programs/ld-numeric.c: Likewise.
5372         * locale/programs/ld-paper.c: Likewise.
5373         * locale/programs/ld-telephone.c: Likewise.
5374         * locale/programs/ld-time.c: Likewise.
5376         * locale/simple-hash.c: Move compute_hashval function from here...
5377         * locale/hashval.h: ...to here.  New file.
5378         * locale/simple-hash.h: Add prototype for compute_hashval.
5380         * include/libintl.h: Minor cleanups.
5382 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5384         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5386 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5388         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5390 2002-04-14  Bruno Haible  <bruno@clisp.org>
5392         * locale/programs/charmap.c (charmap_read): Don't access result if
5393         result == NULL.
5395 2002-02-17  Andreas Schwab  <schwab@suse.de>
5397         * elf/reldep7.c: New file.
5398         * elf/reldep7mod1.c: New file.
5399         * elf/reldep7mod2.c: New file.
5400         * elf/Makefile: Add rules to build and run reldep7.
5402 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5404         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5405         the end of the function.  Pass original flags to recursive call if
5406         add_dependency failed.
5407         (_dl_lookup_versioned_symbol): Likewise.
5409 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5411         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5412         early, but check whether it overflowed afterwards.
5413         * time/tst-mktime.c (main): Add new tests.
5415 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5417         * debug/xtrace.sh: Fix program name in help message.
5418         Patch by Roger Luethi <rl@hellgate.ch>.
5420         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5421         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5422         NOT_IN_libc.
5423         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5424         * sysdeps/mach/hurd/lxstat.c: Likewise.
5425         * sysdeps/unix/common/lxstat.c: Likewise.
5426         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5427         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5428         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5429         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5430         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5431         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5432         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5433         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5434         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5436         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5437         prototypes.  Add __mbrlen and __mbrtowc macros.
5438         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5439         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5441         * include/unistd.h: Add prototype for __write_internal and add
5442         __libc_write macro is SHARED.
5443         * sysdeps/generic/write.c: Use INTDEF for __write.
5444         * sysdeps/mach/hurd/write.c: Likewise.
5445         * sysdeps/unix/sysv/aix/write.c: Likewise.
5446         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5448         * assert/assert.c: Replace STR_N_SIZE with something usable in
5449         macro arguments.
5450         * assert/assert-perr.c: Likewise.
5452         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5453         SA_LEN macro to use it if not NOT_IN_libc.
5454         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5456         * include/fcntl.h: Declare __open_internal and define __open and
5457         __libc_open macros if not NOT_IN_libc.
5458         * sysdeps/generic/open.c: Use INTDEF for __open.
5459         * sysdeps/mach/hurd/open.c: Likewise.
5460         * sysdeps/unix/sysv/aix/open.c: Likewise.
5461         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5463         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5464         has correct number.
5466         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5467         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5468         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5469         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5471         * include/wctype.h: Declare __iswalpha_l_internal,
5472         __iswdigit_l_internal, __iswspace_l_internal,
5473         __iswxdigit_l_internal, and __iswctype_internal.  Define
5474         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5475         __iswxdigit_l macros if not NOT_IN_libc.
5476         * wctype/iswctype.c: Use INTDEF for __iswctype.
5477         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5479         * include/math.h: Declare __isinf_internal, __isinfl_internal,
5480         __isnan_internal, and __isnanl_internal.
5481         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5482         __isnan, and __isnanl.
5483         * stdio-common/printf_size.c: Likewise.
5484         * sysdeps/generic/printf_fphex.c: Likewise.
5485         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5486         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5487         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5488         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5489         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5490         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5491         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5492         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5493         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5494         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5495         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5496         * sysdeps/m68k/s_isinfl.c: Likewise.
5497         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5498         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5500         * include/sys/time.h: Declare __gettimeofday_internal and define
5501         __gettimeofday macro if not NOT_IN_libc.
5502         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5503         * sysdeps/mach/gettimeofday.c: Likewise.
5504         * sysdeps/posix/gettimeofday.c: Likewise.
5505         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5506         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5507         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5508         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5510         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5511         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5512         Remove __lstat and __fstat inline functions.
5513         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5514         * sysdeps/mach/hurd/fxstat.c: Likewise.
5515         * sysdeps/unix/fxstat.c: Likewise.
5516         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5517         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5518         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5519         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5520         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5521         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5522         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5523         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5524         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5526         * include/unistd.h: Declare __getpid_internal and define
5527         __getpid macro if not NOT_IN_libc.
5528         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5529         * sysdeps/generic/getpid.c: Likewise.
5530         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5531         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5533         * include/unistd.h: Declare __getpgid_internal and define
5534         __getpgid macro if not NOT_IN_libc.
5535         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5536         * sysdeps/mach/hurd/getpgid.c: Likewise.
5537         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5538         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5539         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5540         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5542         * include/unistd.h: Declare __getpagesize_internal and define
5543         __getpagesize macro if not NOT_IN_libc.
5544         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5545         __getpagesize.
5546         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5547         * sysdeps/mach/getpagesize.c: Likewise.
5548         * sysdeps/posix/getpagesize.c: Likewise.
5549         * sysdeps/unix/getpagesize.c: Likewise.
5550         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5551         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5552         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5553         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5555 2002-04-13  Andreas Jaeger  <aj@suse.de>
5557         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5558         as clobber to reduce register pressure.
5559         (__strpbrk_cg): Likewise.
5560         (__mempcpy_by4): Likewise.
5561         (__strstr_cg): Likewise.
5562         Add prototype for __memrchr.
5564 2002-04-13  Andreas Schwab  <schwab@suse.de>
5566         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5567         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5568         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5570 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
5572         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
5573         check whether the caller prefers getting the most recent version of
5574         a symbol of the earliest version.
5575         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
5576         _dl_do_lookup to also take the new parameter and pass it on.
5577         Change 'explicit' parameter of _dl_lookup_symbol and
5578         _dl_lookup_versioned_symbol to flags.  Adjust tests.
5579         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
5580         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
5581         _dl_lookup_versioned_symbol.
5582         * elf/dl-reloc.c: Likewise.
5583         * elf/dl-runtime.c: Likewise.
5584         * elf/dl-sym.c: Likewise.
5585         * sysdeps/mips/dl-machine.h: Likewise.
5587 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
5589         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
5590         in a token.
5591         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
5593 2002-04-10  Andreas Jaeger  <aj@suse.de>
5595         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
5597         * include/argz.h: Remove extra char from last patch.
5599 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
5601         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
5602         * sysdeps/unix/sysv/aix/chown.c: Likewise.
5603         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
5604         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
5605         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
5606         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
5607         __chown_internal.
5608         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
5610         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
5611         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
5612         * intl/ngettext.c: Likewise.
5614         * include/sys/socket.h: Declare __connect_internal and define
5615         __connect macro if not NOT_IN_libc.
5616         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
5617         * sysdeps/unix/sysv/aix/connect.c: Likewise.
5618         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
5620         * include/unistd.h: Declare __close_internal and define __close macro
5621         if not NOT_IN_libc.
5622         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
5623         WJUMP3): Add extra parenthesis to avoid expanding element names with
5624         macors like __close.
5625         * sysdeps/unix/syscalls.list: Add __close_internal alias.
5627         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
5628         if not NOT_IN_libc.
5629         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
5630         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
5631         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
5633         * include/unistd.h: Declare __fork_internal and define __fork macro
5634         if not NOT_IN_libc.
5635         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
5636         * sysdeps/unix/sysv/aix/fork.c: Likewise.
5637         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
5639         * include/stdio_ext.h: Declare __fsetlocking_internal and define
5640         __fsetlocking macro to use it if not NOT_IN_libc.
5641         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
5643         * libio/__fbufsize.c: Correct copyright.
5644         * libio/__flbf.c: Likewise.
5645         * libio/__fpending.c: Likewise.
5646         * libio/__fpurge.c: Likewise.
5647         * libio/__freadable.c: Likewise.
5648         * libio/__freading.c: Likewise.
5649         * libio/__fsetlocking.c: Likewise.
5650         * libio/__fwritable.c: Likewise.
5651         * libio/__fwriting.c: Likewise.
5653         * include/stdio.h: Declare __asprintf_internal and define __asprintf
5654         macro to use it if not NOT_IN_libc.
5655         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
5657         * include/mntent.h: Declare __setmntent_internal,
5658         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
5659         __getmntent_r, and __endmntent macros to use these functions if not
5660         NOT_IN_libc.
5661         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
5662         __endmntent.
5664         * include/math.h: Declare __finite_internal, __finitef_internal, and
5665         __finitel_internal.  Redefine isfinite macro if in libc or libm using
5666         these functions.
5667         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
5668         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
5669         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
5670         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
5671         * sysdeps/i386/fpu/s_finitef.S: Likewise.
5672         * sysdeps/i386/fpu/s_finitel.S: Likewise.
5673         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
5674         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
5675         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
5676         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
5678         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
5679         to use this function if not NOT_IN_libc.
5680         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
5681         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
5682         * sysdeps/mach/hurd/fcntl.c: Likewise.
5683         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5684         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5686         * include/argz.h: Declare __argz_count_internal and
5687         __argz_stringify_internal.
5688         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
5689         __argz_stringify.
5690         * string/argz-count.c: Use INTDEF for __argz_count.
5691         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
5693         * include/stdlib.h: Declare __cxa_atexit_internal and define
5694         __cxa_atexit macro if not NOT_IN_libc.
5695         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
5696         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
5698         * assert/assert.c: Use INTDEF for __assert_fail.
5699         * assert/__assert.c: Use INTUSE for call to __assert_fail.
5700         * include/assert.h: Declare __assert_fail_internal.
5702         * extra-lib.mk: Mark assignment to lib with override.
5704 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5706         * Makerules: Use cppflags-iterator.mk to add defines for all test
5707         source files.
5709 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
5711         * elf/elf.h: Define R_SH_TLS_xxx macros.
5712         * elf/rtld.c: Remove an extra parenthesis.
5713         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
5714         TLS_GD macros.
5715         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
5716         * sysdeps/sh/dl-lookupcfg.h: New file.
5717         * sysdeps/sh/dl-tls.h: New file.
5718         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
5719         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
5720         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
5721         R_SH_TLS_TPOFF32 relocations.
5723 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5725         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
5726         of NOT_IN_LIBC.
5727         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
5728         * include/stdlib.h: Likewise.
5730 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
5732         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
5733         instead of _RTLD_LOCAL.
5734         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
5735         * include/unistd.h: Likewise.
5736         * sysdeps/generic/ldsodefs.h: Likewise.
5738         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
5739         if in libc or ld.so.
5741 2002-04-08  Andreas Jaeger  <aj@suse.de>
5743         * elf/cache.c (print_entry): Support x86-64.
5745 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
5747         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
5748         with one accessing the locale data structures directly.
5749         * stdio-common/printf-prs.c: Include localeinfo.h for new
5750         MB_CUR_MAX definition.
5752         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
5753         is the name of the source file without extension.
5754         * Makefile (distribute): Add cppflags-iterator.mk.
5755         * cppflags-iterator.mk: New file.
5756         * extra-lib.mk: For the sources of the library run
5757         cppflags-iterator.mk.
5759         * include/libintl.h: Declare __dcgettext_internal and
5760         _libc_intl_domainname_internal.  Define __dcgettext using these
5761         two symbols if used in libc itself.
5762         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
5763         _libc_intl_domainname_internal.
5764         * argp/argp-parse.c: Likewise.
5765         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
5766         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
5767         * intl/gettext.c: Likewise.
5768         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
5769         alias.
5770         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
5771         __dcgettext.
5772         * posix/regex_internal.c (gettext): Likewise.
5774 2002-04-08  Andreas Jaeger  <aj@suse.de>
5776         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
5778         * sysdeps/x86_64/fpu/s_llrint.S: New.
5779         * sysdeps/x86_64/fpu/s_llrintf.S: New.
5780         * sysdeps/x86_64/fpu/s_llrintl.S: New.
5781         * sysdeps/x86_64/fpu/s_lrint.S: New.
5782         * sysdeps/x86_64/fpu/s_lrintf.S: New
5783         * sysdeps/x86_64/fpu/s_lrintl.S: New.
5785 2002-04-08  Roland McGrath  <roland@frob.com>
5787         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
5788         widening __hurd_fail value.
5790 2002-04-07  Roland McGrath  <roland@frob.com>
5792         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
5793         <mach/machine/alpha_instruction.h>.
5794         (_hurd_setup_sighandler): Take proper arguments for current decls.
5795         Update code to use _hurdsig_catch_fault.
5796         Use `callsys' instruction instead of `call_pal'.
5797         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
5799         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
5800         (ALIGN, at, AT, fp): New macros.
5802 2002-04-06  Roland McGrath  <roland@frob.com>
5804         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
5806         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
5807         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
5809         * sysdeps/mach/hurd/bind.c: Use prototype definition.
5810         * sysdeps/mach/hurd/connect.c: Likewise.
5811         * sysdeps/mach/hurd/getsockopt.c: Likewise.
5812         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5814         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
5815         __msg_sig_post RPC.
5817         * hurd/catch-exc.c: Use integer_t instead of int.
5818         * hurd/hurdfault.c: Likewise.
5820         * sysdeps/mach/hurd/alpha/exc2signal.c
5821         (_hurd_exception2signal): Rewritten.
5822         * sysdeps/mach/hurd/alpha/longjmp-ts.c
5823         (_hurd_longjmp_thread_state): Rewritten.
5825 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
5827         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
5828         DB_LOOKUP_FCT prototype.
5829         * nss/getXXent_r.c: Likewise.
5830         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
5831         * inet/getaliasname_r.c: Likewise.
5832         * inet/getnetbyad_r.c: Likewise.
5833         * inet/getnetbynm_r.c: Likewise.
5834         * inet/getnetent_r.c: Likewise.
5835         * inet/getproto_r.c: Likewise.
5836         * inet/getprtent_r.c: Likewise.
5837         * inet/getprtname_r.c: Likewise.
5838         * inet/getrpcbyname_r.c: Likewise.
5839         * inet/getrpcbynumber_r.c: Likewise.
5840         * inet/getrpcent_r.c: Likewise.
5841         * inet/getservent_r.c: Likewise.
5842         * inet/getsrvbynm_r.c: Likewise.
5843         * inet/getsrvbypt_r.c: Likewise.
5844         * shadow/getspent_r.c: Likewise.
5845         * shadow/getspnam_r.c: Likewise.
5847         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
5849         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
5850         Use i686-friendly PIC code.
5851         * sysdeps/i386/elf/setjmp.S: Likewise.
5853         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
5855         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
5856         list.
5857         * elf/Versions: Remove it here.
5859 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
5861         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
5862         direction.  Reported by H . J . Lu <hjl@lucon.org>.
5864 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5866         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
5867         test just before the test runs.
5868         * intl/tst-translit.sh: Likewise.
5869         * intl/tst-codeset.sh: Likewise.
5871         * timezone/zic.c: Update from tzcode2002c.
5872         * timezone/asia: Update from tzdata2002c.
5873         * timezone/backward: Likewise.
5874         * timezone/europe: Likewise.
5875         * timezone/northamerica: Likewise.
5876         * timezone/northamerica: Likewise.
5877         * timezone/northamerica: Likewise.
5878         * timezone/southamerica: Likewise.
5879         * timezone/zone.tab: Likewise.
5881 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
5883         * sysdeps/generic/brk.c (__curbrk): Declare.
5884         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
5885         * sysdeps/generic/dl-sbrk.c: Likewise.
5886         * sysdeps/unix/arm/dl-brk.S: New file.
5887         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
5888         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
5889         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
5890         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
5891         * sysdeps/unix/i386/dl-brk.S: New file.
5892         * sysdeps/unix/mips/dl-brk.S: New file.
5893         * sysdeps/unix/sparc/dl-brk.S: New file.
5894         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
5895         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
5896         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
5897         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
5899 2002-04-03  Andreas Schwab  <schwab@suse.de>
5901         * Makefile (headers): Add gnu/lib-names.h here instead of
5902         install-others.
5903         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
5904         installation rule.
5905         (install-headers): Add dependency on install-headers-nosubdir.
5906         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
5907         instead of install-others.
5908         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
5909         installation rule.
5911 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
5913         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
5914         Reported by Sam Roberts <sroberts@uniserve.com>.
5916 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
5918         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
5919         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
5920         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5921         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
5923 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
5925         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
5926         (RTLD_START): Ditto.
5927         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
5928         dependency violation.
5930 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
5932         * time/mktime.c (__mktime_internal): Move check for year < 70 below
5933         all variable declarations.
5935 2002-04-04  Andreas Schwab  <schwab@suse.de>
5937         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
5939 2002-04-04  Andreas Jaeger  <aj@suse.de>
5941         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
5942         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
5944         * sysdeps/x86_64/fpu/s_fabs.c: New file.
5945         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
5946         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
5948         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
5950         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
5952         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
5953         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
5955         * configure.in: Handle all mips entries the same.
5957         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
5958         * sysdeps/mips/mips3/*: Likewise.
5959         * sysdeps/mips/p40/bits/endian.h: Likewise.
5961 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
5963         * misc/dirname.c (dirname): Ignore trailing slashes at end of
5964         non-null result [PR libc/2600].
5966         * misc/tst-dirname.c: Add more tests.
5968 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5970         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
5971         define a code_set_name provide one based on the filename.
5973         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
5975 2001-12-28  Andreas Jaeger  <aj@suse.de>
5977         * time/mktime.c (__mktime_internal): Check for year < 70
5978         [PR libc/2738].
5980 2002-04-03  Andreas Jaeger  <aj@suse.de>
5982         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
5983         shmat.
5984         Reported by Andi Kleen <ak@suse.de>.
5986 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
5988         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
5989         * sysdeps/generic/w_lgammaf.c: Likewise.
5990         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
5992         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
5993         Adjust for new output format of the backtrace functions.
5995         * misc/syslog.c (vsyslog): Only use cleanup handler if
5996         _LIBC_REENTRANT is defined [PR libc/2924].
5998         * libio/Makefile (tests): Add bug-ungetwc2.
5999         * libio/bug-ungetwc2.c: New file.
6001         * manual/install.texi: Typographical and grammatical cleanup.
6002         Patch by Dennis Grace <dgrace@us.ibm.com>.
6004         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6005         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6007         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6008         always "&".  Adjust callers.
6009         Add "_" prefix to several generated definitions.
6010         Patch by paul@serice.net [PR libc/3158].
6012 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6014         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6015         size of _dl_arm_cap_flags.
6016         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6018         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6019         Define as 8.
6021 2002-03-22  H.J. Lu  <hjl@gnu.org>
6023         * scripts/firstversions.awk: Check the first version.
6025 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6027         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6028         dependencies must be stable to work correctly.
6029         Reported by martin.lubich@datacon.at.
6031         * libio/bug-ungetwc1.c: New file.
6032         * libio/Makefile (tests): Add bug-ungetwc1.
6034         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6035         if stream was last used for writing.
6037         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6038         number [PR libc/3111].
6040         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6041         to ...
6042         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6044 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6046         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6047         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6048         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6049         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6050         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6052 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6054         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6055         dynamic tags.
6057 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6059         * sysdeps/i386/fpu/s_fabs.S: New file.
6060         * sysdeps/i386/fpu/s_fabsf.S: New file.
6061         * sysdeps/i386/fpu/s_fabsl.S: New file.
6062         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6063         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6064         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6066 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6068         * rt/tst-shm.c (do_test): Add one more test for size of shared
6069         memory object.
6071 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6073         * malloc/malloc.c: Add short description and prototypes for
6074         malloc_get_state, malloc_set_state and posix_memalign, for
6075         consistency and to avoid warnings with -Wstrict-prototypes.
6076         Reported by Andreas Jaeger <aj@suse.de>.
6078 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6080         * po/gl.po: Update from translation team.
6082 2002-03-31  Roland McGrath  <roland@frob.com>
6084         * hurd/hurdselect.c (_hurd_select): Fix
6085         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6086         Use a union rather than casts to compare mach_msg_type_t as int.
6088 2002-03-25  Roland McGrath  <roland@frob.com>
6090         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6091         check off the end of NAME when it's shorter than 2 chars.
6092         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6094 2002-03-17  Roland McGrath  <roland@frob.com>
6096         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6097         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6098         * sysdeps/mach/hurd/i386/Dist: Add them.
6099         * sysdeps/mach/hurd/i386/Versions
6100         (libc: GLIBC_2.2.6): New set, add ioperm.
6101         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6102         (mach_interface_list): Check for mach_i386.defs.
6103         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6104         * sysdeps/mach/configure: Regenerated.
6106 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6108         * po/fr.po: Update from translation team.
6110 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6112         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6113         getpriority from syscalls list.
6115 2002-03-28  Andreas Jaeger  <aj@suse.de>
6117         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6118         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6119         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6120         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6122 2002-03-27  Andreas Jaeger  <aj@suse.de>
6124         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6125         sigcontext): Follow further kernel change.
6127         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6128         kernel change.
6130         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6131         Change for struct sigcontext change.
6133         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6134         Follow changes in struct sigcontext.
6136         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6137         sysycall, use wrapper instead.
6139 2002-03-26  Andreas Jaeger  <aj@suse.de>
6141         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6142         read and write accesses as detailed as possible.
6143         (__memcpy_by2): Likewise.
6144         (__memcpy_g): Likewise.
6145         (memmove): Likewise.
6146         (memcmp): Likewise.
6147         (__memset_ccn_by4): Likewise.
6148         (__memset_ccn_by2): Likewise.
6149         (__memset_gcn_by4): Likewise.
6150         (__memset_gcn_by2): Likewise.
6151         (memchr): Likewise.
6152         (__memrchr): Likewise.
6153         (rawmemchr): Likewise.
6154         (__strlen_g): Likewise.
6155         (__strcpy_g): Likewise.
6156         (__mempcpy_by4): Likewise.
6157         (__mempcpy_by2): Likewise.
6158         (__mempcpy_byn): Likewise.
6159         (__stpcpy_g): Likewise.
6160         (__strncpy_by4): Likewise.
6161         (__strncpy_by2): Likewise.
6162         (__strncpy_byn): Likewise.
6163         (__strncpy_gg): Likewise.
6164         (__strcat_c): Likewise.
6165         (__strcat_g): Likewise.
6166         (__strncat_g): Likewise.
6167         (__strcmp_gg): Likewise.
6168         (__strncmp_g): Likewise.
6169         (__strchr_c): Likewise.
6170         (__strchr_g): Likewise.
6171         (__strchrnul_c): Likewise.
6172         (__strchrnul_g): Likewise.
6173         (__strrchr_c): Likewise.
6174         (__strrchr_g): Likewise.
6175         (__strrchr_c): Likewise.
6176         (__strrchr_g): Likewise.
6177         (__strcspn_c1): Likewise.
6178         (__strcspn_cg): Likewise.
6179         (__strcspn_g): Likewise.
6180         (__strcspn_g): Likewise.
6181         (__strspn_c1): Likewise.
6182         (__strspn_cg): Likewise.
6183         (__strspn_g): Likewise.
6184         (__strspn_g): Likewise.
6185         (__strpbrk_cg): Likewise.
6186         (__strpbrk_g): Likewise.
6187         (__strstr_cg): Likewise.
6188         (__strstr_g): Likewise.
6190         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6191         Michal Ludvig <mludvig@suse.cz>.
6193         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6194         compatibilty, adjust for kernel changes.
6196         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6197         sigcontext): Adjust for kernel changes.
6199 2002-03-25  Andreas Jaeger  <aj@suse.de>
6201         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6202         little endian.
6203         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6205 2002-03-24  Andreas Jaeger  <aj@suse.de>
6207         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6209         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6211         * iconv/tst-iconv3.c (main): Use correct printf strings.
6213 2002-03-18  Roland McGrath  <roland@frob.com>
6215         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6216         (CMGROUP_MAX): New macro.
6218 2002-03-23  Roland McGrath  <roland@frob.com>
6220         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6221         * sysdeps/posix/shm_unlink.c: Likewise.
6223 2002-03-22  Roland McGrath  <roland@frob.com>
6225         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6226         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6227         under --enable-libio.
6228         * sysdeps/mach/hurd/configure: Regenerated.
6230 2002-03-23  Roland McGrath  <roland@frob.com>
6232         * sysdeps/mach/hurd/i386/Makefile
6233         (sysdep_routines, shared-only-routines): Don't add framestate,
6234         reverting 2001-10-02 change.
6235         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6236         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6237         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6238         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6239         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6240         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6241         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6242         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6243         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6244         Do it here instead, only if [$(unwind-find-fde) = yes].
6246 2002-03-23  Andreas Jaeger  <aj@suse.de>
6248         * signal/signal.h: Fix typo. Patch by Steve Kemp
6249         <skx@tardis.ed.ac.uk>.
6251 2002-03-22  Andreas Jaeger  <aj@suse.de>
6253         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6254         getresuid.
6256         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6257         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6258         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6259         user_fpregs_struct): Rename fwd.
6261         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6262         Follow sigcontext changes.
6264 2002-03-22  Andreas Jaeger  <aj@suse.de>
6266         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
6267         changes for NaNs on MIPS.
6268         Patch by Hartvig Ekner <hartvige@mips.com>.
6270 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
6272         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6273         Use realloc if too large.
6274         (addgrbyid): Likewise.
6275         * nscd/hstcache.c (addhstbyname): Likewise.
6276         (addhstbyaddr): Likewise.
6277         (addhstbynamev6): Likewise.
6278         (addhstbyaddrv6): Likewise.
6279         * nscd/pwdcache.c (addpwbyname): Likewise.
6280         (addpwbyuid): Likewise.
6282 2002-03-21  Andreas Jaeger  <aj@suse.de>
6284         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6285         _fpstate): Add separate struct for x86-64.
6287         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6288         user_fpregs_struct): Change member names to follow kernel.
6290 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
6292         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6293         Correctly close the UDP connection right away [PR libc/3120].
6295 2002-03-20  Andreas Jaeger  <aj@suse.de>
6297         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6298         user_fpregs_struct): Fix for changed kernel struct.
6299         (struct user_regs_struct): Likewise.
6300         (struct user): Likewise.
6301         Add 32-bit x86 compatibility.
6303         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6305 2002-03-19  Andreas Jaeger  <aj@suse.de>
6307         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6309 2002-03-18  Andreas Jaeger  <aj@suse.de>
6311         * iconvdata/Makefile: Only run tests when shared libs are
6312         available.
6314 2002-03-17  Andreas Jaeger  <aj@suse.de>
6316         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6318         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6320         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6321         bits.
6323         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New.
6324         (CAUSE_SHIFT): New.
6325         Patch by Hartvig Ekner <hartvige@mips.com>.
6327         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6328         * sysdeps/generic/unwind-pe.h: Likewise.
6330         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6331         type to _IO_setb.
6333         * libio/stdio.c (AL2): Define variant when visibility attribute is
6334         not supported.
6336         * include/libc-symbols.h (_INTVARDEF): Define variant when
6337         visibility attribute is not supported.
6339 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6341         * po/fr.po: Update from translation team.
6343 2002-02-25  Bruno Haible  <bruno@clisp.org>
6345         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6347 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6349         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6350         buffers if _IO_file_attach failed.
6352         * libio/fileops.c (_IO_file_open): Close file descriptor if
6353         _IO_SEEKOFF call failed.
6355 2002-03-15  H.J. Lu  <hjl@gnu.org>
6356             Ulrich Drepper  <drepper@redhat.com>
6358         * configure.in: Check for availability of
6359         init_array/fini_array/preinit_array handling in binutils.
6360         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6361         * config.make.in (have-initfini-array): New variable.
6363 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6365         * stdio-common/tst-printf.c (main): Comment out one test which
6366         checked the compiler's ability to fold floating-point constants
6367         but not really printf.
6368         (rfg3): Make s const.
6369         * stdio-common/tst-printf.sh: Adjust for removed test.
6371         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6372         internal function.  Adjust for internal_function calling convention.
6373         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6374         as internal_function.
6376         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6377         hidden.
6379         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6380         declaration and definition.
6381         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6382         declaration.
6383         * nss/getXXent_r.c: Likewise.
6384         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6385         definition.
6387         * include/time.h: Declare __localtime_r as hidden.
6389         * include/aliases.h: Declare __getaliasent_r as hidden.
6390         * include/grp.h: Declare __getgrent_r as hidden.
6391         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6392         __getservent_r, and __getprotoent_r as hidden.
6393         * include/pwd.h: Declare __getpwent_r as hidden.
6394         * include/shadow.h: Declare __getspent_r as hidden.
6395         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6397         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6398         and __gconv_transliterate as hidden.
6399         Add internal_function to __gconv_get_path declaration.
6400         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6401         definition.  Add attribute_hidden to __gconv_read_conf definition.
6403 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6405         * elf/rtld.c: Declare _environ as hidden.
6406         * sysdeps/generic/dl-environ.c: Likewise.
6407         * sysdeps/generic/dl-sysdep.c: Likewise.
6409         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6410         _dl_mcount_internal as hidden.
6412         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6413         * sysdeps/generic/dl-brk.c: New file.
6414         * sysdeps/generic/dl-sbrk.c: New file.
6415         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6416         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6418         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6419         (__errno_location): New function.  Declare errno as hidden.
6420         * elf/rtld.c (_dl_argc): Define as hidden.
6421         (_dl_skip_args): Define as hidden.
6422         (_begin, _end): Declare as hidden.
6423         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6424         * sysdeps/generic/entry.h (_start): Declare as hidden.
6425         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6426         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6427         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6428         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6430 2002-03-14  Roland McGrath  <roland@frob.com>
6432         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6434         * Makeconfig (%.v.i, %.v): New implicit rules.
6435         (preprocess-versions): Variable removed.
6436         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6437         shlib-versions input files as dependencies.
6438         ($(common-objpfx)soversions.i): Depend on that instead of the input
6439         files.  Use it as input instead of using a pipeline.
6440         (postclean-generated): Append soversions.i, shlib-versions.v, and
6441         shlib-versions.v.i here.
6442         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6443         the Versions.def input files as dependencies.
6444         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6445         ($(common-objpfx)Versions.all): Depend on that instead of the input
6446         files.  Use it as input instead of using a pipeline.
6447         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6448         (postclean-generated): Append those .v and .v.i files here.
6450 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6452         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6453         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6454         Remove.
6456 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6458         * sysdeps/generic/mp_clz_tab.c: New file.
6459         * sysdeps/i386/mp_clz_tab.c: New file.
6460         * sysdeps/hppa/mp_clz_tab.c: New file.
6461         * sysdeps/powerpc/mp_clz_tab.c: New file.
6462         * stdlib/Makefile (aux): Revert last patch.
6463         * math/Makefile (gmp-objs): Likewise.
6465 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6467         * time/strftime.c: Comment fixes for references to obsolescent
6468         standards, In most cases the simplest fix is to remove the
6469         confusing comments.  Cross-referencing all the standards properly
6470         is a bit of a pain, and it should be enough to put that info in
6471         the documentation as I did in my recent time.texi patch.
6473 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6475         * manual/time.texi (Formatting Calendar Time):
6476         ISO C99 also specifies the E and O modifiers.
6477         %P is a GNU extension, and is not in ISO C99.
6478         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6479         %T is also in ISO C99.
6480         The RFC 822 example is not valid in arbitrary locales.
6481         Reword the POSIX.2 wording slightly, to make it a bit clearer
6482         that POSIX.2 formats are also supported by later POSIX versions.
6483         If a format was introduced in ISO C99 it is also required by
6484         POSIX.1-2001.
6486 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6488         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6489         _sys_nerr_internal with INTVARDEF2.
6490         * include/libc-symbols.h (INTVARDEF2): New macro.
6491         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6492         (_sys_nerr_internal): Library.
6494         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6495         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6497         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6499 2002-03-13  Wolfram Gloger  <wg@malloc.de>
6501         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6503 2002-03-02  Andreas Schwab  <schwab@suse.de>
6505         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6506         'h' flag and positional arg.
6507         * stdio-common/tst-printf.c (rfg3): New function to test
6508         positional arguments.
6509         (main): Fix some warnings.
6511 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6513         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6514         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6516 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6518         * grp/initgroups.c (__nss_group_data): Declare as hidden.
6520         * include/locale.h (_nl_C_locobj): Declare as hidden.
6522         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6523         * time/strptime.c (_nl_C_LC_TIME): Likewise.
6525         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6527         * include/sys/gmon.h: Declare _gmonparam as hidden.
6529         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6530         (__ctype32_wctrans): Likewise.
6531         (__ctype32_width): Likewise.
6533         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6534         use of __ttyname.
6536         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6537         Define as hidden.
6538         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
6539         hidden.  Change all users of these variables.
6541         * posix/regex_internal.h (__re_error_msgid): Renamed from
6542         re_error_msgid.  Declare as hidden.
6543         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
6544         hidden.
6546         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6547         (__printf_function_table): Likewise.
6548         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6549         hidden.
6550         (__printf_function_table): Likewise.
6552         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6553         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6555         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6556         * nss/nsswitch.c: Declare _nss_*_database as hidden.
6558         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6559         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6561 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
6563         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6564         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6565         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6566         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6567         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6568         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6569         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6570         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6571         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
6572         _nl_C_LC_CTYPE_width: Declare as hidden.
6573         * include/locale.h: Declare _nl_locale_file_list.
6574         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
6575         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
6576         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
6577         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
6578         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
6579         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
6580         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
6581         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
6582         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
6583         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
6584         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
6585         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
6586         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6587         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6588         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6589         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6590         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6591         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6592         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6593         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
6594         _nl_C_LC_CTYPE_width, and as hidden.
6595         * locale/findlocale.c: Declare _nl_C as hidden.
6596         * locale/newlocale.c: Likewise.
6597         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
6598         _nl_locale_file_list.
6599         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
6600         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
6601         Define _nl_C_locobj as hidden.
6603         * malloc/mtrace.c (_mtrace_file): Define as hidden.
6604         (_mtrace_line): Likewise.
6606         * include/time.h: Declare __mon_yday as hidden.
6607         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
6609         * libio/libioP.h: Declare __libio_codecvt as hidden.
6610         * libio/fileops.c: Declare __libio_translit as hidden.
6611         * libio/iofwide.c: Define __libio_translit as hidden.
6613         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
6614         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
6615         * login/getutline_r.c: Likewise.
6616         * login/utmpname.c: Likewise.
6618         * login/utmp-private.h: Declare __libc_utmp_file_functions,
6619         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
6620         __libc_utmp_file_name as hidden.
6622         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
6623         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
6624         * locale/freelocale.c: Likewise.
6625         * locale/lc-time.c: Likewise.
6627         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
6628         (__libc_ptyname2): Likewise.
6629         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
6630         hidden.
6631         (__libc_ptyname2): Likewise.
6633         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
6634         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
6635         * sysdeps/generic/init-first.c: Likewise.
6636         * sysdeps/i386/init-first.c: Likewise.
6637         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
6638         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6639         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6640         * sysdeps/sh/init-first.c: Likewise.
6641         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6642         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6644         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
6645         (_itowa_upper_digits): Likewise.
6647         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
6648         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
6649         as hidden.
6651         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
6652         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
6653         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
6654         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
6656         * gmon/gmon.c (__bb_head): Define as hidden.
6657         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
6659         * argp/argp-parse.c (_argp_hang): Define as static.
6661         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
6662         handling in latest compilers.
6664         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
6665         define alias.
6666         * libio/fileops.c (_IO_file_jumps): Likewise.
6667         * libio/stdfiles.c (_IO_list_all): Likewise.
6668         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
6670         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
6671         include/malloc.h.
6672         * include/malloc.h: Add __libc_malloc_initialized declaration
6673         here.  Mark variable hidden.
6674         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
6676         * elf/dl-open.c (__libc_argc): Declare as hidden.
6677         (__libc_argv): Likewise.
6678         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
6679         (__libc_argv): Likewise.
6680         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
6681         __libc_argv as hidden.
6682         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
6683         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
6684         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
6685         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
6687         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
6688         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
6689         * stdlib/erand48.c: Likewise.
6690         * stdlib/jrand48.c: Likewise.
6691         * stdlib/lcong48.c: Likewise.
6692         * stdlib/lrand48.c: Likewise.
6693         * stdlib/mrand48.c: Likewise.
6694         * stdlib/nrand48.c: Likewise.
6695         * stdlib/seed48.c: Likewise.
6696         * stdlib/srand48.c: Likewise.
6698         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
6699         (_itoa_lower_digits_internal): New declaration.
6700         (_itoa_upper_digits_internal): New declaration.
6701         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
6702         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
6703         (_itoa_upper_digits_internal): New declaration.
6704         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
6705         _itoa_lower_digits.
6706         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
6707         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
6709         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
6710         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6712         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
6713         (_itowa_lower_digits): Likewise.
6714         (_itowa_upper_digits): Likewise.
6715         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
6716         (_itowa_upper_digits): Likewise.
6718         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
6719         not already defined.
6720         (GERMANIC_PLURAL): Declare as hidden.
6722         * posix/getopt.c (__getopt_initialized): Declare as hidden.
6723         (attribute_hidden): Define as empty macro if not already defined.
6725         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
6726         (__gconv_max_path_elem_len): Likewise.
6727         (__gconv_path_envvar): Likewise.
6729         * math/Makefile (gmp-objs): Remove mp_clz_tab.
6730         * stdlib/Makefile (aux): Remove mp_clz_tab.
6731         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
6733         * stdlib/exit.h (__exit_funcs): Declare as hidden.
6735         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
6737         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
6738         _nl_category_names, _nl_category_name_sizes, _nl_current,
6739         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
6741         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
6742         (_nl_current_default_domain): Likewise
6743         (_nl_state_lock): Likewise.
6744         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
6745         (_nl_current_default_domain): Likewise
6746         (_nl_state_lock): Likewise.
6747         * intl/bindtextdom.c (_nl_state_lock): Likewise.
6749         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
6750         (_fpioconst_pow10): Likewise.
6752         * include/time.h (_tmbuf): Add attribute_hidden.
6754         * time/tzset.c (tzstring_list): Define as static.
6756         * include/time.h: Add attribute_hidden to __tzname_cur_max and
6757         __use_tzfile declaration.
6759         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
6760         and __wcsmbs_last_locale declaration.
6762 2002-02-25  Paul Eggert  <eggert@twinsun.com>
6764         * timezone/Makefile (tzbases): Move systemv from here...
6765         (tzlinks): to here, since the entries in systemv were all changed
6766         from Zone to Link lines in tz-2001a.  Bug reported (and patch
6767         tested) by Peter Breitenlohner.
6769 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
6771         * time/tst-posixtz.c (tests): Add new tests.
6772         (main): Test whether tzset() sets daylight properly.
6774 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6776         * time/tzset.c (tz_compute): Move __daylight, __tzname and
6777         __tzname_cur_max setting...
6778         (tzset_internal): ...here.
6780 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
6782         * time/tzset.c (compute_change): Don't return any value.
6783         (tz_compute): Likewise.  Don't handle southern hemisphere here.
6784         (__tz_convert): But here.
6786 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6788         * manual/examples/mkfsock.c: Include <string.h> as well.
6789         Patch by Alain De Carolis <alaind@wseurope.com>.
6791 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
6793         * posix/regexec.c (re_match): Fix incorrect register sizes.
6794         (re_search): Likewise.
6796 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6798         * posix/regcomp.c (regfree): Remove a disused condition.
6799         * posix/regex_internal.c (re_acquire_state): Likewise.
6800         (re_acquire_state_context): Likewise.
6801         (register_state): Remove a redundant malloc invocation.
6802         * posix/regex_internal.h: (re_state_table_entry): Simplify
6803         the structure.
6805 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
6807         * posix/regcomp.c (regcomp): Add __builtin_expect to error
6808         handling conditions.
6809         (regerror): Likewise.
6810         (regfree): Likewise.
6811         (re_compile_internal): Likewise.
6812         (init_dfa): Likewise.
6813         (init_word_char): Likewise.
6814         (create_initial_state): Likewise.
6815         (analyze): Likewise.
6816         (analyze_tree): Likewise.
6817         (duplicate_node): Likewise.
6818         (calc_eclosure): Likewise.
6819         (calc_eclosure_iter): Likewise.
6820         (parse): Likewise.
6821         (parse_reg_exp): Likewise.
6822         (parse_branch): Likewise.
6823         (parse_expression): Likewise.
6824         (parse_subexp): Likewise.
6825         (parse_dup_op): Likewise.
6826         (parse_bracket_exp): Likewise.
6827         (build_equiv_class): Likewise.
6828         (build_charclass): Likewise.
6829         (build_word_op): Likewise.
6830         (fetch_number): Likewise.
6831         (create_tree): Likewise.
6832         (duplicate_tree): Likewise.
6833         * posix/regex.c (BE): New macro.
6834         * posix/regexec.c (re_match): Add __builtin_expect to error
6835         handling conditions.
6836         (re_match_2): Likewise.
6837         (re_search): Likewise.
6838         (re_search_internal): Likewise.
6839         (check_matching): Likewise.
6840         (proceed_next_node): Likewise.
6841         (set_regs): Likewise.
6842         (sift_states_backward): Likewise.
6843         (add_epsilon_backreference): Likewise.
6844         (transit_state): Likewise.
6845         (transit_state_sb): Likewise.
6846         (transit_state_mb): Likewise.
6847         (transit_state_bkref): Likewise.
6848         (transit_state_bkref_loop): Likewise.
6849         (build_trtable): Likewise.
6850         (group_nodes_into_DFAstates): Likewise.
6851         (match_ctx_init): Likewise.
6852         (match_ctx_add_entry): Likewise.
6853         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
6854         to error handling conditions.
6855         (re_string_construct_toupper): Likewise.
6856         (build_wcs_buffer): Likewise.
6857         (build_wcs_upper_buffer): Likewise.
6858         (build_upper_buffer): Likewise.
6859         (re_string_translate_buffer): Likewise.
6860         (re_node_set_alloc): Likewise.
6861         (re_node_set_init_1): Likewise.
6862         (re_node_set_init_2): Likewise.
6863         (re_node_set_init_copy): Likewise.
6864         (re_node_set_intersect): Likewise.
6865         (re_node_set_init_union): Likewise.
6866         (re_node_set_merge): Likewise.
6867         (re_node_set_insert): Likewise.
6868         (re_dfa_add_node): Likewise.
6869         (re_acquire_state): Likewise.
6870         (re_acquire_state_context): Likewise.
6871         (create_new_state_common): Likewise.
6872         (register_state): Likewise.
6873         (create_ci_new_state): Likewise.
6874         (create_cd_new_state): Likewise.
6875         (re_string_context_at): Remove redundant condition.
6877 2002-01-16  Roger Sayle  <roger@eyesopen.com>
6879         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
6881         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
6883 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
6885         * sysdeps/i386/elf/configure.in: Fix comment.
6887         * sysdeps/sparc/sparc64/configure.in: New.
6888         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
6889         if .dynamic comes before .got.
6890         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
6892         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
6893         HP_TIMING_ACCUM): Fix typos.
6895 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6897         * string/strfry.c: Add some more randomness to the seed.
6898         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
6900         * po/es.po: Update from translation team.
6901         * po/fr.po: Likewise.
6903         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
6905         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
6906         when determining type of format.
6907         Patch by James Antill <james@anqd.org> [PR libc/2787].
6909 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
6911         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
6913 2002-03-11  Roland McGrath  <roland@frob.com>
6915         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
6917         * Versions.def (libc): Add GLIBC_2.2.6.
6918         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
6919         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
6920         __errno_location instead of __hurd_errno_location, and don't inline it.
6921         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
6922         * hurd/errno.c: New file.
6923         * hurd/Makefile (routines): Add errno.
6925 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6927         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
6928         ridiculously large widths and precisions [PR libc/3026].
6930 2002-03-11  Andreas Jaeger  <aj@suse.de>
6932         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
6933         support.
6934         Patch by Susanne Oberhauser <froh@SuSE.de>.
6936 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
6938         * inet/rexec.c (ahostbuf): Define as static.
6940         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
6941         (__ctype32_wctrans): Likewise.
6942         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
6943         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
6944         (__ctype32_wctrans): Likewise.
6945         (__ctype32_width): Likewise.
6947         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
6948         They were never exported anyway.
6950         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
6951         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
6952         exported.
6953         * include/sys/gmon.h: Declare _gmonparam.
6955         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
6956         symbols for getdents64.  They were never exported.
6958 2002-03-09  Roland McGrath  <roland@frob.com>
6960         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
6961         Reported by Jon Arney <jarney1@cox.net>.
6963 2002-02-23  Roland McGrath  <roland@frob.com>
6965         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
6966         declaration.
6967         (__hurd_errno_location): Function removed.
6969 2002-03-06  Andreas Jaeger  <aj@suse.de>
6971         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
6972         32-bit.
6974 2002-03-04  Andreas Jaeger  <aj@suse.de>
6976         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New.
6978         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
6979         x86-64.
6981         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New.
6983         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New.
6985         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New.
6987         * sysdeps/x86_64/bits/setjmp.h: New.
6989         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New.
6991         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New.
6993         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
6994         for x86.
6995         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
6996         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
6998 2002-02-28  Bo Thorsen  <bo@suse.de>
7000         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7001         version.
7003 2002-03-03  Andreas Jaeger  <aj@suse.de>
7005         * sysdeps/x86_64/bits/wordsize.h: New file.
7007         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7008         * elf/tst-tlsmod1.c: Likewise.
7010         * posix/regcomp.c: Get regex.h from include dir for internal
7011         prototypes.
7013         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7014         to libc-internal.h and include it.
7015         * include/libc-internal.h: Add __init_misc.
7017         * misc/init-misc.c: Include libc-internal.h for prototypes.
7019         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7021         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7022         _IO_putc_internal.
7024 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7026         * posix/regcomp.c: Compatibility changes to allow using the code
7027         outside glibc.
7029 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7031         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7032         compiled non-PIC.
7034 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7036         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7037         of .str elements in the returned data structure.
7039         * elf/elf.h: Add Alpha TLS bits.
7041 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7043         * sysdeps/unix/sysv/linux/nice.c: New file.
7045 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7047         * elf/Makefile (dl-routines): Add dl-origin.
7048         (elide-routines.os): Add dl-origin.
7049         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7050         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7051         _dl_debug_state.
7052         * include/libc-symbols.c: Define attribute_hidden depending on
7053         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7055         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7056         * elf/dl-load.c: Likewise.
7057         * elf/rtld.c: Likewise.
7058         * include/unistd.h: Declare __libc_enable_secure_internal.
7059         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7060         Use INTUSE with __libc_enable_secure.
7061         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7063         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7064         * elf/dl-error.c: Likewise,
7065         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7067         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7068         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7069         function definition.  Use INTDEF with _dl_get_origin.
7070         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7072         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7073         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7075         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7076         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7077         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7079         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7080         * elf/dl-deps.c: Likewise.
7081         * elf/dl-error.c: Likewise.
7082         * elf/dl-fini.c: Likewise.
7083         * elf/dl-init.c: Likewise.
7084         * elf/dl-load.c: Likewise.
7085         * elf/dl-lookup.c: Likewise.
7086         * elf/dl-reloc.c: Likewise.
7087         * elf/dl-version.c: Likewise.
7088         * elf/do-lookup.h: Likewise.
7089         * sysdeps/arm/dl-machine.h: Likewise.
7090         * sysdeps/cris/dl-machine.h: Likewise.
7091         * sysdeps/hppa/dl-machine.h: Likewise.
7092         * sysdeps/i386/dl-machine.h: Likewise.
7093         * sysdeps/m68k/dl-machine.h: Likewise.
7094         * sysdeps/powerpc/dl-machine.h: Likewise.
7095         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7096         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7097         * sysdeps/sh/dl-machine.h: Likewise.
7098         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7099         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7100         * sysdeps/x86_64/dl-machine.h: Likewise.
7101         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7102         _dl_argv[0].  Use INTUSE with _dl_argv.
7103         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7104         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7106 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7108         * elf/rtld.c (_rtld_global): Remove .protected.
7109         (_rtld_local): Strong alias to _rtld_global.
7110         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7111         only .os object.
7112         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7113         _rtld_local instead of _rtld_global.
7114         (_rtld_local): Add hidden extern, possibly in .sdata section.
7115         * configure.in: Add tests for visibility attribute and .sdata.
7116         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7117         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7118         * sysdeps/arm/dl-machine.h: Likewise.
7119         * sysdeps/generic/ldsodefs.h: Likewise.
7120         * sysdeps/hppa/dl-machine.h: Likewise.
7121         * sysdeps/cris/dl-machine.h: Likewise.
7122         * sysdeps/i386/dl-machine.h: Likewise.
7123         * sysdeps/ia64/dl-machine.h: Likewise.
7124         * sysdeps/m68k/dl-machine.h: Likewise.
7125         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7126         * sysdeps/mips/dl-machine.h: Likewise.
7127         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7128         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7129         * sysdeps/sh/dl-machine.h: Likewise.
7130         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7131         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7132         * sysdeps/x86_64/dl-machine.h: Likewise.
7134 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7136         * login/login.c (login): Always initialize ut_line field
7137         [PR libc/2991].
7139 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7141         * sysdeps/i386/Makefile (sysdep_routines): Add
7142         divdi3 in csu dir.
7143         (shared-only-routines): Likewise.
7144         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7145         (shared-only-routines): Likewise.
7146         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7147         (shared-only-routines): Likewise.
7148         * sysdeps/wordsize-32/divdi3.c: New file.
7150 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7152         * locale/iso-4217.def: Remove obsolete currencies for countries
7153         with Euro.
7155 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7157         * posix/regcomp.c (regcomp): Remove a redundant condition.
7158         (init_word_char): Add a check on malloc failure.
7159         (create_initial_state): Likewise.
7160         (duplicate_node): Likewise.
7161         (calc_eclosure): Likewise.
7162         (calc_eclosure_iter): Likewise.
7163         (parse_expression): Likewise.
7164         (parse_bracket_exp): Remove unnecessary malloc invocations.
7165         (build_equiv_class): Likewise.
7166         (build_charclass): Likewise.
7167         * posix/regex_internal.c (re_node_set_intersect): Add a check
7168         on malloc failure.
7169         (re_node_set_add_intersect): Likewise.
7170         (re_node_set_merge): Likewise.
7171         (re_acquire_state): Likewise.
7172         (re_acquire_state_context): Likewise.
7173         (create_newstate_common): Likewise.
7174         (register_state): Likewise.
7175         (create_ci_newstate): Likewise.
7176         (create_cd_newstate): Likewise.
7177         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7178         and re_acquire_state_context.
7179         * posix/regexec.c (regexec): Suit it to the error handling of
7180         re_search_internal.
7181         (re_match): Likewise.
7182         (re_search): Likewise.
7183         (re_search_internal): Add a check on malloc failure.
7184         (acquire_init_state_context): Likewise.
7185         (check_matching): Likewise.
7186         (proceed_next_node): Likewise.
7187         (set_regs): Likewise.
7188         (sift_states_backward): Likewise.
7189         (sift_states_iter_bkref): Likewise.
7190         (add_epsilon_backreference): Likewise.
7191         (transit_state): Likewise.
7192         (transit_state_sb): Likewise.
7193         (transit_state_mb): Likewise.
7194         (transit_state_bkref_loop): Likewise.
7195         (build_trtable): Likewise.
7196         (group_nodes_into_DFAstates): Likewise.
7197         (match_ctx_init): Likewise.
7198         (match_ctx_add_entry): Likewise.
7200 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7202         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7203         l_libname if profiling is enabled [PR libc/2916].
7205         * sysdeps/ia64/dl-tls.h: New file.
7207 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7209         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7210         Work around an Alpha gas bug.
7212 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7214         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7215         uses read to load the catalog.
7216         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7218 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7220         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7221         regex_internal.c, and regex_internal.h.
7222         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7223         * posix/regex.c: Complete rewrite.
7224         * posix/regexec.c: New file.
7225         * posix/regcomp.c: New file.
7226         * posix/regex_internal.c: New file.
7227         * posix/regex_internal.h: New file.
7228         * posix/regex.h (RE_ICASE): New macro.
7229         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7231         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7232         ungetwc.  It's a macro.
7233         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7234         implementation.
7235         Reported by Jason Merrill <jason@redhat.com>.
7237 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7239         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7240         position to fp->_offset if it is set.
7241         * stdio-common/Makefile (tests): Add tst-fdopen.
7242         * stdio-common/tst-fdopen.c: New test.
7244 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7246         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7247         * stdio-common/tst-ungetc.c (main): Add another test.
7249 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7251         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7252         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7253         aliases.  Add prototypes for the new aliases.
7254         * assert/assert.c: Likewise.
7255         * include/libc-symbols.h: Likewise.
7256         * include/stdio.h: Likewise.
7257         * include/netinet/in.h: Likewise.
7258         * include/rpc/auth.h: Likewise.
7259         * include/rpc/auth_unix.h: Likewise.
7260         * include/rpc/key_prot.h: Likewise.
7261         * include/rpc/pmap_prot.h: Likewise.
7262         * include/rpc/pmap_rmt.h: Likewise.
7263         * include/rpc/rpc_msg.h: Likewise.
7264         * include/rpc/xdr.h: Likewise.
7265         * inet/gethstbyad_r.c: Likewise.
7266         * inet/gethstbynm2_r.c: Likewise.
7267         * inet/gethstbynm_r.c: Likewise.
7268         * inet/gethstent_r.c: Likewise.
7269         * inet/in6_addr.c: Likewise.
7270         * libio/__fpurge.c: Likewise.
7271         * libio/filedoalloc.c: Likewise.
7272         * libio/fileops.c: Likewise.
7273         * libio/ftello.c: Likewise.
7274         * libio/ftello64.c: Likewise.
7275         * libio/genops.c: Likewise.
7276         * libio/iofclose.c: Likewise.
7277         * libio/iofdopen.c: Likewise.
7278         * libio/iofflush.c: Likewise.
7279         * libio/iofflush_u.c: Likewise.
7280         * libio/iofgetpos.c: Likewise.
7281         * libio/iofgetpos64.c: Likewise.
7282         * libio/iofgets.c: Likewise.
7283         * libio/iofgets_u.c: Likewise.
7284         * libio/iofopen.c: Likewise.
7285         * libio/iofopncook.c: Likewise.
7286         * libio/iofputs.c: Likewise.
7287         * libio/iofread.c: Likewise.
7288         * libio/iofread_u.c: Likewise.
7289         * libio/iofsetpos.c: Likewise.
7290         * libio/iofsetpos64.c: Likewise.
7291         * libio/ioftell.c: Likewise.
7292         * libio/iofwrite.c: Likewise.
7293         * libio/iogetline.c: Likewise.
7294         * libio/iogets.c: Likewise.
7295         * libio/iogetwline.c: Likewise.
7296         * libio/iolibio.h: Likewise.
7297         * libio/iopadn.c: Likewise.
7298         * libio/iopopen.c: Likewise.
7299         * libio/ioseekoff.c: Likewise.
7300         * libio/ioseekpos.c: Likewise.
7301         * libio/iosetbuffer.c: Likewise.
7302         * libio/iosetvbuf.c: Likewise.
7303         * libio/ioungetc.c: Likewise.
7304         * libio/ioungetwc.c: Likewise.
7305         * libio/iovdprintf.c: Likewise.
7306         * libio/iovsprintf.c: Likewise.
7307         * libio/iovsscanf.c: Likewise.
7308         * libio/libioP.h: Likewise.
7309         * libio/memstream.c: Likewise.
7310         * libio/obprintf.c: Likewise.
7311         * libio/oldfileops.c: Likewise.
7312         * libio/oldiofclose.c: Likewise.
7313         * libio/oldiofdopen.c: Likewise.
7314         * libio/oldiofgetpos.c: Likewise.
7315         * libio/oldiofgetpos64.c: Likewise.
7316         * libio/oldiofopen.c: Likewise.
7317         * libio/oldiofsetpos.c: Likewise.
7318         * libio/oldiofsetpos64.c: Likewise.
7319         * libio/oldiopopen.c: Likewise.
7320         * libio/oldstdfiles.c: Likewise.
7321         * libio/putc.c: Likewise.
7322         * libio/setbuf.c: Likewise.
7323         * libio/setlinebuf.c: Likewise.
7324         * libio/stdfiles.c: Likewise.
7325         * libio/stdio.c: Likewise.
7326         * libio/strops.c: Likewise.
7327         * libio/vasprintf.c: Likewise.
7328         * libio/vscanf.c: Likewise.
7329         * libio/vsnprintf.c: Likewise.
7330         * libio/vswprintf.c: Likewise.
7331         * libio/wfiledoalloc.c: Likewise.
7332         * libio/wfileops.c: Likewise.
7333         * libio/wgenops.c: Likewise.
7334         * libio/wstrops.c: Likewise.
7335         * malloc/mtrace.c: Likewise.
7336         * misc/error.c: Likewise.
7337         * misc/syslog.c: Likewise.
7338         * nss/getXXbyYY_r.c: Likewise.
7339         * nss/getXXent_r.c: Likewise.
7340         * nss/hosts-lookup.c: Likewise.
7341         * stdio-common/getw.c
7342         * stdio-common/printf-prs.c: Likewise.
7343         * stdio-common/printf_fp.c: Likewise.
7344         * stdio-common/printf_size.c: Likewise.
7345         * stdio-common/putw.c: Likewise.
7346         * stdio-common/scanf.c: Likewise.
7347         * stdio-common/sprintf.c: Likewise.
7348         * stdio-common/tmpfile64.c: Likewise.
7349         * stdio-common/vfprintf.c: Likewise.
7350         * stdio-common/vfscanf.c: Likewise.
7351         * stdlib/strfmon.c: Likewise.
7352         * sunrpc/auth_des.c: Likewise.
7353         * sunrpc/auth_none.c: Likewise.
7354         * sunrpc/auth_unix.c: Likewise.
7355         * sunrpc/authdes_prot.c: Likewise.
7356         * sunrpc/authuxprot.c: Likewise.
7357         * sunrpc/clnt_perr.c: Likewise.
7358         * sunrpc/clnt_raw.c: Likewise.
7359         * sunrpc/clnt_tcp.c: Likewise.
7360         * sunrpc/clnt_udp.c: Likewise.
7361         * sunrpc/clnt_unix.c: Likewise.
7362         * sunrpc/key_call.c: Likewise.
7363         * sunrpc/key_prot.c: Likewise.
7364         * sunrpc/openchild.c: Likewise.
7365         * sunrpc/pm_getmaps.c: Likewise.
7366         * sunrpc/pm_getport.c: Likewise.
7367         * sunrpc/pmap_clnt.c: Likewise.
7368         * sunrpc/pmap_prot.c: Likewise.
7369         * sunrpc/pmap_prot2.c: Likewise.
7370         * sunrpc/pmap_rmt.c: Likewise.
7371         * sunrpc/rpc_cmsg.c: Likewise.
7372         * sunrpc/rpc_prot.c: Likewise.
7373         * sunrpc/svc_authux.c: Likewise.
7374         * sunrpc/svc_raw.c: Likewise.
7375         * sunrpc/svc_simple.c: Likewise.
7376         * sunrpc/svc_tcp.c: Likewise.
7377         * sunrpc/svc_udp.c: Likewise.
7378         * sunrpc/svc_unix.c: Likewise.
7379         * sunrpc/xdr.c: Likewise.
7380         * sunrpc/xdr_array.c: Likewise.
7381         * sunrpc/xdr_mem.c: Likewise.
7382         * sunrpc/xdr_rec.c: Likewise.
7383         * sunrpc/xdr_ref.c: Likewise.
7384         * sunrpc/xdr_stdio.c: Likewise.
7385         * sysdeps/generic/_strerror.c: Likewise.
7386         * sysdeps/generic/printf_fphex.c: Likewise.
7387         * sysdeps/generic/tmpfile.c: Likewise.
7388         * sysdeps/gnu/errlist.awk: Likewise.
7389         * sysdeps/gnu/errlist.c: Likewise.
7391         * libio/Makefile (routines): Remove iosprint.
7392         * libio/iosprintf.c: Removed
7395 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7397         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7398         non_dynamic_init and exported now.
7399         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7400         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7401         !SHARED.
7402         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7403         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7404         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7406 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7408         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7409         true in this case.
7411         * locale/iso-639.def: Add language codes for Walloon.
7413         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7414         total number of relocations performed.
7416         * elf/sprof.c (load_profdata): If do_test provide information as
7417         to why loading failed.
7418         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7419         hist_hdr.dimen.
7421         * csu/set-init.c: Moved to...
7422         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7423         * csu/Makefile: Don't compile set-init.
7424         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7425         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7426         to __libc_init.
7427         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7428         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7429         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7430         __libc_init.
7431         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7432         __libc_subinit.
7434 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7436         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7437         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7438         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7439         (_dl_deallocate_tls): New function.
7440         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7441         _dl_deallocate_tls.
7443 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7445         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7446         * stdio-common/tst-fseek.c (main): Add test for this.
7448 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7450         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7452 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7454         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7455         pointer before dereferencing.
7457 2002-02-18  Roland McGrath  <roland@frob.com>
7459         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7461         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7462         Use task_policy in place of task_priority.
7464         * sysdeps/generic/bits/mman.h
7465         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7466         * sysdeps/mach/msync.c: New file.
7468         * sysdeps/mach/powerpc/syscall.S: New file.
7470         * mach/msg.c [MACH_MSG_OVERWRITE]
7471         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7472         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7474         * sysdeps/mach/configure.in: Check for clock.defs to put into
7475         mach_interface_list.
7476         * sysdeps/mach/configure: Regenerated.
7478         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7479         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7480         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7481         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7482         (mach-shortcuts): Add device_read_overwrite_request,
7483         device_read_overwrite, vm_read_overwrite, thread_switch.
7485         * configure.in (base_machine): Set to $machine by default.
7486         * configure: Regenerated.
7488         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7489         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7490         * sysdeps/mach/configure: Regenerated.
7491         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7493         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7495         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7497         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7498         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7500 2002-02-17  Roland McGrath  <roland@frob.com>
7502         * sysdeps/mach/hurd/times.c
7503         [NO_CREATION_TIME] (startup_time): New static variable.
7504         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7505         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7506         creation_time from task_basic_info.
7507         (__times): Use __gettimeofday instead of __host_get_time.
7509         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7510         Use untyped Mach IPC message format.
7512         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7514         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7515         _S_catch_exception_raise_state_identity,
7516         _hurdsig_fault_catch_exception_raise_state,
7517         _hurdsig_fault_catch_exception_raise_state_identity.
7519         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7521         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7522         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7524         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7525         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7527         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7528         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
7529         them as no-op macros.
7530         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7531         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7533         * sysdeps/powerpc/dl-machine.h
7534         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7536         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7537         Use untyped Mach IPC message format.
7539         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7540         Handle untyped Mach IPC message formats.
7542         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7543         Expect different argument conventions when this is defined.
7544         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7545         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7546         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7547         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7548         for OSF Mach variant.
7549         (faulted): Use mig_reply_error_t for REPLY.
7550         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7551         in __thread_set_exception_ports call.
7552         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7553         __mach_port_set_attributes in place of __mach_port_set_qlimit.
7555         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7556         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7557         on Darwin, which includes bogons.
7559         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7560         variable LOADBASE so it's not declared when it's not used.
7562 2002-02-16  Roland McGrath  <roland@frob.com>
7564         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7565         to use BI.creation_time.
7567         * mach/Machrules (MIG): Add -x c to CPP value passed down.
7569         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7570         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
7571         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
7572         host_page_size instead of vm_statistics.
7574         * sysdeps/mach/Makefile (mach-before-compile): Don't include
7575         mach_interface.h here, since not all variants use that name.
7577         * sysdeps/mach/configure.in: Add some checks for Mach headers
7578         to ensure a sane installation.
7579         (mach_interface_list): Define this variable by checking for .defs
7580         files found in various variants.
7581         * configure.in (mach_interface_list): AC_SUBST this.
7582         * config.make.in (mach-interface-list): New substituted variable.
7583         * mach/Makefile (user-interfaces): Define this using the value
7584         of $(mach-interface-list) instead of mach, mach4.
7585         Updated other references to mach_interface to use it as well.
7587         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
7589         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
7590         mig_reply_error_t for OSF Mach variant.
7592         * mach/Makefile (routines): Remove bootprivport.
7593         * mach/bootprivport.c: File removed.  It has never been used.
7595         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
7596         Grok the OSF flavor of message format.
7597         (mach_msg_destroy_port): For MAKE_SEND and
7598         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
7599         no-senders notification.
7601 2002-02-06  Roland McGrath  <roland@frob.com>
7603         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
7604         to here if 2.0 compatibility enabled ...
7605         (libc: GLIBC_2.1.3): ... from here.
7607 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
7609         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
7610         generation counter.
7611         * elf/dl-close.c (_dl_close): Likewise.
7613 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
7615         * elf/Makefile: Add rules to build and run tst-tls8.
7616         * elf/tst-tls8.c: New file.
7617         * elf/tst-tlsmod4.c: New file.
7619         * stdlib/test-a64l.c (tests): Add more test cases.
7621         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
7622         Reported by Walter Harms <WHarms@bfs.de>.
7624 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
7626         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
7627         definitions for struct sigcontext.
7628         Suggested by David Mosberger-Tang.
7630 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7632         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
7633         for removing reference of module in slotinfo list.
7634         (_dl_close): Use remove_slotinfo.
7635         * sysdeps/generic/dl-tls.c: General pretty printing.
7636         (oom): Define only if SHARED.
7637         (_dl_next_tls_modid): Correct starting point for the case we assume
7638         there is a gap.  Add missing instruction grouping (doh!).  Correct
7639         tests for reaching maximum index.
7640         * elf/Makefile: Add rules to build and run tst-tls7.
7641         * elf/tst-tls7.c: New file.
7642         * elf/tst-tlsmod3.c: New file.
7644         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
7645         USE_TLS.
7646         * elf/tst-tlsmod2.c: Likewise.
7648         * elf/dl-close.c (_dl_close): When closing an object using TLS
7649         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
7650         true.  Increment dl_tls_generation only if we closed any TLS-using
7651         object.
7652         * elf/tst-tls6.c: New file.
7653         * elf/Makefile: Add rules to build and run tst-tls6.
7655         * po/da.po: Update from translation team.
7657         * locale/categories.def: Fix typo [PR libc/2948].
7658         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
7659         [PR libc/2949].
7660         * locale/iso-4217.def: Update from official version [PR libc/2950].
7661         * glibcbug.in: Honor TMPDIR [PR libc/2951].
7662         * locale/programs/ld-collate.c (collate_finish): Bail out with a
7663         message if input is too confusion instead of using assert.
7664         (collate_read): Don't crash on unknown symbol [PR libc/2952].
7665         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
7667         * elf/tst-tls1.c: Move #include "tls-macros.h" instead #ifdef USE_TLS.
7668         * elf/tst-tls2.c: Likewise.
7669         * elf/tst-tls3.c: Likewise.
7671 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
7673         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
7675 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
7677         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
7678         if this is really necessary.
7680         * elf/dl-close.c (_dl_close): Implement freeing entries in the
7681         slotinfo array.
7682         (free_mem): Free memory for the slotinfo array if possible.
7684 2002-02-12  Andreas Schwab  <schwab@suse.de>
7686         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
7688 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
7690         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
7691         TLS_DTV_UNALLOCATE.
7692         (oom): New function.
7693         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
7694         (_dl_determine_tlsoffset): Likewise.
7695         (_dl_allocate_tls): Likewise.
7696         (__TLS_GET_ADDR): Define if not already defined.
7697         (_dl_tls_symaddr): New function.
7698         (allocate_and_init): New function.
7699         (__tls_get_addr): Actually implement handling of generation counter
7700         and deferred allocation.
7701         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
7702         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7703         _dl_tls_generation.
7704         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
7705         Declare _dl_tls_symaddr.
7706         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
7707         SHARED.
7708         * include/link.h (struct link_map):  Remove l_tls_nextimage and
7709         l_tls_previmage.
7710         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
7711         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
7712         (_dl_vsym): Likewise.
7713         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
7714         layout.
7715         (dl_main): Allow PT_TLS be present for empty segment.  Remove
7716         nextimage list handling.  Instead add all modules using TLS to
7717         dl_tls_dtv_slotinfo_list.
7718         * elf/dl-open.c (dl_open_worker): After successfully loading all
7719         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
7720         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
7721         empty segment don't do anything.  Remove handling of initimage list.
7722         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
7723         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
7724         * elf/dl-minimal.c: Define __libc_memalign.
7725         * elf/dl-support.c: Remove _dl_initimage_list.  Add
7726         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
7727         _dl_tls_generation.
7728         * include/stdlib.h: Declare __libc_memalign.
7730         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
7731         * elf/tst-tls4.c: New file.
7732         * elf/tst-tls5.c: New file.
7733         * elf/tst-tlsmod2.c: New file.
7735         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
7737         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
7739         * elf/tst-tls1.c: Use test-skeleton.c.
7740         * elf/tst-tls2.c: Likewise.
7741         * elf/tst-tls3.c: Likewise.
7743         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
7745 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
7747         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
7749 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
7751         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
7753         * elf/tst-tls3.c: New file.
7754         * elf/tst-tlsmod1.c: New file.
7755         * elf/Makefile: Add rules to build and run tst-tls3.
7757         * sysdeps/i386/dl-machine.h: Include <tls.h>.
7758         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
7759         TLS relocations.
7761         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
7763         * po/fr.po: Update from translation team.
7765         * elf/tls-macros.h: Add alternative macros for use in PIC.
7767         * elf/dl-lookup.c: Include <tls.h>.
7768         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
7770         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
7771         required by passing pointer to last element of the list.
7773         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
7774         l_tls_initimage to a place where it actually is performed.
7776         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
7777         after globfree() calls.
7779         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
7780         (openaux): Pass open_mode as new last argument to _dl_map_object.
7781         (_dl_map_object_deps): Add new argument open_mode.  Initialize
7782         open_mode element of args variable with it.
7783         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
7784         _dl_map_object_deps.
7785         * elf/rtld.c (dl_main): Add zero as last parameter to
7786         _dl_map_object_deps call.
7787         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
7788         * elf/nodlopen2.c: New file.
7789         * elf/nodlopenmod2.c: New file.
7790         * elf/Makefile: Add rules to build and run nodlopen2.
7792         * elf/tst-tls1.c: Move TLS helper macros to...
7793         * elf/tls-macros.h: ...here.  New file.
7794         * elf/tst-tls2.c: New file.
7795         * elf/Makefile (tests): Add tst-tls2.
7796         (distribute): Add tls-macros.h.
7798         * po/sv.po: Update from translation team.
7800         * elf/tst-tls1.c (main): Add complete set of tests.  Split
7801         architecture specific definitions from the actual test code.
7803         * po/tr.po: Update from translation team.
7805 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
7807         * elf/Makefile (tests): Add tst-tls1.
7808         * elf/tst-tls1.c: New file.
7810         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
7811         alignment of TCB for now.
7813         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
7814         initialization image for the application itself.
7816         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
7817         loop to initialize TLS block.
7819 2002-02-08  Richard Henderson  <rth@redhat.com>
7821         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
7822         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
7824         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
7826 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
7828         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
7830 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
7832         * po/ca.po: Update from translation team.
7833         * po/sk.po: Likewise.
7835         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
7836         (dl_main): Move dtv/static TLS handling before relocation.
7837         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
7838         TLS_INIT_TP to allocate and install the dtv/static TLS block.
7839         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
7840         so far uses TLS initialize GL(dl_tls_static_size) and
7841         GL(dl_tls_static_align) to account for the TCB.
7842         (_dl_allocate_tls): New function.
7843         * sysdeps/generic/ldsodefs.h (rtld_global): Add
7844         _dl_initial_dtv_malloced.
7846         * configure.in: Test for __builtin_memset more realistically.
7848         * csu/version.c (banner): If TLS support is available say so.
7850 2002-02-04  H.J. Lu  <hjl@gnu.org>
7852         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
7853         __attribute_used__.
7854         (__dl_runtime_resolve): Likewise.
7856         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
7857         declaration.
7859 2001-11-15  H.J. Lu  <hjl@gnu.org>
7861         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
7862         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
7864         * sysdeps/unix/sysv/linux/mips/sys/user.h: New.
7866 2002-02-07  H.J. Lu  <hjl@gnu.org>
7868         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
7869         ".set noreorder".
7870         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
7871         Likewise.
7873 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7875         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
7877         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
7878         ___tls_get_addr_internal.
7879         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
7881         * po/ko.po: Update from translation team.
7883 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
7885         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
7886         attribute, change __pad{1,2} type to unsigned int.
7887         (struct stat64): Remove packed attribute.
7889 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7891         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
7893 2002-02-07  Andreas Schwab  <schwab@suse.de>
7895         * configure.in: Fix check for -zcombreloc.
7897 2002-02-06  H.J. Lu  <hjl@gnu.org>
7899         * config.h.in (HAVE_BUILTIN_MEMSET): New.
7900         * configure.in: Check if __builtin_memset really works.
7901         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
7902         __GNUC_PREREQ (2, 96) before using __builtin_memset.
7904 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
7906         * io/bug-ftw3.c (main): Don't try the test if root.
7908 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7910         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
7911         constraints.
7912         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
7913         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
7914         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
7915         Likewise.
7916         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
7917         a weak alias for __clone.
7918         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
7919         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
7920         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
7921         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
7922         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
7923         a weak alias for __mmap64.
7925 2002-02-05  H.J. Lu  <hjl@gnu.org>
7927         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
7928         (atomic_add): Likewise.
7929         (compare_and_swap): Likewise.
7930         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
7932 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
7934         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
7936         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
7937         alignment of the TCB and store total size and alignment of static
7938         TLS block in _dl_tls_static_size and _dl_tls_static_align.
7939         tls_index is a typedef.
7940         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
7941         _dl_tls_static_align.
7942         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
7943         * elf/dl-support.c: Define _dl_tls_static_size and
7944         _dl_tls_static_align.
7946 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7948         * configure.in: Add --without-tls option.
7949         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
7950         --without-tls is given.
7952         * sysdeps/generic/dl-tls.c: Include <tls.h>.
7954         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
7956 2002-02-06  Roland McGrath  <roland@frob.com>
7958         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
7959         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
7961         * scripts/versions.awk: Improve error message for missing version.
7962         Each version inherits from the last one only if they have the same
7963         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
7964         but not GLIBC_x and FOO_y.
7966         * scripts/firstversions.awk: Handle libraries that don't have each
7967         particular version named in the third column of shlib-versions.
7969         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
7971 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
7973         * Versions.def [ld]: Add GLIBC_2.3.
7974         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
7975         * elf/Makefile (dl-routines): Add dl-tls.
7976         (distribute): Add dl-tls.h.
7977         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
7978         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7979         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
7980         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
7981         along with the other info in the link map.  Change queueing of init
7982         images for double linked list.  Use _dl_next_tls_modid to compute
7983         l_tls_modid.
7984         * elf/rtld.c (_dl_start_final): Store alignment requirement
7985         along with the other info in rtld map and executable map.
7986         (dl_main): Add ld.so to the init image list if necessary.  Compute
7987         final module ID with _dl_next_tls_modid.
7988         * include/link.h (struct link_map): Add l_tls_previmage and
7989         l_tls_align.
7990         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
7991         * sysdeps/i386/elf/Versions: New file.
7992         * sysdeps/generic/dl-tls.c: New file.
7993         * sysdeps/generic/dl-tls.h: New file.
7994         * sysdeps/i386/dl-tls.h: New file.
7996 2002-02-06  Roland McGrath  <roland@frob.com>
7998         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
7999         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8001 2002-01-05  Roland McGrath  <roland@frob.com>
8003         * sysdeps/mach/configure.in: New file.
8004         * sysdeps/mach/configure: New generated file.
8006         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8007         It has never been used by anything.
8009 2002-02-06  H.J. Lu  <hjl@gnu.org>
8011         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8012         is included.
8014 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8016         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8017         attribute((packed)) to counter stupid people misusing gcc options.
8018         (struct stat64): Likewise.
8020 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8022         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8023         the variables which are used as booleans.
8025 2002-02-06  Andreas Jaeger  <aj@suse.de>
8027         * include/libc-symbols.h (INTUSE): Renamed from INT.
8028         * elf/dl-deps.c: Change users.
8029         * sysdeps/generic/dl-sysdep.c: Likewise.
8030         * sysdeps/generic/dl-cache.c: Likewise.
8031         * elf/dl-reloc.c: Likewise.
8032         * elf/rtld.c: Likewise.
8033         * elf/dl-version.c: Likewise.
8034         * elf/dl-load.c: Likewise.
8035         * elf/dl-dst.h: Likewise.
8036         * elf/dl-init.c: Likewise.
8037         * elf/dl-error.c: Likewise.
8038         * elf/dl-fini.c: Likewise.
8039         * elf/dl-runtime.c: Likewise.
8040         * elf/do-lookup.h: Likewise.
8042         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8043         definition.
8044         * stdio-common/_itowa.h: Likewise.
8046 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8048         * elf/dl-minimal.c: Define _itoa_lower_digits.
8050         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8051         DT_FLAGS set.
8053         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8054         loading modules with the DF_STATIC_TLS flag set.
8055         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8056         element.
8057         * include/link.h (struct link_map): Add l_flags field.
8058         * elf/elf.h (DF_STATIC_TLS): New definition.
8060         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8061         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8063         * elf/rtld.c (process_dl_debug): Correct printing help message.
8064         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8065         for %s.
8067         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8068         definition and pass &errno in use of this variable.
8069         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8071 2002-02-04  Andreas Schwab  <schwab@suse.de>
8073         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8074         * locale/programs/charmap-dir.c: Wrap calls that output messages
8075         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8076         * locale/programs/charmap.c: Likewise.
8077         * locale/programs/ld-address.c: Likewise.
8078         * locale/programs/ld-collate.c: Likewise.
8079         * locale/programs/ld-ctype.c: Likewise.
8080         * locale/programs/ld-identification.c: Likewise.
8081         * locale/programs/ld-measurement.c: Likewise.
8082         * locale/programs/ld-messages.c: Likewise.
8083         * locale/programs/ld-monetary.c: Likewise.
8084         * locale/programs/ld-name.c: Likewise.
8085         * locale/programs/ld-numeric.c: Likewise.
8086         * locale/programs/ld-paper.c: Likewise.
8087         * locale/programs/ld-telephone.c: Likewise.
8088         * locale/programs/ld-time.c: Likewise.
8089         * locale/programs/linereader.c: Likewise.
8090         * locale/programs/linereader.h: Likewise.
8091         * locale/programs/localedef.c: Likewise.
8092         * locale/programs/locfile.c: Likewise.
8093         * locale/programs/repertoire.c: Likewise.
8095 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8097         * elf/rtld.c (_dl_start_final): Determine load address to locate
8098         ehdr with GL(dl_rtld_map).l_map_start.
8100         * po/ca.po: Update from translation team.
8102         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8103         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8104         header entry.
8105         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8106         _dl_tls_module_cnt.
8107         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8109 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8111         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8112         * include/link.h (struct link_map): Add various members for TLS
8113         information.
8114         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8115         _rtld_tlsoffset, add _dl_initimage_list.
8116         * sysdeps/i386/dl-lookupcfg.h: New file.
8117         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8118         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8119         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8120         is used.
8122         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8123         unused.
8125         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8126         thread-pointer as soon as possible.
8127         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8128         elements in rtld_global.
8129         * sysdeps/generic/tls.h: New file.
8130         * elf/Makefile (distribute): Add tls.h.
8131         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8132         relocations.  Not complete yet.
8134         * resolv/resolv.h: Allow user to define __need_res_state and only
8135         define __res_start structure then.
8136         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8138         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8139         dl_cpuclock_offset initialization to _dl_start_final.
8140         (_dl_show_auxv): Avoid unnecessary sign extension.
8141         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8143 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8145         * config.h.in: Add HAVE_TLS_SUPPORT.
8146         * sysdeps/i386/elf/configure.in: New file.
8148 2002-02-03  Andreas Schwab  <schwab@suse.de>
8150         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8151         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8153 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8155         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8156         alloca if the memory reqirements are too high.
8158 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8160         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8161         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8162         the former is available anyway and speed isn't important here.
8163         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8164         * elf/dl-version.c (match_symbol): Likewise.
8165         (_dl_check_map_versions): Likewise.
8166         * elf/rtld.c (process_envvars): Likewise.
8167         (print_statistics): Likewise.
8168         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8169         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8170         bases.  Add assert to catch uses of unimplemented features.
8171         (__strsep): Add assert to catch uses of unimplemented features.
8172         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8173         and avoid inline optimization.
8174         * elf/rtld.c (process_envvars): Likewise.
8175         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8176         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8177         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8179 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8181         * stdio-common/_itoa.h: Minor simplifications of the code.
8182         * stdio-common/_itoa.c: Likewise.
8184         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8185         instead of _dl_printf for debugging info output.
8187         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8188         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8190 2002-02-01  H.J. Lu  <hjl@gnu.org>
8192         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8193         (atomic_add): Likewise.
8194         (compare_and_swap): Return 0 only when failed to compare. Use
8195         branch likely.
8197         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8198         branch likely.
8200 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8202         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8204 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8206         * elf/dl-minimal.c (__strsep): New minimal implementation.
8208 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8210         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8211         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8212         with tm_isdst > 0 when the requested time falls within a
8213         spring-forward gap [PR libc/2894].
8215 2002-02-03  Andreas Schwab  <schwab@suse.de>
8217         * stdio-common/tst-rndseek.c: Increase timeout.
8219 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8221         Change ld.so to not use functions which are exported.  One cannot
8222         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8223         definitions.
8224         * include/libc-symbols.h: Define INT and INTDEF.
8225         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8226         _dl_signal_error_internal, _dl_map_object_internal,
8227         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8228         _dl_lookup_versioned_symbol_internal,
8229         _dl_relocate_object_internal, _dl_debug_state_internal,
8230         _dl_start_profile_internal, and _dl_unload_cache_internal.
8231         * include/dlfcn.h: Declare _dl_catch_error_internal.
8232         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8233         above.  Add INTDEF to function definitions.
8234         * elf/dl-debug.c: Likewise.
8235         * elf/dl-deps.c: Likewise.
8236         * elf/dl-dst.h: Likewise.
8237         * elf/dl-error.c: Likewise.
8238         * elf/dl-fini.c: Likewise.
8239         * elf/dl-init.c: Likewise.
8240         * elf/dl-load.c: Likewise.
8241         * elf/dl-lookup.c: Likewise.
8242         * elf/dl-misc.c: Likewise.
8243         * elf/dl-open.c: Likewise.
8244         * elf/dl-profile.c: Likewise.
8245         * elf/dl-reloc.c: Likewise.
8246         * elf/dl-runtime.c: Likewise.
8247         * elf/dl-version.c: Likewise.
8248         * elf/do-lookup.h: Likewise.
8249         * sysdeps/generic/dl-cache.c: Likewise.
8250         * sysdeps/generic/dl-sysdep.c: Likewise.
8251         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8252         instead of _dl_init.
8253         * sysdeps/arm/dl-machine.h: Likewise.
8254         * sysdeps/cris/dl-machine.h: Likewise.
8255         * sysdeps/hppa/dl-machine.h: Likewise.
8256         * sysdeps/i386/dl-machine.h: Likewise.
8257         * sysdeps/ia64/dl-machine.h: Likewise.
8258         * sysdeps/m68k/dl-machine.h: Likewise.
8259         * sysdeps/mips/dl-machine.h: Likewise.
8260         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8261         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8262         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8263         * sysdeps/sh/dl-machine.h: Likewise.
8264         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8265         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8266         * sysdeps/x86_64/dl-machine.h: Likewise.
8267         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8269         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8270         and _dl_debug_initialize.
8272         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
8273         more information.
8274         * elf/rtld.c (dl_main): Avoid strrchr.
8275         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8276         result of readlink.  Search from the back for '/'.
8278         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8279         strncpy if possible.
8281         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
8282         strncmp.
8283         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
8284         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8285         strspn, and strcspn.
8286         (process_envvars): Don't use strcspn.
8288         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8289         (_dl_dst_substitute): Likewise.
8291 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8293         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8294         code which is never used when relocating ld.so itself.
8296         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8297         starting ld.so itself.  Move l_addr variable initialization closer
8298         to use.
8299         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8301 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8303         * Versions.def (libc): Add GLIBC_PRIVATE.
8304         (libdb, libnss_db, libdb1): Remove.
8305         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8306         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8307         (libpthread): Add GLIBC_PRIVATE.
8308         (libresolv): Likewise, remove GLIBC_2.1.
8309         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8310         GLIBC_2.2.3, GLIBC_2.3.
8311         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8312         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8313         _dl_sym, _dl_vsym): Likewise.
8314         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8315         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8316         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8317         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8318         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8319         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8320         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8321         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8322         Likewise.
8323         (_dl_object_relocation_scope): Remove.
8324         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8325         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8326         __gconv_cache): Move to GLIBC_PRIVATE.
8327         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8328         __internal_setnetgrent): Likewise.
8329         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8330         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8331         * locale/Versions (__collate_element_hash, __collate_element_strings,
8332         __collate_symbol_classes, __collate_symbol_hash,
8333         __collate_symbol_strings, _nl_current_LC_COLLATE,
8334         _nl_current_LC_CTYPE): Likewise.
8335         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8336         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8337         (libnss_nis, libnss_nisplus): Likewise.
8338         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8339         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8340         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8341         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8342         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8343         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8344         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8345         __ns_get16, __ns_samename): Likewise.
8346         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8347         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8348         GLIBC_PRIVATE.
8349         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8350         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8351         __libc_connect): Likewise.
8352         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8353         Likewise.
8354         * stdlib/Versions (__libc_system): Likewise.
8355         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8356         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8357         * sysdeps/ia64/fpu/Versions: Likewise.
8358         * sysdeps/ia64/Versions: Likewise.
8359         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8360         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8361         to GLIBC_PRIVATE.
8362         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8363         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8364         __libc_sigaction): Likewise.
8365         * termios/Versions (__libc_tcdrain): Likewise.
8367         * misc/sys/cdefs (__attribute_noinline__): Define.
8368         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8369         __attribute_noinline__.
8371         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8372         * elf/dl-xstat64.c: New file.
8373         * elf/dl-fxstat64.c: New file.
8374         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8375         don't export __fxstat64 at multiple versions.
8376         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8377         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8379 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8381         * locale/program/ld-collate.c (collate_finish): Assign a wide
8382         char collation sequence value to multi character collating
8383         elements, and avoid over writing by non-character elements.
8385 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8387         * elf/Makefile (distribute): Add dl-procinfo.c.
8388         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8389         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8391 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8393         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8394         definition.
8395         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8396         _rtld_global struct.
8397         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8398         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8399         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8400         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8401         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8402         _dl_fpu_control_set): Remove unused externs.
8403         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8404         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8405         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8406         related variables in _rtld_global struct.
8407         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8408         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8409         unused extern.
8411 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8413         * sysdeps/generic/dl-procinfo.c: New file.
8415 2002-02-01  Andreas Schwab  <schwab@suse.de>
8417         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8419 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8421         * elf/rtld.c (_dl_start): Mark as internal_function.
8422         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8423         in register.
8424         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8425         General pretty printing.
8427 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8429         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8430         * elf/dl-reloc.c: Pretty printing.
8431         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8432         procinfo-related variables in rtld_global struct.
8433         * elf/dl-support.c: Likewise.
8434         * elf/rtld.c: Likewise.
8435         * sysdeps/i386/i686/Makefile: Likewise.
8436         * sysdeps/i386/i686/hp-timing.c: Likewise.
8437         * sysdeps/i386/i686/hp-timing.h: Likewise.
8438         * sysdeps/ia64/Makefile: Likewise.
8439         * sysdeps/ia64/hp-timing.c: Likewise.
8440         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8441         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8442         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8443         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8444         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8445         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8446         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8447         * sysdeps/x86_64/Makefile: Likewise.
8449         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8450         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8451         _dl_debug_fd to rtld_global.
8452         * elf/Versions: Likewise.
8453         * elf/dl-close.c: Likewise.
8454         * elf/dl-iteratephdr.c: Likewise.
8455         * elf/dl-lookup.c: Likewise.
8456         * elf/dl-misc.c: Likewise.
8457         * elf/dl-open.c: Likewise.
8458         * elf/dl-support.c: Likewise.
8459         * elf/do-lookup.h: Likewise.
8460         * elf/rtld.c: Likewise.
8461         * sysdeps/generic/dl-cache.c: Likewise.
8462         * sysdeps/generic/dl-sysdep.c: Likewise.
8463         * sysdeps/ia64/Versions: Likewise.
8464         * sysdeps/unix/clock_gettime.c: Likewise.
8465         * sysdeps/unix/clock_settime.c: Likewise.
8466         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8467         * sysdeps/sparc/Versions: Removed.
8468         * sysdeps/i386/i686/Versions : Removed.
8469         * sysdeps/x86_64/Versions: Removed.
8470         * configure.in: Define HAVE_PROTECTED if .protected is available.
8471         * config.h.in: Add entry for HAVE_PROTECTED.
8473 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8475         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8476         code in struct _rtld_global.  Export this struct, remove all
8477         exports for the signal variables.
8478         * sysdeps/arm/dl-machine: Likewise.
8479         * sysdeps/generic/dl-origin: Likewise.
8480         * sysdeps/generic/dl-sysdep: Likewise.
8481         * sysdeps/generic/dl-cache: Likewise.
8482         * sysdeps/hppa/dl-fptr: Likewise.
8483         * sysdeps/hppa/dl-machine: Likewise.
8484         * sysdeps/cris/dl-machine: Likewise.
8485         * sysdeps/i386/dl-machine: Likewise.
8486         * sysdeps/ia64/dl-machine: Likewise.
8487         * sysdeps/m68k/dl-machine: Likewise.
8488         * sysdeps/mach/hurd/dl-sysdep: Likewise.
8489         * sysdeps/mips/mips64/dl-machine: Likewise.
8490         * sysdeps/mips/dl-machine: Likewise.
8491         * sysdeps/powerpc/elf/libc-start: Likewise.
8492         * sysdeps/powerpc/dl-machine: Likewise.
8493         * sysdeps/powerpc/dl-start: Likewise.
8494         * sysdeps/sparc/sparc32/dl-machine: Likewise.
8495         * sysdeps/sparc/sparc64/dl-machine: Likewise.
8496         * sysdeps/sh/dl-machine: Likewise.
8497         * sysdeps/s390/s390-32/dl-machine: Likewise.
8498         * sysdeps/s390/s390-64/dl-machine: Likewise.
8499         * sysdeps/unix/sysv/aix/libc-start: Likewise.
8500         * sysdeps/unix/sysv/aix/start-libc: Likewise.
8501         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8502         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8503         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8504         * sysdeps/x86_64/dl-machine: Likewise.
8506 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8508         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8509         are too high.
8511 2002-01-31  Andreas Schwab  <schwab@suse.de>
8513         * sysdeps/posix/readv.c: Check for ssize_t overflow.
8515 2002-01-31  Andreas Schwab  <schwab@suse.de>
8517         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8518         reference to _dl_pagesize.
8520 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
8522         * Versions.def [ld]: Add GLIBC_2.3.
8523         * elf/dl-addr.c: Move global variables for SHARED code in struct
8524         _rtld_global.  Export this struct, remove all exports for the
8525         signal variables.
8526         * elf/dl-close.c: Likewise.
8527         * elf/dl-conflict.c: Likewise.
8528         * elf/dl-debug.c: Likewise.
8529         * elf/dl-deps.c: Likewise.
8530         * elf/dl-dst.h: Likewise.
8531         * elf/dl-error.c: Likewise.
8532         * elf/dl-fini.c: Likewise.
8533         * elf/dl-init.c: Likewise.
8534         * elf/dl-iteratephdr.c: Likewise.
8535         * elf/dl-libc.c: Likewise.
8536         * elf/dl-load.c: Likewise.
8537         * elf/dl-lookup.c: Likewise.
8538         * elf/dl-minimal.c: Likewise.
8539         * elf/dl-object.c: Likewise.
8540         * elf/dl-open.c: Likewise.
8541         * elf/dl-profile.c: Likewise.
8542         * elf/dl-profstub.c: Likewise.
8543         * elf/dl-reloc.c: Likewise.
8544         * elf/dl-runtime.c: Likewise.
8545         * elf/dl-support.c: Likewise.
8546         * elf/dl-sym.c: Likewise.
8547         * elf/dl-version.c: Likewise.
8548         * elf/do-lookup.h: Likewise.
8549         * elf/do-rel.h: Likewise.
8550         * elf/dynamic-link.h: Likewise.
8551         * elf/rtld.c: Likewise.
8552         * sysdeps/generic/dl-cache.c: Likewise.
8553         * sysdeps/generic/dl-sysdep.c: Likewise.
8554         * sysdeps/generic/ldsodefs.h: Likewise.
8555         * sysdeps/generic/libc-start.c: Likewise.
8556         * sysdeps/i386/dl-machine.h: Likewise.
8557         * sysdeps/ia64/dl-fptr.c: Likewise.
8558         * sysdeps/ia64/dl-machine.h: Likewise.
8559         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8560         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8561         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8562         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8563         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8564         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8565         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8566         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8568 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8570         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
8571         to avoid warning
8572         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
8574         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
8575         SHARED version.
8576         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
8578         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
8580 2002-01-29  Ben Collins  <bcollins@debian.org>
8582         * string/bits/string2.h (__mempcpy): Protect size arg for
8583         addition when using __builtin_memcpy.
8585 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8587         * stdlib/Makefile (tests): Add tst-qsort.
8588         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
8590         * manual/signal.texi (Process Signal Mask): Document that
8591         pthread_sigmask, not sigprocmask, must be used in MT programs.
8592         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
8594         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
8595         found.
8596         * misc/Makefile (tests): Add tst-hsearch.
8597         * misc/tst-hsearch.c: New file.
8599 2002-01-18  Wolfram Gloger  <wg@malloc.de>
8601         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
8602         * malloc/malloc.h: Likewise.
8603         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
8604         * malloc/arena.c: New file.
8605         * malloc/hooks.c: New file.
8606         * malloc/tst-mallocstate.c: New file.
8607         * malloc/Makefile: Add new testcase tst-mallocstate.
8608         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
8610 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8612         * stdlib/msort.c: Remove last patch.  The optimization violates the
8613         same rule which qsort.c had problems with.
8615 2002-01-27  Paul Eggert  <eggert@twinsun.com>
8617         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
8618         to a pivot element that lies outside the array to be sorted, as
8619         ISO C99 requires that the comparison function be called only with
8620         addresses of array elements [PR libc/2880].
8622 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8624         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
8625         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
8627         * timezone/asia: Update from tzdata2002b.
8628         * timezone/australasia: Likewise.
8629         * timezone/backward: Likewise.
8630         * timezone/europe: Likewise.
8631         * timezone/leapseconds: Likewise.
8632         * timezone/iso3166.tab: Likewise.
8633         * timezone/zone.tab: Likewise.
8635 2002-01-23  Richard Henderson  <rth@redhat.com>
8637         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
8639 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
8641         * string/strxfrm.c: Allocate one more byte for rulearr and clear
8642         this element [PR libc/2855].
8644         * string/strcoll.c: Handle zero-length arguments specially
8645         [PR libc/2856].
8647 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
8649         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
8650         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
8651         short lengths and constant src.
8652         (strcpy): Don't optimize for gcc 3.0+.
8653         (__stpcpy): For gcc 3.0+, don't use
8654         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
8655         for short string literal src.
8657 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
8659         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
8660         Set for arm, too.
8662 2001-01-22  Paul Eggert  <eggert@twinsun.com>
8664         * manual/llio.texi (Linked Channels, Cleaning Streams):
8665         Make it clearer that a just-opened input stream might need cleaning.
8667 2002-01-21  H.J. Lu  <hjl@gnu.org>
8669         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
8670         Don't use label at end of compound statement.
8672 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
8674         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
8675         Remove test for negative integer arg; sin_pi does it correctly.
8677 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
8679         * nscd/Makefile (distribute): Filter out xmalloc.c.
8681 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
8683         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
8684         Set offset if read end wasn't the buffer end.
8685         (_IO_file_seekoff_mmap): New function.
8686         (_IO_file_xsgetn_mmap): New function.
8687         (_IO_file_jumps_mmap): Use the two new functions.
8688         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
8689         != end buffer.
8690         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
8691         _IO_file_underflow_mmap.
8692         * libio/iofopen.c: Don't position file descriptor at end of file.
8693         * libio/tst-widetext.c: Improve error messages.
8694         * stdio-common/tst-rndseek.c: Likewise.
8696 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
8698         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
8699         end of enum for !_GNU_SOURCE.
8700         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
8701         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
8702         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
8703         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
8704         values unless _GNU_SOURCE.
8706         * iconvdata/tcvn5712-1.c: Minor cleanups.
8708 2002-01-18  Andreas Schwab  <schwab@suse.de>
8710         * sysdeps/unix/sysv/linux/configure.in
8711         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
8713 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8715         * stdlib/msort.c (msort_with_tmp): Replace implementation with
8716         more efficient "Towers of Hanoi" mergesort.
8717         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
8718         for generic, sizeof(int) and sizeof(long) variants respectively.
8720 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
8722         * manual/syslog.texi (openlog): Describe possible problems with
8723         first parameter.
8724         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8726         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
8727         * nscd/connections.c (begin_drop_privileges): New function.
8728         (finish_drop_privileges): New function.
8729         (nscd_init): Call the new functions which also install all groups
8730         for the server user.
8731         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
8732         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
8734 2002-01-17  H.J. Lu  <hjl@gnu.org>
8736         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
8737         `const' from `got'.
8739 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8741         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
8742         instructions for pointer operations.
8743         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
8745 2002-01-17  Andreas Jaeger  <aj@suse.de>
8747         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
8748         __uint128_t build-in.
8750         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
8751         PowerPC, sync with 2.2 branch.
8753 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8755         * posix/getconf.c: Update copyright year.
8756         * nss/getent.c: Likewise.
8757         * nscd/nscd_nischeck.c: Likewise.
8758         * iconv/iconvconfig.c: Likewise.
8759         * iconv/iconv_prog.c: Likewise.
8760         * elf/ldconfig.c: Likewise.
8761         * catgets/gencat.c: Likewise.
8762         * csu/version.c: Likewise.
8763         * elf/ldd.bash.in: Likewise.
8764         * elf/sprof.c (print_version): Likewise.
8765         * locale/programs/locale.c: Likewise.
8766         * locale/programs/localedef.c: Likewise.
8767         * nscd/nscd.c (print_version): Likewise.
8768         * debug/xtrace.sh: Likewise.
8769         * malloc/memusage.sh: Likewise.
8770         * malloc/mtrace.pl: Likewise.
8772 2002-01-16  Andreas Schwab  <schwab@suse.de>
8774         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
8775         reliably remove "-ia64" from rtld name.
8777 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
8779         * iconvdata/gb18030.c: Bug fixes and support for more characters.
8780         Patch by Yu Shao <yshao@redhat.com>.
8782 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8784         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
8785         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
8786         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
8788 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8790         * sysdeps/s390/fpu/libm-test-ulps: Update.
8792 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
8794         * elf/elf.h: Update x86 relocations.
8796 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8798         * locale/programs/charmap.c (new_width): Check whether byte
8799         sequences for both ends of range have the same length.
8801 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8803         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
8805 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
8807         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
8808         string literals.
8809         (__full_ieee754_sqrt): Add __attribute_used__.
8811 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
8813         * sysdeps/generic/group_member.c (__group_member): Also check
8814         groups[0] [PR libc/2781].
8816 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
8818         * Makefile (distribute): Add scripts/cpp.
8819         * elf/Makefile (distribute): Add reldep6mod[01234].c,
8820         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
8821         unwind-dw2-fde.h, and dwarf2.h.
8822         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
8823         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
8824         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
8825         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
8827 2002-01-07  Roland McGrath  <roland@frob.com>
8829         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
8830         volatile on type of ARGC so the compiler doesn't get clever.
8832 2002-01-07  Andreas Jaeger  <aj@suse.de>
8834         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
8835         * sysdeps/i386/bits/byteswap.h: Likewise.
8836         * sysdeps/ia64/bits/byteswap.h: Likewise.
8837         * sysdeps/m68k/bits/byteswap.h: Likewise.
8838         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
8839         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
8841 2002-01-02  Bruno Haible  <bruno@clisp.org>
8843         * intl/plural.y: Fix %expect count.
8845 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
8847         * elf/Makefile (routines, shared-only-routines): Add
8848         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
8849         * elf/elf.h (PT_GNU_EH_FRAME): Define.
8850         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
8851         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
8852         Optimize if .eh_frame section contains no FDEs.
8853         (__register_frame, __deregister_frame_info_bases,
8854         __deregister_frame): Likewise.
8855         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
8856         DW_CFA_restore handling.
8858 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
8860         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
8862         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
8863         for x < 0.25 and restore original range reduction method.
8864         (__ieee754_lgammal_r): Make sure signgam is set before returning.
8866 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
8868         * libio/fileops.c (_IO_file_underflow_mmap): New function.
8869         (_IO_file_close_mmap): New function.
8870         (_IO_file_jumps_mmap): New variable.
8871         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
8872         trying to convert rest of byte buffer.
8873         (_IO_wfile_underflow_mmap): New function.
8874         (_IO_wfile_jumps_mmap): New variable.
8875         * libio/iofopen.c (__fopen_maybe_mmap): New function.
8876         (__fopen_internal): New function.  Split out from _IO_new_fopen.
8877         (_IO_new_fopen): Call __fopen_internal.
8878         * libio/iofopen64.c: Just call __fopen_internal.
8879         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
8880         successfully.
8881         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
8882         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
8883         _IO_file_close_mmap.
8885         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
8886         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
8888         * stdio-common/Makefile (tests): Add tst-rndseek.
8889         * stdio-common/tst-rndseek.c: New file.
8891 2002-01-05  Roland McGrath  <roland@frob.com>
8893         * config.h.in (HAVE_MIG_RETCODE): New #undef.
8894         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
8895         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
8896         * sysdeps/mach/hurd/configure: Regenerated.
8898 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
8900         * elf/elf.h: Add more TLS definitions.
8902 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
8904         * include/features.h (__GLIBC_MINOR__): Bump to 3.
8906 2002-01-02  Roland McGrath  <roland@frob.com>
8908         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
8909         __sigisemptyset.  Don't use MASK uninitialized.
8911         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
8912         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
8913         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
8914         __sigdelset, __sigaddset, __sigorset.
8916         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
8917         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
8919         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
8920         _hurd_ports is null.
8922         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
8923         for old CMU and new OSF Mach interface flavors.
8924         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
8925         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8927         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
8929         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
8930         Pass extra arguments to task_create for OSF variant.
8931         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
8933         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
8934         conditional on [HAVE_AUX_VECTOR].
8936         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
8937         mach_msg_timeout_t as type of final argument.
8939         * hurd/privports.c (__get_privileged_ports):
8940         Change host_priv_t to mach_port_t in argument type.
8941         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
8942         Update decls.
8944         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
8945         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
8946         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
8947         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
8948         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
8949         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
8951 2002-01-01  Roland McGrath  <roland@frob.com>
8953         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
8955 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
8957         * include/stdlib.h: Define inlines for the _l variants of the strto*
8958         functions.
8960 2002-01-01  Roland McGrath  <roland@frob.com>
8962         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
8964         * mach/Machrules (MIG): Set CPP as well as CC.
8966 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
8968         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
8969         locale to parse /proc/loadavg [PR libc/2760].
8971 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
8973         * elf/dl-conflict.c: Include sys/param.h.
8974         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
8975         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
8976         warning.
8977         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
8978         literals to avoid warnings.
8980 2001-12-31  Andreas Jaeger  <aj@suse.de>
8982         * configure.in: Don't check for gsed since we do not use it anywhere.
8984 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8986         * io/fts.c: Update from BSD to fix memory leaks.
8988 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
8990         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
8991         * elf/chroot_canon.c: Likewise.
8992         * elf/dl-object.c: Likewise.
8993         * iconv/iconv_charmap.c: Likewise.
8994         * iconv/iconv_prog.c: Likewise.
8995         * libio/iogetdelim.c: Likewise.
8996         * locale/lc-time.c: Likewise.
8997         * stdlib/canonicalize.c: Likewise.
8998         * sunrpc/svc.c: Likewise.
8999         * sysdeps/generic/glob.c: Likewise.
9001 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9003         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9004         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9005         remove high order bit from the program counter.
9006         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9008 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9010         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9011         unnecessary code and add missing reloc types.
9012         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9013         case for reloc type R_390_NONE.
9015 2001-12-28  Andreas Jaeger  <aj@suse.de>
9017         * io/bug-ftw3.c: Include string.h for prototypes.
9019         * crypt/md5test.c (main): Remove unused variable.
9021         * dlfcn/modstatic.c: Add prototype to avoid warning.
9023 2001-12-26  Roland McGrath  <roland@frob.com>
9025         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9026         check only (SS->pending & MASK) for the signal to return.
9027         From Jeroen Dekkers <jeroen@dekkers.cx>.
9029 2001-12-22  Roland McGrath  <roland@frob.com>
9031         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9032         Use preprocessor #if conditionals instead of `if' to avoid
9033         warnings about divide by zero in dead code.
9035         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9036         _hurd_port_init, and __hurd_self_sigstate.
9038         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9040 2001-12-21  Andreas Jaeger  <aj@suse.de>
9042         * elf/dblloadmod1.c: Add prototype to avoid warning.
9043         * elf/dblloadmod2.c: Likewise.
9044         * elf/dblloadmod3.c: Likewise.
9045         * elf/reldepmod5.c: Likewise.
9046         * elf/reldepmod6.c: Likewise.
9048         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9049         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9050         used on all architectures.
9052         * sunrpc/svc_tcp.c: Add noreturn attribute for
9053         svctcp_rendezvous_abort.
9054         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9056         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9057         to avoid warning.
9059 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9061         * manual/llio.texi (aio_fsync): Fix a typo.
9062         Patch by Tammy Fox <tfox@redhat.com>.
9064 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9066         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9067         stack bias from child stack pointer before passing it to clone syscall.
9069 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9071         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9072         _SC_TZNAME_MAX.
9073         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9074         Reported by Thorsten Kukuk <kukuk@suse.de>.
9076         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9077         add some casts.
9079         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9081 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9083         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9084         conforming: return EBADF if file descriptor is invalid and EINVAL
9085         if file descriptor is no valid tty.
9086         * login/tst-grantpt.c: New file.
9087         * login/Makefile (tests): Add tst-grantpt.
9089 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9091         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9092         different than implemented in last patch.
9093         * io/bug-ftw3.c: Adjust test for changed handling of
9094         inaccessibility of toplevel dir.
9096 2001-12-16  Roland McGrath  <roland@frob.com>
9098         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9099         * grp/initgroups.c (internal_getgrouplist): Likewise.
9101         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9102         `default:' to silence new GCC warning.
9103         Rewrite cast of lvalue to silence new GCC warning.
9105         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9107         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9108         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9110 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9112         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9113         Patch by Stephen R. van den Berg.
9115         * crypt/md5.h: Define md5_uintptr.
9117 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9119         * libio/tst_swprintf.c (main): Add test for string argument with
9120         zero precision.
9121         * stdio-common/Makefile (tests): Add tst-sprintf.
9122         * stdio-common/tst-sprintf.c: New file.
9124 2001-12-13  Andreas Schwab  <schwab@suse.de>
9126         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9127         zero precision with wide character string format.
9129 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9131         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9132         but have a user supplied buffer, return the empty buffer, not NULL.
9134 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9136         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9137         Patch by Eric Sharkey <sharkey@netrics.com>.
9139         * crypt/md5test.c (main): Add test for multiple calls to
9140         __md5_process_bytes to itererate over input string.
9142 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9144         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9145         from __nis_findfastest.  Take timeout value from parameter.
9146         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9147         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9148         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9150 2001-12-12  Andreas Jaeger  <aj@suse.de>
9152         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9153         combreloc test so that it works in this case.
9155         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9157 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9159         * sysdeps/sh/Makefile: New file.
9160         * sysdeps/sh/_mcount.S: New file.
9161         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9162         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9164 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9166         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9167         limitation [PR libc/2564].
9169 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9171         * elf/Makefile (dl-routines): Add conflict.
9172         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9173         (ld.so): Add _begin local symbol.
9174         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9175         Define.
9176         * elf/dl-deps.c (_dl_build_local_scope): New.
9177         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9178         of all libraries.
9179         * elf/do-rel.h (VALIDX): Define.
9180         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9181         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9182         can be skipped.
9183         * elf/dl-conflict.c: New file.
9184         * elf/dl-lookup.c (_dl_debug_bindings): New.
9185         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9186         non-NULL.
9187         (_dl_lookup_symbol_skip): Likewise.
9188         (_dl_lookup_versioned_symbol): Likewise.
9189         (_dl_lookup_versioned_symbol_skip): Likewise.
9190         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9191         define to ElfW(Rel).
9192         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9193         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9194         ranges.
9195         Don't adjust address dynamic tags if l_addr is 0.
9196         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9197         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9198         (VALIDX, ADDRIDX): Define.
9199         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9200         (dl_main): Print library list for LD_TRACE_PRELINKING.
9201         If prelinking information can be used, skip relocating libraries and
9202         call _dl_resolve_conflicts instead.
9203         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9204         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9205         if LD_TRACE_PRELINKING.
9206         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9207         + DT_ADDRNUM.
9208         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9209         (DL_DEBUG_PRELINK): Define.
9210         (_dl_resolve_conflicts): Add prototype.
9212         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9213         .plt for prelinked libraries where prelinking info cannot be used.
9214         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9215         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9216         * sysdeps/arm/bits/link.h: New file.
9217         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9218         content of .got[1].
9219         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9220         (ELF_MACHINE_PLT_REL): Define.
9221         (elf_machine_rela, elf_machine_rela_relative): New.
9222         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9223         of adjusting it if prelinked and prelinking cannot be used.
9224         * sysdeps/i386/bits/link.h: New file.
9225         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9226         content of .got[1].
9227         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9228         (ELF_MACHINE_PLT_REL): Define.
9229         (elf_machine_rela, elf_machine_rela_relative): New.
9230         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9231         of adjusting it if prelinked and prelinking cannot be used.
9232         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9233         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9234         to find out map for R_PPC_JMP_SLOT relocs.
9235         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9236         (OPCODE_BA): Define.
9237         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9238         libraries where prelinking info cannot be used.
9239         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9240         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9241         (elf_machine_rela): Set value to 0 if relocating conflicts.
9242         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9243         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9244         (sparc64_fixup_plt): Fix a typo.
9245         (elf_machine_rela): Set value to 0 if relocating conflicts.
9246         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9247         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9248         libraries where prelinking info cannot be used.
9249         * sysdeps/sh/bits/link.h: New file.
9250         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9251         content of .got[1].
9252         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9253         of adjusting it if prelinked and prelinking cannot be used.
9254         * sysdeps/s390/s390-32/bits/link.h: New file.
9255         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9256         Save original content of .got[1].
9257         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9258         of adjusting it if prelinked and prelinking cannot be used.
9259         * sysdeps/s390/s390-64/bits/link.h: New file.
9260         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9261         Save original content of .got[1].
9262         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9263         of adjusting it if prelinked and prelinking cannot be used.
9264         * sysdeps/x86_64/bits/link.h: New file.
9265         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9266         Save original content of .got[1].
9267         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9268         of adjusting it if prelinked and prelinking cannot be used.
9270 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9272         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9273         where appropriate instead of numbers.  Little optimizations.
9275 2001-12-10  Roland McGrath  <roland@frob.com>
9277         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9278         set it.
9280         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9281         set to GLIBC_2.2.5, not GLIBC_2.2.4.
9283         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9284         Fix conditionals so this is set by default for stdio and not for libio.
9285         * sysdeps/mach/hurd/configure: Regenerated.
9287 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
9289         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9291 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
9293         * io/Makefile (tests): Add bug-ftw3.
9294         * io/bug-ftw3.c: New file.
9296         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9297         matches and GLOB_NOCHECK is set.
9298         * posix/globtest.sh: Correct expected result for NOCHECK test.
9300         * po/ca.po: Update from translation team.
9302 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9304         Implement transliteration of characters in strings of the locale
9305         definitions.
9306         * locale/programs/linereader.c: Adjust for additional parameter to
9307         lr_token.
9308         (get_string): If character <Uxxxx> is not found try to transliterate
9309         it.
9310         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9311         lr_token.  Add const to charmap parameter of all functions.
9312         (find_translit, find_translit2): New functions.
9313         * locale/programs/charmap.c: Adjust for additional parameter to
9314         lr_token.
9315         * locale/programs/repertoire.c: Likewise.
9316         * locale/programs/linereader.h: Likewise.
9317         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9318         parameter of all functions.
9319         * locale/programs/ld-collate.c: Likewise.
9320         * locale/programs/ld-identification.c: Likewise.
9321         * locale/programs/ld-measurement.c: Likewise.
9322         * locale/programs/ld-messages.c: Likewise.
9323         * locale/programs/ld-monetary.c: Likewise.
9324         * locale/programs/ld-name.c: Likewise.
9325         * locale/programs/ld-numeric.c: Likewise.
9326         * locale/programs/ld-paper.c: Likewise.
9327         * locale/programs/ld-paper.c: Likewise.
9328         * locale/programs/ld-telephone.c: Likewise.
9329         * locale/programs/ld-time.c: Likewise.
9330         * locale/programs/locfile.c: Likewise.
9331         * locale/programs/localedef.c: Likewise.
9332         * locale/programs/localedef.h: Likewise.
9333         * locale/programs/locfile.h: Likewise.  Add declaration for
9334         find_translit.
9335         * locale/programs/simple-hash.c: Add const to first parameter of
9336         find_entry, iterate_table, and lookup.
9337         * locale/programs/simple-hash.h: Likewise.
9338         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9339         instead.
9340         * include/locale.h: Define __LC_LAST.
9341         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9343 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9345         * sysdeps/powerpc/Dist: Update for recent FP changes.
9346         * sysdeps/powerpc/fpu/Dist: Likewise.
9348 2001-12-07  Andreas Schwab  <schwab@suse.de>
9350         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9352 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9354         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9355         save/restore functions here.
9356         (libm-support): Don't define these functions here.
9357         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9358         functions here.
9359         * sysdeps/powerpc/fe_nomask.c: Move to...
9360         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9361         * sysdeps/powerpc/fprrest.S: Move to...
9362         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9363         * sysdeps/powerpc/fprsave.S: Move to...
9364         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9366 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9368         * sysdeps/unix/sysv/linux/opensock.c: New file.
9370 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9372         * config.make.in (with-fp): Define from configure.
9373         * configure.in: Substitute with_fp.
9374         * configure: Regenerate.
9375         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9376         specified, and don't change FPU environment.
9378 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9380         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9381         * assert/assert.c: Check result of __asprintf call and don't use
9382         string if it failed.
9383         * assert/assert-perr.c: Likewise.
9384         * inet/rcmd.c: Likewise.
9385         * locale/programs/localedef.c (main): Check result of
9386         construct_output_path and exit if it failed.
9387         (construct_output_path): Check result of asprintf and mkdir calls and
9388         fail if they failed.
9389         * posix/getopt.c: Check result of __asprintf calls and fail if
9390         they failed.
9391         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9393 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9395         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9396         patch.
9397         * sysdeps/generic/strncase.c: Likewise.
9398         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9400 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9402         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9404         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9405         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9406         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9407         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9408         * sysdeps/powerpc/fclrexcpt.c: Move to...
9409         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9410         * sysdeps/powerpc/fpu_control.h: Move to...
9411         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9413 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9415         * iconvdata/ibm1129.h: Remove duplicate mappings.
9416         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9417         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9418         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9420         * timezone/zic.c: Fix handling of turnaround times.
9421         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9423 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9425         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9426         overflow problem.
9428 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9430         * posix/regex.c: For use outside glibc defined bounded pointer
9431         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9433         * iconvdata/Makefile (modules): Add TCVN5712-1.
9434         * iconvdata/TESTS: Add TCVN5712-1.
9435         * iconvdata/gconv-modules: Likewise.
9436         * iconvdata/tcvn5712-1.c: New file.
9437         * iconvdata/testdata/TCVN-5712: New file.
9438         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9440 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9442         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9444 2001-12-02  Roland McGrath  <roland@frob.com>
9446         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9448         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9449         Reported by Jeff Bailey <jbailey@nisa.net>.
9451         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9452         Reported by Jeff Bailey <jbailey@nisa.net>.
9454         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9455         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9456         Reported by Jeff Bailey <jbailey@nisa.net>.
9458 2001-12-01  Roland McGrath  <roland@frob.com>
9460         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9461         missing backslash in test arguments.
9462         * sysdeps/mach/hurd/configure: Regenerated.
9464 2001-11-26  Roland McGrath  <roland@frob.com>
9466         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9467         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9469 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9471         * iconvdata/Makefile (modules): Add ARMSCII-8.
9472         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9473         * iconvdata/armscii-8.c: New file.
9475 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9477         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9478         don't match, fix {{a,b},c} globbing, clean up.
9479         Patch by Flavio Veloso <flaviovs@magnux.com>.
9480         * posix/globtest.sh: Add new tests.
9482 2001-11-29  Andreas Jaeger  <aj@suse.de>
9484         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9485         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9487         * sysdeps/generic/abort.c: Include libioP.h for
9488         _IO_flush_all_lockp prototype.
9490 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
9492         * posix/regex.h: Define __restrict_arr correctly.
9494 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9496         * iconvdata/ibm1163.c: New file.
9497         * iconvdata/ibm1163.h: New file.
9498         * iconvdata/ibm1164.c: New file.
9499         * iconvdata/ibm1164.h: New file.
9500         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9501         * iconvdata/Makefile: Likewise.
9502         * iconvdata/testdata/IBM1163: New file.
9503         * iconvdata/testdata/IBM1163..UTF8: New file.
9504         * iconvdata/testdata/IBM1164: New file.
9505         * iconvdata/testdata/IBM1164..UTF8: New file.
9506         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9508         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
9509         * iconvdata/ibm1124.h: Likewise.
9510         * iconvdata/ibm1132.h: Likewise.
9511         * iconvdata/ibm1133.h: Likewise.
9512         * iconvdata/ibm1160.h: Likewise.
9513         * iconvdata/ibm1161.h: Likewise.
9514         * iconvdata/ibm1162.h: Likewise.
9515         * iconvdata/ibm856.h: Likewise.
9516         * iconvdata/ibm922.h: Likewise.
9517         * iconvdata/ibm930.h: Likewise.
9518         * iconvdata/ibm932.h: Likewise.
9519         * iconvdata/ibm933.h: Likewise.
9520         * iconvdata/ibm935.h: Likewise.
9521         * iconvdata/ibm937.h: Likewise.
9522         * iconvdata/ibm939.h: Likewise.
9523         * iconvdata/ibm943.h: Likewise.
9524         * iconvdata/ibm930.c: Pretty printing.
9525         * iconvdata/ibm937.c: Avoid access accross array boundary.
9527         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9528         the current locale's codeset.
9529         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9530         empty input string.
9531         * iconv/iconv_prog.c: Pass empty strings as default value for to-
9532         and from-charset.  Don't determine locale's charset here.
9534         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
9535         as the old _IO_flush_all but lock only if parameter is nonzero.
9536         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9537         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9538         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9539         if libio is used [PR libc/2575].
9541 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
9543         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9544         __signbitl): Only define for ISO C99.
9546 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9548         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9549         herrnop to NETDB_INTERNAL if we run out of buffer space.
9551 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9553         * nss/nss_files/files-XXX.c (internal_getent): Correct input
9554         overflow test for platforms with signed char.
9555         Reported by Andrew Haley <aph@cambridge.redhat.com>.
9557 2001-11-28  Bruno Haible  <bruno@clisp.org>
9559         * locale/programs/simple-hash.c (lookup_2): Remove function.
9560         (insert_entry_2): Call lookup instead of lookup_2.
9562 2001-03-04  Bruno Haible  <bruno@clisp.org>
9564         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9566 2001-10-31  Bruno Haible  <bruno@clisp.org>
9568         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9570 2001-03-21  Bruno Haible  <bruno@clisp.org>
9572         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
9573         chokes on empty macro arguments.
9574         * intl/plural.y: Add #pragma for alloca on AIX 3.
9576 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9578         * intl/dcigettext.c (guess_category_value): Only implement for
9579         glibc.  Otherwise rely on function _nl_locale_name which isn't
9580         present in the glibc sources.
9582 2001-09-24  Bruno Haible  <bruno@clisp.org>
9584         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
9585         transliteration when building on a glibc system but outside glibc.
9587 2001-09-22  Bruno Haible  <bruno@clisp.org>
9589         * intl/plural-eval.c: New file, extracted from dcigettext.c.
9590         * intl/dcigettext.c (plural_eval): Remove function, moved to
9591         intl/plural-eval.c.
9592         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
9593         Include plural-eval.c.
9595 2001-09-22  Bruno Haible  <bruno@clisp.org>
9597         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
9598         don't start with a digit; nplurals must be positive.
9600 2001-09-02  Bruno Haible  <bruno@clisp.org>
9602         * intl/plural-exp.h: New file, extracted from gettextP.h.
9603         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
9604         * intl/gettextP.h (struct expression, struct parse_args,
9605         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
9606         * intl/loadmsgcat.c: Include plural-exp.h.
9607         (PLURAL_PARSE): Move macro to plural-exp.h.
9608         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
9609         plural-exp.c.
9610         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
9611         EXTRACT_PLURAL_EXPRESSION.
9612         (_nl_unload_domain): Update.
9613         * intl/dcigettext.c: Include plural-exp.h.
9614         * intl/plural.y: Include plural-exp.h, not gettextP.h.
9615         (FREE_EXPRESSION): Move macro to plural-exp.h.
9616         * intl/Makefile (routines): Add plural-exp.
9617         (distribute): Add plural-exp.h.
9619 2001-07-28  Bruno Haible  <bruno@clisp.org>
9621         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
9622         isdigit, tolower argument to 'unsigned char'.
9623         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
9624         'unsigned char'.
9625         * intl/localealias.c (read_alias_file): Cast isspace argument to
9626         'unsigned char'.
9628 2001-10-20  Bruno Haible  <bruno@clisp.org>
9630         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
9631         anyway.)
9632         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
9633         with the variable 'index' in plural_lookup.
9634         * intl/l10nflist.c (strchr): Likewise.
9635         * intl/localealias.c (strchr): Likewise.
9637         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
9638         * intl/bindtextdom.c: Likewise.
9639         * intl/dcigettext.c: Likewise.
9640         * intl/dgettext.c: Likewise.
9641         * intl/dngettext.c: Likewise.
9642         * intl/explodename.c: Likewise.
9643         * intl/finddomain.c: Likewise.
9644         * intl/gettext.c: Likewise.
9645         * intl/l10nflist.c: Likewise.
9646         * intl/loadmsgcat.c: Likewise.
9647         * intl/localealias.c: Likewise.
9648         * intl/ngettext.c: Likewise.
9649         * intl/textdomain.c: Likewise.
9650         * intl/gettext.h: Assume <limits.h> exists.
9652 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9654         * stdio-common/Makefile (tests): Add scanf11.
9655         * stdio-common/scanf11.c: New file.
9657 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9659         * version.h (RELEASE): Define as development.
9660         (VERSION): Set to 2.2.90.
9662 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9664         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
9665         * nis/nss_nis/nis-grp.c: Likewise.
9666         * nis/nss_nisplus/nisplus-grp.c: Likewise.
9668         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
9669         * nis/nss_nis/nis-pwd.c: Likewise.
9670         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
9672         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
9673         * nis/nss_nisplus/nisplus-parser.c: Likewise.
9674         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
9676         * nscd/grpcache.c: Use strtoul instead of atol.
9677         * nscd/pwdcache.c: Likewise.
9678         * nss/getent.c: Likewise.
9680 2001-11-27  Paul Eggert  <eggert@twinsun.com>
9682         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
9683         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
9685 2001-11-19  Bruno Haible  <bruno@clisp.org>
9687         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
9688         90%.
9689         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
9690         improves the quality of the hash function, especially for short
9691         strings.
9693 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
9695         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
9696         are found call conv_error and not input_error [PR libc/2669].
9698         * math/bits/mathcalls.h: Mark ceil and floor as const.
9699         Reported by David Mosberger.
9701 2001-11-21  Jim Meyering  <meyering@lucent.com>
9703         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
9704         Define to be __-prefixed.
9705         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
9707 2001-11-26  Andreas Jaeger  <aj@suse.de>
9709         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
9710         avoid warning.
9712 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
9714         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
9715         initialization.
9717         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
9718         unused variables.  Fix threshold for returning 1.0.
9720         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
9721         argument.
9723         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
9724         remove unused variables.
9726         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
9728         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
9729         include local math header files.
9731 2001-11-22  Andreas Jaeger  <aj@suse.de>
9733         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
9734         avoid warning.
9736 2001-11-21  Andreas Jaeger  <aj@suse.de>
9738         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
9740         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
9741         sys/debugreg.h
9743 2001-11-15  Andreas Jaeger  <aj@suse.de>
9745         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
9746         compilers that support it.
9748         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
9749         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
9750         * stdlib/stdlib.h: Likewise.
9752 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
9754         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
9755         statement with gotos.
9756         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
9758 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
9760         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
9762 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
9764         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
9766 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
9767             H.J. Lu  <hjl@gnu.org>
9769         * Versions.def (libc): Add GCC_3.0.
9770         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
9771         if gcc supports this flag.
9772         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
9773         (gcc3): Allow glibc to be compiled with gcc 3.x.
9774         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
9775         * config.make.in (static-libgcc, unwind-find-fde): Add.
9776         * Makerules (build-shlib-helper, build-module-helper): Use it.
9777         * scripts/versions.awk: Make sure GLIBC_ versions come first.
9778         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
9779         necessary.
9780         (_fini): Call __deregister_frame_info_bases if
9781         __register_frame_info_bases was used to register.
9782         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
9783         for GLIBC_2.0.
9784         (__register_frame_info_bases, __register_frame_info_table_bases,
9785         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
9786         * elf/Makefile (routines): Add unwind-dw2-fde.
9787         (shared-only-routines): Add unwind-dw2-fde.
9788         * sysdeps/alpha/gccframe.h: New file.
9789         * sysdeps/arm/gccframe.h: New file.
9790         * sysdeps/generic/framestate.c: New file.
9791         * sysdeps/generic/dwarf2.h: New file.
9792         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
9793         * sysdeps/generic/unwind-dw2-fde.c: New file.
9794         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
9795         * sysdeps/generic/unwind-dw2-fde.h: New file.
9796         * sysdeps/generic/unwind-dw2.c: New file.
9797         * sysdeps/generic/unwind-pe.h: New file.
9798         * sysdeps/generic/unwind.h: New file.
9799         * sysdeps/hppa/gccframe.h: New file.
9800         * sysdeps/i386/gccframe.h: New file.
9801         * sysdeps/m68k/gccframe.h: New file.
9802         * sysdeps/mips/gccframe.h: New file.
9803         * sysdeps/powerpc/gccframe.h: New file.
9804         * sysdeps/s390/gccframe.h: New file.
9805         * sysdeps/sh/gccframe.h: New file.
9806         * sysdeps/sparc/gccframe.h: New file.
9807         * sysdeps/vax/gccframe.h: New file.
9808         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9809         Set on all architectures except ia64.
9810         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
9811         for i386.
9812         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
9813         __deregister_frame_info): Move to elf/Versions.
9814         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
9815         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
9816         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
9817         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
9818         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
9819         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
9820         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
9821         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
9822         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
9823         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
9824         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
9825         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
9826         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9827         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
9828         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
9829         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
9830         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
9831         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
9833 2001-11-15  Jeff Law  <law@redhat.com>
9835         * posix/regex.c (uintptr_t): Do not provide a definition if the
9836         system provided one.
9838 2001-11-13  Roland McGrath  <roland@frob.com>
9840         * stdio-common/tmpfile.c: Moved to ...
9841         * sysdeps/generic/tmpfile.c: ... here.
9842         * sysdeps/mach/hurd/tmpfile.c: New file.
9844         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
9845         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
9846         (fopenport): Define as weak alias.
9848         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
9849         * libio/libioP.h: ... to here.
9851 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
9853         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
9854         program header twice.  Construct list with the needed information.
9856 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
9858         * po/ca.po: Update from translation team.
9860         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
9861         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
9862         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
9863         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9865 2001-11-10  Andreas Jaeger  <aj@suse.de>
9867         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
9868         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
9869         Contributed by Stephen L Moshier <moshier@mediaone.net>.
9871 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9873         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
9874         correctly.
9875         * elf/dl-load.c (is_dst): New function.
9876         (_dl_dst_count): Use is_dst to check for DST variable.
9877         (_dl_dst_substitute): Likewise.
9879 2001-11-09  Roland McGrath  <roland@frob.com>
9881         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
9882         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
9883         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
9884         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
9885         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
9886         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
9887         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
9888         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
9889         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
9890         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
9891         * sysdeps/mach/hurd/powerpc/Dist: New file.
9893         * hurd/privports.c (__get_privileged_ports):
9894         Only contact the proc server if necessary for this call.
9895         Suggested by Neal H Walfield <neal@cs.uml.edu>.
9896         Check error return for mach_port_mod_refs.
9898 2001-11-09  Andreas Schwab  <schwab@suse.de>
9900         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
9902 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
9904         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
9905         object is always the last in the list.
9906         (_dl_map_object_from_fd): Delete code to remove from object list
9907         when DF_1_NOOPEN is seen.  This is done in lose.
9909 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
9911         * elf/dl-object.c (_dl_new_object): Various small optimizations.
9913 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
9915         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
9916         HWCAP_CHECK macro code.
9918         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
9919         Now returns MAP_FAILED on error.
9920         * elf/rtld.c: Adjust caller.
9921         * sysdeps/generic/dl-cache.c: Likewise.
9922         * sysdeps/generic/ldsodefs.h: Adjust description.
9924         * elf/dl-version.c (match_symbol): Optimize error handling for size.
9925         (_dl_check_map_versions): Likewise.
9927 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9929         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
9930         _dl_signal_error directly, always use lose.  Set fd to -1 after
9931         file is closed.
9932         (lose): Don't call close if fd == -1.
9934 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
9936         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
9937          Also fix typo @code {mbsinit} to @code{mbsinit}.
9939 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
9941         * elf/dl-profile.c: Replace state variable with simple flag named
9942         running.  Remove commented-out code.
9944         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
9945         (_dl_init_paths): Likewise.
9946         (_dl_map_object_from_fd): Likewise.
9947         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
9949 2001-11-06  Roland McGrath  <roland@frob.com>
9951         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
9952         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
9954         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
9955         sysdeps/powerpc/elf/sysdep.h.
9956         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
9958 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9960         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
9961         speed.
9962         (process_envvars): Some more optimizations.
9963         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
9965         * elf/elf.h: Add dynamic tag definitions for prelinking.
9967         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
9968         Rewrite code to remove environment varables for SUID binaries.
9969         Small optimization in LD_PROFILE handling.
9970         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
9971         changes.
9972         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9974         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
9976         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
9977         strings.  Change type of second parameter.
9978         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
9979         for last change.
9981         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
9983 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
9985         * manual/string.texi: Fix typos.
9986         * manual/examples/argp-ex2.c: Likewise.
9988 2001-11-05  Roland McGrath  <roland@frob.com>
9990         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
9991         the more-specific unix/sysv/linux/powerpc file and breaks everything.
9992         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
9993         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
9994         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
9995         here, put under [__ELF__].
9997 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
9999         * manual/charset.texi: Extensive editing work.
10000         * manual/nss.texi: Likewise.
10001         Changes by Dennis Grace <dgrace@us.ibm.com>.
10003 2001-11-04  Roland McGrath  <roland@frob.com>
10005         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10006         parameter to dir_mkfile.
10008 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10010         * string/bits/string2.h (__strndup): If n is smaller than len, set
10011         len to n + 1.
10012         * string/tester.c (test_strndup): New function.
10013         (main): Call it.
10015 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10017         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10019         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10020         * scripts/cpp: New file.
10022         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10023         for rtld_search_dirs content.  Minor optimizations.
10025 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10027         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10028         avoiding unnecessary duplication.
10030 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10032         * elf/dl-load.c (_dl_map_object): If library was found using
10033         LD_LIBRARY_PATH, don't try RUNPATH list.
10035 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10037         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10038         Correct second argument of register_dump call.
10039         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10040         Likewise.
10042 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10044         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10045         modules.
10046         * iconvdata/TESTS: Likewise.
10047         * iconvdata/gconv-modules: Likewise.
10048         * iconvdata/ibm1132.c: New file.
10049         * iconvdata/ibm1132.h: New file.
10050         * iconvdata/ibm1133.c: New file.
10051         * iconvdata/ibm1133.h: New file.
10052         * iconvdata/ibm1162.c: New file.
10053         * iconvdata/ibm1162.h: New file.
10054         * iconvdata/testdata/IBM1132: New file.
10055         * iconvdata/testdata/IBM1132..UTF8: New file.
10056         * iconvdata/testdata/IBM1133: New file.
10057         * iconvdata/testdata/IBM1133..UTF8: New file.
10058         * iconvdata/testdata/IBM1162: New file.
10059         * iconvdata/testdata/IBM1162..UTF8: New file.
10060         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10062         * string/string.h: Fix typo in comment.
10063         * wcsmbs/wchar.h: Likewise.
10065 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10067         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10068         const in type of longopts parameter.
10070 2001-10-29  Andreas Jaeger  <aj@suse.de>
10072         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10074 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10076         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10077         output, clarify `#' behaviour on 0.
10078         (Floating-Point Conversions): Clarify that %g only uses %e when
10079         the exponent would be greater than 1.
10081 2001-10-28  Roland McGrath  <roland@frob.com>
10083         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10084         * sysdeps/mach/powerpc/machine-sp.h: New file.
10085         * sysdeps/mach/powerpc/sysdep.h: New file.
10086         * sysdeps/mach/powerpc/thread_state.h: New file.
10088         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10089         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10090         expect to need the same thing on every platform.
10092         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10093         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10095         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10096         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10097         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10098         Move all these assembly-related definitions to ...
10099         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10101         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10102         by Peter Bruin <pjbruin@dds.nl>.
10104         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10105         packing results for a `poll' call.
10107 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10109         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10110         correctly.
10111         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10112         bracket expression.
10114         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10115         nrules value.
10116         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10118 2001-10-24  H.J. Lu  <hjl@gnu.org>
10120         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10121         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10122         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10124 2001-10-21  Jim Meyering  <meyering@lucent.com>
10126         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10127         this code would end up calling gettext even in packages built
10128         with --disable-nls.
10129         * posix/getopt.c (_): Likewise.
10130         * posix/regex.c (_): Likewise.
10132 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10134         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10135         lookup not ip6.int.
10136         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10137         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10139 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10141         * misc/sys/cdefs.h (__attribute_used__): Define.
10142         * elf/rtld.c (_dl_start): Add __attribute_used__.
10143         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10145 2001-10-25  Andreas Schwab  <schwab@suse.de>
10147         * stdlib/a64l.c: Expect least significant digit first.
10148         * stdlib/l64a.c: Produce least significant digit first.
10149         * stdlib/Makefile (tests): Add test-a64l.
10150         * stdlib/test-a64l.c: New file.
10151         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10153 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10155         * po/sk.po: Update from translation team.
10157 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10159         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10161 2001-10-18  Andreas Schwab  <schwab@suse.de>
10163         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10164         next whole number.
10165         (print_function_ulps): Likewise.
10166         (print_complex_function_ulps): Likewise.
10167         (print_max_error): Likewise.
10168         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10170 2001-10-16  Andreas Schwab  <schwab@suse.de>
10172         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10173         implementation.
10175         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10176         BSD_SETJMP or BSD__SETJMP is defined, resp.
10177         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10178         a tail call to __sigsetjmp that would require extending the
10179         caller's frame.
10180         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10181         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10182         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10183         Reported by Jes Sorensen <jes@trained-monkey.org>.
10185 2001-10-16  Andreas Jaeger  <aj@suse.de>
10187         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10188         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10189         close PR libc/2589.
10191 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10193         * po/ca.po: New file.  Contributed by the translation team.
10195 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10197         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10198         a varargs prototype.  Remove dependency from kernel header files.
10200         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10201         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10203 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10205         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10206         to generate hexadecimal identifier.
10207         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10209 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10211         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10213 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10215         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10216         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10217         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10219         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10220         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10221         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10222         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10223         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10224         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10226         * timezone/africa: Update from tzdata2001d.
10227         * timezone/asia: Likewise.
10228         * timezone/australasia: Likewise.
10229         * timezone/backward: Likewise.
10230         * timezone/europe: Likewise.
10231         * timezone/leapseconds: Likewise.
10232         * timezone/northamerica: Likewise.
10233         * timezone/southamerica: Likewise.
10234         * timezone/zone.tab: Likewise.
10236 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10238         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10239         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10241 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10243         * elf/elf.h (PT_TLS): New definition.
10245 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10247         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10248         bits/errno.h
10250 2001-10-07  Roland McGrath  <roland@frob.com>
10252         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10254 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10256         * elf/elf.h: Add more ELFOSABI_* constants.
10258 2001-10-04  Ben Collins  <bcollins@debian.org>
10260         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10261         decleration of __need_wchar_t.
10263 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
10265         * string/bits/string2.h (__strsep_g): Add prototype.
10266         (__strsep): Use it.
10267         * string/Versions (__strsep): Remove.
10268         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10270 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
10272         * manua/llio.texi: Clarify file references added by mmap.
10273         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10275 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
10277         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10278         Add sc_loadrs and sc_rbs_bas to match current kernel.
10280 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10282         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10284         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10286 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10288         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10289         object has been bumped because of relocation dependency, avoid
10290         duplicates in l_scope.
10291         (show_scope): Fix typos.
10292         * elf/Makefile: Add rules to build and run reldep6.
10293         * elf/reldep6.c: New file.
10294         * elf/reldep6mod0.c: New file.
10295         * elf/reldep6mod1.c: New file.
10296         * elf/reldep6mod2.c: New file.
10297         * elf/reldep6mod3.c: New file.
10298         * elf/reldep6mod4.c: New file.
10300 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10302         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10303         sparc64_fixup_plt.
10304         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10305         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10306         for non-lazy binding. Fix .plt[32768+] handling.
10307         (elf_machine_plt_value): Don't add addend.
10308         (elf_machine_rela): Call sparc64_fixup_plt instead of
10309         elf_machine_fixup_plt.
10310         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10311         dynamic linker at 0xfffff800XXXXXXXX.
10313         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10315 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10317         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10319 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10321         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10322         declare __cmsg_data field if its size would be bigger than 0.
10323         (CMSG_DATA): Adjust accordingly.
10324         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10325         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10326         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10327         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10328         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10329         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10330         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10332 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10334         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10335         * iconvdata/testdata/IBM1160: New file.
10336         * iconvdata/testdata/IBM1160..UTF8: New file.
10337         * iconvdata/testdata/IBM1161: New file.
10338         * iconvdata/testdata/IBM1161..UTF8: New file.
10339         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10341 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10343         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10344         UL_SETFSIZE computations better.
10346         * rt/Makefile: Remove use of filter for librt again.
10348         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10349         UL_SETFSIZE computations better.
10351         * string/Versions: Export __strsep for GLIBC_2.2.5.
10352         * string/bits/string2.h: Define all __STRING_INLINE functions if
10353         _FORCE_INLINES is defined.
10354         Use int instead of char of parameter types.
10355         (__strsep): Don't use __strsep_g.  Don't define it.
10356         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10357         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10358         __strcpy_small.
10359         (__stpcpy_a_small): Renamed from __stpcpy_small.
10360         (__strcspn_c1): Don't define if _FORCE_INLINES.
10361         (__strspn_c1): Likewise.
10363 2001-09-22  Ben Collins  <bcollins@debian.org>
10365         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10366         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10367         * sysdeps/ia64/bits/sigaction.h: Likewise.
10368         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10370 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10372         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10374 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10376         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10378 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10380         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10382 2001-09-20  H.J. Lu  <hjl@gnu.org>
10384         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10385         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10386         for __RTLD_SPROF.
10387         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10388         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10390 2001-09-20  H.J. Lu  <hjl@gnu.org>
10392         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10393         don't add 1.
10395 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10397         * nss/getent.c: Accept -s parameter to overwrite rules in
10398         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10400         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10401         with as many ".0" as necessary to form a complete address
10402         inet_network understands.
10404         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10405         calls.
10407 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10409         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10410         _JMPBUF_UNWINDS.
10411         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10413 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10415         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10416         IBM1161.
10417         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10418         * iconvdata/ibm1160.c: New file.
10419         * iconvdata/ibm1160.h: New file.
10420         * iconvdata/ibm1161.c: New file.
10421         * iconvdata/ibm1161.h: New file.
10422         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10424 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10426         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10427         difference between base address and first PT_LOAD's virtual address,
10428         not the base address.
10430 2001-09-11  Tom Rix  <trix@redhat.com>
10432         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10433         ifdef for __getopt_clean_environment.
10434         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10436 2001-09-22  Andreas Jaeger  <aj@suse.de>
10438         * elf/reldep4.c (main): Add proper prototype to fix warning.
10440         * elf/reldep5.c (main): Remove unused variable.
10442         * math/math_private.h: Add prototypes.
10444 2001-09-21  Andreas Jaeger  <aj@suse.de>
10446         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10447         * sysdeps/x86_64/Dist: New file.
10448         * sysdeps/x86_64/soft-fp/Dist: New file.
10450         * sysdeps/gnu/Dist: Remove eval.c.
10452 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10454         * malloc/memusage.c (realloc): Don't count already allocated
10455         memory in the sums.
10456         (me): Always use dlsym() to find the real implementations.
10458         * malloc/memusage.sh: Make -n option actually do something.
10460 2001-09-20  Andreas Jaeger  <aj@suse.de>
10462         * elf/elf.h (R_390_NUM): Correct value.
10464         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10465         libpthread.
10467         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10468         for x86-64, install x86-64 into */lib64.
10470         * shlib-versions: Add x86-64.
10472         * elf/elf.h: Add x86-64 relocations.
10474 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10476         * po/fr.po: Update from translation team.
10478 2001-09-19  Andreas Jaeger  <aj@suse.de>
10480         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10481         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10482         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10483         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10484         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10485         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10486         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10487         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10488         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10489         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10490         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10491         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10492         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10493         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10494         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10495         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10496         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10497         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10498         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10499         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10500         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10501         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10502         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10503         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10504         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10505         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10506         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10507         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10508         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10509         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10510         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10511         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10512         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10513         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10514         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10515         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10516         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10517         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10518         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10519         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10520         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10521         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10522         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10523         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10524         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10525         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10526         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10527         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10528         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10529         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10530         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10531         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10532         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10533         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10534         * sysdeps/unix/x86_64/sysdep.S: New file.
10535         * sysdeps/unix/x86_64/sysdep.h: New file.
10536         * sysdeps/x86_64/Implies: New file.
10537         * sysdeps/x86_64/Makefile: New file.
10538         * sysdeps/x86_64/Versions: New file.
10539         * sysdeps/x86_64/__longjmp.S: New file.
10540         * sysdeps/x86_64/abort-instr.h: New file.
10541         * sysdeps/x86_64/atomicity.h: New file.
10542         * sysdeps/x86_64/bits/endian.h: New file.
10543         * sysdeps/x86_64/bits/setjmp.h: New file.
10544         * sysdeps/x86_64/bits/string.h: New file.
10545         * sysdeps/x86_64/bp-asm.h: New file.
10546         * sysdeps/x86_64/bsd-_setjmp.S: New file.
10547         * sysdeps/x86_64/bsd-setjmp.S: New file.
10548         * sysdeps/x86_64/dl-machine.h: New file.
10549         * sysdeps/x86_64/elf/initfini.c: New file.
10550         * sysdeps/x86_64/elf/start.S: New file.
10551         * sysdeps/x86_64/ffs.c: New file.
10552         * sysdeps/x86_64/ffsll.c: New file.
10553         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10554         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10555         * sysdeps/x86_64/fpu/e_acosl.c: New file.
10556         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10557         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10558         * sysdeps/x86_64/fpu/e_expl.c: New file.
10559         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10560         * sysdeps/x86_64/fpu/e_log10l.S: New file.
10561         * sysdeps/x86_64/fpu/e_log2l.S: New file.
10562         * sysdeps/x86_64/fpu/e_logl.S: New file.
10563         * sysdeps/x86_64/fpu/e_powl.S: New file.
10564         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10565         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10566         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10567         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10568         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10569         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10570         * sysdeps/x86_64/fpu/fegetenv.c: New file.
10571         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
10572         * sysdeps/x86_64/fpu/fegetround.c: New file.
10573         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
10574         * sysdeps/x86_64/fpu/fesetenv.c: New file.
10575         * sysdeps/x86_64/fpu/fesetround.c: New file.
10576         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
10577         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
10578         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
10579         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
10580         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
10581         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
10582         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
10583         * sysdeps/x86_64/fpu/s_atanl.c: New file.
10584         * sysdeps/x86_64/fpu/s_cosl.S: New file.
10585         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
10586         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
10587         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
10588         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
10589         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
10590         * sysdeps/x86_64/fpu/s_logbl.c: New file.
10591         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
10592         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
10593         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
10594         * sysdeps/x86_64/fpu/s_rintl.c: New file.
10595         * sysdeps/x86_64/fpu/s_significandl.c: New file.
10596         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
10597         * sysdeps/x86_64/fpu/s_sinl.S: New file.
10598         * sysdeps/x86_64/fpu/s_tanl.S: New file.
10599         * sysdeps/x86_64/gmp-mparam.h: New file.
10600         * sysdeps/x86_64/hp-timing.c: New file.
10601         * sysdeps/x86_64/hp-timing.h: New file.
10602         * sysdeps/x86_64/htonl.S: New file.
10603         * sysdeps/x86_64/memusage.h: New file.
10604         * sysdeps/x86_64/setjmp.S: New file.
10605         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
10606         * sysdeps/x86_64/stackinfo.h: New file.
10607         * sysdeps/x86_64/sysdep.h: New file.
10608         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
10610         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
10611         L Moshier.
10613 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10615         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
10616         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
10618 2001-09-18  Andreas Schwab  <schwab@suse.de>
10620         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
10621         list, now that l_scope is a pointer.
10623         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
10624         scope list.
10626 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
10628         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
10629         (elf_machine_rela_relative): Add a missing declaration.
10631 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
10633         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
10634         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
10635         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
10636         ldd-rewrite scripts.
10638 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10640         * elf/ldd.bash.in: Update copyright message.
10642 2001-09-17  H.J. Lu  <hjl@gnu.org>
10644         * hurd/hurdmalloc.c (bcopy): Removed.
10645         (realloc): Replace bcopy with memcpy.
10646         * hurd/path-lookup.c (file_name_path_scan): Likewise.
10647         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
10648         * sunrpc/rpcinfo.c (pmapdump): Likewise.
10650         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
10651         (gethostbyaddr): Likewise.
10652         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
10654 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
10656         * sysdeps/gnu/eval.c: Removed.
10658 2001-09-18  Andreas Jaeger  <aj@suse.de>
10660         * sysdeps/i386/fpu/s_logbl.S: Move to ...
10661         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
10663         * sysdeps/i386/fpu/s_rintl.S: Move to ...
10664         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
10666         * sysdeps/i386/fpu/s_significandl.S: Move to ...
10667         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
10669 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
10671         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10672         nrules value.
10674 2001-09-14  H.J. Lu  <hjl@gnu.org>
10676         * sysdeps/mips/fpu/libm-test-ulps: Updated.
10678 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
10680         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
10681         Patch by Florian La Roche <laroche@redhat.com>.
10683         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
10685         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
10686         ETHER_CRC_LEN.
10688 2001-09-14  Andreas Schwab  <schwab@suse.de>
10690         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
10691         Sumner <bls@sgi.com>.
10692         * posix/execlp.c: Likewise.
10694 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
10696         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
10697         is already found earlier in the search scope.
10699 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
10701         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
10702         filter.
10704 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
10706         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
10708 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
10710         * config.h.in: Enforce optimization to be used.
10711         * Makeconfig (preprocess-versions): Define ASSEMBLER.
10712         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
10713         * posix/Makefile (annexc-CFLAGS): Define to -O.
10714         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
10716 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
10718         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
10719         Patch by Stephan Kulow.
10721 2001-09-08  Ben Collins  <bcollins@debian.org>
10723         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
10724         usage of RESOLVE() (r_type, not reloc->r_type).
10726 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10728         * elf/dl-object.c: Avoid allocating extra memory block for name.
10729         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
10730         allocated separately.
10731         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
10733 2001-09-08  H.J. Lu  <hjl@gnu.org>
10735         * po/zh_TW.po: Fix a typo.
10737 2001-09-07  Tom Rix  <trix@redhat.com>
10739         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
10741 2001-08-26  Tom Rix  <trix@redhat.com>
10743         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
10744         command line options.
10745         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
10746         * sysdeps/unix/sysv/aix/start.c: Removed.
10747         * sysdeps/unix/sysv/aix/start-libc.c: New file.
10748         * sysdeps/unix/sysv/aix/init-first.c: New file.
10749         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
10751 2001-09-08  Ben Collins  <bcollins@debian.org>
10753         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
10754         * sysdeps/generic/dl-machine.h: Likewise.
10755         * sysdeps/hppa/dl-fptr.c: Likewise.
10756         * sysdeps/ia64/dl-fptr.c: Likewise.
10757         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
10758         * sysdeps/mips/dl-machine.h: Likewise.
10759         * sysdeps/mips/mips64/dl-machine.h: Likewise.
10760         * sysdeps/powerpc/dl-machine.c: Likewise.
10762 2001-09-07  Ben Collins  <bcollins@debian.org>
10764         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
10766         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
10768 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
10770         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
10771         dependencies if necessary.
10773         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
10774         loaded directly) determine length if l_initfini list by iterating
10775         over its elements.  Minor optimizations.
10776         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
10777         for dependency objects.
10778         If object was already loaded check whether any of the dependencies
10779         is already on the relocation dependency list.  If yes, remove the
10780         latter.  Minor optimizations.
10781         * elf/dl-lookup.c (add_dependency): Add check for self reference of
10782         maps here.  Search l_initfini list only if the object was loaded
10783         directly and not only as a dependency.
10784         (_dl_lookup_symbol): Add relocation dependency also if object
10785         is not in global scope.  Remove test for self-reference here.
10786         (_dl_lookup_versioned_symbol): Likewise.
10787         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
10788         element of first name record.
10789         * elf/loadtest.c: Add some more test to recognize early if an object
10790         wasn't unloaded.
10791         * elf/Makefile: Add rules to build and run reldep5.
10792         * elf/reldep5.c: New file.
10793         * elf/reldepmod5.c: New file.
10794         * elf/reldepmod6.c: New file.
10796         * elf/reldep2.c: Fix typo.
10798 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
10800         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
10801         elements.  Change l_scope to be a pointer only.
10802         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
10803         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
10804         here add searchlist of newly open file to the dependency's scope.
10805         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
10806         only searchlist from its scope.  Free own scope array if necessary.
10807         * elf/Makefile (tests): Add dblload and dblunload now.
10809 2001-09-06  Andreas Jaeger  <aj@suse.de>
10811         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
10812         Stephen L Moshier.
10814 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
10816         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
10817         they both fail.
10818         * elf/dblload.c: New file.
10819         * elf/dblloadmod1.c: New file.
10820         * elf/dblloadmod2.c: New file.
10821         * elf/dblloadmod3.c: New file.
10822         * elf/dblunload.c: New file.
10824 2001-09-04  Richard Henderson  <rth@redhat.com>
10826         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
10827         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
10829 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10831         Correct very misleading message for error in failed runtime relocation.
10832         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
10833         place of the error.
10834         (_dl_signal_cerror): Likewise.
10835         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
10836         * elf/dl-close.c: Likewise.
10837         * elf/dl-deps.c: Likewise.
10838         * elf/dl-load.c: Likewise.
10839         * elf/dl-lookup.c: Likewise.
10840         * elf/dl-open.c: Likewise.
10841         * elf/dl-reloc.c: Likewise.
10842         * elf/dl-sym.c: Likewise.
10843         * elf/dl-version.c: Likewise.
10844         * sysdeps/generic/dl-sysdep.c: Likewise.
10846 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10848         * iconv/strtab.c (strtabinit): Initialize null Strent.
10849         (newstring): Move len == 0 handling...
10850         (strtabadd): ...here.
10851         If len == 1, return null Strent.
10852         When inserting a suffix of an existing string, check if
10853         it is not equal to some suffix already recorded.
10854         Copy left and right members over if adding longer string.
10856 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
10858         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
10860         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
10861         (__syscall_gethostname): Add prototype.
10863 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
10865         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
10867 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
10869         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
10871 2001-08-27  Roland McGrath  <roland@frob.com>
10873         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
10874         short, copy that much into NAME anyway before returning error.
10876 2001-09-01  Richard Henderson  <rth@redhat.com>
10878         * sysdeps/alpha/elf/Dist: Remove file.
10879         * sysdeps/alpha/elf/Makefile: Remove file.
10880         * sysdeps/alpha/elf/crtbegin.S: Remove file.
10881         * sysdeps/alpha/elf/crtend.S: Remove file.
10882         * sysdeps/alpha/elf/initfini.c: New file.
10884 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
10886         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
10887         * iconv/tst-iconv3.c: Likewise.
10889 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
10891         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
10893 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
10895         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
10896         export it.
10897         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
10898         * iconv/iconv_prog.c (insert_cache): New function.
10899         (print_known_names): If cache is used call insert_cache to use the
10900         information from the cache [PR libc/2509].
10902 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
10904         * time/strptime.c (strptime_internal): Recognize 'l' format and
10905         handle it like 'I' for symmetry with strftime.
10907 2001-08-31  Richard Henderson  <rth@redhat.com>
10909         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
10910         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
10911         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
10912         (print_statistics): Make scalar unsigned long long.
10913         * sysdeps/alpha/hp-timing.h: New file.
10915 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10917         * stdio-common/perror.c (perror): Save errno early, pass it
10918         down to perror_internal.
10919         (perror_internal): Add errnum argument.
10921 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
10923         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
10924         Don't add old memory content for R_ALPHA_REFQUAD.
10926 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10928         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
10929         memory correctly.
10931         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
10932         instead of open, __close instead of close, __getpagesize instead
10933         of getpagesize.
10935         * string/argz-stringify.c (__argz_stringify): Use __strnlen
10936         instead of strnlen.
10937         * include/string.h (strndupa): Redefine here to use __strnlen
10938         instead of strnlen.
10939         * string/strndup.c (__strndup): Use __strnlen not strnlen.
10941         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
10942         connected).
10944 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10946         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
10947         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
10948         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
10949         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
10950         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
10951         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
10952         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
10954 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10956         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
10958 2001-08-30  Andreas Jaeger  <aj@suse.de>
10960         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
10961         contributed Stephen L Moshier.
10963 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
10965         * sunrpc/etc.rpc (sgi_fam): Add.
10967 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
10969         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
10971 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
10973         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
10974         first is from a previous call.
10975         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
10977 2001-08-29  Andreas Schwab  <schwab@suse.de>
10979         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
10981 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
10983         * config.make.in (INSTALL_SCRIPT): Define.
10984         * Makeconfig (INSTALL_SCRIPT): Define.
10985         * Makerules (do-install-script): New macro to install scripts using
10986         INSTALL_SCRIPT.
10987         (install-bin-script): New rule to install scripts with
10988         do-install-script.
10989         (install-bin-script-nosubdir): New rule.
10990         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
10991         (distinfo-vars): Add $(install-bin-script).
10992         * Rules (others): Likewise.
10993         * Makefile (glibcbug): Install with install-bin-script.
10994         * debug/Makefile (xtrace): Likewise.
10995         (catchsegv): Likewise.
10996         * elf/Makefile (ldd): Likewise.
10997         * malloc/Makefile (mtrace): Likewise.
10998         * timezone/Makefile (tzselect): Likewise.
11000 2001-08-29  H.J. Lu  <hjl@gnu.org>
11002         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11003         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11004         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11006 2001-08-29  Andreas Schwab  <schwab@suse.de>
11008         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11010 2001-08-28  H.J. Lu  <hjl@gnu.org>
11012         * Makeconfig (combreloc-LDFLAGS): New variable.
11013         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11014         * config.make.in (have-z-combreloc): New variable.
11015         * configure.in: Substitute libc_cv_z_combreloc.
11017 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11019         * po/sv.po: Update from translation team.
11020         * po/fr.po: Likewise.
11021         * po/da.po: Likewise.
11023 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11025         * Makerules: Fix a typo: MD% -> MD5.
11027 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11029         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11030         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11032 2001-08-28  Andreas Jaeger  <aj@suse.de>
11034         * manual/libc-texinfo.sh: Add entry about free manuals.
11036         * manual/contrib.texi (Contributors): Fix cross reference.
11038         * manual/libc.texinfo (Copying): Include freemanuals.
11040         * manual/Makefile (appendices): Add freemanuals.
11042         * manual/freemanuals.texi: New file.
11043         Patch by Brian Youmans <3diff@gnu.org>.
11045         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11046         smaller table.
11048         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11049         table on separate page.
11050         Patch by Brian Youmans <3diff@gnu.org>.
11052 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11054         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11055         the connection went down after we first used it try to connect
11056         again and resend the message before printing to the console.
11057         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11059 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11061         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11062         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11063         bit set.
11065 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11067         * iconv/strtab.c (searchstring): Use correct length for comparison.
11068         (strtabadd): Account total size correct if new string has old string as
11069         substring.
11071 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11073         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11075 2001-08-27  Andreas Jaeger  <aj@suse.de>
11077         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11079         * math/libm-test.inc (j0_test): Add extra tests.
11080         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11081         not x, in Hankel approximation.
11082         Patches by Stephen L Moshier.
11084 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11086         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11087         link_map.
11089         * configure.in: Fix test for .rela.dyn section.
11091         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11093 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11095         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11096         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11097         Pass type_class to _dl_lookup_*.
11098         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11099         Pass around just type_class instead of noexec, noplt pair.
11100         (_dl_lookup_versioned_symbol): Likewise.
11101         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11102         noexec, noplt pair.
11103         (_dl_lookup_versioned_symbol_skip): Likewise.
11104         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11105         * elf/do-lookup.h (do_lookup): Likewise.
11106         * include/link.h (struct link_map): Replace noexec and noplt fields
11107         in l_lookup_cache with type_class field.
11108         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11109         ELF_RTYPE_CLASS_COPY): Define.
11110         Adjust prototypes for _dl_lookup_symbol and
11111         _dl_lookup_versioned_symbol.
11112         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11113         elf_machine_lookup_noexec_p): Remove.
11114         (elf_machine_type_class): Define.
11115         * sysdeps/arm/dl-machine.h: Likewise.
11116         * sysdeps/hppa/dl-machine.h: Likewise.
11117         * sysdeps/cris/dl-machine.h: Likewise.
11118         * sysdeps/i386/dl-machine.h: Likewise.
11119         * sysdeps/ia64/dl-machine.h: Likewise.
11120         * sysdeps/m68k/dl-machine.h: Likewise.
11121         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11122         * sysdeps/mips/dl-machine.h: Likewise.
11123         * sysdeps/powerpc/dl-machine.h: Likewise.
11124         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11125         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11126         * sysdeps/sh/dl-machine.h: Likewise.
11127         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11128         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11130 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11132         * manual/message.texi (Advanced gettext functions): Change
11133         description of plural forms for Slovak.
11134         Reported by Marcel Telka <marcel@telka.sk>.
11136         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11137         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11139 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11141         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11142         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11144 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11146         * include/link.h (struct link_map): Add l_lookup_cache element.
11147         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11148         (RESOLVE_MAP): Likewise.
11149         (_dl_relocate_object): Remove cache initialization.
11150         * elf/dl-lookup.c: Rip out cache handling code.
11151         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11152         declarations.
11154         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11155         remove some __builtin_expect.
11156         (_dl_lookup_versioned_symbol): Likewise.
11158         * config.h.in: Add HAVE_Z_COMBRELOC.
11159         * configure.in: Add test for -z combreloc.
11161         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11162         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11163         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11164         case to almost no code.
11166 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11168         * po/tr.po: Update from translation team.
11170 2001-08-24  Andreas Jaeger  <aj@suse.de>
11172         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11173         make clean works.
11175 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11177         * elf/rtld.c (print_statistics): Printf % after percent values.
11178         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11180         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11181         don't have to compute the hash value and initialize current_value.
11182         Move reference_name variable to where it is needed.
11183         (_dl_lookup_versioned_symbol): Likewise.
11185 2001-08-24  Roland McGrath  <roland@frob.com>
11187         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11188         Just test that strerror returns non-null for a few errno codes.
11190 2001-08-23  Roland McGrath  <roland@frob.com>
11192         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11193         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11195         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11197         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11198         __mach_reply_port.
11200 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11202         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11203         returns NULL.
11205         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11206         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11207         doesn't do it.
11208         * elf/rtld.c: Include <sys/param.h>.
11209         * elf/dl-reloc.c: Likewise.
11211 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11213         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11214         empty to prevent junk from being generated.
11215         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11217 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11219         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11220         records.  Rename endrel to relative, initialize it to r, and use it
11221         in elf_machine_rel_relative calls.  Point r after relative relocs.
11223 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11225         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11226         of R_386_NONE.
11228 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11230         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11231         necessary.  Undefine newly defined macros at the end.
11232         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11233         Rename from elf_machine_rel_relative.
11234         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11235         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11236         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11237         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11238         Likewise.
11239         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11240         Likewise.
11241         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11242         Fix argument types.
11243         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11244         Fix argument types.
11245         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11246         Likewise.  Fix argument types.
11247         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11248         Likewise.  Fix argument types.
11249         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11250         Fix argument types.
11251         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11252         ElfW(Rel) in argument.
11253         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11254         function.
11256 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11258         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11260 2001-08-24  Andreas Jaeger  <aj@suse.de>
11262         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11263         Stephen L Moshier <moshier@mediaone.net>.
11265 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11267         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11268         first if RELCOUNT is set.
11270         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11271         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11272         elf_machine_rel_relative.
11273         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11274         Minor optimizations.
11275         * sysdeps/arm/dl-machine.h: Likewise.
11276         * sysdeps/cris/dl-machine.h: Likewise.
11277         * sysdeps/hppa/dl-machine.h: Likewise.
11278         * sysdeps/i386/dl-machine.h: Likewise.
11279         * sysdeps/ia64/dl-machine.h: Likewise.
11280         * sysdeps/m68k/dl-machine.h: Likewise.
11281         * sysdeps/mips/dl-machine.h: Likewise.
11282         * sysdeps/powerpc/dl-machine.h: Likewise.
11283         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11284         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11285         * sysdeps/sh/dl-machine.h: Likewise.
11286         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11287         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11289 2001-08-23  Roland McGrath  <roland@frob.com>
11291         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11293         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11294         sysdeps/mach version.  Implement counting ("recursive") mutexes
11295         on top of cthreads mutexes.
11296         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11298         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11299         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11300         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11301         __libc_clean_end): Define these to call the cleanup function after
11302         normal exit when they're supposed to.
11304         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11305         Take new first arg DOIT, a boolean saying whether to really install
11306         any cleanup handler.
11307         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11308         (__libc_cleanup_end): Likewise.
11309         * sysdeps/generic/bits/libc-lock.h: Same changes.
11310         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11311         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11312         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11313         Likewise.
11314         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11315         * sysdeps/generic/bits/stdio-lock.h
11316         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11318 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11320         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11322 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11324         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New.
11325         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11326         lookups in cache.
11327         (_dl_lookup_versioned_symbol): Likewise.
11328         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11329         relocation lookup.
11330         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11331         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11332         (lookup_cache, lookup_cache_versioned): Add declarations.
11334 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11336         * stdlib/tst-random.c (main): Swap parameters in fail call.
11337         Patch by Pete Bevin <pete@petebevin.com>.
11339 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11341         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11343 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11345         * malloc/obstack.c: Indent preprocessor directives.
11346         Patch by Jim Meyering <meyering@ascend.com>.
11348         * po/ja.po: Update from translation team.
11350 2001-08-23  Roland McGrath  <roland@frob.com>
11352         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11354         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11355         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11357 2001-08-22  Roland McGrath  <roland@frob.com>
11359         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11360         __libc_lock_define_recursive.
11361         * elf/dl-open.c: Don't declare it here any more.
11362         * elf/dl-close.c: Likewise.
11363         * elf/dl-lookup.c: Likewise.
11364         * elf/dl-iteratephdr.c: Likewise.
11365         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11366         __libc_lock_unlock_recursive.
11367         * elf/dl-close.c (_dl_close): Likewise
11368         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11369         * elf/dl-open.c (_dl_open): Likewise
11371         * sysdeps/generic/bits/libc-lock.h
11372         (__libc_lock_define_recursive): New macro.
11373         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11374         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11375         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11377         * conform/conformtest.pl (checknamespace): Sort the output list.
11379         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11380         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11381         definitions conditional on [__USE_XOPEN].
11383         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11384         these unconditionally, not only use [__USE_BSD], so as to match
11385         the sysdeps/unix/sysv/linux files.
11387 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11389         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11390         avoid warnings.
11392         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11393         DL_LOOKUP_ADDRESS.
11395 2001-08-22  Roland McGrath  <roland@frob.com>
11397         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11398         conditionalization of sa_handler/sa_sigaction member types to
11399         match the sysdeps/unix/sysv/linux file.
11401 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11403         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11404         symbol sizes a bit better.
11406         * sysdeps/ia64/strncpy.S: Complete rewrite.
11407         Contributed by Jakub Jelinek <jakub@redhat.com>.
11409         * string/stratcliff.c (main): Add strncpy test.
11411 2001-08-22  Roland McGrath  <roland@frob.com>
11413         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11414         and don't declare unsetenv or _environ directly.
11415         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11417 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11419         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11420         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11421         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11422         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11423         test for cmsg struct size.
11425 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11427         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11428         Rename __argc to ___argc in prototypes to avoid compatibility
11429         problems with systems that reserve the identifier "__argc".
11430         Similarly for __argv.
11432 2001-08-21  Roland McGrath  <roland@frob.com>
11434         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11436         * mach/Makefile (tests): Removed.
11437         * mach/hello.c: File removed.
11439 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11441         * po/sv.po: Update from translation team.
11443         * stdio-common/vfscanf.c: Fix handling of %l[].
11444         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11446         * libio/Makefile (tests): Add tst-sscanf.
11447         * libio/tst-sscanf.c: New file.
11449         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11450         * malloc/mtrace.c (tr_where): dli_sname always points to a
11451         non-empty string if != NULL.
11452         Reported by Tim Janik <timj@gtk.org>.
11454 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11456         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11457         buf.  Free resources on failure.
11458         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11459         (makefd_xprt): Likewise.
11460         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11461         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11462         * sunrpc/auth_unix.c (authunix_create): Likewise.
11464 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11466         * string/strnlen.c: Remove.
11467         * sysdeps/generic/strnlen.c: New file.
11468         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11470 2001-08-21  Roland McGrath  <roland@frob.com>
11472         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11473         as a macro, not an extern inline function.
11475         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11476         * Versions.def (libc): Add GLIBC_2.2.5 set.
11477         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11478         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11480 2001-08-20  Roland McGrath  <roland@frob.com>
11482         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11483         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11485 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11487         * string/bits/string2.h: Remove strnlen optimization here.
11488         * sysdeps/i386/i486/bits/string.h: Add it here.
11490 2001-08-21  Wolfram Gloger  <wg@malloc.de>
11492         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11494 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11496         * po/gl.po: Update from translation team.
11498 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11500         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11501         * misc/err.c (convert_and_print): Likewise.
11503         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11504         function calls.
11506 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11508         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11509         change of the gregset_t type.
11510         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11512 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11514         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11516 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11518         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11520         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
11522 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
11524         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11525         before calling the cthreads initialization code.
11527 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11529         * argp/argp-help.c: Fix two problems introduced in last change.
11531         * include/dirent.h: Include <dirstream.h> first.
11533 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
11535         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11537         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11538         * sunrpc/xdr_rec.c: Likewise.
11539         * sunrpc/xdr_mem.c: Likewise.
11540         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11541         * sunrpc/rpc_cmsg.c: Likewise.
11542         * sunrpc/getrpcport.c (getrpcport): Likewise.
11543         * sunrpc/clnt_simp.c (callrpc): Likewise.
11544         * sunrpc/clnt_gen.c (clnt_create): Likewise.
11545         * string/envz.c: Likewise.
11547         * po/ko.po: Update from translation team.
11549         * argp/argp-help.c: Handle wide oriented stderr stream.
11551 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
11553         * sysdeps/generic/strtol.c: Little optimizations.  Add some
11554         __builtin_expect.
11556         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11558         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11559         * wcsmbs/wcwidth.c (wcwdith): Likewise.
11560         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11562         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11564         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11566         * time/time.h (struct timespec): Use __time_t for tv_sec element.
11568         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
11569         wchar_t for function declarations and defintions.
11571         * misc/sys/select.h: Define __need_time_t before including <time.h>.
11572         Define suseconds_t if it hasn't happened yet.
11574         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
11576         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
11578         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
11579         <stddef.h>.
11581         * conform/data/stddef.h-data: Remove wint_t.
11583         * conform/conformtest.pl: Change namespace test to take #undef
11584         lines into account.
11586         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
11588         * conform/data/sys/socket.h-data: Add sockatmark.
11590 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11592         * io/fts.c: Update from recent BSD source.
11594 2001-08-17  Roland McGrath  <roland@frob.com>
11596         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
11597         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
11598         Likewise.
11600 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11602         * locale/duplocale.c (__duplocale): Also initialize the special
11603         __ctype_* elements.
11605         * conform/data/netdb.h-data: Adjust gai_strerror return type.
11607 2001-08-17  Andreas Jaeger  <aj@suse.de>
11609         * misc/getpass.c: Include wchar.h for prototypes.
11610         * malloc/obstack.c: Likewise.
11612 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11614         * sunrpc/svc_simple.c (universal): Use __write instead of write.
11616         * wcsmbs/wcscoll.c: Also define __wcscoll.
11617         * include/wchar.h: Declare __wcscoll.
11619         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
11620         * libio/vwprintf.c: Likewise.
11621         * libio/wprintf.c: Likewise.
11623         * iconv/gconv_cache.c: Use __munmap instead of munmap.
11625 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
11627         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
11628         instead of mbrtowc.
11629         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
11630         wcslen, and __wcscoll instead of wcscoll.
11632         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
11634         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
11635         __getuid instead of getuid.
11637         * stdio-common/perror.c (perror): Use __close instead of close.
11638         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
11639         * libio/freopen.c (freopen): Likewise.
11640         * libio/freopen64.c (freopen64): Likewise.
11642         * libio/tst-ungetwc2.c (main): Define str const.
11644         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
11645         * libio/fwprintf.c: Also define __fwprintf.
11646         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
11647         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
11648         * assert/assert-perr.c: Likewise.
11649         * assert/assert.c: Likewise.
11650         * gmon/gmon.c: Likewise.
11651         * inet/rcmd.c: Likewise.
11652         * malloc/obstack.c: Likewise.
11653         * misc/err.c: Likewise.
11654         * misc/error.c: Likewise.
11655         * misc/getpass.c: Likewise.
11656         * posix/getopt.c: Likewise.
11657         * resolv/res_hconf.c: Likewise.
11658         * stdio-common/perror.c: Likewise.
11659         * stdio-common/psignal.c: Likewise.
11660         * stdlib/fmtmsg.c: Likewise.
11661         * sunrpc/auth_unix.c: Likewise.
11662         * sunrpc/clnt_perr.c: Likewise.
11663         * sunrpc/clnt_tcp.c: Likewise.
11664         * sunrpc/clnt_udp.c: Likewise.
11665         * sunrpc/clnt_unix.c: Likewise.
11666         * sunrpc/svc_simple.c: Likewise.
11667         * sunrpc/svc_tcp.c: Likewise.
11668         * sunrpc/svc_udp.c: Likewise.
11669         * sunrpc/svc_unix.c: Likewise.
11670         * sunrpc/xdr.c: Likewise.
11671         * sunrpc/xdr_array.c: Likewise.
11672         * sunrpc/xdr_rec.c: Likewise.
11673         * sunrpc/xdr_ref.c: Likewise.
11674         * sysdeps/generic/wordexp.c: Likewise.
11676         * po/it.po: Update from translation team.
11678         * misc/err.c: Handle wide oriented stderr stream.
11680 2001-08-14  Tom Rix  <trix@redhat.com>
11682         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
11683         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
11685 2001-08-13  Tom Rix  <trix@redhat.com>
11687         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
11688         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
11689         and __intptr_t.
11691 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11693         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
11694         Store the access registers to the ucontext structure.
11695         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
11696         Likewise.
11698         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
11699         Load the access registers from the ucontext structure.
11700         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
11701         Likewise.
11703         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
11704         offsets to the new ucontext layout.
11705         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
11707         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
11708         of the ucontext structure.
11709         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11711 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
11713         * misc/error.c (error): Handle wide oriented stderr stream correctly.
11714         (error_at_line): Likewise.
11716         * stdio-common/perror.c (perror): Implement according to standard.
11717         The stream orientation must not be changed if the stream was not
11718         oriented before the call.
11719         * stdio-common/Makefile (tests): Add tst-perror.
11720         * stdio-common/tst-perror.c: New file.
11723 See ChangeLog.12 for earlier changes.