8e7841541750bf11426933912d72de967b29ec09
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
2
3         * ctype/ctype.h: Undo the patch before the last one.  Put back the
4         macro definitions for the standard functions to access the
5         classification and mapping arrays.
6         * include/ctype.h: Partly revert last patch.  Move the macro
7         definitions for the exported functions back to the public header.
8         #undef all the macros defined here before redefining.
9         * ctype/ctype-info.c: Revert last patch.
10         * locale/lc-ctype.c: Revert last patch.
11
12         * ctype/Makefile (routines): Add isctype.
13         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
14         * ctype/ctype.h: Add declaration of isctype.
15         * include/ctype.h: Declare __isctype.
16         * ctype/isctype.c: New file.
17
18 2002-09-01  Roland McGrath  <roland@redhat.com>
19
20         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
21         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
22
23         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
24
25         * locale/findlocale.c (_nl_remove_locale): Don't search in
26         _nl_locale_file_list if DATA->alloc is ld_archive.
27         Use _nl_unload_locale to do the rest of the work.
28
29         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
30         of new structure to UNDELETABLE.
31
32         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
33         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
34         towlower, towupper): Macros removed.
35         * ctype/ctype.h (__tobody): Put parens around macro argument.
36         (__isctype): Macro removed.
37         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
38         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
39         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
40         tolower, toupper): Macros and inlines removed.
41         * include/ctype.h [! NOT_IN_libc]
42         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
43         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
44         tolower, toupper): Define here instead, using _NL_CURRENT.
45         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
46         using _NL_CURRENT.
47         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
48         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
49         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
50         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
51         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
52         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
53         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
54         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
55         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
56         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
57         (ISSORTMASK): Update use.
58         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
59         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
60         (_nss_files_getENTNAME_r): Likewise.
61         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
62         Likewise.
63
64         * Makerules (all-nonlib): Renamed from all-tests.
65         Include $(others) here too.
66         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
67         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
68         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
69         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
70         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
71         the program modules via cppflags-iterator.mk.
72         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
73         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
74
75 2002-08-31  Roland McGrath  <roland@redhat.com>
76
77         * posix/tst-getconf.sh: If no third arg, work with static linking.
78
79         * locale/categories.def (LC_TIME): No more _nl_postload_time.
80
81         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
82         [_NL_CURRENT_INDIRECT].
83
84 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
85
86         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
87
88 2002-08-31  Roland McGrath  <roland@redhat.com>
89
90         * locale/newlocale.c (__newlocale): Don't use strdup for names.
91         Instead, make the single allocation of the structure larger to hold
92         the name strings.
93         * locale/duplocale.c (__duplocale): Don't strdup names individually.
94         Instead, calculate size for a single allocation and copy into it.
95         * locale/freelocale.c (__freelocale): Don't free names individually.
96
97         * locale/newlocale.c (__newlocale): Don't leak old data or names.
98
99         * locale/xlocale.h (__locale_struct): Move __names member last,
100         for binary compatibility.
101
102         * locale/duplocale.c (__duplocale): Free names from the right array.
103
104         * locale/uselocale.c (__uselocale): Return previous locale when
105         setting a new one.
106
107         * locale/newlocale.c: Commit changes from 2002-08-30
108         batch where I failed to commit this file:
109         (__newlocale): Fill in __names array.
110
111 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
112
113         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
114         errlist-compat.c if versioning==yes.
115
116 2002-08-31  Andreas Jaeger  <aj@suse.de>
117
118         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
119         external functions with hidden attribute.
120         (elf_machine_rela): Optimize.
121
122         * sysdeps/x86_64/memset.S: New file.
123         * sysdeps/x86_64/bzero.S: New file.
124         * sysdeps/x86_64/stpcpy.S: New file.
125         * sysdeps/x86_64/strcat.S: New file.
126         * sysdeps/x86_64/strchr.S: New file.
127         * sysdeps/x86_64/strcpy.S: New file.
128         * sysdeps/x86_64/strcspn.S: New file.
129         * sysdeps/x86_64/strlen.S: New file.
130         * sysdeps/x86_64/strpbrk.S: New file.
131         * sysdeps/x86_64/strspn.S: New file.
132         * sysdeps/x86_64/strcmp.S: New file.
133         * sysdeps/x86_64/strtok_r.S: New file.
134         * sysdeps/x86_64/strtok.S: New file.
135         * sysdeps/x86_64/memcpy.S: New file.
136         * sysdeps/x86_64/mempcpy.S: New file.
137
138         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
139
140         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
141
142 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
143
144         * stdio-common/Makefile (generated): Add errlist-compat.c.
145
146         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
147
148         * locale/localeinfo.h: Pretty printing.
149
150         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
151         form_number handling.
152
153 2002-08-31  Andreas Jaeger  <aj@suse.de>
154
155         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
156         double tests.
157
158         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
159         __start_context.
160
161         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
162
163         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
164
165         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
166         registers used for passing args.
167
168         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
169         all needed registers.
170
171         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
172         registers.
173
174         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
175         registers.
176
177 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
178
179         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
180         always_inline attribute.
181
182 2002-08-30  Roland McGrath  <roland@redhat.com>
183
184         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
185         presume it's the stub and bail without error.
186
187         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
188         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
189
190         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
191
192         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
193         macros replace the i686 versions for 64-bit mode.
194
195         * locale/duplocale.c: Include <string.h>.
196
197         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
198         [_LIBC] (category_to_name): Don't define the function.  Instead
199         define a macro using _nl_category_names.
200
201         * locale/xlocale.h (struct __locale_struct): New member `__names'.
202         * locale/xlocale.c (_nl_C_locobj): Update initializer.
203         * locale/global-locale.c (_nl_global_locale): Likewise.
204         * locale/duplocale.c (__duplocale): strdup __names elements.
205         * locale/freelocale.c (__freelocale): Free __names elements.
206         * locale/localename.c (_nl_current_names): Variable removed.
207         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
208         * locale/localeinfo.h (_nl_current_names): Removed decl.
209         * locale/setlocale.c: Use _nl_global_locale->__names in place of
210         _nl_current_names throughout.
211
212         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
213
214         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
215         and sys_nerr in the output file.
216
217         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
218         * scripts/cpp: Just use the environment variable.
219
220         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
221         * libio/tst-mmap-offend.c (do_test): Likewise.
222         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
223         * libio/tst-mmap-eofsync.c (do_test): Likewise.
224         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
225
226         * locale/localename.c: If the current locale is the global locale, use
227         _nl_current_names; otherwise use the locale object.
228
229 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
230
231         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
232         'm' to enable mmap I/O.
233         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
234         former wasn't used (anymore?).
235         (_IO_FLAGS2_MMAP): New define.
236         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
237         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
238         _IO_FLAGS2_MMAP bit is set.
239         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
240         Enable mmap-using mode only if 'm' was set.
241
242 2002-08-29  Roland McGrath  <roland@frob.com>
243
244         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
245
246         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
247         Change argument type from int to intptr_t.
248
249         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
250         initializer on [! _HURD_THREADVAR_H] (bad kludge).
251         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
252         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
253         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
254
255         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
256
257         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
258
259         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
260
261         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
262         * assert/assert-perr.c: Add libc_hidden_def.
263         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
264
265         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
266         found at all.
267         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
268         sys_errlist stuff to ...
269         * sysdeps/unix/sysv/linux/Versions: ... here.
270
271         * mach/mach.h: Include <features.h>.
272
273 2002-08-29  Roland McGrath  <roland@redhat.com>
274
275         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
276         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
277         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
278
279         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
280
281         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
282         (norm_add_slashes): alloca -> __alloca
283
284 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
285
286         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
287         string_malloced, it is unlikely to be set.
288         Only call free with non-NULL workspace.
289         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
290         -mcpu=ultrasparc, not only tune for it.
291         (ASFLAGS*): Set unconditionally.
292
293         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
294         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
295         p_vaddr/p_offset when computing LOADADDR.
296
297 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
298
299         * version.h (VERSION): Bump to 2.2.92.
300
301         * time/Makefile (tst-ftime_l-ENV): New variable.
302
303         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
304
305         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
306         <U017A>, <U017D> and <U0179>. Add missing mappings.
307         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
308
309         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
310         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
311         (struct tostruct): Use ACRINDEX as type for link field.
312         (statuc gmonparam): Likewise for froms.
313         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
314         kcount and froms.
315         (write_call_graph): Use correct type for from_index and to_index.
316         * gmon/mcount.c: Use correct types for frompcindex and toindex
317         variables.
318         Patches by Dan Kegel <dank@kegel.com>.
319
320         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
321         canonical name.
322
323         * time/strptime.c (ISSPACE): New #define.  Use isspace or
324         __isspace_l.  Replace calls to isspace.
325         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
326
327 2002-08-29  Roland McGrath  <roland@redhat.com>
328
329         * string/tst-strxfrm.c: Remove __ from function names.
330
331 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
332
333         * include/wchar.h: Declare __mbsrtowcs_l.
334         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
335         * wcsmbs/mbsrtowcs.c: Add support for compilation with
336         USE_IN_EXTENDED_LOCALE_MODEL.
337         * wcsmbs/mbsrtowcs_l: New file.
338         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
339         define as static.  Change all uses.
340         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
341         Change all callers.
342         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
343         * time/strftime.c: When translating for the extended locale model
344         use the _l functions.
345         * time/Makefile (tests): Add tst-ftime_l.
346         * time/tst-ftime_l.c: New file.
347
348 2002-08-28  Roland McGrath  <roland@redhat.com>
349
350         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
351         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
352         from _nl_find_locale ok if for _nl_C_name.
353
354         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
355         iterator to refer to each category's _nl_current_LC_FOO symbol, so
356         we know they are all linked in.
357
358         * NEWS: Added 2.2.6 text from 2.2 branch version.
359
360         * time/strptime.c (strptime_internal): Remove spurious const.
361
362         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
363         _nl_select_era_entry): Moved to ...
364         * time/era.c: ... here, new file.
365         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
366         Add internal_function to definitions.  Take an additional argument
367         giving the `struct locale_data *' to use.
368         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
369         _nl_parse_alt_digit): Moved to ...
370         * time/alt_digit.c: ... here, new file.
371         * time/lc-time-cleanup.c: New file.
372         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
373         * locale/localeinfo.h (_nl_postload_time): Remove decl.
374         (_nl_cleanup_time): Declare it.
375         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
376         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
377         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
378         * time/strftime.c: Pass locale data to helper functions.
379         * time/strptime.c: Likewise.
380
381         * locale/localeinfo.h (struct locale_data): New member `private'
382         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
383         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
384         * locale/C-collate.c: Update initializer.
385         * locale/C-identification.c: Likewise.
386         * locale/C-measurement.c: Likewise.
387         * locale/C-telephone.c: Likewise.
388         * locale/C-address.c: Likewise.
389         * locale/C-name.c: Likewise.
390         * locale/C-paper.c: Likewise.
391         * locale/C-time.c: Likewise.
392         * locale/C-numeric.c: Likewise.
393         * locale/C-monetary.c: Likewise.
394         * locale/C-messages.c : Likewise.
395         * locale/C-ctype.c: Likewise.
396
397         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
398         Redefine this too.
399
400 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
401
402         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
403         (_rtld_global): Use it.
404
405         * sysdeps/gnu/Dist: Remove errlist-compat.c.
406         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
407         object directory.  Pass all Versions files to the awk script.
408         * sysdeps/gnu/errlist-compat.c: Removed.
409         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
410         first Versions file in the search path which has them.
411         Allow multiple errlist symbol versions to have the same count of
412         errors.
413         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
414         of "errlist-compat.c".
415         * sysdeps/gnu/errlist.c: Regenerated.
416         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
417         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
418         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
419         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
420         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
421         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
422         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
423         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
424         ECANCELLED if not defined by kernel headers.
425         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
426         already defined by kernel headers.
427         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
428         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
429         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
430         is a macro.
431         * Versions.def (GLIBC_2.3) [librt]: Add.
432
433         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
434
435 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
436
437         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
438         missing comma to .type directive.
439
440 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
441
442         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
443         unconditionally.
444         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
445         check.
446         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
447
448 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
449
450         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
451         check to close_and_out close.  Replace return NULL statements where
452         fd might be >= 0 with goto close_and_out.  Close the file descriptor
453         when it is no longer needed.
454
455 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
456
457         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
458         string constants.
459         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
460         * sysdeps/arm/dl-machine.h: Likewise.
461         * sysdeps/cris/dl-machine.h: Likewise.
462         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
463         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
464
465 2002-08-28  Roland McGrath  <roland@redhat.com>
466
467         * Makeconfig (default_cflags): Revert unintended change.
468
469 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
470
471         * version.h (VERSION): Bump to 2.2.91.
472
473         * configure.in: Disable TLS support by default for now.
474
475         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
476
477         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
478         warnings.
479
480         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
481
482         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
483         fprintf/fwprintf calls.
484
485 2002-08-28  Roland McGrath  <roland@redhat.com>
486
487         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
488         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
489
490         * locale/setlocale.c: Declare postload functions weak.
491
492         * elf/tst-tls1-static.c: New file.
493         * elf/tst-tls2-static.c: New file.
494         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
495
496         Make uselocale support static linking.
497         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
498         This file again just defines _nl_C_locobj.
499         (_nl_C_locobj): Use a categories.def iterator in the initializer.
500         * locale/global-locale.c: New file.  Define _nl_global_locale here,
501         using all weak references in the initializer.
502         * locale/Makefile (aux): Add global-locale.
503         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
504         these unconditional, along with the tsd decl.
505         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
506         Define it under these conditions.
507         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
508         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
509         `extern __thread struct locale_data *const *'.
510         [NL_CURRENT_INDIRECT]
511         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
512         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
513         the thread variable _nl_current_LC_FOO and also a special absolute
514         symbol _nl_current_LC_FOO_used.
515         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
516         Set each _nl_current_LC_FOO symbol to point into the new locale,
517         using weak references to test if _nl_current_LC_FOO_used was linked in.
518         * locale/setlocale.c [! SHARED]: Replace this conditional ...
519         [NL_CURRENT_INDIRECT]: ... with this one.
520         (_nl_current, _nl_C): Variables removed.
521         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
522         weak references to _nl_current_LC_FOO_used.
523         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
524         (free_category): New function, broken out of ...
525         (free_mem): ... here.  Call that.
526         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
527         instead of a loop.
528
529         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
530         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
531         it is already absolute.
532
533         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
534         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
535         [$(build-static) = yes] (tests-static): New variable.
536         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
537
538 2002-08-26  Christoph Hellwig  <hch@lst.de>
539
540         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
541         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
542
543 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
544
545         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
546
547         * sysdeps/s390/Dist: Add bits/link.h.
548
549         * sysdeps/sh/Dist: New file.
550
551         * sysdeps/ia64/Dist: Add ia64libgcc.S.
552
553         * sysdeps/wordsize-32/Dist: New file.
554
555         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
556         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
557         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
558
559         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
560         sys/personality.h.
561
562         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
563         sparc/dl-brk.S.
564
565         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
566
567         * sysdeps/unix/bsd/sun/Dist: New file.
568
569         * sysdeps/unix/bsd/osf/Dist: New file.
570
571         * sysdeps/unix/bsd/hp/Dist: New file.
572
573         * sysdeps/unix/arm/Dist: New file.
574
575         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
576
577         * sysdeps/mach/hurd/Dist: Add set-init.c.
578
579         * sysdeps/i386/Dist: Add bits/link.h.
580
581         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
582
583         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
584
585         * locale/Makefile (distribute): Add hashval.h.
586
587         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
588
589         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
590
591         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
592         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
593         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
594         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
595         implementations.
596         * libio/stdio.h: Likewise.
597         * locale/locale.h: Likewise.
598         * math/math.h: Likewise.
599         * math/bits/mathcalls.h: Likewise.
600         * setjmp/setjmp.h: Likewise.
601         * signal/signal.h: Likewise.
602         * stdlib/stdlib.h: Likewise.
603         * string/string.h: Likewise.
604         * time/time.h: Likewise.
605         * wcsmbs/wchar.h: Likewise.
606         * wctype/wctype.h: Likewise.
607
608 2002-08-28  Roland McGrath  <roland@redhat.com>
609
610         * locale/tst-C-locale.c (run_test): Remove __ from function names.
611
612 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
613             Roland McGrath <roland@redhat.com>
614
615         * locale/hashval.h (compute_hashval): Use prototype defn.
616         (hashval_t): New macro, defined to unsigned long int
617         if not already defined.
618         (compute_hashval): Return hashval_t instead of unsigned long int.
619         * locale/loadarchive.c (hashval_t): New macro.
620         * locale/programs/locarchive.c: Include hashval.h directly instead
621         of simple-hash.h.
622         (compute_hashval, hashval_t): Define these macros first.
623         (insert_name): Use archive_hashval instead of compute_hashval.
624         (add_locale, delete_locales_from_archive): Likewise.
625
626 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
627
628         * locale/programs/locarchive.c (insert_name): Suppress warnings about
629         hash collisions if be_quiet.
630
631 2002-08-27  Roland McGrath  <roland@redhat.com>
632
633         * locale/locale.h (__newlocale, __duplocale, __freelocale,
634         __uselocale): Don't declare these any more.
635         * include/locale.h (__uselocale): Declare here instead, using __typeof.
636
637         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
638         and treat it as an EOF return.
639         * sysdeps/unix/readdir_r.c: Likewise.
640
641         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
642         From Alexandre Oliva <aoliva@redhat.com>.
643         * sysdeps/gnu/errlist-compat.c: Regenerated.
644
645 2002-08-27  Brian Youmans  <3diff@gnu.org>
646
647         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
648         wording at request of copyright holder Stephen Moshier.
649         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
650         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
651         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
652         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
653         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
654         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
655         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
656         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
657         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
658         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
659         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
660         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
661         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
662         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
663
664 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
665
666         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
667         * ctype/ctype-extn.c (isblank_l): Add weak alias.
668         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
669         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
670         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
671         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
672         * wctype/iswctype_l.c (iswctype_l): Likewise.
673
674 2002-08-27  Roland McGrath  <roland@redhat.com>
675
676         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
677
678         * ctype/ctype.h (__exctype_l): Don't declare __ name.
679         * stdlib/stdlib.h: Don't declare __*_l names.
680         * include/stdlib.h: Declare them here instead.
681         * include/string.h: Don't declare __*_l names.
682         * string/string.h: Declare them here instead.
683         * time/time.h: Don't declare __*_l names.
684         * include/time.h: Declare them here instead.
685         * wcsmbs/wchar.h: Don't declare __*_l names.
686         * include/wchar.h: Declare them here instead.
687         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
688         Don't declare __*_l names.
689         * include/wctype.h: Declare them here instead.
690         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
691         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
692         * locale/langinfo.h: Don't declare __nl_langinfo_l.
693         * include/langinfo.h: Declare it here with __typeof.
694
695         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
696         instead, taking an extra __locale_t argument.
697         * time/Makefile (routines): Add strptime_l.
698         * time/time.h (__strptime_l, strptime_l): Declare them.
699         * time/strptime_l.c: New file.
700
701         * time/time.h (__strftime_l, strftime_l): Declare them.
702         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
703         * time/strftime_l.c: New file.
704         * time/wcsftime_l.c: New file.
705         * time/Makefile (routines): Add strftime_l, wcsftime_l.
706         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
707         strftime_l, wcsftime_l.
708         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
709         or __wcsftime_l instead, taking an extra __locale_t argument.
710
711         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
712         (libc: GLIBC_2.3): ... here.
713
714 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
715
716         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
717
718         * Makefile (distribute): Add LICENSES.
719
720         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
721         sys/debugreg.h.
722
723         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
724
725         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
726
727         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
728
729         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
730
731         * sysdeps/mach/hurd/alpha/Dist: New file.
732
733         * sysdeps/arm/Dist: Add bits/link.h.
734
735         * sunrpc/Makefile: Distribute thrsvc.
736
737         * stdio-common/Makefile: Remove more left-overs from old stdio.
738
739         * include/linewrap.h: Removed.
740
741         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
742
743         * intl/Makefile (distribute): Add plural-eval.c.
744
745 2002-08-27  Roland McGrath  <roland@redhat.com>
746
747         * manual/sysinfo.texi (Mount Information): Correct file name to macro
748         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
749         Say mtab is in either /var/run or /etc.
750
751 2002-08-26  Roland McGrath  <roland@redhat.com>
752
753         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
754         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
755
756         * sysdeps/gnu/Versions: New file.
757         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
758         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
759         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
760         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
761         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
762         and _sys_nerr_internal instead of anything else.  Make it include
763         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
764         Make it emit some asm magic if [EMIT_ERR_MAX].
765         * sysdeps/gnu/errlist.c: Regenerated.
766         * sysdeps/gnu/errlist-compat.awk: New file.
767         * sysdeps/gnu/errlist-compat.c: New file (generated).
768         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
769         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
770         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
771         (SYS_ERRLIST, SYS_NERR): Macros removed.
772         (sys_nerr, _sys_nerr): Remove these weak aliases.
773         * sysdeps/unix/sysv/linux/errlist.c: File removed.
774         * sysdeps/unix/sysv/linux/errlist.h: File removed.
775         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
776
777         * include/libc-symbols.h (declare_symbol): New macro.
778         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
779         * configure.in: New check to define it.
780         * configure: Regenerated.
781
782 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
783
784         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
785         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
786
787         * Make-dist: Remove traces of old stdio.
788         * Makeconfig: Likewise.
789
790         * locale/Makefile (localedef-aux): New variable.  Only md5
791         assigned to it.  These files are not ddistributed in this directory.
792
793         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
794         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
795         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
796
797         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
798
799         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
800         set h_errno to NO_RECOVERY [PR libc/4360].
801
802 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
803
804         * libio/Makefile (tests): Add bug-fopena+.
805         * libio/bug-fopena+.c: New file.
806         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
807         file for _IO_IS_APPENDING if file isn't opened for reading, too.
808
809         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
810
811         * locale/xlocale.c: Fix the last change.  The variable still has
812         to end in _data.
813         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
814         (__libc_tsd_set): Add _data prefix to variable name.
815
816 2002-08-26  Roland McGrath  <roland@redhat.com>
817
818         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
819         macro with inline function.
820         (sigset_get_old_mask): Likewise.
821         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
822         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
823         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
824         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
825         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
826         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
827         values.
828         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
829         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
830
831 2002-07-06  Bruno Haible  <bruno@clisp.org>
832
833         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
834         sigset_get_old_mask): Make it work with larger sigset_t.
835         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
836         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
837         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
838
839 2002-08-26  Roland McGrath  <roland@redhat.com>
840
841         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
842         * manual/filesys.texi (File Times): Document lutimes and futimes.
843         * misc/Makefile (routines): Add them.
844         * misc/Versions (libc: GLIBC_2.3): Likewise.
845         * sysdeps/generic/lutimes.c: New file.
846         * sysdeps/generic/futimes.c: New file.
847         * sysdeps/mach/hurd/lutimes.c: New file.
848         * sysdeps/mach/hurd/futimes.c: New file.
849
850         * manual/filesys.texi (File Times): Add explicit note about null
851         pointer argument to utimes.
852
853 2002-08-26  Roland McGrath  <roland@frob.com>
854
855         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
856         (__ifreq): Add a cast.  Remove an unused variable.
857
858         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
859         _HURD_THREADVAR_LOCALE.
860
861 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
862
863         * posix/regexec.c (re_search_stub): Return correct match length
864         if start != 0.
865         * posix/bug-regex10.c: New test.
866         * posix/Makefile (tests): Add bug-regex10.
867
868 2002-08-26  Brian Youmans  <3diff@gnu.org>
869
870         * COPYING.LIB: Replaced with fresh copy from
871         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
872         suggested copying permission notice now says version 2.1 instead
873         of version 2.
874
875         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
876         from Library GPL.
877         * crypt/crypt_util.c: Likewise.
878         * crypt/ufc.c: Likewise.
879         * elf/dl-conflict.c: Likewise.
880         * elf/dl-iteratephdr.c: Likewise.
881         * iconv/iconvconfig.h: Likewise.
882         * malloc/arena.c: Likewise.
883         * malloc/hooks.c: Likewise.
884         * malloc/malloc.c: Likewise.
885         * posix/glob/Makefile.ami: Likewise.
886         * posix/glob/Makefile.in: Likewise.
887         * stdlib/gmp-impl.h: Likewise.
888         * stdlib/gmp.h: Likewise.
889         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
890         * sysdeps/generic/strnlen.c: Likewise.
891         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
892         * sysdeps/mach/hurd/recvmsg.c: Likewise.
893         * sysdeps/mach/hurd/sendmsg.c: Likewise.
894         * sysdeps/mach/hurd/spawni.c: Likewise.
895         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
896         * sysdeps/mach/powerpc/sysdep.h: Likewise.
897         * sysdeps/mach/powerpc/thread_state.h: Likewise.
898         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
899         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
900         * sysdeps/x86_64/gmp-mparam.h: Likewise.
901
902         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
903         Lesser GPL copying permission notice from 2 to 2.1.
904         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
905         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
906         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
907         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
908         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
909         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
910         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
911         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
912         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
913         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
914         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
915         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
916         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
917         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
918         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
919         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
920         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
921         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
922         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
923         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
924         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
925         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
926         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
927         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
928         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
929         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
930         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
931         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
932         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
933         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
934         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
935         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
936         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
937         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
938         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
939         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
940         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
941         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
942         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
943         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
944         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
945         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
946         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
947         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
948         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
949         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
950         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
951         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
952         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
953         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
954         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
955         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
956         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
957         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
958         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
959
960         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
961         Moshier and Lesser GPL copying permission notice, per license from
962         Moshier.
963         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
964         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
965         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
966         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
967         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
968         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
969         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
970         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
971         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
972         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
973         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
974         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
975         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
976         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
977
978         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
979         notice, per license from copyright holder Stephen Moshier.
980         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
981         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
982         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
983         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
984         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
985         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
986         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
987         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
988         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
989
990 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
991
992         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
993         (shared-only-routines): Likewise.
994
995 2002-08-26  Roland McGrath  <roland@redhat.com>
996
997         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
998         name of "", store a null pointer instead.
999
1000         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1001         * configure: Regenerated.
1002
1003         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1004         Initialize this instead of __libc_tsd_LOCALE_data.
1005
1006         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1007         ptsname_r to EINVAL.
1008
1009         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1010
1011         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1012         implementations depend on pthreads.
1013         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1014         * rt/tst-aio64.c (do_test): Likewise.
1015         * rt/tst-aio2.c (do_test): Likewise.
1016         * rt/tst-aio3.c (do_test): Likewise.
1017         * rt/tst-aio4.c (do_test): Likewise.
1018         * rt/tst-aio5.c (do_test): Likewise.
1019         * rt/tst-aio6.c (do_test): Likewise.
1020         * rt/tst-aio7.c (do_test): Likewise.
1021
1022         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1023         void so as to avoid compiler warnings.
1024
1025         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1026         _IO_wide_data_FD, which is never used here.
1027
1028         * libio/iofread.c
1029         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1030         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1031         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1032
1033         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1034         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1035
1036         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1037         (closelog): Likewise.
1038
1039 2002-07-06  Bruno Haible  <bruno@clisp.org>
1040
1041         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1042
1043         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1044         * sysdeps/unix/alpha/pipe.S: ... here.
1045         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1046
1047         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1048
1049         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1050         * sysdeps/unix/i386/fork.S: Likewise.
1051         * sysdeps/unix/i386/pipe.S: Likewise.
1052         * sysdeps/unix/i386/wait.S: Likewise.
1053
1054         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1055         * sysdeps/unix/arm/fork.S: Likewise.
1056
1057         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1058         arguments.
1059         (DO_CALL): Swap argument order.
1060         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1061         arguments.
1062         (DO_CALL): Swap argument order.
1063         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1064         arguments.
1065         (DO_CALL): Swap argument order.
1066         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1067         arguments.
1068         (DO_CALL): Swap argument order.
1069         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1070         arguments.
1071         (DO_CALL): Swap argument order.
1072         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1073         arguments.
1074         (DO_CALL): Swap argument order.
1075         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1076         arguments.
1077         (DO_CALL): Swap argument order.
1078
1079         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1080         (L): Define right for ELF.
1081         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1082         Now defined in sysdeps/i386/sysdep.h.
1083
1084         * sysdeps/posix/readv.c: Ansify function definition.
1085         * sysdeps/posix/writev.c: Likewise.
1086
1087         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1088         have the same size. Avoid direct cast from size_t to off_t.
1089
1090         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1091         nul byte in entry[n].ut_user.
1092         (simulate_logout): Likewise.
1093
1094         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1095         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1096         existence of corresponding members of 'struct utmp'.
1097         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1098         !_HAVE_UT_TYPE.
1099
1100         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1101         allocate a buffer of at least BUFSIZ bytes, not just of
1102         sizeof (struct dirent).
1103
1104         * sysdeps/generic/glob.c: Include <limits.h>.
1105         (NAME_MAX): Define a fallback.
1106         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1107         stack.
1108         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1109         (main): Allocate enough room for a 'struct dirent64' on the stack.
1110         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1111         'struct dirent'.
1112
1113         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1114         kernel-features.h.
1115
1116         * inet/htontest.c: Include <sys/types.h>.
1117
1118         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1119
1120         * include/sys/sysctl.h: Comment fix.
1121
1122         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1123         _dl_load_lock.
1124         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1125
1126         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1127
1128         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1129         (__getpeername): New alias.
1130         (__getsockname): New alias.
1131         (__socket): New alias.
1132
1133         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1134
1135         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1136         (__fcntl_internal): New alias.
1137         (__profil): New alias.
1138
1139 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1140
1141         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1142         entry was for getaddr* lookup or not.  Add only matching cache
1143         entry.  Change all callers [PR libc/4317].
1144
1145         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1146         finding the read position [PR libc/4265].
1147         * libio/Makefile (tests): Add bug-rewind2.
1148         * libio/bug-rewind2.c: New file.
1149
1150         * libio/bug-rewind.c: Fix creation of temp file.
1151
1152 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1153
1154         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1155         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1156         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1157         to ENOENT if no entry is found.
1158         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1159         failure.
1160         * nis/nss_compat/compat-initgroups.c: Likewise.
1161         * nis/nss_compat/compat-pwd.c: Likewise.
1162         * nis/nss_compat/compat-spwd.c: Likewise.
1163         * nis/nss_nis/nis-alias.c: Likewise.
1164         * nis/nss_nis/nis-ethers.c: Likewise.
1165         * nis/nss_nis/nis-grp.c: Likewise.
1166         * nis/nss_nis/nis-hosts.c: Likewise.
1167         * nis/nss_nis/nis-initgroups.c: Likewise.
1168         * nis/nss_nis/nis-netgrp.c: Likewise.
1169         * nis/nss_nis/nis-network.c: Likewise.
1170         * nis/nss_nis/nis-proto.c: Likewise.
1171         * nis/nss_nis/nis-publickey.c: Likewise.
1172         * nis/nss_nis/nis-pwd.c: Likewise.
1173         * nis/nss_nis/nis-rpc.c: Likewise.
1174         * nis/nss_nis/nis-service.c: Likewise.
1175         * nis/nss_nis/nis-spwd.c: Likewise.
1176         * resolv/nss_dns/dns-host.c: Likewise.
1177         * resolv/nss_dns/dns-network.c: Likewise.
1178         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1179         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1180         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1181         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1182         * nis/nss_nisplus/nisplus-network.c: Likewise.
1183         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1184         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1185         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1186         * nis/nss_nisplus/nisplus-service.c: Likewise.
1187         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1188         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1189         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1190         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1191         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1192
1193         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1194         declaring __restore and __restore_rt as hidden (if possible).
1195
1196 2002-08-25  Roland McGrath  <roland@redhat.com>
1197
1198         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1199
1200         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1201         (getutent_r_file, internal_getut_r): Updated all callers.
1202         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1203
1204 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1205
1206         * locale/programs/locale.c: Don't print aliases for non-existing
1207         locales for 'locale -a'.
1208         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1209
1210 2002-07-19  H.J. Lu  <hjl@gnu.org>
1211
1212         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1213
1214 2002-07-16  H.J. Lu  <hjl@gnu.org>
1215
1216         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1217         sys/personality.h.
1218         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1219
1220 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1221
1222         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1223         not moved ahead of the fputs call.
1224         * elf/tst-tlsmod2.c (in_dso): Likewise.
1225         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1226         * elf/tst-tlsmod4.c (in_dso): Likewise.
1227
1228 2002-08-25  Andreas Schwab  <schwab@suse.de>
1229
1230         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1231
1232 2002-08-25  Roland McGrath  <roland@redhat.com>
1233
1234         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1235         resetting handler, to avoid the possibility of a spurious SIGALRM
1236         delivered to the user's handler.
1237         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1238
1239         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1240         set -fkeep-inline-functions, which is not needed for the current file.
1241
1242         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1243         (_dl_setup_hash): Add attribute_hidden.
1244         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1245         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1246         (_dl_new_object, _dl_map_object_deps): Likewise.
1247         (_dl_map_object_deps_internal): Remove decl.
1248         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1249
1250         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1251         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1252         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1253         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1254         instead relying on the compiler to produce only GOTOFF variable refs.
1255
1256 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1257
1258         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1259
1260         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1261         inline to avoid defining it in every file which includes this header.
1262
1263         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1264         defining DONT_USE_BOOTSTRAP_MAP.
1265
1266         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1267         * libio/tst-mmap-setvbuf.c (main): Likewise.
1268         * libio/tst-widetext.c (main): Likewise.
1269
1270         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1271         message.
1272         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1273         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1274
1275         * sysdeps/i386/elf/configure.in: Unconditionally define
1276         PI_STATIC_AND_HIDDEN.
1277         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1278         PI_STATIC_AND_HIDDEN is defined as well.
1279         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1280
1281 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1282
1283         * sysdeps/ia64/bzero.S: Define __bzero as well.
1284
1285         * locale/programs/charmap.c (charmap_new_char): Don't use
1286         ULONG_MAX as maximum UCS4 value.
1287
1288         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1289
1290         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1291
1292         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1293         * malloc/malloc.c (mALLINFo): Likewise.
1294
1295         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1296
1297         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1298         examining result of _IO_do_flush call.
1299
1300         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1301         Use prec not spec when sizing buffers.
1302
1303         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1304         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1305         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1306         * stdio-common/vfscanf.c (inchar): Likewise.
1307         * misc/efgcvt_r.c (fcvt_r): Likewise.
1308         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1309         * elf/readlib.c (process_file): Likewise.
1310         * elf/sprof.c (load_profdata): Likewise.
1311         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1312         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1313         * locale/programs/charmap.c (charmap_read): Likewise.
1314         * libio/fileops.c: Likewise.
1315         * libio/fmemopen.c: Likewise.
1316         * stdlib/strtod.c: Likewise.
1317         * elf/dl-load.c: Likewise.
1318         * iconv/iconvconfig.c: Likewise.
1319         * iconv/iconv_prog.c (process_block): Likewise.
1320         * elf/rtld.c (dl_main): Likewise.
1321
1322         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1323         macro to calm down the compiler.
1324
1325         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1326
1327         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1328
1329         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1330         placement of errno definition.
1331         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1332         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1333         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1334         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1335         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1336
1337         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1338         from 1024 to 65536, to avoid buffer overrun.
1339
1340 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1341
1342         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1343         from 1024 to 65536, to avoid buffer overrun.
1344         * resolv/res_query.c (MAXPACKET): Likewise.
1345
1346 2002-08-24  Andreas Jaeger  <aj@suse.de>
1347
1348         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1349
1350 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1351
1352         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1353         two52 locally.
1354         (log2): Likewise.
1355         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1356         Patch by Simon Gee <simong@agile.tv>.
1357
1358         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1359         Prefer reading /proc/stat since it is more uniform across
1360         architectures.
1361
1362         * manual/texinfo.tex: Update to latest official version.
1363
1364         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1365         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1366         * sysdeps/gnu/bits/shm.h: Likewise.
1367         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1368         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1369         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1370         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1371         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1372         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1373         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1374         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1375         since this is what the kernel says.
1376
1377         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1378         since ssize_t is needed as well.  Replace const with __const.
1379
1380 2002-08-23  Roland McGrath  <roland@redhat.com>
1381
1382         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1383         __malloc_hook, __realloc_hook, __memalign_hook,
1384         __after_morecore_hook): Variable definitions moved to ...
1385         * malloc/malloc.c: ... here, so as to be before all references.
1386
1387         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1388         global variable reference in an unused asm parameter, to ensure the
1389         compiler has set up the GOT register before we use it.
1390
1391         * malloc/hooks.c: Move variable definitions ahead of uses.
1392         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1393         initializers that make reference to variables they define.
1394
1395 2002-08-23  Andreas Jaeger  <aj@suse.de>
1396
1397         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1398         alloca, free, qsort.
1399
1400         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1401
1402         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1403         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1404
1405         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1406         <hch@lst.de>.
1407         * sysdeps/generic/fgetxattr.c: New file.
1408         * sysdeps/generic/flistxattr.c: New file.
1409         * sysdeps/generic/fremovexattr.c: New file.
1410         * sysdeps/generic/fsetxattr.c: New file.
1411         * sysdeps/generic/getxattr.c: New file.
1412         * sysdeps/generic/listxattr.c: New file.
1413         * sysdeps/generic/lgetxattr.c: New file.
1414         * sysdeps/generic/llistxattr.c: New file.
1415         * sysdeps/generic/lremovexattr.c: New file.
1416         * sysdeps/generic/lsetxattr.c: New file.
1417         * sysdeps/generic/removexattr.c: New file.
1418         * sysdeps/generic/setxattr.c: New file.
1419         * misc/Makefile (headers): Add sys/xattr.h.
1420         (routines): Add *xattr calls.
1421         * misc/Versions: Add *xattr calls with version 2.3.
1422         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1423         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1424         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1425         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1426         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1427         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1428         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1429         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1430
1431 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1432
1433         * sysdeps/powerpc/elf/libc-start.c
1434         (__cache_line_size): Declare.
1435         (__aux_init_cache): New function.
1436         (__libc_start_main): Change type of `auxvec' parameter to
1437         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1438         __aux_init_cache.
1439         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1440         (__cache_line_size): Declare.
1441         (__aux_init_cache): New function.
1442         (DL_PLATFORM_INIT): Define.
1443         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1444         value to select the correct stride for dcbz.
1445
1446 2002-08-22  Andreas Jaeger  <aj@suse.de>
1447
1448         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1449         shmat.
1450
1451 2002-08-22  Roland McGrath  <roland@redhat.com>
1452
1453         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1454         position indicated by locrectab against file bounds before rounding to
1455         page size.  In mapping loop, always set TO before breaking out of
1456         contiguous range coalescing loop.
1457
1458         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1459         (or MAP_COPY if available) instead of MAP_SHARED.
1460
1461         * scripts/firstversions.awk: When encountering a version newer than
1462         the specified earliest version, be sure to emit the specified earliest
1463         version first if any renaming of an older version to that has been.
1464
1465 2002-08-21  Roland McGrath  <roland@redhat.com>
1466
1467         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1468         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1469         (Configuring and compiling): Don't mention older GCC versions any more.
1470         * INSTALL: Regenerated.
1471
1472         * manual/install.texi (Configuring and compiling, Installation,
1473         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1474
1475         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1476         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1477         and with noinline otherwise.  Remove hack alloca use to prevent
1478         inlining, we can ask for it explicitly nowadays.
1479
1480         * dlfcn/bug-dlsym1.c: New file.
1481         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1482         * dlfcn/Makefile (distribute): Add them.
1483         (tests): Add bug-dlsym1 here.
1484         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1485         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1486         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1487
1488 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1489
1490         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1491         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1492         before relocation.
1493         (_dl_start): Don't use local bootstrap_map variable if
1494         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1495         pass bootstrap_map to _dl_start_final in this case either.  Don't
1496         pass start_time to _dl_start_final ever.
1497         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1498
1499         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1500         This cripples the scope lists necessary to search for symbols in
1501         dependencies which are not in the global scope.
1502
1503         * include/setjmp.h (__libc_longjmp): Add declaration.
1504
1505 2002-08-21  Andreas Jaeger  <aj@suse.de>
1506
1507         * sysdeps/x86_64/_mcount.S: Fix assembler.
1508
1509         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1510         with biarch support.
1511
1512 2002-08-21  Andreas Jaeger  <aj@suse.de>
1513
1514         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1515
1516         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1517
1518         * sysdeps/x86_64/machine-gmon.h: New file.
1519         * sysdeps/x86_64/_mcount.S: New file.
1520
1521 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1522
1523         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1524         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1525         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1526         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1527         to TL_INIT_TP.  Otherwise pass 1.
1528         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1529         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1530
1531 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1532
1533         * locale/programs/localedef.c (add_to_readlist): Error about
1534         circular dependencies only if the locale in question hasn't
1535         been finished.
1536         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1537         CTYPE_LOCALE to load_locale.
1538         * locale/programs/locfile.c (locfile_read): Don't include
1539         unneeded but available locales in locale_mask.
1540
1541         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1542         print any messages about enlarging archive.
1543
1544 2002-08-20  Brian Youmans  <3diff@gnu.org>
1545
1546         * manual/contrib.texi: Removed licenses, added acknowledgements
1547         for contributions by Intel, IBM, Craig Metz.
1548         * LICENSES: New file, contains the text of all non-FSF licenses in the
1549         distribution that require putting the notice in the accompanying
1550         documentation.
1551         * README.template, README: Mention LICENSES.
1552
1553         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1554         new one modelled on the modern BSD license, per recent letter
1555         of permission from CMU.
1556         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1557
1558         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1559         from IBM to FSF, per the recent Software Letter.  Changed the
1560         distribution terms from GPL to LGPL.
1561
1562         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1563         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1564         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1565         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1566         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1567         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1568         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1569         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1570         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1571         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1572
1573         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1574         from IBM to FSF, per the recent Software Letter.  Corrected the
1575         text of the copying permission notice to say Lesser GPL instead
1576         of GPL in warranty disclaimer paragraph.
1577         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1578         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1579         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1580         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1581         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1582         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1583         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1584         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1585         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1586         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1587         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1588         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1589         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1590         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1591         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1592         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1593         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1594         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1595         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1596         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1597         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1598
1599         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1600         permission notice to say Lesser GPL instead of GPL in warranty
1601         disclaimer paragraph.
1602         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1603         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1604         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1605         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1606         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1607         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1608         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1609         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1610         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1611         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1612         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1613         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1614         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1615         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1616         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1617         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1618         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1619         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1620         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1621         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1622         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1623         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1624         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1625
1626 2002-08-20  Roland McGrath  <roland@redhat.com>
1627
1628         Fix ABI compatibility with libc compiled with old tools on powerpc.
1629         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1630         and Jack Howarth <howarth@bromo.med.uc.edu>.
1631         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1632         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1633         pass -DHAVE_DOT_HIDDEN for these files.
1634         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1635         __floatdisf.
1636         * sysdeps/powerpc/divdi3.c: New file.
1637         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1638         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1639
1640 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1641
1642         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1643         partially overlapping mappings.  Remove unneeded (char *) casts.
1644         Never allow duplication of ranges in mapped areas.
1645
1646 2002-08-20  Roland McGrath  <roland@redhat.com>
1647
1648         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1649         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1650
1651 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1652
1653         * include/unistd.h: Don't hide _exit.
1654
1655         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1656         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1657         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1658         argument 1 to TLS_INIT_TP.
1659         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1660
1661         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1662
1663         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1664         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1665         memory allocation to...
1666         (allocate_dtv): ...here.  New function.
1667         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
1668         call allocate_dtv instead of _dl_allocate_tls_storage.
1669         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
1670         (_dl_get_tls_static_info): New function.
1671         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1672         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
1673
1674 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
1675
1676         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1677         immediately if result == NULL.
1678
1679 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1680
1681         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1682
1683 2002-08-18  Roland McGrath  <roland@frob.com>
1684
1685         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1686         instead of __file_name_split.
1687         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1688
1689         * sysdeps/mach/hurd/dl-sysdep.c
1690         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1691         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1692
1693 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1694
1695         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1696         in change before last: MAX -> MIN.
1697
1698 2002-08-15  Roland McGrath  <roland@redhat.com>
1699
1700         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1701         if seek would go past it.
1702         (mmap_remap_check): If file position is at or past EOF after check,
1703         leave read pointers at EOF and don't seek.
1704
1705         * libio/tst-mmap-offend.c: New file.
1706         * libio/Makefile (tests): Add it.
1707
1708         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1709         the name as passed, rather than the name in the archive dictionary.
1710
1711 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * csu/Makefile: Define elide-routines.os not static-only-routines.
1714
1715         * include/sched.h (__clone): Add varargs at the end.
1716
1717         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1718         case.
1719         (TLS_INIT_HELPER): If defined, use it.
1720         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1721
1722 2002-08-15  Roland McGrath  <roland@redhat.com>
1723
1724         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1725         on L->l_prev; it can happen under rtld --verify too.
1726
1727         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1728         header separately, just map an initial window of 2MB from the file
1729         and remap if that is not large enough to cover the whole header.
1730
1731 2002-08-15  Andreas Jaeger  <aj@suse.de>
1732
1733         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1734         version 2.3.
1735         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1736         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1737         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1738         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1739         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1740         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1741         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1742         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1743         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1744         Patch by Andreas Gruenbacher <agruen@suse.de>.
1745
1746         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1747
1748 2002-08-14  Roland McGrath  <roland@redhat.com>
1749
1750         * locale/locarchive.h (struct locale_category_data): Give this name to
1751         the type of locale_data_t's elements.
1752         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1753         (add_locale): Use that to sort the categories by size and put all
1754         those that fit into two pages into the LC_ALL block, instead of
1755         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1756         (show_archive_content): Detect categories inside LC_ALL block
1757         directly, instead of hard-coding.
1758         (oldlocrecentcmp): Compare just on file locations used.
1759
1760 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1761
1762         * locale/programs/locarchive.c (struct oldlocrecent): New type.
1763         (oldlocrecentcmp): New function.
1764         (enlarge_archive): Re-add locales in the order they were added
1765         to the archive.
1766         (add_locale): Put all the small locale files together, if the small
1767         locale file block would occupy less pages if page size aligned, align
1768         it.
1769         (show_archive_content): Adjust for locale archives optimized for speed.
1770
1771 2002-08-14  Roland McGrath  <roland@frob.com>
1772
1773         * configure.in: Use "MISSING" as not-found value for MIG.
1774         * sysdeps/mach/configure.in: Fatal if mig not found.
1775         * configure, sysdeps/mach/configure: Regenerated.
1776
1777 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1778
1779         * locale/loadarchive.c (archfname): Add missing slash.
1780
1781         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1782         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1783
1784 2002-08-12  Roland McGrath  <roland@redhat.com>
1785
1786         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1787         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1788         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1789         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1790         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1791         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1792         * sysdeps/generic/waitpid.c: Likewise.
1793
1794         * include/net/if.h: New file.  Use libc_hidden_proto
1795         for if_nametoindex and if_indextoname.
1796         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1797         * sysdeps/mach/hurd/if_index.c: Likewise.
1798         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1799
1800         * include/grp.h (setgroups): Add libc_hidden_proto.
1801         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1802         * sysdeps/mach/hurd/setgroups.c: Likewise.
1803         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1804         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1805
1806 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1807
1808         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1809         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1810         * sysdeps/generic/setegid.c (setegid): Likewise.
1811         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1812         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1813         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1814         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1815         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1816         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1817         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1818         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1819         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1820         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1821         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1822         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1823         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1824
1825         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1826         __lxstat_internal, __lxstat64_internal): Remove.
1827         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1828         Add hidden_proto.
1829         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1830         Remove INTDEF where present, remove #undef at the beginning.
1831         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1832         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1833         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1834         * sysdeps/generic/xstat.c (__xstat): Likewise.
1835         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1836         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1837         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1838         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1839         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1840         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1841         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1842         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1843         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1844         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1845         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1846         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1847         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1848         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1849         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1850         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1851         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1852         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1853         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1854         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1855         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1856         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1857         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1858         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1859         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1860         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1861         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1862         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1863         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1864         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1865         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1866         * sysdeps/unix/xstat.c (__xstat): Likewise.
1867
1868         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1869         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1870         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1871         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1872         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1873         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1874         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1875
1876         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1877         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1878         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1879         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1880         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1881         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1882         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1883         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1884         Likewise.
1885         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1886         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1887         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1888         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1889         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1890         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1891         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1892         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1893
1894         * include/string.h (strcoll): Add libc_hidden_proto.
1895         * string/strcoll.c (strcoll): Add libc_hidden_def.
1896
1897         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1898
1899 2002-08-11  Philip Blundell  <philb@gnu.org>
1900
1901         * sysdeps/arm/Makefile: New file.
1902
1903 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1904
1905         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1906         by another '|', end of regex or enclosing ')', clear branch.
1907         * posix/bug-regex9.c: New test.
1908         * posix/Makefile (tests): Add bug-regex9.
1909
1910 2002-08-12  Roland McGrath  <roland@redhat.com>
1911
1912         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1913         start count condition, use TOTAL instead of variable that was never
1914         set.  Fix outer loop termination condition to TOTAL >= after update.
1915
1916         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1917         dl_tls_static_align and dl_tls_static_nelem.
1918
1919 2002-08-11  Roland McGrath  <roland@redhat.com>
1920
1921         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1922         of the TLS macros, otherwise the compiler might not have initialized
1923         the PIC register yet when we use the PLT via asm.
1924         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1925         * elf/tst-tlsmod2.c (in_dso): Likewise.
1926
1927         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1928
1929         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1930         Evaluate argument exactly once.  Remove __volatile__ from asm's.
1931
1932         * include/unistd.h: Use libc_hidden_proto for getdomainname
1933         and getlogin_r.
1934         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1935         * sysdeps/mach/hurd/getdomain.c: Likewise.
1936         * sysdeps/unix/getlogin_r.c: Likewise.
1937         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1938         * sysdeps/generic/getlogin_r.c: Likewise.
1939
1940         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1941         * sunrpc/rtime.c: Add libc_hidden_def.
1942
1943         * include/string.h: Use libc_hidden_proto for basename.
1944         * string/basename.c [_LIBC]: Add libc_hidden_def.
1945
1946         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1947
1948         * locale/loadarchive.c: munmap -> __munmap throughout.
1949
1950         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1951         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1952         * sysdeps/generic/gai_strerror.c: Likewise.
1953
1954         * include/sys/errno.h: New file.
1955
1956         * include/signal.h: No libc_hidden_proto for raise,
1957         __libc_current_sigrtmin, __libc_current_sigrtmax.
1958         These need to be overridden by linuxthreads.
1959         * sysdeps/posix/raise.c: Reverted.
1960         * sysdeps/generic/raise.c: Reverted.
1961         * signal/allocrtsig.c: Reverted.
1962
1963         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
1964
1965 2002-08-10  Roland McGrath  <roland@redhat.com>
1966
1967         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1968         * locale/localeinfo.h: Declare it.
1969         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1970         current locale if it's not in the file list.
1971         Call _nl_archive_subfreeres.
1972
1973 2002-08-10  Andreas Jaeger  <aj@suse.de>
1974
1975         * sysdeps/i386/strchr.S: Add comment.
1976
1977 2002-08-10  Roland McGrath  <roland@redhat.com>
1978
1979         * include/wchar.h (putwc): Use libc_hidden_proto.
1980         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
1981         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
1982         * stdio-common/dprintf.c: Add libc_hidden_def.
1983         * stdio-common/fprintf.c: Likewise.
1984         * stdio-common/sprintf.c: Likewise.
1985         * stdio-common/sscanf.c: Likewise.
1986         * libio/iofwrite.c: Likewise.
1987         * libio/memstream.c: Likewise.
1988         * libio/putwc.c: Likewise.
1989         * stdio-common/perror.c: Likewise.
1990         * sysdeps/posix/remove.c: Likewise.
1991         * sysdeps/generic/remove.c: Likewise.
1992         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
1993         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
1994
1995 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
1996
1997         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
1998         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
1999         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2000         towlower, towupper): Add libc_hidden_weak.
2001
2002         * include/bits/dlfcn.h: New file.
2003         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2004
2005         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2006         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2007         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2008         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2009         * include/shadow.h (_nss_files_parse_spent): Likewise.
2010         * include/netdb.h (_nss_files_parse_protoent,
2011         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2012         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2013         (LINE_PARSER): Use it.
2014         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2015         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2016
2017         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2018         #endif.
2019
2020         * manual/debug.texi (%MENU%): Remove trailing dot.
2021         Reported by <hayastan132@hotmail.com>.
2022
2023         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2024         aliases.
2025         (lseek): Dummy.
2026         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2027         Likewise.
2028
2029 2002-08-09  Roland McGrath  <roland@redhat.com>
2030
2031         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2032         name to find codeset name (if any) and normalize it.  If the
2033         normalized name differs, look up only that in the archive.
2034         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2035         contains a codeset, normalize the codeset store only the normalized
2036         name in the archive.  If not, add an alias containing the locale's
2037         normalized codeset name.  Apply codeset name normalization when
2038         matching entries in the alias file.
2039
2040         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2041         decrement HEAD->namehash_used here.
2042         (add_locale): Only need to insert name string when name_offset != 0.
2043
2044         * locale/programs/localedef.c (options): Add -A/--alias-file.
2045         (alias_file): New variable.
2046         (parse_opt): Grok -A, set that.
2047         * locale/programs/localedef.h: Declare it.
2048
2049         * locale/locarchive.h (struct locrecent): Add `refs' member.
2050         * locale/programs/locarchive.c (insert_name): New function, broken out
2051         of ...
2052         (add_locale_to_archive): ... here.  Call that.
2053         (add_alias): New function.
2054         (add_locale): New static function, add_locale_to_archive renamed.
2055         (add_locale_to_archive): Call that and use add_alias to add an alias
2056         for the name with codeset if the given name lacks it.
2057         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2058
2059         * locale/Makefile (routines): Add loadarchive.
2060         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2061         (_nl_load_locale_from_archive): New function.
2062         * locale/localeinfo.h: Declare it.
2063         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2064         try _nl_load_locale_from_archive first.
2065
2066         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2067         broken out of _nl_load_locale.
2068         (_nl_load_locale): Call that.
2069         * locale/localeinfo.h: Declare it.
2070         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2071         (struct locale_data): Remove unused member `options'.
2072         * locale/findlocale.c (_nl_remove_locale): Update uses.
2073         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2074         * locale/C-collate.c: Update initializer.
2075         * locale/C-identification.c: Likewise.
2076         * locale/C-measurement.c: Likewise.
2077         * locale/C-telephone.c: Likewise.
2078         * locale/C-address.c: Likewise.
2079         * locale/C-name.c: Likewise.
2080         * locale/C-paper.c: Likewise.
2081         * locale/C-time.c: Likewise.
2082         * locale/C-numeric.c: Likewise.
2083         * locale/C-monetary.c: Likewise.
2084         * locale/C-messages.c : Likewise.
2085         * locale/C-ctype.c: Likewise.
2086
2087         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2088         use CHAR_BIT instead of BITSPERBYTE.
2089
2090         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2091         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2092         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2093         (_nl_remove_locale): Likewise.
2094         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2095
2096         * locale/findlocale.c (_nl_default_locale_path): New variable.
2097         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2098         * locale/localeinfo.h: Declare it.
2099         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2100         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2101         * locale/newlocale.c (__newlocale): Likewise.
2102
2103         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2104         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2105         * sysdeps/generic/morecore.c: Likewise.
2106         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2107         (__libc_current_sigrtmax): Likewise.
2108
2109 2002-08-08  Roland McGrath  <roland@redhat.com>
2110
2111         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2112         * catgets/open_catalog.c (__open_catalog): Likewise.
2113
2114         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2115         from typo INITIAL_NUM_NANES.
2116         (create_archive): Update use.
2117
2118 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2119
2120         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2121
2122 2002-08-08  Roland McGrath  <roland@frob.com>
2123
2124         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2125
2126 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2127
2128         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2129         else and undefine after including wcstol_l.c.
2130         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2131
2132 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2133
2134         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2135
2136 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2137
2138         * configure.in: Make the test for broken_alias_attribute stricter.
2139
2140 2002-05-24  Robert Love  <rml@tech9.net>
2141
2142         * posix/Makefile (routines): Add sched_getaffinity and
2143         sched_setaffinity.
2144         * posix/sched.h: Add declarations for sched_getaffinity and
2145         sched_setaffinity.
2146         * sysdeps/generic/sched_getaffinity.c: New file.
2147         * sysdeps/generic/sched_setaffinity.c: New file.
2148         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2149         sched_setaffinity.
2150
2151 2002-08-06  Andreas Schwab  <schwab@suse.de>
2152
2153         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2154
2155 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2156
2157         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2158         message.
2159
2160         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2161         It is known to be defined.
2162
2163         * include/string.h: Define index and rindex only if _ISOMAC is not
2164         defined.
2165
2166         * elf/rtld.c: Include <errno.h>.
2167         * sysdeps/generic/libc-tls.c: Likewise.
2168
2169 2002-08-07  Roland McGrath  <roland@redhat.com>
2170
2171         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2172         it internally.
2173         (precsize_aton): Likewise.
2174
2175         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2176         the static symbols added in the last change (doofus is me).
2177
2178         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2179         loop to notice missing categories in a composite name.
2180
2181         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2182         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2183         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2184         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2185
2186 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2187
2188         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2189
2190 2002-08-07  Roland McGrath  <roland@redhat.com>
2191
2192         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2193         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2194         Reported by Jakub Jelinek  <jakub@redhat.com>.
2195
2196 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2197
2198         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2199         division.
2200
2201 2002-08-06  Roland McGrath  <roland@redhat.com>
2202
2203         * include/getopt.h: Put private decls inside [_GETOPT_H].
2204         Use libc_hidden_proto for getopt_long, getopt_long_only.
2205         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2206         Add libc_hidden_def.
2207
2208         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2209         Define as a macro for __dl_iterate_phdr.
2210
2211         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2212         made static.  Add __ name as a strong alias.
2213         (internal_endnetgrent): Likewise.
2214         (internal_getnetgrent_r): Likewise.
2215
2216         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2217         with no __ prefix.
2218         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2219         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2220         all *_l functions with no __ prefix.
2221         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2222         * ctype/ctype_l.c: Likewise.
2223         * locale/nl_langinfo.c: Likewise.
2224         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2225         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2226         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2227         * wctype/wctype.h [__USE_GNU]: Likewise.
2228         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2229         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2230         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2231         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2232         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2233         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2234         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2235         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2236         (__wcscasecmp_l): Add libc_hidden_def.
2237         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2238         (__wcsncasecmp_l): Add libc_hidden_def.
2239         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2240         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2241         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2242         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2243         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2244         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2245         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2246         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2247         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2248         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2249         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2250         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2251         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2252         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2253
2254 2002-08-05  Roland McGrath  <roland@redhat.com>
2255
2256         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2257         netname2user, host2netname, user2netname, key_gendes.
2258         * sunrpc/netname.c: Add libc_hidden_def.
2259         * sunrpc/key_call.c: Likewise.
2260
2261         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2262         freeaddrinfo.
2263         * inet/getnameinfo.c: Add libc_hidden_def.
2264         * sysdeps/generic/getaddrinfo.c: Likewise.
2265         * sysdeps/posix/getaddrinfo.c: Likewise.
2266
2267         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2268         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2269         * wcsmbs/wmemset.c: Add libc_hidden_def.
2270
2271         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2272         (index, rindex): Define as macros for strchr, strrchr.
2273
2274         * string/envz.c (envz_strip): index -> strchr
2275
2276         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2277         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2278
2279         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2280         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2281
2282         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2283         * stdlib/wctomb.c: Add libc_hidden_def.
2284
2285         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2286         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2287         * resolv/herror.c: Likewise.
2288         * inet/rcmd.c: Add libc_hidden_def.
2289         * inet/ruserpass.c: Likewise.
2290         * inet/getnetgrent_r.c: Likewise.
2291
2292         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2293         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2294         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2295         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2296         libc_hidden_def.
2297         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2298         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2299
2300         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2301         __libc_system.
2302         (__libc_system): Call it, putting just the line == NULL test here.
2303
2304         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2305         variables work right.
2306
2307         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2308         * elf/dl-close.c (_dl_close): Likewise.
2309
2310         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2311         in6addr_any, in6addr_loopback.  Remove decls for
2312         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2313         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2314         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2315         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2316         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2317         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2318         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2319         in6addr_loopback.
2320         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2321
2322         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2323         ether_aton_r.
2324         * inet/ether_aton_r.c: Add libc_hidden_def.
2325         * inet/ether_ntoa_r.c: Likewise.
2326
2327         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2328         xprt_unregister.
2329         * sunrpc/svc.c: Add libc_hidden_def.
2330         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2331         pmap_set, pmap_unset.
2332         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2333         * sunrpc/pm_getport.c: Likewise.
2334         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2335         * sunrpc/publickey.c: Add libc_hidden_def.
2336
2337 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2338
2339         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2340         the other memset call in this function.
2341
2342         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2343         at correct index.  Clear BSS region now that memalign is used.
2344
2345 2002-08-05  Roland McGrath  <roland@redhat.com>
2346
2347         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2348         * sysdeps/generic/uname.c: Add libc_hidden_def.
2349         * sysdeps/mach/hurd/uname.c: Likewise.
2350
2351 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2352
2353         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2354         wcspbrk): Add libc_hidden_proto.
2355         * time/strftime.c (my_strftime): Add libc_hidden_def.
2356         (strftime): Remove libc_hidden_def.
2357         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2358         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2359         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2360         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2361         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2362         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2363
2364         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2365         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2366         __rpc_thread_createerr): Add libc_hidden_proto.
2367         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2368         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2369         __rpc_thread_createerr): Add libc_hidden_def.
2370
2371         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2372         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2373         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2374         clnt_perror, clnt_sperror): Add libc_hidden_def.
2375         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2376
2377         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2378         libc_hidden_proto.
2379         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2380         * sunrpc/des_soft.c (des_setparity): Likewise.
2381
2382         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2383         Add libc_hidden_proto.
2384         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2385         Add libc_hidden_def.
2386
2387 2002-08-05  Roland McGrath  <roland@redhat.com>
2388
2389         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2390         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2391         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2392         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2393         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2394         old data, abandoning the original memory allocated by rtld at startup,
2395         instead of calling realloc normally.
2396
2397 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2398
2399         * po/fr.po: Update from translation team.
2400
2401 2002-08-04  Roland McGrath  <roland@redhat.com>
2402
2403         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2404         then generate a dummy module under the given name, obeying the
2405         normal rules for the "caller" field.
2406
2407         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2408         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2409
2410         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2411         weak here; we declare it weak or strong in the one place we use it.
2412         * sysdeps/generic/libc-start.c: ... which is here.
2413         Don't make the decl weak if [USE_TLS], since static programs need TLS
2414         setup even when single-threaded.
2415
2416         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2417
2418         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2419         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2420         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2421         all these variables.
2422
2423 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2424
2425         * include/stdio.h: Don't define macro magic to redirect function
2426         calls if _ISOMAC is defined.
2427
2428         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2429         ldouble asin tests.
2430
2431 2002-08-04  Roland McGrath  <roland@redhat.com>
2432
2433         * stdlib/lrand48_r.c: Add libc_hidden_def.
2434
2435         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2436         TCB with __libc_memalign instead of mmap.
2437         (_dl_deallocate_tls): Free it with free instead of munmap.
2438
2439         * Makerules (cpp-srcs-left): When setting this to run
2440         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2441         words.  Combine the two loops into one on the concatenated list,
2442         including those as well as $(test-srcs).
2443
2444         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2445         since we align here with optimally minimal waste anyway.
2446         (malloc): Just call that.
2447
2448         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2449         the right variable.
2450
2451         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2452         to compute memory location for l_tls_initimage.
2453         * elf/rtld.c (_dl_start): Likewise.
2454         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2455
2456         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2457         because the .d file is generated in the non-shared case and
2458         so fails to catch them otherwise.
2459
2460         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2461         split out of _dl_allocate_tls.
2462         (_dl_allocate_tls_init): Likewise.
2463         (_dl_allocate_tls): Call those.
2464         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2465         * elf/rtld.c (dl_main): Call them separately instead of calling
2466         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2467         is finished, so that the initializer data has been relocated before we
2468         copy it into the main thread's TLS block.
2469
2470         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2471         loop conditions, prevented the last used module from being initialized.
2472
2473 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2474
2475         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2476         if glob resp. globfree are not macros.
2477         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2478         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2479         Add libc_hidden_ver.
2480         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2481         libc_hidden_def.
2482         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2483         instead of libc_hidden_weak.
2484         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2485         libc_hidden_ver instead of libc_hidden_def.
2486         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2487         libc_hidden_ver instead of libc_hidden_def.
2488         (wcstoll, wcstoq): Remove libc_hidden_weak.
2489         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2490         libc_hidden_ver.
2491         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2492         libc_hidden_ver.
2493         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2494         libc_hidden_ver.
2495         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2496         libc_hidden_ver.
2497
2498 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2499
2500         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2501         to access _sys_siglist.
2502         * string/strsignal.c: Likewise.
2503         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2504         * sysdeps/gnu/siglist.c: Likewise.
2505         * sysdeps/unix/siglist.c: Likewise.
2506         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2507
2508         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2509
2510         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2511
2512         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2513         alias and use it.
2514         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2515
2516         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2517         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2518         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2519
2520         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2521         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2522
2523         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2524         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2525         and __gconv_get_cache respectively.
2526         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2527         defined static.  Change all users.
2528         (__gconv_get_cache): New function.
2529         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2530         (__gconv_get_alias_db): New function.
2531         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2532         (__conv_modules_db): Likewise.
2533         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2534         and __gconv_get_alias_db.
2535         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2536         variables.
2537
2538         * include/stdlib.h: Add prototype and libc_hidden_proto for
2539         __default_morecore.
2540         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2541
2542         * malloc/obstack.c: Remove fputs macro.
2543
2544         * malloc/mtrace.c: Remove fopen macro.
2545
2546 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2547
2548         * manual/debug.texi: Fix spelling to programmatically.
2549         Reported by <hayastan132@hotmail.com>.
2550
2551 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2552
2553         * include/libio.h: Add libc_hidden_proto for __uflow.
2554         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2555         fgetpos to _IO_* names.
2556         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2557         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2558         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2559         putwc_unlocked, vswscanf.
2560         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2561         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2562         * libio/fseek.c: Likewise.
2563         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2564         not fopencookie.
2565         * libio/genops.c (__uflow): Add libc_hidden_def.
2566         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2567         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2568         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2569         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2570         * libio/iofread_u.c (fread_unlocked): Likewise.
2571         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2572         * libio/iovswscanf.c (vswscanf): Likewise.
2573         * libio/putwc_u.c (putwc_unlocked): Likewise.
2574         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2575         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2576         * malloc/mtrace.c: Likewise.
2577
2578         * sunrpc/clnt_perr.c: Remove fputs macro.
2579         * sunrpc/svc_simple.c: Likewise.
2580         * sunrpc/svc_tcp.c: Likewise.
2581         * sunrpc/svc_udp.c: Likewise.
2582         * sunrpc/xdr_rec.c: Likewise.
2583         * sunrpc/xdr_ref.c: Likewise.
2584
2585         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2586         iconv_prog, linereader, and charmap-dir.
2587         * locale/Makefile: Likewise for locale and charmap-dir.
2588         * malloc/Makefile: Likewise for memusagestat.
2589         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2590         * sunrpc/Makefile: Likewise for rpc_main.
2591         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2592         * timezone/Makefile: Likewise for zic.
2593
2594         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2595
2596         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2597         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2598         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2599         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2600         _dl_close.
2601
2602         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2603         __wunderflow.
2604         * libio/genops.c (__underflow): Add libc_hidden_def.
2605         * libio/wgenops.c (__wuflow): Likewise.
2606         (__wunderflow): Likewise.
2607
2608         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2609         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2610
2611         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2612         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2613
2614         * include/string.h: Add libc_hidden_proto for __strverscmp.
2615         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2616
2617         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2618         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2619         * sysdeps/posix/sysconf.c: Likewise.
2620         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2621         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2622
2623         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2624         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2625         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2626         __iswxdigit_l, __towlower_l, __towupper_l.
2627         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2628         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2629
2630         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2631         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2632         * sysdeps/mach/hurd/xmknod.c: Likewise.
2633         * sysdeps/unix/xmknod.c: Likewise.
2634         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2635         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2636         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2637
2638         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2639
2640 2002-08-03  Roland McGrath  <roland@redhat.com>
2641
2642         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2643         setpriority.
2644         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2645         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2646         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2647         * sysdeps/mach/hurd/setpriority.c: Likewise.
2648         * sysdeps/mach/hurd/getpriority.c: Likewise.
2649         * sysdeps/generic/setpriority.c: Likewise.
2650         * sysdeps/generic/getpriority.c: Likewise.
2651
2652         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2653         * malloc/mcheck.c: Add libc_hidden_def.
2654
2655         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2656         * misc/hsearch_r.c: Add libc_hidden_def.
2657
2658         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2659         * posix/fnmatch.c: Add libc_hidden_weak.
2660
2661         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2662         execl, execle, execlp, execvp, getpid, getsid.
2663         * sysdeps/generic/alarm.c: Add libc_hidden_def.
2664         * sysdeps/unix/alarm.c: Likewise.
2665         * posix/confstr.c: Likewise.
2666         * posix/execvp.c: Likewise.
2667         * posix/execlp.c: Likewise.
2668         * posix/execle.c: Likewise.
2669         * posix/execl.c: Likewise.
2670         * sysdeps/generic/getsid.c: Likewise.
2671         * sysdeps/mach/hurd/getsid.c: Likewise.
2672         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2673         * sysdeps/mach/hurd/getpid.c: Likewise.
2674
2675         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2676         qecvt_r, qfcvt_r, lrand48_r.
2677         * misc/efgcvt_r.c: Add libc_hidden_def.
2678
2679         * include/wordexp.h: Use libc_hidden_proto for wordfree.
2680         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2681
2682         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2683         * locale/nl_langinfo.c: Add libc_hidden_def.
2684
2685         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2686         * sysdeps/generic/glob.c: Add libc_hidden_def.
2687         * sysdeps/generic/glob64.c: Likewise.
2688         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2689
2690         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2691
2692         * elf/Makefile (CFLAGS-vismod2.c): New variable.
2693
2694         * locale/setlocale.c (_nl_current_names): Variable moved ...
2695         * locale/localename.c (_nl_current_names): ... here, new file.
2696         Make it global, with attribute_hidden.
2697         * locale/localeinfo.h: Declare it.
2698         * locale/Makefile (aux): Add localename.
2699         * locale/localename.c (__current_locale_name): New function.
2700         * include/locale.h (__current_locale_name): Declare it.
2701         * intl/dcigettext.c (guess_category_value): Use that instead of
2702         calling setlocale.
2703
2704         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2705         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2706         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2707         * locale/newlocale.c: Add alias to __ name.
2708         * locale/duplocale.c: Likewise.
2709         * locale/freelocale.c: Likewise.
2710         * locale/uselocale.c: New file.
2711         * locale/Makefile (routines): Add it.
2712         * locale/Versions (libc: GLIBC_2.3): New set.
2713         Add newlocale, duplocale, freelocale, uselocale.
2714         (libc: GLIBC_PRIVATE): Add __uselocale.
2715
2716         * locale/localeinfo.h [SHARED]
2717         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2718         (_NL_CURRENT_DATA): Define using that.
2719         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2720         (_NL_CURRENT_DEFINE): Define to empty.
2721         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2722         conditionalized on this.
2723         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2724         taking initializer of _nl_C_locobj.
2725         [SHARED] (_nl_global_locale): New variable, using that initializer.
2726         (_nl_C_locobj): Use new macro for initialzier.
2727         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2728         [! SHARED] (CATEGORY_USED): New macro.
2729         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2730         (setdata, setlocale): Use that macro instead of examining _nl_current.
2731         (setdata): Set the slot in _nl_global_locale.
2732         Conditionalize setting of _nl_current on [! SHARED].
2733         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2734         declaration as an extern.
2735         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2736
2737         * include/locale.h: Use libc_hidden_proto for setlocale.
2738         * locale/setlocale.c: Add libc_hidden_def.
2739
2740         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2741
2742         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2743         * misc/hsearch_r.c: Add libc_hidden_def.
2744         * misc/lsearch.c: Likewise.
2745
2746         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2747         endttyent.
2748         * misc/getttyent.c: Add libc_hidden_def.
2749
2750         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2751         * malloc/mcheck.c: Add libc_hidden_def.
2752
2753         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2754         * include/argz.h: Use libc_hidden_proto for argz_delete.
2755         * string/argz-delete.c: Add libc_hidden_def.
2756         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2757
2758         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2759         HIDDEN_JUMPTARGET for _exit.
2760         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2761         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2762         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2763         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2764
2765         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2766         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2767         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2768         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2769
2770         * include/stdlib.h: Use libc_hidden_proto for abort,
2771         __strtof_internal, __strtod_internal, __strtold_internal,
2772         __strtol_internal, __strtoll_internal, __strtoul_internal,
2773         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2774         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2775         __strtoul_l_internal, __strtoull_l_internal.
2776         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2777         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2778         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2779         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2780         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2781         __wcsncasecmp_l.
2782         * sysdeps/generic/abort.c: Add libc_hidden_def.
2783         * stdlib/strtod.c: Likewise.
2784         * sysdeps/generic/strtol.c: Likewise.
2785         * sysdeps/wordsize-64/strtol.c: Likewise.
2786         * sysdeps/wordsize-64/wcstol.c: Likewise.
2787         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2788
2789         * include/stdlib.h: Use libc_hidden_proto for qsort.
2790         * stdlib/msort.c: Add libc_hidden_def.
2791
2792         * include/utime.h: Use libc_hidden_proto for utime.
2793         * sysdeps/generic/utime.c: Add libc_hidden_def.
2794         * sysdeps/unix/utime.c: Likewise.
2795
2796         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2797         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2798         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2799         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2800         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2801
2802         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2803         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2804         and __libc_current_sigrtmax.
2805         * signal/sigismem.c: Add libc_hidden_def.
2806         * signal/sigfillset.c: Likewise.
2807         * signal/sigempty.c: Likewise.
2808         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2809         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2810         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2811         * sysdeps/posix/raise.c: Likewise.
2812         * sysdeps/generic/raise.c: Likewise.
2813
2814 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2815
2816         * include/string.h: Use libc_hidden_proto for __stpcpy.
2817         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2818         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2819         * sysdeps/generic/stpcpy.c: Likewise.
2820         * sysdeps/i386/stpcpy.S: Likewise.
2821         * sysdeps/i386/i586/stpcpy.S: Likewise.
2822         * sysdeps/powerpc/stpcpy.S: Likewise.
2823         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2824         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2825
2826         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2827         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2828         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2829         libc_hidden_def.
2830         * string/strdup.c (__strdup): Likewise.
2831         * string/strndup.c (__strndup): Likewise.
2832         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2833         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2834
2835 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2836
2837         * include/libio.h: New file.
2838         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2839         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2840         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2841         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2842         * sysdeps/unix/common/syscalls.list: Likewise.
2843         * sysdeps/unix/inet/syscalls.list: Likewise.
2844         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2845         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2846         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2847         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2848         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2849         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2850         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2851         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2852         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2853         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2854         * sysdeps/unix/syscalls.list: Likewise.
2855
2856 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2857             Ulrich Drepper  <drepper@redhat.com>
2858
2859         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2860         the arguments is big enough to cause an overflow.
2861
2862 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2863
2864         * assert/assert.c: Use hidden_def not INTDEF.
2865
2866 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2867
2868         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2869         not defined.
2870
2871 2002-08-03  Roland McGrath  <roland@redhat.com>
2872
2873         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2874         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2875         verr, verrx.
2876         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2877         * misc/syslog.c: Add libc_hidden_def.
2878         * misc/err.c: Likewise.
2879         * stdlib/exit.c: Likewise.
2880         * stdlib/bsearch.c: Likewise.
2881         * sysdeps/generic/getenv.c: Likewise.
2882
2883         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2884
2885         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2886         libc_hidden_weak for every system call symbol defined.
2887
2888         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2889         timelocal, localtime, strftime.
2890         * time/asctime.c: Add libc_hidden_def.
2891         * time/mktime.c: Likewise.
2892         * time/localtime.c: Likewise.
2893         * time/strftime.c: Likewise.
2894         * time/strptime.c: Likewise.
2895         * sysdeps/generic/time.c: Likewise.
2896         * sysdeps/unix/time.c: Likewise.
2897         * sysdeps/unix/sysv/i386/time.S: Likewise.
2898         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2899
2900         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2901         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2902         * resolv/inet_ntop.c: Likewise.
2903         * resolv/inet_pton.c: Likewise.
2904         * inet/inet_mkadr.c: Add libc_hidden_def.
2905         * inet/inet_netof.c: Likewise.
2906         * resolv/inet_addr.c: Likewise.
2907
2908         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2909         clauses from conditionals for now.  Will have to be fixed later
2910         for older compilers.
2911
2912         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2913
2914 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2915
2916         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2917         broken alias attribute handling.
2918         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2919
2920 2002-08-02  Roland McGrath  <roland@frob.com>
2921
2922         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2923         since it sets the variables we use in a -D switch.
2924
2925 2002-08-02  Roland McGrath  <roland@redhat.com>
2926
2927         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2928         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2929         matches long int, not int.
2930
2931         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2932         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2933         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2934         * wctype/wctrans.c (wctrans): Likewise.
2935         * wctype/wctype.c (__wctype): Likewise.
2936         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2937
2938 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2939
2940         * assert/assert.c (__assert_fail): Fix typo in comment.
2941
2942         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2943         * sunrpc/rpc_thread.c: Define it without static.
2944         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2945
2946 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2947
2948         * assert/assert.c (__assert_fail): Remove undef.
2949         Replace INTDEF with libc_hidden_def.
2950         * assert/__assert.c (__assert): Remove INTUSE.
2951         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2952         libc_hidden_weak.
2953         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2954         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2955         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2956         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2957         libm_hiden_ver): Define.
2958         * include/assert.h (__assert_fail_internal): Remove.
2959         (__assert_fail): Add prototype.  Add hidden_proto.
2960         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2961         libc_hidden_proto.
2962         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2963         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
2964         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2965         Add libc_hidden_proto.
2966         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2967         __fcntl): Add libc_hidden_proto.  Remove macros.
2968         (__open_internal, __fcntl_internal): Remove.
2969         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2970         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
2971         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
2972         libc_hiden_proto.
2973         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
2974         libc_hidden_def.
2975         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
2976         Add libc_hidden_def.
2977         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
2978         * sysdeps/generic/open.c (__open): Remove undef.
2979         Add libc_hidden_def.  Remove INTDEF.
2980         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
2981         Add libc_hidden_def.
2982         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
2983         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
2984         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
2985         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2986         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
2987         (__libc_fcntl): Add libc_hidden_def.
2988         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
2989         (__open): Remove INTDEF2.  Add libc_hidden_weak.
2990         (__libc_open): Add libc_hidden_def.
2991         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
2992         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
2993         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
2994         Add libc_hidden_def.
2995         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
2996         Add libc_hidden_def.
2997         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
2998         undef.
2999         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3000         (__libc_fcntl): Add libc_hidden_def.
3001         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3002         __getpgid_internal, __chown_internal): Remove.
3003         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3004         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3005         __GI___chown): Add.
3006         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3007         __getpid_internal, __open_internal, __write_internal): Remove.
3008         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3009         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3010         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3011         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3012         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3013         Replace INTDEF with libc_hidden_def.
3014         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3015         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3016         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3017         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3018         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3019         Add libc_hidden_proto.
3020         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3021         * include/sys/select.h (__select): Likewise.
3022         * include/sys/socket.h (__send): Likewise.
3023         * include/sys/statfs.h (__statfs): Likewise.
3024         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3025         __getpid, __getpgid, __setpgid, __close, __read, __write,
3026         __getpagesize, __sbrk): Likewise.
3027         (__chown_internal, __dup2_internal, __getpid_internal,
3028         __getpgid_internal, __close_internal, __write_internal,
3029         __getpagesize_internal): Remove.
3030         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3031         Remove macros.
3032         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3033         * include/sched.h (__sched_setscheduler): Likewise.
3034         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3035         * include/stdlib.h (__secure_getenv): Likewise.
3036         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3037         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3038         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3039         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3040         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3041         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3042         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3043         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3044         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3045         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3046         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3047         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3048         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3049         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3050         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3051         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3052         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3053         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3054         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3055         * libio/genops.c (__overflow): Add libc_hidden_def.
3056         * libio/iovdprintf.c: Remove libio.h include.
3057         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3058         libc_hidden_weak): Define to nothing if not defined.
3059         (__overflow, __woverflow): Add libc_hidden_proto.
3060         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3061         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3062         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3063         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3064         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3065         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3066         and libc_hidden_def.
3067         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3068         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3069         (__getpgid): Add libc_hidden_proto.
3070         (__bsd_getpgrp): Remove INTUSE.
3071         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3072         libc_hidden_def.
3073         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3074         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3075         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3076         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3077         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3078         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3079         __rpc_thread_createerr): Add libc_hidden_def.
3080         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3081         libc_hidden_def.
3082         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3083         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3084         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3085         * sysdeps/generic/chown.c (__chown): Likewise.
3086         * sysdeps/generic/close.c (__close): Likewise.
3087         * sysdeps/generic/dup2.c (__dup2): Likewise.
3088         * sysdeps/generic/pipe.c (__pipe): Likewise.
3089         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3090         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3091         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3092         * sysdeps/generic/read.c (__libc_read): Likewise.
3093         (__read): Add libc_hidden_weak.
3094         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3095         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3096         * sysdeps/generic/select.c (__select): Likewise.
3097         * sysdeps/generic/send.c (__send): Likewise.
3098         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3099         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3100         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3101         * sysdeps/generic/statfs.c (__statfs): Likewise.
3102         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3103         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3104         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3105         Remove undef and INTDEF.
3106         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3107         * sysdeps/generic/getpid.c (__getpid): Likewise.
3108         * sysdeps/generic/write.c (__libc_write): Likewise.
3109         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3110         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3111         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3112         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3113         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3114         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3115         Remove undef and INTDEF.
3116         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3117         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3118         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3119         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3120         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3121         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3122         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3123         (__pipe): Add libc_hidden_def.
3124         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3125         libc_hidden_weak.
3126         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3127         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3128         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3129         (__read): Add libc_hidden_weak.
3130         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3131         (__libc_pwrite64): Add libc_hidden_def.
3132         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3133         * sysdeps/mach/hurd/select.c (__select): Likewise.
3134         * sysdeps/mach/hurd/send.c (__send): Likewise.
3135         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3136         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3137         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3138         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3139         * sysdeps/posix/dup2.c: Likewise.
3140         Remove undef and INTDEF.
3141         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3142         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3143         (__pwrite64): Add libc_hidden_weak.
3144         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3145         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3146         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3147         * sysdeps/standalone/close.c (__close): Likewise.
3148         * sysdeps/standalone/write.c (__libc_write): Likewise.
3149         (__write): Add libc_hidden_weak.
3150         * sysdeps/standalone/read.c (__read): Likewise.
3151         (__libc_read): Add libc_hidden_def.
3152         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3153         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3154         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3155         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3156         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3157         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3158         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3159         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3160         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3161         __GI___sigaction): Add.
3162         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3163         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3164         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3165         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3166         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3167         __GI___setpgid): Add.
3168         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3169         Remove undef and INTDEF.
3170         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3171         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3172         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3173         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3174         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3175         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3176         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3177         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3178         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3179         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3180         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3181         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3182         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3183         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3184         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3185         __GI___statfs, __GI___send): Add.
3186         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3187         libc_hidden_ver resp. libc_hidden_def.
3188         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3189         libc_hidden_def.
3190         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3191         Likewise.  Remove undef and INTDEF.
3192         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3193         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3194         __GI___statfs, __GI___send): Add.
3195         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3196         libc_hidden_def.
3197         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3198         Likewise.
3199         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3200         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3201         libc_hidden_ver resp. libc_hidden_def.
3202         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3203         __GI___send): Add.
3204         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3205         Add libc_hidden_weak.
3206         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3207         Add libc_hidden_def.
3208         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3209         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3210         libc_hidden_weak.
3211         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3212         resp. libc_hidden_def.
3213         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3214         libc_hidden_weak.
3215         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3216         INTDEF.
3217         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3218         Likewise.  Remove undef.
3219         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3220         libc_hidden_weak.
3221         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3222         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3223         libc_hidden_weak.
3224         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3225         libc_hidden_def.
3226         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3227         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3228         Likewise.  Remove undef and INTDEF.
3229         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3230         libc_hidden_def.
3231         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3232         libc_hidden_weak.
3233         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3234         libc_hidden_def.
3235         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3236         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3237         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3238         libc_hidden_weak.
3239         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3240         Add libc_hidden_def.
3241         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3242         __GI___statfs): Add.
3243         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3244         libc_hidden_weak.
3245         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3246         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3247         Remove undef and INTDEF.
3248         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3249         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3250         libc_hidden_def.
3251         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3252         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3253         libc_hidden_weak.
3254         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3255         libc_hidden_def.
3256         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3257         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3258         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3259         Add.
3260         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3261         libc_hidden_def.  Remove undef and INTDEF.
3262         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3263         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3264         libc_hidden_def.
3265         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3266         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3267         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3268         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3269         Remove undef and INTDEF.
3270         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3271         broken visibility attribute handling.
3272         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3273
3274 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3275
3276         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3277         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3278
3279         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3280         previous patch.
3281
3282 2002-06-29  Todd Fries  <todd@openbsd.org>
3283
3284         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3285
3286 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3287
3288         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3289
3290 2002-07-30  Roland McGrath  <roland@redhat.com>
3291
3292         * resolv/resolv.h (_res): Define macro unconditionally.
3293         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3294         * include/resolv.h: ... here.
3295         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3296         as a __thread variable.
3297         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3298         a __thread variable instead of a global.
3299         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3300
3301         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3302         time we test it.
3303
3304         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3305
3306         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3307         decls of memset and memcpy.
3308
3309         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3310         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3311
3312         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3313
3314         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3315         (__libc_tsd_define): Define using __thread.
3316
3317         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3318         (__rpc_thread_variables): Use __libc_tsd_get.
3319         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3320         __rpc_thread_variables, which might allocate what we're about to free.
3321
3322         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3323         thread-local variable.
3324         * resolv/netdb.h (h_errno): Define macro unconditionally.
3325         [_LIBC] (__set_h_errno): Macro moved to ...
3326         * include/netdb.h: ... here.
3327         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3328         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3329         [! _LIBC_REENTRANT]: #undef h_errno here.
3330
3331         * include/errno.h: Protect from multiple inclusion.
3332
3333         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3334         before defining them, since Linux's <linux/posix_types.h> might have
3335         defined them.
3336
3337 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3338
3339         * malloc/malloc.c (public_cALLOc): Check for overflow on
3340         multiplication.
3341         * sunrpc/xdr_array.c (xdr_array): Likewise.
3342         * sunrpc/rpc/types.h (mem_free): Add comment.
3343         Patch by Solar Designer <solar@openwall.com>.
3344
3345 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3346
3347         * sysdeps/unix/sysv/linux/kernel-features.h
3348         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3349
3350 2002-08-01  Roland McGrath  <roland@redhat.com>
3351
3352         * libio/fileops.c (_IO_file_sync_mmap): New function.
3353         (_IO_file_jumps_mmap): Use it.
3354         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3355         repeat the stat check and resize the mapped buffer as necessary.
3356
3357 2002-07-31  Roland McGrath  <roland@redhat.com>
3358
3359         * libio/fileops.c (decide_maybe_mmap): New static function.
3360         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3361         mmap the file contents.  Then switch the jump tables to the mmap
3362         tables if it worked, or the vanilla file tables if not.
3363         (_IO_file_underflow_maybe_mmap): New function.
3364         (_IO_file_seekoff_maybe_mmap): New function.
3365         (_IO_file_xsgetn_maybe_mmap): New function.
3366         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3367         * libio/libioP.h: Declare those.
3368         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3369         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3370         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3371         If the stream is read-only, set its jump tables to those new ones.
3372         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3373         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3374         We need the tables set before _IO_file_attach.
3375
3376         * libio/tst-mmap-eofsync.c: New file.
3377         * libio/tst-mmap-fflushsync.c: New file.
3378         * libio/bug-mmap-fflush.c: New file.
3379         * libio/tst-mmap2-eofsync.c: New file.
3380         * libio/Makefile (tests): Add them.
3381
3382         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3383         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3384
3385 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3386
3387         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3388         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3389         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3390         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3391         declare sys_errlist and sys_nerr.
3392         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3393         provide declarations.
3394
3395 2002-07-31  Roland McGrath  <roland@redhat.com>
3396
3397         * elf/rtld.c (dl_main): Fix typo in error message.
3398
3399 2002-07-31  Roland McGrath  <roland@frob.com>
3400
3401         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3402         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3403         sysdeps/mach/hurd/dl-sysdep.c change.
3404
3405 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3406
3407         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3408         -r`/build/include for kernel headers.
3409
3410         * po/fi.po: New file.
3411
3412 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3413
3414         * configure.in (static_nss): Set to `yes' if --disable-shared.
3415
3416 2002-07-23  Bruno Haible  <bruno@clisp.org>
3417
3418         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3419         is set.
3420
3421 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3422
3423         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3424         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3425         arguments.
3426
3427 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3428
3429         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3430         alias.
3431
3432 2002-07-21  Bruno Haible  <bruno@clisp.org>
3433
3434         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3435         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3436         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3437         trans_sysdep_tab_offset.
3438         (struct sysdep_segment): New type.
3439         (struct sysdep_string): New type.
3440         (SEGMENTS_END): New macro.
3441         * intl/gettextP.h (struct sysdep_string_desc): New type.
3442         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3443         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3444         orig_tab, trans_tab, hash_tab to const pointers because they point
3445         into read-only memory.
3446         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3447         (PRI*): Define fallback values.
3448         (get_sysdep_segment_value): New function.
3449         (_nl_load_domain): Distinguish major and minor revision parts. Add
3450         support for minor revision 1 with system dependent strings.
3451         (_nl_unload_domain): Also free the 'malloced' field.
3452         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3453         now done in loadmsgcat.c. Add support for system dependent strings.
3454
3455 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3456
3457         * posix/bug-regex7.c: New file.
3458         * posix/bug-regex8.c: New file.
3459         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3460
3461 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3462
3463         * posix/bug-regex4.c (main): Fix typos.
3464         * posix/bug-regex6.c (main): Likewise.
3465
3466 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3467
3468         * posix/bug-regex6.c (main): Fix warnings.
3469
3470         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3471
3472         * iconv/iconv_prog.c (main): Improve error message for the cases
3473         where -t and/or -f parameter are missing.
3474
3475 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3476
3477         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3478         (re_search): Likewise.
3479         (re_match_2): Likewise.
3480         (re_search_2): Likewise.
3481         (re_search_stub): New function.
3482         (re_search_2_stub): New function.
3483         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3484
3485 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3486
3487         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3488         (re_string_eoi): Use STOP instead of LEN.
3489         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3490         (re_string_construct): Likewise.
3491         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3492         * posix/regexec.c (re_search_internal): Add a new argument STOP
3493         so that it can handle the argument STOP of re_search_2 and re_match_2
3494         correctly.
3495         (regexec): Adapt to new I/F of re_search_internal.
3496         (re_search_stub): Likewise.
3497
3498 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3499
3500         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3501
3502         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3503
3504         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3505         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3506         of __divdi3.
3507
3508         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3509         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3510         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3511         alias for adjtimex syscall.
3512
3513         * elf/dl-minimal.c: Define __assert_fail_internal.
3514         * assert/assert.c: Likewise.
3515         * include/assert.h: Define __assert_file macro if !SHARED and not
3516         NOT_IN_libc.
3517
3518         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3519         programs.
3520         * locale/Makefile: Likewise.
3521         * nscd/Makefile: Likewise.
3522         * catgets/Makefile: Likewise.
3523
3524 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3525
3526         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3527         compute current position.
3528
3529         * stdio-common/tst-fseek.c (main): Improve error messages.
3530
3531         * libio/tst-freopen.c (main): Remove unused variable.
3532
3533         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3534         succesful seek call.  Simplify error checking.
3535
3536 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3537
3538         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3539         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3540
3541 2002-07-19  Roland McGrath  <roland@frob.com>
3542
3543         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3544         __libc_enable_secure is set.
3545
3546 2002-07-24  Roland McGrath  <roland@frob.com>
3547
3548         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3549         This implementation supports only IPv4.
3550         * inet/ifaddrs.h: New file.
3551         * sysdeps/generic/ifaddrs.c: New file.
3552         * sysdeps/gnu/ifaddrs.c: New file.
3553         * inet/test-ifaddrs.c: New file.
3554         * inet/Makefile (routines): Add ifaddrs.
3555         (headers): Add ifaddrs.h here.
3556         (tests): Add test-ifaddrs.
3557         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3558
3559         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3560         socket call to get an AF_INET socket, instead of using __opensock.
3561         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3562
3563         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3564         if not -1 use it instead of calling __opensock.
3565         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3566         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3567         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3568
3569         * sysdeps/mach/hurd/ifreq.h: New file.
3570         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3571         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3572         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3573
3574         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3575         which gets moved around.  Calculate size of mmap'd buffer instead.
3576
3577 2002-07-24  Philip Blundell  <philb@gnu.org>
3578
3579         * sysdeps/unix/arm/brk.S: Improve schedule.
3580         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3581         efficient instruction.
3582         (__socket): Optimize return sequence.
3583
3584 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3585
3586         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3587         sockets on old kernels.
3588
3589 2002-07-22  Philip Blundell  <philb@gnu.org>
3590
3591         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3592         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3593         alias.
3594
3595 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3596
3597         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3598         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3599
3600         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3601         test to detect duplicate locales.
3602
3603         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3604         position would be before beginning of file.
3605         (_IO_file_seekoff_mmap): Likewise.
3606         * libio/Makefile (tests): Add bug-fseek.
3607         * libio/bug-fseek.c: New file.
3608
3609         * intl/explodename.c: Remove support for CEN-style locale variables.
3610         It was never used and shouldn't be since it's not portable.
3611         * intl/finddomain.c: Likewise.
3612         * intl/l10nflist.c: Likewise.
3613         * intl/loadinfo.h: Likewise.
3614         * locale/findlocale.c: Likewise.
3615
3616 2002-07-24  Roland McGrath  <roland@frob.com>
3617
3618         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3619         position, calculate it to take into account an active pushback buffer.
3620
3621         * libio/Makefile (tests): Add bug-ungetc.
3622         * libio/bug-ungetc.c: New file.
3623
3624 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3625
3626         * sysdeps/generic/libc-tls.c: New file.
3627         * csu/Makefile (routines): Add libc-tls.
3628         (static-only-routines): Add libc-tls.
3629         * elf/dl-support.c (_dl_phdr): New variable.
3630         (_dl_phnum): New variable.
3631         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3632         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3633         for !SHARED.  First look through auxiliary vector.  If TLS always
3634         call __pthread_initialize_minimal.
3635
3636         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3637         in mmap call is never zero.
3638
3639 2002-07-23  Andreas Jaeger  <aj@suse.de>
3640
3641         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3642         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3643
3644 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3645
3646         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3647         creation and removal of the temp file.
3648
3649         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3650         file creation.
3651         * test-skeleton.c (create_temp_file): New function.
3652
3653 2002-07-22  Andreas Jaeger  <aj@suse.de>
3654
3655         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3656         local label.
3657
3658 2002-07-21  Roland McGrath  <roland@frob.com>
3659
3660         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3661         put -I../include before -I../stdlib so we get the right errno.h et al.
3662         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3663         (CFLAGS-wcstof.c): Likewise.
3664         (CFLAGS-wcstold.c): Likewise.
3665         (CFLAGS-wcstod_l.c): Likewise.
3666         (CFLAGS-wcstof_l.c): Likewise.
3667         (CFLAGS-wcstold_l.c): Likewise.
3668
3669 2002-07-19  Roland McGrath  <roland@frob.com>
3670
3671         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3672
3673 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
3674
3675         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3676         __ASSUME_AT_XID is defined.
3677         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3678         for 2.4.1 and up.
3679         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3680         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3681
3682         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3683         (CFLAGS-wcstof.c): Likewise.
3684         (CFLAGS-wcstold.c): Likewise.
3685         (CFLAGS-wcstod_l.c): Likewise.
3686         (CFLAGS-wcstof_l.c): Likewise.
3687         (CFLAGS-wcstold_l.c): Likewise.
3688
3689 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
3690
3691         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3692         __priority_which_t): Always typedef to int for C++.
3693
3694 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
3695
3696         * configure.in: Add test for __thread support in compiler.
3697         * config.h.in: Add HAVE___THREAD.
3698         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3699         * include/sys/errno.h: Moved to...
3700         * stdlib/sys/errno.h: ...here.  New file.
3701         * stdlib/errno.h: New file.  Moved from...
3702         * include/errno.h: ...here.  Changed into an internal header defining
3703         libc-local things like __set_errno.
3704         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3705         bits/errno.h.
3706         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3707         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3708         either.
3709         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3710         from...
3711         (_dl_start_final): ...here.  Add code to initialize tls elements from
3712         bootstrap_map.
3713         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3714         if USE_TLS && HAVE___THREAD.
3715         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3716         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3717         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3718         * sysdeps/standalone/bits/errno.h: Likewise.
3719         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3720         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3721         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3722         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3723         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3724         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3725         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3726         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3727         use GL(dl_rtld_map), use map parameter.
3728         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3729         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3730         USE_TLS && HAVE___THREAD.
3731         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3732         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3733         TLS code sequence.
3734         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3735
3736         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3737         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3738         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3739         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3740         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3741         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3742
3743 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3744
3745         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3746         MS_INVALIDATE values.
3747
3748 2002-07-17  Andreas Schwab  <schwab@suse.de>
3749             Ulrich Drepper  <drepper@redhat.com>
3750
3751         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3752         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3753         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3754         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3755
3756 2002-07-01  H.J. Lu  <hjl@gnu.org>
3757
3758         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3759         return value.
3760
3761         * elf/circlemod1.c (circlemod1): Return int.
3762         * elf/circlemod2.c (circlemod2): Likewise.
3763         * elf/circlemod2a.c (circlemod2): Likewise.
3764         * elf/circlemod3.c (circlemod3): Likewise.
3765         (circlemod3a): A new function.
3766
3767 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3768
3769         * catgets/tst-catgets.c (main): Don't expect results for
3770         untranslated messages.
3771
3772         * glibcbug.in: Fix little typo.  Remove STDIO.
3773
3774         * config.h.in: Fail if __FAST_MATH__ is defined.
3775         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3776         (CPPFLAGS-test-idouble.c): Likewise.
3777         (CPPFLAGS-test-ildouble.c): Likewise.
3778
3779 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3780
3781         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3782         * intl/tst-gettext.c: Correctly handle untranslated messages in
3783         positive tests.
3784
3785         * po/de.po: Update from translation team.
3786
3787 2002-07-02  H.J. Lu  <hjl@gnu.org>
3788
3789         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3790         use ll/sc.
3791         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3792
3793         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3794         to 2.4.0 for mips.
3795
3796 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3797
3798         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3799         TLS fail if USE_TLS is not defined.
3800
3801         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3802         and adjust state for seek position.  [PR libc/4070]
3803         * libio/Makefile (tests): Add bug-rewind.
3804         * libio/bug-rewind.c: New file.
3805
3806 2002-07-12  Philip Blundell  <philb@gnu.org>
3807
3808         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3809         (__backtrace): Use it.
3810         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3811
3812 2002-07-12  Philip Blundell  <philb@gnu.org>
3813
3814         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3815         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3816         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3817         (elf_machine_rela): Remove unused variable.
3818
3819         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3820         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3821         define.
3822
3823 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3824
3825         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3826
3827 2002-07-14  Andreas Jaeger  <aj@suse.de>
3828
3829         * sysdeps/x86_64/bits/link.h: Add biarch support.
3830
3831 2002-07-13  Andreas Jaeger  <aj@suse.de>
3832
3833         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3834         Use correct indices.
3835         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3836
3837 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3838
3839         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3840         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3841         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3842         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3843         * sysdeps/s390/s390-32/bits/link.h: Remove.
3844         * sysdeps/s390/s390-64/bits/link.h: Remove.
3845         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3846         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3847         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3848         * sysdeps/s390/bits/wordsize.h: New file.
3849         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3850         elfclass.h.
3851         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3852         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3853         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3854         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3855         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3856         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3857         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3858         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3859         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3860         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3861         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3862         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3863         resource.h.
3864         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3865         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3866         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3867         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3868         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3869         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3870         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3871         sigaction.h.
3872         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3873         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3874         siginfo.h.
3875         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3876         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3877         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3878         socket.h.
3879         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3880         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3881         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3882         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3883         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3884         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3885         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3886         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3887         procfs.h.
3888         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3889         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3890         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3891         ucontext.h.
3892         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3893         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3894
3895 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3896
3897         * Versions.def (libc): Add GLIBC_2.3.
3898         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3899         * stdlib/canonicalize.c: Add compatibility version for realpath
3900         and make new code available in GLIBC_2.3.
3901
3902 2002-07-06  Bruno Haible  <bruno@clisp.org>
3903
3904         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3905
3906 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3907
3908         * resolv/res_hconf.c (_res_hconf_init): Move code into new
3909         function do_init.  Use __libc_once.
3910         (do_init): New function.
3911
3912         * iconvdata/iso8859-11.h: Removed.
3913         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3914         (distribute): Remove iso8859-11.h.
3915         * iconvdata/tst-tables.sh: Add ISO-8859-11.
3916
3917         * stdio-common/vfscanf.c (inchar): Restore errno from previous
3918         underflow operation if c == (W)EOF.
3919
3920 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3921
3922         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3923         non-zero, adjust exponent.
3924         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3925         Remove NO_LONG_DOUBLE aliases.
3926         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3927         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3928         (__log1pl): Raise divide by zero and invalid exceptions when needed.
3929         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3930         1**y and -1**+-Inf.
3931         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3932         Fix BITS_PER_MP_LIMB 32 extraction.
3933         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3934         exceptions for qNaNs.
3935         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3936         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3937         Raise exceptions when needed.  Don't recurse unnecessarily.
3938         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3939         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3940         exceptions for qNaNs.
3941         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3942         to fix *quo return value sign.
3943         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3944         case -Inf argument.
3945         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3946
3947 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3948
3949         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3950         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3951         -DNDEBUG.
3952
3953 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3954
3955         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3956         the result.
3957
3958         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3959         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3960
3961         * Versions.def (libthread_db): Add GLIBC_2.3.
3962
3963 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
3964
3965         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3966         new stream if possible.
3967         * libio/freopen64.c (freopen64): Likewise.
3968         * libio/Makefile (tests): Add tst-freopen.
3969         * libio/tst-freopen.c: New file.
3970
3971 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3972
3973         * libio/stdio.h (obstack_printf): Add format attribute.
3974         (obstack_vprintf): Likewise.
3975
3976 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3977
3978         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
3979         resp. 16 bytes on 32-bit resp. 64-bit platforms.
3980         (re_charset_t, re_string_t): Reorder structure members for 64-bit
3981         architectures.
3982
3983 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
3984
3985         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
3986         (init_dfa): ...here.
3987
3988 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
3989
3990         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
3991         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
3992         nodes in parse trees.
3993         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
3994         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
3995         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
3996         nodes which can epsilon transit.
3997         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
3998         to IS_EPSILON_NODE macro.
3999         * posix/regexec.c (update_regs): New function to update registers
4000         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4001         (proceed_next_node): Use the entities of the nodes to determine
4002         whether the node can transit to.
4003         (set_regs): Use update_regs function to update registers.
4004
4005 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4006
4007         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4008         * posix/bug-regex6.c: New file.
4009         * posix/Makefile (tests): Add bug-regex6.
4010         (bug-regex6-ENV): Set LOCPATH.
4011
4012 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4013
4014         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4015         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4016
4017 2002-07-06  Bruno Haible  <bruno@clisp.org>
4018
4019         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4020
4021 2002-07-06  Bruno Haible  <bruno@clisp.org>
4022
4023         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4024         declarations.
4025
4026         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4027
4028         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4029
4030         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4031         not _UTSNAME_H.
4032         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4033
4034         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4035         * sysdeps/generic/bits/ustat.h: Likewise.
4036
4037         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4038
4039 2002-07-08  Andreas Jaeger  <aj@suse.de>
4040
4041         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4042
4043 2002-07-08  Andreas Jaeger  <aj@suse.de>
4044
4045         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4046
4047 2002-07-06  Andreas Jaeger  <aj@suse.de>
4048
4049         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4050         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4051         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4052         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4053         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4054         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4055         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4056         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4057         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4058         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4059         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4060
4061 2002-06-05  Brian Youmans <3diff@gnu.org>
4062
4063         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4064         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4065         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4066         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4067         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4068         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4069         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4070         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4071         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4072         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4073         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4074         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4075         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4076         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4077         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4078         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4079         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4080         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4081         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4082         * sysdeps/ia64/fpu/e_log.S: Likewise.
4083         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4084         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4085         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4086         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4087         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4088         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4089         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4090         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4091         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4092         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4093         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4094         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4095         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4096         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4097         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4098         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4099         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4100         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4101         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4102         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4103         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4104         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4105         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4106         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4107         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4108         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4109         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4110         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4111         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4112         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4113         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4114         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4115         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4116         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4117         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4118         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4119         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4120         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4121         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4122         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4123         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4124         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4125         * sysdeps/ia64/fpu/s_round.S: Likewise.
4126         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4127         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4128         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4129         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4130         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4131         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4132         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4133         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4134         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4135         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4136         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4137         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4138         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4139         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4140         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4141         reflect IBM donation of math library to FSF
4142         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4143         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4144         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4145         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4146         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4147         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4148         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4149         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4150         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4151         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4152         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4153         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4154         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4155         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4156         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4157         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4158         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4159         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4160         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4161         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4162         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4163         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4164         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4165         * sysdeps/vax/__longjmp.c: Likewise.
4166         * sysdeps/vax/setjmp.c: Likewise.
4167         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4168         remove advertising clause
4169         * sysdeps/vax/htonl.s: Likewise.
4170         * sysdeps/vax/htons.s: Likewise.
4171         * libio/wfiledoalloc.c: Likewise.
4172         * stdlib/random.c: Likewise.
4173         * stdlib/random_r.c: Likewise.
4174         * sysdeps/mach/sys/reboot.h: Likewise.
4175         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4176         * sysdeps/posix/getaddrinfo.c: Likewise.
4177         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4178         GPL and corrected pointer to point to the correct license.
4179
4180 2002-07-04  Andreas Jaeger  <aj@suse.de>
4181
4182         * scripts/config.guess: New upstream version.
4183         * scripts/config.sub: Likewise.
4184
4185 2002-07-02  Andreas Schwab  <schwab@suse.de>
4186
4187         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4188         in parallel to bumping up the buffer pointer.
4189
4190 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4191
4192         * math/libm-test.inc (acos_test): Add missing L suffix for
4193         expected result.
4194         (cpow_test): Likewise.
4195         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4196         error for acos (0.0625).
4197
4198 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4199
4200         * locale/iso-639.def: Add entry for Ganda.
4201         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4202         definition.
4203         (address_finish): Handle entries with two letter ISO 639 code.
4204
4205         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4206         directory if it existed before.
4207         * iconv/iconvconfig.c: Implement --prefix option.
4208
4209         * math/libm-test.inc (cexp_test): Add missing L suffix for
4210         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4211         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4212         1.25 i).
4213
4214 2002-05-29  H.J. Lu  <hjl@gnu.org>
4215
4216         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4217         is turned on.
4218
4219 2002-05-28  H.J. Lu  <hjl@gnu.org>
4220
4221         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4222         are not dlopened on the dependency list of a dlopened object.
4223
4224 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4225
4226         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4227         dependencies if they are created between objects which are created
4228         while processing RTLD_NOW for objects loaded as part of the same
4229         dlopen call.
4230
4231 2002-06-14  H.J. Lu  <hjl@gnu.org>
4232
4233         * elf/Makefile (tests): Add circleload1.
4234         (modules-names): Add circlemod1, circlemod2, circlemod3,
4235         circlemod1a, circlemod2a and circlemod3a.
4236         ($(objpfx)circleload1): New target.
4237         ($(objpfx)circleload1.out): Likewise.
4238         ($(objpfx)circlemod1.so): Likewise.
4239         ($(objpfx)circlemod2.so): Likewise.
4240         ($(objpfx)circlemod1a.so): Likewise.
4241         ($(objpfx)circlemod2a.so): Likewise.
4242         * elf/circleload1.c: New file.
4243         * elf/circlemod1.c: New file.
4244         * elf/circlemod1a.c: New file.
4245         * elf/circlemod2.c: New file.
4246         * elf/circlemod2a.c: New file.
4247         * elf/circlemod3.c: New file.
4248         * elf/circlemod3a.c: New file.
4249
4250 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4251
4252         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4253         file descriptor.
4254         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4255         add check for fd not open for writing.
4256
4257         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4258         completed element(s) and do not suspend thread if so.  Patch
4259         heavily modified by drepper.
4260
4261         * rt/tst-aio7.c: New file.  Regression test for problems which the
4262         above three changes fix.
4263         * rt/Makefile (tests): Add tst-aio7.
4264
4265 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4266
4267         * rt/tst-aio6.c: Fix comment.
4268
4269         * catgets/gencat.c (read_input_file): Handle more than one slash
4270         at end of line correctly [PR libc/3926].
4271         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4272
4273         * catgets/sample.SJIS: Add test case for above bug.
4274         * catgets/test-gencat.c: Adjust test code.
4275         * catgets/test-gencat.sh: Adjust expected results.
4276
4277         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4278         to skip relative relocations.
4279         Patch by Geoff Keating <geoffk@redhat.com>.
4280
4281 2002-05-26  Bruno Haible  <bruno@clisp.org>
4282
4283         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4284         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4285         All callers changed.
4286         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4287         STANDARD_FROM_LOOP_ERR_HANDLER.
4288         (utf8_internal_loop): Likewise.
4289         (ucs2_internal_loop): Likewise.
4290         (internal_ucs2_loop): Perform error handling like in
4291         STANDARD_FROM_LOOP_ERR_HANDLER.
4292         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4293         in STANDARD_FROM_LOOP_ERR_HANDLER.
4294         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4295         handling.
4296         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4297         in STANDARD_FROM_LOOP_ERR_HANDLER.
4298         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4299         handling.
4300         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4301         in STANDARD_FROM_LOOP_ERR_HANDLER.
4302         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4303         handling.
4304         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4305         STANDARD_FROM_LOOP_ERR_HANDLER.
4306         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4307         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4308         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4309         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4310         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4311         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4312         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4313         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4314         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4315         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4316         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4317         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4318         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4319         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4320         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4321         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4322         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4323         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4324         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4325         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4326         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4327         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4328         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4329         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4330         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4331         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4332         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4333         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4334         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4335         an error, still set result = __GCONV_ILLEGAL_INPUT.
4336         (BODY for TO_LOOP): Likewise.
4337         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4338         STANDARD_FROM_LOOP_ERR_HANDLER.
4339         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4340         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4341         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4342         handling.
4343         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4344         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4345         STANDARD_FROM_LOOP_ERR_HANDLER.
4346         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4347         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4348         STANDARD_FROM_LOOP_ERR_HANDLER.
4349         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4350         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4351         STANDARD_FROM_LOOP_ERR_HANDLER.
4352         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4353         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4354         STANDARD_FROM_LOOP_ERR_HANDLER.
4355         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4356         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4357         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4358         handling.
4359         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4360         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4361         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4362         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4363
4364 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4365
4366         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4367         labels in assembler instructions.
4368
4369 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4370
4371         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4372         not enough content is available.
4373         * libio/tst-eof.c: New file.
4374         * libio/Makefile (tests): Add tst-eof.
4375
4376         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4377         update atime.
4378         * libio/tst-atime.c: New file.
4379         * libio/Makefile (tests): Add tst-atime.
4380
4381         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4382         handling of overly long words.
4383
4384 2002-06-25  Andreas Jaeger  <aj@suse.de>
4385
4386         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4387         to not use 32-bit pc relative relocations.
4388         (elf_machine_dynamic): Likewise.
4389
4390 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4391
4392         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4393         (__GETDENTS): Check for failed getdents64 syscall.
4394         * dirent/Makefile (tests): Add bug-readdir1.
4395         * dirent/bug-readdir1.c: New file.
4396
4397 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4398
4399         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4400         lookups.
4401         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4402         code.  Print TLS modid and offset for modules containing PT_TLS
4403         segments.
4404
4405 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4406
4407         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4408         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4409         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4410         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4411
4412 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4413
4414         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4415         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4416         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4417         * nss/getXXent_r.c (NEW, NEW1): Define.
4418         (NEW (REENTRANT_GETNAME)): Strong alias to
4419         INTERNAL (REENTRANT_GETNAME).
4420         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4421
4422 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4423
4424         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4425         (_IO_file_jumps_mmap): Use it.
4426         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4427         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4428         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4429         prototype.
4430         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4431         (_IO_wfile_jumps_mmap): Don't use it anymore.
4432         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4433         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4434         _IO_wdefault_setbuf.
4435         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4436         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4437         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4438
4439 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4440
4441         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4442         * libio/tst-mmap-setvbuf.c: New test.
4443
4444 2002-06-21  Andreas Jaeger  <aj@suse.de>
4445
4446         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4447
4448 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4449
4450         * include/unistd.h (__fork_internal): Remove.
4451         (__fork): Don't define to __fork_internal.
4452         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4453         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4454         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4455         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4456         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4457
4458 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4459
4460         * po/hr.po: New file.
4461
4462 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4463
4464         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4465         Reported by Michael Meissner <meissner@redhat.com>.
4466
4467 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4468
4469         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4470         Patch by Hans Boehm <hans_boehm@hp.com>.
4471
4472 2002-06-20  Andreas Jaeger  <aj@suse.de>
4473
4474         * math/libm-test.inc: Use exact values as input parameters,
4475         compute output parameters with 36 digits for 128-bit long doubles.
4476         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4477         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4478         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4479
4480 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4481
4482         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4483         argument or result is subnormal.
4484
4485 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4486
4487         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4488         quotient.
4489         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4490         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4491
4492         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4493
4494 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4495
4496         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4497         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4498         Reported by Peter A. Buhr.
4499
4500 2002-06-15  Roland McGrath  <roland@frob.com>
4501
4502         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4503         warning.
4504
4505         * sysdeps/mach/hurd/getcwd.c
4506         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4507
4508         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4509         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4510
4511         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4512         jump to local subroutine.
4513
4514 2002-06-14  Roland McGrath  <roland@frob.com>
4515
4516         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4517         * sysdeps/mach/hurd/Makeconfig: ... here.
4518
4519 2002-06-13  Andreas Schwab  <schwab@suse.de>
4520
4521         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4522         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4523         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4524
4525 2002-06-13  Roland McGrath  <roland@frob.com>
4526
4527         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4528         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4529         Use intptr_t instead of int for argc in stack layout.
4530         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4531         (_dl_init_first): Likewise.
4532         (_hurd_stack_setup): Likewise.
4533         (init1): Add a cast.
4534         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4535
4536         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4537         argument to pfinet_siocgifconf RPC.
4538
4539 2002-06-13  Andreas Schwab  <schwab@suse.de>
4540
4541         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4542         expansion order.
4543
4544 2002-06-12  Roland McGrath  <roland@frob.com>
4545
4546         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4547         if already defined.
4548         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4549         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4550
4551 2002-06-11  Roland McGrath  <roland@frob.com>
4552
4553         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4554         file on [!RTLD_STAT64].
4555         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4556
4557         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4558         (__fdopen): Use INTUSE.
4559         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4560
4561         * stdio-common/tmpfile64.c: File removed.
4562         * sysdeps/generic/tmpfile64.c: New file.
4563         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4564         if not already defined.
4565         (tmpfile): Use it in place of __GT_FILE.
4566
4567         * include/unistd.h: Declare __chown_internal.
4568
4569         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4570         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4571
4572 2002-06-09  Roland McGrath  <roland@frob.com>
4573
4574         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4575         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4576         value of HURD_INTERFACE_VERSION >= 20020609.
4577         * sysdeps/mach/hurd/configure: Regenerated.
4578         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4579         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4580         convert a struct stat64 into a struct stat and return 0 or -1
4581         with errno set to EOVERFLOW.
4582         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4583         for struct statfs64 to struct statfs.
4584         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4585         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4586         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4587         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4588         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4589         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4590         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4591         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4592         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4593         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4594         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4595         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4596         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4597         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4598         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4599         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4600         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4601         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4602         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4603         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4604         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4605         Use struct stat64 for io_stat argument.
4606         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4607         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4608         to io_seek.
4609         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4610         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4611         * hurd/hurd/fd.h: Update decls.
4612         * sysdeps/mach/hurd/getcwd.c
4613         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4614         and struct dirent64.
4615         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4616         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4617         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4618         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4619
4620 2002-06-08  Roland McGrath  <roland@frob.com>
4621
4622         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4623         instead of unsigned long int for __allocation and __size members.
4624
4625 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4626
4627         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4628         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4629         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4630         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4631
4632 2002-06-07  Roland McGrath  <roland@frob.com>
4633
4634         * sysdeps/mach/hurd/bits/environments.h: File removed.
4635
4636 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4637
4638         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4639         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4640         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4641         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4642         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4643         (sendfile64): Likewise.
4644         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4645         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4646         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4647         Likewise.
4648         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4649
4650         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4651         already defined.
4652
4653 2002-06-04  Bruno Haible  <bruno@clisp.org>
4654
4655         * sysdeps/cris/stackinfo.h: New file.
4656
4657         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4658         to an integer type before performing bit operations on it.
4659
4660 2002-06-05  Roland McGrath  <roland@frob.com>
4661
4662         * sysdeps/generic/sendfile.c: Include <errno.h>.
4663         * sysdeps/generic/sendfile64.c: Likewise.
4664
4665         * io/Makefile (routines): Add sendfile and sendfile64.
4666         (headers): Add sys/sendfile.h to the list.
4667         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4668         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4669         * io/sys/sendfile.h: ... here.
4670         * sysdeps/generic/sendfile.c: New file.
4671         * sysdeps/generic/sendfile64.c: New file.
4672
4673         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4674         Move sendfile, sendfile64 to ...
4675         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4676         * sysdeps/mach/hurd/sendfile.c: New file.
4677         * sysdeps/mach/hurd/sendfile64.c: New file.
4678
4679         * sysdeps/mach/nanosleep.c: New file.
4680
4681 2002-06-04  Roland McGrath  <roland@frob.com>
4682
4683         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
4684         * sysdeps/alpha/elf/configure: New file (generated).
4685
4686 2002-06-02  Roland McGrath  <roland@frob.com>
4687
4688         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4689
4690 2002-06-01  Roland McGrath  <roland@frob.com>
4691
4692         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4693         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4694
4695 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4696
4697         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4698         Add nsmap.
4699         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4700         Remove nstimes setting.
4701         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4702         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4703         there is mix of IPv6 and IPv4 nameservers.
4704         Use nsmap array to find free slots and preserve nameserver ordering.
4705         Fix RES_ROTATE.
4706
4707 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4708
4709         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4710         use this header with LFS.
4711
4712         * po/sk.po: Update from translation team.
4713
4714 2002-05-28  Andreas Schwab  <schwab@suse.de>
4715
4716         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4717         message when finding object of wrong class.
4718
4719 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4720
4721         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4722         Patch by <radu@netsoft.ro>.
4723
4724 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4725
4726         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4727         Add readahead.
4728         * sysdeps/unix/sysv/linux/readahead.c: New file.
4729         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4730         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4731         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4732         Add sendfile64 alias to sendfile syscall.
4733         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4734         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4735         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4736         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4737         syscall.
4738
4739         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4740         special section for PIC register loading.
4741         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4742
4743         * config.h.in: Define HAVE_HIDDEN.
4744         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4745
4746         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4747
4748 2002-05-28  Roland McGrath  <roland@frob.com>
4749
4750         * sysdeps/mach/alpha/setfpucw.c: New file.
4751
4752 2002-05-26  Roland McGrath  <roland@frob.com>
4753
4754         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4755         Use integer_t instead of int for IOC_VOID case.
4756
4757 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4758
4759         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4760
4761 2002-05-26  Bruno Haible  <bruno@clisp.org>
4762
4763         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4764         end of the ISO-8859-7 from idx table.
4765
4766 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4767
4768         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4769
4770 2002-05-24  David S. Miller  <davem@redhat.com>
4771
4772         * string/bits/string2.h (memset): Do not try to optimize when
4773         not _STRING_ARCH_unaligned if GCC will do the right thing.
4774
4775 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4776
4777         * posix/regex.c: Define `inline' as a macro into nothing for the
4778         compilers which lack the keyword.
4779         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4780         for the compatibility of gawk.
4781         * posix/regcomp.c: Add fake implementation of isblank() for the
4782         environments which lack the function.
4783         Don't use free_charset() in case of non-i18n envs.
4784         (build_range_exp): Don't use i18n related code in case of non-i18n
4785         envs.
4786         (build_collating_symbol): Likewise.
4787         (build_equiv_class): Likewise.
4788         (build_charclass): Likewise.
4789         (re_compile_fastmap_iter): Likewise.
4790         (parse_bracket_exp): Likewise.
4791         (build_word_op): Likewise.
4792         (regfree): Don't use free_charset() in case of non-i18n envs.
4793         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4794         re_token_type_t in case of non-i18n envs.
4795         Don't define re_charset_t in case of non-i18n envs.
4796         Change the type of wcs of re_string_t from wchar_t to wint_t,
4797         since we store also WEOF.
4798         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4799         the type of wcs of re_string_t from wchar_t to wint_t.
4800         (re_string_reconstruct): Likewise.
4801         (create_ci_newstate): Don't use i18n related code in case of
4802         non-i18n envs.
4803         (create_cd_newstate): Likewise.
4804
4805 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4806
4807         * iconv/loop.c: Fix typo.
4808
4809 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4810
4811         * inet/ether_line.c (ether_line): Fix a typo causing only
4812         lower 4 bits of each ethernet address byte being assigned.
4813         Don't modify what line points to.
4814         * inet/tst-ether_aton.c (main): Add ether_line tests.
4815
4816 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4817
4818         * manual/filesys.texi: Don't make readlink example leak memory
4819         when readlink fails.
4820
4821 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4822
4823         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4824         some more security checks.
4825
4826 2002-05-17  David S. Miller  <davem@redhat.com>
4827
4828         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4829
4830 2002-05-16  David S. Miller  <davem@redhat.com>
4831
4832         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4833         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4834         (elf_machine_load_address): Likewise.
4835         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4836
4837         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4838         is unaligned, do not forget to fully initialize %g1 magic value.
4839
4840         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4841         register definitions and provide 32-bit variants of structures
4842         during 64-bit builds.
4843
4844         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4845         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4846         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4847         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4848         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4849         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4850         Do not clear implicit one bit here, it must be done post-rounding.
4851         Only pad to the left using left shift if value uses less than the
4852         available fractional bits.
4853
4854 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4855
4856         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4857         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4858         (shared-only-routines): Likewise.
4859         * sysdeps/powerpc/libgcc-compat.c: New file.
4860         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4861         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4862         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4863         * sysdeps/wordsize-32/shdi3.c: Removed.
4864
4865 2002-05-16  Bruno Haible  <bruno@clisp.org>
4866
4867         * MakeTAGS (libc.pot): Don't sort the output.
4868         * po/header.pot: Update to match xgettext 0.11 output.
4869
4870 2002-05-16  Bruno Haible  <bruno@clisp.org>
4871
4872         * MakeTAGS (subdirs): Remove duplicates.
4873
4874 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4875
4876         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4877         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4878         alias.
4879
4880 2002-05-19  Andreas Jaeger  <aj@suse.de>
4881
4882         * sysdeps/unix/sysv/linux/configure.in: Warn against an
4883         installation in /usr/local.
4884
4885 2002-05-16  Bruno Haible  <bruno@clisp.org>
4886
4887         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4888         string as argument of #error.
4889
4890 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4891
4892         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4893         don't define static.  Remove old __realpath function.  TC1 of
4894         POSIX 2001 will allow the second parameter to be NULL.
4895         * stdlib/test-canon.c: Comment out test for NULL as second
4896         parameter of realpath.
4897
4898         * time/offtime.c (__offtime): Set errno if overflow is detected.
4899
4900         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4901         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4902         dl-brk and dl-sbrk.
4903
4904         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4905         (fdimf): Likewise.
4906
4907 2002-05-15  Roland McGrath  <roland@frob.com>
4908
4909         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4910
4911 2002-05-12  Bruno Haible  <bruno@clisp.org>
4912
4913         * iconvdata/testdata/EUC-JISX0213: New file.
4914         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4915         * iconvdata/testdata/SHIFT_JISX0213: New file.
4916         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4917         * iconvdata/testdata/ISO-2022-JP-3: New file.
4918         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4919         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4920         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4921         contains comments indicating precomposed characters.
4922
4923 2002-04-21  Bruno Haible  <bruno@clisp.org>
4924
4925         * iconvdata/iso-2022-jp-3.c: New file.
4926         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4927         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4928         (LDFLAGS-ISO-2022-JP-3.so): New variable.
4929         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4930         (distribute): Add iso-2022-jp-3.c.
4931
4932 2002-05-12  Bruno Haible  <bruno@clisp.org>
4933
4934         * iconvdata/tst-table-to.c (main): Restore handling of
4935         transliterations, broken by last patch.
4936
4937 2002-05-12  Bruno Haible  <bruno@clisp.org>
4938
4939         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4940
4941 2002-05-12  Bruno Haible  <bruno@clisp.org>
4942
4943         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4944         when there is not enough room in the output buffer.
4945         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4946
4947 2002-04-20  Bruno Haible  <bruno@clisp.org>
4948
4949         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4950         macros.
4951         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4952         Also make this macro work if FROM_DIRECTION evaluates to 0.
4953         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4954         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4955         of consume_incomplete.
4956         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4957         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4958         4, not 8.
4959         * iconvdata/cp1258.c: Likewise.
4960         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4961         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4962         not 2.
4963         * iconvdata/ibm933.c: Likewise.
4964         * iconvdata/ibm935.c: Likewise.
4965         * iconvdata/ibm937.c: Likewise.
4966         * iconvdata/ibm939.c: Likewise.
4967         * iconvdata/iso-2022-cn.c: Define
4968         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4969         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4970         * iconvdata/iso-2022-cn-ext.c: Likewise.
4971         * iconvdata/iso-2022-jp.c: Define
4972         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4973         {MIN,MAX}_NEEDED_{FROM,TO}.
4974         * iconvdata/tcvn5712-1.c: Define
4975         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4976         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
4977         * iconvdata/euc-jisx0213.c: Define
4978         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4979         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
4980         * iconvdata/shift_jisx0213.c: Likewise.
4981
4982 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4983
4984         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
4985         shdi3, fixdfdi, fixsfdi in csu dir.
4986         (shared-only-routines): Likewise.
4987         * sysdeps/wordsize-32/cmpdi2.c: New file.
4988         * sysdeps/wordsize-32/shdi3.c: New file.
4989         * sysdeps/wordsize-32/fixdfdi.c: New file.
4990         * sysdeps/wordsize-32/fixsfdi.c: New file.
4991         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
4992         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
4993         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
4994
4995         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
4996         Only use va_arg if the argument will be used [PR libc/3259].
4997
4998 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
4999
5000         * catgets/catgets.c (catopen): Free buffer if internal catalog
5001         open fails.
5002
5003 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5004
5005         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5006         non-buffering methods.
5007         * debug/pcprofiledump.c: Implement -u option.
5008         Patch by Roger Luethi <rl@hellgate.ch>.
5009
5010 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5011
5012         * include/netinet/in.h (bindresvport_internal): Add prototype.
5013         * include/rpc/auth.h  (authunix_create_internal,
5014         authunix_create_default_internal, authnone_create_internal,
5015         authdes_pk_create_internal): Add prototypes.
5016         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5017         clntudp_create_internal, clntudp_bufcreate_internal,
5018         clntunix_create_internal): Add prototypes.
5019         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5020         svc_getreq_internal, svc_getreq_common_internal,
5021         svc_getreqset_internal, svc_getreq_poll_internal,
5022         svc_register_internal, svc_unregister_internal,
5023         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5024         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5025         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5026         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5027         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5028         * inet/rcmd.c (rcmd_af): Use __listen.
5029         (rresvport_af): Use __bind.
5030         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5031         authunix_create, authunix_create_default, authnone_create,
5032         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5033         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5034         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5035         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5036         _authenticate, add INTDEF after such function definitions.
5037         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5038         __setsockopt, __getsockname instead of non-__ variants.
5039         * sunrpc/pmap_rmt.c: Likewise.
5040         * sunrpc/rtime.c: Likewise.
5041         * sunrpc/svc_udp.c: Likewise.
5042         * sunrpc/clnt_unix.c: Likewise.
5043         * sunrpc/svc_unix.c: Likewise.
5044         * sunrpc/bindrsvprt.c: Likewise.
5045         * sunrpc/svc_tcp.c: Likewise.
5046         * sunrpc/auth_none.c: Likewise.
5047         * sunrpc/clnt_raw.c: Likewise.
5048         * sunrpc/clnt_tcp.c: Likewise.
5049         * sunrpc/auth_unix.c: Likewise.
5050         * sunrpc/key_call.c: Likewise.
5051         * sunrpc/clnt_gen.c: Likewise.
5052         * sunrpc/pm_getmaps.c: Likewise.
5053         * sunrpc/clnt_simp.c: Likewise.
5054         * sunrpc/pmap_clnt.c: Likewise.
5055         * sunrpc/svc_run.c: Likewise.
5056         * sunrpc/svc.c: Likewise.
5057         * sunrpc/svc_simple.c: Likewise.
5058         * sunrpc/pm_getport.c: Likewise.
5059         * sunrpc/auth_des.c: Likewise.
5060         * sunrpc/svc_auth.c: Likewise.
5061         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5062         __register_frame_info_table_bases, __deregister_frame_info_bases):
5063         Add INTDEF.
5064         (__register_frame_info_bases_internal,
5065         __register_frame_info_table_bases_internal,
5066         __deregister_frame_info_bases_internal): Add prototypes.
5067         (__register_frame_info, __register_frame): Use INTUSE in call to
5068         __register_frame_info_bases.
5069         (__register_frame_info_table): Similarly.
5070         (__deregister_frame_info, __deregister_frame): Similarly.
5071         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5072         sendto as weak alias.
5073         * sysdeps/mach/hurd/sendto.c: Likewise.
5074         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5075         recvfrom as weak alias.
5076         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5077         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5078         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5079         recvmsg as weak alias.
5080         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5081         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5082         sendmsg as weak alias.
5083         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5084         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5085         setsockopt, add setsockopt as weak alias.
5086         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5087         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5088         weak alias.
5089         * sysdeps/mach/hurd/bind.c: Likewise.
5090         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5091         as weak alias.
5092         * sysdeps/mach/hurd/listen.c: Likewise.
5093         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5094         getsockname, add getsockname as weak alias.
5095         * sysdeps/mach/hurd/getsockname.c: Likewise.
5096         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5097         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5098         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5099         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5100         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5101         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5102         Add aliases.
5103         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5104         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5105         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5106         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5107         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5108         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5109         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5110         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5111         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5112         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5113         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5114         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5115
5116 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5117
5118         * locale/programs/localedef.h (show_archive_content): Add verbose
5119         argument.
5120         * locale/programs/localedef.c (main): Adjust caller.
5121         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5122         types.
5123         (nameentcmp, dataentcmp): New functions.
5124         (xstrcmp): Remove.
5125         (show_archive_content): Print verbose listing with --list-archive -v.
5126
5127 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5128
5129         * locale/programs/locarchive.c (open_archive): Take extra argument
5130         readonly.  If true open file with O_RDONLY and don't create the
5131         archive if it doesn't exist.
5132         Adapt all callers.
5133         (close_archive): Don't do anything if fd element is -1.
5134         * locale/programs/localedef.h (open_archive): Adjust prototype.
5135         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5136         call.
5137
5138         * malloc/malloc.c (__posix_memalign): Correct check for size of
5139         alignment value [PR libc/3444].
5140
5141         * include/stdio.h: Remove references to old stdio implementation.
5142
5143         * libio/Makefile (bug-ungetwc2-ENV): Define.
5144
5145 2002-05-13  Roland McGrath  <roland@frob.com>
5146
5147         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5148
5149         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5150
5151 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5152
5153         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5154         Allocate three, not two, more than LEN when appending '/.'.
5155         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5156         if NAME ends with '/.' if it is shorter than 2 chars.
5157
5158 2002-05-12  Roland McGrath  <roland@frob.com>
5159
5160         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5161         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5162
5163         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5164         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5165
5166 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5167
5168         * sysdeps/ia64/Makefile: Remove extra endif.
5169         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5170
5171 2002-05-10  Andreas Schwab  <schwab@suse.de>
5172
5173         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5174
5175 2002-05-09  Andreas Jaeger  <aj@suse.de>
5176
5177         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5178         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5179         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5180
5181         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5182         * sysdeps/wordsize-64/glob.c: ...here.
5183         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5184         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5185         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5186
5187 2002-05-08  Roland McGrath  <roland@frob.com>
5188
5189         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5190         O_NOTRANS flag in "." lookup.
5191
5192 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5193
5194         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5195
5196 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5197
5198         * locale/duplocale.c (__duplocale): Update special members only
5199         when allocation succeeded.
5200
5201 2002-05-03  Roland McGrath  <roland@frob.com>
5202
5203         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5204         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5205
5206 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5207
5208         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5209         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5210         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5211         * sysdeps/ia64/ia64libgcc.S: New file.
5212
5213 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5214
5215         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5216
5217         * malloc/memusage.c: Distinguish anonymous mmap.
5218
5219 2002-05-01  Roland McGrath  <roland@frob.com>
5220
5221         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5222         and use INTDEF on it.
5223         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5224
5225         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5226
5227         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5228
5229 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5230
5231         * malloc/memusage.c: Add support for tracking mmap & friends.
5232         * malloc/memusage.sh: Implement -m/--mmap option.
5233
5234 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5235
5236         * locale/programs/locarchive.c (create_archive): Add archivefname
5237         argument, create fname from it.
5238         (enlarge_archive): Honour output_prefix.
5239         (open_archive): Likewise.
5240
5241 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5242
5243         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5244         too many stpcpy macros.
5245
5246 2002-04-26  Bruno Haible  <bruno@clisp.org>
5247
5248         * locale/programs/ld-collate.c (collate_read): Cast first argument
5249         for "%.*s" to int.
5250
5251 2002-04-26  Bruno Haible  <bruno@clisp.org>
5252
5253         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5254         __dcngettext_internal): New declarations.
5255         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5256         attribute declarations.
5257
5258 2002-04-30  Roland McGrath  <roland@frob.com>
5259
5260         Removed old GNU stdio implementation; GNU libio is now the only option.
5261         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5262         Define USE_IN_LIBIO unconditionally.
5263         * configure: Regenerated.
5264         * Makeconfig (stdio): Set to libio by default.
5265         * config.make.in (stdio): Variable removed.
5266         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5267         * sysdeps/unix/sysv/linux/configure: Regenerated.
5268         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5269         * sysdeps/mach/hurd/configure: Regenerated.
5270         * stdio/.cvsignore: File removed.
5271         * stdio/Makefile: File removed.
5272         * stdio/Versions: File removed.
5273         * stdio/__fbufsize.c: File removed.
5274         * stdio/__flbf.c: File removed.
5275         * stdio/__fpending.c: File removed.
5276         * stdio/__fpurge.c: File removed.
5277         * stdio/__freadable.c: File removed.
5278         * stdio/__freading.c: File removed.
5279         * stdio/__fsetlocking.c: File removed.
5280         * stdio/__fwritable.c: File removed.
5281         * stdio/__fwriting.c: File removed.
5282         * stdio/clearerr.c: File removed.
5283         * stdio/fclose.c: File removed.
5284         * stdio/fcloseall.c: File removed.
5285         * stdio/feof.c: File removed.
5286         * stdio/ferror.c: File removed.
5287         * stdio/fflush.c: File removed.
5288         * stdio/fgetc.c: File removed.
5289         * stdio/fgetpos.c: File removed.
5290         * stdio/fgets.c: File removed.
5291         * stdio/fileno.c: File removed.
5292         * stdio/fmemopen.c: File removed.
5293         * stdio/fopen.c: File removed.
5294         * stdio/fopncook.c: File removed.
5295         * stdio/fputc.c: File removed.
5296         * stdio/fputs.c: File removed.
5297         * stdio/fread.c: File removed.
5298         * stdio/freopen.c: File removed.
5299         * stdio/fseek.c: File removed.
5300         * stdio/fsetpos.c: File removed.
5301         * stdio/ftell.c: File removed.
5302         * stdio/fwrite.c: File removed.
5303         * stdio/getc.c: File removed.
5304         * stdio/getchar.c: File removed.
5305         * stdio/getdelim.c: File removed.
5306         * stdio/gets.c: File removed.
5307         * stdio/glue.c: File removed.
5308         * stdio/internals.c: File removed.
5309         * stdio/linewrap.c: File removed.
5310         * stdio/linewrap.h: File removed.
5311         * stdio/memstream.c: File removed.
5312         * stdio/newstream.c: File removed.
5313         * stdio/obstream.c: File removed.
5314         * stdio/putc.c: File removed.
5315         * stdio/putchar.c: File removed.
5316         * stdio/puts.c: File removed.
5317         * stdio/rewind.c: File removed.
5318         * stdio/setbuf.c: File removed.
5319         * stdio/setbuffer.c: File removed.
5320         * stdio/setlinebuf.c: File removed.
5321         * stdio/setvbuf.c: File removed.
5322         * stdio/stdio.h: File removed.
5323         * stdio/ungetc.c: File removed.
5324         * stdio/vasprintf.c: File removed.
5325         * stdio/vscanf.c: File removed.
5326         * stdio/vsnprintf.c: File removed.
5327         * stdio/vsprintf.c: File removed.
5328         * stdio/vsscanf.c: File removed.
5329         * sysdeps/generic/defs.c: File removed.
5330         * sysdeps/generic/fdopen.c: File removed.
5331         * sysdeps/generic/pipestream.c: File removed.
5332         * sysdeps/generic/stdio_init.c: File removed.
5333         * sysdeps/generic/sysd-stdio.c: File removed.
5334         * sysdeps/generic/vdprintf.c: File removed.
5335         * sysdeps/mach/hurd/defs.c: File removed.
5336         * sysdeps/mach/hurd/fdopen.c: File removed.
5337         * sysdeps/mach/hurd/pipestream.c: File removed.
5338         * sysdeps/mach/hurd/stdio_init.c: File removed.
5339         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5340         * sysdeps/mach/hurd/vdprintf.c: File removed.
5341         * sysdeps/posix/defs.c: File removed.
5342         * sysdeps/posix/fdopen.c: File removed.
5343         * sysdeps/posix/pipestream.c: File removed.
5344         * sysdeps/posix/stdio_init.c: File removed.
5345         * sysdeps/posix/vdprintf.c: File removed.
5346         * sysdeps/unix/pipestream.c: File removed.
5347         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5348         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5349         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5350
5351 2002-04-29  Roland McGrath  <roland@frob.com>
5352
5353         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5354
5355 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5356
5357         * sysdeps/generic/tls.h: Describe what must be defined.
5358
5359         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5360         glob_in_dir [PR libc/3385].
5361         * posix/globtest.sh: Add test case.
5362
5363         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5364         //TRANSLIT twice.
5365
5366 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5367
5368         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5369         _internal symbol handling.
5370         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5371
5372 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5373
5374         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5375         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5376
5377 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5378
5379         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5380         not _LIBC and RE_ENABLE_I18N.
5381         (build_range_exp): Implement for not _LIBC.
5382         (build_collating_symbol): Likewise.
5383         (parse_bracket_exp): Unify redundant error handlings.
5384         Don't erase mbcset for non matching list in multibyte envs.
5385         (build_word_op): Add '_' to matching list for \w operator.
5386         * posix/regex_internal.c (re_string_construct): Invoke
5387         build_upper_buffer in case of not RE_ENABLE_I18N.
5388         (re_string_reconstruct): Don't touch cur_state in case of not
5389         RE_ENABLE_I18N.
5390         * posix/regex_internal.h (attribute_hidden): New macro in case of
5391         not _LIBC.
5392         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5393         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5394         RE_ENABLE_I18N.
5395         (transit_state_mb): Likewise.
5396         (check_node_accept_bytes): Implement the code evaluating range
5397         expression in case of not _LIBC.
5398         (find_collation_sequence_value): Hide in case of not _LIBC.
5399
5400 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5401
5402         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5403         i386/semctl.c.
5404         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5405         be used.
5406
5407 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5408
5409         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5410
5411         * sysdeps/ia64/strncpy.S: Fix recovery code.
5412         Patch by David Mosberger <davidm@hpl.hp.com>.
5413
5414 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5415
5416         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5417         GLIBC_2.2.6.
5418
5419 2002-04-14  Bruno Haible  <bruno@clisp.org>
5420
5421         * posix/regex.c (re_max_failures): Add back symbol for binary
5422         compatibility.
5423
5424 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5425
5426         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5427         of buffer building functions.
5428         * posix/regex_internal.c (re_string_allocate): New function.
5429         (re_string_realloc_buffers): New function.
5430         (re_string_skip_chars): New function.
5431         (re_string_reconstruct): New function.
5432         (re_string_construct): Adapt it to new interface of buffer building
5433         functions.
5434         (re_string_construct_common): Likewise.
5435         (build_wcs_buffer): Likewise.
5436         (build_wcs_upper_buffer): Likewise.
5437         (build_upper_buffer): Likewise.
5438         (re_string_translate_buffer): Likewise.
5439         (re_string_context_at): Adapt it to variable length buffers.
5440         * posix/regex_internal.h (re_string_t): Add new fields to handle
5441         variable length buffers.
5442         (re_match_context_t): Likewise.
5443         * posix/regexec.c (re_search_internal): Adapt it to new interface
5444         of re_string_t and re_match_context_t.
5445         (acquire_init_state_context): Likewise.
5446         (check_matching): Likewise.
5447         (check_halt_state_context): Likewise.
5448         (proceed_next_node): Likewise.
5449         (set_regs): Likewise.
5450         (sift_states_backward): Likewise.
5451         (clean_state_log_if_need): Likewise.
5452         (sift_states_iter_mb): Likewise.
5453         (sift_states_iter_bkref): Likewise.
5454         (add_epsilon_backreference): Likewise.
5455         (transit_state): Likewise.
5456         (transit_state_sb): Likewise.
5457         (transit_state_mb): Likewise.
5458         (transit_state_bkref): Likewise.
5459         (transit_state_bkref_loop): Likewise.
5460         (check_node_accept): Likewise.
5461         (match_ctx_init): Likewise.
5462         (extend_buffers): New function.
5463
5464 2002-04-21  Bruno Haible  <bruno@clisp.org>
5465
5466         * iconvdata/tst-table.sh: For the second check, use the truncated
5467         GB18030 charmap table, like for the first check.
5468
5469 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5470
5471         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5472         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5473
5474 2002-04-23  H.J. Lu  <hjl@gnu.org>
5475
5476         * include/math.h (isfinite): Fix a typo.
5477
5478 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5479
5480         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5481         which is created by the test suite.
5482
5483 2002-04-20  Bruno Haible  <bruno@clisp.org>
5484
5485         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5486         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5487
5488 2002-04-20  Bruno Haible  <bruno@clisp.org>
5489
5490         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5491         to avoid gcc warning.
5492
5493 2002-04-20  Bruno Haible  <bruno@clisp.org>
5494
5495         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5496         of data->__statep->__count.
5497
5498 2002-04-20  Bruno Haible  <bruno@clisp.org>
5499
5500         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5501         tag characters.
5502         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5503
5504 2002-04-24  Roland McGrath  <roland@frob.com>
5505
5506         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5507         use END macro instead of our own .end directive.
5508         Use `callsys' insn mnemonic instead of `call_pal'.
5509
5510         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5511
5512         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5513         macro; we need this for Hurd.
5514
5515         Log entry was missing for 2002/03/24 commit of rev 1.8,
5516         goes with 2002-03-17 changes.
5517         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5518         (sysdep_routines): Append ioperm here.
5519         (sysdep_headers): Append sys/io.h here.
5520
5521 2002-04-23  Roland McGrath  <roland@frob.com>
5522
5523         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5524         * sysdeps/mach/hurd/sendto.c: Likewise.
5525         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5526         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5527         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5528
5529 2002-04-22  Roland McGrath  <roland@frob.com>
5530
5531         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5532         failure from i386_io_perm_* RPCs to ENOSYS.
5533
5534 2002-04-22  Andreas Jaeger  <aj@suse.de>
5535
5536         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5537
5538         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5539
5540         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5541         register instead of destroying %rbx.
5542
5543 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5544
5545         * string/string.h: Declare strerror_r also for XPG6.
5546
5547 2002-04-19  Roland McGrath  <roland@frob.com>
5548
5549         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5550
5551 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5552
5553         * Makefile: Add handling of xtests and xcheck targets.
5554         * MakeTAGS: Likewise.
5555         * Makeconfig: Likewise.
5556         * Makerules: Likewise.
5557         * Rules: Likewise.
5558         * manual/Makefile: Likewise.
5559         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5560         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5561
5562 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5563
5564         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5565         authnone_private_s.
5566         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5567         Delete #ifdef _RPC_THREAD_SAFE_ block.
5568         (authnone_private): Make a struct, not a pointer to struct.
5569         (authnone_private_guard): New once-control variable.
5570         (authnone_create_once): New function, split out of
5571         authnone_create.  No need to allocate memory.
5572         (authnone_create): Just call authnone_create_once via
5573         __libc_once, then return &authnone_private->no_client.
5574         (authnone_marshal): Access private data via CLIENT argument,
5575         not authnone_private pointer.
5576         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5577         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5578         authnone_private_s.
5579
5580 2002-04-12  H.J. Lu  <hjl@gnu.org>
5581
5582         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5583
5584 2002-04-18  Bruno Haible  <bruno@clisp.org>
5585
5586         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5587         FROM_DIRECTION): Make the FROM direction stateless.
5588         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5589         FROM_DIRECTION): Likewise.
5590
5591 2002-04-15  Bruno Haible  <bruno@clisp.org>
5592
5593         * iconvdata/JISX0213.TXT: New file.
5594         * iconvdata/jisx0213.h: New file.
5595         * iconvdata/jisx0213.c: New file.
5596         * iconvdata/euc-jisx0213.c: New file.
5597         * iconvdata/shift_jisx0213.c: New file.
5598         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5599         * iconvdata/EUC-JISX0213.precomposed: New file.
5600         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5601         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5602         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5603         which the "to" direction is stateful.
5604         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5605         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5606         SHIFT_JISX0213.
5607         (libJISX0213-routines): New variable.
5608         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5609         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5610         (LDFLAGS-libJISX0213.so): New variable.
5611         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5612         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5613         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5614
5615 2002-04-15  Bruno Haible  <bruno@clisp.org>
5616
5617         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5618         uint32_t.  Update to Unicode 3.2.
5619         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5620         (BODY for TO_LOOP): Handle the ASCII range specially.
5621         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5622         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5623         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5624
5625 2002-04-15  Bruno Haible  <bruno@clisp.org>
5626
5627         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5628         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5629
5630 2002-04-15  Bruno Haible  <bruno@clisp.org>
5631
5632         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5633         (ucs4_to_cns11643): Update.
5634         * iconvdata/cns11643.c: Update to Unicode 3.2.
5635         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5636         __cns11643_from_ucs4p2_tab): Regenerated.
5637         (__cns11643_from_ucs4p2c_tab): New array.
5638         * iconvdata/cvs11643l1.c: Update comments.
5639         * iconvdata/EUC-TW.irreversible: Remove two entries.
5640
5641 2002-04-15  Bruno Haible  <bruno@clisp.org>
5642
5643         * locale/C-translit.h.in: Update to Unicode 3.2.
5644         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5645         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5646
5647 2002-04-15  Bruno Haible  <bruno@clisp.org>
5648
5649         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5650         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5651
5652 2002-04-15  Bruno Haible  <bruno@clisp.org>
5653
5654         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5655         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5656         always one byte, not 0 bytes in some cases and 2 bytes in others.
5657
5658         * iconvdata/tst-table-from.c (main): Correct the usage message.
5659
5660 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5661
5662         * posix/regcomp.c (parse_expression): Fix incorrect error code.
5663         (parse_dup_op): Fix error handling like "a{}".
5664         (parse_bracket_exp): Add error handling.
5665         (fetch_number): Add error handling for "a{<very_large_number>}".
5666
5667 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5668
5669         * posix/regcomp.c (parse_bracket_symbol): Add error handling
5670         in case that the symbol name is too long.
5671         (build_charclass): Handle [:lower:]/[:uppper:] correctly
5672         in case of REG_ICASE.
5673
5674 2002-04-19  Andreas Jaeger  <aj@suse.de>
5675
5676         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5677         <hartvige@mips.com>.
5678
5679 2002-04-15  H.J. Lu  <hjl@gnu.org>
5680
5681         * include/math.h (__finitel_internal): Declare only if
5682         __NO_LONG_DOUBLE_MATH is not defined.
5683         (__isinfl_internal): Likewise.
5684         (__isnanl_internal): Likewise.
5685
5686         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5687         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5688         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5689         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5690         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5691         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5692         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5693
5694         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5695         __fcntl_internal.
5696
5697         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5698         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5699
5700 2002-04-15  Bruno Haible  <bruno@clisp.org>
5701
5702         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5703         (BODY for TO_LOOP): Likewise.
5704         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5705         * iconvdata/tst-table.sh: Add support for encodings which contain
5706         precomposed Unicode characters, known to the iconv converter in both
5707         directions but not listed in the charmap.
5708         * iconvdata/IBM856.irreversible: New file.
5709         * iconvdata/IBM922.irreversible: New file.
5710         * iconvdata/IBM1132.irreversible: New file.
5711         * iconvdata/IBM1133.irreversible: New file.
5712         * iconvdata/IBM1160.irreversible: New file.
5713         * iconvdata/IBM1161.irreversible: New file.
5714         * iconvdata/IBM1163.irreversible: New file.
5715         * iconvdata/IBM1164.irreversible: New file.
5716         * iconvdata/ARMSCII-8.irreversible: New file.
5717         * iconvdata/TCVN5712-1.precomposed: New file.
5718         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5719         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5720         ARMSCII-8, TCVN5712-1.
5721         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5722         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5723         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5724         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5725
5726 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5727
5728         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5729         for EVENING69.  Include offsets in TZ environment variable.
5730
5731 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5732
5733         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5734         avoid compiler warnings.
5735
5736         * locale/programs/localedef.c (main): Always call
5737         construct_output_path.
5738
5739         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5740
5741         * locale/programs/locfile.c (to_archive): New variable.  To collect
5742         data which has to be added to the locale archive.
5743         (write_all_categories): Take new third parameter with locale name.
5744         Unless no_archive flag set add new locale data to the archive
5745         (write_locale_data): Unless no-archive flag set store generated data
5746         in to_archive data structure instead of generation output file.
5747         Add new parameter with locale category index.
5748         * locale/programs/locfile.h: Add new parameters in declaractions of
5749         write_all_categories and write_locale_data.
5750         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5751         --add-to-archive, and --delete-from-archive options.  Pass extra
5752         parameter to write_all_categories.
5753         * locale/programs/localedef.h: Add prototypes for functions in
5754         locarchive.c.
5755         * locale/locarchive.h: New file.
5756         * locale/programs/locarchive.c: New file.
5757         * locale/Makefile (distribute): Add programs/locarchive.c and
5758         locarchive.h.
5759         (localedef-modules): Add md5 and locarchive.
5760         Add vpath to crypt subdir for md5.c.
5761
5762         * locale/programs/ld-address.c: Pass locale category ID as new second
5763         parameter to write_locale_data.
5764         * locale/programs/ld-collate.c: Likewise.
5765         * locale/programs/ld-ctype.c: Likewise.
5766         * locale/programs/ld-identification.c: Likewise.
5767         * locale/programs/ld-measurement.c: Likewise.
5768         * locale/programs/ld-messages.c: Likewise.
5769         * locale/programs/ld-monetary.c: Likewise.
5770         * locale/programs/ld-name.c: Likewise.
5771         * locale/programs/ld-numeric.c: Likewise.
5772         * locale/programs/ld-paper.c: Likewise.
5773         * locale/programs/ld-telephone.c: Likewise.
5774         * locale/programs/ld-time.c: Likewise.
5775
5776         * locale/simple-hash.c: Move compute_hashval function from here...
5777         * locale/hashval.h: ...to here.  New file.
5778         * locale/simple-hash.h: Add prototype for compute_hashval.
5779
5780         * include/libintl.h: Minor cleanups.
5781
5782 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5783
5784         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5785
5786 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5787
5788         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5789
5790 2002-04-14  Bruno Haible  <bruno@clisp.org>
5791
5792         * locale/programs/charmap.c (charmap_read): Don't access result if
5793         result == NULL.
5794
5795 2002-02-17  Andreas Schwab  <schwab@suse.de>
5796
5797         * elf/reldep7.c: New file.
5798         * elf/reldep7mod1.c: New file.
5799         * elf/reldep7mod2.c: New file.
5800         * elf/Makefile: Add rules to build and run reldep7.
5801
5802 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5803
5804         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5805         the end of the function.  Pass original flags to recursive call if
5806         add_dependency failed.
5807         (_dl_lookup_versioned_symbol): Likewise.
5808
5809 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5810
5811         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5812         early, but check whether it overflowed afterwards.
5813         * time/tst-mktime.c (main): Add new tests.
5814
5815 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5816
5817         * debug/xtrace.sh: Fix program name in help message.
5818         Patch by Roger Luethi <rl@hellgate.ch>.
5819
5820         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5821         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5822         NOT_IN_libc.
5823         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5824         * sysdeps/mach/hurd/lxstat.c: Likewise.
5825         * sysdeps/unix/common/lxstat.c: Likewise.
5826         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5827         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5828         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5829         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5830         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5831         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5832         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5833         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5834         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5835
5836         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5837         prototypes.  Add __mbrlen and __mbrtowc macros.
5838         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5839         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5840
5841         * include/unistd.h: Add prototype for __write_internal and add
5842         __libc_write macro is SHARED.
5843         * sysdeps/generic/write.c: Use INTDEF for __write.
5844         * sysdeps/mach/hurd/write.c: Likewise.
5845         * sysdeps/unix/sysv/aix/write.c: Likewise.
5846         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5847
5848         * assert/assert.c: Replace STR_N_SIZE with something usable in
5849         macro arguments.
5850         * assert/assert-perr.c: Likewise.
5851
5852         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5853         SA_LEN macro to use it if not NOT_IN_libc.
5854         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5855
5856         * include/fcntl.h: Declare __open_internal and define __open and
5857         __libc_open macros if not NOT_IN_libc.
5858         * sysdeps/generic/open.c: Use INTDEF for __open.
5859         * sysdeps/mach/hurd/open.c: Likewise.
5860         * sysdeps/unix/sysv/aix/open.c: Likewise.
5861         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5862
5863         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5864         has correct number.
5865
5866         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5867         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5868         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5869         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5870
5871         * include/wctype.h: Declare __iswalpha_l_internal,
5872         __iswdigit_l_internal, __iswspace_l_internal,
5873         __iswxdigit_l_internal, and __iswctype_internal.  Define
5874         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5875         __iswxdigit_l macros if not NOT_IN_libc.
5876         * wctype/iswctype.c: Use INTDEF for __iswctype.
5877         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5878
5879         * include/math.h: Declare __isinf_internal, __isinfl_internal,
5880         __isnan_internal, and __isnanl_internal.
5881         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5882         __isnan, and __isnanl.
5883         * stdio-common/printf_size.c: Likewise.
5884         * sysdeps/generic/printf_fphex.c: Likewise.
5885         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5886         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5887         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5888         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5889         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5890         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5891         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5892         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5893         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5894         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5895         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5896         * sysdeps/m68k/s_isinfl.c: Likewise.
5897         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5898         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5899
5900         * include/sys/time.h: Declare __gettimeofday_internal and define
5901         __gettimeofday macro if not NOT_IN_libc.
5902         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5903         * sysdeps/mach/gettimeofday.c: Likewise.
5904         * sysdeps/posix/gettimeofday.c: Likewise.
5905         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5906         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5907         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5908         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5909
5910         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5911         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5912         Remove __lstat and __fstat inline functions.
5913         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5914         * sysdeps/mach/hurd/fxstat.c: Likewise.
5915         * sysdeps/unix/fxstat.c: Likewise.
5916         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5917         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5918         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5919         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5920         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5921         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5922         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5923         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5924         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5925
5926         * include/unistd.h: Declare __getpid_internal and define
5927         __getpid macro if not NOT_IN_libc.
5928         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5929         * sysdeps/generic/getpid.c: Likewise.
5930         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5931         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5932
5933         * include/unistd.h: Declare __getpgid_internal and define
5934         __getpgid macro if not NOT_IN_libc.
5935         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5936         * sysdeps/mach/hurd/getpgid.c: Likewise.
5937         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5938         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5939         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5940         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5941
5942         * include/unistd.h: Declare __getpagesize_internal and define
5943         __getpagesize macro if not NOT_IN_libc.
5944         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5945         __getpagesize.
5946         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5947         * sysdeps/mach/getpagesize.c: Likewise.
5948         * sysdeps/posix/getpagesize.c: Likewise.
5949         * sysdeps/unix/getpagesize.c: Likewise.
5950         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5951         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5952         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5953         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5954
5955 2002-04-13  Andreas Jaeger  <aj@suse.de>
5956
5957         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5958         as clobber to reduce register pressure.
5959         (__strpbrk_cg): Likewise.
5960         (__mempcpy_by4): Likewise.
5961         (__strstr_cg): Likewise.
5962         Add prototype for __memrchr.
5963
5964 2002-04-13  Andreas Schwab  <schwab@suse.de>
5965
5966         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5967         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5968         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5969
5970 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
5971
5972         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
5973         check whether the caller prefers getting the most recent version of
5974         a symbol of the earliest version.
5975         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
5976         _dl_do_lookup to also take the new parameter and pass it on.
5977         Change 'explicit' parameter of _dl_lookup_symbol and
5978         _dl_lookup_versioned_symbol to flags.  Adjust tests.
5979         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
5980         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
5981         _dl_lookup_versioned_symbol.
5982         * elf/dl-reloc.c: Likewise.
5983         * elf/dl-runtime.c: Likewise.
5984         * elf/dl-sym.c: Likewise.
5985         * sysdeps/mips/dl-machine.h: Likewise.
5986
5987 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
5988
5989         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
5990         in a token.
5991         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
5992
5993 2002-04-10  Andreas Jaeger  <aj@suse.de>
5994
5995         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
5996
5997         * include/argz.h: Remove extra char from last patch.
5998
5999 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6000
6001         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6002         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6003         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6004         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6005         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6006         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6007         __chown_internal.
6008         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6009
6010         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6011         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6012         * intl/ngettext.c: Likewise.
6013
6014         * include/sys/socket.h: Declare __connect_internal and define
6015         __connect macro if not NOT_IN_libc.
6016         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6017         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6018         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6019
6020         * include/unistd.h: Declare __close_internal and define __close macro
6021         if not NOT_IN_libc.
6022         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6023         WJUMP3): Add extra parenthesis to avoid expanding element names with
6024         macors like __close.
6025         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6026
6027         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6028         if not NOT_IN_libc.
6029         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6030         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6031         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6032
6033         * include/unistd.h: Declare __fork_internal and define __fork macro
6034         if not NOT_IN_libc.
6035         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6036         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6037         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6038
6039         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6040         __fsetlocking macro to use it if not NOT_IN_libc.
6041         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6042
6043         * libio/__fbufsize.c: Correct copyright.
6044         * libio/__flbf.c: Likewise.
6045         * libio/__fpending.c: Likewise.
6046         * libio/__fpurge.c: Likewise.
6047         * libio/__freadable.c: Likewise.
6048         * libio/__freading.c: Likewise.
6049         * libio/__fsetlocking.c: Likewise.
6050         * libio/__fwritable.c: Likewise.
6051         * libio/__fwriting.c: Likewise.
6052
6053         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6054         macro to use it if not NOT_IN_libc.
6055         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6056
6057         * include/mntent.h: Declare __setmntent_internal,
6058         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6059         __getmntent_r, and __endmntent macros to use these functions if not
6060         NOT_IN_libc.
6061         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6062         __endmntent.
6063
6064         * include/math.h: Declare __finite_internal, __finitef_internal, and
6065         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6066         these functions.
6067         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6068         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6069         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6070         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6071         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6072         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6073         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6074         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6075         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6076         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6077
6078         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6079         to use this function if not NOT_IN_libc.
6080         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6081         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6082         * sysdeps/mach/hurd/fcntl.c: Likewise.
6083         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6084         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6085
6086         * include/argz.h: Declare __argz_count_internal and
6087         __argz_stringify_internal.
6088         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6089         __argz_stringify.
6090         * string/argz-count.c: Use INTDEF for __argz_count.
6091         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6092
6093         * include/stdlib.h: Declare __cxa_atexit_internal and define
6094         __cxa_atexit macro if not NOT_IN_libc.
6095         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6096         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6097
6098         * assert/assert.c: Use INTDEF for __assert_fail.
6099         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6100         * include/assert.h: Declare __assert_fail_internal.
6101
6102         * extra-lib.mk: Mark assignment to lib with override.
6103
6104 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6105
6106         * Makerules: Use cppflags-iterator.mk to add defines for all test
6107         source files.
6108
6109 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6110
6111         * elf/elf.h: Define R_SH_TLS_xxx macros.
6112         * elf/rtld.c: Remove an extra parenthesis.
6113         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6114         TLS_GD macros.
6115         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6116         * sysdeps/sh/dl-lookupcfg.h: New file.
6117         * sysdeps/sh/dl-tls.h: New file.
6118         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6119         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6120         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6121         R_SH_TLS_TPOFF32 relocations.
6122
6123 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6124
6125         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6126         of NOT_IN_LIBC.
6127         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6128         * include/stdlib.h: Likewise.
6129
6130 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6131
6132         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6133         instead of _RTLD_LOCAL.
6134         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6135         * include/unistd.h: Likewise.
6136         * sysdeps/generic/ldsodefs.h: Likewise.
6137
6138         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6139         if in libc or ld.so.
6140
6141 2002-04-08  Andreas Jaeger  <aj@suse.de>
6142
6143         * elf/cache.c (print_entry): Support x86-64.
6144
6145 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6146
6147         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6148         with one accessing the locale data structures directly.
6149         * stdio-common/printf-prs.c: Include localeinfo.h for new
6150         MB_CUR_MAX definition.
6151
6152         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6153         is the name of the source file without extension.
6154         * Makefile (distribute): Add cppflags-iterator.mk.
6155         * cppflags-iterator.mk: New file.
6156         * extra-lib.mk: For the sources of the library run
6157         cppflags-iterator.mk.
6158
6159         * include/libintl.h: Declare __dcgettext_internal and
6160         _libc_intl_domainname_internal.  Define __dcgettext using these
6161         two symbols if used in libc itself.
6162         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6163         _libc_intl_domainname_internal.
6164         * argp/argp-parse.c: Likewise.
6165         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6166         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6167         * intl/gettext.c: Likewise.
6168         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6169         alias.
6170         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6171         __dcgettext.
6172         * posix/regex_internal.c (gettext): Likewise.
6173
6174 2002-04-08  Andreas Jaeger  <aj@suse.de>
6175
6176         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6177
6178         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6179         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6180         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6181         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6182         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6183         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6184
6185 2002-04-08  Roland McGrath  <roland@frob.com>
6186
6187         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6188         widening __hurd_fail value.
6189
6190 2002-04-07  Roland McGrath  <roland@frob.com>
6191
6192         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6193         <mach/machine/alpha_instruction.h>.
6194         (_hurd_setup_sighandler): Take proper arguments for current decls.
6195         Update code to use _hurdsig_catch_fault.
6196         Use `callsys' instruction instead of `call_pal'.
6197         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6198
6199         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6200         (ALIGN, at, AT, fp): New macros.
6201
6202 2002-04-06  Roland McGrath  <roland@frob.com>
6203
6204         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6205
6206         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6207         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6208
6209         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6210         * sysdeps/mach/hurd/connect.c: Likewise.
6211         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6212         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6213
6214         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6215         __msg_sig_post RPC.
6216
6217         * hurd/catch-exc.c: Use integer_t instead of int.
6218         * hurd/hurdfault.c: Likewise.
6219
6220         * sysdeps/mach/hurd/alpha/exc2signal.c
6221         (_hurd_exception2signal): Rewritten.
6222         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6223         (_hurd_longjmp_thread_state): Rewritten.
6224
6225 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6226
6227         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6228         DB_LOOKUP_FCT prototype.
6229         * nss/getXXent_r.c: Likewise.
6230         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6231         * inet/getaliasname_r.c: Likewise.
6232         * inet/getnetbyad_r.c: Likewise.
6233         * inet/getnetbynm_r.c: Likewise.
6234         * inet/getnetent_r.c: Likewise.
6235         * inet/getproto_r.c: Likewise.
6236         * inet/getprtent_r.c: Likewise.
6237         * inet/getprtname_r.c: Likewise.
6238         * inet/getrpcbyname_r.c: Likewise.
6239         * inet/getrpcbynumber_r.c: Likewise.
6240         * inet/getrpcent_r.c: Likewise.
6241         * inet/getservent_r.c: Likewise.
6242         * inet/getsrvbynm_r.c: Likewise.
6243         * inet/getsrvbypt_r.c: Likewise.
6244         * shadow/getspent_r.c: Likewise.
6245         * shadow/getspnam_r.c: Likewise.
6246
6247         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6248
6249         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6250         Use i686-friendly PIC code.
6251         * sysdeps/i386/elf/setjmp.S: Likewise.
6252
6253         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6254
6255         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6256         list.
6257         * elf/Versions: Remove it here.
6258
6259 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6260
6261         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6262         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6263
6264 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6265
6266         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6267         test just before the test runs.
6268         * intl/tst-translit.sh: Likewise.
6269         * intl/tst-codeset.sh: Likewise.
6270
6271         * timezone/zic.c: Update from tzcode2002c.
6272         * timezone/asia: Update from tzdata2002c.
6273         * timezone/backward: Likewise.
6274         * timezone/europe: Likewise.
6275         * timezone/northamerica: Likewise.
6276         * timezone/northamerica: Likewise.
6277         * timezone/northamerica: Likewise.
6278         * timezone/southamerica: Likewise.
6279         * timezone/zone.tab: Likewise.
6280
6281 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6282
6283         * sysdeps/generic/brk.c (__curbrk): Declare.
6284         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6285         * sysdeps/generic/dl-sbrk.c: Likewise.
6286         * sysdeps/unix/arm/dl-brk.S: New file.
6287         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6288         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6289         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6290         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6291         * sysdeps/unix/i386/dl-brk.S: New file.
6292         * sysdeps/unix/mips/dl-brk.S: New file.
6293         * sysdeps/unix/sparc/dl-brk.S: New file.
6294         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6295         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6296         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6297         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6298
6299 2002-04-03  Andreas Schwab  <schwab@suse.de>
6300
6301         * Makefile (headers): Add gnu/lib-names.h here instead of
6302         install-others.
6303         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6304         installation rule.
6305         (install-headers): Add dependency on install-headers-nosubdir.
6306         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6307         instead of install-others.
6308         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6309         installation rule.
6310
6311 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6312
6313         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6314         Reported by Sam Roberts <sroberts@uniserve.com>.
6315
6316 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6317
6318         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6319         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6320         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6321         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6322
6323 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6324
6325         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6326         (RTLD_START): Ditto.
6327         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6328         dependency violation.
6329
6330 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6331
6332         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6333         all variable declarations.
6334
6335 2002-04-04  Andreas Schwab  <schwab@suse.de>
6336
6337         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6338
6339 2002-04-04  Andreas Jaeger  <aj@suse.de>
6340
6341         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6342         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6343
6344         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6345         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6346         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6347
6348         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6349
6350         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6351
6352         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6353         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6354
6355         * configure.in: Handle all mips entries the same.
6356
6357         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6358         * sysdeps/mips/mips3/*: Likewise.
6359         * sysdeps/mips/p40/bits/endian.h: Likewise.
6360
6361 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6362
6363         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6364         non-null result [PR libc/2600].
6365
6366         * misc/tst-dirname.c: Add more tests.
6367
6368 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6369
6370         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6371         define a code_set_name provide one based on the filename.
6372
6373         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6374
6375 2001-12-28  Andreas Jaeger  <aj@suse.de>
6376
6377         * time/mktime.c (__mktime_internal): Check for year < 70
6378         [PR libc/2738].
6379
6380 2002-04-03  Andreas Jaeger  <aj@suse.de>
6381
6382         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6383         shmat.
6384         Reported by Andi Kleen <ak@suse.de>.
6385
6386 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6387
6388         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6389         * sysdeps/generic/w_lgammaf.c: Likewise.
6390         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6391
6392         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6393         Adjust for new output format of the backtrace functions.
6394
6395         * misc/syslog.c (vsyslog): Only use cleanup handler if
6396         _LIBC_REENTRANT is defined [PR libc/2924].
6397
6398         * libio/Makefile (tests): Add bug-ungetwc2.
6399         * libio/bug-ungetwc2.c: New file.
6400
6401         * manual/install.texi: Typographical and grammatical cleanup.
6402         Patch by Dennis Grace <dgrace@us.ibm.com>.
6403
6404         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6405         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6406
6407         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6408         always "&".  Adjust callers.
6409         Add "_" prefix to several generated definitions.
6410         Patch by paul@serice.net [PR libc/3158].
6411
6412 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6413
6414         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6415         size of _dl_arm_cap_flags.
6416         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6417
6418         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6419         Define as 8.
6420
6421 2002-03-22  H.J. Lu  <hjl@gnu.org>
6422
6423         * scripts/firstversions.awk: Check the first version.
6424
6425 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6426
6427         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6428         dependencies must be stable to work correctly.
6429         Reported by martin.lubich@datacon.at.
6430
6431         * libio/bug-ungetwc1.c: New file.
6432         * libio/Makefile (tests): Add bug-ungetwc1.
6433
6434         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6435         if stream was last used for writing.
6436
6437         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6438         number [PR libc/3111].
6439
6440         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6441         to ...
6442         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6443
6444 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6445
6446         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6447         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6448         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6449         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6450         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6451
6452 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6453
6454         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6455         dynamic tags.
6456
6457 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6458
6459         * sysdeps/i386/fpu/s_fabs.S: New file.
6460         * sysdeps/i386/fpu/s_fabsf.S: New file.
6461         * sysdeps/i386/fpu/s_fabsl.S: New file.
6462         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6463         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6464         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6465
6466 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6467
6468         * rt/tst-shm.c (do_test): Add one more test for size of shared
6469         memory object.
6470
6471 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6472
6473         * malloc/malloc.c: Add short description and prototypes for
6474         malloc_get_state, malloc_set_state and posix_memalign, for
6475         consistency and to avoid warnings with -Wstrict-prototypes.
6476         Reported by Andreas Jaeger <aj@suse.de>.
6477
6478 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6479
6480         * po/gl.po: Update from translation team.
6481
6482 2002-03-31  Roland McGrath  <roland@frob.com>
6483
6484         * hurd/hurdselect.c (_hurd_select): Fix
6485         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6486         Use a union rather than casts to compare mach_msg_type_t as int.
6487
6488 2002-03-25  Roland McGrath  <roland@frob.com>
6489
6490         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6491         check off the end of NAME when it's shorter than 2 chars.
6492         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6493
6494 2002-03-17  Roland McGrath  <roland@frob.com>
6495
6496         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6497         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6498         * sysdeps/mach/hurd/i386/Dist: Add them.
6499         * sysdeps/mach/hurd/i386/Versions
6500         (libc: GLIBC_2.2.6): New set, add ioperm.
6501         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6502         (mach_interface_list): Check for mach_i386.defs.
6503         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6504         * sysdeps/mach/configure: Regenerated.
6505
6506 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6507
6508         * po/fr.po: Update from translation team.
6509
6510 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6511
6512         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6513         getpriority from syscalls list.
6514
6515 2002-03-28  Andreas Jaeger  <aj@suse.de>
6516
6517         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6518         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6519         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6520         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6521
6522 2002-03-27  Andreas Jaeger  <aj@suse.de>
6523
6524         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6525         sigcontext): Follow further kernel change.
6526
6527         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6528         kernel change.
6529
6530         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6531         Change for struct sigcontext change.
6532
6533         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6534         Follow changes in struct sigcontext.
6535
6536         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6537         sysycall, use wrapper instead.
6538
6539 2002-03-26  Andreas Jaeger  <aj@suse.de>
6540
6541         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6542         read and write accesses as detailed as possible.
6543         (__memcpy_by2): Likewise.
6544         (__memcpy_g): Likewise.
6545         (memmove): Likewise.
6546         (memcmp): Likewise.
6547         (__memset_ccn_by4): Likewise.
6548         (__memset_ccn_by2): Likewise.
6549         (__memset_gcn_by4): Likewise.
6550         (__memset_gcn_by2): Likewise.
6551         (memchr): Likewise.
6552         (__memrchr): Likewise.
6553         (rawmemchr): Likewise.
6554         (__strlen_g): Likewise.
6555         (__strcpy_g): Likewise.
6556         (__mempcpy_by4): Likewise.
6557         (__mempcpy_by2): Likewise.
6558         (__mempcpy_byn): Likewise.
6559         (__stpcpy_g): Likewise.
6560         (__strncpy_by4): Likewise.
6561         (__strncpy_by2): Likewise.
6562         (__strncpy_byn): Likewise.
6563         (__strncpy_gg): Likewise.
6564         (__strcat_c): Likewise.
6565         (__strcat_g): Likewise.
6566         (__strncat_g): Likewise.
6567         (__strcmp_gg): Likewise.
6568         (__strncmp_g): Likewise.
6569         (__strchr_c): Likewise.
6570         (__strchr_g): Likewise.
6571         (__strchrnul_c): Likewise.
6572         (__strchrnul_g): Likewise.
6573         (__strrchr_c): Likewise.
6574         (__strrchr_g): Likewise.
6575         (__strrchr_c): Likewise.
6576         (__strrchr_g): Likewise.
6577         (__strcspn_c1): Likewise.
6578         (__strcspn_cg): Likewise.
6579         (__strcspn_g): Likewise.
6580         (__strcspn_g): Likewise.
6581         (__strspn_c1): Likewise.
6582         (__strspn_cg): Likewise.
6583         (__strspn_g): Likewise.
6584         (__strspn_g): Likewise.
6585         (__strpbrk_cg): Likewise.
6586         (__strpbrk_g): Likewise.
6587         (__strstr_cg): Likewise.
6588         (__strstr_g): Likewise.
6589
6590         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6591         Michal Ludvig <mludvig@suse.cz>.
6592
6593         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6594         compatibilty, adjust for kernel changes.
6595
6596         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6597         sigcontext): Adjust for kernel changes.
6598
6599 2002-03-25  Andreas Jaeger  <aj@suse.de>
6600
6601         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6602         little endian.
6603         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6604
6605 2002-03-24  Andreas Jaeger  <aj@suse.de>
6606
6607         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6608
6609         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6610
6611         * iconv/tst-iconv3.c (main): Use correct printf strings.
6612
6613 2002-03-18  Roland McGrath  <roland@frob.com>
6614
6615         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6616         (CMGROUP_MAX): New macro.
6617
6618 2002-03-23  Roland McGrath  <roland@frob.com>
6619
6620         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6621         * sysdeps/posix/shm_unlink.c: Likewise.
6622
6623 2002-03-22  Roland McGrath  <roland@frob.com>
6624
6625         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6626         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6627         under --enable-libio.
6628         * sysdeps/mach/hurd/configure: Regenerated.
6629
6630 2002-03-23  Roland McGrath  <roland@frob.com>
6631
6632         * sysdeps/mach/hurd/i386/Makefile
6633         (sysdep_routines, shared-only-routines): Don't add framestate,
6634         reverting 2001-10-02 change.
6635         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6636         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6637         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6638         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6639         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6640         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6641         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6642         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6643         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6644         Do it here instead, only if [$(unwind-find-fde) = yes].
6645
6646 2002-03-23  Andreas Jaeger  <aj@suse.de>
6647
6648         * signal/signal.h: Fix typo. Patch by Steve Kemp
6649         <skx@tardis.ed.ac.uk>.
6650
6651 2002-03-22  Andreas Jaeger  <aj@suse.de>
6652
6653         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6654         getresuid.
6655
6656         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6657         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6658         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6659         user_fpregs_struct): Rename fwd.
6660
6661         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6662         Follow sigcontext changes.
6663
6664 2002-03-22  Andreas Jaeger  <aj@suse.de>
6665
6666         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
6667         changes for NaNs on MIPS.
6668         Patch by Hartvig Ekner <hartvige@mips.com>.
6669
6670 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
6671
6672         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6673         Use realloc if too large.
6674         (addgrbyid): Likewise.
6675         * nscd/hstcache.c (addhstbyname): Likewise.
6676         (addhstbyaddr): Likewise.
6677         (addhstbynamev6): Likewise.
6678         (addhstbyaddrv6): Likewise.
6679         * nscd/pwdcache.c (addpwbyname): Likewise.
6680         (addpwbyuid): Likewise.
6681
6682 2002-03-21  Andreas Jaeger  <aj@suse.de>
6683
6684         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6685         _fpstate): Add separate struct for x86-64.
6686
6687         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6688         user_fpregs_struct): Change member names to follow kernel.
6689
6690 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
6691
6692         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6693         Correctly close the UDP connection right away [PR libc/3120].
6694
6695 2002-03-20  Andreas Jaeger  <aj@suse.de>
6696
6697         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6698         user_fpregs_struct): Fix for changed kernel struct.
6699         (struct user_regs_struct): Likewise.
6700         (struct user): Likewise.
6701         Add 32-bit x86 compatibility.
6702
6703         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6704
6705 2002-03-19  Andreas Jaeger  <aj@suse.de>
6706
6707         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6708
6709 2002-03-18  Andreas Jaeger  <aj@suse.de>
6710
6711         * iconvdata/Makefile: Only run tests when shared libs are
6712         available.
6713
6714 2002-03-17  Andreas Jaeger  <aj@suse.de>
6715
6716         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6717
6718         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6719
6720         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6721         bits.
6722
6723         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
6724         (CAUSE_SHIFT): New macro.
6725         Patch by Hartvig Ekner <hartvige@mips.com>.
6726
6727         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6728         * sysdeps/generic/unwind-pe.h: Likewise.
6729
6730         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6731         type to _IO_setb.
6732
6733         * libio/stdio.c (AL2): Define variant when visibility attribute is
6734         not supported.
6735
6736         * include/libc-symbols.h (_INTVARDEF): Define variant when
6737         visibility attribute is not supported.
6738
6739 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6740
6741         * po/fr.po: Update from translation team.
6742
6743 2002-02-25  Bruno Haible  <bruno@clisp.org>
6744
6745         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6746
6747 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6748
6749         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6750         buffers if _IO_file_attach failed.
6751
6752         * libio/fileops.c (_IO_file_open): Close file descriptor if
6753         _IO_SEEKOFF call failed.
6754
6755 2002-03-15  H.J. Lu  <hjl@gnu.org>
6756             Ulrich Drepper  <drepper@redhat.com>
6757
6758         * configure.in: Check for availability of
6759         init_array/fini_array/preinit_array handling in binutils.
6760         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6761         * config.make.in (have-initfini-array): New variable.
6762
6763 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6764
6765         * stdio-common/tst-printf.c (main): Comment out one test which
6766         checked the compiler's ability to fold floating-point constants
6767         but not really printf.
6768         (rfg3): Make s const.
6769         * stdio-common/tst-printf.sh: Adjust for removed test.
6770
6771         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6772         internal function.  Adjust for internal_function calling convention.
6773         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6774         as internal_function.
6775
6776         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6777         hidden.
6778
6779         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6780         declaration and definition.
6781         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6782         declaration.
6783         * nss/getXXent_r.c: Likewise.
6784         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6785         definition.
6786
6787         * include/time.h: Declare __localtime_r as hidden.
6788
6789         * include/aliases.h: Declare __getaliasent_r as hidden.
6790         * include/grp.h: Declare __getgrent_r as hidden.
6791         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6792         __getservent_r, and __getprotoent_r as hidden.
6793         * include/pwd.h: Declare __getpwent_r as hidden.
6794         * include/shadow.h: Declare __getspent_r as hidden.
6795         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6796
6797         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6798         and __gconv_transliterate as hidden.
6799         Add internal_function to __gconv_get_path declaration.
6800         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6801         definition.  Add attribute_hidden to __gconv_read_conf definition.
6802
6803 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6804
6805         * elf/rtld.c: Declare _environ as hidden.
6806         * sysdeps/generic/dl-environ.c: Likewise.
6807         * sysdeps/generic/dl-sysdep.c: Likewise.
6808
6809         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6810         _dl_mcount_internal as hidden.
6811
6812         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6813         * sysdeps/generic/dl-brk.c: New file.
6814         * sysdeps/generic/dl-sbrk.c: New file.
6815         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6816         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6817
6818         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6819         (__errno_location): New function.  Declare errno as hidden.
6820         * elf/rtld.c (_dl_argc): Define as hidden.
6821         (_dl_skip_args): Define as hidden.
6822         (_begin, _end): Declare as hidden.
6823         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6824         * sysdeps/generic/entry.h (_start): Declare as hidden.
6825         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6826         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6827         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6828         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6829
6830 2002-03-14  Roland McGrath  <roland@frob.com>
6831
6832         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6833
6834         * Makeconfig (%.v.i, %.v): New implicit rules.
6835         (preprocess-versions): Variable removed.
6836         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6837         shlib-versions input files as dependencies.
6838         ($(common-objpfx)soversions.i): Depend on that instead of the input
6839         files.  Use it as input instead of using a pipeline.
6840         (postclean-generated): Append soversions.i, shlib-versions.v, and
6841         shlib-versions.v.i here.
6842         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6843         the Versions.def input files as dependencies.
6844         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6845         ($(common-objpfx)Versions.all): Depend on that instead of the input
6846         files.  Use it as input instead of using a pipeline.
6847         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6848         (postclean-generated): Append those .v and .v.i files here.
6849
6850 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6851
6852         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6853         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6854         Remove.
6855
6856 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6857
6858         * sysdeps/generic/mp_clz_tab.c: New file.
6859         * sysdeps/i386/mp_clz_tab.c: New file.
6860         * sysdeps/hppa/mp_clz_tab.c: New file.
6861         * sysdeps/powerpc/mp_clz_tab.c: New file.
6862         * stdlib/Makefile (aux): Revert last patch.
6863         * math/Makefile (gmp-objs): Likewise.
6864
6865 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6866
6867         * time/strftime.c: Comment fixes for references to obsolescent
6868         standards, In most cases the simplest fix is to remove the
6869         confusing comments.  Cross-referencing all the standards properly
6870         is a bit of a pain, and it should be enough to put that info in
6871         the documentation as I did in my recent time.texi patch.
6872
6873 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6874
6875         * manual/time.texi (Formatting Calendar Time):
6876         ISO C99 also specifies the E and O modifiers.
6877         %P is a GNU extension, and is not in ISO C99.
6878         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6879         %T is also in ISO C99.
6880         The RFC 822 example is not valid in arbitrary locales.
6881         Reword the POSIX.2 wording slightly, to make it a bit clearer
6882         that POSIX.2 formats are also supported by later POSIX versions.
6883         If a format was introduced in ISO C99 it is also required by
6884         POSIX.1-2001.
6885
6886 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6887
6888         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6889         _sys_nerr_internal with INTVARDEF2.
6890         * include/libc-symbols.h (INTVARDEF2): New macro.
6891         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6892         (_sys_nerr_internal): Library.
6893
6894         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6895         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6896
6897         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6898
6899 2002-03-13  Wolfram Gloger  <wg@malloc.de>
6900
6901         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6902
6903 2002-03-02  Andreas Schwab  <schwab@suse.de>
6904
6905         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6906         'h' flag and positional arg.
6907         * stdio-common/tst-printf.c (rfg3): New function to test
6908         positional arguments.
6909         (main): Fix some warnings.
6910
6911 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6912
6913         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6914         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6915
6916 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6917
6918         * grp/initgroups.c (__nss_group_data): Declare as hidden.
6919
6920         * include/locale.h (_nl_C_locobj): Declare as hidden.
6921
6922         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6923         * time/strptime.c (_nl_C_LC_TIME): Likewise.
6924
6925         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6926
6927         * include/sys/gmon.h: Declare _gmonparam as hidden.
6928
6929         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6930         (__ctype32_wctrans): Likewise.
6931         (__ctype32_width): Likewise.
6932
6933         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6934         use of __ttyname.
6935
6936         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6937         Define as hidden.
6938         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
6939         hidden.  Change all users of these variables.
6940
6941         * posix/regex_internal.h (__re_error_msgid): Renamed from
6942         re_error_msgid.  Declare as hidden.
6943         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
6944         hidden.
6945
6946         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6947         (__printf_function_table): Likewise.
6948         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6949         hidden.
6950         (__printf_function_table): Likewise.
6951
6952         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6953         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6954
6955         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6956         * nss/nsswitch.c: Declare _nss_*_database as hidden.
6957
6958         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6959         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6960
6961 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
6962
6963         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6964         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6965         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6966         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6967         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6968         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6969         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6970         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6971         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
6972         _nl_C_LC_CTYPE_width: Declare as hidden.
6973         * include/locale.h: Declare _nl_locale_file_list.
6974         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
6975         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
6976         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
6977         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
6978         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
6979         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
6980         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
6981         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
6982         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
6983         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
6984         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
6985         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
6986         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6987         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6988         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6989         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6990         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6991         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6992         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
6993         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
6994         _nl_C_LC_CTYPE_width, and as hidden.
6995         * locale/findlocale.c: Declare _nl_C as hidden.
6996         * locale/newlocale.c: Likewise.
6997         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
6998         _nl_locale_file_list.
6999         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7000         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7001         Define _nl_C_locobj as hidden.
7002
7003         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7004         (_mtrace_line): Likewise.
7005
7006         * include/time.h: Declare __mon_yday as hidden.
7007         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7008
7009         * libio/libioP.h: Declare __libio_codecvt as hidden.
7010         * libio/fileops.c: Declare __libio_translit as hidden.
7011         * libio/iofwide.c: Define __libio_translit as hidden.
7012
7013         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7014         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7015         * login/getutline_r.c: Likewise.
7016         * login/utmpname.c: Likewise.
7017
7018         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7019         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7020         __libc_utmp_file_name as hidden.
7021
7022         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7023         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7024         * locale/freelocale.c: Likewise.
7025         * locale/lc-time.c: Likewise.
7026
7027         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7028         (__libc_ptyname2): Likewise.
7029         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7030         hidden.
7031         (__libc_ptyname2): Likewise.
7032
7033         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7034         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7035         * sysdeps/generic/init-first.c: Likewise.
7036         * sysdeps/i386/init-first.c: Likewise.
7037         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7038         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7039         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7040         * sysdeps/sh/init-first.c: Likewise.
7041         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7042         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7043
7044         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7045         (_itowa_upper_digits): Likewise.
7046
7047         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7048         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7049         as hidden.
7050
7051         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7052         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7053         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7054         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7055
7056         * gmon/gmon.c (__bb_head): Define as hidden.
7057         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7058
7059         * argp/argp-parse.c (_argp_hang): Define as static.
7060
7061         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7062         handling in latest compilers.
7063
7064         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7065         define alias.
7066         * libio/fileops.c (_IO_file_jumps): Likewise.
7067         * libio/stdfiles.c (_IO_list_all): Likewise.
7068         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7069
7070         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7071         include/malloc.h.
7072         * include/malloc.h: Add __libc_malloc_initialized declaration
7073         here.  Mark variable hidden.
7074         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7075
7076         * elf/dl-open.c (__libc_argc): Declare as hidden.
7077         (__libc_argv): Likewise.
7078         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7079         (__libc_argv): Likewise.
7080         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7081         __libc_argv as hidden.
7082         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7083         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7084         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7085         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7086
7087         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7088         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7089         * stdlib/erand48.c: Likewise.
7090         * stdlib/jrand48.c: Likewise.
7091         * stdlib/lcong48.c: Likewise.
7092         * stdlib/lrand48.c: Likewise.
7093         * stdlib/mrand48.c: Likewise.
7094         * stdlib/nrand48.c: Likewise.
7095         * stdlib/seed48.c: Likewise.
7096         * stdlib/srand48.c: Likewise.
7097
7098         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7099         (_itoa_lower_digits_internal): New declaration.
7100         (_itoa_upper_digits_internal): New declaration.
7101         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7102         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7103         (_itoa_upper_digits_internal): New declaration.
7104         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7105         _itoa_lower_digits.
7106         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7107         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7108
7109         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7110         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7111
7112         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7113         (_itowa_lower_digits): Likewise.
7114         (_itowa_upper_digits): Likewise.
7115         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7116         (_itowa_upper_digits): Likewise.
7117
7118         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7119         not already defined.
7120         (GERMANIC_PLURAL): Declare as hidden.
7121
7122         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7123         (attribute_hidden): Define as empty macro if not already defined.
7124
7125         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7126         (__gconv_max_path_elem_len): Likewise.
7127         (__gconv_path_envvar): Likewise.
7128
7129         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7130         * stdlib/Makefile (aux): Remove mp_clz_tab.
7131         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7132
7133         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7134
7135         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7136
7137         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7138         _nl_category_names, _nl_category_name_sizes, _nl_current,
7139         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7140
7141         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7142         (_nl_current_default_domain): Likewise
7143         (_nl_state_lock): Likewise.
7144         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7145         (_nl_current_default_domain): Likewise
7146         (_nl_state_lock): Likewise.
7147         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7148
7149         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7150         (_fpioconst_pow10): Likewise.
7151
7152         * include/time.h (_tmbuf): Add attribute_hidden.
7153
7154         * time/tzset.c (tzstring_list): Define as static.
7155
7156         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7157         __use_tzfile declaration.
7158
7159         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7160         and __wcsmbs_last_locale declaration.
7161
7162 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7163
7164         * timezone/Makefile (tzbases): Move systemv from here...
7165         (tzlinks): to here, since the entries in systemv were all changed
7166         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7167         tested) by Peter Breitenlohner.
7168
7169 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7170
7171         * time/tst-posixtz.c (tests): Add new tests.
7172         (main): Test whether tzset() sets daylight properly.
7173
7174 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7175
7176         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7177         __tzname_cur_max setting...
7178         (tzset_internal): ...here.
7179
7180 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7181
7182         * time/tzset.c (compute_change): Don't return any value.
7183         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7184         (__tz_convert): But here.
7185
7186 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7187
7188         * manual/examples/mkfsock.c: Include <string.h> as well.
7189         Patch by Alain De Carolis <alaind@wseurope.com>.
7190
7191 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7192
7193         * posix/regexec.c (re_match): Fix incorrect register sizes.
7194         (re_search): Likewise.
7195
7196 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7197
7198         * posix/regcomp.c (regfree): Remove a disused condition.
7199         * posix/regex_internal.c (re_acquire_state): Likewise.
7200         (re_acquire_state_context): Likewise.
7201         (register_state): Remove a redundant malloc invocation.
7202         * posix/regex_internal.h: (re_state_table_entry): Simplify
7203         the structure.
7204
7205 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7206
7207         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7208         handling conditions.
7209         (regerror): Likewise.
7210         (regfree): Likewise.
7211         (re_compile_internal): Likewise.
7212         (init_dfa): Likewise.
7213         (init_word_char): Likewise.
7214         (create_initial_state): Likewise.
7215         (analyze): Likewise.
7216         (analyze_tree): Likewise.
7217         (duplicate_node): Likewise.
7218         (calc_eclosure): Likewise.
7219         (calc_eclosure_iter): Likewise.
7220         (parse): Likewise.
7221         (parse_reg_exp): Likewise.
7222         (parse_branch): Likewise.
7223         (parse_expression): Likewise.
7224         (parse_subexp): Likewise.
7225         (parse_dup_op): Likewise.
7226         (parse_bracket_exp): Likewise.
7227         (build_equiv_class): Likewise.
7228         (build_charclass): Likewise.
7229         (build_word_op): Likewise.
7230         (fetch_number): Likewise.
7231         (create_tree): Likewise.
7232         (duplicate_tree): Likewise.
7233         * posix/regex.c (BE): New macro.
7234         * posix/regexec.c (re_match): Add __builtin_expect to error
7235         handling conditions.
7236         (re_match_2): Likewise.
7237         (re_search): Likewise.
7238         (re_search_internal): Likewise.
7239         (check_matching): Likewise.
7240         (proceed_next_node): Likewise.
7241         (set_regs): Likewise.
7242         (sift_states_backward): Likewise.
7243         (add_epsilon_backreference): Likewise.
7244         (transit_state): Likewise.
7245         (transit_state_sb): Likewise.
7246         (transit_state_mb): Likewise.
7247         (transit_state_bkref): Likewise.
7248         (transit_state_bkref_loop): Likewise.
7249         (build_trtable): Likewise.
7250         (group_nodes_into_DFAstates): Likewise.
7251         (match_ctx_init): Likewise.
7252         (match_ctx_add_entry): Likewise.
7253         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7254         to error handling conditions.
7255         (re_string_construct_toupper): Likewise.
7256         (build_wcs_buffer): Likewise.
7257         (build_wcs_upper_buffer): Likewise.
7258         (build_upper_buffer): Likewise.
7259         (re_string_translate_buffer): Likewise.
7260         (re_node_set_alloc): Likewise.
7261         (re_node_set_init_1): Likewise.
7262         (re_node_set_init_2): Likewise.
7263         (re_node_set_init_copy): Likewise.
7264         (re_node_set_intersect): Likewise.
7265         (re_node_set_init_union): Likewise.
7266         (re_node_set_merge): Likewise.
7267         (re_node_set_insert): Likewise.
7268         (re_dfa_add_node): Likewise.
7269         (re_acquire_state): Likewise.
7270         (re_acquire_state_context): Likewise.
7271         (create_new_state_common): Likewise.
7272         (register_state): Likewise.
7273         (create_ci_new_state): Likewise.
7274         (create_cd_new_state): Likewise.
7275         (re_string_context_at): Remove redundant condition.
7276
7277 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7278
7279         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7280
7281         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7282
7283 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7284
7285         * sysdeps/i386/elf/configure.in: Fix comment.
7286
7287         * sysdeps/sparc/sparc64/configure.in: New file.
7288         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7289         if .dynamic comes before .got.
7290         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7291
7292         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7293         HP_TIMING_ACCUM): Fix typos.
7294
7295 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7296
7297         * string/strfry.c: Add some more randomness to the seed.
7298         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7299
7300         * po/es.po: Update from translation team.
7301         * po/fr.po: Likewise.
7302
7303         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7304
7305         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7306         when determining type of format.
7307         Patch by James Antill <james@anqd.org> [PR libc/2787].
7308
7309 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7310
7311         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7312
7313 2002-03-11  Roland McGrath  <roland@frob.com>
7314
7315         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7316
7317         * Versions.def (libc): Add GLIBC_2.2.6.
7318         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7319         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7320         __errno_location instead of __hurd_errno_location, and don't inline it.
7321         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7322         * hurd/errno.c: New file.
7323         * hurd/Makefile (routines): Add errno.
7324
7325 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7326
7327         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7328         ridiculously large widths and precisions [PR libc/3026].
7329
7330 2002-03-11  Andreas Jaeger  <aj@suse.de>
7331
7332         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7333         support.
7334         Patch by Susanne Oberhauser <froh@SuSE.de>.
7335
7336 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7337
7338         * inet/rexec.c (ahostbuf): Define as static.
7339
7340         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7341         (__ctype32_wctrans): Likewise.
7342         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7343         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7344         (__ctype32_wctrans): Likewise.
7345         (__ctype32_width): Likewise.
7346
7347         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7348         They were never exported anyway.
7349
7350         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7351         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7352         exported.
7353         * include/sys/gmon.h: Declare _gmonparam.
7354
7355         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7356         symbols for getdents64.  They were never exported.
7357
7358 2002-03-09  Roland McGrath  <roland@frob.com>
7359
7360         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7361         Reported by Jon Arney <jarney1@cox.net>.
7362
7363 2002-02-23  Roland McGrath  <roland@frob.com>
7364
7365         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7366         declaration.
7367         (__hurd_errno_location): Function removed.
7368
7369 2002-03-06  Andreas Jaeger  <aj@suse.de>
7370
7371         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7372         32-bit.
7373
7374 2002-03-04  Andreas Jaeger  <aj@suse.de>
7375
7376         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7377
7378         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7379         x86-64.
7380
7381         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7382
7383         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7384
7385         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7386
7387         * sysdeps/x86_64/bits/setjmp.h: New file.
7388
7389         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7390
7391         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7392
7393         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7394         for x86.
7395         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7396         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7397
7398 2002-02-28  Bo Thorsen  <bo@suse.de>
7399
7400         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7401         version.
7402
7403 2002-03-03  Andreas Jaeger  <aj@suse.de>
7404
7405         * sysdeps/x86_64/bits/wordsize.h: New file.
7406
7407         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7408         * elf/tst-tlsmod1.c: Likewise.
7409
7410         * posix/regcomp.c: Get regex.h from include dir for internal
7411         prototypes.
7412
7413         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7414         to libc-internal.h and include it.
7415         * include/libc-internal.h: Add __init_misc.
7416
7417         * misc/init-misc.c: Include libc-internal.h for prototypes.
7418
7419         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7420
7421         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7422         _IO_putc_internal.
7423
7424 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7425
7426         * posix/regcomp.c: Compatibility changes to allow using the code
7427         outside glibc.
7428
7429 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7430
7431         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7432         compiled non-PIC.
7433
7434 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7435
7436         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7437         of .str elements in the returned data structure.
7438
7439         * elf/elf.h: Add Alpha TLS bits.
7440
7441 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7442
7443         * sysdeps/unix/sysv/linux/nice.c: New file.
7444
7445 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7446
7447         * elf/Makefile (dl-routines): Add dl-origin.
7448         (elide-routines.os): Add dl-origin.
7449         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7450         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7451         _dl_debug_state.
7452         * include/libc-symbols.c: Define attribute_hidden depending on
7453         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7454
7455         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7456         * elf/dl-load.c: Likewise.
7457         * elf/rtld.c: Likewise.
7458         * include/unistd.h: Declare __libc_enable_secure_internal.
7459         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7460         Use INTUSE with __libc_enable_secure.
7461         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7462
7463         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7464         * elf/dl-error.c: Likewise,
7465         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7466
7467         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7468         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7469         function definition.  Use INTDEF with _dl_get_origin.
7470         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7471
7472         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7473         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7474
7475         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7476         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7477         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7478
7479         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7480         * elf/dl-deps.c: Likewise.
7481         * elf/dl-error.c: Likewise.
7482         * elf/dl-fini.c: Likewise.
7483         * elf/dl-init.c: Likewise.
7484         * elf/dl-load.c: Likewise.
7485         * elf/dl-lookup.c: Likewise.
7486         * elf/dl-reloc.c: Likewise.
7487         * elf/dl-version.c: Likewise.
7488         * elf/do-lookup.h: Likewise.
7489         * sysdeps/arm/dl-machine.h: Likewise.
7490         * sysdeps/cris/dl-machine.h: Likewise.
7491         * sysdeps/hppa/dl-machine.h: Likewise.
7492         * sysdeps/i386/dl-machine.h: Likewise.
7493         * sysdeps/m68k/dl-machine.h: Likewise.
7494         * sysdeps/powerpc/dl-machine.h: Likewise.
7495         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7496         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7497         * sysdeps/sh/dl-machine.h: Likewise.
7498         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7499         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7500         * sysdeps/x86_64/dl-machine.h: Likewise.
7501         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7502         _dl_argv[0].  Use INTUSE with _dl_argv.
7503         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7504         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7505
7506 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7507
7508         * elf/rtld.c (_rtld_global): Remove .protected.
7509         (_rtld_local): Strong alias to _rtld_global.
7510         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7511         only .os object.
7512         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7513         _rtld_local instead of _rtld_global.
7514         (_rtld_local): Add hidden extern, possibly in .sdata section.
7515         * configure.in: Add tests for visibility attribute and .sdata.
7516         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7517         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7518         * sysdeps/arm/dl-machine.h: Likewise.
7519         * sysdeps/generic/ldsodefs.h: Likewise.
7520         * sysdeps/hppa/dl-machine.h: Likewise.
7521         * sysdeps/cris/dl-machine.h: Likewise.
7522         * sysdeps/i386/dl-machine.h: Likewise.
7523         * sysdeps/ia64/dl-machine.h: Likewise.
7524         * sysdeps/m68k/dl-machine.h: Likewise.
7525         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7526         * sysdeps/mips/dl-machine.h: Likewise.
7527         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7528         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7529         * sysdeps/sh/dl-machine.h: Likewise.
7530         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7531         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7532         * sysdeps/x86_64/dl-machine.h: Likewise.
7533
7534 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7535
7536         * login/login.c (login): Always initialize ut_line field
7537         [PR libc/2991].
7538
7539 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7540
7541         * sysdeps/i386/Makefile (sysdep_routines): Add
7542         divdi3 in csu dir.
7543         (shared-only-routines): Likewise.
7544         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7545         (shared-only-routines): Likewise.
7546         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7547         (shared-only-routines): Likewise.
7548         * sysdeps/wordsize-32/divdi3.c: New file.
7549
7550 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7551
7552         * locale/iso-4217.def: Remove obsolete currencies for countries
7553         with Euro.
7554
7555 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7556
7557         * posix/regcomp.c (regcomp): Remove a redundant condition.
7558         (init_word_char): Add a check on malloc failure.
7559         (create_initial_state): Likewise.
7560         (duplicate_node): Likewise.
7561         (calc_eclosure): Likewise.
7562         (calc_eclosure_iter): Likewise.
7563         (parse_expression): Likewise.
7564         (parse_bracket_exp): Remove unnecessary malloc invocations.
7565         (build_equiv_class): Likewise.
7566         (build_charclass): Likewise.
7567         * posix/regex_internal.c (re_node_set_intersect): Add a check
7568         on malloc failure.
7569         (re_node_set_add_intersect): Likewise.
7570         (re_node_set_merge): Likewise.
7571         (re_acquire_state): Likewise.
7572         (re_acquire_state_context): Likewise.
7573         (create_newstate_common): Likewise.
7574         (register_state): Likewise.
7575         (create_ci_newstate): Likewise.
7576         (create_cd_newstate): Likewise.
7577         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7578         and re_acquire_state_context.
7579         * posix/regexec.c (regexec): Suit it to the error handling of
7580         re_search_internal.
7581         (re_match): Likewise.
7582         (re_search): Likewise.
7583         (re_search_internal): Add a check on malloc failure.
7584         (acquire_init_state_context): Likewise.
7585         (check_matching): Likewise.
7586         (proceed_next_node): Likewise.
7587         (set_regs): Likewise.
7588         (sift_states_backward): Likewise.
7589         (sift_states_iter_bkref): Likewise.
7590         (add_epsilon_backreference): Likewise.
7591         (transit_state): Likewise.
7592         (transit_state_sb): Likewise.
7593         (transit_state_mb): Likewise.
7594         (transit_state_bkref_loop): Likewise.
7595         (build_trtable): Likewise.
7596         (group_nodes_into_DFAstates): Likewise.
7597         (match_ctx_init): Likewise.
7598         (match_ctx_add_entry): Likewise.
7599
7600 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7601
7602         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7603         l_libname if profiling is enabled [PR libc/2916].
7604
7605         * sysdeps/ia64/dl-tls.h: New file.
7606
7607 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7608
7609         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7610         Work around an Alpha gas bug.
7611
7612 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7613
7614         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7615         uses read to load the catalog.
7616         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7617
7618 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7619
7620         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7621         regex_internal.c, and regex_internal.h.
7622         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7623         * posix/regex.c: Complete rewrite.
7624         * posix/regexec.c: New file.
7625         * posix/regcomp.c: New file.
7626         * posix/regex_internal.c: New file.
7627         * posix/regex_internal.h: New file.
7628         * posix/regex.h (RE_ICASE): New macro.
7629         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7630
7631         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7632         ungetwc.  It's a macro.
7633         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7634         implementation.
7635         Reported by Jason Merrill <jason@redhat.com>.
7636
7637 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7638
7639         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7640         position to fp->_offset if it is set.
7641         * stdio-common/Makefile (tests): Add tst-fdopen.
7642         * stdio-common/tst-fdopen.c: New test.
7643
7644 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7645
7646         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7647         * stdio-common/tst-ungetc.c (main): Add another test.
7648
7649 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7650
7651         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7652         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7653         aliases.  Add prototypes for the new aliases.
7654         * assert/assert.c: Likewise.
7655         * include/libc-symbols.h: Likewise.
7656         * include/stdio.h: Likewise.
7657         * include/netinet/in.h: Likewise.
7658         * include/rpc/auth.h: Likewise.
7659         * include/rpc/auth_unix.h: Likewise.
7660         * include/rpc/key_prot.h: Likewise.
7661         * include/rpc/pmap_prot.h: Likewise.
7662         * include/rpc/pmap_rmt.h: Likewise.
7663         * include/rpc/rpc_msg.h: Likewise.
7664         * include/rpc/xdr.h: Likewise.
7665         * inet/gethstbyad_r.c: Likewise.
7666         * inet/gethstbynm2_r.c: Likewise.
7667         * inet/gethstbynm_r.c: Likewise.
7668         * inet/gethstent_r.c: Likewise.
7669         * inet/in6_addr.c: Likewise.
7670         * libio/__fpurge.c: Likewise.
7671         * libio/filedoalloc.c: Likewise.
7672         * libio/fileops.c: Likewise.
7673         * libio/ftello.c: Likewise.
7674         * libio/ftello64.c: Likewise.
7675         * libio/genops.c: Likewise.
7676         * libio/iofclose.c: Likewise.
7677         * libio/iofdopen.c: Likewise.
7678         * libio/iofflush.c: Likewise.
7679         * libio/iofflush_u.c: Likewise.
7680         * libio/iofgetpos.c: Likewise.
7681         * libio/iofgetpos64.c: Likewise.
7682         * libio/iofgets.c: Likewise.
7683         * libio/iofgets_u.c: Likewise.
7684         * libio/iofopen.c: Likewise.
7685         * libio/iofopncook.c: Likewise.
7686         * libio/iofputs.c: Likewise.
7687         * libio/iofread.c: Likewise.
7688         * libio/iofread_u.c: Likewise.
7689         * libio/iofsetpos.c: Likewise.
7690         * libio/iofsetpos64.c: Likewise.
7691         * libio/ioftell.c: Likewise.
7692         * libio/iofwrite.c: Likewise.
7693         * libio/iogetline.c: Likewise.
7694         * libio/iogets.c: Likewise.
7695         * libio/iogetwline.c: Likewise.
7696         * libio/iolibio.h: Likewise.
7697         * libio/iopadn.c: Likewise.
7698         * libio/iopopen.c: Likewise.
7699         * libio/ioseekoff.c: Likewise.
7700         * libio/ioseekpos.c: Likewise.
7701         * libio/iosetbuffer.c: Likewise.
7702         * libio/iosetvbuf.c: Likewise.
7703         * libio/ioungetc.c: Likewise.
7704         * libio/ioungetwc.c: Likewise.
7705         * libio/iovdprintf.c: Likewise.
7706         * libio/iovsprintf.c: Likewise.
7707         * libio/iovsscanf.c: Likewise.
7708         * libio/libioP.h: Likewise.
7709         * libio/memstream.c: Likewise.
7710         * libio/obprintf.c: Likewise.
7711         * libio/oldfileops.c: Likewise.
7712         * libio/oldiofclose.c: Likewise.
7713         * libio/oldiofdopen.c: Likewise.
7714         * libio/oldiofgetpos.c: Likewise.
7715         * libio/oldiofgetpos64.c: Likewise.
7716         * libio/oldiofopen.c: Likewise.
7717         * libio/oldiofsetpos.c: Likewise.
7718         * libio/oldiofsetpos64.c: Likewise.
7719         * libio/oldiopopen.c: Likewise.
7720         * libio/oldstdfiles.c: Likewise.
7721         * libio/putc.c: Likewise.
7722         * libio/setbuf.c: Likewise.
7723         * libio/setlinebuf.c: Likewise.
7724         * libio/stdfiles.c: Likewise.
7725         * libio/stdio.c: Likewise.
7726         * libio/strops.c: Likewise.
7727         * libio/vasprintf.c: Likewise.
7728         * libio/vscanf.c: Likewise.
7729         * libio/vsnprintf.c: Likewise.
7730         * libio/vswprintf.c: Likewise.
7731         * libio/wfiledoalloc.c: Likewise.
7732         * libio/wfileops.c: Likewise.
7733         * libio/wgenops.c: Likewise.
7734         * libio/wstrops.c: Likewise.
7735         * malloc/mtrace.c: Likewise.
7736         * misc/error.c: Likewise.
7737         * misc/syslog.c: Likewise.
7738         * nss/getXXbyYY_r.c: Likewise.
7739         * nss/getXXent_r.c: Likewise.
7740         * nss/hosts-lookup.c: Likewise.
7741         * stdio-common/getw.c
7742         * stdio-common/printf-prs.c: Likewise.
7743         * stdio-common/printf_fp.c: Likewise.
7744         * stdio-common/printf_size.c: Likewise.
7745         * stdio-common/putw.c: Likewise.
7746         * stdio-common/scanf.c: Likewise.
7747         * stdio-common/sprintf.c: Likewise.
7748         * stdio-common/tmpfile64.c: Likewise.
7749         * stdio-common/vfprintf.c: Likewise.
7750         * stdio-common/vfscanf.c: Likewise.
7751         * stdlib/strfmon.c: Likewise.
7752         * sunrpc/auth_des.c: Likewise.
7753         * sunrpc/auth_none.c: Likewise.
7754         * sunrpc/auth_unix.c: Likewise.
7755         * sunrpc/authdes_prot.c: Likewise.
7756         * sunrpc/authuxprot.c: Likewise.
7757         * sunrpc/clnt_perr.c: Likewise.
7758         * sunrpc/clnt_raw.c: Likewise.
7759         * sunrpc/clnt_tcp.c: Likewise.
7760         * sunrpc/clnt_udp.c: Likewise.
7761         * sunrpc/clnt_unix.c: Likewise.
7762         * sunrpc/key_call.c: Likewise.
7763         * sunrpc/key_prot.c: Likewise.
7764         * sunrpc/openchild.c: Likewise.
7765         * sunrpc/pm_getmaps.c: Likewise.
7766         * sunrpc/pm_getport.c: Likewise.
7767         * sunrpc/pmap_clnt.c: Likewise.
7768         * sunrpc/pmap_prot.c: Likewise.
7769         * sunrpc/pmap_prot2.c: Likewise.
7770         * sunrpc/pmap_rmt.c: Likewise.
7771         * sunrpc/rpc_cmsg.c: Likewise.
7772         * sunrpc/rpc_prot.c: Likewise.
7773         * sunrpc/svc_authux.c: Likewise.
7774         * sunrpc/svc_raw.c: Likewise.
7775         * sunrpc/svc_simple.c: Likewise.
7776         * sunrpc/svc_tcp.c: Likewise.
7777         * sunrpc/svc_udp.c: Likewise.
7778         * sunrpc/svc_unix.c: Likewise.
7779         * sunrpc/xdr.c: Likewise.
7780         * sunrpc/xdr_array.c: Likewise.
7781         * sunrpc/xdr_mem.c: Likewise.
7782         * sunrpc/xdr_rec.c: Likewise.
7783         * sunrpc/xdr_ref.c: Likewise.
7784         * sunrpc/xdr_stdio.c: Likewise.
7785         * sysdeps/generic/_strerror.c: Likewise.
7786         * sysdeps/generic/printf_fphex.c: Likewise.
7787         * sysdeps/generic/tmpfile.c: Likewise.
7788         * sysdeps/gnu/errlist.awk: Likewise.
7789         * sysdeps/gnu/errlist.c: Likewise.
7790
7791         * libio/Makefile (routines): Remove iosprint.
7792         * libio/iosprintf.c: Removed
7793
7794
7795 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7796
7797         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7798         non_dynamic_init and exported now.
7799         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7800         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7801         !SHARED.
7802         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7803         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7804         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7805
7806 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7807
7808         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7809         true in this case.
7810
7811         * locale/iso-639.def: Add language codes for Walloon.
7812
7813         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7814         total number of relocations performed.
7815
7816         * elf/sprof.c (load_profdata): If do_test provide information as
7817         to why loading failed.
7818         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7819         hist_hdr.dimen.
7820
7821         * csu/set-init.c: Moved to...
7822         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7823         * csu/Makefile: Don't compile set-init.
7824         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7825         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7826         to __libc_init.
7827         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7828         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7829         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7830         __libc_init.
7831         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7832         __libc_subinit.
7833
7834 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7835
7836         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7837         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7838         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7839         (_dl_deallocate_tls): New function.
7840         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7841         _dl_deallocate_tls.
7842
7843 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7844
7845         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7846         * stdio-common/tst-fseek.c (main): Add test for this.
7847
7848 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7849
7850         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7851
7852 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7853
7854         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7855         pointer before dereferencing.
7856
7857 2002-02-18  Roland McGrath  <roland@frob.com>
7858
7859         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7860
7861         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7862         Use task_policy in place of task_priority.
7863
7864         * sysdeps/generic/bits/mman.h
7865         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7866         * sysdeps/mach/msync.c: New file.
7867
7868         * sysdeps/mach/powerpc/syscall.S: New file.
7869
7870         * mach/msg.c [MACH_MSG_OVERWRITE]
7871         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7872         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7873
7874         * sysdeps/mach/configure.in: Check for clock.defs to put into
7875         mach_interface_list.
7876         * sysdeps/mach/configure: Regenerated.
7877
7878         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7879         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7880         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7881         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7882         (mach-shortcuts): Add device_read_overwrite_request,
7883         device_read_overwrite, vm_read_overwrite, thread_switch.
7884
7885         * configure.in (base_machine): Set to $machine by default.
7886         * configure: Regenerated.
7887
7888         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7889         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7890         * sysdeps/mach/configure: Regenerated.
7891         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7892
7893         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7894
7895         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7896
7897         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7898         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7899
7900 2002-02-17  Roland McGrath  <roland@frob.com>
7901
7902         * sysdeps/mach/hurd/times.c
7903         [NO_CREATION_TIME] (startup_time): New static variable.
7904         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7905         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7906         creation_time from task_basic_info.
7907         (__times): Use __gettimeofday instead of __host_get_time.
7908
7909         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7910         Use untyped Mach IPC message format.
7911
7912         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7913
7914         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7915         _S_catch_exception_raise_state_identity,
7916         _hurdsig_fault_catch_exception_raise_state,
7917         _hurdsig_fault_catch_exception_raise_state_identity.
7918
7919         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7920
7921         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7922         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7923
7924         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7925         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7926
7927         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7928         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
7929         them as no-op macros.
7930         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7931         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7932
7933         * sysdeps/powerpc/dl-machine.h
7934         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7935
7936         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7937         Use untyped Mach IPC message format.
7938
7939         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7940         Handle untyped Mach IPC message formats.
7941
7942         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7943         Expect different argument conventions when this is defined.
7944         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7945         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7946         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7947         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7948         for OSF Mach variant.
7949         (faulted): Use mig_reply_error_t for REPLY.
7950         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7951         in __thread_set_exception_ports call.
7952         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7953         __mach_port_set_attributes in place of __mach_port_set_qlimit.
7954
7955         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7956         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7957         on Darwin, which includes bogons.
7958
7959         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7960         variable LOADBASE so it's not declared when it's not used.
7961
7962 2002-02-16  Roland McGrath  <roland@frob.com>
7963
7964         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7965         to use BI.creation_time.
7966
7967         * mach/Machrules (MIG): Add -x c to CPP value passed down.
7968
7969         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7970         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
7971         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
7972         host_page_size instead of vm_statistics.
7973
7974         * sysdeps/mach/Makefile (mach-before-compile): Don't include
7975         mach_interface.h here, since not all variants use that name.
7976
7977         * sysdeps/mach/configure.in: Add some checks for Mach headers
7978         to ensure a sane installation.
7979         (mach_interface_list): Define this variable by checking for .defs
7980         files found in various variants.
7981         * configure.in (mach_interface_list): AC_SUBST this.
7982         * config.make.in (mach-interface-list): New substituted variable.
7983         * mach/Makefile (user-interfaces): Define this using the value
7984         of $(mach-interface-list) instead of mach, mach4.
7985         Updated other references to mach_interface to use it as well.
7986
7987         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
7988
7989         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
7990         mig_reply_error_t for OSF Mach variant.
7991
7992         * mach/Makefile (routines): Remove bootprivport.
7993         * mach/bootprivport.c: File removed.  It has never been used.
7994
7995         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
7996         Grok the OSF flavor of message format.
7997         (mach_msg_destroy_port): For MAKE_SEND and
7998         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
7999         no-senders notification.
8000
8001 2002-02-06  Roland McGrath  <roland@frob.com>
8002
8003         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8004         to here if 2.0 compatibility enabled ...
8005         (libc: GLIBC_2.1.3): ... from here.
8006
8007 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8008
8009         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8010         generation counter.
8011         * elf/dl-close.c (_dl_close): Likewise.
8012
8013 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8014
8015         * elf/Makefile: Add rules to build and run tst-tls8.
8016         * elf/tst-tls8.c: New file.
8017         * elf/tst-tlsmod4.c: New file.
8018
8019         * stdlib/test-a64l.c (tests): Add more test cases.
8020
8021         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8022         Reported by Walter Harms <WHarms@bfs.de>.
8023
8024 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8025
8026         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8027         definitions for struct sigcontext.
8028         Suggested by David Mosberger-Tang.
8029
8030 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8031
8032         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8033         for removing reference of module in slotinfo list.
8034         (_dl_close): Use remove_slotinfo.
8035         * sysdeps/generic/dl-tls.c: General pretty printing.
8036         (oom): Define only if SHARED.
8037         (_dl_next_tls_modid): Correct starting point for the case we assume
8038         there is a gap.  Add missing instruction grouping (doh!).  Correct
8039         tests for reaching maximum index.
8040         * elf/Makefile: Add rules to build and run tst-tls7.
8041         * elf/tst-tls7.c: New file.
8042         * elf/tst-tlsmod3.c: New file.
8043
8044         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8045         USE_TLS.
8046         * elf/tst-tlsmod2.c: Likewise.
8047
8048         * elf/dl-close.c (_dl_close): When closing an object using TLS
8049         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8050         true.  Increment dl_tls_generation only if we closed any TLS-using
8051         object.
8052         * elf/tst-tls6.c: New file.
8053         * elf/Makefile: Add rules to build and run tst-tls6.
8054
8055         * po/da.po: Update from translation team.
8056
8057         * locale/categories.def: Fix typo [PR libc/2948].
8058         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8059         [PR libc/2949].
8060         * locale/iso-4217.def: Update from official version [PR libc/2950].
8061         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8062         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8063         message if input is too confusion instead of using assert.
8064         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8065         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8066
8067         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8068         * elf/tst-tls2.c: Likewise.
8069         * elf/tst-tls3.c: Likewise.
8070
8071 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8072
8073         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8074
8075 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8076
8077         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8078         if this is really necessary.
8079
8080         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8081         slotinfo array.
8082         (free_mem): Free memory for the slotinfo array if possible.
8083
8084 2002-02-12  Andreas Schwab  <schwab@suse.de>
8085
8086         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8087
8088 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8089
8090         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8091         TLS_DTV_UNALLOCATE.
8092         (oom): New function.
8093         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8094         (_dl_determine_tlsoffset): Likewise.
8095         (_dl_allocate_tls): Likewise.
8096         (__TLS_GET_ADDR): Define if not already defined.
8097         (_dl_tls_symaddr): New function.
8098         (allocate_and_init): New function.
8099         (__tls_get_addr): Actually implement handling of generation counter
8100         and deferred allocation.
8101         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8102         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8103         _dl_tls_generation.
8104         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8105         Declare _dl_tls_symaddr.
8106         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8107         SHARED.
8108         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8109         l_tls_previmage.
8110         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8111         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8112         (_dl_vsym): Likewise.
8113         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8114         layout.
8115         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8116         nextimage list handling.  Instead add all modules using TLS to
8117         dl_tls_dtv_slotinfo_list.
8118         * elf/dl-open.c (dl_open_worker): After successfully loading all
8119         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8120         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8121         empty segment don't do anything.  Remove handling of initimage list.
8122         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8123         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8124         * elf/dl-minimal.c: Define __libc_memalign.
8125         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8126         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8127         _dl_tls_generation.
8128         * include/stdlib.h: Declare __libc_memalign.
8129
8130         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8131         * elf/tst-tls4.c: New file.
8132         * elf/tst-tls5.c: New file.
8133         * elf/tst-tlsmod2.c: New file.
8134
8135         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8136
8137         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8138
8139         * elf/tst-tls1.c: Use test-skeleton.c.
8140         * elf/tst-tls2.c: Likewise.
8141         * elf/tst-tls3.c: Likewise.
8142
8143         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8144
8145 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8146
8147         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8148
8149 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8150
8151         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8152
8153         * elf/tst-tls3.c: New file.
8154         * elf/tst-tlsmod1.c: New file.
8155         * elf/Makefile: Add rules to build and run tst-tls3.
8156
8157         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8158         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8159         TLS relocations.
8160
8161         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8162
8163         * po/fr.po: Update from translation team.
8164
8165         * elf/tls-macros.h: Add alternative macros for use in PIC.
8166
8167         * elf/dl-lookup.c: Include <tls.h>.
8168         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8169
8170         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8171         required by passing pointer to last element of the list.
8172
8173         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8174         l_tls_initimage to a place where it actually is performed.
8175
8176         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8177         after globfree() calls.
8178
8179         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8180         (openaux): Pass open_mode as new last argument to _dl_map_object.
8181         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8182         open_mode element of args variable with it.
8183         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8184         _dl_map_object_deps.
8185         * elf/rtld.c (dl_main): Add zero as last parameter to
8186         _dl_map_object_deps call.
8187         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8188         * elf/nodlopen2.c: New file.
8189         * elf/nodlopenmod2.c: New file.
8190         * elf/Makefile: Add rules to build and run nodlopen2.
8191
8192         * elf/tst-tls1.c: Move TLS helper macros to...
8193         * elf/tls-macros.h: ...here.  New file.
8194         * elf/tst-tls2.c: New file.
8195         * elf/Makefile (tests): Add tst-tls2.
8196         (distribute): Add tls-macros.h.
8197
8198         * po/sv.po: Update from translation team.
8199
8200         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8201         architecture specific definitions from the actual test code.
8202
8203         * po/tr.po: Update from translation team.
8204
8205 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8206
8207         * elf/Makefile (tests): Add tst-tls1.
8208         * elf/tst-tls1.c: New file.
8209
8210         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8211         alignment of TCB for now.
8212
8213         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8214         initialization image for the application itself.
8215
8216         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8217         loop to initialize TLS block.
8218
8219 2002-02-08  Richard Henderson  <rth@redhat.com>
8220
8221         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8222         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8223
8224         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8225
8226 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8227
8228         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8229
8230 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8231
8232         * po/ca.po: Update from translation team.
8233         * po/sk.po: Likewise.
8234
8235         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8236         (dl_main): Move dtv/static TLS handling before relocation.
8237         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8238         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8239         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8240         so far uses TLS initialize GL(dl_tls_static_size) and
8241         GL(dl_tls_static_align) to account for the TCB.
8242         (_dl_allocate_tls): New function.
8243         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8244         _dl_initial_dtv_malloced.
8245
8246         * configure.in: Test for __builtin_memset more realistically.
8247
8248         * csu/version.c (banner): If TLS support is available say so.
8249
8250 2002-02-04  H.J. Lu  <hjl@gnu.org>
8251
8252         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8253         __attribute_used__.
8254         (__dl_runtime_resolve): Likewise.
8255
8256         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8257         declaration.
8258
8259 2001-11-15  H.J. Lu  <hjl@gnu.org>
8260
8261         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8262         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8263
8264         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8265
8266 2002-02-07  H.J. Lu  <hjl@gnu.org>
8267
8268         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8269         ".set noreorder".
8270         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8271         Likewise.
8272
8273 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8274
8275         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8276
8277         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8278         ___tls_get_addr_internal.
8279         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8280
8281         * po/ko.po: Update from translation team.
8282
8283 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8284
8285         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8286         attribute, change __pad{1,2} type to unsigned int.
8287         (struct stat64): Remove packed attribute.
8288
8289 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8290
8291         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8292
8293 2002-02-07  Andreas Schwab  <schwab@suse.de>
8294
8295         * configure.in: Fix check for -zcombreloc.
8296
8297 2002-02-06  H.J. Lu  <hjl@gnu.org>
8298
8299         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8300         * configure.in: Check if __builtin_memset really works.
8301         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8302         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8303
8304 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8305
8306         * io/bug-ftw3.c (main): Don't try the test if root.
8307
8308 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8309
8310         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8311         constraints.
8312         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8313         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8314         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8315         Likewise.
8316         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8317         a weak alias for __clone.
8318         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8319         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8320         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8321         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8322         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8323         a weak alias for __mmap64.
8324
8325 2002-02-05  H.J. Lu  <hjl@gnu.org>
8326
8327         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8328         (atomic_add): Likewise.
8329         (compare_and_swap): Likewise.
8330         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8331
8332 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8333
8334         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8335
8336         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8337         alignment of the TCB and store total size and alignment of static
8338         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8339         tls_index is a typedef.
8340         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8341         _dl_tls_static_align.
8342         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8343         * elf/dl-support.c: Define _dl_tls_static_size and
8344         _dl_tls_static_align.
8345
8346 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8347
8348         * configure.in: Add --without-tls option.
8349         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8350         --without-tls is given.
8351
8352         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8353
8354         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8355
8356 2002-02-06  Roland McGrath  <roland@frob.com>
8357
8358         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8359         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8360
8361         * scripts/versions.awk: Improve error message for missing version.
8362         Each version inherits from the last one only if they have the same
8363         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8364         but not GLIBC_x and FOO_y.
8365
8366         * scripts/firstversions.awk: Handle libraries that don't have each
8367         particular version named in the third column of shlib-versions.
8368
8369         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8370
8371 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8372
8373         * Versions.def [ld]: Add GLIBC_2.3.
8374         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8375         * elf/Makefile (dl-routines): Add dl-tls.
8376         (distribute): Add dl-tls.h.
8377         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8378         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8379         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8380         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8381         along with the other info in the link map.  Change queueing of init
8382         images for double linked list.  Use _dl_next_tls_modid to compute
8383         l_tls_modid.
8384         * elf/rtld.c (_dl_start_final): Store alignment requirement
8385         along with the other info in rtld map and executable map.
8386         (dl_main): Add ld.so to the init image list if necessary.  Compute
8387         final module ID with _dl_next_tls_modid.
8388         * include/link.h (struct link_map): Add l_tls_previmage and
8389         l_tls_align.
8390         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8391         * sysdeps/i386/elf/Versions: New file.
8392         * sysdeps/generic/dl-tls.c: New file.
8393         * sysdeps/generic/dl-tls.h: New file.
8394         * sysdeps/i386/dl-tls.h: New file.
8395
8396 2002-02-06  Roland McGrath  <roland@frob.com>
8397
8398         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8399         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8400
8401 2002-01-05  Roland McGrath  <roland@frob.com>
8402
8403         * sysdeps/mach/configure.in: New file.
8404         * sysdeps/mach/configure: New generated file.
8405
8406         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8407         It has never been used by anything.
8408
8409 2002-02-06  H.J. Lu  <hjl@gnu.org>
8410
8411         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8412         is included.
8413
8414 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8415
8416         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8417         attribute((packed)) to counter stupid people misusing gcc options.
8418         (struct stat64): Likewise.
8419
8420 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8421
8422         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8423         the variables which are used as booleans.
8424
8425 2002-02-06  Andreas Jaeger  <aj@suse.de>
8426
8427         * include/libc-symbols.h (INTUSE): Renamed from INT.
8428         * elf/dl-deps.c: Change users.
8429         * sysdeps/generic/dl-sysdep.c: Likewise.
8430         * sysdeps/generic/dl-cache.c: Likewise.
8431         * elf/dl-reloc.c: Likewise.
8432         * elf/rtld.c: Likewise.
8433         * elf/dl-version.c: Likewise.
8434         * elf/dl-load.c: Likewise.
8435         * elf/dl-dst.h: Likewise.
8436         * elf/dl-init.c: Likewise.
8437         * elf/dl-error.c: Likewise.
8438         * elf/dl-fini.c: Likewise.
8439         * elf/dl-runtime.c: Likewise.
8440         * elf/do-lookup.h: Likewise.
8441
8442         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8443         definition.
8444         * stdio-common/_itowa.h: Likewise.
8445
8446 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8447
8448         * elf/dl-minimal.c: Define _itoa_lower_digits.
8449
8450         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8451         DT_FLAGS set.
8452
8453         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8454         loading modules with the DF_STATIC_TLS flag set.
8455         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8456         element.
8457         * include/link.h (struct link_map): Add l_flags field.
8458         * elf/elf.h (DF_STATIC_TLS): New definition.
8459
8460         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8461         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8462
8463         * elf/rtld.c (process_dl_debug): Correct printing help message.
8464         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8465         for %s.
8466
8467         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8468         definition and pass &errno in use of this variable.
8469         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8470
8471 2002-02-04  Andreas Schwab  <schwab@suse.de>
8472
8473         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8474         * locale/programs/charmap-dir.c: Wrap calls that output messages
8475         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8476         * locale/programs/charmap.c: Likewise.
8477         * locale/programs/ld-address.c: Likewise.
8478         * locale/programs/ld-collate.c: Likewise.
8479         * locale/programs/ld-ctype.c: Likewise.
8480         * locale/programs/ld-identification.c: Likewise.
8481         * locale/programs/ld-measurement.c: Likewise.
8482         * locale/programs/ld-messages.c: Likewise.
8483         * locale/programs/ld-monetary.c: Likewise.
8484         * locale/programs/ld-name.c: Likewise.
8485         * locale/programs/ld-numeric.c: Likewise.
8486         * locale/programs/ld-paper.c: Likewise.
8487         * locale/programs/ld-telephone.c: Likewise.
8488         * locale/programs/ld-time.c: Likewise.
8489         * locale/programs/linereader.c: Likewise.
8490         * locale/programs/linereader.h: Likewise.
8491         * locale/programs/localedef.c: Likewise.
8492         * locale/programs/locfile.c: Likewise.
8493         * locale/programs/repertoire.c: Likewise.
8494
8495 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8496
8497         * elf/rtld.c (_dl_start_final): Determine load address to locate
8498         ehdr with GL(dl_rtld_map).l_map_start.
8499
8500         * po/ca.po: Update from translation team.
8501
8502         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8503         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8504         header entry.
8505         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8506         _dl_tls_module_cnt.
8507         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8508
8509 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8510
8511         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8512         * include/link.h (struct link_map): Add various members for TLS
8513         information.
8514         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8515         _rtld_tlsoffset, add _dl_initimage_list.
8516         * sysdeps/i386/dl-lookupcfg.h: New file.
8517         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8518         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8519         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8520         is used.
8521
8522         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8523         unused.
8524
8525         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8526         thread-pointer as soon as possible.
8527         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8528         elements in rtld_global.
8529         * sysdeps/generic/tls.h: New file.
8530         * elf/Makefile (distribute): Add tls.h.
8531         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8532         relocations.  Not complete yet.
8533
8534         * resolv/resolv.h: Allow user to define __need_res_state and only
8535         define __res_start structure then.
8536         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8537
8538         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8539         dl_cpuclock_offset initialization to _dl_start_final.
8540         (_dl_show_auxv): Avoid unnecessary sign extension.
8541         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8542
8543 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8544
8545         * config.h.in: Add HAVE_TLS_SUPPORT.
8546         * sysdeps/i386/elf/configure.in: New file.
8547
8548 2002-02-03  Andreas Schwab  <schwab@suse.de>
8549
8550         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8551         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8552
8553 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8554
8555         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8556         alloca if the memory reqirements are too high.
8557
8558 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8559
8560         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8561         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8562         the former is available anyway and speed isn't important here.
8563         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8564         * elf/dl-version.c (match_symbol): Likewise.
8565         (_dl_check_map_versions): Likewise.
8566         * elf/rtld.c (process_envvars): Likewise.
8567         (print_statistics): Likewise.
8568         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8569         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8570         bases.  Add assert to catch uses of unimplemented features.
8571         (__strsep): Add assert to catch uses of unimplemented features.
8572         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8573         and avoid inline optimization.
8574         * elf/rtld.c (process_envvars): Likewise.
8575         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8576         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8577         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8578
8579 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8580
8581         * stdio-common/_itoa.h: Minor simplifications of the code.
8582         * stdio-common/_itoa.c: Likewise.
8583
8584         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8585         instead of _dl_printf for debugging info output.
8586
8587         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8588         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8589
8590 2002-02-01  H.J. Lu  <hjl@gnu.org>
8591
8592         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8593         (atomic_add): Likewise.
8594         (compare_and_swap): Return 0 only when failed to compare. Use
8595         branch likely.
8596
8597         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8598         branch likely.
8599
8600 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8601
8602         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8603
8604 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8605
8606         * elf/dl-minimal.c (__strsep): New minimal implementation.
8607
8608 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8609
8610         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8611         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8612         with tm_isdst > 0 when the requested time falls within a
8613         spring-forward gap [PR libc/2894].
8614
8615 2002-02-03  Andreas Schwab  <schwab@suse.de>
8616
8617         * stdio-common/tst-rndseek.c: Increase timeout.
8618
8619 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8620
8621         Change ld.so to not use functions which are exported.  One cannot
8622         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8623         definitions.
8624         * include/libc-symbols.h: Define INT and INTDEF.
8625         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8626         _dl_signal_error_internal, _dl_map_object_internal,
8627         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8628         _dl_lookup_versioned_symbol_internal,
8629         _dl_relocate_object_internal, _dl_debug_state_internal,
8630         _dl_start_profile_internal, and _dl_unload_cache_internal.
8631         * include/dlfcn.h: Declare _dl_catch_error_internal.
8632         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8633         above.  Add INTDEF to function definitions.
8634         * elf/dl-debug.c: Likewise.
8635         * elf/dl-deps.c: Likewise.
8636         * elf/dl-dst.h: Likewise.
8637         * elf/dl-error.c: Likewise.
8638         * elf/dl-fini.c: Likewise.
8639         * elf/dl-init.c: Likewise.
8640         * elf/dl-load.c: Likewise.
8641         * elf/dl-lookup.c: Likewise.
8642         * elf/dl-misc.c: Likewise.
8643         * elf/dl-open.c: Likewise.
8644         * elf/dl-profile.c: Likewise.
8645         * elf/dl-reloc.c: Likewise.
8646         * elf/dl-runtime.c: Likewise.
8647         * elf/dl-version.c: Likewise.
8648         * elf/do-lookup.h: Likewise.
8649         * sysdeps/generic/dl-cache.c: Likewise.
8650         * sysdeps/generic/dl-sysdep.c: Likewise.
8651         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8652         instead of _dl_init.
8653         * sysdeps/arm/dl-machine.h: Likewise.
8654         * sysdeps/cris/dl-machine.h: Likewise.
8655         * sysdeps/hppa/dl-machine.h: Likewise.
8656         * sysdeps/i386/dl-machine.h: Likewise.
8657         * sysdeps/ia64/dl-machine.h: Likewise.
8658         * sysdeps/m68k/dl-machine.h: Likewise.
8659         * sysdeps/mips/dl-machine.h: Likewise.
8660         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8661         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8662         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8663         * sysdeps/sh/dl-machine.h: Likewise.
8664         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8665         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8666         * sysdeps/x86_64/dl-machine.h: Likewise.
8667         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8668
8669         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8670         and _dl_debug_initialize.
8671
8672         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
8673         more information.
8674         * elf/rtld.c (dl_main): Avoid strrchr.
8675         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8676         result of readlink.  Search from the back for '/'.
8677
8678         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8679         strncpy if possible.
8680
8681         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
8682         strncmp.
8683         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
8684         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8685         strspn, and strcspn.
8686         (process_envvars): Don't use strcspn.
8687
8688         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8689         (_dl_dst_substitute): Likewise.
8690
8691 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8692
8693         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8694         code which is never used when relocating ld.so itself.
8695
8696         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8697         starting ld.so itself.  Move l_addr variable initialization closer
8698         to use.
8699         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8700
8701 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8702
8703         * Versions.def (libc): Add GLIBC_PRIVATE.
8704         (libdb, libnss_db, libdb1): Remove.
8705         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8706         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8707         (libpthread): Add GLIBC_PRIVATE.
8708         (libresolv): Likewise, remove GLIBC_2.1.
8709         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8710         GLIBC_2.2.3, GLIBC_2.3.
8711         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8712         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8713         _dl_sym, _dl_vsym): Likewise.
8714         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8715         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8716         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8717         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8718         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8719         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8720         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8721         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8722         Likewise.
8723         (_dl_object_relocation_scope): Remove.
8724         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8725         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8726         __gconv_cache): Move to GLIBC_PRIVATE.
8727         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8728         __internal_setnetgrent): Likewise.
8729         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8730         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8731         * locale/Versions (__collate_element_hash, __collate_element_strings,
8732         __collate_symbol_classes, __collate_symbol_hash,
8733         __collate_symbol_strings, _nl_current_LC_COLLATE,
8734         _nl_current_LC_CTYPE): Likewise.
8735         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8736         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8737         (libnss_nis, libnss_nisplus): Likewise.
8738         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8739         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8740         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8741         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8742         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8743         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8744         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8745         __ns_get16, __ns_samename): Likewise.
8746         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8747         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8748         GLIBC_PRIVATE.
8749         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8750         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8751         __libc_connect): Likewise.
8752         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8753         Likewise.
8754         * stdlib/Versions (__libc_system): Likewise.
8755         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8756         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8757         * sysdeps/ia64/fpu/Versions: Likewise.
8758         * sysdeps/ia64/Versions: Likewise.
8759         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8760         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8761         to GLIBC_PRIVATE.
8762         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8763         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8764         __libc_sigaction): Likewise.
8765         * termios/Versions (__libc_tcdrain): Likewise.
8766
8767         * misc/sys/cdefs (__attribute_noinline__): Define.
8768         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8769         __attribute_noinline__.
8770
8771         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8772         * elf/dl-xstat64.c: New file.
8773         * elf/dl-fxstat64.c: New file.
8774         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8775         don't export __fxstat64 at multiple versions.
8776         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8777         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8778
8779 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8780
8781         * locale/program/ld-collate.c (collate_finish): Assign a wide
8782         char collation sequence value to multi character collating
8783         elements, and avoid over writing by non-character elements.
8784
8785 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8786
8787         * elf/Makefile (distribute): Add dl-procinfo.c.
8788         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8789         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8790
8791 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8792
8793         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8794         definition.
8795         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8796         _rtld_global struct.
8797         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8798         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8799         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8800         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8801         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8802         _dl_fpu_control_set): Remove unused externs.
8803         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8804         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8805         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8806         related variables in _rtld_global struct.
8807         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8808         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8809         unused extern.
8810
8811 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8812
8813         * sysdeps/generic/dl-procinfo.c: New file.
8814
8815 2002-02-01  Andreas Schwab  <schwab@suse.de>
8816
8817         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8818
8819 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8820
8821         * elf/rtld.c (_dl_start): Mark as internal_function.
8822         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8823         in register.
8824         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8825         General pretty printing.
8826
8827 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8828
8829         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8830         * elf/dl-reloc.c: Pretty printing.
8831         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8832         procinfo-related variables in rtld_global struct.
8833         * elf/dl-support.c: Likewise.
8834         * elf/rtld.c: Likewise.
8835         * sysdeps/i386/i686/Makefile: Likewise.
8836         * sysdeps/i386/i686/hp-timing.c: Likewise.
8837         * sysdeps/i386/i686/hp-timing.h: Likewise.
8838         * sysdeps/ia64/Makefile: Likewise.
8839         * sysdeps/ia64/hp-timing.c: Likewise.
8840         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8841         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8842         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8843         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8844         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8845         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8846         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8847         * sysdeps/x86_64/Makefile: Likewise.
8848
8849         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8850         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8851         _dl_debug_fd to rtld_global.
8852         * elf/Versions: Likewise.
8853         * elf/dl-close.c: Likewise.
8854         * elf/dl-iteratephdr.c: Likewise.
8855         * elf/dl-lookup.c: Likewise.
8856         * elf/dl-misc.c: Likewise.
8857         * elf/dl-open.c: Likewise.
8858         * elf/dl-support.c: Likewise.
8859         * elf/do-lookup.h: Likewise.
8860         * elf/rtld.c: Likewise.
8861         * sysdeps/generic/dl-cache.c: Likewise.
8862         * sysdeps/generic/dl-sysdep.c: Likewise.
8863         * sysdeps/ia64/Versions: Likewise.
8864         * sysdeps/unix/clock_gettime.c: Likewise.
8865         * sysdeps/unix/clock_settime.c: Likewise.
8866         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8867         * sysdeps/sparc/Versions: Removed.
8868         * sysdeps/i386/i686/Versions : Removed.
8869         * sysdeps/x86_64/Versions: Removed.
8870         * configure.in: Define HAVE_PROTECTED if .protected is available.
8871         * config.h.in: Add entry for HAVE_PROTECTED.
8872
8873 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8874
8875         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8876         code in struct _rtld_global.  Export this struct, remove all
8877         exports for the signal variables.
8878         * sysdeps/arm/dl-machine: Likewise.
8879         * sysdeps/generic/dl-origin: Likewise.
8880         * sysdeps/generic/dl-sysdep: Likewise.
8881         * sysdeps/generic/dl-cache: Likewise.
8882         * sysdeps/hppa/dl-fptr: Likewise.
8883         * sysdeps/hppa/dl-machine: Likewise.
8884         * sysdeps/cris/dl-machine: Likewise.
8885         * sysdeps/i386/dl-machine: Likewise.
8886         * sysdeps/ia64/dl-machine: Likewise.
8887         * sysdeps/m68k/dl-machine: Likewise.
8888         * sysdeps/mach/hurd/dl-sysdep: Likewise.
8889         * sysdeps/mips/mips64/dl-machine: Likewise.
8890         * sysdeps/mips/dl-machine: Likewise.
8891         * sysdeps/powerpc/elf/libc-start: Likewise.
8892         * sysdeps/powerpc/dl-machine: Likewise.
8893         * sysdeps/powerpc/dl-start: Likewise.
8894         * sysdeps/sparc/sparc32/dl-machine: Likewise.
8895         * sysdeps/sparc/sparc64/dl-machine: Likewise.
8896         * sysdeps/sh/dl-machine: Likewise.
8897         * sysdeps/s390/s390-32/dl-machine: Likewise.
8898         * sysdeps/s390/s390-64/dl-machine: Likewise.
8899         * sysdeps/unix/sysv/aix/libc-start: Likewise.
8900         * sysdeps/unix/sysv/aix/start-libc: Likewise.
8901         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8902         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8903         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8904         * sysdeps/x86_64/dl-machine: Likewise.
8905
8906 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8907
8908         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8909         are too high.
8910
8911 2002-01-31  Andreas Schwab  <schwab@suse.de>
8912
8913         * sysdeps/posix/readv.c: Check for ssize_t overflow.
8914
8915 2002-01-31  Andreas Schwab  <schwab@suse.de>
8916
8917         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8918         reference to _dl_pagesize.
8919
8920 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
8921
8922         * Versions.def [ld]: Add GLIBC_2.3.
8923         * elf/dl-addr.c: Move global variables for SHARED code in struct
8924         _rtld_global.  Export this struct, remove all exports for the
8925         signal variables.
8926         * elf/dl-close.c: Likewise.
8927         * elf/dl-conflict.c: Likewise.
8928         * elf/dl-debug.c: Likewise.
8929         * elf/dl-deps.c: Likewise.
8930         * elf/dl-dst.h: Likewise.
8931         * elf/dl-error.c: Likewise.
8932         * elf/dl-fini.c: Likewise.
8933         * elf/dl-init.c: Likewise.
8934         * elf/dl-iteratephdr.c: Likewise.
8935         * elf/dl-libc.c: Likewise.
8936         * elf/dl-load.c: Likewise.
8937         * elf/dl-lookup.c: Likewise.
8938         * elf/dl-minimal.c: Likewise.
8939         * elf/dl-object.c: Likewise.
8940         * elf/dl-open.c: Likewise.
8941         * elf/dl-profile.c: Likewise.
8942         * elf/dl-profstub.c: Likewise.
8943         * elf/dl-reloc.c: Likewise.
8944         * elf/dl-runtime.c: Likewise.
8945         * elf/dl-support.c: Likewise.
8946         * elf/dl-sym.c: Likewise.
8947         * elf/dl-version.c: Likewise.
8948         * elf/do-lookup.h: Likewise.
8949         * elf/do-rel.h: Likewise.
8950         * elf/dynamic-link.h: Likewise.
8951         * elf/rtld.c: Likewise.
8952         * sysdeps/generic/dl-cache.c: Likewise.
8953         * sysdeps/generic/dl-sysdep.c: Likewise.
8954         * sysdeps/generic/ldsodefs.h: Likewise.
8955         * sysdeps/generic/libc-start.c: Likewise.
8956         * sysdeps/i386/dl-machine.h: Likewise.
8957         * sysdeps/ia64/dl-fptr.c: Likewise.
8958         * sysdeps/ia64/dl-machine.h: Likewise.
8959         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8960         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8961         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8962         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8963         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8964         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8965         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8966         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8967
8968 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8969
8970         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
8971         to avoid warning
8972         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
8973
8974         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
8975         SHARED version.
8976         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
8977
8978         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
8979
8980 2002-01-29  Ben Collins  <bcollins@debian.org>
8981
8982         * string/bits/string2.h (__mempcpy): Protect size arg for
8983         addition when using __builtin_memcpy.
8984
8985 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8986
8987         * stdlib/Makefile (tests): Add tst-qsort.
8988         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
8989
8990         * manual/signal.texi (Process Signal Mask): Document that
8991         pthread_sigmask, not sigprocmask, must be used in MT programs.
8992         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
8993
8994         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
8995         found.
8996         * misc/Makefile (tests): Add tst-hsearch.
8997         * misc/tst-hsearch.c: New file.
8998
8999 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9000
9001         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9002         * malloc/malloc.h: Likewise.
9003         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9004         * malloc/arena.c: New file.
9005         * malloc/hooks.c: New file.
9006         * malloc/tst-mallocstate.c: New file.
9007         * malloc/Makefile: Add new testcase tst-mallocstate.
9008         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9009
9010 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9011
9012         * stdlib/msort.c: Remove last patch.  The optimization violates the
9013         same rule which qsort.c had problems with.
9014
9015 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9016
9017         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9018         to a pivot element that lies outside the array to be sorted, as
9019         ISO C99 requires that the comparison function be called only with
9020         addresses of array elements [PR libc/2880].
9021
9022 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9023
9024         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9025         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9026
9027         * timezone/asia: Update from tzdata2002b.
9028         * timezone/australasia: Likewise.
9029         * timezone/backward: Likewise.
9030         * timezone/europe: Likewise.
9031         * timezone/leapseconds: Likewise.
9032         * timezone/iso3166.tab: Likewise.
9033         * timezone/zone.tab: Likewise.
9034
9035 2002-01-23  Richard Henderson  <rth@redhat.com>
9036
9037         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9038
9039 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9040
9041         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9042         this element [PR libc/2855].
9043
9044         * string/strcoll.c: Handle zero-length arguments specially
9045         [PR libc/2856].
9046
9047 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9048
9049         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9050         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9051         short lengths and constant src.
9052         (strcpy): Don't optimize for gcc 3.0+.
9053         (__stpcpy): For gcc 3.0+, don't use
9054         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9055         for short string literal src.
9056
9057 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9058
9059         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9060         Set for arm, too.
9061
9062 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9063
9064         * manual/llio.texi (Linked Channels, Cleaning Streams):
9065         Make it clearer that a just-opened input stream might need cleaning.
9066
9067 2002-01-21  H.J. Lu  <hjl@gnu.org>
9068
9069         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9070         Don't use label at end of compound statement.
9071
9072 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9073
9074         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9075         Remove test for negative integer arg; sin_pi does it correctly.
9076
9077 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9078
9079         * nscd/Makefile (distribute): Filter out xmalloc.c.
9080
9081 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9082
9083         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9084         Set offset if read end wasn't the buffer end.
9085         (_IO_file_seekoff_mmap): New function.
9086         (_IO_file_xsgetn_mmap): New function.
9087         (_IO_file_jumps_mmap): Use the two new functions.
9088         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9089         != end buffer.
9090         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9091         _IO_file_underflow_mmap.
9092         * libio/iofopen.c: Don't position file descriptor at end of file.
9093         * libio/tst-widetext.c: Improve error messages.
9094         * stdio-common/tst-rndseek.c: Likewise.
9095
9096 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9097
9098         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9099         end of enum for !_GNU_SOURCE.
9100         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9101         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9102         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9103         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9104         values unless _GNU_SOURCE.
9105
9106         * iconvdata/tcvn5712-1.c: Minor cleanups.
9107
9108 2002-01-18  Andreas Schwab  <schwab@suse.de>
9109
9110         * sysdeps/unix/sysv/linux/configure.in
9111         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9112
9113 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9114
9115         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9116         more efficient "Towers of Hanoi" mergesort.
9117         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9118         for generic, sizeof(int) and sizeof(long) variants respectively.
9119
9120 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9121
9122         * manual/syslog.texi (openlog): Describe possible problems with
9123         first parameter.
9124         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9125
9126         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9127         * nscd/connections.c (begin_drop_privileges): New function.
9128         (finish_drop_privileges): New function.
9129         (nscd_init): Call the new functions which also install all groups
9130         for the server user.
9131         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9132         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9133
9134 2002-01-17  H.J. Lu  <hjl@gnu.org>
9135
9136         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9137         `const' from `got'.
9138
9139 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9140
9141         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9142         instructions for pointer operations.
9143         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9144
9145 2002-01-17  Andreas Jaeger  <aj@suse.de>
9146
9147         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9148         __uint128_t build-in.
9149
9150         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9151         PowerPC, sync with 2.2 branch.
9152
9153 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9154
9155         * posix/getconf.c: Update copyright year.
9156         * nss/getent.c: Likewise.
9157         * nscd/nscd_nischeck.c: Likewise.
9158         * iconv/iconvconfig.c: Likewise.
9159         * iconv/iconv_prog.c: Likewise.
9160         * elf/ldconfig.c: Likewise.
9161         * catgets/gencat.c: Likewise.
9162         * csu/version.c: Likewise.
9163         * elf/ldd.bash.in: Likewise.
9164         * elf/sprof.c (print_version): Likewise.
9165         * locale/programs/locale.c: Likewise.
9166         * locale/programs/localedef.c: Likewise.
9167         * nscd/nscd.c (print_version): Likewise.
9168         * debug/xtrace.sh: Likewise.
9169         * malloc/memusage.sh: Likewise.
9170         * malloc/mtrace.pl: Likewise.
9171
9172 2002-01-16  Andreas Schwab  <schwab@suse.de>
9173
9174         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9175         reliably remove "-ia64" from rtld name.
9176
9177 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9178
9179         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9180         Patch by Yu Shao <yshao@redhat.com>.
9181
9182 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9183
9184         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9185         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9186         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9187
9188 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9189
9190         * sysdeps/s390/fpu/libm-test-ulps: Update.
9191
9192 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9193
9194         * elf/elf.h: Update x86 relocations.
9195
9196 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9197
9198         * locale/programs/charmap.c (new_width): Check whether byte
9199         sequences for both ends of range have the same length.
9200
9201 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9202
9203         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9204
9205 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9206
9207         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9208         string literals.
9209         (__full_ieee754_sqrt): Add __attribute_used__.
9210
9211 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9212
9213         * sysdeps/generic/group_member.c (__group_member): Also check
9214         groups[0] [PR libc/2781].
9215
9216 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9217
9218         * Makefile (distribute): Add scripts/cpp.
9219         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9220         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9221         unwind-dw2-fde.h, and dwarf2.h.
9222         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9223         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9224         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9225         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9226
9227 2002-01-07  Roland McGrath  <roland@frob.com>
9228
9229         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9230         volatile on type of ARGC so the compiler doesn't get clever.
9231
9232 2002-01-07  Andreas Jaeger  <aj@suse.de>
9233
9234         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9235         * sysdeps/i386/bits/byteswap.h: Likewise.
9236         * sysdeps/ia64/bits/byteswap.h: Likewise.
9237         * sysdeps/m68k/bits/byteswap.h: Likewise.
9238         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9239         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9240
9241 2002-01-02  Bruno Haible  <bruno@clisp.org>
9242
9243         * intl/plural.y: Fix %expect count.
9244
9245 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9246
9247         * elf/Makefile (routines, shared-only-routines): Add
9248         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9249         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9250         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9251         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9252         Optimize if .eh_frame section contains no FDEs.
9253         (__register_frame, __deregister_frame_info_bases,
9254         __deregister_frame): Likewise.
9255         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9256         DW_CFA_restore handling.
9257
9258 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9259
9260         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9261
9262         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9263         for x < 0.25 and restore original range reduction method.
9264         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9265
9266 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9267
9268         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9269         (_IO_file_close_mmap): New function.
9270         (_IO_file_jumps_mmap): New variable.
9271         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9272         trying to convert rest of byte buffer.
9273         (_IO_wfile_underflow_mmap): New function.
9274         (_IO_wfile_jumps_mmap): New variable.
9275         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9276         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9277         (_IO_new_fopen): Call __fopen_internal.
9278         * libio/iofopen64.c: Just call __fopen_internal.
9279         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9280         successfully.
9281         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9282         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9283         _IO_file_close_mmap.
9284
9285         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9286         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9287
9288         * stdio-common/Makefile (tests): Add tst-rndseek.
9289         * stdio-common/tst-rndseek.c: New file.
9290
9291 2002-01-05  Roland McGrath  <roland@frob.com>
9292
9293         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9294         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9295         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9296         * sysdeps/mach/hurd/configure: Regenerated.
9297
9298 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9299
9300         * elf/elf.h: Add more TLS definitions.
9301
9302 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9303
9304         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9305
9306 2002-01-02  Roland McGrath  <roland@frob.com>
9307
9308         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9309         __sigisemptyset.  Don't use MASK uninitialized.
9310
9311         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9312         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9313         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9314         __sigdelset, __sigaddset, __sigorset.
9315
9316         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9317         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9318
9319         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9320         _hurd_ports is null.
9321
9322         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9323         for old CMU and new OSF Mach interface flavors.
9324         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9325         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9326
9327         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9328
9329         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9330         Pass extra arguments to task_create for OSF variant.
9331         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9332
9333         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9334         conditional on [HAVE_AUX_VECTOR].
9335
9336         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9337         mach_msg_timeout_t as type of final argument.
9338
9339         * hurd/privports.c (__get_privileged_ports):
9340         Change host_priv_t to mach_port_t in argument type.
9341         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9342         Update decls.
9343
9344         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9345         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9346         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9347         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9348         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9349         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9350
9351 2002-01-01  Roland McGrath  <roland@frob.com>
9352
9353         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9354
9355 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9356
9357         * include/stdlib.h: Define inlines for the _l variants of the strto*
9358         functions.
9359
9360 2002-01-01  Roland McGrath  <roland@frob.com>
9361
9362         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9363
9364         * mach/Machrules (MIG): Set CPP as well as CC.
9365
9366 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9367
9368         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9369         locale to parse /proc/loadavg [PR libc/2760].
9370
9371 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9372
9373         * elf/dl-conflict.c: Include sys/param.h.
9374         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9375         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9376         warning.
9377         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9378         literals to avoid warnings.
9379
9380 2001-12-31  Andreas Jaeger  <aj@suse.de>
9381
9382         * configure.in: Don't check for gsed since we do not use it anywhere.
9383
9384 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9385
9386         * io/fts.c: Update from BSD to fix memory leaks.
9387
9388 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9389
9390         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9391         * elf/chroot_canon.c: Likewise.
9392         * elf/dl-object.c: Likewise.
9393         * iconv/iconv_charmap.c: Likewise.
9394         * iconv/iconv_prog.c: Likewise.
9395         * libio/iogetdelim.c: Likewise.
9396         * locale/lc-time.c: Likewise.
9397         * stdlib/canonicalize.c: Likewise.
9398         * sunrpc/svc.c: Likewise.
9399         * sysdeps/generic/glob.c: Likewise.
9400
9401 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9402
9403         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9404         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9405         remove high order bit from the program counter.
9406         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9407
9408 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9409
9410         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9411         unnecessary code and add missing reloc types.
9412         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9413         case for reloc type R_390_NONE.
9414
9415 2001-12-28  Andreas Jaeger  <aj@suse.de>
9416
9417         * io/bug-ftw3.c: Include string.h for prototypes.
9418
9419         * crypt/md5test.c (main): Remove unused variable.
9420
9421         * dlfcn/modstatic.c: Add prototype to avoid warning.
9422
9423 2001-12-26  Roland McGrath  <roland@frob.com>
9424
9425         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9426         check only (SS->pending & MASK) for the signal to return.
9427         From Jeroen Dekkers <jeroen@dekkers.cx>.
9428
9429 2001-12-22  Roland McGrath  <roland@frob.com>
9430
9431         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9432         Use preprocessor #if conditionals instead of `if' to avoid
9433         warnings about divide by zero in dead code.
9434
9435         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9436         _hurd_port_init, and __hurd_self_sigstate.
9437
9438         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9439
9440 2001-12-21  Andreas Jaeger  <aj@suse.de>
9441
9442         * elf/dblloadmod1.c: Add prototype to avoid warning.
9443         * elf/dblloadmod2.c: Likewise.
9444         * elf/dblloadmod3.c: Likewise.
9445         * elf/reldepmod5.c: Likewise.
9446         * elf/reldepmod6.c: Likewise.
9447
9448         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9449         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9450         used on all architectures.
9451
9452         * sunrpc/svc_tcp.c: Add noreturn attribute for
9453         svctcp_rendezvous_abort.
9454         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9455
9456         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9457         to avoid warning.
9458
9459 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9460
9461         * manual/llio.texi (aio_fsync): Fix a typo.
9462         Patch by Tammy Fox <tfox@redhat.com>.
9463
9464 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9465
9466         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9467         stack bias from child stack pointer before passing it to clone syscall.
9468
9469 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9470
9471         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9472         _SC_TZNAME_MAX.
9473         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9474         Reported by Thorsten Kukuk <kukuk@suse.de>.
9475
9476         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9477         add some casts.
9478
9479         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9480
9481 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9482
9483         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9484         conforming: return EBADF if file descriptor is invalid and EINVAL
9485         if file descriptor is no valid tty.
9486         * login/tst-grantpt.c: New file.
9487         * login/Makefile (tests): Add tst-grantpt.
9488
9489 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9490
9491         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9492         different than implemented in last patch.
9493         * io/bug-ftw3.c: Adjust test for changed handling of
9494         inaccessibility of toplevel dir.
9495
9496 2001-12-16  Roland McGrath  <roland@frob.com>
9497
9498         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9499         * grp/initgroups.c (internal_getgrouplist): Likewise.
9500
9501         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9502         `default:' to silence new GCC warning.
9503         Rewrite cast of lvalue to silence new GCC warning.
9504
9505         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9506
9507         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9508         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9509
9510 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9511
9512         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9513         Patch by Stephen R. van den Berg.
9514
9515         * crypt/md5.h: Define md5_uintptr.
9516
9517 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9518
9519         * libio/tst_swprintf.c (main): Add test for string argument with
9520         zero precision.
9521         * stdio-common/Makefile (tests): Add tst-sprintf.
9522         * stdio-common/tst-sprintf.c: New file.
9523
9524 2001-12-13  Andreas Schwab  <schwab@suse.de>
9525
9526         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9527         zero precision with wide character string format.
9528
9529 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9530
9531         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9532         but have a user supplied buffer, return the empty buffer, not NULL.
9533
9534 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9535
9536         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9537         Patch by Eric Sharkey <sharkey@netrics.com>.
9538
9539         * crypt/md5test.c (main): Add test for multiple calls to
9540         __md5_process_bytes to itererate over input string.
9541
9542 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9543
9544         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9545         from __nis_findfastest.  Take timeout value from parameter.
9546         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9547         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9548         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9549
9550 2001-12-12  Andreas Jaeger  <aj@suse.de>
9551
9552         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9553         combreloc test so that it works in this case.
9554
9555         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9556
9557 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9558
9559         * sysdeps/sh/Makefile: New file.
9560         * sysdeps/sh/_mcount.S: New file.
9561         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9562         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9563
9564 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9565
9566         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9567         limitation [PR libc/2564].
9568
9569 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9570
9571         * elf/Makefile (dl-routines): Add conflict.
9572         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9573         (ld.so): Add _begin local symbol.
9574         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9575         Define.
9576         * elf/dl-deps.c (_dl_build_local_scope): New function.
9577         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9578         of all libraries.
9579         * elf/do-rel.h (VALIDX): Define.
9580         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9581         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9582         can be skipped.
9583         * elf/dl-conflict.c: New file.
9584         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9585         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9586         non-NULL.
9587         (_dl_lookup_symbol_skip): Likewise.
9588         (_dl_lookup_versioned_symbol): Likewise.
9589         (_dl_lookup_versioned_symbol_skip): Likewise.
9590         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9591         define to ElfW(Rel).
9592         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9593         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9594         ranges.
9595         Don't adjust address dynamic tags if l_addr is 0.
9596         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9597         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9598         (VALIDX, ADDRIDX): Define.
9599         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9600         (dl_main): Print library list for LD_TRACE_PRELINKING.
9601         If prelinking information can be used, skip relocating libraries and
9602         call _dl_resolve_conflicts instead.
9603         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9604         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9605         if LD_TRACE_PRELINKING.
9606         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9607         + DT_ADDRNUM.
9608         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9609         (DL_DEBUG_PRELINK): Define.
9610         (_dl_resolve_conflicts): Add prototype.
9611
9612         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9613         .plt for prelinked libraries where prelinking info cannot be used.
9614         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9615         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9616         * sysdeps/arm/bits/link.h: New file.
9617         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9618         content of .got[1].
9619         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9620         (ELF_MACHINE_PLT_REL): Define.
9621         (elf_machine_rela, elf_machine_rela_relative): New functions.
9622         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9623         of adjusting it if prelinked and prelinking cannot be used.
9624         * sysdeps/i386/bits/link.h: New file.
9625         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9626         content of .got[1].
9627         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9628         (ELF_MACHINE_PLT_REL): Define.
9629         (elf_machine_rela, elf_machine_rela_relative): New functions.
9630         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9631         of adjusting it if prelinked and prelinking cannot be used.
9632         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9633         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9634         to find out map for R_PPC_JMP_SLOT relocs.
9635         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9636         (OPCODE_BA): Define.
9637         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9638         libraries where prelinking info cannot be used.
9639         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9640         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9641         (elf_machine_rela): Set value to 0 if relocating conflicts.
9642         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9643         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9644         (sparc64_fixup_plt): Fix a typo.
9645         (elf_machine_rela): Set value to 0 if relocating conflicts.
9646         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9647         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9648         libraries where prelinking info cannot be used.
9649         * sysdeps/sh/bits/link.h: New file.
9650         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9651         content of .got[1].
9652         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9653         of adjusting it if prelinked and prelinking cannot be used.
9654         * sysdeps/s390/s390-32/bits/link.h: New file.
9655         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9656         Save original content of .got[1].
9657         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9658         of adjusting it if prelinked and prelinking cannot be used.
9659         * sysdeps/s390/s390-64/bits/link.h: New file.
9660         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9661         Save original content of .got[1].
9662         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9663         of adjusting it if prelinked and prelinking cannot be used.
9664         * sysdeps/x86_64/bits/link.h: New file.
9665         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9666         Save original content of .got[1].
9667         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9668         of adjusting it if prelinked and prelinking cannot be used.
9669
9670 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9671
9672         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9673         where appropriate instead of numbers.  Little optimizations.
9674
9675 2001-12-10  Roland McGrath  <roland@frob.com>
9676
9677         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9678         set it.
9679
9680         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9681         set to GLIBC_2.2.5, not GLIBC_2.2.4.
9682
9683         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9684         Fix conditionals so this is set by default for stdio and not for libio.
9685         * sysdeps/mach/hurd/configure: Regenerated.
9686
9687 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
9688
9689         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9690
9691 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
9692
9693         * io/Makefile (tests): Add bug-ftw3.
9694         * io/bug-ftw3.c: New file.
9695
9696         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9697         matches and GLOB_NOCHECK is set.
9698         * posix/globtest.sh: Correct expected result for NOCHECK test.
9699
9700         * po/ca.po: Update from translation team.
9701
9702 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9703
9704         Implement transliteration of characters in strings of the locale
9705         definitions.
9706         * locale/programs/linereader.c: Adjust for additional parameter to
9707         lr_token.
9708         (get_string): If character <Uxxxx> is not found try to transliterate
9709         it.
9710         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9711         lr_token.  Add const to charmap parameter of all functions.
9712         (find_translit, find_translit2): New functions.
9713         * locale/programs/charmap.c: Adjust for additional parameter to
9714         lr_token.
9715         * locale/programs/repertoire.c: Likewise.
9716         * locale/programs/linereader.h: Likewise.
9717         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9718         parameter of all functions.
9719         * locale/programs/ld-collate.c: Likewise.
9720         * locale/programs/ld-identification.c: Likewise.
9721         * locale/programs/ld-measurement.c: Likewise.
9722         * locale/programs/ld-messages.c: Likewise.
9723         * locale/programs/ld-monetary.c: Likewise.
9724         * locale/programs/ld-name.c: Likewise.
9725         * locale/programs/ld-numeric.c: Likewise.
9726         * locale/programs/ld-paper.c: Likewise.
9727         * locale/programs/ld-paper.c: Likewise.
9728         * locale/programs/ld-telephone.c: Likewise.
9729         * locale/programs/ld-time.c: Likewise.
9730         * locale/programs/locfile.c: Likewise.
9731         * locale/programs/localedef.c: Likewise.
9732         * locale/programs/localedef.h: Likewise.
9733         * locale/programs/locfile.h: Likewise.  Add declaration for
9734         find_translit.
9735         * locale/programs/simple-hash.c: Add const to first parameter of
9736         find_entry, iterate_table, and lookup.
9737         * locale/programs/simple-hash.h: Likewise.
9738         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9739         instead.
9740         * include/locale.h: Define __LC_LAST.
9741         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9742
9743 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9744
9745         * sysdeps/powerpc/Dist: Update for recent FP changes.
9746         * sysdeps/powerpc/fpu/Dist: Likewise.
9747
9748 2001-12-07  Andreas Schwab  <schwab@suse.de>
9749
9750         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9751
9752 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9753
9754         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9755         save/restore functions here.
9756         (libm-support): Don't define these functions here.
9757         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9758         functions here.
9759         * sysdeps/powerpc/fe_nomask.c: Move to...
9760         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9761         * sysdeps/powerpc/fprrest.S: Move to...
9762         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9763         * sysdeps/powerpc/fprsave.S: Move to...
9764         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9765
9766 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9767
9768         * sysdeps/unix/sysv/linux/opensock.c: New file.
9769
9770 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9771
9772         * config.make.in (with-fp): Define from configure.
9773         * configure.in: Substitute with_fp.
9774         * configure: Regenerate.
9775         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9776         specified, and don't change FPU environment.
9777
9778 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9779
9780         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9781         * assert/assert.c: Check result of __asprintf call and don't use
9782         string if it failed.
9783         * assert/assert-perr.c: Likewise.
9784         * inet/rcmd.c: Likewise.
9785         * locale/programs/localedef.c (main): Check result of
9786         construct_output_path and exit if it failed.
9787         (construct_output_path): Check result of asprintf and mkdir calls and
9788         fail if they failed.
9789         * posix/getopt.c: Check result of __asprintf calls and fail if
9790         they failed.
9791         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9792
9793 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9794
9795         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9796         patch.
9797         * sysdeps/generic/strncase.c: Likewise.
9798         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9799
9800 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9801
9802         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9803
9804         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9805         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9806         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9807         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9808         * sysdeps/powerpc/fclrexcpt.c: Move to...
9809         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9810         * sysdeps/powerpc/fpu_control.h: Move to...
9811         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9812
9813 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9814
9815         * iconvdata/ibm1129.h: Remove duplicate mappings.
9816         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9817         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9818         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9819
9820         * timezone/zic.c: Fix handling of turnaround times.
9821         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9822
9823 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9824
9825         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9826         overflow problem.
9827
9828 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9829
9830         * posix/regex.c: For use outside glibc defined bounded pointer
9831         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9832
9833         * iconvdata/Makefile (modules): Add TCVN5712-1.
9834         * iconvdata/TESTS: Add TCVN5712-1.
9835         * iconvdata/gconv-modules: Likewise.
9836         * iconvdata/tcvn5712-1.c: New file.
9837         * iconvdata/testdata/TCVN-5712: New file.
9838         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9839
9840 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9841
9842         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9843
9844 2001-12-02  Roland McGrath  <roland@frob.com>
9845
9846         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9847
9848         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9849         Reported by Jeff Bailey <jbailey@nisa.net>.
9850
9851         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9852         Reported by Jeff Bailey <jbailey@nisa.net>.
9853
9854         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9855         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9856         Reported by Jeff Bailey <jbailey@nisa.net>.
9857
9858 2001-12-01  Roland McGrath  <roland@frob.com>
9859
9860         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9861         missing backslash in test arguments.
9862         * sysdeps/mach/hurd/configure: Regenerated.
9863
9864 2001-11-26  Roland McGrath  <roland@frob.com>
9865
9866         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9867         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9868
9869 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9870
9871         * iconvdata/Makefile (modules): Add ARMSCII-8.
9872         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9873         * iconvdata/armscii-8.c: New file.
9874
9875 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9876
9877         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9878         don't match, fix {{a,b},c} globbing, clean up.
9879         Patch by Flavio Veloso <flaviovs@magnux.com>.
9880         * posix/globtest.sh: Add new tests.
9881
9882 2001-11-29  Andreas Jaeger  <aj@suse.de>
9883
9884         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9885         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9886
9887         * sysdeps/generic/abort.c: Include libioP.h for
9888         _IO_flush_all_lockp prototype.
9889
9890 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
9891
9892         * posix/regex.h: Define __restrict_arr correctly.
9893
9894 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9895
9896         * iconvdata/ibm1163.c: New file.
9897         * iconvdata/ibm1163.h: New file.
9898         * iconvdata/ibm1164.c: New file.
9899         * iconvdata/ibm1164.h: New file.
9900         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9901         * iconvdata/Makefile: Likewise.
9902         * iconvdata/testdata/IBM1163: New file.
9903         * iconvdata/testdata/IBM1163..UTF8: New file.
9904         * iconvdata/testdata/IBM1164: New file.
9905         * iconvdata/testdata/IBM1164..UTF8: New file.
9906         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9907
9908         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
9909         * iconvdata/ibm1124.h: Likewise.
9910         * iconvdata/ibm1132.h: Likewise.
9911         * iconvdata/ibm1133.h: Likewise.
9912         * iconvdata/ibm1160.h: Likewise.
9913         * iconvdata/ibm1161.h: Likewise.
9914         * iconvdata/ibm1162.h: Likewise.
9915         * iconvdata/ibm856.h: Likewise.
9916         * iconvdata/ibm922.h: Likewise.
9917         * iconvdata/ibm930.h: Likewise.
9918         * iconvdata/ibm932.h: Likewise.
9919         * iconvdata/ibm933.h: Likewise.
9920         * iconvdata/ibm935.h: Likewise.
9921         * iconvdata/ibm937.h: Likewise.
9922         * iconvdata/ibm939.h: Likewise.
9923         * iconvdata/ibm943.h: Likewise.
9924         * iconvdata/ibm930.c: Pretty printing.
9925         * iconvdata/ibm937.c: Avoid access accross array boundary.
9926
9927         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9928         the current locale's codeset.
9929         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9930         empty input string.
9931         * iconv/iconv_prog.c: Pass empty strings as default value for to-
9932         and from-charset.  Don't determine locale's charset here.
9933
9934         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
9935         as the old _IO_flush_all but lock only if parameter is nonzero.
9936         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9937         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9938         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9939         if libio is used [PR libc/2575].
9940
9941 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
9942
9943         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9944         __signbitl): Only define for ISO C99.
9945
9946 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9947
9948         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9949         herrnop to NETDB_INTERNAL if we run out of buffer space.
9950
9951 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9952
9953         * nss/nss_files/files-XXX.c (internal_getent): Correct input
9954         overflow test for platforms with signed char.
9955         Reported by Andrew Haley <aph@cambridge.redhat.com>.
9956
9957 2001-11-28  Bruno Haible  <bruno@clisp.org>
9958
9959         * locale/programs/simple-hash.c (lookup_2): Remove function.
9960         (insert_entry_2): Call lookup instead of lookup_2.
9961
9962 2001-03-04  Bruno Haible  <bruno@clisp.org>
9963
9964         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9965
9966 2001-10-31  Bruno Haible  <bruno@clisp.org>
9967
9968         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9969
9970 2001-03-21  Bruno Haible  <bruno@clisp.org>
9971
9972         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
9973         chokes on empty macro arguments.
9974         * intl/plural.y: Add #pragma for alloca on AIX 3.
9975
9976 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
9977
9978         * intl/dcigettext.c (guess_category_value): Only implement for
9979         glibc.  Otherwise rely on function _nl_locale_name which isn't
9980         present in the glibc sources.
9981
9982 2001-09-24  Bruno Haible  <bruno@clisp.org>
9983
9984         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
9985         transliteration when building on a glibc system but outside glibc.
9986
9987 2001-09-22  Bruno Haible  <bruno@clisp.org>
9988
9989         * intl/plural-eval.c: New file, extracted from dcigettext.c.
9990         * intl/dcigettext.c (plural_eval): Remove function, moved to
9991         intl/plural-eval.c.
9992         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
9993         Include plural-eval.c.
9994
9995 2001-09-22  Bruno Haible  <bruno@clisp.org>
9996
9997         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
9998         don't start with a digit; nplurals must be positive.
9999
10000 2001-09-02  Bruno Haible  <bruno@clisp.org>
10001
10002         * intl/plural-exp.h: New file, extracted from gettextP.h.
10003         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10004         * intl/gettextP.h (struct expression, struct parse_args,
10005         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10006         * intl/loadmsgcat.c: Include plural-exp.h.
10007         (PLURAL_PARSE): Move macro to plural-exp.h.
10008         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10009         plural-exp.c.
10010         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10011         EXTRACT_PLURAL_EXPRESSION.
10012         (_nl_unload_domain): Update.
10013         * intl/dcigettext.c: Include plural-exp.h.
10014         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10015         (FREE_EXPRESSION): Move macro to plural-exp.h.
10016         * intl/Makefile (routines): Add plural-exp.
10017         (distribute): Add plural-exp.h.
10018
10019 2001-07-28  Bruno Haible  <bruno@clisp.org>
10020
10021         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10022         isdigit, tolower argument to 'unsigned char'.
10023         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10024         'unsigned char'.
10025         * intl/localealias.c (read_alias_file): Cast isspace argument to
10026         'unsigned char'.
10027
10028 2001-10-20  Bruno Haible  <bruno@clisp.org>
10029
10030         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10031         anyway.)
10032         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10033         with the variable 'index' in plural_lookup.
10034         * intl/l10nflist.c (strchr): Likewise.
10035         * intl/localealias.c (strchr): Likewise.
10036
10037         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10038         * intl/bindtextdom.c: Likewise.
10039         * intl/dcigettext.c: Likewise.
10040         * intl/dgettext.c: Likewise.
10041         * intl/dngettext.c: Likewise.
10042         * intl/explodename.c: Likewise.
10043         * intl/finddomain.c: Likewise.
10044         * intl/gettext.c: Likewise.
10045         * intl/l10nflist.c: Likewise.
10046         * intl/loadmsgcat.c: Likewise.
10047         * intl/localealias.c: Likewise.
10048         * intl/ngettext.c: Likewise.
10049         * intl/textdomain.c: Likewise.
10050         * intl/gettext.h: Assume <limits.h> exists.
10051
10052 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10053
10054         * stdio-common/Makefile (tests): Add scanf11.
10055         * stdio-common/scanf11.c: New file.
10056
10057 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10058
10059         * version.h (RELEASE): Define as development.
10060         (VERSION): Set to 2.2.90.
10061
10062 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10063
10064         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10065         * nis/nss_nis/nis-grp.c: Likewise.
10066         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10067
10068         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10069         * nis/nss_nis/nis-pwd.c: Likewise.
10070         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10071
10072         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10073         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10074         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10075
10076         * nscd/grpcache.c: Use strtoul instead of atol.
10077         * nscd/pwdcache.c: Likewise.
10078         * nss/getent.c: Likewise.
10079
10080 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10081
10082         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10083         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10084
10085 2001-11-19  Bruno Haible  <bruno@clisp.org>
10086
10087         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10088         90%.
10089         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10090         improves the quality of the hash function, especially for short
10091         strings.
10092
10093 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10094
10095         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10096         are found call conv_error and not input_error [PR libc/2669].
10097
10098         * math/bits/mathcalls.h: Mark ceil and floor as const.
10099         Reported by David Mosberger.
10100
10101 2001-11-21  Jim Meyering  <meyering@lucent.com>
10102
10103         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10104         Define to be __-prefixed.
10105         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10106
10107 2001-11-26  Andreas Jaeger  <aj@suse.de>
10108
10109         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10110         avoid warning.
10111
10112 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10113
10114         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10115         initialization.
10116
10117         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10118         unused variables.  Fix threshold for returning 1.0.
10119
10120         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10121         argument.
10122
10123         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10124         remove unused variables.
10125
10126         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10127
10128         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10129         include local math header files.
10130
10131 2001-11-22  Andreas Jaeger  <aj@suse.de>
10132
10133         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10134         avoid warning.
10135
10136 2001-11-21  Andreas Jaeger  <aj@suse.de>
10137
10138         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10139
10140         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10141         sys/debugreg.h
10142
10143 2001-11-15  Andreas Jaeger  <aj@suse.de>
10144
10145         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10146         compilers that support it.
10147
10148         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10149         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10150         * stdlib/stdlib.h: Likewise.
10151
10152 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10153
10154         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10155         statement with gotos.
10156         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10157
10158 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10159
10160         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10161
10162 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10163
10164         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10165
10166 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10167             H.J. Lu  <hjl@gnu.org>
10168
10169         * Versions.def (libc): Add GCC_3.0.
10170         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10171         if gcc supports this flag.
10172         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10173         (gcc3): Allow glibc to be compiled with gcc 3.x.
10174         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10175         * config.make.in (static-libgcc, unwind-find-fde): Add.
10176         * Makerules (build-shlib-helper, build-module-helper): Use it.
10177         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10178         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10179         necessary.
10180         (_fini): Call __deregister_frame_info_bases if
10181         __register_frame_info_bases was used to register.
10182         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10183         for GLIBC_2.0.
10184         (__register_frame_info_bases, __register_frame_info_table_bases,
10185         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10186         * elf/Makefile (routines): Add unwind-dw2-fde.
10187         (shared-only-routines): Add unwind-dw2-fde.
10188         * sysdeps/alpha/gccframe.h: New file.
10189         * sysdeps/arm/gccframe.h: New file.
10190         * sysdeps/generic/framestate.c: New file.
10191         * sysdeps/generic/dwarf2.h: New file.
10192         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10193         * sysdeps/generic/unwind-dw2-fde.c: New file.
10194         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10195         * sysdeps/generic/unwind-dw2-fde.h: New file.
10196         * sysdeps/generic/unwind-dw2.c: New file.
10197         * sysdeps/generic/unwind-pe.h: New file.
10198         * sysdeps/generic/unwind.h: New file.
10199         * sysdeps/hppa/gccframe.h: New file.
10200         * sysdeps/i386/gccframe.h: New file.
10201         * sysdeps/m68k/gccframe.h: New file.
10202         * sysdeps/mips/gccframe.h: New file.
10203         * sysdeps/powerpc/gccframe.h: New file.
10204         * sysdeps/s390/gccframe.h: New file.
10205         * sysdeps/sh/gccframe.h: New file.
10206         * sysdeps/sparc/gccframe.h: New file.
10207         * sysdeps/vax/gccframe.h: New file.
10208         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10209         Set on all architectures except ia64.
10210         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10211         for i386.
10212         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10213         __deregister_frame_info): Move to elf/Versions.
10214         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10215         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10216         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10217         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10218         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10219         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10220         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10221         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10222         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10223         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10224         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10225         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10226         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10227         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10228         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10229         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10230         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10231         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10232
10233 2001-11-15  Jeff Law  <law@redhat.com>
10234
10235         * posix/regex.c (uintptr_t): Do not provide a definition if the
10236         system provided one.
10237
10238 2001-11-13  Roland McGrath  <roland@frob.com>
10239
10240         * stdio-common/tmpfile.c: Moved to ...
10241         * sysdeps/generic/tmpfile.c: ... here.
10242         * sysdeps/mach/hurd/tmpfile.c: New file.
10243
10244         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10245         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10246         (fopenport): Define as weak alias.
10247
10248         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10249         * libio/libioP.h: ... to here.
10250
10251 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10252
10253         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10254         program header twice.  Construct list with the needed information.
10255
10256 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10257
10258         * po/ca.po: Update from translation team.
10259
10260         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10261         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10262         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10263         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10264
10265 2001-11-10  Andreas Jaeger  <aj@suse.de>
10266
10267         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10268         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10269         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10270
10271 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10272
10273         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10274         correctly.
10275         * elf/dl-load.c (is_dst): New function.
10276         (_dl_dst_count): Use is_dst to check for DST variable.
10277         (_dl_dst_substitute): Likewise.
10278
10279 2001-11-09  Roland McGrath  <roland@frob.com>
10280
10281         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10282         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10283         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10284         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10285         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10286         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10287         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10288         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10289         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10290         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10291         * sysdeps/mach/hurd/powerpc/Dist: New file.
10292
10293         * hurd/privports.c (__get_privileged_ports):
10294         Only contact the proc server if necessary for this call.
10295         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10296         Check error return for mach_port_mod_refs.
10297
10298 2001-11-09  Andreas Schwab  <schwab@suse.de>
10299
10300         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10301
10302 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10303
10304         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10305         object is always the last in the list.
10306         (_dl_map_object_from_fd): Delete code to remove from object list
10307         when DF_1_NOOPEN is seen.  This is done in lose.
10308
10309 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10310
10311         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10312
10313 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10314
10315         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10316         HWCAP_CHECK macro code.
10317
10318         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10319         Now returns MAP_FAILED on error.
10320         * elf/rtld.c: Adjust caller.
10321         * sysdeps/generic/dl-cache.c: Likewise.
10322         * sysdeps/generic/ldsodefs.h: Adjust description.
10323
10324         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10325         (_dl_check_map_versions): Likewise.
10326
10327 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10328
10329         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10330         _dl_signal_error directly, always use lose.  Set fd to -1 after
10331         file is closed.
10332         (lose): Don't call close if fd == -1.
10333
10334 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10335
10336         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10337          Also fix typo @code {mbsinit} to @code{mbsinit}.
10338
10339 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10340
10341         * elf/dl-profile.c: Replace state variable with simple flag named
10342         running.  Remove commented-out code.
10343
10344         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10345         (_dl_init_paths): Likewise.
10346         (_dl_map_object_from_fd): Likewise.
10347         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10348
10349 2001-11-06  Roland McGrath  <roland@frob.com>
10350
10351         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10352         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10353
10354         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10355         sysdeps/powerpc/elf/sysdep.h.
10356         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10357
10358 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10359
10360         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10361         speed.
10362         (process_envvars): Some more optimizations.
10363         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10364
10365         * elf/elf.h: Add dynamic tag definitions for prelinking.
10366
10367         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10368         Rewrite code to remove environment varables for SUID binaries.
10369         Small optimization in LD_PROFILE handling.
10370         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10371         changes.
10372         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10373
10374         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10375
10376         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10377         strings.  Change type of second parameter.
10378         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10379         for last change.
10380
10381         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10382
10383 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10384
10385         * manual/string.texi: Fix typos.
10386         * manual/examples/argp-ex2.c: Likewise.
10387
10388 2001-11-05  Roland McGrath  <roland@frob.com>
10389
10390         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10391         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10392         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10393         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10394         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10395         here, put under [__ELF__].
10396
10397 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10398
10399         * manual/charset.texi: Extensive editing work.
10400         * manual/nss.texi: Likewise.
10401         Changes by Dennis Grace <dgrace@us.ibm.com>.
10402
10403 2001-11-04  Roland McGrath  <roland@frob.com>
10404
10405         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10406         parameter to dir_mkfile.
10407
10408 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10409
10410         * string/bits/string2.h (__strndup): If n is smaller than len, set
10411         len to n + 1.
10412         * string/tester.c (test_strndup): New function.
10413         (main): Call it.
10414
10415 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10416
10417         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10418
10419         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10420         * scripts/cpp: New file.
10421
10422         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10423         for rtld_search_dirs content.  Minor optimizations.
10424
10425 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10426
10427         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10428         avoiding unnecessary duplication.
10429
10430 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10431
10432         * elf/dl-load.c (_dl_map_object): If library was found using
10433         LD_LIBRARY_PATH, don't try RUNPATH list.
10434
10435 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10436
10437         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10438         Correct second argument of register_dump call.
10439         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10440         Likewise.
10441
10442 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10443
10444         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10445         modules.
10446         * iconvdata/TESTS: Likewise.
10447         * iconvdata/gconv-modules: Likewise.
10448         * iconvdata/ibm1132.c: New file.
10449         * iconvdata/ibm1132.h: New file.
10450         * iconvdata/ibm1133.c: New file.
10451         * iconvdata/ibm1133.h: New file.
10452         * iconvdata/ibm1162.c: New file.
10453         * iconvdata/ibm1162.h: New file.
10454         * iconvdata/testdata/IBM1132: New file.
10455         * iconvdata/testdata/IBM1132..UTF8: New file.
10456         * iconvdata/testdata/IBM1133: New file.
10457         * iconvdata/testdata/IBM1133..UTF8: New file.
10458         * iconvdata/testdata/IBM1162: New file.
10459         * iconvdata/testdata/IBM1162..UTF8: New file.
10460         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10461
10462         * string/string.h: Fix typo in comment.
10463         * wcsmbs/wchar.h: Likewise.
10464
10465 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10466
10467         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10468         const in type of longopts parameter.
10469
10470 2001-10-29  Andreas Jaeger  <aj@suse.de>
10471
10472         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10473
10474 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10475
10476         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10477         output, clarify `#' behaviour on 0.
10478         (Floating-Point Conversions): Clarify that %g only uses %e when
10479         the exponent would be greater than 1.
10480
10481 2001-10-28  Roland McGrath  <roland@frob.com>
10482
10483         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10484         * sysdeps/mach/powerpc/machine-sp.h: New file.
10485         * sysdeps/mach/powerpc/sysdep.h: New file.
10486         * sysdeps/mach/powerpc/thread_state.h: New file.
10487
10488         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10489         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10490         expect to need the same thing on every platform.
10491
10492         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10493         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10494
10495         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10496         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10497         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10498         Move all these assembly-related definitions to ...
10499         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10500
10501         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10502         by Peter Bruin <pjbruin@dds.nl>.
10503
10504         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10505         packing results for a `poll' call.
10506
10507 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10508
10509         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10510         correctly.
10511         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10512         bracket expression.
10513
10514         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10515         nrules value.
10516         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10517
10518 2001-10-24  H.J. Lu  <hjl@gnu.org>
10519
10520         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10521         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10522         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10523
10524 2001-10-21  Jim Meyering  <meyering@lucent.com>
10525
10526         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10527         this code would end up calling gettext even in packages built
10528         with --disable-nls.
10529         * posix/getopt.c (_): Likewise.
10530         * posix/regex.c (_): Likewise.
10531
10532 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10533
10534         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10535         lookup not ip6.int.
10536         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10537         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10538
10539 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10540
10541         * misc/sys/cdefs.h (__attribute_used__): Define.
10542         * elf/rtld.c (_dl_start): Add __attribute_used__.
10543         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10544
10545 2001-10-25  Andreas Schwab  <schwab@suse.de>
10546
10547         * stdlib/a64l.c: Expect least significant digit first.
10548         * stdlib/l64a.c: Produce least significant digit first.
10549         * stdlib/Makefile (tests): Add test-a64l.
10550         * stdlib/test-a64l.c: New file.
10551         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10552
10553 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10554
10555         * po/sk.po: Update from translation team.
10556
10557 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10558
10559         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10560
10561 2001-10-18  Andreas Schwab  <schwab@suse.de>
10562
10563         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10564         next whole number.
10565         (print_function_ulps): Likewise.
10566         (print_complex_function_ulps): Likewise.
10567         (print_max_error): Likewise.
10568         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10569
10570 2001-10-16  Andreas Schwab  <schwab@suse.de>
10571
10572         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10573         implementation.
10574
10575         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10576         BSD_SETJMP or BSD__SETJMP is defined, resp.
10577         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10578         a tail call to __sigsetjmp that would require extending the
10579         caller's frame.
10580         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10581         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10582         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10583         Reported by Jes Sorensen <jes@trained-monkey.org>.
10584
10585 2001-10-16  Andreas Jaeger  <aj@suse.de>
10586
10587         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10588         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10589         close PR libc/2589.
10590
10591 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10592
10593         * po/ca.po: New file.  Contributed by the translation team.
10594
10595 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10596
10597         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10598         a varargs prototype.  Remove dependency from kernel header files.
10599
10600         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10601         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10602
10603 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10604
10605         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10606         to generate hexadecimal identifier.
10607         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10608
10609 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10610
10611         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10612
10613 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10614
10615         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10616         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10617         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10618
10619         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10620         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10621         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10622         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10623         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10624         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10625
10626         * timezone/africa: Update from tzdata2001d.
10627         * timezone/asia: Likewise.
10628         * timezone/australasia: Likewise.
10629         * timezone/backward: Likewise.
10630         * timezone/europe: Likewise.
10631         * timezone/leapseconds: Likewise.
10632         * timezone/northamerica: Likewise.
10633         * timezone/southamerica: Likewise.
10634         * timezone/zone.tab: Likewise.
10635
10636 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10637
10638         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10639         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10640
10641 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10642
10643         * elf/elf.h (PT_TLS): New definition.
10644
10645 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10646
10647         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10648         bits/errno.h
10649
10650 2001-10-07  Roland McGrath  <roland@frob.com>
10651
10652         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10653
10654 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10655
10656         * elf/elf.h: Add more ELFOSABI_* constants.
10657
10658 2001-10-04  Ben Collins  <bcollins@debian.org>
10659
10660         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10661         decleration of __need_wchar_t.
10662
10663 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
10664
10665         * string/bits/string2.h (__strsep_g): Add prototype.
10666         (__strsep): Use it.
10667         * string/Versions (__strsep): Remove.
10668         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10669
10670 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
10671
10672         * manua/llio.texi: Clarify file references added by mmap.
10673         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10674
10675 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
10676
10677         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10678         Add sc_loadrs and sc_rbs_bas to match current kernel.
10679
10680 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10681
10682         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10683
10684         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10685
10686 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10687
10688         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10689         object has been bumped because of relocation dependency, avoid
10690         duplicates in l_scope.
10691         (show_scope): Fix typos.
10692         * elf/Makefile: Add rules to build and run reldep6.
10693         * elf/reldep6.c: New file.
10694         * elf/reldep6mod0.c: New file.
10695         * elf/reldep6mod1.c: New file.
10696         * elf/reldep6mod2.c: New file.
10697         * elf/reldep6mod3.c: New file.
10698         * elf/reldep6mod4.c: New file.
10699
10700 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10701
10702         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10703         sparc64_fixup_plt.
10704         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10705         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10706         for non-lazy binding. Fix .plt[32768+] handling.
10707         (elf_machine_plt_value): Don't add addend.
10708         (elf_machine_rela): Call sparc64_fixup_plt instead of
10709         elf_machine_fixup_plt.
10710         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10711         dynamic linker at 0xfffff800XXXXXXXX.
10712
10713         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10714
10715 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10716
10717         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10718
10719 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10720
10721         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10722         declare __cmsg_data field if its size would be bigger than 0.
10723         (CMSG_DATA): Adjust accordingly.
10724         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10725         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10726         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10727         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10728         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10729         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10730         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10731
10732 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10733
10734         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10735         * iconvdata/testdata/IBM1160: New file.
10736         * iconvdata/testdata/IBM1160..UTF8: New file.
10737         * iconvdata/testdata/IBM1161: New file.
10738         * iconvdata/testdata/IBM1161..UTF8: New file.
10739         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10740
10741 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10742
10743         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10744         UL_SETFSIZE computations better.
10745
10746         * rt/Makefile: Remove use of filter for librt again.
10747
10748         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10749         UL_SETFSIZE computations better.
10750
10751         * string/Versions: Export __strsep for GLIBC_2.2.5.
10752         * string/bits/string2.h: Define all __STRING_INLINE functions if
10753         _FORCE_INLINES is defined.
10754         Use int instead of char of parameter types.
10755         (__strsep): Don't use __strsep_g.  Don't define it.
10756         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10757         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10758         __strcpy_small.
10759         (__stpcpy_a_small): Renamed from __stpcpy_small.
10760         (__strcspn_c1): Don't define if _FORCE_INLINES.
10761         (__strspn_c1): Likewise.
10762
10763 2001-09-22  Ben Collins  <bcollins@debian.org>
10764
10765         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10766         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10767         * sysdeps/ia64/bits/sigaction.h: Likewise.
10768         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10769
10770 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10771
10772         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10773
10774 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10775
10776         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10777
10778 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10779
10780         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10781
10782 2001-09-20  H.J. Lu  <hjl@gnu.org>
10783
10784         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10785         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10786         for __RTLD_SPROF.
10787         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10788         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10789
10790 2001-09-20  H.J. Lu  <hjl@gnu.org>
10791
10792         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10793         don't add 1.
10794
10795 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10796
10797         * nss/getent.c: Accept -s parameter to overwrite rules in
10798         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10799
10800         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10801         with as many ".0" as necessary to form a complete address
10802         inet_network understands.
10803
10804         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10805         calls.
10806
10807 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10808
10809         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10810         _JMPBUF_UNWINDS.
10811         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10812
10813 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10814
10815         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10816         IBM1161.
10817         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10818         * iconvdata/ibm1160.c: New file.
10819         * iconvdata/ibm1160.h: New file.
10820         * iconvdata/ibm1161.c: New file.
10821         * iconvdata/ibm1161.h: New file.
10822         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10823
10824 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10825
10826         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10827         difference between base address and first PT_LOAD's virtual address,
10828         not the base address.
10829
10830 2001-09-11  Tom Rix  <trix@redhat.com>
10831
10832         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10833         ifdef for __getopt_clean_environment.
10834         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10835
10836 2001-09-22  Andreas Jaeger  <aj@suse.de>
10837
10838         * elf/reldep4.c (main): Add proper prototype to fix warning.
10839
10840         * elf/reldep5.c (main): Remove unused variable.
10841
10842         * math/math_private.h: Add prototypes.
10843
10844 2001-09-21  Andreas Jaeger  <aj@suse.de>
10845
10846         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10847         * sysdeps/x86_64/Dist: New file.
10848         * sysdeps/x86_64/soft-fp/Dist: New file.
10849
10850         * sysdeps/gnu/Dist: Remove eval.c.
10851
10852 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10853
10854         * malloc/memusage.c (realloc): Don't count already allocated
10855         memory in the sums.
10856         (me): Always use dlsym() to find the real implementations.
10857
10858         * malloc/memusage.sh: Make -n option actually do something.
10859
10860 2001-09-20  Andreas Jaeger  <aj@suse.de>
10861
10862         * elf/elf.h (R_390_NUM): Correct value.
10863
10864         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10865         libpthread.
10866
10867         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10868         for x86-64, install x86-64 into */lib64.
10869
10870         * shlib-versions: Add x86-64.
10871
10872         * elf/elf.h: Add x86-64 relocations.
10873
10874 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10875
10876         * po/fr.po: Update from translation team.
10877
10878 2001-09-19  Andreas Jaeger  <aj@suse.de>
10879
10880         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10881         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10882         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10883         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10884         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10885         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10886         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10887         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10888         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10889         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10890         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10891         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10892         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10893         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10894         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10895         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10896         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10897         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10898         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10899         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10900         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10901         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10902         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10903         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10904         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10905         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10906         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10907         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10908         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10909         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10910         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10911         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10912         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10913         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10914         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10915         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10916         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10917         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10918         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10919         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10920         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10921         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10922         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10923         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10924         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10925         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10926         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10927         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10928         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10929         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10930         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10931         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10932         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10933         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10934         * sysdeps/unix/x86_64/sysdep.S: New file.
10935         * sysdeps/unix/x86_64/sysdep.h: New file.
10936         * sysdeps/x86_64/Implies: New file.
10937         * sysdeps/x86_64/Makefile: New file.
10938         * sysdeps/x86_64/Versions: New file.
10939         * sysdeps/x86_64/__longjmp.S: New file.
10940         * sysdeps/x86_64/abort-instr.h: New file.
10941         * sysdeps/x86_64/atomicity.h: New file.
10942         * sysdeps/x86_64/bits/endian.h: New file.
10943         * sysdeps/x86_64/bits/setjmp.h: New file.
10944         * sysdeps/x86_64/bits/string.h: New file.
10945         * sysdeps/x86_64/bp-asm.h: New file.
10946         * sysdeps/x86_64/bsd-_setjmp.S: New file.
10947         * sysdeps/x86_64/bsd-setjmp.S: New file.
10948         * sysdeps/x86_64/dl-machine.h: New file.
10949         * sysdeps/x86_64/elf/initfini.c: New file.
10950         * sysdeps/x86_64/elf/start.S: New file.
10951         * sysdeps/x86_64/ffs.c: New file.
10952         * sysdeps/x86_64/ffsll.c: New file.
10953         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10954         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10955         * sysdeps/x86_64/fpu/e_acosl.c: New file.
10956         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10957         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10958         * sysdeps/x86_64/fpu/e_expl.c: New file.
10959         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10960         * sysdeps/x86_64/fpu/e_log10l.S: New file.
10961         * sysdeps/x86_64/fpu/e_log2l.S: New file.
10962         * sysdeps/x86_64/fpu/e_logl.S: New file.
10963         * sysdeps/x86_64/fpu/e_powl.S: New file.
10964         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10965         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10966         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10967         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10968         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10969         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10970         * sysdeps/x86_64/fpu/fegetenv.c: New file.
10971         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
10972         * sysdeps/x86_64/fpu/fegetround.c: New file.
10973         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
10974         * sysdeps/x86_64/fpu/fesetenv.c: New file.
10975         * sysdeps/x86_64/fpu/fesetround.c: New file.
10976         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
10977         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
10978         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
10979         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
10980         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
10981         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
10982         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
10983         * sysdeps/x86_64/fpu/s_atanl.c: New file.
10984         * sysdeps/x86_64/fpu/s_cosl.S: New file.
10985         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
10986         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
10987         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
10988         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
10989         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
10990         * sysdeps/x86_64/fpu/s_logbl.c: New file.
10991         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
10992         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
10993         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
10994         * sysdeps/x86_64/fpu/s_rintl.c: New file.
10995         * sysdeps/x86_64/fpu/s_significandl.c: New file.
10996         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
10997         * sysdeps/x86_64/fpu/s_sinl.S: New file.
10998         * sysdeps/x86_64/fpu/s_tanl.S: New file.
10999         * sysdeps/x86_64/gmp-mparam.h: New file.
11000         * sysdeps/x86_64/hp-timing.c: New file.
11001         * sysdeps/x86_64/hp-timing.h: New file.
11002         * sysdeps/x86_64/htonl.S: New file.
11003         * sysdeps/x86_64/memusage.h: New file.
11004         * sysdeps/x86_64/setjmp.S: New file.
11005         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11006         * sysdeps/x86_64/stackinfo.h: New file.
11007         * sysdeps/x86_64/sysdep.h: New file.
11008         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11009
11010         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11011         L Moshier.
11012
11013 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11014
11015         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11016         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11017
11018 2001-09-18  Andreas Schwab  <schwab@suse.de>
11019
11020         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11021         list, now that l_scope is a pointer.
11022
11023         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11024         scope list.
11025
11026 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11027
11028         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11029         (elf_machine_rela_relative): Add a missing declaration.
11030
11031 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11032
11033         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11034         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11035         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11036         ldd-rewrite scripts.
11037
11038 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11039
11040         * elf/ldd.bash.in: Update copyright message.
11041
11042 2001-09-17  H.J. Lu  <hjl@gnu.org>
11043
11044         * hurd/hurdmalloc.c (bcopy): Removed.
11045         (realloc): Replace bcopy with memcpy.
11046         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11047         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11048         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11049
11050         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11051         (gethostbyaddr): Likewise.
11052         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11053
11054 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11055
11056         * sysdeps/gnu/eval.c: Removed.
11057
11058 2001-09-18  Andreas Jaeger  <aj@suse.de>
11059
11060         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11061         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11062
11063         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11064         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11065
11066         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11067         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11068
11069 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11070
11071         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11072         nrules value.
11073
11074 2001-09-14  H.J. Lu  <hjl@gnu.org>
11075
11076         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11077
11078 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11079
11080         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11081         Patch by Florian La Roche <laroche@redhat.com>.
11082
11083         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11084
11085         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11086         ETHER_CRC_LEN.
11087
11088 2001-09-14  Andreas Schwab  <schwab@suse.de>
11089
11090         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11091         Sumner <bls@sgi.com>.
11092         * posix/execlp.c: Likewise.
11093
11094 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11095
11096         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11097         is already found earlier in the search scope.
11098
11099 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11100
11101         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11102         filter.
11103
11104 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11105
11106         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11107
11108 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11109
11110         * config.h.in: Enforce optimization to be used.
11111         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11112         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11113         * posix/Makefile (annexc-CFLAGS): Define to -O.
11114         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11115
11116 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11117
11118         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11119         Patch by Stephan Kulow.
11120
11121 2001-09-08  Ben Collins  <bcollins@debian.org>
11122
11123         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11124         usage of RESOLVE() (r_type, not reloc->r_type).
11125
11126 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11127
11128         * elf/dl-object.c: Avoid allocating extra memory block for name.
11129         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11130         allocated separately.
11131         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11132
11133 2001-09-08  H.J. Lu  <hjl@gnu.org>
11134
11135         * po/zh_TW.po: Fix a typo.
11136
11137 2001-09-07  Tom Rix  <trix@redhat.com>
11138
11139         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11140
11141 2001-08-26  Tom Rix  <trix@redhat.com>
11142
11143         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11144         command line options.
11145         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11146         * sysdeps/unix/sysv/aix/start.c: Removed.
11147         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11148         * sysdeps/unix/sysv/aix/init-first.c: New file.
11149         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11150
11151 2001-09-08  Ben Collins  <bcollins@debian.org>
11152
11153         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11154         * sysdeps/generic/dl-machine.h: Likewise.
11155         * sysdeps/hppa/dl-fptr.c: Likewise.
11156         * sysdeps/ia64/dl-fptr.c: Likewise.
11157         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11158         * sysdeps/mips/dl-machine.h: Likewise.
11159         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11160         * sysdeps/powerpc/dl-machine.c: Likewise.
11161
11162 2001-09-07  Ben Collins  <bcollins@debian.org>
11163
11164         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11165
11166         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11167
11168 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11169
11170         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11171         dependencies if necessary.
11172
11173         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11174         loaded directly) determine length if l_initfini list by iterating
11175         over its elements.  Minor optimizations.
11176         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11177         for dependency objects.
11178         If object was already loaded check whether any of the dependencies
11179         is already on the relocation dependency list.  If yes, remove the
11180         latter.  Minor optimizations.
11181         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11182         maps here.  Search l_initfini list only if the object was loaded
11183         directly and not only as a dependency.
11184         (_dl_lookup_symbol): Add relocation dependency also if object
11185         is not in global scope.  Remove test for self-reference here.
11186         (_dl_lookup_versioned_symbol): Likewise.
11187         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11188         element of first name record.
11189         * elf/loadtest.c: Add some more test to recognize early if an object
11190         wasn't unloaded.
11191         * elf/Makefile: Add rules to build and run reldep5.
11192         * elf/reldep5.c: New file.
11193         * elf/reldepmod5.c: New file.
11194         * elf/reldepmod6.c: New file.
11195
11196         * elf/reldep2.c: Fix typo.
11197
11198 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11199
11200         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11201         elements.  Change l_scope to be a pointer only.
11202         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11203         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11204         here add searchlist of newly open file to the dependency's scope.
11205         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11206         only searchlist from its scope.  Free own scope array if necessary.
11207         * elf/Makefile (tests): Add dblload and dblunload now.
11208
11209 2001-09-06  Andreas Jaeger  <aj@suse.de>
11210
11211         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11212         Stephen L Moshier.
11213
11214 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11215
11216         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11217         they both fail.
11218         * elf/dblload.c: New file.
11219         * elf/dblloadmod1.c: New file.
11220         * elf/dblloadmod2.c: New file.
11221         * elf/dblloadmod3.c: New file.
11222         * elf/dblunload.c: New file.
11223
11224 2001-09-04  Richard Henderson  <rth@redhat.com>
11225
11226         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11227         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11228
11229 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11230
11231         Correct very misleading message for error in failed runtime relocation.
11232         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11233         place of the error.
11234         (_dl_signal_cerror): Likewise.
11235         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11236         * elf/dl-close.c: Likewise.
11237         * elf/dl-deps.c: Likewise.
11238         * elf/dl-load.c: Likewise.
11239         * elf/dl-lookup.c: Likewise.
11240         * elf/dl-open.c: Likewise.
11241         * elf/dl-reloc.c: Likewise.
11242         * elf/dl-sym.c: Likewise.
11243         * elf/dl-version.c: Likewise.
11244         * sysdeps/generic/dl-sysdep.c: Likewise.
11245
11246 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11247
11248         * iconv/strtab.c (strtabinit): Initialize null Strent.
11249         (newstring): Move len == 0 handling...
11250         (strtabadd): ...here.
11251         If len == 1, return null Strent.
11252         When inserting a suffix of an existing string, check if
11253         it is not equal to some suffix already recorded.
11254         Copy left and right members over if adding longer string.
11255
11256 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11257
11258         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11259
11260         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11261         (__syscall_gethostname): Add prototype.
11262
11263 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11264
11265         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11266
11267 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11268
11269         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11270
11271 2001-08-27  Roland McGrath  <roland@frob.com>
11272
11273         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11274         short, copy that much into NAME anyway before returning error.
11275
11276 2001-09-01  Richard Henderson  <rth@redhat.com>
11277
11278         * sysdeps/alpha/elf/Dist: Remove file.
11279         * sysdeps/alpha/elf/Makefile: Remove file.
11280         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11281         * sysdeps/alpha/elf/crtend.S: Remove file.
11282         * sysdeps/alpha/elf/initfini.c: New file.
11283
11284 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11285
11286         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11287         * iconv/tst-iconv3.c: Likewise.
11288
11289 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11290
11291         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11292
11293 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11294
11295         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11296         export it.
11297         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11298         * iconv/iconv_prog.c (insert_cache): New function.
11299         (print_known_names): If cache is used call insert_cache to use the
11300         information from the cache [PR libc/2509].
11301
11302 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11303
11304         * time/strptime.c (strptime_internal): Recognize 'l' format and
11305         handle it like 'I' for symmetry with strftime.
11306
11307 2001-08-31  Richard Henderson  <rth@redhat.com>
11308
11309         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11310         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11311         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11312         (print_statistics): Make scalar unsigned long long.
11313         * sysdeps/alpha/hp-timing.h: New file.
11314
11315 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11316
11317         * stdio-common/perror.c (perror): Save errno early, pass it
11318         down to perror_internal.
11319         (perror_internal): Add errnum argument.
11320
11321 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11322
11323         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11324         Don't add old memory content for R_ALPHA_REFQUAD.
11325
11326 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11327
11328         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11329         memory correctly.
11330
11331         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11332         instead of open, __close instead of close, __getpagesize instead
11333         of getpagesize.
11334
11335         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11336         instead of strnlen.
11337         * include/string.h (strndupa): Redefine here to use __strnlen
11338         instead of strnlen.
11339         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11340
11341         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11342         connected).
11343
11344 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11345
11346         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11347         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11348         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11349         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11350         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11351         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11352         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11353
11354 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11355
11356         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11357
11358 2001-08-30  Andreas Jaeger  <aj@suse.de>
11359
11360         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11361         contributed Stephen L Moshier.
11362
11363 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11364
11365         * sunrpc/etc.rpc (sgi_fam): Add.
11366
11367 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11368
11369         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11370
11371 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11372
11373         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11374         first is from a previous call.
11375         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11376
11377 2001-08-29  Andreas Schwab  <schwab@suse.de>
11378
11379         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11380
11381 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11382
11383         * config.make.in (INSTALL_SCRIPT): Define.
11384         * Makeconfig (INSTALL_SCRIPT): Define.
11385         * Makerules (do-install-script): New macro to install scripts using
11386         INSTALL_SCRIPT.
11387         (install-bin-script): New rule to install scripts with
11388         do-install-script.
11389         (install-bin-script-nosubdir): New rule.
11390         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11391         (distinfo-vars): Add $(install-bin-script).
11392         * Rules (others): Likewise.
11393         * Makefile (glibcbug): Install with install-bin-script.
11394         * debug/Makefile (xtrace): Likewise.
11395         (catchsegv): Likewise.
11396         * elf/Makefile (ldd): Likewise.
11397         * malloc/Makefile (mtrace): Likewise.
11398         * timezone/Makefile (tzselect): Likewise.
11399
11400 2001-08-29  H.J. Lu  <hjl@gnu.org>
11401
11402         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11403         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11404         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11405
11406 2001-08-29  Andreas Schwab  <schwab@suse.de>
11407
11408         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11409
11410 2001-08-28  H.J. Lu  <hjl@gnu.org>
11411
11412         * Makeconfig (combreloc-LDFLAGS): New variable.
11413         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11414         * config.make.in (have-z-combreloc): New variable.
11415         * configure.in: Substitute libc_cv_z_combreloc.
11416
11417 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11418
11419         * po/sv.po: Update from translation team.
11420         * po/fr.po: Likewise.
11421         * po/da.po: Likewise.
11422
11423 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11424
11425         * Makerules: Fix a typo: MD% -> MD5.
11426
11427 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11428
11429         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11430         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11431
11432 2001-08-28  Andreas Jaeger  <aj@suse.de>
11433
11434         * manual/libc-texinfo.sh: Add entry about free manuals.
11435
11436         * manual/contrib.texi (Contributors): Fix cross reference.
11437
11438         * manual/libc.texinfo (Copying): Include freemanuals.
11439
11440         * manual/Makefile (appendices): Add freemanuals.
11441
11442         * manual/freemanuals.texi: New file.
11443         Patch by Brian Youmans <3diff@gnu.org>.
11444
11445         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11446         smaller table.
11447
11448         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11449         table on separate page.
11450         Patch by Brian Youmans <3diff@gnu.org>.
11451
11452 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11453
11454         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11455         the connection went down after we first used it try to connect
11456         again and resend the message before printing to the console.
11457         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11458
11459 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11460
11461         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11462         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11463         bit set.
11464
11465 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11466
11467         * iconv/strtab.c (searchstring): Use correct length for comparison.
11468         (strtabadd): Account total size correct if new string has old string as
11469         substring.
11470
11471 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11472
11473         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11474
11475 2001-08-27  Andreas Jaeger  <aj@suse.de>
11476
11477         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11478
11479         * math/libm-test.inc (j0_test): Add extra tests.
11480         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11481         not x, in Hankel approximation.
11482         Patches by Stephen L Moshier.
11483
11484 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11485
11486         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11487         link_map.
11488
11489         * configure.in: Fix test for .rela.dyn section.
11490
11491         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11492
11493 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11494
11495         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11496         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11497         Pass type_class to _dl_lookup_*.
11498         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11499         Pass around just type_class instead of noexec, noplt pair.
11500         (_dl_lookup_versioned_symbol): Likewise.
11501         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11502         noexec, noplt pair.
11503         (_dl_lookup_versioned_symbol_skip): Likewise.
11504         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11505         * elf/do-lookup.h (do_lookup): Likewise.
11506         * include/link.h (struct link_map): Replace noexec and noplt fields
11507         in l_lookup_cache with type_class field.
11508         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11509         ELF_RTYPE_CLASS_COPY): Define.
11510         Adjust prototypes for _dl_lookup_symbol and
11511         _dl_lookup_versioned_symbol.
11512         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11513         elf_machine_lookup_noexec_p): Remove.
11514         (elf_machine_type_class): Define.
11515         * sysdeps/arm/dl-machine.h: Likewise.
11516         * sysdeps/hppa/dl-machine.h: Likewise.
11517         * sysdeps/cris/dl-machine.h: Likewise.
11518         * sysdeps/i386/dl-machine.h: Likewise.
11519         * sysdeps/ia64/dl-machine.h: Likewise.
11520         * sysdeps/m68k/dl-machine.h: Likewise.
11521         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11522         * sysdeps/mips/dl-machine.h: Likewise.
11523         * sysdeps/powerpc/dl-machine.h: Likewise.
11524         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11525         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11526         * sysdeps/sh/dl-machine.h: Likewise.
11527         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11528         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11529
11530 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11531
11532         * manual/message.texi (Advanced gettext functions): Change
11533         description of plural forms for Slovak.
11534         Reported by Marcel Telka <marcel@telka.sk>.
11535
11536         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11537         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11538
11539 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11540
11541         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11542         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11543
11544 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11545
11546         * include/link.h (struct link_map): Add l_lookup_cache element.
11547         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11548         (RESOLVE_MAP): Likewise.
11549         (_dl_relocate_object): Remove cache initialization.
11550         * elf/dl-lookup.c: Rip out cache handling code.
11551         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11552         declarations.
11553
11554         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11555         remove some __builtin_expect.
11556         (_dl_lookup_versioned_symbol): Likewise.
11557
11558         * config.h.in: Add HAVE_Z_COMBRELOC.
11559         * configure.in: Add test for -z combreloc.
11560
11561         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11562         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11563         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11564         case to almost no code.
11565
11566 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11567
11568         * po/tr.po: Update from translation team.
11569
11570 2001-08-24  Andreas Jaeger  <aj@suse.de>
11571
11572         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11573         make clean works.
11574
11575 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11576
11577         * elf/rtld.c (print_statistics): Printf % after percent values.
11578         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11579
11580         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11581         don't have to compute the hash value and initialize current_value.
11582         Move reference_name variable to where it is needed.
11583         (_dl_lookup_versioned_symbol): Likewise.
11584
11585 2001-08-24  Roland McGrath  <roland@frob.com>
11586
11587         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11588         Just test that strerror returns non-null for a few errno codes.
11589
11590 2001-08-23  Roland McGrath  <roland@frob.com>
11591
11592         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11593         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11594
11595         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11596
11597         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11598         __mach_reply_port.
11599
11600 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11601
11602         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11603         returns NULL.
11604
11605         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11606         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11607         doesn't do it.
11608         * elf/rtld.c: Include <sys/param.h>.
11609         * elf/dl-reloc.c: Likewise.
11610
11611 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11612
11613         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11614         empty to prevent junk from being generated.
11615         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11616
11617 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11618
11619         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11620         records.  Rename endrel to relative, initialize it to r, and use it
11621         in elf_machine_rel_relative calls.  Point r after relative relocs.
11622
11623 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11624
11625         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11626         of R_386_NONE.
11627
11628 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11629
11630         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11631         necessary.  Undefine newly defined macros at the end.
11632         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11633         Rename from elf_machine_rel_relative.
11634         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11635         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11636         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11637         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11638         Likewise.
11639         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11640         Likewise.
11641         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11642         Fix argument types.
11643         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11644         Fix argument types.
11645         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11646         Likewise.  Fix argument types.
11647         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11648         Likewise.  Fix argument types.
11649         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11650         Fix argument types.
11651         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11652         ElfW(Rel) in argument.
11653         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11654         function.
11655
11656 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11657
11658         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11659
11660 2001-08-24  Andreas Jaeger  <aj@suse.de>
11661
11662         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11663         Stephen L Moshier <moshier@mediaone.net>.
11664
11665 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11666
11667         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11668         first if RELCOUNT is set.
11669
11670         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11671         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11672         elf_machine_rel_relative.
11673         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11674         Minor optimizations.
11675         * sysdeps/arm/dl-machine.h: Likewise.
11676         * sysdeps/cris/dl-machine.h: Likewise.
11677         * sysdeps/hppa/dl-machine.h: Likewise.
11678         * sysdeps/i386/dl-machine.h: Likewise.
11679         * sysdeps/ia64/dl-machine.h: Likewise.
11680         * sysdeps/m68k/dl-machine.h: Likewise.
11681         * sysdeps/mips/dl-machine.h: Likewise.
11682         * sysdeps/powerpc/dl-machine.h: Likewise.
11683         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11684         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11685         * sysdeps/sh/dl-machine.h: Likewise.
11686         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11687         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11688
11689 2001-08-23  Roland McGrath  <roland@frob.com>
11690
11691         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11692
11693         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11694         sysdeps/mach version.  Implement counting ("recursive") mutexes
11695         on top of cthreads mutexes.
11696         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11697
11698         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11699         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11700         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11701         __libc_clean_end): Define these to call the cleanup function after
11702         normal exit when they're supposed to.
11703
11704         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11705         Take new first arg DOIT, a boolean saying whether to really install
11706         any cleanup handler.
11707         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11708         (__libc_cleanup_end): Likewise.
11709         * sysdeps/generic/bits/libc-lock.h: Same changes.
11710         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11711         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11712         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11713         Likewise.
11714         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11715         * sysdeps/generic/bits/stdio-lock.h
11716         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11717
11718 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11719
11720         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11721
11722 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11723
11724         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
11725         functions.
11726         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11727         lookups in cache.
11728         (_dl_lookup_versioned_symbol): Likewise.
11729         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11730         relocation lookup.
11731         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11732         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11733         (lookup_cache, lookup_cache_versioned): Add declarations.
11734
11735 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11736
11737         * stdlib/tst-random.c (main): Swap parameters in fail call.
11738         Patch by Pete Bevin <pete@petebevin.com>.
11739
11740 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11741
11742         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11743
11744 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11745
11746         * malloc/obstack.c: Indent preprocessor directives.
11747         Patch by Jim Meyering <meyering@ascend.com>.
11748
11749         * po/ja.po: Update from translation team.
11750
11751 2001-08-23  Roland McGrath  <roland@frob.com>
11752
11753         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11754
11755         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11756         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11757
11758 2001-08-22  Roland McGrath  <roland@frob.com>
11759
11760         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11761         __libc_lock_define_recursive.
11762         * elf/dl-open.c: Don't declare it here any more.
11763         * elf/dl-close.c: Likewise.
11764         * elf/dl-lookup.c: Likewise.
11765         * elf/dl-iteratephdr.c: Likewise.
11766         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11767         __libc_lock_unlock_recursive.
11768         * elf/dl-close.c (_dl_close): Likewise
11769         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11770         * elf/dl-open.c (_dl_open): Likewise
11771
11772         * sysdeps/generic/bits/libc-lock.h
11773         (__libc_lock_define_recursive): New macro.
11774         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11775         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11776         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11777
11778         * conform/conformtest.pl (checknamespace): Sort the output list.
11779
11780         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11781         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11782         definitions conditional on [__USE_XOPEN].
11783
11784         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11785         these unconditionally, not only use [__USE_BSD], so as to match
11786         the sysdeps/unix/sysv/linux files.
11787
11788 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11789
11790         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11791         avoid warnings.
11792
11793         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11794         DL_LOOKUP_ADDRESS.
11795
11796 2001-08-22  Roland McGrath  <roland@frob.com>
11797
11798         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11799         conditionalization of sa_handler/sa_sigaction member types to
11800         match the sysdeps/unix/sysv/linux file.
11801
11802 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11803
11804         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11805         symbol sizes a bit better.
11806
11807         * sysdeps/ia64/strncpy.S: Complete rewrite.
11808         Contributed by Jakub Jelinek <jakub@redhat.com>.
11809
11810         * string/stratcliff.c (main): Add strncpy test.
11811
11812 2001-08-22  Roland McGrath  <roland@frob.com>
11813
11814         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11815         and don't declare unsetenv or _environ directly.
11816         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11817
11818 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11819
11820         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11821         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11822         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11823         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11824         test for cmsg struct size.
11825
11826 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11827
11828         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11829         Rename __argc to ___argc in prototypes to avoid compatibility
11830         problems with systems that reserve the identifier "__argc".
11831         Similarly for __argv.
11832
11833 2001-08-21  Roland McGrath  <roland@frob.com>
11834
11835         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11836
11837         * mach/Makefile (tests): Removed.
11838         * mach/hello.c: File removed.
11839
11840 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11841
11842         * po/sv.po: Update from translation team.
11843
11844         * stdio-common/vfscanf.c: Fix handling of %l[].
11845         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11846
11847         * libio/Makefile (tests): Add tst-sscanf.
11848         * libio/tst-sscanf.c: New file.
11849
11850         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11851         * malloc/mtrace.c (tr_where): dli_sname always points to a
11852         non-empty string if != NULL.
11853         Reported by Tim Janik <timj@gtk.org>.
11854
11855 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11856
11857         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11858         buf.  Free resources on failure.
11859         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11860         (makefd_xprt): Likewise.
11861         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11862         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11863         * sunrpc/auth_unix.c (authunix_create): Likewise.
11864
11865 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11866
11867         * string/strnlen.c: Remove.
11868         * sysdeps/generic/strnlen.c: New file.
11869         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11870
11871 2001-08-21  Roland McGrath  <roland@frob.com>
11872
11873         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11874         as a macro, not an extern inline function.
11875
11876         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11877         * Versions.def (libc): Add GLIBC_2.2.5 set.
11878         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11879         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11880
11881 2001-08-20  Roland McGrath  <roland@frob.com>
11882
11883         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11884         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11885
11886 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11887
11888         * string/bits/string2.h: Remove strnlen optimization here.
11889         * sysdeps/i386/i486/bits/string.h: Add it here.
11890
11891 2001-08-21  Wolfram Gloger  <wg@malloc.de>
11892
11893         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11894
11895 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11896
11897         * po/gl.po: Update from translation team.
11898
11899 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11900
11901         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11902         * misc/err.c (convert_and_print): Likewise.
11903
11904         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11905         function calls.
11906
11907 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11908
11909         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11910         change of the gregset_t type.
11911         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11912
11913 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11914
11915         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11916
11917 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11918
11919         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11920
11921         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
11922
11923 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
11924
11925         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11926         before calling the cthreads initialization code.
11927
11928 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11929
11930         * argp/argp-help.c: Fix two problems introduced in last change.
11931
11932         * include/dirent.h: Include <dirstream.h> first.
11933
11934 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
11935
11936         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11937
11938         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11939         * sunrpc/xdr_rec.c: Likewise.
11940         * sunrpc/xdr_mem.c: Likewise.
11941         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11942         * sunrpc/rpc_cmsg.c: Likewise.
11943         * sunrpc/getrpcport.c (getrpcport): Likewise.
11944         * sunrpc/clnt_simp.c (callrpc): Likewise.
11945         * sunrpc/clnt_gen.c (clnt_create): Likewise.
11946         * string/envz.c: Likewise.
11947
11948         * po/ko.po: Update from translation team.
11949
11950         * argp/argp-help.c: Handle wide oriented stderr stream.
11951
11952 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
11953
11954         * sysdeps/generic/strtol.c: Little optimizations.  Add some
11955         __builtin_expect.
11956
11957         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11958
11959         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11960         * wcsmbs/wcwidth.c (wcwdith): Likewise.
11961         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11962
11963         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11964
11965         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11966
11967         * time/time.h (struct timespec): Use __time_t for tv_sec element.
11968
11969         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
11970         wchar_t for function declarations and defintions.
11971
11972         * misc/sys/select.h: Define __need_time_t before including <time.h>.
11973         Define suseconds_t if it hasn't happened yet.
11974
11975         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
11976
11977         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
11978
11979         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
11980         <stddef.h>.
11981
11982         * conform/data/stddef.h-data: Remove wint_t.
11983
11984         * conform/conformtest.pl: Change namespace test to take #undef
11985         lines into account.
11986
11987         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
11988
11989         * conform/data/sys/socket.h-data: Add sockatmark.
11990
11991 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
11992
11993         * io/fts.c: Update from recent BSD source.
11994
11995 2001-08-17  Roland McGrath  <roland@frob.com>
11996
11997         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
11998         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
11999         Likewise.
12000
12001 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12002
12003         * locale/duplocale.c (__duplocale): Also initialize the special
12004         __ctype_* elements.
12005
12006         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12007
12008 2001-08-17  Andreas Jaeger  <aj@suse.de>
12009
12010         * misc/getpass.c: Include wchar.h for prototypes.
12011         * malloc/obstack.c: Likewise.
12012
12013 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12014
12015         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12016
12017         * wcsmbs/wcscoll.c: Also define __wcscoll.
12018         * include/wchar.h: Declare __wcscoll.
12019
12020         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12021         * libio/vwprintf.c: Likewise.
12022         * libio/wprintf.c: Likewise.
12023
12024         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12025
12026 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12027
12028         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12029         instead of mbrtowc.
12030         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12031         wcslen, and __wcscoll instead of wcscoll.
12032
12033         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12034
12035         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12036         __getuid instead of getuid.
12037
12038         * stdio-common/perror.c (perror): Use __close instead of close.
12039         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12040         * libio/freopen.c (freopen): Likewise.
12041         * libio/freopen64.c (freopen64): Likewise.
12042
12043         * libio/tst-ungetwc2.c (main): Define str const.
12044
12045         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12046         * libio/fwprintf.c: Also define __fwprintf.
12047         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12048         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12049         * assert/assert-perr.c: Likewise.
12050         * assert/assert.c: Likewise.
12051         * gmon/gmon.c: Likewise.
12052         * inet/rcmd.c: Likewise.
12053         * malloc/obstack.c: Likewise.
12054         * misc/err.c: Likewise.
12055         * misc/error.c: Likewise.
12056         * misc/getpass.c: Likewise.
12057         * posix/getopt.c: Likewise.
12058         * resolv/res_hconf.c: Likewise.
12059         * stdio-common/perror.c: Likewise.
12060         * stdio-common/psignal.c: Likewise.
12061         * stdlib/fmtmsg.c: Likewise.
12062         * sunrpc/auth_unix.c: Likewise.
12063         * sunrpc/clnt_perr.c: Likewise.
12064         * sunrpc/clnt_tcp.c: Likewise.
12065         * sunrpc/clnt_udp.c: Likewise.
12066         * sunrpc/clnt_unix.c: Likewise.
12067         * sunrpc/svc_simple.c: Likewise.
12068         * sunrpc/svc_tcp.c: Likewise.
12069         * sunrpc/svc_udp.c: Likewise.
12070         * sunrpc/svc_unix.c: Likewise.
12071         * sunrpc/xdr.c: Likewise.
12072         * sunrpc/xdr_array.c: Likewise.
12073         * sunrpc/xdr_rec.c: Likewise.
12074         * sunrpc/xdr_ref.c: Likewise.
12075         * sysdeps/generic/wordexp.c: Likewise.
12076
12077         * po/it.po: Update from translation team.
12078
12079         * misc/err.c: Handle wide oriented stderr stream.
12080
12081 2001-08-14  Tom Rix  <trix@redhat.com>
12082
12083         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12084         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12085
12086 2001-08-13  Tom Rix  <trix@redhat.com>
12087
12088         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12089         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12090         and __intptr_t.
12091
12092 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12093
12094         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12095         Store the access registers to the ucontext structure.
12096         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12097         Likewise.
12098
12099         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12100         Load the access registers from the ucontext structure.
12101         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12102         Likewise.
12103
12104         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12105         offsets to the new ucontext layout.
12106         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12107
12108         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12109         of the ucontext structure.
12110         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12111
12112 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12113
12114         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12115         (error_at_line): Likewise.
12116
12117         * stdio-common/perror.c (perror): Implement according to standard.
12118         The stream orientation must not be changed if the stream was not
12119         oriented before the call.
12120         * stdio-common/Makefile (tests): Add tst-perror.
12121         * stdio-common/tst-perror.c: New file.
12122
12123
12124 See ChangeLog.12 for earlier changes.