* ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-01  Roland McGrath  <roland@redhat.com>
2
3         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
4         Variable declarations removed.
5         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
6         these functions to replace them.
7         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
8         functions plus an indirection rather than the old global variables.
9         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
10         Macros removed.
11         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
12         inline functions.
13         * ctype/ctype-info.c: Revert last reversion back the other way.
14         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
15         Define real function versions of include/ctype.h inlines here.
16         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
17         __ctype_tolower_loc, __ctype_toupper_loc.
18         * locale/lc-ctype.c: Revert last reversion back the other way.
19         (_nl_postload_ctype): If current thread uses the global locale,
20         update its tsd vars.
21         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
22         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
23         CTYPE_TOLOWER, CTYPE_TOUPPER.
24
25         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
26         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
27         from __libc_tsd_threadvar_location.
28         (__libc_tsd_set, __libc_tsd_get): Update uses.
29
30 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
31
32         * ctype/ctype.h: Undo the patch before the last one.  Put back the
33         macro definitions for the standard functions to access the
34         classification and mapping arrays.
35         * include/ctype.h: Partly revert last patch.  Move the macro
36         definitions for the exported functions back to the public header.
37         #undef all the macros defined here before redefining.
38         * ctype/ctype-info.c: Revert last patch.
39         * locale/lc-ctype.c: Revert last patch.
40
41         * ctype/Makefile (routines): Add isctype.
42         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
43         * ctype/ctype.h: Add declaration of isctype.
44         * include/ctype.h: Declare __isctype.
45         * ctype/isctype.c: New file.
46
47 2002-09-01  Roland McGrath  <roland@redhat.com>
48
49         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
50         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
51
52         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
53
54         * locale/findlocale.c (_nl_remove_locale): Don't search in
55         _nl_locale_file_list if DATA->alloc is ld_archive.
56         Use _nl_unload_locale to do the rest of the work.
57
58         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
59         of new structure to UNDELETABLE.
60
61         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
62         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
63         towlower, towupper): Macros removed.
64         * ctype/ctype.h (__tobody): Put parens around macro argument.
65         (__isctype): Macro removed.
66         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
67         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
68         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
69         tolower, toupper): Macros and inlines removed.
70         * include/ctype.h [! NOT_IN_libc]
71         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
72         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
73         tolower, toupper): Define here instead, using _NL_CURRENT.
74         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
75         using _NL_CURRENT.
76         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
77         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
78         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
79         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
80         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
81         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
82         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
83         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
84         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
85         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
86         (ISSORTMASK): Update use.
87         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
88         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
89         (_nss_files_getENTNAME_r): Likewise.
90         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
91         Likewise.
92
93         * Makerules (all-nonlib): Renamed from all-tests.
94         Include $(others) here too.
95         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
96         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
97         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
98         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
99         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
100         the program modules via cppflags-iterator.mk.
101         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
102         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
103
104 2002-08-31  Roland McGrath  <roland@redhat.com>
105
106         * posix/tst-getconf.sh: If no third arg, work with static linking.
107
108         * locale/categories.def (LC_TIME): No more _nl_postload_time.
109
110         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
111         [_NL_CURRENT_INDIRECT].
112
113 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
114
115         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
116
117 2002-08-31  Roland McGrath  <roland@redhat.com>
118
119         * locale/newlocale.c (__newlocale): Don't use strdup for names.
120         Instead, make the single allocation of the structure larger to hold
121         the name strings.
122         * locale/duplocale.c (__duplocale): Don't strdup names individually.
123         Instead, calculate size for a single allocation and copy into it.
124         * locale/freelocale.c (__freelocale): Don't free names individually.
125
126         * locale/newlocale.c (__newlocale): Don't leak old data or names.
127
128         * locale/xlocale.h (__locale_struct): Move __names member last,
129         for binary compatibility.
130
131         * locale/duplocale.c (__duplocale): Free names from the right array.
132
133         * locale/uselocale.c (__uselocale): Return previous locale when
134         setting a new one.
135
136         * locale/newlocale.c: Commit changes from 2002-08-30
137         batch where I failed to commit this file:
138         (__newlocale): Fill in __names array.
139
140 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
141
142         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
143         errlist-compat.c if versioning==yes.
144
145 2002-08-31  Andreas Jaeger  <aj@suse.de>
146
147         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
148         external functions with hidden attribute.
149         (elf_machine_rela): Optimize.
150
151         * sysdeps/x86_64/memset.S: New file.
152         * sysdeps/x86_64/bzero.S: New file.
153         * sysdeps/x86_64/stpcpy.S: New file.
154         * sysdeps/x86_64/strcat.S: New file.
155         * sysdeps/x86_64/strchr.S: New file.
156         * sysdeps/x86_64/strcpy.S: New file.
157         * sysdeps/x86_64/strcspn.S: New file.
158         * sysdeps/x86_64/strlen.S: New file.
159         * sysdeps/x86_64/strpbrk.S: New file.
160         * sysdeps/x86_64/strspn.S: New file.
161         * sysdeps/x86_64/strcmp.S: New file.
162         * sysdeps/x86_64/strtok_r.S: New file.
163         * sysdeps/x86_64/strtok.S: New file.
164         * sysdeps/x86_64/memcpy.S: New file.
165         * sysdeps/x86_64/mempcpy.S: New file.
166
167         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
168
169         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
170
171 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
172
173         * stdio-common/Makefile (generated): Add errlist-compat.c.
174
175         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
176
177         * locale/localeinfo.h: Pretty printing.
178
179         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
180         form_number handling.
181
182 2002-08-31  Andreas Jaeger  <aj@suse.de>
183
184         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
185         double tests.
186
187         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
188         __start_context.
189
190         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
191
192         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
193
194         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
195         registers used for passing args.
196
197         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
198         all needed registers.
199
200         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
201         registers.
202
203         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
204         registers.
205
206 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
207
208         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
209         always_inline attribute.
210
211 2002-08-30  Roland McGrath  <roland@redhat.com>
212
213         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
214         presume it's the stub and bail without error.
215
216         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
217         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
218
219         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
220
221         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
222         macros replace the i686 versions for 64-bit mode.
223
224         * locale/duplocale.c: Include <string.h>.
225
226         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
227         [_LIBC] (category_to_name): Don't define the function.  Instead
228         define a macro using _nl_category_names.
229
230         * locale/xlocale.h (struct __locale_struct): New member `__names'.
231         * locale/xlocale.c (_nl_C_locobj): Update initializer.
232         * locale/global-locale.c (_nl_global_locale): Likewise.
233         * locale/duplocale.c (__duplocale): strdup __names elements.
234         * locale/freelocale.c (__freelocale): Free __names elements.
235         * locale/localename.c (_nl_current_names): Variable removed.
236         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
237         * locale/localeinfo.h (_nl_current_names): Removed decl.
238         * locale/setlocale.c: Use _nl_global_locale->__names in place of
239         _nl_current_names throughout.
240
241         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
242
243         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
244         and sys_nerr in the output file.
245
246         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
247         * scripts/cpp: Just use the environment variable.
248
249         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
250         * libio/tst-mmap-offend.c (do_test): Likewise.
251         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
252         * libio/tst-mmap-eofsync.c (do_test): Likewise.
253         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
254
255         * locale/localename.c: If the current locale is the global locale, use
256         _nl_current_names; otherwise use the locale object.
257
258 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
259
260         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
261         'm' to enable mmap I/O.
262         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
263         former wasn't used (anymore?).
264         (_IO_FLAGS2_MMAP): New define.
265         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
266         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
267         _IO_FLAGS2_MMAP bit is set.
268         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
269         Enable mmap-using mode only if 'm' was set.
270
271 2002-08-29  Roland McGrath  <roland@frob.com>
272
273         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
274
275         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
276         Change argument type from int to intptr_t.
277
278         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
279         initializer on [! _HURD_THREADVAR_H] (bad kludge).
280         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
281         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
282         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
283
284         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
285
286         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
287
288         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
289
290         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
291         * assert/assert-perr.c: Add libc_hidden_def.
292         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
293
294         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
295         found at all.
296         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
297         sys_errlist stuff to ...
298         * sysdeps/unix/sysv/linux/Versions: ... here.
299
300         * mach/mach.h: Include <features.h>.
301
302 2002-08-29  Roland McGrath  <roland@redhat.com>
303
304         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
305         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
306         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
307
308         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
309
310         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
311         (norm_add_slashes): alloca -> __alloca
312
313 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
314
315         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
316         string_malloced, it is unlikely to be set.
317         Only call free with non-NULL workspace.
318         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
319         -mcpu=ultrasparc, not only tune for it.
320         (ASFLAGS*): Set unconditionally.
321
322         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
323         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
324         p_vaddr/p_offset when computing LOADADDR.
325
326 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
327
328         * version.h (VERSION): Bump to 2.2.92.
329
330         * time/Makefile (tst-ftime_l-ENV): New variable.
331
332         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
333
334         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
335         <U017A>, <U017D> and <U0179>. Add missing mappings.
336         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
337
338         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
339         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
340         (struct tostruct): Use ACRINDEX as type for link field.
341         (statuc gmonparam): Likewise for froms.
342         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
343         kcount and froms.
344         (write_call_graph): Use correct type for from_index and to_index.
345         * gmon/mcount.c: Use correct types for frompcindex and toindex
346         variables.
347         Patches by Dan Kegel <dank@kegel.com>.
348
349         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
350         canonical name.
351
352         * time/strptime.c (ISSPACE): New #define.  Use isspace or
353         __isspace_l.  Replace calls to isspace.
354         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
355
356 2002-08-29  Roland McGrath  <roland@redhat.com>
357
358         * string/tst-strxfrm.c: Remove __ from function names.
359
360 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
361
362         * include/wchar.h: Declare __mbsrtowcs_l.
363         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
364         * wcsmbs/mbsrtowcs.c: Add support for compilation with
365         USE_IN_EXTENDED_LOCALE_MODEL.
366         * wcsmbs/mbsrtowcs_l: New file.
367         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
368         define as static.  Change all uses.
369         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
370         Change all callers.
371         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
372         * time/strftime.c: When translating for the extended locale model
373         use the _l functions.
374         * time/Makefile (tests): Add tst-ftime_l.
375         * time/tst-ftime_l.c: New file.
376
377 2002-08-28  Roland McGrath  <roland@redhat.com>
378
379         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
380         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
381         from _nl_find_locale ok if for _nl_C_name.
382
383         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
384         iterator to refer to each category's _nl_current_LC_FOO symbol, so
385         we know they are all linked in.
386
387         * NEWS: Added 2.2.6 text from 2.2 branch version.
388
389         * time/strptime.c (strptime_internal): Remove spurious const.
390
391         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
392         _nl_select_era_entry): Moved to ...
393         * time/era.c: ... here, new file.
394         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
395         Add internal_function to definitions.  Take an additional argument
396         giving the `struct locale_data *' to use.
397         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
398         _nl_parse_alt_digit): Moved to ...
399         * time/alt_digit.c: ... here, new file.
400         * time/lc-time-cleanup.c: New file.
401         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
402         * locale/localeinfo.h (_nl_postload_time): Remove decl.
403         (_nl_cleanup_time): Declare it.
404         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
405         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
406         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
407         * time/strftime.c: Pass locale data to helper functions.
408         * time/strptime.c: Likewise.
409
410         * locale/localeinfo.h (struct locale_data): New member `private'
411         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
412         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
413         * locale/C-collate.c: Update initializer.
414         * locale/C-identification.c: Likewise.
415         * locale/C-measurement.c: Likewise.
416         * locale/C-telephone.c: Likewise.
417         * locale/C-address.c: Likewise.
418         * locale/C-name.c: Likewise.
419         * locale/C-paper.c: Likewise.
420         * locale/C-time.c: Likewise.
421         * locale/C-numeric.c: Likewise.
422         * locale/C-monetary.c: Likewise.
423         * locale/C-messages.c : Likewise.
424         * locale/C-ctype.c: Likewise.
425
426         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
427         Redefine this too.
428
429 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
430
431         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
432         (_rtld_global): Use it.
433
434         * sysdeps/gnu/Dist: Remove errlist-compat.c.
435         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
436         object directory.  Pass all Versions files to the awk script.
437         * sysdeps/gnu/errlist-compat.c: Removed.
438         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
439         first Versions file in the search path which has them.
440         Allow multiple errlist symbol versions to have the same count of
441         errors.
442         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
443         of "errlist-compat.c".
444         * sysdeps/gnu/errlist.c: Regenerated.
445         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
446         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
447         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
448         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
449         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
450         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
451         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
452         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
453         ECANCELLED if not defined by kernel headers.
454         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
455         already defined by kernel headers.
456         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
457         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
458         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
459         is a macro.
460         * Versions.def (GLIBC_2.3) [librt]: Add.
461
462         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
463
464 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
465
466         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
467         missing comma to .type directive.
468
469 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
470
471         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
472         unconditionally.
473         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
474         check.
475         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
476
477 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
478
479         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
480         check to close_and_out close.  Replace return NULL statements where
481         fd might be >= 0 with goto close_and_out.  Close the file descriptor
482         when it is no longer needed.
483
484 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
485
486         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
487         string constants.
488         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
489         * sysdeps/arm/dl-machine.h: Likewise.
490         * sysdeps/cris/dl-machine.h: Likewise.
491         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
492         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
493
494 2002-08-28  Roland McGrath  <roland@redhat.com>
495
496         * Makeconfig (default_cflags): Revert unintended change.
497
498 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
499
500         * version.h (VERSION): Bump to 2.2.91.
501
502         * configure.in: Disable TLS support by default for now.
503
504         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
505
506         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
507         warnings.
508
509         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
510
511         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
512         fprintf/fwprintf calls.
513
514 2002-08-28  Roland McGrath  <roland@redhat.com>
515
516         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
517         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
518
519         * locale/setlocale.c: Declare postload functions weak.
520
521         * elf/tst-tls1-static.c: New file.
522         * elf/tst-tls2-static.c: New file.
523         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
524
525         Make uselocale support static linking.
526         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
527         This file again just defines _nl_C_locobj.
528         (_nl_C_locobj): Use a categories.def iterator in the initializer.
529         * locale/global-locale.c: New file.  Define _nl_global_locale here,
530         using all weak references in the initializer.
531         * locale/Makefile (aux): Add global-locale.
532         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
533         these unconditional, along with the tsd decl.
534         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
535         Define it under these conditions.
536         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
537         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
538         `extern __thread struct locale_data *const *'.
539         [NL_CURRENT_INDIRECT]
540         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
541         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
542         the thread variable _nl_current_LC_FOO and also a special absolute
543         symbol _nl_current_LC_FOO_used.
544         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
545         Set each _nl_current_LC_FOO symbol to point into the new locale,
546         using weak references to test if _nl_current_LC_FOO_used was linked in.
547         * locale/setlocale.c [! SHARED]: Replace this conditional ...
548         [NL_CURRENT_INDIRECT]: ... with this one.
549         (_nl_current, _nl_C): Variables removed.
550         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
551         weak references to _nl_current_LC_FOO_used.
552         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
553         (free_category): New function, broken out of ...
554         (free_mem): ... here.  Call that.
555         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
556         instead of a loop.
557
558         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
559         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
560         it is already absolute.
561
562         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
563         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
564         [$(build-static) = yes] (tests-static): New variable.
565         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
566
567 2002-08-26  Christoph Hellwig  <hch@lst.de>
568
569         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
570         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
571
572 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
573
574         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
575
576         * sysdeps/s390/Dist: Add bits/link.h.
577
578         * sysdeps/sh/Dist: New file.
579
580         * sysdeps/ia64/Dist: Add ia64libgcc.S.
581
582         * sysdeps/wordsize-32/Dist: New file.
583
584         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
585         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
586         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
587
588         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
589         sys/personality.h.
590
591         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
592         sparc/dl-brk.S.
593
594         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
595
596         * sysdeps/unix/bsd/sun/Dist: New file.
597
598         * sysdeps/unix/bsd/osf/Dist: New file.
599
600         * sysdeps/unix/bsd/hp/Dist: New file.
601
602         * sysdeps/unix/arm/Dist: New file.
603
604         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
605
606         * sysdeps/mach/hurd/Dist: Add set-init.c.
607
608         * sysdeps/i386/Dist: Add bits/link.h.
609
610         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
611
612         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
613
614         * locale/Makefile (distribute): Add hashval.h.
615
616         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
617
618         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
619
620         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
621         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
622         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
623         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
624         implementations.
625         * libio/stdio.h: Likewise.
626         * locale/locale.h: Likewise.
627         * math/math.h: Likewise.
628         * math/bits/mathcalls.h: Likewise.
629         * setjmp/setjmp.h: Likewise.
630         * signal/signal.h: Likewise.
631         * stdlib/stdlib.h: Likewise.
632         * string/string.h: Likewise.
633         * time/time.h: Likewise.
634         * wcsmbs/wchar.h: Likewise.
635         * wctype/wctype.h: Likewise.
636
637 2002-08-28  Roland McGrath  <roland@redhat.com>
638
639         * locale/tst-C-locale.c (run_test): Remove __ from function names.
640
641 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
642             Roland McGrath <roland@redhat.com>
643
644         * locale/hashval.h (compute_hashval): Use prototype defn.
645         (hashval_t): New macro, defined to unsigned long int
646         if not already defined.
647         (compute_hashval): Return hashval_t instead of unsigned long int.
648         * locale/loadarchive.c (hashval_t): New macro.
649         * locale/programs/locarchive.c: Include hashval.h directly instead
650         of simple-hash.h.
651         (compute_hashval, hashval_t): Define these macros first.
652         (insert_name): Use archive_hashval instead of compute_hashval.
653         (add_locale, delete_locales_from_archive): Likewise.
654
655 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
656
657         * locale/programs/locarchive.c (insert_name): Suppress warnings about
658         hash collisions if be_quiet.
659
660 2002-08-27  Roland McGrath  <roland@redhat.com>
661
662         * locale/locale.h (__newlocale, __duplocale, __freelocale,
663         __uselocale): Don't declare these any more.
664         * include/locale.h (__uselocale): Declare here instead, using __typeof.
665
666         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
667         and treat it as an EOF return.
668         * sysdeps/unix/readdir_r.c: Likewise.
669
670         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
671         From Alexandre Oliva <aoliva@redhat.com>.
672         * sysdeps/gnu/errlist-compat.c: Regenerated.
673
674 2002-08-27  Brian Youmans  <3diff@gnu.org>
675
676         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
677         wording at request of copyright holder Stephen Moshier.
678         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
679         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
680         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
681         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
682         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
683         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
684         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
685         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
686         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
687         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
688         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
689         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
690         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
691         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
692
693 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
694
695         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
696         * ctype/ctype-extn.c (isblank_l): Add weak alias.
697         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
698         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
699         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
700         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
701         * wctype/iswctype_l.c (iswctype_l): Likewise.
702
703 2002-08-27  Roland McGrath  <roland@redhat.com>
704
705         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
706
707         * ctype/ctype.h (__exctype_l): Don't declare __ name.
708         * stdlib/stdlib.h: Don't declare __*_l names.
709         * include/stdlib.h: Declare them here instead.
710         * include/string.h: Don't declare __*_l names.
711         * string/string.h: Declare them here instead.
712         * time/time.h: Don't declare __*_l names.
713         * include/time.h: Declare them here instead.
714         * wcsmbs/wchar.h: Don't declare __*_l names.
715         * include/wchar.h: Declare them here instead.
716         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
717         Don't declare __*_l names.
718         * include/wctype.h: Declare them here instead.
719         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
720         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
721         * locale/langinfo.h: Don't declare __nl_langinfo_l.
722         * include/langinfo.h: Declare it here with __typeof.
723
724         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
725         instead, taking an extra __locale_t argument.
726         * time/Makefile (routines): Add strptime_l.
727         * time/time.h (__strptime_l, strptime_l): Declare them.
728         * time/strptime_l.c: New file.
729
730         * time/time.h (__strftime_l, strftime_l): Declare them.
731         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
732         * time/strftime_l.c: New file.
733         * time/wcsftime_l.c: New file.
734         * time/Makefile (routines): Add strftime_l, wcsftime_l.
735         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
736         strftime_l, wcsftime_l.
737         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
738         or __wcsftime_l instead, taking an extra __locale_t argument.
739
740         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
741         (libc: GLIBC_2.3): ... here.
742
743 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
744
745         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
746
747         * Makefile (distribute): Add LICENSES.
748
749         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
750         sys/debugreg.h.
751
752         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
753
754         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
755
756         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
757
758         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
759
760         * sysdeps/mach/hurd/alpha/Dist: New file.
761
762         * sysdeps/arm/Dist: Add bits/link.h.
763
764         * sunrpc/Makefile: Distribute thrsvc.
765
766         * stdio-common/Makefile: Remove more left-overs from old stdio.
767
768         * include/linewrap.h: Removed.
769
770         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
771
772         * intl/Makefile (distribute): Add plural-eval.c.
773
774 2002-08-27  Roland McGrath  <roland@redhat.com>
775
776         * manual/sysinfo.texi (Mount Information): Correct file name to macro
777         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
778         Say mtab is in either /var/run or /etc.
779
780 2002-08-26  Roland McGrath  <roland@redhat.com>
781
782         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
783         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
784
785         * sysdeps/gnu/Versions: New file.
786         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
787         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
788         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
789         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
790         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
791         and _sys_nerr_internal instead of anything else.  Make it include
792         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
793         Make it emit some asm magic if [EMIT_ERR_MAX].
794         * sysdeps/gnu/errlist.c: Regenerated.
795         * sysdeps/gnu/errlist-compat.awk: New file.
796         * sysdeps/gnu/errlist-compat.c: New file (generated).
797         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
798         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
799         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
800         (SYS_ERRLIST, SYS_NERR): Macros removed.
801         (sys_nerr, _sys_nerr): Remove these weak aliases.
802         * sysdeps/unix/sysv/linux/errlist.c: File removed.
803         * sysdeps/unix/sysv/linux/errlist.h: File removed.
804         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
805
806         * include/libc-symbols.h (declare_symbol): New macro.
807         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
808         * configure.in: New check to define it.
809         * configure: Regenerated.
810
811 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
812
813         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
814         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
815
816         * Make-dist: Remove traces of old stdio.
817         * Makeconfig: Likewise.
818
819         * locale/Makefile (localedef-aux): New variable.  Only md5
820         assigned to it.  These files are not ddistributed in this directory.
821
822         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
823         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
824         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
825
826         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
827
828         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
829         set h_errno to NO_RECOVERY [PR libc/4360].
830
831 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
832
833         * libio/Makefile (tests): Add bug-fopena+.
834         * libio/bug-fopena+.c: New file.
835         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
836         file for _IO_IS_APPENDING if file isn't opened for reading, too.
837
838         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
839
840         * locale/xlocale.c: Fix the last change.  The variable still has
841         to end in _data.
842         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
843         (__libc_tsd_set): Add _data prefix to variable name.
844
845 2002-08-26  Roland McGrath  <roland@redhat.com>
846
847         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
848         macro with inline function.
849         (sigset_get_old_mask): Likewise.
850         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
851         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
852         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
853         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
854         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
855         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
856         values.
857         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
858         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
859
860 2002-07-06  Bruno Haible  <bruno@clisp.org>
861
862         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
863         sigset_get_old_mask): Make it work with larger sigset_t.
864         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
865         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
866         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
867
868 2002-08-26  Roland McGrath  <roland@redhat.com>
869
870         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
871         * manual/filesys.texi (File Times): Document lutimes and futimes.
872         * misc/Makefile (routines): Add them.
873         * misc/Versions (libc: GLIBC_2.3): Likewise.
874         * sysdeps/generic/lutimes.c: New file.
875         * sysdeps/generic/futimes.c: New file.
876         * sysdeps/mach/hurd/lutimes.c: New file.
877         * sysdeps/mach/hurd/futimes.c: New file.
878
879         * manual/filesys.texi (File Times): Add explicit note about null
880         pointer argument to utimes.
881
882 2002-08-26  Roland McGrath  <roland@frob.com>
883
884         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
885         (__ifreq): Add a cast.  Remove an unused variable.
886
887         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
888         _HURD_THREADVAR_LOCALE.
889
890 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
891
892         * posix/regexec.c (re_search_stub): Return correct match length
893         if start != 0.
894         * posix/bug-regex10.c: New test.
895         * posix/Makefile (tests): Add bug-regex10.
896
897 2002-08-26  Brian Youmans  <3diff@gnu.org>
898
899         * COPYING.LIB: Replaced with fresh copy from
900         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
901         suggested copying permission notice now says version 2.1 instead
902         of version 2.
903
904         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
905         from Library GPL.
906         * crypt/crypt_util.c: Likewise.
907         * crypt/ufc.c: Likewise.
908         * elf/dl-conflict.c: Likewise.
909         * elf/dl-iteratephdr.c: Likewise.
910         * iconv/iconvconfig.h: Likewise.
911         * malloc/arena.c: Likewise.
912         * malloc/hooks.c: Likewise.
913         * malloc/malloc.c: Likewise.
914         * posix/glob/Makefile.ami: Likewise.
915         * posix/glob/Makefile.in: Likewise.
916         * stdlib/gmp-impl.h: Likewise.
917         * stdlib/gmp.h: Likewise.
918         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
919         * sysdeps/generic/strnlen.c: Likewise.
920         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
921         * sysdeps/mach/hurd/recvmsg.c: Likewise.
922         * sysdeps/mach/hurd/sendmsg.c: Likewise.
923         * sysdeps/mach/hurd/spawni.c: Likewise.
924         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
925         * sysdeps/mach/powerpc/sysdep.h: Likewise.
926         * sysdeps/mach/powerpc/thread_state.h: Likewise.
927         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
928         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
929         * sysdeps/x86_64/gmp-mparam.h: Likewise.
930
931         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
932         Lesser GPL copying permission notice from 2 to 2.1.
933         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
934         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
935         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
936         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
937         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
938         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
939         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
940         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
941         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
942         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
943         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
944         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
945         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
946         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
947         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
948         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
949         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
950         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
951         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
952         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
953         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
954         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
955         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
956         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
957         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
958         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
959         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
960         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
961         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
962         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
963         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
964         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
965         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
966         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
967         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
968         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
969         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
970         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
971         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
972         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
973         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
974         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
975         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
976         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
977         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
978         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
979         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
980         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
981         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
982         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
983         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
984         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
985         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
986         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
987         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
988
989         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
990         Moshier and Lesser GPL copying permission notice, per license from
991         Moshier.
992         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
993         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
994         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
995         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
996         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
997         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
998         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
999         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1000         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1001         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1002         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1003         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1004         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1005         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1006
1007         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1008         notice, per license from copyright holder Stephen Moshier.
1009         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1010         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1011         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1012         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1013         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1014         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1015         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1016         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1017         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1018
1019 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1020
1021         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1022         (shared-only-routines): Likewise.
1023
1024 2002-08-26  Roland McGrath  <roland@redhat.com>
1025
1026         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1027         name of "", store a null pointer instead.
1028
1029         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1030         * configure: Regenerated.
1031
1032         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1033         Initialize this instead of __libc_tsd_LOCALE_data.
1034
1035         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1036         ptsname_r to EINVAL.
1037
1038         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1039
1040         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1041         implementations depend on pthreads.
1042         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1043         * rt/tst-aio64.c (do_test): Likewise.
1044         * rt/tst-aio2.c (do_test): Likewise.
1045         * rt/tst-aio3.c (do_test): Likewise.
1046         * rt/tst-aio4.c (do_test): Likewise.
1047         * rt/tst-aio5.c (do_test): Likewise.
1048         * rt/tst-aio6.c (do_test): Likewise.
1049         * rt/tst-aio7.c (do_test): Likewise.
1050
1051         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1052         void so as to avoid compiler warnings.
1053
1054         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1055         _IO_wide_data_FD, which is never used here.
1056
1057         * libio/iofread.c
1058         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1059         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1060         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1061
1062         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1063         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1064
1065         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1066         (closelog): Likewise.
1067
1068 2002-07-06  Bruno Haible  <bruno@clisp.org>
1069
1070         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1071
1072         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1073         * sysdeps/unix/alpha/pipe.S: ... here.
1074         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1075
1076         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1077
1078         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1079         * sysdeps/unix/i386/fork.S: Likewise.
1080         * sysdeps/unix/i386/pipe.S: Likewise.
1081         * sysdeps/unix/i386/wait.S: Likewise.
1082
1083         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1084         * sysdeps/unix/arm/fork.S: Likewise.
1085
1086         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1087         arguments.
1088         (DO_CALL): Swap argument order.
1089         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1090         arguments.
1091         (DO_CALL): Swap argument order.
1092         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1093         arguments.
1094         (DO_CALL): Swap argument order.
1095         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1096         arguments.
1097         (DO_CALL): Swap argument order.
1098         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1099         arguments.
1100         (DO_CALL): Swap argument order.
1101         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1102         arguments.
1103         (DO_CALL): Swap argument order.
1104         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1105         arguments.
1106         (DO_CALL): Swap argument order.
1107
1108         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1109         (L): Define right for ELF.
1110         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1111         Now defined in sysdeps/i386/sysdep.h.
1112
1113         * sysdeps/posix/readv.c: Ansify function definition.
1114         * sysdeps/posix/writev.c: Likewise.
1115
1116         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1117         have the same size. Avoid direct cast from size_t to off_t.
1118
1119         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1120         nul byte in entry[n].ut_user.
1121         (simulate_logout): Likewise.
1122
1123         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1124         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1125         existence of corresponding members of 'struct utmp'.
1126         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1127         !_HAVE_UT_TYPE.
1128
1129         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1130         allocate a buffer of at least BUFSIZ bytes, not just of
1131         sizeof (struct dirent).
1132
1133         * sysdeps/generic/glob.c: Include <limits.h>.
1134         (NAME_MAX): Define a fallback.
1135         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1136         stack.
1137         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1138         (main): Allocate enough room for a 'struct dirent64' on the stack.
1139         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1140         'struct dirent'.
1141
1142         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1143         kernel-features.h.
1144
1145         * inet/htontest.c: Include <sys/types.h>.
1146
1147         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1148
1149         * include/sys/sysctl.h: Comment fix.
1150
1151         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1152         _dl_load_lock.
1153         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1154
1155         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1156
1157         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1158         (__getpeername): New alias.
1159         (__getsockname): New alias.
1160         (__socket): New alias.
1161
1162         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1163
1164         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1165         (__fcntl_internal): New alias.
1166         (__profil): New alias.
1167
1168 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1169
1170         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1171         entry was for getaddr* lookup or not.  Add only matching cache
1172         entry.  Change all callers [PR libc/4317].
1173
1174         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1175         finding the read position [PR libc/4265].
1176         * libio/Makefile (tests): Add bug-rewind2.
1177         * libio/bug-rewind2.c: New file.
1178
1179         * libio/bug-rewind.c: Fix creation of temp file.
1180
1181 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1182
1183         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1184         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1185         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1186         to ENOENT if no entry is found.
1187         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1188         failure.
1189         * nis/nss_compat/compat-initgroups.c: Likewise.
1190         * nis/nss_compat/compat-pwd.c: Likewise.
1191         * nis/nss_compat/compat-spwd.c: Likewise.
1192         * nis/nss_nis/nis-alias.c: Likewise.
1193         * nis/nss_nis/nis-ethers.c: Likewise.
1194         * nis/nss_nis/nis-grp.c: Likewise.
1195         * nis/nss_nis/nis-hosts.c: Likewise.
1196         * nis/nss_nis/nis-initgroups.c: Likewise.
1197         * nis/nss_nis/nis-netgrp.c: Likewise.
1198         * nis/nss_nis/nis-network.c: Likewise.
1199         * nis/nss_nis/nis-proto.c: Likewise.
1200         * nis/nss_nis/nis-publickey.c: Likewise.
1201         * nis/nss_nis/nis-pwd.c: Likewise.
1202         * nis/nss_nis/nis-rpc.c: Likewise.
1203         * nis/nss_nis/nis-service.c: Likewise.
1204         * nis/nss_nis/nis-spwd.c: Likewise.
1205         * resolv/nss_dns/dns-host.c: Likewise.
1206         * resolv/nss_dns/dns-network.c: Likewise.
1207         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1208         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1209         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1210         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1211         * nis/nss_nisplus/nisplus-network.c: Likewise.
1212         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1213         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1214         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1215         * nis/nss_nisplus/nisplus-service.c: Likewise.
1216         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1217         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1218         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1219         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1220         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1221
1222         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1223         declaring __restore and __restore_rt as hidden (if possible).
1224
1225 2002-08-25  Roland McGrath  <roland@redhat.com>
1226
1227         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1228
1229         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1230         (getutent_r_file, internal_getut_r): Updated all callers.
1231         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1232
1233 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1234
1235         * locale/programs/locale.c: Don't print aliases for non-existing
1236         locales for 'locale -a'.
1237         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1238
1239 2002-07-19  H.J. Lu  <hjl@gnu.org>
1240
1241         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1242
1243 2002-07-16  H.J. Lu  <hjl@gnu.org>
1244
1245         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1246         sys/personality.h.
1247         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1248
1249 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1250
1251         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1252         not moved ahead of the fputs call.
1253         * elf/tst-tlsmod2.c (in_dso): Likewise.
1254         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1255         * elf/tst-tlsmod4.c (in_dso): Likewise.
1256
1257 2002-08-25  Andreas Schwab  <schwab@suse.de>
1258
1259         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1260
1261 2002-08-25  Roland McGrath  <roland@redhat.com>
1262
1263         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1264         resetting handler, to avoid the possibility of a spurious SIGALRM
1265         delivered to the user's handler.
1266         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1267
1268         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1269         set -fkeep-inline-functions, which is not needed for the current file.
1270
1271         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1272         (_dl_setup_hash): Add attribute_hidden.
1273         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1274         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1275         (_dl_new_object, _dl_map_object_deps): Likewise.
1276         (_dl_map_object_deps_internal): Remove decl.
1277         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1278
1279         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1280         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1281         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1282         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1283         instead relying on the compiler to produce only GOTOFF variable refs.
1284
1285 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1286
1287         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1288
1289         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1290         inline to avoid defining it in every file which includes this header.
1291
1292         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1293         defining DONT_USE_BOOTSTRAP_MAP.
1294
1295         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1296         * libio/tst-mmap-setvbuf.c (main): Likewise.
1297         * libio/tst-widetext.c (main): Likewise.
1298
1299         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1300         message.
1301         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1302         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1303
1304         * sysdeps/i386/elf/configure.in: Unconditionally define
1305         PI_STATIC_AND_HIDDEN.
1306         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1307         PI_STATIC_AND_HIDDEN is defined as well.
1308         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1309
1310 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1311
1312         * sysdeps/ia64/bzero.S: Define __bzero as well.
1313
1314         * locale/programs/charmap.c (charmap_new_char): Don't use
1315         ULONG_MAX as maximum UCS4 value.
1316
1317         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1318
1319         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1320
1321         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1322         * malloc/malloc.c (mALLINFo): Likewise.
1323
1324         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1325
1326         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1327         examining result of _IO_do_flush call.
1328
1329         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1330         Use prec not spec when sizing buffers.
1331
1332         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1333         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1334         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1335         * stdio-common/vfscanf.c (inchar): Likewise.
1336         * misc/efgcvt_r.c (fcvt_r): Likewise.
1337         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1338         * elf/readlib.c (process_file): Likewise.
1339         * elf/sprof.c (load_profdata): Likewise.
1340         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1341         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1342         * locale/programs/charmap.c (charmap_read): Likewise.
1343         * libio/fileops.c: Likewise.
1344         * libio/fmemopen.c: Likewise.
1345         * stdlib/strtod.c: Likewise.
1346         * elf/dl-load.c: Likewise.
1347         * iconv/iconvconfig.c: Likewise.
1348         * iconv/iconv_prog.c (process_block): Likewise.
1349         * elf/rtld.c (dl_main): Likewise.
1350
1351         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1352         macro to calm down the compiler.
1353
1354         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1355
1356         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1357
1358         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1359         placement of errno definition.
1360         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1361         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1362         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1363         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1364         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1365
1366         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1367         from 1024 to 65536, to avoid buffer overrun.
1368
1369 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1370
1371         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1372         from 1024 to 65536, to avoid buffer overrun.
1373         * resolv/res_query.c (MAXPACKET): Likewise.
1374
1375 2002-08-24  Andreas Jaeger  <aj@suse.de>
1376
1377         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1378
1379 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1380
1381         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1382         two52 locally.
1383         (log2): Likewise.
1384         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1385         Patch by Simon Gee <simong@agile.tv>.
1386
1387         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1388         Prefer reading /proc/stat since it is more uniform across
1389         architectures.
1390
1391         * manual/texinfo.tex: Update to latest official version.
1392
1393         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1394         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1395         * sysdeps/gnu/bits/shm.h: Likewise.
1396         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1397         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1398         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1399         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1400         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1401         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1402         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1403         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1404         since this is what the kernel says.
1405
1406         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1407         since ssize_t is needed as well.  Replace const with __const.
1408
1409 2002-08-23  Roland McGrath  <roland@redhat.com>
1410
1411         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1412         __malloc_hook, __realloc_hook, __memalign_hook,
1413         __after_morecore_hook): Variable definitions moved to ...
1414         * malloc/malloc.c: ... here, so as to be before all references.
1415
1416         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1417         global variable reference in an unused asm parameter, to ensure the
1418         compiler has set up the GOT register before we use it.
1419
1420         * malloc/hooks.c: Move variable definitions ahead of uses.
1421         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1422         initializers that make reference to variables they define.
1423
1424 2002-08-23  Andreas Jaeger  <aj@suse.de>
1425
1426         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1427         alloca, free, qsort.
1428
1429         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1430
1431         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1432         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1433
1434         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1435         <hch@lst.de>.
1436         * sysdeps/generic/fgetxattr.c: New file.
1437         * sysdeps/generic/flistxattr.c: New file.
1438         * sysdeps/generic/fremovexattr.c: New file.
1439         * sysdeps/generic/fsetxattr.c: New file.
1440         * sysdeps/generic/getxattr.c: New file.
1441         * sysdeps/generic/listxattr.c: New file.
1442         * sysdeps/generic/lgetxattr.c: New file.
1443         * sysdeps/generic/llistxattr.c: New file.
1444         * sysdeps/generic/lremovexattr.c: New file.
1445         * sysdeps/generic/lsetxattr.c: New file.
1446         * sysdeps/generic/removexattr.c: New file.
1447         * sysdeps/generic/setxattr.c: New file.
1448         * misc/Makefile (headers): Add sys/xattr.h.
1449         (routines): Add *xattr calls.
1450         * misc/Versions: Add *xattr calls with version 2.3.
1451         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1452         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1453         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1454         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1455         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1456         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1457         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1458         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1459
1460 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1461
1462         * sysdeps/powerpc/elf/libc-start.c
1463         (__cache_line_size): Declare.
1464         (__aux_init_cache): New function.
1465         (__libc_start_main): Change type of `auxvec' parameter to
1466         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1467         __aux_init_cache.
1468         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1469         (__cache_line_size): Declare.
1470         (__aux_init_cache): New function.
1471         (DL_PLATFORM_INIT): Define.
1472         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1473         value to select the correct stride for dcbz.
1474
1475 2002-08-22  Andreas Jaeger  <aj@suse.de>
1476
1477         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1478         shmat.
1479
1480 2002-08-22  Roland McGrath  <roland@redhat.com>
1481
1482         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1483         position indicated by locrectab against file bounds before rounding to
1484         page size.  In mapping loop, always set TO before breaking out of
1485         contiguous range coalescing loop.
1486
1487         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1488         (or MAP_COPY if available) instead of MAP_SHARED.
1489
1490         * scripts/firstversions.awk: When encountering a version newer than
1491         the specified earliest version, be sure to emit the specified earliest
1492         version first if any renaming of an older version to that has been.
1493
1494 2002-08-21  Roland McGrath  <roland@redhat.com>
1495
1496         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1497         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1498         (Configuring and compiling): Don't mention older GCC versions any more.
1499         * INSTALL: Regenerated.
1500
1501         * manual/install.texi (Configuring and compiling, Installation,
1502         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1503
1504         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1505         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1506         and with noinline otherwise.  Remove hack alloca use to prevent
1507         inlining, we can ask for it explicitly nowadays.
1508
1509         * dlfcn/bug-dlsym1.c: New file.
1510         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1511         * dlfcn/Makefile (distribute): Add them.
1512         (tests): Add bug-dlsym1 here.
1513         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1514         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1515         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1516
1517 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1518
1519         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1520         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1521         before relocation.
1522         (_dl_start): Don't use local bootstrap_map variable if
1523         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1524         pass bootstrap_map to _dl_start_final in this case either.  Don't
1525         pass start_time to _dl_start_final ever.
1526         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1527
1528         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1529         This cripples the scope lists necessary to search for symbols in
1530         dependencies which are not in the global scope.
1531
1532         * include/setjmp.h (__libc_longjmp): Add declaration.
1533
1534 2002-08-21  Andreas Jaeger  <aj@suse.de>
1535
1536         * sysdeps/x86_64/_mcount.S: Fix assembler.
1537
1538         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1539         with biarch support.
1540
1541 2002-08-21  Andreas Jaeger  <aj@suse.de>
1542
1543         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1544
1545         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1546
1547         * sysdeps/x86_64/machine-gmon.h: New file.
1548         * sysdeps/x86_64/_mcount.S: New file.
1549
1550 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1551
1552         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1553         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1554         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1555         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1556         to TL_INIT_TP.  Otherwise pass 1.
1557         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1558         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1559
1560 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1561
1562         * locale/programs/localedef.c (add_to_readlist): Error about
1563         circular dependencies only if the locale in question hasn't
1564         been finished.
1565         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1566         CTYPE_LOCALE to load_locale.
1567         * locale/programs/locfile.c (locfile_read): Don't include
1568         unneeded but available locales in locale_mask.
1569
1570         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1571         print any messages about enlarging archive.
1572
1573 2002-08-20  Brian Youmans  <3diff@gnu.org>
1574
1575         * manual/contrib.texi: Removed licenses, added acknowledgements
1576         for contributions by Intel, IBM, Craig Metz.
1577         * LICENSES: New file, contains the text of all non-FSF licenses in the
1578         distribution that require putting the notice in the accompanying
1579         documentation.
1580         * README.template, README: Mention LICENSES.
1581
1582         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1583         new one modelled on the modern BSD license, per recent letter
1584         of permission from CMU.
1585         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1586
1587         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1588         from IBM to FSF, per the recent Software Letter.  Changed the
1589         distribution terms from GPL to LGPL.
1590
1591         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1592         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1593         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1594         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1595         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1596         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1597         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1598         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1599         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1600         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1601
1602         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1603         from IBM to FSF, per the recent Software Letter.  Corrected the
1604         text of the copying permission notice to say Lesser GPL instead
1605         of GPL in warranty disclaimer paragraph.
1606         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1607         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1608         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1609         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1610         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1611         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1612         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1613         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1614         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1615         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1616         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1617         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1618         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1619         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1620         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1621         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1622         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1623         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1624         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1625         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1626         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1627
1628         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1629         permission notice to say Lesser GPL instead of GPL in warranty
1630         disclaimer paragraph.
1631         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1632         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1633         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1634         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1635         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1636         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1637         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1638         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1639         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1640         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1641         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1642         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1643         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1644         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1645         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1646         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1647         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1648         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1649         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1650         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1651         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1652         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1653         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1654
1655 2002-08-20  Roland McGrath  <roland@redhat.com>
1656
1657         Fix ABI compatibility with libc compiled with old tools on powerpc.
1658         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1659         and Jack Howarth <howarth@bromo.med.uc.edu>.
1660         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1661         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1662         pass -DHAVE_DOT_HIDDEN for these files.
1663         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1664         __floatdisf.
1665         * sysdeps/powerpc/divdi3.c: New file.
1666         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1667         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1668
1669 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1670
1671         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1672         partially overlapping mappings.  Remove unneeded (char *) casts.
1673         Never allow duplication of ranges in mapped areas.
1674
1675 2002-08-20  Roland McGrath  <roland@redhat.com>
1676
1677         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1678         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1679
1680 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1681
1682         * include/unistd.h: Don't hide _exit.
1683
1684         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1685         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1686         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1687         argument 1 to TLS_INIT_TP.
1688         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1689
1690         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1691
1692         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1693         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1694         memory allocation to...
1695         (allocate_dtv): ...here.  New function.
1696         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
1697         call allocate_dtv instead of _dl_allocate_tls_storage.
1698         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
1699         (_dl_get_tls_static_info): New function.
1700         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1701         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
1702
1703 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
1704
1705         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1706         immediately if result == NULL.
1707
1708 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1709
1710         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1711
1712 2002-08-18  Roland McGrath  <roland@frob.com>
1713
1714         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1715         instead of __file_name_split.
1716         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1717
1718         * sysdeps/mach/hurd/dl-sysdep.c
1719         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1720         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1721
1722 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1723
1724         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1725         in change before last: MAX -> MIN.
1726
1727 2002-08-15  Roland McGrath  <roland@redhat.com>
1728
1729         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1730         if seek would go past it.
1731         (mmap_remap_check): If file position is at or past EOF after check,
1732         leave read pointers at EOF and don't seek.
1733
1734         * libio/tst-mmap-offend.c: New file.
1735         * libio/Makefile (tests): Add it.
1736
1737         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1738         the name as passed, rather than the name in the archive dictionary.
1739
1740 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1741
1742         * csu/Makefile: Define elide-routines.os not static-only-routines.
1743
1744         * include/sched.h (__clone): Add varargs at the end.
1745
1746         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1747         case.
1748         (TLS_INIT_HELPER): If defined, use it.
1749         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1750
1751 2002-08-15  Roland McGrath  <roland@redhat.com>
1752
1753         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1754         on L->l_prev; it can happen under rtld --verify too.
1755
1756         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1757         header separately, just map an initial window of 2MB from the file
1758         and remap if that is not large enough to cover the whole header.
1759
1760 2002-08-15  Andreas Jaeger  <aj@suse.de>
1761
1762         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1763         version 2.3.
1764         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1765         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1766         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1767         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1768         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1769         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1770         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1771         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1772         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1773         Patch by Andreas Gruenbacher <agruen@suse.de>.
1774
1775         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1776
1777 2002-08-14  Roland McGrath  <roland@redhat.com>
1778
1779         * locale/locarchive.h (struct locale_category_data): Give this name to
1780         the type of locale_data_t's elements.
1781         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1782         (add_locale): Use that to sort the categories by size and put all
1783         those that fit into two pages into the LC_ALL block, instead of
1784         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1785         (show_archive_content): Detect categories inside LC_ALL block
1786         directly, instead of hard-coding.
1787         (oldlocrecentcmp): Compare just on file locations used.
1788
1789 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1790
1791         * locale/programs/locarchive.c (struct oldlocrecent): New type.
1792         (oldlocrecentcmp): New function.
1793         (enlarge_archive): Re-add locales in the order they were added
1794         to the archive.
1795         (add_locale): Put all the small locale files together, if the small
1796         locale file block would occupy less pages if page size aligned, align
1797         it.
1798         (show_archive_content): Adjust for locale archives optimized for speed.
1799
1800 2002-08-14  Roland McGrath  <roland@frob.com>
1801
1802         * configure.in: Use "MISSING" as not-found value for MIG.
1803         * sysdeps/mach/configure.in: Fatal if mig not found.
1804         * configure, sysdeps/mach/configure: Regenerated.
1805
1806 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1807
1808         * locale/loadarchive.c (archfname): Add missing slash.
1809
1810         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1811         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1812
1813 2002-08-12  Roland McGrath  <roland@redhat.com>
1814
1815         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1816         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1817         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1818         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1819         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1820         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1821         * sysdeps/generic/waitpid.c: Likewise.
1822
1823         * include/net/if.h: New file.  Use libc_hidden_proto
1824         for if_nametoindex and if_indextoname.
1825         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1826         * sysdeps/mach/hurd/if_index.c: Likewise.
1827         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1828
1829         * include/grp.h (setgroups): Add libc_hidden_proto.
1830         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1831         * sysdeps/mach/hurd/setgroups.c: Likewise.
1832         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1833         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1834
1835 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1836
1837         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1838         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1839         * sysdeps/generic/setegid.c (setegid): Likewise.
1840         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1841         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1842         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1843         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1844         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1845         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1846         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1847         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1848         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1849         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1850         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1851         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1852         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1853
1854         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1855         __lxstat_internal, __lxstat64_internal): Remove.
1856         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1857         Add hidden_proto.
1858         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1859         Remove INTDEF where present, remove #undef at the beginning.
1860         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1861         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1862         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1863         * sysdeps/generic/xstat.c (__xstat): Likewise.
1864         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1865         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1866         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1867         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1868         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1869         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1870         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1871         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1872         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1873         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1874         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1875         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1876         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1877         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1878         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1879         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1880         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1881         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1882         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1883         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1884         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1885         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1886         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1887         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1888         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1889         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1890         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1891         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1892         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1893         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1894         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1895         * sysdeps/unix/xstat.c (__xstat): Likewise.
1896
1897         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1898         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1899         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1900         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1901         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1902         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1903         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1904
1905         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1906         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
1907         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
1908         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
1909         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
1910         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
1911         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
1912         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
1913         Likewise.
1914         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
1915         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
1916         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
1917         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
1918         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
1919         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
1920         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
1921         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
1922
1923         * include/string.h (strcoll): Add libc_hidden_proto.
1924         * string/strcoll.c (strcoll): Add libc_hidden_def.
1925
1926         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
1927
1928 2002-08-11  Philip Blundell  <philb@gnu.org>
1929
1930         * sysdeps/arm/Makefile: New file.
1931
1932 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
1933
1934         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
1935         by another '|', end of regex or enclosing ')', clear branch.
1936         * posix/bug-regex9.c: New test.
1937         * posix/Makefile (tests): Add bug-regex9.
1938
1939 2002-08-12  Roland McGrath  <roland@redhat.com>
1940
1941         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
1942         start count condition, use TOTAL instead of variable that was never
1943         set.  Fix outer loop termination condition to TOTAL >= after update.
1944
1945         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
1946         dl_tls_static_align and dl_tls_static_nelem.
1947
1948 2002-08-11  Roland McGrath  <roland@redhat.com>
1949
1950         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
1951         of the TLS macros, otherwise the compiler might not have initialized
1952         the PIC register yet when we use the PLT via asm.
1953         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1954         * elf/tst-tlsmod2.c (in_dso): Likewise.
1955
1956         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
1957
1958         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
1959         Evaluate argument exactly once.  Remove __volatile__ from asm's.
1960
1961         * include/unistd.h: Use libc_hidden_proto for getdomainname
1962         and getlogin_r.
1963         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
1964         * sysdeps/mach/hurd/getdomain.c: Likewise.
1965         * sysdeps/unix/getlogin_r.c: Likewise.
1966         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
1967         * sysdeps/generic/getlogin_r.c: Likewise.
1968
1969         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
1970         * sunrpc/rtime.c: Add libc_hidden_def.
1971
1972         * include/string.h: Use libc_hidden_proto for basename.
1973         * string/basename.c [_LIBC]: Add libc_hidden_def.
1974
1975         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
1976
1977         * locale/loadarchive.c: munmap -> __munmap throughout.
1978
1979         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
1980         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
1981         * sysdeps/generic/gai_strerror.c: Likewise.
1982
1983         * include/sys/errno.h: New file.
1984
1985         * include/signal.h: No libc_hidden_proto for raise,
1986         __libc_current_sigrtmin, __libc_current_sigrtmax.
1987         These need to be overridden by linuxthreads.
1988         * sysdeps/posix/raise.c: Reverted.
1989         * sysdeps/generic/raise.c: Reverted.
1990         * signal/allocrtsig.c: Reverted.
1991
1992         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
1993
1994 2002-08-10  Roland McGrath  <roland@redhat.com>
1995
1996         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
1997         * locale/localeinfo.h: Declare it.
1998         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
1999         current locale if it's not in the file list.
2000         Call _nl_archive_subfreeres.
2001
2002 2002-08-10  Andreas Jaeger  <aj@suse.de>
2003
2004         * sysdeps/i386/strchr.S: Add comment.
2005
2006 2002-08-10  Roland McGrath  <roland@redhat.com>
2007
2008         * include/wchar.h (putwc): Use libc_hidden_proto.
2009         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2010         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2011         * stdio-common/dprintf.c: Add libc_hidden_def.
2012         * stdio-common/fprintf.c: Likewise.
2013         * stdio-common/sprintf.c: Likewise.
2014         * stdio-common/sscanf.c: Likewise.
2015         * libio/iofwrite.c: Likewise.
2016         * libio/memstream.c: Likewise.
2017         * libio/putwc.c: Likewise.
2018         * stdio-common/perror.c: Likewise.
2019         * sysdeps/posix/remove.c: Likewise.
2020         * sysdeps/generic/remove.c: Likewise.
2021         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2022         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2023
2024 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2025
2026         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2027         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2028         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2029         towlower, towupper): Add libc_hidden_weak.
2030
2031         * include/bits/dlfcn.h: New file.
2032         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2033
2034         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2035         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2036         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2037         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2038         * include/shadow.h (_nss_files_parse_spent): Likewise.
2039         * include/netdb.h (_nss_files_parse_protoent,
2040         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2041         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2042         (LINE_PARSER): Use it.
2043         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2044         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2045
2046         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2047         #endif.
2048
2049         * manual/debug.texi (%MENU%): Remove trailing dot.
2050         Reported by <hayastan132@hotmail.com>.
2051
2052         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2053         aliases.
2054         (lseek): Dummy.
2055         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2056         Likewise.
2057
2058 2002-08-09  Roland McGrath  <roland@redhat.com>
2059
2060         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2061         name to find codeset name (if any) and normalize it.  If the
2062         normalized name differs, look up only that in the archive.
2063         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2064         contains a codeset, normalize the codeset store only the normalized
2065         name in the archive.  If not, add an alias containing the locale's
2066         normalized codeset name.  Apply codeset name normalization when
2067         matching entries in the alias file.
2068
2069         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2070         decrement HEAD->namehash_used here.
2071         (add_locale): Only need to insert name string when name_offset != 0.
2072
2073         * locale/programs/localedef.c (options): Add -A/--alias-file.
2074         (alias_file): New variable.
2075         (parse_opt): Grok -A, set that.
2076         * locale/programs/localedef.h: Declare it.
2077
2078         * locale/locarchive.h (struct locrecent): Add `refs' member.
2079         * locale/programs/locarchive.c (insert_name): New function, broken out
2080         of ...
2081         (add_locale_to_archive): ... here.  Call that.
2082         (add_alias): New function.
2083         (add_locale): New static function, add_locale_to_archive renamed.
2084         (add_locale_to_archive): Call that and use add_alias to add an alias
2085         for the name with codeset if the given name lacks it.
2086         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2087
2088         * locale/Makefile (routines): Add loadarchive.
2089         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2090         (_nl_load_locale_from_archive): New function.
2091         * locale/localeinfo.h: Declare it.
2092         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2093         try _nl_load_locale_from_archive first.
2094
2095         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2096         broken out of _nl_load_locale.
2097         (_nl_load_locale): Call that.
2098         * locale/localeinfo.h: Declare it.
2099         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2100         (struct locale_data): Remove unused member `options'.
2101         * locale/findlocale.c (_nl_remove_locale): Update uses.
2102         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2103         * locale/C-collate.c: Update initializer.
2104         * locale/C-identification.c: Likewise.
2105         * locale/C-measurement.c: Likewise.
2106         * locale/C-telephone.c: Likewise.
2107         * locale/C-address.c: Likewise.
2108         * locale/C-name.c: Likewise.
2109         * locale/C-paper.c: Likewise.
2110         * locale/C-time.c: Likewise.
2111         * locale/C-numeric.c: Likewise.
2112         * locale/C-monetary.c: Likewise.
2113         * locale/C-messages.c : Likewise.
2114         * locale/C-ctype.c: Likewise.
2115
2116         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2117         use CHAR_BIT instead of BITSPERBYTE.
2118
2119         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2120         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2121         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2122         (_nl_remove_locale): Likewise.
2123         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2124
2125         * locale/findlocale.c (_nl_default_locale_path): New variable.
2126         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2127         * locale/localeinfo.h: Declare it.
2128         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2129         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2130         * locale/newlocale.c (__newlocale): Likewise.
2131
2132         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2133         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2134         * sysdeps/generic/morecore.c: Likewise.
2135         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2136         (__libc_current_sigrtmax): Likewise.
2137
2138 2002-08-08  Roland McGrath  <roland@redhat.com>
2139
2140         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2141         * catgets/open_catalog.c (__open_catalog): Likewise.
2142
2143         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2144         from typo INITIAL_NUM_NANES.
2145         (create_archive): Update use.
2146
2147 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2148
2149         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2150
2151 2002-08-08  Roland McGrath  <roland@frob.com>
2152
2153         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2154
2155 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2156
2157         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2158         else and undefine after including wcstol_l.c.
2159         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2160
2161 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2162
2163         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2164
2165 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2166
2167         * configure.in: Make the test for broken_alias_attribute stricter.
2168
2169 2002-05-24  Robert Love  <rml@tech9.net>
2170
2171         * posix/Makefile (routines): Add sched_getaffinity and
2172         sched_setaffinity.
2173         * posix/sched.h: Add declarations for sched_getaffinity and
2174         sched_setaffinity.
2175         * sysdeps/generic/sched_getaffinity.c: New file.
2176         * sysdeps/generic/sched_setaffinity.c: New file.
2177         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2178         sched_setaffinity.
2179
2180 2002-08-06  Andreas Schwab  <schwab@suse.de>
2181
2182         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2183
2184 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2185
2186         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2187         message.
2188
2189         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2190         It is known to be defined.
2191
2192         * include/string.h: Define index and rindex only if _ISOMAC is not
2193         defined.
2194
2195         * elf/rtld.c: Include <errno.h>.
2196         * sysdeps/generic/libc-tls.c: Likewise.
2197
2198 2002-08-07  Roland McGrath  <roland@redhat.com>
2199
2200         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2201         it internally.
2202         (precsize_aton): Likewise.
2203
2204         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2205         the static symbols added in the last change (doofus is me).
2206
2207         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2208         loop to notice missing categories in a composite name.
2209
2210         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2211         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2212         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2213         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2214
2215 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2216
2217         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2218
2219 2002-08-07  Roland McGrath  <roland@redhat.com>
2220
2221         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2222         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2223         Reported by Jakub Jelinek  <jakub@redhat.com>.
2224
2225 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2226
2227         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2228         division.
2229
2230 2002-08-06  Roland McGrath  <roland@redhat.com>
2231
2232         * include/getopt.h: Put private decls inside [_GETOPT_H].
2233         Use libc_hidden_proto for getopt_long, getopt_long_only.
2234         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2235         Add libc_hidden_def.
2236
2237         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2238         Define as a macro for __dl_iterate_phdr.
2239
2240         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2241         made static.  Add __ name as a strong alias.
2242         (internal_endnetgrent): Likewise.
2243         (internal_getnetgrent_r): Likewise.
2244
2245         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2246         with no __ prefix.
2247         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2248         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2249         all *_l functions with no __ prefix.
2250         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2251         * ctype/ctype_l.c: Likewise.
2252         * locale/nl_langinfo.c: Likewise.
2253         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2254         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2255         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2256         * wctype/wctype.h [__USE_GNU]: Likewise.
2257         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2258         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2259         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2260         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2261         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2262         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2263         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2264         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2265         (__wcscasecmp_l): Add libc_hidden_def.
2266         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2267         (__wcsncasecmp_l): Add libc_hidden_def.
2268         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2269         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2270         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2271         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2272         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2273         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2274         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2275         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2276         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2277         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2278         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2279         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2280         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2281         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2282
2283 2002-08-05  Roland McGrath  <roland@redhat.com>
2284
2285         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2286         netname2user, host2netname, user2netname, key_gendes.
2287         * sunrpc/netname.c: Add libc_hidden_def.
2288         * sunrpc/key_call.c: Likewise.
2289
2290         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2291         freeaddrinfo.
2292         * inet/getnameinfo.c: Add libc_hidden_def.
2293         * sysdeps/generic/getaddrinfo.c: Likewise.
2294         * sysdeps/posix/getaddrinfo.c: Likewise.
2295
2296         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2297         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2298         * wcsmbs/wmemset.c: Add libc_hidden_def.
2299
2300         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2301         (index, rindex): Define as macros for strchr, strrchr.
2302
2303         * string/envz.c (envz_strip): index -> strchr
2304
2305         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2306         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2307
2308         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2309         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2310
2311         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2312         * stdlib/wctomb.c: Add libc_hidden_def.
2313
2314         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2315         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2316         * resolv/herror.c: Likewise.
2317         * inet/rcmd.c: Add libc_hidden_def.
2318         * inet/ruserpass.c: Likewise.
2319         * inet/getnetgrent_r.c: Likewise.
2320
2321         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2322         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2323         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2324         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2325         libc_hidden_def.
2326         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2327         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2328
2329         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2330         __libc_system.
2331         (__libc_system): Call it, putting just the line == NULL test here.
2332
2333         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2334         variables work right.
2335
2336         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2337         * elf/dl-close.c (_dl_close): Likewise.
2338
2339         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2340         in6addr_any, in6addr_loopback.  Remove decls for
2341         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2342         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2343         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2344         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2345         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2346         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2347         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2348         in6addr_loopback.
2349         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2350
2351         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2352         ether_aton_r.
2353         * inet/ether_aton_r.c: Add libc_hidden_def.
2354         * inet/ether_ntoa_r.c: Likewise.
2355
2356         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2357         xprt_unregister.
2358         * sunrpc/svc.c: Add libc_hidden_def.
2359         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2360         pmap_set, pmap_unset.
2361         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2362         * sunrpc/pm_getport.c: Likewise.
2363         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2364         * sunrpc/publickey.c: Add libc_hidden_def.
2365
2366 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2367
2368         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2369         the other memset call in this function.
2370
2371         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2372         at correct index.  Clear BSS region now that memalign is used.
2373
2374 2002-08-05  Roland McGrath  <roland@redhat.com>
2375
2376         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2377         * sysdeps/generic/uname.c: Add libc_hidden_def.
2378         * sysdeps/mach/hurd/uname.c: Likewise.
2379
2380 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2381
2382         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2383         wcspbrk): Add libc_hidden_proto.
2384         * time/strftime.c (my_strftime): Add libc_hidden_def.
2385         (strftime): Remove libc_hidden_def.
2386         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2387         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2388         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2389         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2390         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2391         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2392
2393         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2394         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2395         __rpc_thread_createerr): Add libc_hidden_proto.
2396         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2397         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2398         __rpc_thread_createerr): Add libc_hidden_def.
2399
2400         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2401         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2402         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2403         clnt_perror, clnt_sperror): Add libc_hidden_def.
2404         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2405
2406         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2407         libc_hidden_proto.
2408         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2409         * sunrpc/des_soft.c (des_setparity): Likewise.
2410
2411         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2412         Add libc_hidden_proto.
2413         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2414         Add libc_hidden_def.
2415
2416 2002-08-05  Roland McGrath  <roland@redhat.com>
2417
2418         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2419         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2420         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2421         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2422         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2423         old data, abandoning the original memory allocated by rtld at startup,
2424         instead of calling realloc normally.
2425
2426 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2427
2428         * po/fr.po: Update from translation team.
2429
2430 2002-08-04  Roland McGrath  <roland@redhat.com>
2431
2432         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2433         then generate a dummy module under the given name, obeying the
2434         normal rules for the "caller" field.
2435
2436         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2437         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2438
2439         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2440         weak here; we declare it weak or strong in the one place we use it.
2441         * sysdeps/generic/libc-start.c: ... which is here.
2442         Don't make the decl weak if [USE_TLS], since static programs need TLS
2443         setup even when single-threaded.
2444
2445         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2446
2447         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2448         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2449         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2450         all these variables.
2451
2452 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2453
2454         * include/stdio.h: Don't define macro magic to redirect function
2455         calls if _ISOMAC is defined.
2456
2457         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2458         ldouble asin tests.
2459
2460 2002-08-04  Roland McGrath  <roland@redhat.com>
2461
2462         * stdlib/lrand48_r.c: Add libc_hidden_def.
2463
2464         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2465         TCB with __libc_memalign instead of mmap.
2466         (_dl_deallocate_tls): Free it with free instead of munmap.
2467
2468         * Makerules (cpp-srcs-left): When setting this to run
2469         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2470         words.  Combine the two loops into one on the concatenated list,
2471         including those as well as $(test-srcs).
2472
2473         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2474         since we align here with optimally minimal waste anyway.
2475         (malloc): Just call that.
2476
2477         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2478         the right variable.
2479
2480         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2481         to compute memory location for l_tls_initimage.
2482         * elf/rtld.c (_dl_start): Likewise.
2483         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2484
2485         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2486         because the .d file is generated in the non-shared case and
2487         so fails to catch them otherwise.
2488
2489         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2490         split out of _dl_allocate_tls.
2491         (_dl_allocate_tls_init): Likewise.
2492         (_dl_allocate_tls): Call those.
2493         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2494         * elf/rtld.c (dl_main): Call them separately instead of calling
2495         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2496         is finished, so that the initializer data has been relocated before we
2497         copy it into the main thread's TLS block.
2498
2499         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2500         loop conditions, prevented the last used module from being initialized.
2501
2502 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2503
2504         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2505         if glob resp. globfree are not macros.
2506         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2507         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2508         Add libc_hidden_ver.
2509         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2510         libc_hidden_def.
2511         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2512         instead of libc_hidden_weak.
2513         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2514         libc_hidden_ver instead of libc_hidden_def.
2515         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2516         libc_hidden_ver instead of libc_hidden_def.
2517         (wcstoll, wcstoq): Remove libc_hidden_weak.
2518         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2519         libc_hidden_ver.
2520         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2521         libc_hidden_ver.
2522         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2523         libc_hidden_ver.
2524         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2525         libc_hidden_ver.
2526
2527 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2528
2529         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2530         to access _sys_siglist.
2531         * string/strsignal.c: Likewise.
2532         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2533         * sysdeps/gnu/siglist.c: Likewise.
2534         * sysdeps/unix/siglist.c: Likewise.
2535         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2536
2537         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2538
2539         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2540
2541         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2542         alias and use it.
2543         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2544
2545         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2546         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2547         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2548
2549         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2550         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2551
2552         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2553         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2554         and __gconv_get_cache respectively.
2555         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2556         defined static.  Change all users.
2557         (__gconv_get_cache): New function.
2558         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2559         (__gconv_get_alias_db): New function.
2560         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2561         (__conv_modules_db): Likewise.
2562         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2563         and __gconv_get_alias_db.
2564         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2565         variables.
2566
2567         * include/stdlib.h: Add prototype and libc_hidden_proto for
2568         __default_morecore.
2569         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2570
2571         * malloc/obstack.c: Remove fputs macro.
2572
2573         * malloc/mtrace.c: Remove fopen macro.
2574
2575 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2576
2577         * manual/debug.texi: Fix spelling to programmatically.
2578         Reported by <hayastan132@hotmail.com>.
2579
2580 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2581
2582         * include/libio.h: Add libc_hidden_proto for __uflow.
2583         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2584         fgetpos to _IO_* names.
2585         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2586         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2587         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2588         putwc_unlocked, vswscanf.
2589         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2590         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2591         * libio/fseek.c: Likewise.
2592         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2593         not fopencookie.
2594         * libio/genops.c (__uflow): Add libc_hidden_def.
2595         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2596         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2597         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2598         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2599         * libio/iofread_u.c (fread_unlocked): Likewise.
2600         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2601         * libio/iovswscanf.c (vswscanf): Likewise.
2602         * libio/putwc_u.c (putwc_unlocked): Likewise.
2603         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2604         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2605         * malloc/mtrace.c: Likewise.
2606
2607         * sunrpc/clnt_perr.c: Remove fputs macro.
2608         * sunrpc/svc_simple.c: Likewise.
2609         * sunrpc/svc_tcp.c: Likewise.
2610         * sunrpc/svc_udp.c: Likewise.
2611         * sunrpc/xdr_rec.c: Likewise.
2612         * sunrpc/xdr_ref.c: Likewise.
2613
2614         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2615         iconv_prog, linereader, and charmap-dir.
2616         * locale/Makefile: Likewise for locale and charmap-dir.
2617         * malloc/Makefile: Likewise for memusagestat.
2618         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2619         * sunrpc/Makefile: Likewise for rpc_main.
2620         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2621         * timezone/Makefile: Likewise for zic.
2622
2623         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2624
2625         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2626         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2627         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2628         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2629         _dl_close.
2630
2631         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2632         __wunderflow.
2633         * libio/genops.c (__underflow): Add libc_hidden_def.
2634         * libio/wgenops.c (__wuflow): Likewise.
2635         (__wunderflow): Likewise.
2636
2637         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2638         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2639
2640         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2641         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2642
2643         * include/string.h: Add libc_hidden_proto for __strverscmp.
2644         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2645
2646         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2647         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2648         * sysdeps/posix/sysconf.c: Likewise.
2649         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2650         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2651
2652         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2653         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2654         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2655         __iswxdigit_l, __towlower_l, __towupper_l.
2656         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2657         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2658
2659         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2660         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2661         * sysdeps/mach/hurd/xmknod.c: Likewise.
2662         * sysdeps/unix/xmknod.c: Likewise.
2663         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2664         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2665         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2666
2667         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2668
2669 2002-08-03  Roland McGrath  <roland@redhat.com>
2670
2671         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2672         setpriority.
2673         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2674         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2675         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2676         * sysdeps/mach/hurd/setpriority.c: Likewise.
2677         * sysdeps/mach/hurd/getpriority.c: Likewise.
2678         * sysdeps/generic/setpriority.c: Likewise.
2679         * sysdeps/generic/getpriority.c: Likewise.
2680
2681         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2682         * malloc/mcheck.c: Add libc_hidden_def.
2683
2684         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2685         * misc/hsearch_r.c: Add libc_hidden_def.
2686
2687         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2688         * posix/fnmatch.c: Add libc_hidden_weak.
2689
2690         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2691         execl, execle, execlp, execvp, getpid, getsid.
2692         * sysdeps/generic/alarm.c: Add libc_hidden_def.
2693         * sysdeps/unix/alarm.c: Likewise.
2694         * posix/confstr.c: Likewise.
2695         * posix/execvp.c: Likewise.
2696         * posix/execlp.c: Likewise.
2697         * posix/execle.c: Likewise.
2698         * posix/execl.c: Likewise.
2699         * sysdeps/generic/getsid.c: Likewise.
2700         * sysdeps/mach/hurd/getsid.c: Likewise.
2701         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2702         * sysdeps/mach/hurd/getpid.c: Likewise.
2703
2704         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2705         qecvt_r, qfcvt_r, lrand48_r.
2706         * misc/efgcvt_r.c: Add libc_hidden_def.
2707
2708         * include/wordexp.h: Use libc_hidden_proto for wordfree.
2709         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2710
2711         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2712         * locale/nl_langinfo.c: Add libc_hidden_def.
2713
2714         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2715         * sysdeps/generic/glob.c: Add libc_hidden_def.
2716         * sysdeps/generic/glob64.c: Likewise.
2717         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2718
2719         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2720
2721         * elf/Makefile (CFLAGS-vismod2.c): New variable.
2722
2723         * locale/setlocale.c (_nl_current_names): Variable moved ...
2724         * locale/localename.c (_nl_current_names): ... here, new file.
2725         Make it global, with attribute_hidden.
2726         * locale/localeinfo.h: Declare it.
2727         * locale/Makefile (aux): Add localename.
2728         * locale/localename.c (__current_locale_name): New function.
2729         * include/locale.h (__current_locale_name): Declare it.
2730         * intl/dcigettext.c (guess_category_value): Use that instead of
2731         calling setlocale.
2732
2733         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2734         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2735         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2736         * locale/newlocale.c: Add alias to __ name.
2737         * locale/duplocale.c: Likewise.
2738         * locale/freelocale.c: Likewise.
2739         * locale/uselocale.c: New file.
2740         * locale/Makefile (routines): Add it.
2741         * locale/Versions (libc: GLIBC_2.3): New set.
2742         Add newlocale, duplocale, freelocale, uselocale.
2743         (libc: GLIBC_PRIVATE): Add __uselocale.
2744
2745         * locale/localeinfo.h [SHARED]
2746         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2747         (_NL_CURRENT_DATA): Define using that.
2748         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2749         (_NL_CURRENT_DEFINE): Define to empty.
2750         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2751         conditionalized on this.
2752         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2753         taking initializer of _nl_C_locobj.
2754         [SHARED] (_nl_global_locale): New variable, using that initializer.
2755         (_nl_C_locobj): Use new macro for initialzier.
2756         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2757         [! SHARED] (CATEGORY_USED): New macro.
2758         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2759         (setdata, setlocale): Use that macro instead of examining _nl_current.
2760         (setdata): Set the slot in _nl_global_locale.
2761         Conditionalize setting of _nl_current on [! SHARED].
2762         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2763         declaration as an extern.
2764         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2765
2766         * include/locale.h: Use libc_hidden_proto for setlocale.
2767         * locale/setlocale.c: Add libc_hidden_def.
2768
2769         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2770
2771         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2772         * misc/hsearch_r.c: Add libc_hidden_def.
2773         * misc/lsearch.c: Likewise.
2774
2775         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2776         endttyent.
2777         * misc/getttyent.c: Add libc_hidden_def.
2778
2779         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2780         * malloc/mcheck.c: Add libc_hidden_def.
2781
2782         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2783         * include/argz.h: Use libc_hidden_proto for argz_delete.
2784         * string/argz-delete.c: Add libc_hidden_def.
2785         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2786
2787         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2788         HIDDEN_JUMPTARGET for _exit.
2789         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2790         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2791         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2792         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2793
2794         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2795         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2796         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2797         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2798
2799         * include/stdlib.h: Use libc_hidden_proto for abort,
2800         __strtof_internal, __strtod_internal, __strtold_internal,
2801         __strtol_internal, __strtoll_internal, __strtoul_internal,
2802         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2803         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2804         __strtoul_l_internal, __strtoull_l_internal.
2805         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2806         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2807         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2808         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2809         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2810         __wcsncasecmp_l.
2811         * sysdeps/generic/abort.c: Add libc_hidden_def.
2812         * stdlib/strtod.c: Likewise.
2813         * sysdeps/generic/strtol.c: Likewise.
2814         * sysdeps/wordsize-64/strtol.c: Likewise.
2815         * sysdeps/wordsize-64/wcstol.c: Likewise.
2816         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2817
2818         * include/stdlib.h: Use libc_hidden_proto for qsort.
2819         * stdlib/msort.c: Add libc_hidden_def.
2820
2821         * include/utime.h: Use libc_hidden_proto for utime.
2822         * sysdeps/generic/utime.c: Add libc_hidden_def.
2823         * sysdeps/unix/utime.c: Likewise.
2824
2825         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2826         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2827         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2828         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2829         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2830
2831         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2832         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2833         and __libc_current_sigrtmax.
2834         * signal/sigismem.c: Add libc_hidden_def.
2835         * signal/sigfillset.c: Likewise.
2836         * signal/sigempty.c: Likewise.
2837         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2838         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2839         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2840         * sysdeps/posix/raise.c: Likewise.
2841         * sysdeps/generic/raise.c: Likewise.
2842
2843 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2844
2845         * include/string.h: Use libc_hidden_proto for __stpcpy.
2846         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2847         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2848         * sysdeps/generic/stpcpy.c: Likewise.
2849         * sysdeps/i386/stpcpy.S: Likewise.
2850         * sysdeps/i386/i586/stpcpy.S: Likewise.
2851         * sysdeps/powerpc/stpcpy.S: Likewise.
2852         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2853         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2854
2855         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2856         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2857         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2858         libc_hidden_def.
2859         * string/strdup.c (__strdup): Likewise.
2860         * string/strndup.c (__strndup): Likewise.
2861         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2862         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2863
2864 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2865
2866         * include/libio.h: New file.
2867         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2868         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2869         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2870         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2871         * sysdeps/unix/common/syscalls.list: Likewise.
2872         * sysdeps/unix/inet/syscalls.list: Likewise.
2873         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2874         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2875         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2876         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2877         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2878         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2879         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2880         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2881         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2882         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2883         * sysdeps/unix/syscalls.list: Likewise.
2884
2885 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2886             Ulrich Drepper  <drepper@redhat.com>
2887
2888         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2889         the arguments is big enough to cause an overflow.
2890
2891 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2892
2893         * assert/assert.c: Use hidden_def not INTDEF.
2894
2895 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2896
2897         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2898         not defined.
2899
2900 2002-08-03  Roland McGrath  <roland@redhat.com>
2901
2902         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2903         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2904         verr, verrx.
2905         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2906         * misc/syslog.c: Add libc_hidden_def.
2907         * misc/err.c: Likewise.
2908         * stdlib/exit.c: Likewise.
2909         * stdlib/bsearch.c: Likewise.
2910         * sysdeps/generic/getenv.c: Likewise.
2911
2912         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
2913
2914         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
2915         libc_hidden_weak for every system call symbol defined.
2916
2917         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
2918         timelocal, localtime, strftime.
2919         * time/asctime.c: Add libc_hidden_def.
2920         * time/mktime.c: Likewise.
2921         * time/localtime.c: Likewise.
2922         * time/strftime.c: Likewise.
2923         * time/strptime.c: Likewise.
2924         * sysdeps/generic/time.c: Likewise.
2925         * sysdeps/unix/time.c: Likewise.
2926         * sysdeps/unix/sysv/i386/time.S: Likewise.
2927         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
2928
2929         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
2930         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
2931         * resolv/inet_ntop.c: Likewise.
2932         * resolv/inet_pton.c: Likewise.
2933         * inet/inet_mkadr.c: Add libc_hidden_def.
2934         * inet/inet_netof.c: Likewise.
2935         * resolv/inet_addr.c: Likewise.
2936
2937         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
2938         clauses from conditionals for now.  Will have to be fixed later
2939         for older compilers.
2940
2941         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
2942
2943 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2944
2945         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
2946         broken alias attribute handling.
2947         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
2948
2949 2002-08-02  Roland McGrath  <roland@frob.com>
2950
2951         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
2952         since it sets the variables we use in a -D switch.
2953
2954 2002-08-02  Roland McGrath  <roland@redhat.com>
2955
2956         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
2957         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
2958         matches long int, not int.
2959
2960         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
2961         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
2962         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
2963         * wctype/wctrans.c (wctrans): Likewise.
2964         * wctype/wctype.c (__wctype): Likewise.
2965         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
2966
2967 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
2968
2969         * assert/assert.c (__assert_fail): Fix typo in comment.
2970
2971         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
2972         * sunrpc/rpc_thread.c: Define it without static.
2973         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
2974
2975 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
2976
2977         * assert/assert.c (__assert_fail): Remove undef.
2978         Replace INTDEF with libc_hidden_def.
2979         * assert/__assert.c (__assert): Remove INTUSE.
2980         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
2981         libc_hidden_weak.
2982         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
2983         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
2984         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
2985         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
2986         libm_hiden_ver): Define.
2987         * include/assert.h (__assert_fail_internal): Remove.
2988         (__assert_fail): Add prototype.  Add hidden_proto.
2989         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
2990         libc_hidden_proto.
2991         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
2992         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
2993         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
2994         Add libc_hidden_proto.
2995         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
2996         __fcntl): Add libc_hidden_proto.  Remove macros.
2997         (__open_internal, __fcntl_internal): Remove.
2998         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
2999         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3000         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3001         libc_hiden_proto.
3002         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3003         libc_hidden_def.
3004         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3005         Add libc_hidden_def.
3006         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3007         * sysdeps/generic/open.c (__open): Remove undef.
3008         Add libc_hidden_def.  Remove INTDEF.
3009         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3010         Add libc_hidden_def.
3011         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3012         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3013         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3014         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3015         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3016         (__libc_fcntl): Add libc_hidden_def.
3017         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3018         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3019         (__libc_open): Add libc_hidden_def.
3020         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3021         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3022         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3023         Add libc_hidden_def.
3024         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3025         Add libc_hidden_def.
3026         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3027         undef.
3028         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3029         (__libc_fcntl): Add libc_hidden_def.
3030         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3031         __getpgid_internal, __chown_internal): Remove.
3032         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3033         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3034         __GI___chown): Add.
3035         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3036         __getpid_internal, __open_internal, __write_internal): Remove.
3037         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3038         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3039         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3040         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3041         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3042         Replace INTDEF with libc_hidden_def.
3043         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3044         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3045         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3046         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3047         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3048         Add libc_hidden_proto.
3049         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3050         * include/sys/select.h (__select): Likewise.
3051         * include/sys/socket.h (__send): Likewise.
3052         * include/sys/statfs.h (__statfs): Likewise.
3053         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3054         __getpid, __getpgid, __setpgid, __close, __read, __write,
3055         __getpagesize, __sbrk): Likewise.
3056         (__chown_internal, __dup2_internal, __getpid_internal,
3057         __getpgid_internal, __close_internal, __write_internal,
3058         __getpagesize_internal): Remove.
3059         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3060         Remove macros.
3061         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3062         * include/sched.h (__sched_setscheduler): Likewise.
3063         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3064         * include/stdlib.h (__secure_getenv): Likewise.
3065         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3066         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3067         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3068         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3069         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3070         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3071         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3072         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3073         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3074         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3075         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3076         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3077         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3078         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3079         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3080         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3081         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3082         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3083         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3084         * libio/genops.c (__overflow): Add libc_hidden_def.
3085         * libio/iovdprintf.c: Remove libio.h include.
3086         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3087         libc_hidden_weak): Define to nothing if not defined.
3088         (__overflow, __woverflow): Add libc_hidden_proto.
3089         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3090         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3091         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3092         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3093         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3094         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3095         and libc_hidden_def.
3096         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3097         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3098         (__getpgid): Add libc_hidden_proto.
3099         (__bsd_getpgrp): Remove INTUSE.
3100         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3101         libc_hidden_def.
3102         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3103         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3104         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3105         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3106         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3107         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3108         __rpc_thread_createerr): Add libc_hidden_def.
3109         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3110         libc_hidden_def.
3111         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3112         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3113         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3114         * sysdeps/generic/chown.c (__chown): Likewise.
3115         * sysdeps/generic/close.c (__close): Likewise.
3116         * sysdeps/generic/dup2.c (__dup2): Likewise.
3117         * sysdeps/generic/pipe.c (__pipe): Likewise.
3118         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3119         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3120         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3121         * sysdeps/generic/read.c (__libc_read): Likewise.
3122         (__read): Add libc_hidden_weak.
3123         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3124         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3125         * sysdeps/generic/select.c (__select): Likewise.
3126         * sysdeps/generic/send.c (__send): Likewise.
3127         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3128         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3129         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3130         * sysdeps/generic/statfs.c (__statfs): Likewise.
3131         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3132         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3133         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3134         Remove undef and INTDEF.
3135         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3136         * sysdeps/generic/getpid.c (__getpid): Likewise.
3137         * sysdeps/generic/write.c (__libc_write): Likewise.
3138         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3139         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3140         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3141         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3142         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3143         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3144         Remove undef and INTDEF.
3145         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3146         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3147         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3148         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3149         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3150         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3151         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3152         (__pipe): Add libc_hidden_def.
3153         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3154         libc_hidden_weak.
3155         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3156         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3157         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3158         (__read): Add libc_hidden_weak.
3159         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3160         (__libc_pwrite64): Add libc_hidden_def.
3161         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3162         * sysdeps/mach/hurd/select.c (__select): Likewise.
3163         * sysdeps/mach/hurd/send.c (__send): Likewise.
3164         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3165         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3166         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3167         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3168         * sysdeps/posix/dup2.c: Likewise.
3169         Remove undef and INTDEF.
3170         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3171         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3172         (__pwrite64): Add libc_hidden_weak.
3173         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3174         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3175         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3176         * sysdeps/standalone/close.c (__close): Likewise.
3177         * sysdeps/standalone/write.c (__libc_write): Likewise.
3178         (__write): Add libc_hidden_weak.
3179         * sysdeps/standalone/read.c (__read): Likewise.
3180         (__libc_read): Add libc_hidden_def.
3181         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3182         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3183         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3184         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3185         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3186         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3187         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3188         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3189         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3190         __GI___sigaction): Add.
3191         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3192         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3193         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3194         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3195         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3196         __GI___setpgid): Add.
3197         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3198         Remove undef and INTDEF.
3199         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3200         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3201         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3202         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3203         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3204         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3205         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3206         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3207         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3208         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3209         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3210         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3211         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3212         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3213         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3214         __GI___statfs, __GI___send): Add.
3215         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3216         libc_hidden_ver resp. libc_hidden_def.
3217         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3218         libc_hidden_def.
3219         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3220         Likewise.  Remove undef and INTDEF.
3221         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3222         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3223         __GI___statfs, __GI___send): Add.
3224         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3225         libc_hidden_def.
3226         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3227         Likewise.
3228         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3229         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3230         libc_hidden_ver resp. libc_hidden_def.
3231         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3232         __GI___send): Add.
3233         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3234         Add libc_hidden_weak.
3235         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3236         Add libc_hidden_def.
3237         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3238         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3239         libc_hidden_weak.
3240         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3241         resp. libc_hidden_def.
3242         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3243         libc_hidden_weak.
3244         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3245         INTDEF.
3246         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3247         Likewise.  Remove undef.
3248         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3249         libc_hidden_weak.
3250         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3251         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3252         libc_hidden_weak.
3253         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3254         libc_hidden_def.
3255         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3256         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3257         Likewise.  Remove undef and INTDEF.
3258         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3259         libc_hidden_def.
3260         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3261         libc_hidden_weak.
3262         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3263         libc_hidden_def.
3264         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3265         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3266         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3267         libc_hidden_weak.
3268         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3269         Add libc_hidden_def.
3270         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3271         __GI___statfs): Add.
3272         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3273         libc_hidden_weak.
3274         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3275         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3276         Remove undef and INTDEF.
3277         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3278         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3279         libc_hidden_def.
3280         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3281         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3282         libc_hidden_weak.
3283         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3284         libc_hidden_def.
3285         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3286         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3287         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3288         Add.
3289         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3290         libc_hidden_def.  Remove undef and INTDEF.
3291         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3292         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3293         libc_hidden_def.
3294         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3295         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3296         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3297         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3298         Remove undef and INTDEF.
3299         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3300         broken visibility attribute handling.
3301         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3302
3303 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3304
3305         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3306         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3307
3308         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3309         previous patch.
3310
3311 2002-06-29  Todd Fries  <todd@openbsd.org>
3312
3313         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3314
3315 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3316
3317         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3318
3319 2002-07-30  Roland McGrath  <roland@redhat.com>
3320
3321         * resolv/resolv.h (_res): Define macro unconditionally.
3322         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3323         * include/resolv.h: ... here.
3324         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3325         as a __thread variable.
3326         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3327         a __thread variable instead of a global.
3328         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3329
3330         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3331         time we test it.
3332
3333         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3334
3335         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3336         decls of memset and memcpy.
3337
3338         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3339         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3340
3341         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3342
3343         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3344         (__libc_tsd_define): Define using __thread.
3345
3346         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3347         (__rpc_thread_variables): Use __libc_tsd_get.
3348         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3349         __rpc_thread_variables, which might allocate what we're about to free.
3350
3351         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3352         thread-local variable.
3353         * resolv/netdb.h (h_errno): Define macro unconditionally.
3354         [_LIBC] (__set_h_errno): Macro moved to ...
3355         * include/netdb.h: ... here.
3356         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3357         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3358         [! _LIBC_REENTRANT]: #undef h_errno here.
3359
3360         * include/errno.h: Protect from multiple inclusion.
3361
3362         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3363         before defining them, since Linux's <linux/posix_types.h> might have
3364         defined them.
3365
3366 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3367
3368         * malloc/malloc.c (public_cALLOc): Check for overflow on
3369         multiplication.
3370         * sunrpc/xdr_array.c (xdr_array): Likewise.
3371         * sunrpc/rpc/types.h (mem_free): Add comment.
3372         Patch by Solar Designer <solar@openwall.com>.
3373
3374 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3375
3376         * sysdeps/unix/sysv/linux/kernel-features.h
3377         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3378
3379 2002-08-01  Roland McGrath  <roland@redhat.com>
3380
3381         * libio/fileops.c (_IO_file_sync_mmap): New function.
3382         (_IO_file_jumps_mmap): Use it.
3383         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3384         repeat the stat check and resize the mapped buffer as necessary.
3385
3386 2002-07-31  Roland McGrath  <roland@redhat.com>
3387
3388         * libio/fileops.c (decide_maybe_mmap): New static function.
3389         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3390         mmap the file contents.  Then switch the jump tables to the mmap
3391         tables if it worked, or the vanilla file tables if not.
3392         (_IO_file_underflow_maybe_mmap): New function.
3393         (_IO_file_seekoff_maybe_mmap): New function.
3394         (_IO_file_xsgetn_maybe_mmap): New function.
3395         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3396         * libio/libioP.h: Declare those.
3397         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3398         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3399         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3400         If the stream is read-only, set its jump tables to those new ones.
3401         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3402         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3403         We need the tables set before _IO_file_attach.
3404
3405         * libio/tst-mmap-eofsync.c: New file.
3406         * libio/tst-mmap-fflushsync.c: New file.
3407         * libio/bug-mmap-fflush.c: New file.
3408         * libio/tst-mmap2-eofsync.c: New file.
3409         * libio/Makefile (tests): Add them.
3410
3411         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3412         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3413
3414 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3415
3416         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3417         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3418         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3419         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3420         declare sys_errlist and sys_nerr.
3421         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3422         provide declarations.
3423
3424 2002-07-31  Roland McGrath  <roland@redhat.com>
3425
3426         * elf/rtld.c (dl_main): Fix typo in error message.
3427
3428 2002-07-31  Roland McGrath  <roland@frob.com>
3429
3430         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3431         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3432         sysdeps/mach/hurd/dl-sysdep.c change.
3433
3434 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3435
3436         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3437         -r`/build/include for kernel headers.
3438
3439         * po/fi.po: New file.
3440
3441 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3442
3443         * configure.in (static_nss): Set to `yes' if --disable-shared.
3444
3445 2002-07-23  Bruno Haible  <bruno@clisp.org>
3446
3447         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3448         is set.
3449
3450 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3451
3452         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3453         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3454         arguments.
3455
3456 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3457
3458         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3459         alias.
3460
3461 2002-07-21  Bruno Haible  <bruno@clisp.org>
3462
3463         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3464         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3465         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3466         trans_sysdep_tab_offset.
3467         (struct sysdep_segment): New type.
3468         (struct sysdep_string): New type.
3469         (SEGMENTS_END): New macro.
3470         * intl/gettextP.h (struct sysdep_string_desc): New type.
3471         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3472         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3473         orig_tab, trans_tab, hash_tab to const pointers because they point
3474         into read-only memory.
3475         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3476         (PRI*): Define fallback values.
3477         (get_sysdep_segment_value): New function.
3478         (_nl_load_domain): Distinguish major and minor revision parts. Add
3479         support for minor revision 1 with system dependent strings.
3480         (_nl_unload_domain): Also free the 'malloced' field.
3481         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3482         now done in loadmsgcat.c. Add support for system dependent strings.
3483
3484 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3485
3486         * posix/bug-regex7.c: New file.
3487         * posix/bug-regex8.c: New file.
3488         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3489
3490 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3491
3492         * posix/bug-regex4.c (main): Fix typos.
3493         * posix/bug-regex6.c (main): Likewise.
3494
3495 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3496
3497         * posix/bug-regex6.c (main): Fix warnings.
3498
3499         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3500
3501         * iconv/iconv_prog.c (main): Improve error message for the cases
3502         where -t and/or -f parameter are missing.
3503
3504 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3505
3506         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3507         (re_search): Likewise.
3508         (re_match_2): Likewise.
3509         (re_search_2): Likewise.
3510         (re_search_stub): New function.
3511         (re_search_2_stub): New function.
3512         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3513
3514 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3515
3516         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3517         (re_string_eoi): Use STOP instead of LEN.
3518         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3519         (re_string_construct): Likewise.
3520         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3521         * posix/regexec.c (re_search_internal): Add a new argument STOP
3522         so that it can handle the argument STOP of re_search_2 and re_match_2
3523         correctly.
3524         (regexec): Adapt to new I/F of re_search_internal.
3525         (re_search_stub): Likewise.
3526
3527 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3528
3529         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3530
3531         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3532
3533         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3534         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3535         of __divdi3.
3536
3537         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3538         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3539         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3540         alias for adjtimex syscall.
3541
3542         * elf/dl-minimal.c: Define __assert_fail_internal.
3543         * assert/assert.c: Likewise.
3544         * include/assert.h: Define __assert_file macro if !SHARED and not
3545         NOT_IN_libc.
3546
3547         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3548         programs.
3549         * locale/Makefile: Likewise.
3550         * nscd/Makefile: Likewise.
3551         * catgets/Makefile: Likewise.
3552
3553 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3554
3555         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3556         compute current position.
3557
3558         * stdio-common/tst-fseek.c (main): Improve error messages.
3559
3560         * libio/tst-freopen.c (main): Remove unused variable.
3561
3562         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3563         succesful seek call.  Simplify error checking.
3564
3565 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3566
3567         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3568         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3569
3570 2002-07-19  Roland McGrath  <roland@frob.com>
3571
3572         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3573         __libc_enable_secure is set.
3574
3575 2002-07-24  Roland McGrath  <roland@frob.com>
3576
3577         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3578         This implementation supports only IPv4.
3579         * inet/ifaddrs.h: New file.
3580         * sysdeps/generic/ifaddrs.c: New file.
3581         * sysdeps/gnu/ifaddrs.c: New file.
3582         * inet/test-ifaddrs.c: New file.
3583         * inet/Makefile (routines): Add ifaddrs.
3584         (headers): Add ifaddrs.h here.
3585         (tests): Add test-ifaddrs.
3586         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3587
3588         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3589         socket call to get an AF_INET socket, instead of using __opensock.
3590         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3591
3592         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3593         if not -1 use it instead of calling __opensock.
3594         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3595         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3596         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3597
3598         * sysdeps/mach/hurd/ifreq.h: New file.
3599         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3600         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3601         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3602
3603         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3604         which gets moved around.  Calculate size of mmap'd buffer instead.
3605
3606 2002-07-24  Philip Blundell  <philb@gnu.org>
3607
3608         * sysdeps/unix/arm/brk.S: Improve schedule.
3609         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3610         efficient instruction.
3611         (__socket): Optimize return sequence.
3612
3613 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3614
3615         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3616         sockets on old kernels.
3617
3618 2002-07-22  Philip Blundell  <philb@gnu.org>
3619
3620         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3621         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3622         alias.
3623
3624 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3625
3626         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3627         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3628
3629         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3630         test to detect duplicate locales.
3631
3632         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3633         position would be before beginning of file.
3634         (_IO_file_seekoff_mmap): Likewise.
3635         * libio/Makefile (tests): Add bug-fseek.
3636         * libio/bug-fseek.c: New file.
3637
3638         * intl/explodename.c: Remove support for CEN-style locale variables.
3639         It was never used and shouldn't be since it's not portable.
3640         * intl/finddomain.c: Likewise.
3641         * intl/l10nflist.c: Likewise.
3642         * intl/loadinfo.h: Likewise.
3643         * locale/findlocale.c: Likewise.
3644
3645 2002-07-24  Roland McGrath  <roland@frob.com>
3646
3647         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3648         position, calculate it to take into account an active pushback buffer.
3649
3650         * libio/Makefile (tests): Add bug-ungetc.
3651         * libio/bug-ungetc.c: New file.
3652
3653 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3654
3655         * sysdeps/generic/libc-tls.c: New file.
3656         * csu/Makefile (routines): Add libc-tls.
3657         (static-only-routines): Add libc-tls.
3658         * elf/dl-support.c (_dl_phdr): New variable.
3659         (_dl_phnum): New variable.
3660         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3661         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3662         for !SHARED.  First look through auxiliary vector.  If TLS always
3663         call __pthread_initialize_minimal.
3664
3665         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3666         in mmap call is never zero.
3667
3668 2002-07-23  Andreas Jaeger  <aj@suse.de>
3669
3670         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3671         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3672
3673 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3674
3675         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3676         creation and removal of the temp file.
3677
3678         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3679         file creation.
3680         * test-skeleton.c (create_temp_file): New function.
3681
3682 2002-07-22  Andreas Jaeger  <aj@suse.de>
3683
3684         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3685         local label.
3686
3687 2002-07-21  Roland McGrath  <roland@frob.com>
3688
3689         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3690         put -I../include before -I../stdlib so we get the right errno.h et al.
3691         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3692         (CFLAGS-wcstof.c): Likewise.
3693         (CFLAGS-wcstold.c): Likewise.
3694         (CFLAGS-wcstod_l.c): Likewise.
3695         (CFLAGS-wcstof_l.c): Likewise.
3696         (CFLAGS-wcstold_l.c): Likewise.
3697
3698 2002-07-19  Roland McGrath  <roland@frob.com>
3699
3700         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3701
3702 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
3703
3704         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3705         __ASSUME_AT_XID is defined.
3706         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3707         for 2.4.1 and up.
3708         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3709         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3710
3711         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3712         (CFLAGS-wcstof.c): Likewise.
3713         (CFLAGS-wcstold.c): Likewise.
3714         (CFLAGS-wcstod_l.c): Likewise.
3715         (CFLAGS-wcstof_l.c): Likewise.
3716         (CFLAGS-wcstold_l.c): Likewise.
3717
3718 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
3719
3720         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3721         __priority_which_t): Always typedef to int for C++.
3722
3723 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
3724
3725         * configure.in: Add test for __thread support in compiler.
3726         * config.h.in: Add HAVE___THREAD.
3727         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3728         * include/sys/errno.h: Moved to...
3729         * stdlib/sys/errno.h: ...here.  New file.
3730         * stdlib/errno.h: New file.  Moved from...
3731         * include/errno.h: ...here.  Changed into an internal header defining
3732         libc-local things like __set_errno.
3733         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3734         bits/errno.h.
3735         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3736         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3737         either.
3738         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3739         from...
3740         (_dl_start_final): ...here.  Add code to initialize tls elements from
3741         bootstrap_map.
3742         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3743         if USE_TLS && HAVE___THREAD.
3744         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3745         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3746         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3747         * sysdeps/standalone/bits/errno.h: Likewise.
3748         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3749         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3750         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3751         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3752         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3753         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3754         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3755         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3756         use GL(dl_rtld_map), use map parameter.
3757         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3758         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3759         USE_TLS && HAVE___THREAD.
3760         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3761         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3762         TLS code sequence.
3763         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3764
3765         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3766         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3767         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3768         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3769         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3770         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3771
3772 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3773
3774         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3775         MS_INVALIDATE values.
3776
3777 2002-07-17  Andreas Schwab  <schwab@suse.de>
3778             Ulrich Drepper  <drepper@redhat.com>
3779
3780         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3781         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3782         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3783         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3784
3785 2002-07-01  H.J. Lu  <hjl@gnu.org>
3786
3787         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3788         return value.
3789
3790         * elf/circlemod1.c (circlemod1): Return int.
3791         * elf/circlemod2.c (circlemod2): Likewise.
3792         * elf/circlemod2a.c (circlemod2): Likewise.
3793         * elf/circlemod3.c (circlemod3): Likewise.
3794         (circlemod3a): A new function.
3795
3796 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3797
3798         * catgets/tst-catgets.c (main): Don't expect results for
3799         untranslated messages.
3800
3801         * glibcbug.in: Fix little typo.  Remove STDIO.
3802
3803         * config.h.in: Fail if __FAST_MATH__ is defined.
3804         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3805         (CPPFLAGS-test-idouble.c): Likewise.
3806         (CPPFLAGS-test-ildouble.c): Likewise.
3807
3808 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3809
3810         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3811         * intl/tst-gettext.c: Correctly handle untranslated messages in
3812         positive tests.
3813
3814         * po/de.po: Update from translation team.
3815
3816 2002-07-02  H.J. Lu  <hjl@gnu.org>
3817
3818         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3819         use ll/sc.
3820         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3821
3822         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3823         to 2.4.0 for mips.
3824
3825 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3826
3827         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3828         TLS fail if USE_TLS is not defined.
3829
3830         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3831         and adjust state for seek position.  [PR libc/4070]
3832         * libio/Makefile (tests): Add bug-rewind.
3833         * libio/bug-rewind.c: New file.
3834
3835 2002-07-12  Philip Blundell  <philb@gnu.org>
3836
3837         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3838         (__backtrace): Use it.
3839         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3840
3841 2002-07-12  Philip Blundell  <philb@gnu.org>
3842
3843         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3844         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3845         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3846         (elf_machine_rela): Remove unused variable.
3847
3848         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3849         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3850         define.
3851
3852 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3853
3854         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3855
3856 2002-07-14  Andreas Jaeger  <aj@suse.de>
3857
3858         * sysdeps/x86_64/bits/link.h: Add biarch support.
3859
3860 2002-07-13  Andreas Jaeger  <aj@suse.de>
3861
3862         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3863         Use correct indices.
3864         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3865
3866 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3867
3868         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3869         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3870         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3871         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3872         * sysdeps/s390/s390-32/bits/link.h: Remove.
3873         * sysdeps/s390/s390-64/bits/link.h: Remove.
3874         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3875         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3876         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3877         * sysdeps/s390/bits/wordsize.h: New file.
3878         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3879         elfclass.h.
3880         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3881         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3882         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3883         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3884         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3885         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3886         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3887         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3888         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3889         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3890         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3891         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3892         resource.h.
3893         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3894         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3895         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3896         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3897         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3898         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3899         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3900         sigaction.h.
3901         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3902         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3903         siginfo.h.
3904         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3905         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3906         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
3907         socket.h.
3908         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
3909         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
3910         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
3911         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
3912         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
3913         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
3914         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
3915         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
3916         procfs.h.
3917         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
3918         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
3919         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
3920         ucontext.h.
3921         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
3922         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
3923
3924 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3925
3926         * Versions.def (libc): Add GLIBC_2.3.
3927         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
3928         * stdlib/canonicalize.c: Add compatibility version for realpath
3929         and make new code available in GLIBC_2.3.
3930
3931 2002-07-06  Bruno Haible  <bruno@clisp.org>
3932
3933         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
3934
3935 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
3936
3937         * resolv/res_hconf.c (_res_hconf_init): Move code into new
3938         function do_init.  Use __libc_once.
3939         (do_init): New function.
3940
3941         * iconvdata/iso8859-11.h: Removed.
3942         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
3943         (distribute): Remove iso8859-11.h.
3944         * iconvdata/tst-tables.sh: Add ISO-8859-11.
3945
3946         * stdio-common/vfscanf.c (inchar): Restore errno from previous
3947         underflow operation if c == (W)EOF.
3948
3949 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
3950
3951         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
3952         non-zero, adjust exponent.
3953         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
3954         Remove NO_LONG_DOUBLE aliases.
3955         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
3956         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
3957         (__log1pl): Raise divide by zero and invalid exceptions when needed.
3958         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
3959         1**y and -1**+-Inf.
3960         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
3961         Fix BITS_PER_MP_LIMB 32 extraction.
3962         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
3963         exceptions for qNaNs.
3964         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
3965         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
3966         Raise exceptions when needed.  Don't recurse unnecessarily.
3967         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
3968         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
3969         exceptions for qNaNs.
3970         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
3971         to fix *quo return value sign.
3972         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
3973         case -Inf argument.
3974         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
3975
3976 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
3977
3978         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
3979         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
3980         -DNDEBUG.
3981
3982 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
3983
3984         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
3985         the result.
3986
3987         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
3988         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
3989
3990         * Versions.def (libthread_db): Add GLIBC_2.3.
3991
3992 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
3993
3994         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
3995         new stream if possible.
3996         * libio/freopen64.c (freopen64): Likewise.
3997         * libio/Makefile (tests): Add tst-freopen.
3998         * libio/tst-freopen.c: New file.
3999
4000 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4001
4002         * libio/stdio.h (obstack_printf): Add format attribute.
4003         (obstack_vprintf): Likewise.
4004
4005 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4006
4007         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4008         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4009         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4010         architectures.
4011
4012 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4013
4014         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4015         (init_dfa): ...here.
4016
4017 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4018
4019         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4020         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4021         nodes in parse trees.
4022         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4023         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4024         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4025         nodes which can epsilon transit.
4026         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4027         to IS_EPSILON_NODE macro.
4028         * posix/regexec.c (update_regs): New function to update registers
4029         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4030         (proceed_next_node): Use the entities of the nodes to determine
4031         whether the node can transit to.
4032         (set_regs): Use update_regs function to update registers.
4033
4034 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4035
4036         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4037         * posix/bug-regex6.c: New file.
4038         * posix/Makefile (tests): Add bug-regex6.
4039         (bug-regex6-ENV): Set LOCPATH.
4040
4041 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4042
4043         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4044         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4045
4046 2002-07-06  Bruno Haible  <bruno@clisp.org>
4047
4048         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4049
4050 2002-07-06  Bruno Haible  <bruno@clisp.org>
4051
4052         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4053         declarations.
4054
4055         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4056
4057         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4058
4059         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4060         not _UTSNAME_H.
4061         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4062
4063         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4064         * sysdeps/generic/bits/ustat.h: Likewise.
4065
4066         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4067
4068 2002-07-08  Andreas Jaeger  <aj@suse.de>
4069
4070         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4071
4072 2002-07-08  Andreas Jaeger  <aj@suse.de>
4073
4074         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4075
4076 2002-07-06  Andreas Jaeger  <aj@suse.de>
4077
4078         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4079         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4080         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4081         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4082         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4083         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4084         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4085         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4086         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4087         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4088         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4089
4090 2002-06-05  Brian Youmans <3diff@gnu.org>
4091
4092         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4093         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4094         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4095         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4096         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4097         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4098         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4099         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4100         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4101         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4102         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4103         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4104         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4105         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4106         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4107         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4108         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4109         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4110         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4111         * sysdeps/ia64/fpu/e_log.S: Likewise.
4112         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4113         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4114         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4115         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4116         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4117         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4118         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4119         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4120         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4121         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4122         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4123         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4124         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4125         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4126         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4127         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4128         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4129         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4130         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4131         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4132         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4133         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4134         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4135         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4136         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4137         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4138         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4139         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4140         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4141         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4142         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4143         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4144         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4145         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4146         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4147         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4148         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4149         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4150         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4151         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4152         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4153         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4154         * sysdeps/ia64/fpu/s_round.S: Likewise.
4155         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4156         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4157         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4158         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4159         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4160         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4161         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4162         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4163         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4164         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4165         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4166         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4167         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4168         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4169         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4170         reflect IBM donation of math library to FSF
4171         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4172         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4173         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4174         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4175         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4176         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4177         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4178         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4179         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4180         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4181         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4182         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4183         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4184         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4185         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4186         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4187         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4188         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4189         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4190         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4191         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4192         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4193         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4194         * sysdeps/vax/__longjmp.c: Likewise.
4195         * sysdeps/vax/setjmp.c: Likewise.
4196         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4197         remove advertising clause
4198         * sysdeps/vax/htonl.s: Likewise.
4199         * sysdeps/vax/htons.s: Likewise.
4200         * libio/wfiledoalloc.c: Likewise.
4201         * stdlib/random.c: Likewise.
4202         * stdlib/random_r.c: Likewise.
4203         * sysdeps/mach/sys/reboot.h: Likewise.
4204         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4205         * sysdeps/posix/getaddrinfo.c: Likewise.
4206         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4207         GPL and corrected pointer to point to the correct license.
4208
4209 2002-07-04  Andreas Jaeger  <aj@suse.de>
4210
4211         * scripts/config.guess: New upstream version.
4212         * scripts/config.sub: Likewise.
4213
4214 2002-07-02  Andreas Schwab  <schwab@suse.de>
4215
4216         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4217         in parallel to bumping up the buffer pointer.
4218
4219 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4220
4221         * math/libm-test.inc (acos_test): Add missing L suffix for
4222         expected result.
4223         (cpow_test): Likewise.
4224         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4225         error for acos (0.0625).
4226
4227 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4228
4229         * locale/iso-639.def: Add entry for Ganda.
4230         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4231         definition.
4232         (address_finish): Handle entries with two letter ISO 639 code.
4233
4234         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4235         directory if it existed before.
4236         * iconv/iconvconfig.c: Implement --prefix option.
4237
4238         * math/libm-test.inc (cexp_test): Add missing L suffix for
4239         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4240         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4241         1.25 i).
4242
4243 2002-05-29  H.J. Lu  <hjl@gnu.org>
4244
4245         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4246         is turned on.
4247
4248 2002-05-28  H.J. Lu  <hjl@gnu.org>
4249
4250         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4251         are not dlopened on the dependency list of a dlopened object.
4252
4253 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4254
4255         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4256         dependencies if they are created between objects which are created
4257         while processing RTLD_NOW for objects loaded as part of the same
4258         dlopen call.
4259
4260 2002-06-14  H.J. Lu  <hjl@gnu.org>
4261
4262         * elf/Makefile (tests): Add circleload1.
4263         (modules-names): Add circlemod1, circlemod2, circlemod3,
4264         circlemod1a, circlemod2a and circlemod3a.
4265         ($(objpfx)circleload1): New target.
4266         ($(objpfx)circleload1.out): Likewise.
4267         ($(objpfx)circlemod1.so): Likewise.
4268         ($(objpfx)circlemod2.so): Likewise.
4269         ($(objpfx)circlemod1a.so): Likewise.
4270         ($(objpfx)circlemod2a.so): Likewise.
4271         * elf/circleload1.c: New file.
4272         * elf/circlemod1.c: New file.
4273         * elf/circlemod1a.c: New file.
4274         * elf/circlemod2.c: New file.
4275         * elf/circlemod2a.c: New file.
4276         * elf/circlemod3.c: New file.
4277         * elf/circlemod3a.c: New file.
4278
4279 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4280
4281         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4282         file descriptor.
4283         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4284         add check for fd not open for writing.
4285
4286         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4287         completed element(s) and do not suspend thread if so.  Patch
4288         heavily modified by drepper.
4289
4290         * rt/tst-aio7.c: New file.  Regression test for problems which the
4291         above three changes fix.
4292         * rt/Makefile (tests): Add tst-aio7.
4293
4294 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4295
4296         * rt/tst-aio6.c: Fix comment.
4297
4298         * catgets/gencat.c (read_input_file): Handle more than one slash
4299         at end of line correctly [PR libc/3926].
4300         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4301
4302         * catgets/sample.SJIS: Add test case for above bug.
4303         * catgets/test-gencat.c: Adjust test code.
4304         * catgets/test-gencat.sh: Adjust expected results.
4305
4306         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4307         to skip relative relocations.
4308         Patch by Geoff Keating <geoffk@redhat.com>.
4309
4310 2002-05-26  Bruno Haible  <bruno@clisp.org>
4311
4312         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4313         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4314         All callers changed.
4315         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4316         STANDARD_FROM_LOOP_ERR_HANDLER.
4317         (utf8_internal_loop): Likewise.
4318         (ucs2_internal_loop): Likewise.
4319         (internal_ucs2_loop): Perform error handling like in
4320         STANDARD_FROM_LOOP_ERR_HANDLER.
4321         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4322         in STANDARD_FROM_LOOP_ERR_HANDLER.
4323         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4324         handling.
4325         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4326         in STANDARD_FROM_LOOP_ERR_HANDLER.
4327         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4328         handling.
4329         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4330         in STANDARD_FROM_LOOP_ERR_HANDLER.
4331         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4332         handling.
4333         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4334         STANDARD_FROM_LOOP_ERR_HANDLER.
4335         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4336         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4337         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4338         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4339         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4340         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4341         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4342         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4343         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4344         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4345         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4346         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4347         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4348         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4349         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4350         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4351         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4352         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4353         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4354         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4355         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4356         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4357         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4358         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4359         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4360         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4361         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4362         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4363         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4364         an error, still set result = __GCONV_ILLEGAL_INPUT.
4365         (BODY for TO_LOOP): Likewise.
4366         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4367         STANDARD_FROM_LOOP_ERR_HANDLER.
4368         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4369         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4370         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4371         handling.
4372         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4373         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4374         STANDARD_FROM_LOOP_ERR_HANDLER.
4375         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4376         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4377         STANDARD_FROM_LOOP_ERR_HANDLER.
4378         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4379         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4380         STANDARD_FROM_LOOP_ERR_HANDLER.
4381         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4382         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4383         STANDARD_FROM_LOOP_ERR_HANDLER.
4384         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4385         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4386         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4387         handling.
4388         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4389         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4390         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4391         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4392
4393 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4394
4395         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4396         labels in assembler instructions.
4397
4398 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4399
4400         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4401         not enough content is available.
4402         * libio/tst-eof.c: New file.
4403         * libio/Makefile (tests): Add tst-eof.
4404
4405         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4406         update atime.
4407         * libio/tst-atime.c: New file.
4408         * libio/Makefile (tests): Add tst-atime.
4409
4410         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4411         handling of overly long words.
4412
4413 2002-06-25  Andreas Jaeger  <aj@suse.de>
4414
4415         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4416         to not use 32-bit pc relative relocations.
4417         (elf_machine_dynamic): Likewise.
4418
4419 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4420
4421         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4422         (__GETDENTS): Check for failed getdents64 syscall.
4423         * dirent/Makefile (tests): Add bug-readdir1.
4424         * dirent/bug-readdir1.c: New file.
4425
4426 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4427
4428         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4429         lookups.
4430         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4431         code.  Print TLS modid and offset for modules containing PT_TLS
4432         segments.
4433
4434 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4435
4436         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4437         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4438         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4439         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4440
4441 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4442
4443         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4444         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4445         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4446         * nss/getXXent_r.c (NEW, NEW1): Define.
4447         (NEW (REENTRANT_GETNAME)): Strong alias to
4448         INTERNAL (REENTRANT_GETNAME).
4449         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4450
4451 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4452
4453         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4454         (_IO_file_jumps_mmap): Use it.
4455         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4456         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4457         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4458         prototype.
4459         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4460         (_IO_wfile_jumps_mmap): Don't use it anymore.
4461         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4462         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4463         _IO_wdefault_setbuf.
4464         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4465         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4466         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4467
4468 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4469
4470         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4471         * libio/tst-mmap-setvbuf.c: New test.
4472
4473 2002-06-21  Andreas Jaeger  <aj@suse.de>
4474
4475         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4476
4477 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4478
4479         * include/unistd.h (__fork_internal): Remove.
4480         (__fork): Don't define to __fork_internal.
4481         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4482         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4483         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4484         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4485         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4486
4487 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4488
4489         * po/hr.po: New file.
4490
4491 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4492
4493         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4494         Reported by Michael Meissner <meissner@redhat.com>.
4495
4496 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4497
4498         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4499         Patch by Hans Boehm <hans_boehm@hp.com>.
4500
4501 2002-06-20  Andreas Jaeger  <aj@suse.de>
4502
4503         * math/libm-test.inc: Use exact values as input parameters,
4504         compute output parameters with 36 digits for 128-bit long doubles.
4505         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4506         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4507         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4508
4509 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4510
4511         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4512         argument or result is subnormal.
4513
4514 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4515
4516         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4517         quotient.
4518         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4519         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4520
4521         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4522
4523 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4524
4525         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4526         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4527         Reported by Peter A. Buhr.
4528
4529 2002-06-15  Roland McGrath  <roland@frob.com>
4530
4531         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4532         warning.
4533
4534         * sysdeps/mach/hurd/getcwd.c
4535         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4536
4537         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4538         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4539
4540         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4541         jump to local subroutine.
4542
4543 2002-06-14  Roland McGrath  <roland@frob.com>
4544
4545         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4546         * sysdeps/mach/hurd/Makeconfig: ... here.
4547
4548 2002-06-13  Andreas Schwab  <schwab@suse.de>
4549
4550         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4551         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4552         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4553
4554 2002-06-13  Roland McGrath  <roland@frob.com>
4555
4556         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4557         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4558         Use intptr_t instead of int for argc in stack layout.
4559         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4560         (_dl_init_first): Likewise.
4561         (_hurd_stack_setup): Likewise.
4562         (init1): Add a cast.
4563         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4564
4565         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4566         argument to pfinet_siocgifconf RPC.
4567
4568 2002-06-13  Andreas Schwab  <schwab@suse.de>
4569
4570         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4571         expansion order.
4572
4573 2002-06-12  Roland McGrath  <roland@frob.com>
4574
4575         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4576         if already defined.
4577         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4578         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4579
4580 2002-06-11  Roland McGrath  <roland@frob.com>
4581
4582         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4583         file on [!RTLD_STAT64].
4584         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4585
4586         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4587         (__fdopen): Use INTUSE.
4588         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4589
4590         * stdio-common/tmpfile64.c: File removed.
4591         * sysdeps/generic/tmpfile64.c: New file.
4592         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4593         if not already defined.
4594         (tmpfile): Use it in place of __GT_FILE.
4595
4596         * include/unistd.h: Declare __chown_internal.
4597
4598         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4599         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4600
4601 2002-06-09  Roland McGrath  <roland@frob.com>
4602
4603         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4604         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4605         value of HURD_INTERFACE_VERSION >= 20020609.
4606         * sysdeps/mach/hurd/configure: Regenerated.
4607         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4608         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4609         convert a struct stat64 into a struct stat and return 0 or -1
4610         with errno set to EOVERFLOW.
4611         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4612         for struct statfs64 to struct statfs.
4613         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4614         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4615         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4616         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4617         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4618         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4619         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4620         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4621         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4622         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4623         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4624         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4625         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4626         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4627         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4628         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4629         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4630         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4631         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4632         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4633         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4634         Use struct stat64 for io_stat argument.
4635         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4636         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4637         to io_seek.
4638         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4639         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4640         * hurd/hurd/fd.h: Update decls.
4641         * sysdeps/mach/hurd/getcwd.c
4642         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4643         and struct dirent64.
4644         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4645         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4646         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4647         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4648
4649 2002-06-08  Roland McGrath  <roland@frob.com>
4650
4651         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4652         instead of unsigned long int for __allocation and __size members.
4653
4654 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4655
4656         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4657         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4658         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4659         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4660
4661 2002-06-07  Roland McGrath  <roland@frob.com>
4662
4663         * sysdeps/mach/hurd/bits/environments.h: File removed.
4664
4665 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4666
4667         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4668         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4669         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4670         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4671         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4672         (sendfile64): Likewise.
4673         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4674         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4675         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4676         Likewise.
4677         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4678
4679         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4680         already defined.
4681
4682 2002-06-04  Bruno Haible  <bruno@clisp.org>
4683
4684         * sysdeps/cris/stackinfo.h: New file.
4685
4686         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4687         to an integer type before performing bit operations on it.
4688
4689 2002-06-05  Roland McGrath  <roland@frob.com>
4690
4691         * sysdeps/generic/sendfile.c: Include <errno.h>.
4692         * sysdeps/generic/sendfile64.c: Likewise.
4693
4694         * io/Makefile (routines): Add sendfile and sendfile64.
4695         (headers): Add sys/sendfile.h to the list.
4696         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4697         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4698         * io/sys/sendfile.h: ... here.
4699         * sysdeps/generic/sendfile.c: New file.
4700         * sysdeps/generic/sendfile64.c: New file.
4701
4702         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4703         Move sendfile, sendfile64 to ...
4704         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4705         * sysdeps/mach/hurd/sendfile.c: New file.
4706         * sysdeps/mach/hurd/sendfile64.c: New file.
4707
4708         * sysdeps/mach/nanosleep.c: New file.
4709
4710 2002-06-04  Roland McGrath  <roland@frob.com>
4711
4712         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
4713         * sysdeps/alpha/elf/configure: New file (generated).
4714
4715 2002-06-02  Roland McGrath  <roland@frob.com>
4716
4717         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4718
4719 2002-06-01  Roland McGrath  <roland@frob.com>
4720
4721         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4722         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4723
4724 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4725
4726         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4727         Add nsmap.
4728         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4729         Remove nstimes setting.
4730         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4731         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4732         there is mix of IPv6 and IPv4 nameservers.
4733         Use nsmap array to find free slots and preserve nameserver ordering.
4734         Fix RES_ROTATE.
4735
4736 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4737
4738         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4739         use this header with LFS.
4740
4741         * po/sk.po: Update from translation team.
4742
4743 2002-05-28  Andreas Schwab  <schwab@suse.de>
4744
4745         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4746         message when finding object of wrong class.
4747
4748 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4749
4750         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4751         Patch by <radu@netsoft.ro>.
4752
4753 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4754
4755         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4756         Add readahead.
4757         * sysdeps/unix/sysv/linux/readahead.c: New file.
4758         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4759         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4760         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4761         Add sendfile64 alias to sendfile syscall.
4762         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4763         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4764         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4765         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4766         syscall.
4767
4768         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4769         special section for PIC register loading.
4770         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4771
4772         * config.h.in: Define HAVE_HIDDEN.
4773         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4774
4775         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4776
4777 2002-05-28  Roland McGrath  <roland@frob.com>
4778
4779         * sysdeps/mach/alpha/setfpucw.c: New file.
4780
4781 2002-05-26  Roland McGrath  <roland@frob.com>
4782
4783         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4784         Use integer_t instead of int for IOC_VOID case.
4785
4786 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4787
4788         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4789
4790 2002-05-26  Bruno Haible  <bruno@clisp.org>
4791
4792         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4793         end of the ISO-8859-7 from idx table.
4794
4795 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4796
4797         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4798
4799 2002-05-24  David S. Miller  <davem@redhat.com>
4800
4801         * string/bits/string2.h (memset): Do not try to optimize when
4802         not _STRING_ARCH_unaligned if GCC will do the right thing.
4803
4804 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4805
4806         * posix/regex.c: Define `inline' as a macro into nothing for the
4807         compilers which lack the keyword.
4808         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4809         for the compatibility of gawk.
4810         * posix/regcomp.c: Add fake implementation of isblank() for the
4811         environments which lack the function.
4812         Don't use free_charset() in case of non-i18n envs.
4813         (build_range_exp): Don't use i18n related code in case of non-i18n
4814         envs.
4815         (build_collating_symbol): Likewise.
4816         (build_equiv_class): Likewise.
4817         (build_charclass): Likewise.
4818         (re_compile_fastmap_iter): Likewise.
4819         (parse_bracket_exp): Likewise.
4820         (build_word_op): Likewise.
4821         (regfree): Don't use free_charset() in case of non-i18n envs.
4822         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4823         re_token_type_t in case of non-i18n envs.
4824         Don't define re_charset_t in case of non-i18n envs.
4825         Change the type of wcs of re_string_t from wchar_t to wint_t,
4826         since we store also WEOF.
4827         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4828         the type of wcs of re_string_t from wchar_t to wint_t.
4829         (re_string_reconstruct): Likewise.
4830         (create_ci_newstate): Don't use i18n related code in case of
4831         non-i18n envs.
4832         (create_cd_newstate): Likewise.
4833
4834 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4835
4836         * iconv/loop.c: Fix typo.
4837
4838 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4839
4840         * inet/ether_line.c (ether_line): Fix a typo causing only
4841         lower 4 bits of each ethernet address byte being assigned.
4842         Don't modify what line points to.
4843         * inet/tst-ether_aton.c (main): Add ether_line tests.
4844
4845 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4846
4847         * manual/filesys.texi: Don't make readlink example leak memory
4848         when readlink fails.
4849
4850 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4851
4852         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4853         some more security checks.
4854
4855 2002-05-17  David S. Miller  <davem@redhat.com>
4856
4857         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4858
4859 2002-05-16  David S. Miller  <davem@redhat.com>
4860
4861         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4862         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4863         (elf_machine_load_address): Likewise.
4864         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4865
4866         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4867         is unaligned, do not forget to fully initialize %g1 magic value.
4868
4869         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4870         register definitions and provide 32-bit variants of structures
4871         during 64-bit builds.
4872
4873         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4874         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4875         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4876         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4877         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4878         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4879         Do not clear implicit one bit here, it must be done post-rounding.
4880         Only pad to the left using left shift if value uses less than the
4881         available fractional bits.
4882
4883 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4884
4885         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4886         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4887         (shared-only-routines): Likewise.
4888         * sysdeps/powerpc/libgcc-compat.c: New file.
4889         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4890         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4891         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4892         * sysdeps/wordsize-32/shdi3.c: Removed.
4893
4894 2002-05-16  Bruno Haible  <bruno@clisp.org>
4895
4896         * MakeTAGS (libc.pot): Don't sort the output.
4897         * po/header.pot: Update to match xgettext 0.11 output.
4898
4899 2002-05-16  Bruno Haible  <bruno@clisp.org>
4900
4901         * MakeTAGS (subdirs): Remove duplicates.
4902
4903 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4904
4905         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4906         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4907         alias.
4908
4909 2002-05-19  Andreas Jaeger  <aj@suse.de>
4910
4911         * sysdeps/unix/sysv/linux/configure.in: Warn against an
4912         installation in /usr/local.
4913
4914 2002-05-16  Bruno Haible  <bruno@clisp.org>
4915
4916         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
4917         string as argument of #error.
4918
4919 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
4920
4921         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
4922         don't define static.  Remove old __realpath function.  TC1 of
4923         POSIX 2001 will allow the second parameter to be NULL.
4924         * stdlib/test-canon.c: Comment out test for NULL as second
4925         parameter of realpath.
4926
4927         * time/offtime.c (__offtime): Set errno if overflow is detected.
4928
4929         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
4930         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
4931         dl-brk and dl-sbrk.
4932
4933         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
4934         (fdimf): Likewise.
4935
4936 2002-05-15  Roland McGrath  <roland@frob.com>
4937
4938         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
4939
4940 2002-05-12  Bruno Haible  <bruno@clisp.org>
4941
4942         * iconvdata/testdata/EUC-JISX0213: New file.
4943         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
4944         * iconvdata/testdata/SHIFT_JISX0213: New file.
4945         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
4946         * iconvdata/testdata/ISO-2022-JP-3: New file.
4947         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
4948         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
4949         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
4950         contains comments indicating precomposed characters.
4951
4952 2002-04-21  Bruno Haible  <bruno@clisp.org>
4953
4954         * iconvdata/iso-2022-jp-3.c: New file.
4955         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
4956         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
4957         (LDFLAGS-ISO-2022-JP-3.so): New variable.
4958         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
4959         (distribute): Add iso-2022-jp-3.c.
4960
4961 2002-05-12  Bruno Haible  <bruno@clisp.org>
4962
4963         * iconvdata/tst-table-to.c (main): Restore handling of
4964         transliterations, broken by last patch.
4965
4966 2002-05-12  Bruno Haible  <bruno@clisp.org>
4967
4968         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
4969
4970 2002-05-12  Bruno Haible  <bruno@clisp.org>
4971
4972         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
4973         when there is not enough room in the output buffer.
4974         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4975
4976 2002-04-20  Bruno Haible  <bruno@clisp.org>
4977
4978         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
4979         macros.
4980         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4981         Also make this macro work if FROM_DIRECTION evaluates to 0.
4982         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
4983         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
4984         of consume_incomplete.
4985         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4986         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
4987         4, not 8.
4988         * iconvdata/cp1258.c: Likewise.
4989         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
4990         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
4991         not 2.
4992         * iconvdata/ibm933.c: Likewise.
4993         * iconvdata/ibm935.c: Likewise.
4994         * iconvdata/ibm937.c: Likewise.
4995         * iconvdata/ibm939.c: Likewise.
4996         * iconvdata/iso-2022-cn.c: Define
4997         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
4998         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
4999         * iconvdata/iso-2022-cn-ext.c: Likewise.
5000         * iconvdata/iso-2022-jp.c: Define
5001         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5002         {MIN,MAX}_NEEDED_{FROM,TO}.
5003         * iconvdata/tcvn5712-1.c: Define
5004         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5005         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5006         * iconvdata/euc-jisx0213.c: Define
5007         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5008         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5009         * iconvdata/shift_jisx0213.c: Likewise.
5010
5011 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5012
5013         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5014         shdi3, fixdfdi, fixsfdi in csu dir.
5015         (shared-only-routines): Likewise.
5016         * sysdeps/wordsize-32/cmpdi2.c: New file.
5017         * sysdeps/wordsize-32/shdi3.c: New file.
5018         * sysdeps/wordsize-32/fixdfdi.c: New file.
5019         * sysdeps/wordsize-32/fixsfdi.c: New file.
5020         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5021         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5022         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5023
5024         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5025         Only use va_arg if the argument will be used [PR libc/3259].
5026
5027 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5028
5029         * catgets/catgets.c (catopen): Free buffer if internal catalog
5030         open fails.
5031
5032 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5033
5034         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5035         non-buffering methods.
5036         * debug/pcprofiledump.c: Implement -u option.
5037         Patch by Roger Luethi <rl@hellgate.ch>.
5038
5039 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5040
5041         * include/netinet/in.h (bindresvport_internal): Add prototype.
5042         * include/rpc/auth.h  (authunix_create_internal,
5043         authunix_create_default_internal, authnone_create_internal,
5044         authdes_pk_create_internal): Add prototypes.
5045         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5046         clntudp_create_internal, clntudp_bufcreate_internal,
5047         clntunix_create_internal): Add prototypes.
5048         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5049         svc_getreq_internal, svc_getreq_common_internal,
5050         svc_getreqset_internal, svc_getreq_poll_internal,
5051         svc_register_internal, svc_unregister_internal,
5052         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5053         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5054         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5055         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5056         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5057         * inet/rcmd.c (rcmd_af): Use __listen.
5058         (rresvport_af): Use __bind.
5059         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5060         authunix_create, authunix_create_default, authnone_create,
5061         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5062         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5063         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5064         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5065         _authenticate, add INTDEF after such function definitions.
5066         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5067         __setsockopt, __getsockname instead of non-__ variants.
5068         * sunrpc/pmap_rmt.c: Likewise.
5069         * sunrpc/rtime.c: Likewise.
5070         * sunrpc/svc_udp.c: Likewise.
5071         * sunrpc/clnt_unix.c: Likewise.
5072         * sunrpc/svc_unix.c: Likewise.
5073         * sunrpc/bindrsvprt.c: Likewise.
5074         * sunrpc/svc_tcp.c: Likewise.
5075         * sunrpc/auth_none.c: Likewise.
5076         * sunrpc/clnt_raw.c: Likewise.
5077         * sunrpc/clnt_tcp.c: Likewise.
5078         * sunrpc/auth_unix.c: Likewise.
5079         * sunrpc/key_call.c: Likewise.
5080         * sunrpc/clnt_gen.c: Likewise.
5081         * sunrpc/pm_getmaps.c: Likewise.
5082         * sunrpc/clnt_simp.c: Likewise.
5083         * sunrpc/pmap_clnt.c: Likewise.
5084         * sunrpc/svc_run.c: Likewise.
5085         * sunrpc/svc.c: Likewise.
5086         * sunrpc/svc_simple.c: Likewise.
5087         * sunrpc/pm_getport.c: Likewise.
5088         * sunrpc/auth_des.c: Likewise.
5089         * sunrpc/svc_auth.c: Likewise.
5090         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5091         __register_frame_info_table_bases, __deregister_frame_info_bases):
5092         Add INTDEF.
5093         (__register_frame_info_bases_internal,
5094         __register_frame_info_table_bases_internal,
5095         __deregister_frame_info_bases_internal): Add prototypes.
5096         (__register_frame_info, __register_frame): Use INTUSE in call to
5097         __register_frame_info_bases.
5098         (__register_frame_info_table): Similarly.
5099         (__deregister_frame_info, __deregister_frame): Similarly.
5100         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5101         sendto as weak alias.
5102         * sysdeps/mach/hurd/sendto.c: Likewise.
5103         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5104         recvfrom as weak alias.
5105         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5106         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5107         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5108         recvmsg as weak alias.
5109         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5110         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5111         sendmsg as weak alias.
5112         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5113         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5114         setsockopt, add setsockopt as weak alias.
5115         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5116         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5117         weak alias.
5118         * sysdeps/mach/hurd/bind.c: Likewise.
5119         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5120         as weak alias.
5121         * sysdeps/mach/hurd/listen.c: Likewise.
5122         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5123         getsockname, add getsockname as weak alias.
5124         * sysdeps/mach/hurd/getsockname.c: Likewise.
5125         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5126         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5127         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5128         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5129         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5130         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5131         Add aliases.
5132         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5133         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5134         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5135         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5136         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5137         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5138         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5139         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5140         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5141         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5142         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5143         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5144
5145 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5146
5147         * locale/programs/localedef.h (show_archive_content): Add verbose
5148         argument.
5149         * locale/programs/localedef.c (main): Adjust caller.
5150         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5151         types.
5152         (nameentcmp, dataentcmp): New functions.
5153         (xstrcmp): Remove.
5154         (show_archive_content): Print verbose listing with --list-archive -v.
5155
5156 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5157
5158         * locale/programs/locarchive.c (open_archive): Take extra argument
5159         readonly.  If true open file with O_RDONLY and don't create the
5160         archive if it doesn't exist.
5161         Adapt all callers.
5162         (close_archive): Don't do anything if fd element is -1.
5163         * locale/programs/localedef.h (open_archive): Adjust prototype.
5164         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5165         call.
5166
5167         * malloc/malloc.c (__posix_memalign): Correct check for size of
5168         alignment value [PR libc/3444].
5169
5170         * include/stdio.h: Remove references to old stdio implementation.
5171
5172         * libio/Makefile (bug-ungetwc2-ENV): Define.
5173
5174 2002-05-13  Roland McGrath  <roland@frob.com>
5175
5176         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5177
5178         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5179
5180 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5181
5182         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5183         Allocate three, not two, more than LEN when appending '/.'.
5184         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5185         if NAME ends with '/.' if it is shorter than 2 chars.
5186
5187 2002-05-12  Roland McGrath  <roland@frob.com>
5188
5189         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5190         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5191
5192         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5193         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5194
5195 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5196
5197         * sysdeps/ia64/Makefile: Remove extra endif.
5198         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5199
5200 2002-05-10  Andreas Schwab  <schwab@suse.de>
5201
5202         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5203
5204 2002-05-09  Andreas Jaeger  <aj@suse.de>
5205
5206         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5207         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5208         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5209
5210         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5211         * sysdeps/wordsize-64/glob.c: ...here.
5212         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5213         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5214         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5215
5216 2002-05-08  Roland McGrath  <roland@frob.com>
5217
5218         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5219         O_NOTRANS flag in "." lookup.
5220
5221 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5222
5223         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5224
5225 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5226
5227         * locale/duplocale.c (__duplocale): Update special members only
5228         when allocation succeeded.
5229
5230 2002-05-03  Roland McGrath  <roland@frob.com>
5231
5232         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5233         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5234
5235 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5236
5237         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5238         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5239         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5240         * sysdeps/ia64/ia64libgcc.S: New file.
5241
5242 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5243
5244         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5245
5246         * malloc/memusage.c: Distinguish anonymous mmap.
5247
5248 2002-05-01  Roland McGrath  <roland@frob.com>
5249
5250         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5251         and use INTDEF on it.
5252         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5253
5254         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5255
5256         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5257
5258 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5259
5260         * malloc/memusage.c: Add support for tracking mmap & friends.
5261         * malloc/memusage.sh: Implement -m/--mmap option.
5262
5263 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5264
5265         * locale/programs/locarchive.c (create_archive): Add archivefname
5266         argument, create fname from it.
5267         (enlarge_archive): Honour output_prefix.
5268         (open_archive): Likewise.
5269
5270 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5271
5272         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5273         too many stpcpy macros.
5274
5275 2002-04-26  Bruno Haible  <bruno@clisp.org>
5276
5277         * locale/programs/ld-collate.c (collate_read): Cast first argument
5278         for "%.*s" to int.
5279
5280 2002-04-26  Bruno Haible  <bruno@clisp.org>
5281
5282         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5283         __dcngettext_internal): New declarations.
5284         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5285         attribute declarations.
5286
5287 2002-04-30  Roland McGrath  <roland@frob.com>
5288
5289         Removed old GNU stdio implementation; GNU libio is now the only option.
5290         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5291         Define USE_IN_LIBIO unconditionally.
5292         * configure: Regenerated.
5293         * Makeconfig (stdio): Set to libio by default.
5294         * config.make.in (stdio): Variable removed.
5295         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5296         * sysdeps/unix/sysv/linux/configure: Regenerated.
5297         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5298         * sysdeps/mach/hurd/configure: Regenerated.
5299         * stdio/.cvsignore: File removed.
5300         * stdio/Makefile: File removed.
5301         * stdio/Versions: File removed.
5302         * stdio/__fbufsize.c: File removed.
5303         * stdio/__flbf.c: File removed.
5304         * stdio/__fpending.c: File removed.
5305         * stdio/__fpurge.c: File removed.
5306         * stdio/__freadable.c: File removed.
5307         * stdio/__freading.c: File removed.
5308         * stdio/__fsetlocking.c: File removed.
5309         * stdio/__fwritable.c: File removed.
5310         * stdio/__fwriting.c: File removed.
5311         * stdio/clearerr.c: File removed.
5312         * stdio/fclose.c: File removed.
5313         * stdio/fcloseall.c: File removed.
5314         * stdio/feof.c: File removed.
5315         * stdio/ferror.c: File removed.
5316         * stdio/fflush.c: File removed.
5317         * stdio/fgetc.c: File removed.
5318         * stdio/fgetpos.c: File removed.
5319         * stdio/fgets.c: File removed.
5320         * stdio/fileno.c: File removed.
5321         * stdio/fmemopen.c: File removed.
5322         * stdio/fopen.c: File removed.
5323         * stdio/fopncook.c: File removed.
5324         * stdio/fputc.c: File removed.
5325         * stdio/fputs.c: File removed.
5326         * stdio/fread.c: File removed.
5327         * stdio/freopen.c: File removed.
5328         * stdio/fseek.c: File removed.
5329         * stdio/fsetpos.c: File removed.
5330         * stdio/ftell.c: File removed.
5331         * stdio/fwrite.c: File removed.
5332         * stdio/getc.c: File removed.
5333         * stdio/getchar.c: File removed.
5334         * stdio/getdelim.c: File removed.
5335         * stdio/gets.c: File removed.
5336         * stdio/glue.c: File removed.
5337         * stdio/internals.c: File removed.
5338         * stdio/linewrap.c: File removed.
5339         * stdio/linewrap.h: File removed.
5340         * stdio/memstream.c: File removed.
5341         * stdio/newstream.c: File removed.
5342         * stdio/obstream.c: File removed.
5343         * stdio/putc.c: File removed.
5344         * stdio/putchar.c: File removed.
5345         * stdio/puts.c: File removed.
5346         * stdio/rewind.c: File removed.
5347         * stdio/setbuf.c: File removed.
5348         * stdio/setbuffer.c: File removed.
5349         * stdio/setlinebuf.c: File removed.
5350         * stdio/setvbuf.c: File removed.
5351         * stdio/stdio.h: File removed.
5352         * stdio/ungetc.c: File removed.
5353         * stdio/vasprintf.c: File removed.
5354         * stdio/vscanf.c: File removed.
5355         * stdio/vsnprintf.c: File removed.
5356         * stdio/vsprintf.c: File removed.
5357         * stdio/vsscanf.c: File removed.
5358         * sysdeps/generic/defs.c: File removed.
5359         * sysdeps/generic/fdopen.c: File removed.
5360         * sysdeps/generic/pipestream.c: File removed.
5361         * sysdeps/generic/stdio_init.c: File removed.
5362         * sysdeps/generic/sysd-stdio.c: File removed.
5363         * sysdeps/generic/vdprintf.c: File removed.
5364         * sysdeps/mach/hurd/defs.c: File removed.
5365         * sysdeps/mach/hurd/fdopen.c: File removed.
5366         * sysdeps/mach/hurd/pipestream.c: File removed.
5367         * sysdeps/mach/hurd/stdio_init.c: File removed.
5368         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5369         * sysdeps/mach/hurd/vdprintf.c: File removed.
5370         * sysdeps/posix/defs.c: File removed.
5371         * sysdeps/posix/fdopen.c: File removed.
5372         * sysdeps/posix/pipestream.c: File removed.
5373         * sysdeps/posix/stdio_init.c: File removed.
5374         * sysdeps/posix/vdprintf.c: File removed.
5375         * sysdeps/unix/pipestream.c: File removed.
5376         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5377         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5378         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5379
5380 2002-04-29  Roland McGrath  <roland@frob.com>
5381
5382         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5383
5384 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5385
5386         * sysdeps/generic/tls.h: Describe what must be defined.
5387
5388         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5389         glob_in_dir [PR libc/3385].
5390         * posix/globtest.sh: Add test case.
5391
5392         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5393         //TRANSLIT twice.
5394
5395 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5396
5397         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5398         _internal symbol handling.
5399         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5400
5401 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5402
5403         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5404         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5405
5406 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5407
5408         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5409         not _LIBC and RE_ENABLE_I18N.
5410         (build_range_exp): Implement for not _LIBC.
5411         (build_collating_symbol): Likewise.
5412         (parse_bracket_exp): Unify redundant error handlings.
5413         Don't erase mbcset for non matching list in multibyte envs.
5414         (build_word_op): Add '_' to matching list for \w operator.
5415         * posix/regex_internal.c (re_string_construct): Invoke
5416         build_upper_buffer in case of not RE_ENABLE_I18N.
5417         (re_string_reconstruct): Don't touch cur_state in case of not
5418         RE_ENABLE_I18N.
5419         * posix/regex_internal.h (attribute_hidden): New macro in case of
5420         not _LIBC.
5421         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5422         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5423         RE_ENABLE_I18N.
5424         (transit_state_mb): Likewise.
5425         (check_node_accept_bytes): Implement the code evaluating range
5426         expression in case of not _LIBC.
5427         (find_collation_sequence_value): Hide in case of not _LIBC.
5428
5429 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5430
5431         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5432         i386/semctl.c.
5433         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5434         be used.
5435
5436 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5437
5438         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5439
5440         * sysdeps/ia64/strncpy.S: Fix recovery code.
5441         Patch by David Mosberger <davidm@hpl.hp.com>.
5442
5443 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5444
5445         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5446         GLIBC_2.2.6.
5447
5448 2002-04-14  Bruno Haible  <bruno@clisp.org>
5449
5450         * posix/regex.c (re_max_failures): Add back symbol for binary
5451         compatibility.
5452
5453 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5454
5455         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5456         of buffer building functions.
5457         * posix/regex_internal.c (re_string_allocate): New function.
5458         (re_string_realloc_buffers): New function.
5459         (re_string_skip_chars): New function.
5460         (re_string_reconstruct): New function.
5461         (re_string_construct): Adapt it to new interface of buffer building
5462         functions.
5463         (re_string_construct_common): Likewise.
5464         (build_wcs_buffer): Likewise.
5465         (build_wcs_upper_buffer): Likewise.
5466         (build_upper_buffer): Likewise.
5467         (re_string_translate_buffer): Likewise.
5468         (re_string_context_at): Adapt it to variable length buffers.
5469         * posix/regex_internal.h (re_string_t): Add new fields to handle
5470         variable length buffers.
5471         (re_match_context_t): Likewise.
5472         * posix/regexec.c (re_search_internal): Adapt it to new interface
5473         of re_string_t and re_match_context_t.
5474         (acquire_init_state_context): Likewise.
5475         (check_matching): Likewise.
5476         (check_halt_state_context): Likewise.
5477         (proceed_next_node): Likewise.
5478         (set_regs): Likewise.
5479         (sift_states_backward): Likewise.
5480         (clean_state_log_if_need): Likewise.
5481         (sift_states_iter_mb): Likewise.
5482         (sift_states_iter_bkref): Likewise.
5483         (add_epsilon_backreference): Likewise.
5484         (transit_state): Likewise.
5485         (transit_state_sb): Likewise.
5486         (transit_state_mb): Likewise.
5487         (transit_state_bkref): Likewise.
5488         (transit_state_bkref_loop): Likewise.
5489         (check_node_accept): Likewise.
5490         (match_ctx_init): Likewise.
5491         (extend_buffers): New function.
5492
5493 2002-04-21  Bruno Haible  <bruno@clisp.org>
5494
5495         * iconvdata/tst-table.sh: For the second check, use the truncated
5496         GB18030 charmap table, like for the first check.
5497
5498 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5499
5500         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5501         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5502
5503 2002-04-23  H.J. Lu  <hjl@gnu.org>
5504
5505         * include/math.h (isfinite): Fix a typo.
5506
5507 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5508
5509         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5510         which is created by the test suite.
5511
5512 2002-04-20  Bruno Haible  <bruno@clisp.org>
5513
5514         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5515         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5516
5517 2002-04-20  Bruno Haible  <bruno@clisp.org>
5518
5519         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5520         to avoid gcc warning.
5521
5522 2002-04-20  Bruno Haible  <bruno@clisp.org>
5523
5524         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5525         of data->__statep->__count.
5526
5527 2002-04-20  Bruno Haible  <bruno@clisp.org>
5528
5529         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5530         tag characters.
5531         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5532
5533 2002-04-24  Roland McGrath  <roland@frob.com>
5534
5535         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5536         use END macro instead of our own .end directive.
5537         Use `callsys' insn mnemonic instead of `call_pal'.
5538
5539         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5540
5541         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5542         macro; we need this for Hurd.
5543
5544         Log entry was missing for 2002/03/24 commit of rev 1.8,
5545         goes with 2002-03-17 changes.
5546         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5547         (sysdep_routines): Append ioperm here.
5548         (sysdep_headers): Append sys/io.h here.
5549
5550 2002-04-23  Roland McGrath  <roland@frob.com>
5551
5552         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5553         * sysdeps/mach/hurd/sendto.c: Likewise.
5554         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5555         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5556         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5557
5558 2002-04-22  Roland McGrath  <roland@frob.com>
5559
5560         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5561         failure from i386_io_perm_* RPCs to ENOSYS.
5562
5563 2002-04-22  Andreas Jaeger  <aj@suse.de>
5564
5565         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5566
5567         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5568
5569         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5570         register instead of destroying %rbx.
5571
5572 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5573
5574         * string/string.h: Declare strerror_r also for XPG6.
5575
5576 2002-04-19  Roland McGrath  <roland@frob.com>
5577
5578         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5579
5580 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5581
5582         * Makefile: Add handling of xtests and xcheck targets.
5583         * MakeTAGS: Likewise.
5584         * Makeconfig: Likewise.
5585         * Makerules: Likewise.
5586         * Rules: Likewise.
5587         * manual/Makefile: Likewise.
5588         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5589         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5590
5591 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5592
5593         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5594         authnone_private_s.
5595         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5596         Delete #ifdef _RPC_THREAD_SAFE_ block.
5597         (authnone_private): Make a struct, not a pointer to struct.
5598         (authnone_private_guard): New once-control variable.
5599         (authnone_create_once): New function, split out of
5600         authnone_create.  No need to allocate memory.
5601         (authnone_create): Just call authnone_create_once via
5602         __libc_once, then return &authnone_private->no_client.
5603         (authnone_marshal): Access private data via CLIENT argument,
5604         not authnone_private pointer.
5605         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5606         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5607         authnone_private_s.
5608
5609 2002-04-12  H.J. Lu  <hjl@gnu.org>
5610
5611         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5612
5613 2002-04-18  Bruno Haible  <bruno@clisp.org>
5614
5615         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5616         FROM_DIRECTION): Make the FROM direction stateless.
5617         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5618         FROM_DIRECTION): Likewise.
5619
5620 2002-04-15  Bruno Haible  <bruno@clisp.org>
5621
5622         * iconvdata/JISX0213.TXT: New file.
5623         * iconvdata/jisx0213.h: New file.
5624         * iconvdata/jisx0213.c: New file.
5625         * iconvdata/euc-jisx0213.c: New file.
5626         * iconvdata/shift_jisx0213.c: New file.
5627         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5628         * iconvdata/EUC-JISX0213.precomposed: New file.
5629         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5630         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5631         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5632         which the "to" direction is stateful.
5633         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5634         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5635         SHIFT_JISX0213.
5636         (libJISX0213-routines): New variable.
5637         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5638         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5639         (LDFLAGS-libJISX0213.so): New variable.
5640         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5641         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5642         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5643
5644 2002-04-15  Bruno Haible  <bruno@clisp.org>
5645
5646         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5647         uint32_t.  Update to Unicode 3.2.
5648         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5649         (BODY for TO_LOOP): Handle the ASCII range specially.
5650         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5651         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5652         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5653
5654 2002-04-15  Bruno Haible  <bruno@clisp.org>
5655
5656         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5657         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5658
5659 2002-04-15  Bruno Haible  <bruno@clisp.org>
5660
5661         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5662         (ucs4_to_cns11643): Update.
5663         * iconvdata/cns11643.c: Update to Unicode 3.2.
5664         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5665         __cns11643_from_ucs4p2_tab): Regenerated.
5666         (__cns11643_from_ucs4p2c_tab): New array.
5667         * iconvdata/cvs11643l1.c: Update comments.
5668         * iconvdata/EUC-TW.irreversible: Remove two entries.
5669
5670 2002-04-15  Bruno Haible  <bruno@clisp.org>
5671
5672         * locale/C-translit.h.in: Update to Unicode 3.2.
5673         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5674         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5675
5676 2002-04-15  Bruno Haible  <bruno@clisp.org>
5677
5678         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5679         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5680
5681 2002-04-15  Bruno Haible  <bruno@clisp.org>
5682
5683         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5684         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5685         always one byte, not 0 bytes in some cases and 2 bytes in others.
5686
5687         * iconvdata/tst-table-from.c (main): Correct the usage message.
5688
5689 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5690
5691         * posix/regcomp.c (parse_expression): Fix incorrect error code.
5692         (parse_dup_op): Fix error handling like "a{}".
5693         (parse_bracket_exp): Add error handling.
5694         (fetch_number): Add error handling for "a{<very_large_number>}".
5695
5696 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5697
5698         * posix/regcomp.c (parse_bracket_symbol): Add error handling
5699         in case that the symbol name is too long.
5700         (build_charclass): Handle [:lower:]/[:uppper:] correctly
5701         in case of REG_ICASE.
5702
5703 2002-04-19  Andreas Jaeger  <aj@suse.de>
5704
5705         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5706         <hartvige@mips.com>.
5707
5708 2002-04-15  H.J. Lu  <hjl@gnu.org>
5709
5710         * include/math.h (__finitel_internal): Declare only if
5711         __NO_LONG_DOUBLE_MATH is not defined.
5712         (__isinfl_internal): Likewise.
5713         (__isnanl_internal): Likewise.
5714
5715         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5716         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5717         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5718         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5719         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5720         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5721         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5722
5723         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5724         __fcntl_internal.
5725
5726         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5727         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5728
5729 2002-04-15  Bruno Haible  <bruno@clisp.org>
5730
5731         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5732         (BODY for TO_LOOP): Likewise.
5733         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5734         * iconvdata/tst-table.sh: Add support for encodings which contain
5735         precomposed Unicode characters, known to the iconv converter in both
5736         directions but not listed in the charmap.
5737         * iconvdata/IBM856.irreversible: New file.
5738         * iconvdata/IBM922.irreversible: New file.
5739         * iconvdata/IBM1132.irreversible: New file.
5740         * iconvdata/IBM1133.irreversible: New file.
5741         * iconvdata/IBM1160.irreversible: New file.
5742         * iconvdata/IBM1161.irreversible: New file.
5743         * iconvdata/IBM1163.irreversible: New file.
5744         * iconvdata/IBM1164.irreversible: New file.
5745         * iconvdata/ARMSCII-8.irreversible: New file.
5746         * iconvdata/TCVN5712-1.precomposed: New file.
5747         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5748         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5749         ARMSCII-8, TCVN5712-1.
5750         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5751         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5752         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5753         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5754
5755 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5756
5757         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5758         for EVENING69.  Include offsets in TZ environment variable.
5759
5760 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5761
5762         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5763         avoid compiler warnings.
5764
5765         * locale/programs/localedef.c (main): Always call
5766         construct_output_path.
5767
5768         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5769
5770         * locale/programs/locfile.c (to_archive): New variable.  To collect
5771         data which has to be added to the locale archive.
5772         (write_all_categories): Take new third parameter with locale name.
5773         Unless no_archive flag set add new locale data to the archive
5774         (write_locale_data): Unless no-archive flag set store generated data
5775         in to_archive data structure instead of generation output file.
5776         Add new parameter with locale category index.
5777         * locale/programs/locfile.h: Add new parameters in declaractions of
5778         write_all_categories and write_locale_data.
5779         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5780         --add-to-archive, and --delete-from-archive options.  Pass extra
5781         parameter to write_all_categories.
5782         * locale/programs/localedef.h: Add prototypes for functions in
5783         locarchive.c.
5784         * locale/locarchive.h: New file.
5785         * locale/programs/locarchive.c: New file.
5786         * locale/Makefile (distribute): Add programs/locarchive.c and
5787         locarchive.h.
5788         (localedef-modules): Add md5 and locarchive.
5789         Add vpath to crypt subdir for md5.c.
5790
5791         * locale/programs/ld-address.c: Pass locale category ID as new second
5792         parameter to write_locale_data.
5793         * locale/programs/ld-collate.c: Likewise.
5794         * locale/programs/ld-ctype.c: Likewise.
5795         * locale/programs/ld-identification.c: Likewise.
5796         * locale/programs/ld-measurement.c: Likewise.
5797         * locale/programs/ld-messages.c: Likewise.
5798         * locale/programs/ld-monetary.c: Likewise.
5799         * locale/programs/ld-name.c: Likewise.
5800         * locale/programs/ld-numeric.c: Likewise.
5801         * locale/programs/ld-paper.c: Likewise.
5802         * locale/programs/ld-telephone.c: Likewise.
5803         * locale/programs/ld-time.c: Likewise.
5804
5805         * locale/simple-hash.c: Move compute_hashval function from here...
5806         * locale/hashval.h: ...to here.  New file.
5807         * locale/simple-hash.h: Add prototype for compute_hashval.
5808
5809         * include/libintl.h: Minor cleanups.
5810
5811 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5812
5813         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5814
5815 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5816
5817         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5818
5819 2002-04-14  Bruno Haible  <bruno@clisp.org>
5820
5821         * locale/programs/charmap.c (charmap_read): Don't access result if
5822         result == NULL.
5823
5824 2002-02-17  Andreas Schwab  <schwab@suse.de>
5825
5826         * elf/reldep7.c: New file.
5827         * elf/reldep7mod1.c: New file.
5828         * elf/reldep7mod2.c: New file.
5829         * elf/Makefile: Add rules to build and run reldep7.
5830
5831 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5832
5833         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5834         the end of the function.  Pass original flags to recursive call if
5835         add_dependency failed.
5836         (_dl_lookup_versioned_symbol): Likewise.
5837
5838 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5839
5840         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5841         early, but check whether it overflowed afterwards.
5842         * time/tst-mktime.c (main): Add new tests.
5843
5844 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5845
5846         * debug/xtrace.sh: Fix program name in help message.
5847         Patch by Roger Luethi <rl@hellgate.ch>.
5848
5849         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5850         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5851         NOT_IN_libc.
5852         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5853         * sysdeps/mach/hurd/lxstat.c: Likewise.
5854         * sysdeps/unix/common/lxstat.c: Likewise.
5855         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5856         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5857         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5858         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5859         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5860         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5861         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5862         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5863         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5864
5865         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5866         prototypes.  Add __mbrlen and __mbrtowc macros.
5867         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5868         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5869
5870         * include/unistd.h: Add prototype for __write_internal and add
5871         __libc_write macro is SHARED.
5872         * sysdeps/generic/write.c: Use INTDEF for __write.
5873         * sysdeps/mach/hurd/write.c: Likewise.
5874         * sysdeps/unix/sysv/aix/write.c: Likewise.
5875         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5876
5877         * assert/assert.c: Replace STR_N_SIZE with something usable in
5878         macro arguments.
5879         * assert/assert-perr.c: Likewise.
5880
5881         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5882         SA_LEN macro to use it if not NOT_IN_libc.
5883         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5884
5885         * include/fcntl.h: Declare __open_internal and define __open and
5886         __libc_open macros if not NOT_IN_libc.
5887         * sysdeps/generic/open.c: Use INTDEF for __open.
5888         * sysdeps/mach/hurd/open.c: Likewise.
5889         * sysdeps/unix/sysv/aix/open.c: Likewise.
5890         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5891
5892         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5893         has correct number.
5894
5895         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5896         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5897         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5898         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5899
5900         * include/wctype.h: Declare __iswalpha_l_internal,
5901         __iswdigit_l_internal, __iswspace_l_internal,
5902         __iswxdigit_l_internal, and __iswctype_internal.  Define
5903         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5904         __iswxdigit_l macros if not NOT_IN_libc.
5905         * wctype/iswctype.c: Use INTDEF for __iswctype.
5906         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
5907
5908         * include/math.h: Declare __isinf_internal, __isinfl_internal,
5909         __isnan_internal, and __isnanl_internal.
5910         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
5911         __isnan, and __isnanl.
5912         * stdio-common/printf_size.c: Likewise.
5913         * sysdeps/generic/printf_fphex.c: Likewise.
5914         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
5915         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
5916         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
5917         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
5918         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
5919         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
5920         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
5921         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
5922         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
5923         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
5924         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
5925         * sysdeps/m68k/s_isinfl.c: Likewise.
5926         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
5927         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
5928
5929         * include/sys/time.h: Declare __gettimeofday_internal and define
5930         __gettimeofday macro if not NOT_IN_libc.
5931         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
5932         * sysdeps/mach/gettimeofday.c: Likewise.
5933         * sysdeps/posix/gettimeofday.c: Likewise.
5934         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
5935         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
5936         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
5937         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
5938
5939         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
5940         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
5941         Remove __lstat and __fstat inline functions.
5942         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
5943         * sysdeps/mach/hurd/fxstat.c: Likewise.
5944         * sysdeps/unix/fxstat.c: Likewise.
5945         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
5946         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
5947         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
5948         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
5949         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
5950         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
5951         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5952         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
5953         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
5954
5955         * include/unistd.h: Declare __getpid_internal and define
5956         __getpid macro if not NOT_IN_libc.
5957         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
5958         * sysdeps/generic/getpid.c: Likewise.
5959         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
5960         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
5961
5962         * include/unistd.h: Declare __getpgid_internal and define
5963         __getpgid macro if not NOT_IN_libc.
5964         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
5965         * sysdeps/mach/hurd/getpgid.c: Likewise.
5966         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
5967         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
5968         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
5969         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
5970
5971         * include/unistd.h: Declare __getpagesize_internal and define
5972         __getpagesize macro if not NOT_IN_libc.
5973         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
5974         __getpagesize.
5975         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
5976         * sysdeps/mach/getpagesize.c: Likewise.
5977         * sysdeps/posix/getpagesize.c: Likewise.
5978         * sysdeps/unix/getpagesize.c: Likewise.
5979         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
5980         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
5981         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
5982         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
5983
5984 2002-04-13  Andreas Jaeger  <aj@suse.de>
5985
5986         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
5987         as clobber to reduce register pressure.
5988         (__strpbrk_cg): Likewise.
5989         (__mempcpy_by4): Likewise.
5990         (__strstr_cg): Likewise.
5991         Add prototype for __memrchr.
5992
5993 2002-04-13  Andreas Schwab  <schwab@suse.de>
5994
5995         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
5996         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5997         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5998
5999 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6000
6001         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6002         check whether the caller prefers getting the most recent version of
6003         a symbol of the earliest version.
6004         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6005         _dl_do_lookup to also take the new parameter and pass it on.
6006         Change 'explicit' parameter of _dl_lookup_symbol and
6007         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6008         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6009         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6010         _dl_lookup_versioned_symbol.
6011         * elf/dl-reloc.c: Likewise.
6012         * elf/dl-runtime.c: Likewise.
6013         * elf/dl-sym.c: Likewise.
6014         * sysdeps/mips/dl-machine.h: Likewise.
6015
6016 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6017
6018         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6019         in a token.
6020         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6021
6022 2002-04-10  Andreas Jaeger  <aj@suse.de>
6023
6024         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6025
6026         * include/argz.h: Remove extra char from last patch.
6027
6028 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6029
6030         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6031         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6032         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6033         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6034         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6035         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6036         __chown_internal.
6037         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6038
6039         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6040         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6041         * intl/ngettext.c: Likewise.
6042
6043         * include/sys/socket.h: Declare __connect_internal and define
6044         __connect macro if not NOT_IN_libc.
6045         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6046         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6047         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6048
6049         * include/unistd.h: Declare __close_internal and define __close macro
6050         if not NOT_IN_libc.
6051         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6052         WJUMP3): Add extra parenthesis to avoid expanding element names with
6053         macors like __close.
6054         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6055
6056         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6057         if not NOT_IN_libc.
6058         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6059         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6060         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6061
6062         * include/unistd.h: Declare __fork_internal and define __fork macro
6063         if not NOT_IN_libc.
6064         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6065         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6066         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6067
6068         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6069         __fsetlocking macro to use it if not NOT_IN_libc.
6070         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6071
6072         * libio/__fbufsize.c: Correct copyright.
6073         * libio/__flbf.c: Likewise.
6074         * libio/__fpending.c: Likewise.
6075         * libio/__fpurge.c: Likewise.
6076         * libio/__freadable.c: Likewise.
6077         * libio/__freading.c: Likewise.
6078         * libio/__fsetlocking.c: Likewise.
6079         * libio/__fwritable.c: Likewise.
6080         * libio/__fwriting.c: Likewise.
6081
6082         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6083         macro to use it if not NOT_IN_libc.
6084         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6085
6086         * include/mntent.h: Declare __setmntent_internal,
6087         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6088         __getmntent_r, and __endmntent macros to use these functions if not
6089         NOT_IN_libc.
6090         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6091         __endmntent.
6092
6093         * include/math.h: Declare __finite_internal, __finitef_internal, and
6094         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6095         these functions.
6096         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6097         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6098         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6099         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6100         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6101         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6102         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6103         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6104         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6105         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6106
6107         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6108         to use this function if not NOT_IN_libc.
6109         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6110         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6111         * sysdeps/mach/hurd/fcntl.c: Likewise.
6112         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6113         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6114
6115         * include/argz.h: Declare __argz_count_internal and
6116         __argz_stringify_internal.
6117         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6118         __argz_stringify.
6119         * string/argz-count.c: Use INTDEF for __argz_count.
6120         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6121
6122         * include/stdlib.h: Declare __cxa_atexit_internal and define
6123         __cxa_atexit macro if not NOT_IN_libc.
6124         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6125         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6126
6127         * assert/assert.c: Use INTDEF for __assert_fail.
6128         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6129         * include/assert.h: Declare __assert_fail_internal.
6130
6131         * extra-lib.mk: Mark assignment to lib with override.
6132
6133 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6134
6135         * Makerules: Use cppflags-iterator.mk to add defines for all test
6136         source files.
6137
6138 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6139
6140         * elf/elf.h: Define R_SH_TLS_xxx macros.
6141         * elf/rtld.c: Remove an extra parenthesis.
6142         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6143         TLS_GD macros.
6144         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6145         * sysdeps/sh/dl-lookupcfg.h: New file.
6146         * sysdeps/sh/dl-tls.h: New file.
6147         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6148         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6149         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6150         R_SH_TLS_TPOFF32 relocations.
6151
6152 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6153
6154         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6155         of NOT_IN_LIBC.
6156         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6157         * include/stdlib.h: Likewise.
6158
6159 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6160
6161         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6162         instead of _RTLD_LOCAL.
6163         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6164         * include/unistd.h: Likewise.
6165         * sysdeps/generic/ldsodefs.h: Likewise.
6166
6167         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6168         if in libc or ld.so.
6169
6170 2002-04-08  Andreas Jaeger  <aj@suse.de>
6171
6172         * elf/cache.c (print_entry): Support x86-64.
6173
6174 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6175
6176         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6177         with one accessing the locale data structures directly.
6178         * stdio-common/printf-prs.c: Include localeinfo.h for new
6179         MB_CUR_MAX definition.
6180
6181         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6182         is the name of the source file without extension.
6183         * Makefile (distribute): Add cppflags-iterator.mk.
6184         * cppflags-iterator.mk: New file.
6185         * extra-lib.mk: For the sources of the library run
6186         cppflags-iterator.mk.
6187
6188         * include/libintl.h: Declare __dcgettext_internal and
6189         _libc_intl_domainname_internal.  Define __dcgettext using these
6190         two symbols if used in libc itself.
6191         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6192         _libc_intl_domainname_internal.
6193         * argp/argp-parse.c: Likewise.
6194         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6195         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6196         * intl/gettext.c: Likewise.
6197         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6198         alias.
6199         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6200         __dcgettext.
6201         * posix/regex_internal.c (gettext): Likewise.
6202
6203 2002-04-08  Andreas Jaeger  <aj@suse.de>
6204
6205         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6206
6207         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6208         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6209         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6210         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6211         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6212         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6213
6214 2002-04-08  Roland McGrath  <roland@frob.com>
6215
6216         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6217         widening __hurd_fail value.
6218
6219 2002-04-07  Roland McGrath  <roland@frob.com>
6220
6221         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6222         <mach/machine/alpha_instruction.h>.
6223         (_hurd_setup_sighandler): Take proper arguments for current decls.
6224         Update code to use _hurdsig_catch_fault.
6225         Use `callsys' instruction instead of `call_pal'.
6226         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6227
6228         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6229         (ALIGN, at, AT, fp): New macros.
6230
6231 2002-04-06  Roland McGrath  <roland@frob.com>
6232
6233         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6234
6235         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6236         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6237
6238         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6239         * sysdeps/mach/hurd/connect.c: Likewise.
6240         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6241         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6242
6243         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6244         __msg_sig_post RPC.
6245
6246         * hurd/catch-exc.c: Use integer_t instead of int.
6247         * hurd/hurdfault.c: Likewise.
6248
6249         * sysdeps/mach/hurd/alpha/exc2signal.c
6250         (_hurd_exception2signal): Rewritten.
6251         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6252         (_hurd_longjmp_thread_state): Rewritten.
6253
6254 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6255
6256         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6257         DB_LOOKUP_FCT prototype.
6258         * nss/getXXent_r.c: Likewise.
6259         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6260         * inet/getaliasname_r.c: Likewise.
6261         * inet/getnetbyad_r.c: Likewise.
6262         * inet/getnetbynm_r.c: Likewise.
6263         * inet/getnetent_r.c: Likewise.
6264         * inet/getproto_r.c: Likewise.
6265         * inet/getprtent_r.c: Likewise.
6266         * inet/getprtname_r.c: Likewise.
6267         * inet/getrpcbyname_r.c: Likewise.
6268         * inet/getrpcbynumber_r.c: Likewise.
6269         * inet/getrpcent_r.c: Likewise.
6270         * inet/getservent_r.c: Likewise.
6271         * inet/getsrvbynm_r.c: Likewise.
6272         * inet/getsrvbypt_r.c: Likewise.
6273         * shadow/getspent_r.c: Likewise.
6274         * shadow/getspnam_r.c: Likewise.
6275
6276         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6277
6278         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6279         Use i686-friendly PIC code.
6280         * sysdeps/i386/elf/setjmp.S: Likewise.
6281
6282         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6283
6284         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6285         list.
6286         * elf/Versions: Remove it here.
6287
6288 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6289
6290         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6291         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6292
6293 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6294
6295         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6296         test just before the test runs.
6297         * intl/tst-translit.sh: Likewise.
6298         * intl/tst-codeset.sh: Likewise.
6299
6300         * timezone/zic.c: Update from tzcode2002c.
6301         * timezone/asia: Update from tzdata2002c.
6302         * timezone/backward: Likewise.
6303         * timezone/europe: Likewise.
6304         * timezone/northamerica: Likewise.
6305         * timezone/northamerica: Likewise.
6306         * timezone/northamerica: Likewise.
6307         * timezone/southamerica: Likewise.
6308         * timezone/zone.tab: Likewise.
6309
6310 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6311
6312         * sysdeps/generic/brk.c (__curbrk): Declare.
6313         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6314         * sysdeps/generic/dl-sbrk.c: Likewise.
6315         * sysdeps/unix/arm/dl-brk.S: New file.
6316         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6317         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6318         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6319         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6320         * sysdeps/unix/i386/dl-brk.S: New file.
6321         * sysdeps/unix/mips/dl-brk.S: New file.
6322         * sysdeps/unix/sparc/dl-brk.S: New file.
6323         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6324         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6325         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6326         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6327
6328 2002-04-03  Andreas Schwab  <schwab@suse.de>
6329
6330         * Makefile (headers): Add gnu/lib-names.h here instead of
6331         install-others.
6332         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6333         installation rule.
6334         (install-headers): Add dependency on install-headers-nosubdir.
6335         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6336         instead of install-others.
6337         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6338         installation rule.
6339
6340 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6341
6342         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6343         Reported by Sam Roberts <sroberts@uniserve.com>.
6344
6345 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6346
6347         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6348         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6349         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6350         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6351
6352 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6353
6354         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6355         (RTLD_START): Ditto.
6356         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6357         dependency violation.
6358
6359 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6360
6361         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6362         all variable declarations.
6363
6364 2002-04-04  Andreas Schwab  <schwab@suse.de>
6365
6366         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6367
6368 2002-04-04  Andreas Jaeger  <aj@suse.de>
6369
6370         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6371         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6372
6373         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6374         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6375         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6376
6377         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6378
6379         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6380
6381         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6382         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6383
6384         * configure.in: Handle all mips entries the same.
6385
6386         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6387         * sysdeps/mips/mips3/*: Likewise.
6388         * sysdeps/mips/p40/bits/endian.h: Likewise.
6389
6390 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6391
6392         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6393         non-null result [PR libc/2600].
6394
6395         * misc/tst-dirname.c: Add more tests.
6396
6397 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6398
6399         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6400         define a code_set_name provide one based on the filename.
6401
6402         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6403
6404 2001-12-28  Andreas Jaeger  <aj@suse.de>
6405
6406         * time/mktime.c (__mktime_internal): Check for year < 70
6407         [PR libc/2738].
6408
6409 2002-04-03  Andreas Jaeger  <aj@suse.de>
6410
6411         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6412         shmat.
6413         Reported by Andi Kleen <ak@suse.de>.
6414
6415 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6416
6417         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6418         * sysdeps/generic/w_lgammaf.c: Likewise.
6419         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6420
6421         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6422         Adjust for new output format of the backtrace functions.
6423
6424         * misc/syslog.c (vsyslog): Only use cleanup handler if
6425         _LIBC_REENTRANT is defined [PR libc/2924].
6426
6427         * libio/Makefile (tests): Add bug-ungetwc2.
6428         * libio/bug-ungetwc2.c: New file.
6429
6430         * manual/install.texi: Typographical and grammatical cleanup.
6431         Patch by Dennis Grace <dgrace@us.ibm.com>.
6432
6433         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6434         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6435
6436         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6437         always "&".  Adjust callers.
6438         Add "_" prefix to several generated definitions.
6439         Patch by paul@serice.net [PR libc/3158].
6440
6441 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6442
6443         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6444         size of _dl_arm_cap_flags.
6445         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6446
6447         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6448         Define as 8.
6449
6450 2002-03-22  H.J. Lu  <hjl@gnu.org>
6451
6452         * scripts/firstversions.awk: Check the first version.
6453
6454 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6455
6456         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6457         dependencies must be stable to work correctly.
6458         Reported by martin.lubich@datacon.at.
6459
6460         * libio/bug-ungetwc1.c: New file.
6461         * libio/Makefile (tests): Add bug-ungetwc1.
6462
6463         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6464         if stream was last used for writing.
6465
6466         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6467         number [PR libc/3111].
6468
6469         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6470         to ...
6471         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6472
6473 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6474
6475         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6476         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6477         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6478         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6479         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6480
6481 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6482
6483         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6484         dynamic tags.
6485
6486 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6487
6488         * sysdeps/i386/fpu/s_fabs.S: New file.
6489         * sysdeps/i386/fpu/s_fabsf.S: New file.
6490         * sysdeps/i386/fpu/s_fabsl.S: New file.
6491         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6492         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6493         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6494
6495 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6496
6497         * rt/tst-shm.c (do_test): Add one more test for size of shared
6498         memory object.
6499
6500 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6501
6502         * malloc/malloc.c: Add short description and prototypes for
6503         malloc_get_state, malloc_set_state and posix_memalign, for
6504         consistency and to avoid warnings with -Wstrict-prototypes.
6505         Reported by Andreas Jaeger <aj@suse.de>.
6506
6507 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6508
6509         * po/gl.po: Update from translation team.
6510
6511 2002-03-31  Roland McGrath  <roland@frob.com>
6512
6513         * hurd/hurdselect.c (_hurd_select): Fix
6514         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6515         Use a union rather than casts to compare mach_msg_type_t as int.
6516
6517 2002-03-25  Roland McGrath  <roland@frob.com>
6518
6519         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6520         check off the end of NAME when it's shorter than 2 chars.
6521         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6522
6523 2002-03-17  Roland McGrath  <roland@frob.com>
6524
6525         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6526         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6527         * sysdeps/mach/hurd/i386/Dist: Add them.
6528         * sysdeps/mach/hurd/i386/Versions
6529         (libc: GLIBC_2.2.6): New set, add ioperm.
6530         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6531         (mach_interface_list): Check for mach_i386.defs.
6532         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6533         * sysdeps/mach/configure: Regenerated.
6534
6535 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6536
6537         * po/fr.po: Update from translation team.
6538
6539 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6540
6541         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6542         getpriority from syscalls list.
6543
6544 2002-03-28  Andreas Jaeger  <aj@suse.de>
6545
6546         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6547         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6548         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6549         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6550
6551 2002-03-27  Andreas Jaeger  <aj@suse.de>
6552
6553         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6554         sigcontext): Follow further kernel change.
6555
6556         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6557         kernel change.
6558
6559         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6560         Change for struct sigcontext change.
6561
6562         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6563         Follow changes in struct sigcontext.
6564
6565         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6566         sysycall, use wrapper instead.
6567
6568 2002-03-26  Andreas Jaeger  <aj@suse.de>
6569
6570         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6571         read and write accesses as detailed as possible.
6572         (__memcpy_by2): Likewise.
6573         (__memcpy_g): Likewise.
6574         (memmove): Likewise.
6575         (memcmp): Likewise.
6576         (__memset_ccn_by4): Likewise.
6577         (__memset_ccn_by2): Likewise.
6578         (__memset_gcn_by4): Likewise.
6579         (__memset_gcn_by2): Likewise.
6580         (memchr): Likewise.
6581         (__memrchr): Likewise.
6582         (rawmemchr): Likewise.
6583         (__strlen_g): Likewise.
6584         (__strcpy_g): Likewise.
6585         (__mempcpy_by4): Likewise.
6586         (__mempcpy_by2): Likewise.
6587         (__mempcpy_byn): Likewise.
6588         (__stpcpy_g): Likewise.
6589         (__strncpy_by4): Likewise.
6590         (__strncpy_by2): Likewise.
6591         (__strncpy_byn): Likewise.
6592         (__strncpy_gg): Likewise.
6593         (__strcat_c): Likewise.
6594         (__strcat_g): Likewise.
6595         (__strncat_g): Likewise.
6596         (__strcmp_gg): Likewise.
6597         (__strncmp_g): Likewise.
6598         (__strchr_c): Likewise.
6599         (__strchr_g): Likewise.
6600         (__strchrnul_c): Likewise.
6601         (__strchrnul_g): Likewise.
6602         (__strrchr_c): Likewise.
6603         (__strrchr_g): Likewise.
6604         (__strrchr_c): Likewise.
6605         (__strrchr_g): Likewise.
6606         (__strcspn_c1): Likewise.
6607         (__strcspn_cg): Likewise.
6608         (__strcspn_g): Likewise.
6609         (__strcspn_g): Likewise.
6610         (__strspn_c1): Likewise.
6611         (__strspn_cg): Likewise.
6612         (__strspn_g): Likewise.
6613         (__strspn_g): Likewise.
6614         (__strpbrk_cg): Likewise.
6615         (__strpbrk_g): Likewise.
6616         (__strstr_cg): Likewise.
6617         (__strstr_g): Likewise.
6618
6619         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6620         Michal Ludvig <mludvig@suse.cz>.
6621
6622         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6623         compatibilty, adjust for kernel changes.
6624
6625         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6626         sigcontext): Adjust for kernel changes.
6627
6628 2002-03-25  Andreas Jaeger  <aj@suse.de>
6629
6630         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6631         little endian.
6632         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6633
6634 2002-03-24  Andreas Jaeger  <aj@suse.de>
6635
6636         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6637
6638         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6639
6640         * iconv/tst-iconv3.c (main): Use correct printf strings.
6641
6642 2002-03-18  Roland McGrath  <roland@frob.com>
6643
6644         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6645         (CMGROUP_MAX): New macro.
6646
6647 2002-03-23  Roland McGrath  <roland@frob.com>
6648
6649         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6650         * sysdeps/posix/shm_unlink.c: Likewise.
6651
6652 2002-03-22  Roland McGrath  <roland@frob.com>
6653
6654         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6655         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6656         under --enable-libio.
6657         * sysdeps/mach/hurd/configure: Regenerated.
6658
6659 2002-03-23  Roland McGrath  <roland@frob.com>
6660
6661         * sysdeps/mach/hurd/i386/Makefile
6662         (sysdep_routines, shared-only-routines): Don't add framestate,
6663         reverting 2001-10-02 change.
6664         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6665         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6666         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6667         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6668         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6669         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6670         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6671         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6672         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6673         Do it here instead, only if [$(unwind-find-fde) = yes].
6674
6675 2002-03-23  Andreas Jaeger  <aj@suse.de>
6676
6677         * signal/signal.h: Fix typo. Patch by Steve Kemp
6678         <skx@tardis.ed.ac.uk>.
6679
6680 2002-03-22  Andreas Jaeger  <aj@suse.de>
6681
6682         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6683         getresuid.
6684
6685         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6686         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6687         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6688         user_fpregs_struct): Rename fwd.
6689
6690         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6691         Follow sigcontext changes.
6692
6693 2002-03-22  Andreas Jaeger  <aj@suse.de>
6694
6695         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
6696         changes for NaNs on MIPS.
6697         Patch by Hartvig Ekner <hartvige@mips.com>.
6698
6699 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
6700
6701         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6702         Use realloc if too large.
6703         (addgrbyid): Likewise.
6704         * nscd/hstcache.c (addhstbyname): Likewise.
6705         (addhstbyaddr): Likewise.
6706         (addhstbynamev6): Likewise.
6707         (addhstbyaddrv6): Likewise.
6708         * nscd/pwdcache.c (addpwbyname): Likewise.
6709         (addpwbyuid): Likewise.
6710
6711 2002-03-21  Andreas Jaeger  <aj@suse.de>
6712
6713         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6714         _fpstate): Add separate struct for x86-64.
6715
6716         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6717         user_fpregs_struct): Change member names to follow kernel.
6718
6719 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
6720
6721         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6722         Correctly close the UDP connection right away [PR libc/3120].
6723
6724 2002-03-20  Andreas Jaeger  <aj@suse.de>
6725
6726         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6727         user_fpregs_struct): Fix for changed kernel struct.
6728         (struct user_regs_struct): Likewise.
6729         (struct user): Likewise.
6730         Add 32-bit x86 compatibility.
6731
6732         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6733
6734 2002-03-19  Andreas Jaeger  <aj@suse.de>
6735
6736         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6737
6738 2002-03-18  Andreas Jaeger  <aj@suse.de>
6739
6740         * iconvdata/Makefile: Only run tests when shared libs are
6741         available.
6742
6743 2002-03-17  Andreas Jaeger  <aj@suse.de>
6744
6745         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6746
6747         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6748
6749         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6750         bits.
6751
6752         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
6753         (CAUSE_SHIFT): New macro.
6754         Patch by Hartvig Ekner <hartvige@mips.com>.
6755
6756         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6757         * sysdeps/generic/unwind-pe.h: Likewise.
6758
6759         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6760         type to _IO_setb.
6761
6762         * libio/stdio.c (AL2): Define variant when visibility attribute is
6763         not supported.
6764
6765         * include/libc-symbols.h (_INTVARDEF): Define variant when
6766         visibility attribute is not supported.
6767
6768 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6769
6770         * po/fr.po: Update from translation team.
6771
6772 2002-02-25  Bruno Haible  <bruno@clisp.org>
6773
6774         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6775
6776 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6777
6778         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6779         buffers if _IO_file_attach failed.
6780
6781         * libio/fileops.c (_IO_file_open): Close file descriptor if
6782         _IO_SEEKOFF call failed.
6783
6784 2002-03-15  H.J. Lu  <hjl@gnu.org>
6785             Ulrich Drepper  <drepper@redhat.com>
6786
6787         * configure.in: Check for availability of
6788         init_array/fini_array/preinit_array handling in binutils.
6789         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6790         * config.make.in (have-initfini-array): New variable.
6791
6792 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6793
6794         * stdio-common/tst-printf.c (main): Comment out one test which
6795         checked the compiler's ability to fold floating-point constants
6796         but not really printf.
6797         (rfg3): Make s const.
6798         * stdio-common/tst-printf.sh: Adjust for removed test.
6799
6800         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6801         internal function.  Adjust for internal_function calling convention.
6802         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6803         as internal_function.
6804
6805         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6806         hidden.
6807
6808         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6809         declaration and definition.
6810         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6811         declaration.
6812         * nss/getXXent_r.c: Likewise.
6813         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6814         definition.
6815
6816         * include/time.h: Declare __localtime_r as hidden.
6817
6818         * include/aliases.h: Declare __getaliasent_r as hidden.
6819         * include/grp.h: Declare __getgrent_r as hidden.
6820         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6821         __getservent_r, and __getprotoent_r as hidden.
6822         * include/pwd.h: Declare __getpwent_r as hidden.
6823         * include/shadow.h: Declare __getspent_r as hidden.
6824         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6825
6826         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6827         and __gconv_transliterate as hidden.
6828         Add internal_function to __gconv_get_path declaration.
6829         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6830         definition.  Add attribute_hidden to __gconv_read_conf definition.
6831
6832 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6833
6834         * elf/rtld.c: Declare _environ as hidden.
6835         * sysdeps/generic/dl-environ.c: Likewise.
6836         * sysdeps/generic/dl-sysdep.c: Likewise.
6837
6838         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6839         _dl_mcount_internal as hidden.
6840
6841         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6842         * sysdeps/generic/dl-brk.c: New file.
6843         * sysdeps/generic/dl-sbrk.c: New file.
6844         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6845         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6846
6847         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6848         (__errno_location): New function.  Declare errno as hidden.
6849         * elf/rtld.c (_dl_argc): Define as hidden.
6850         (_dl_skip_args): Define as hidden.
6851         (_begin, _end): Declare as hidden.
6852         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6853         * sysdeps/generic/entry.h (_start): Declare as hidden.
6854         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6855         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6856         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6857         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6858
6859 2002-03-14  Roland McGrath  <roland@frob.com>
6860
6861         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6862
6863         * Makeconfig (%.v.i, %.v): New implicit rules.
6864         (preprocess-versions): Variable removed.
6865         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6866         shlib-versions input files as dependencies.
6867         ($(common-objpfx)soversions.i): Depend on that instead of the input
6868         files.  Use it as input instead of using a pipeline.
6869         (postclean-generated): Append soversions.i, shlib-versions.v, and
6870         shlib-versions.v.i here.
6871         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6872         the Versions.def input files as dependencies.
6873         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6874         ($(common-objpfx)Versions.all): Depend on that instead of the input
6875         files.  Use it as input instead of using a pipeline.
6876         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6877         (postclean-generated): Append those .v and .v.i files here.
6878
6879 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6880
6881         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6882         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6883         Remove.
6884
6885 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6886
6887         * sysdeps/generic/mp_clz_tab.c: New file.
6888         * sysdeps/i386/mp_clz_tab.c: New file.
6889         * sysdeps/hppa/mp_clz_tab.c: New file.
6890         * sysdeps/powerpc/mp_clz_tab.c: New file.
6891         * stdlib/Makefile (aux): Revert last patch.
6892         * math/Makefile (gmp-objs): Likewise.
6893
6894 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6895
6896         * time/strftime.c: Comment fixes for references to obsolescent
6897         standards, In most cases the simplest fix is to remove the
6898         confusing comments.  Cross-referencing all the standards properly
6899         is a bit of a pain, and it should be enough to put that info in
6900         the documentation as I did in my recent time.texi patch.
6901
6902 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6903
6904         * manual/time.texi (Formatting Calendar Time):
6905         ISO C99 also specifies the E and O modifiers.
6906         %P is a GNU extension, and is not in ISO C99.
6907         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
6908         %T is also in ISO C99.
6909         The RFC 822 example is not valid in arbitrary locales.
6910         Reword the POSIX.2 wording slightly, to make it a bit clearer
6911         that POSIX.2 formats are also supported by later POSIX versions.
6912         If a format was introduced in ISO C99 it is also required by
6913         POSIX.1-2001.
6914
6915 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6916
6917         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
6918         _sys_nerr_internal with INTVARDEF2.
6919         * include/libc-symbols.h (INTVARDEF2): New macro.
6920         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
6921         (_sys_nerr_internal): Library.
6922
6923         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
6924         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
6925
6926         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
6927
6928 2002-03-13  Wolfram Gloger  <wg@malloc.de>
6929
6930         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
6931
6932 2002-03-02  Andreas Schwab  <schwab@suse.de>
6933
6934         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
6935         'h' flag and positional arg.
6936         * stdio-common/tst-printf.c (rfg3): New function to test
6937         positional arguments.
6938         (main): Fix some warnings.
6939
6940 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
6941
6942         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
6943         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
6944
6945 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
6946
6947         * grp/initgroups.c (__nss_group_data): Declare as hidden.
6948
6949         * include/locale.h (_nl_C_locobj): Declare as hidden.
6950
6951         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
6952         * time/strptime.c (_nl_C_LC_TIME): Likewise.
6953
6954         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
6955
6956         * include/sys/gmon.h: Declare _gmonparam as hidden.
6957
6958         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
6959         (__ctype32_wctrans): Likewise.
6960         (__ctype32_width): Likewise.
6961
6962         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
6963         use of __ttyname.
6964
6965         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
6966         Define as hidden.
6967         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
6968         hidden.  Change all users of these variables.
6969
6970         * posix/regex_internal.h (__re_error_msgid): Renamed from
6971         re_error_msgid.  Declare as hidden.
6972         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
6973         hidden.
6974
6975         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
6976         (__printf_function_table): Likewise.
6977         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
6978         hidden.
6979         (__printf_function_table): Likewise.
6980
6981         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
6982         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
6983
6984         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
6985         * nss/nsswitch.c: Declare _nss_*_database as hidden.
6986
6987         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
6988         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
6989
6990 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
6991
6992         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
6993         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
6994         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
6995         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
6996         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
6997         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
6998         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
6999         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7000         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7001         _nl_C_LC_CTYPE_width: Declare as hidden.
7002         * include/locale.h: Declare _nl_locale_file_list.
7003         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7004         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7005         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7006         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7007         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7008         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7009         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7010         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7011         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7012         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7013         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7014         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7015         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7016         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7017         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7018         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7019         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7020         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7021         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7022         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7023         _nl_C_LC_CTYPE_width, and as hidden.
7024         * locale/findlocale.c: Declare _nl_C as hidden.
7025         * locale/newlocale.c: Likewise.
7026         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7027         _nl_locale_file_list.
7028         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7029         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7030         Define _nl_C_locobj as hidden.
7031
7032         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7033         (_mtrace_line): Likewise.
7034
7035         * include/time.h: Declare __mon_yday as hidden.
7036         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7037
7038         * libio/libioP.h: Declare __libio_codecvt as hidden.
7039         * libio/fileops.c: Declare __libio_translit as hidden.
7040         * libio/iofwide.c: Define __libio_translit as hidden.
7041
7042         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7043         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7044         * login/getutline_r.c: Likewise.
7045         * login/utmpname.c: Likewise.
7046
7047         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7048         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7049         __libc_utmp_file_name as hidden.
7050
7051         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7052         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7053         * locale/freelocale.c: Likewise.
7054         * locale/lc-time.c: Likewise.
7055
7056         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7057         (__libc_ptyname2): Likewise.
7058         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7059         hidden.
7060         (__libc_ptyname2): Likewise.
7061
7062         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7063         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7064         * sysdeps/generic/init-first.c: Likewise.
7065         * sysdeps/i386/init-first.c: Likewise.
7066         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7067         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7068         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7069         * sysdeps/sh/init-first.c: Likewise.
7070         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7071         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7072
7073         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7074         (_itowa_upper_digits): Likewise.
7075
7076         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7077         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7078         as hidden.
7079
7080         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7081         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7082         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7083         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7084
7085         * gmon/gmon.c (__bb_head): Define as hidden.
7086         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7087
7088         * argp/argp-parse.c (_argp_hang): Define as static.
7089
7090         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7091         handling in latest compilers.
7092
7093         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7094         define alias.
7095         * libio/fileops.c (_IO_file_jumps): Likewise.
7096         * libio/stdfiles.c (_IO_list_all): Likewise.
7097         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7098
7099         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7100         include/malloc.h.
7101         * include/malloc.h: Add __libc_malloc_initialized declaration
7102         here.  Mark variable hidden.
7103         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7104
7105         * elf/dl-open.c (__libc_argc): Declare as hidden.
7106         (__libc_argv): Likewise.
7107         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7108         (__libc_argv): Likewise.
7109         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7110         __libc_argv as hidden.
7111         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7112         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7113         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7114         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7115
7116         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7117         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7118         * stdlib/erand48.c: Likewise.
7119         * stdlib/jrand48.c: Likewise.
7120         * stdlib/lcong48.c: Likewise.
7121         * stdlib/lrand48.c: Likewise.
7122         * stdlib/mrand48.c: Likewise.
7123         * stdlib/nrand48.c: Likewise.
7124         * stdlib/seed48.c: Likewise.
7125         * stdlib/srand48.c: Likewise.
7126
7127         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7128         (_itoa_lower_digits_internal): New declaration.
7129         (_itoa_upper_digits_internal): New declaration.
7130         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7131         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7132         (_itoa_upper_digits_internal): New declaration.
7133         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7134         _itoa_lower_digits.
7135         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7136         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7137
7138         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7139         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7140
7141         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7142         (_itowa_lower_digits): Likewise.
7143         (_itowa_upper_digits): Likewise.
7144         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7145         (_itowa_upper_digits): Likewise.
7146
7147         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7148         not already defined.
7149         (GERMANIC_PLURAL): Declare as hidden.
7150
7151         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7152         (attribute_hidden): Define as empty macro if not already defined.
7153
7154         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7155         (__gconv_max_path_elem_len): Likewise.
7156         (__gconv_path_envvar): Likewise.
7157
7158         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7159         * stdlib/Makefile (aux): Remove mp_clz_tab.
7160         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7161
7162         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7163
7164         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7165
7166         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7167         _nl_category_names, _nl_category_name_sizes, _nl_current,
7168         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7169
7170         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7171         (_nl_current_default_domain): Likewise
7172         (_nl_state_lock): Likewise.
7173         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7174         (_nl_current_default_domain): Likewise
7175         (_nl_state_lock): Likewise.
7176         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7177
7178         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7179         (_fpioconst_pow10): Likewise.
7180
7181         * include/time.h (_tmbuf): Add attribute_hidden.
7182
7183         * time/tzset.c (tzstring_list): Define as static.
7184
7185         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7186         __use_tzfile declaration.
7187
7188         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7189         and __wcsmbs_last_locale declaration.
7190
7191 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7192
7193         * timezone/Makefile (tzbases): Move systemv from here...
7194         (tzlinks): to here, since the entries in systemv were all changed
7195         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7196         tested) by Peter Breitenlohner.
7197
7198 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7199
7200         * time/tst-posixtz.c (tests): Add new tests.
7201         (main): Test whether tzset() sets daylight properly.
7202
7203 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7204
7205         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7206         __tzname_cur_max setting...
7207         (tzset_internal): ...here.
7208
7209 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7210
7211         * time/tzset.c (compute_change): Don't return any value.
7212         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7213         (__tz_convert): But here.
7214
7215 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7216
7217         * manual/examples/mkfsock.c: Include <string.h> as well.
7218         Patch by Alain De Carolis <alaind@wseurope.com>.
7219
7220 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7221
7222         * posix/regexec.c (re_match): Fix incorrect register sizes.
7223         (re_search): Likewise.
7224
7225 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7226
7227         * posix/regcomp.c (regfree): Remove a disused condition.
7228         * posix/regex_internal.c (re_acquire_state): Likewise.
7229         (re_acquire_state_context): Likewise.
7230         (register_state): Remove a redundant malloc invocation.
7231         * posix/regex_internal.h: (re_state_table_entry): Simplify
7232         the structure.
7233
7234 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7235
7236         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7237         handling conditions.
7238         (regerror): Likewise.
7239         (regfree): Likewise.
7240         (re_compile_internal): Likewise.
7241         (init_dfa): Likewise.
7242         (init_word_char): Likewise.
7243         (create_initial_state): Likewise.
7244         (analyze): Likewise.
7245         (analyze_tree): Likewise.
7246         (duplicate_node): Likewise.
7247         (calc_eclosure): Likewise.
7248         (calc_eclosure_iter): Likewise.
7249         (parse): Likewise.
7250         (parse_reg_exp): Likewise.
7251         (parse_branch): Likewise.
7252         (parse_expression): Likewise.
7253         (parse_subexp): Likewise.
7254         (parse_dup_op): Likewise.
7255         (parse_bracket_exp): Likewise.
7256         (build_equiv_class): Likewise.
7257         (build_charclass): Likewise.
7258         (build_word_op): Likewise.
7259         (fetch_number): Likewise.
7260         (create_tree): Likewise.
7261         (duplicate_tree): Likewise.
7262         * posix/regex.c (BE): New macro.
7263         * posix/regexec.c (re_match): Add __builtin_expect to error
7264         handling conditions.
7265         (re_match_2): Likewise.
7266         (re_search): Likewise.
7267         (re_search_internal): Likewise.
7268         (check_matching): Likewise.
7269         (proceed_next_node): Likewise.
7270         (set_regs): Likewise.
7271         (sift_states_backward): Likewise.
7272         (add_epsilon_backreference): Likewise.
7273         (transit_state): Likewise.
7274         (transit_state_sb): Likewise.
7275         (transit_state_mb): Likewise.
7276         (transit_state_bkref): Likewise.
7277         (transit_state_bkref_loop): Likewise.
7278         (build_trtable): Likewise.
7279         (group_nodes_into_DFAstates): Likewise.
7280         (match_ctx_init): Likewise.
7281         (match_ctx_add_entry): Likewise.
7282         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7283         to error handling conditions.
7284         (re_string_construct_toupper): Likewise.
7285         (build_wcs_buffer): Likewise.
7286         (build_wcs_upper_buffer): Likewise.
7287         (build_upper_buffer): Likewise.
7288         (re_string_translate_buffer): Likewise.
7289         (re_node_set_alloc): Likewise.
7290         (re_node_set_init_1): Likewise.
7291         (re_node_set_init_2): Likewise.
7292         (re_node_set_init_copy): Likewise.
7293         (re_node_set_intersect): Likewise.
7294         (re_node_set_init_union): Likewise.
7295         (re_node_set_merge): Likewise.
7296         (re_node_set_insert): Likewise.
7297         (re_dfa_add_node): Likewise.
7298         (re_acquire_state): Likewise.
7299         (re_acquire_state_context): Likewise.
7300         (create_new_state_common): Likewise.
7301         (register_state): Likewise.
7302         (create_ci_new_state): Likewise.
7303         (create_cd_new_state): Likewise.
7304         (re_string_context_at): Remove redundant condition.
7305
7306 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7307
7308         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7309
7310         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7311
7312 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7313
7314         * sysdeps/i386/elf/configure.in: Fix comment.
7315
7316         * sysdeps/sparc/sparc64/configure.in: New file.
7317         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7318         if .dynamic comes before .got.
7319         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7320
7321         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7322         HP_TIMING_ACCUM): Fix typos.
7323
7324 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7325
7326         * string/strfry.c: Add some more randomness to the seed.
7327         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7328
7329         * po/es.po: Update from translation team.
7330         * po/fr.po: Likewise.
7331
7332         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7333
7334         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7335         when determining type of format.
7336         Patch by James Antill <james@anqd.org> [PR libc/2787].
7337
7338 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7339
7340         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7341
7342 2002-03-11  Roland McGrath  <roland@frob.com>
7343
7344         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7345
7346         * Versions.def (libc): Add GLIBC_2.2.6.
7347         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7348         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7349         __errno_location instead of __hurd_errno_location, and don't inline it.
7350         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7351         * hurd/errno.c: New file.
7352         * hurd/Makefile (routines): Add errno.
7353
7354 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7355
7356         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7357         ridiculously large widths and precisions [PR libc/3026].
7358
7359 2002-03-11  Andreas Jaeger  <aj@suse.de>
7360
7361         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7362         support.
7363         Patch by Susanne Oberhauser <froh@SuSE.de>.
7364
7365 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7366
7367         * inet/rexec.c (ahostbuf): Define as static.
7368
7369         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7370         (__ctype32_wctrans): Likewise.
7371         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7372         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7373         (__ctype32_wctrans): Likewise.
7374         (__ctype32_width): Likewise.
7375
7376         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7377         They were never exported anyway.
7378
7379         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7380         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7381         exported.
7382         * include/sys/gmon.h: Declare _gmonparam.
7383
7384         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7385         symbols for getdents64.  They were never exported.
7386
7387 2002-03-09  Roland McGrath  <roland@frob.com>
7388
7389         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7390         Reported by Jon Arney <jarney1@cox.net>.
7391
7392 2002-02-23  Roland McGrath  <roland@frob.com>
7393
7394         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7395         declaration.
7396         (__hurd_errno_location): Function removed.
7397
7398 2002-03-06  Andreas Jaeger  <aj@suse.de>
7399
7400         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7401         32-bit.
7402
7403 2002-03-04  Andreas Jaeger  <aj@suse.de>
7404
7405         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7406
7407         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7408         x86-64.
7409
7410         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7411
7412         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7413
7414         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7415
7416         * sysdeps/x86_64/bits/setjmp.h: New file.
7417
7418         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7419
7420         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7421
7422         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7423         for x86.
7424         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7425         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7426
7427 2002-02-28  Bo Thorsen  <bo@suse.de>
7428
7429         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7430         version.
7431
7432 2002-03-03  Andreas Jaeger  <aj@suse.de>
7433
7434         * sysdeps/x86_64/bits/wordsize.h: New file.
7435
7436         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7437         * elf/tst-tlsmod1.c: Likewise.
7438
7439         * posix/regcomp.c: Get regex.h from include dir for internal
7440         prototypes.
7441
7442         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7443         to libc-internal.h and include it.
7444         * include/libc-internal.h: Add __init_misc.
7445
7446         * misc/init-misc.c: Include libc-internal.h for prototypes.
7447
7448         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7449
7450         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7451         _IO_putc_internal.
7452
7453 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7454
7455         * posix/regcomp.c: Compatibility changes to allow using the code
7456         outside glibc.
7457
7458 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7459
7460         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7461         compiled non-PIC.
7462
7463 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7464
7465         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7466         of .str elements in the returned data structure.
7467
7468         * elf/elf.h: Add Alpha TLS bits.
7469
7470 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7471
7472         * sysdeps/unix/sysv/linux/nice.c: New file.
7473
7474 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7475
7476         * elf/Makefile (dl-routines): Add dl-origin.
7477         (elide-routines.os): Add dl-origin.
7478         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7479         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7480         _dl_debug_state.
7481         * include/libc-symbols.c: Define attribute_hidden depending on
7482         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7483
7484         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7485         * elf/dl-load.c: Likewise.
7486         * elf/rtld.c: Likewise.
7487         * include/unistd.h: Declare __libc_enable_secure_internal.
7488         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7489         Use INTUSE with __libc_enable_secure.
7490         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7491
7492         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7493         * elf/dl-error.c: Likewise,
7494         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7495
7496         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7497         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7498         function definition.  Use INTDEF with _dl_get_origin.
7499         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7500
7501         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7502         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7503
7504         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7505         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7506         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7507
7508         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7509         * elf/dl-deps.c: Likewise.
7510         * elf/dl-error.c: Likewise.
7511         * elf/dl-fini.c: Likewise.
7512         * elf/dl-init.c: Likewise.
7513         * elf/dl-load.c: Likewise.
7514         * elf/dl-lookup.c: Likewise.
7515         * elf/dl-reloc.c: Likewise.
7516         * elf/dl-version.c: Likewise.
7517         * elf/do-lookup.h: Likewise.
7518         * sysdeps/arm/dl-machine.h: Likewise.
7519         * sysdeps/cris/dl-machine.h: Likewise.
7520         * sysdeps/hppa/dl-machine.h: Likewise.
7521         * sysdeps/i386/dl-machine.h: Likewise.
7522         * sysdeps/m68k/dl-machine.h: Likewise.
7523         * sysdeps/powerpc/dl-machine.h: Likewise.
7524         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7525         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7526         * sysdeps/sh/dl-machine.h: Likewise.
7527         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7528         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7529         * sysdeps/x86_64/dl-machine.h: Likewise.
7530         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7531         _dl_argv[0].  Use INTUSE with _dl_argv.
7532         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7533         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7534
7535 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7536
7537         * elf/rtld.c (_rtld_global): Remove .protected.
7538         (_rtld_local): Strong alias to _rtld_global.
7539         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7540         only .os object.
7541         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7542         _rtld_local instead of _rtld_global.
7543         (_rtld_local): Add hidden extern, possibly in .sdata section.
7544         * configure.in: Add tests for visibility attribute and .sdata.
7545         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7546         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7547         * sysdeps/arm/dl-machine.h: Likewise.
7548         * sysdeps/generic/ldsodefs.h: Likewise.
7549         * sysdeps/hppa/dl-machine.h: Likewise.
7550         * sysdeps/cris/dl-machine.h: Likewise.
7551         * sysdeps/i386/dl-machine.h: Likewise.
7552         * sysdeps/ia64/dl-machine.h: Likewise.
7553         * sysdeps/m68k/dl-machine.h: Likewise.
7554         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7555         * sysdeps/mips/dl-machine.h: Likewise.
7556         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7557         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7558         * sysdeps/sh/dl-machine.h: Likewise.
7559         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7560         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7561         * sysdeps/x86_64/dl-machine.h: Likewise.
7562
7563 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7564
7565         * login/login.c (login): Always initialize ut_line field
7566         [PR libc/2991].
7567
7568 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7569
7570         * sysdeps/i386/Makefile (sysdep_routines): Add
7571         divdi3 in csu dir.
7572         (shared-only-routines): Likewise.
7573         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7574         (shared-only-routines): Likewise.
7575         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7576         (shared-only-routines): Likewise.
7577         * sysdeps/wordsize-32/divdi3.c: New file.
7578
7579 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7580
7581         * locale/iso-4217.def: Remove obsolete currencies for countries
7582         with Euro.
7583
7584 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7585
7586         * posix/regcomp.c (regcomp): Remove a redundant condition.
7587         (init_word_char): Add a check on malloc failure.
7588         (create_initial_state): Likewise.
7589         (duplicate_node): Likewise.
7590         (calc_eclosure): Likewise.
7591         (calc_eclosure_iter): Likewise.
7592         (parse_expression): Likewise.
7593         (parse_bracket_exp): Remove unnecessary malloc invocations.
7594         (build_equiv_class): Likewise.
7595         (build_charclass): Likewise.
7596         * posix/regex_internal.c (re_node_set_intersect): Add a check
7597         on malloc failure.
7598         (re_node_set_add_intersect): Likewise.
7599         (re_node_set_merge): Likewise.
7600         (re_acquire_state): Likewise.
7601         (re_acquire_state_context): Likewise.
7602         (create_newstate_common): Likewise.
7603         (register_state): Likewise.
7604         (create_ci_newstate): Likewise.
7605         (create_cd_newstate): Likewise.
7606         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7607         and re_acquire_state_context.
7608         * posix/regexec.c (regexec): Suit it to the error handling of
7609         re_search_internal.
7610         (re_match): Likewise.
7611         (re_search): Likewise.
7612         (re_search_internal): Add a check on malloc failure.
7613         (acquire_init_state_context): Likewise.
7614         (check_matching): Likewise.
7615         (proceed_next_node): Likewise.
7616         (set_regs): Likewise.
7617         (sift_states_backward): Likewise.
7618         (sift_states_iter_bkref): Likewise.
7619         (add_epsilon_backreference): Likewise.
7620         (transit_state): Likewise.
7621         (transit_state_sb): Likewise.
7622         (transit_state_mb): Likewise.
7623         (transit_state_bkref_loop): Likewise.
7624         (build_trtable): Likewise.
7625         (group_nodes_into_DFAstates): Likewise.
7626         (match_ctx_init): Likewise.
7627         (match_ctx_add_entry): Likewise.
7628
7629 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7630
7631         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7632         l_libname if profiling is enabled [PR libc/2916].
7633
7634         * sysdeps/ia64/dl-tls.h: New file.
7635
7636 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7637
7638         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7639         Work around an Alpha gas bug.
7640
7641 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7642
7643         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7644         uses read to load the catalog.
7645         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7646
7647 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7648
7649         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7650         regex_internal.c, and regex_internal.h.
7651         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7652         * posix/regex.c: Complete rewrite.
7653         * posix/regexec.c: New file.
7654         * posix/regcomp.c: New file.
7655         * posix/regex_internal.c: New file.
7656         * posix/regex_internal.h: New file.
7657         * posix/regex.h (RE_ICASE): New macro.
7658         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7659
7660         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7661         ungetwc.  It's a macro.
7662         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7663         implementation.
7664         Reported by Jason Merrill <jason@redhat.com>.
7665
7666 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7667
7668         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7669         position to fp->_offset if it is set.
7670         * stdio-common/Makefile (tests): Add tst-fdopen.
7671         * stdio-common/tst-fdopen.c: New test.
7672
7673 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7674
7675         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7676         * stdio-common/tst-ungetc.c (main): Add another test.
7677
7678 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7679
7680         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7681         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7682         aliases.  Add prototypes for the new aliases.
7683         * assert/assert.c: Likewise.
7684         * include/libc-symbols.h: Likewise.
7685         * include/stdio.h: Likewise.
7686         * include/netinet/in.h: Likewise.
7687         * include/rpc/auth.h: Likewise.
7688         * include/rpc/auth_unix.h: Likewise.
7689         * include/rpc/key_prot.h: Likewise.
7690         * include/rpc/pmap_prot.h: Likewise.
7691         * include/rpc/pmap_rmt.h: Likewise.
7692         * include/rpc/rpc_msg.h: Likewise.
7693         * include/rpc/xdr.h: Likewise.
7694         * inet/gethstbyad_r.c: Likewise.
7695         * inet/gethstbynm2_r.c: Likewise.
7696         * inet/gethstbynm_r.c: Likewise.
7697         * inet/gethstent_r.c: Likewise.
7698         * inet/in6_addr.c: Likewise.
7699         * libio/__fpurge.c: Likewise.
7700         * libio/filedoalloc.c: Likewise.
7701         * libio/fileops.c: Likewise.
7702         * libio/ftello.c: Likewise.
7703         * libio/ftello64.c: Likewise.
7704         * libio/genops.c: Likewise.
7705         * libio/iofclose.c: Likewise.
7706         * libio/iofdopen.c: Likewise.
7707         * libio/iofflush.c: Likewise.
7708         * libio/iofflush_u.c: Likewise.
7709         * libio/iofgetpos.c: Likewise.
7710         * libio/iofgetpos64.c: Likewise.
7711         * libio/iofgets.c: Likewise.
7712         * libio/iofgets_u.c: Likewise.
7713         * libio/iofopen.c: Likewise.
7714         * libio/iofopncook.c: Likewise.
7715         * libio/iofputs.c: Likewise.
7716         * libio/iofread.c: Likewise.
7717         * libio/iofread_u.c: Likewise.
7718         * libio/iofsetpos.c: Likewise.
7719         * libio/iofsetpos64.c: Likewise.
7720         * libio/ioftell.c: Likewise.
7721         * libio/iofwrite.c: Likewise.
7722         * libio/iogetline.c: Likewise.
7723         * libio/iogets.c: Likewise.
7724         * libio/iogetwline.c: Likewise.
7725         * libio/iolibio.h: Likewise.
7726         * libio/iopadn.c: Likewise.
7727         * libio/iopopen.c: Likewise.
7728         * libio/ioseekoff.c: Likewise.
7729         * libio/ioseekpos.c: Likewise.
7730         * libio/iosetbuffer.c: Likewise.
7731         * libio/iosetvbuf.c: Likewise.
7732         * libio/ioungetc.c: Likewise.
7733         * libio/ioungetwc.c: Likewise.
7734         * libio/iovdprintf.c: Likewise.
7735         * libio/iovsprintf.c: Likewise.
7736         * libio/iovsscanf.c: Likewise.
7737         * libio/libioP.h: Likewise.
7738         * libio/memstream.c: Likewise.
7739         * libio/obprintf.c: Likewise.
7740         * libio/oldfileops.c: Likewise.
7741         * libio/oldiofclose.c: Likewise.
7742         * libio/oldiofdopen.c: Likewise.
7743         * libio/oldiofgetpos.c: Likewise.
7744         * libio/oldiofgetpos64.c: Likewise.
7745         * libio/oldiofopen.c: Likewise.
7746         * libio/oldiofsetpos.c: Likewise.
7747         * libio/oldiofsetpos64.c: Likewise.
7748         * libio/oldiopopen.c: Likewise.
7749         * libio/oldstdfiles.c: Likewise.
7750         * libio/putc.c: Likewise.
7751         * libio/setbuf.c: Likewise.
7752         * libio/setlinebuf.c: Likewise.
7753         * libio/stdfiles.c: Likewise.
7754         * libio/stdio.c: Likewise.
7755         * libio/strops.c: Likewise.
7756         * libio/vasprintf.c: Likewise.
7757         * libio/vscanf.c: Likewise.
7758         * libio/vsnprintf.c: Likewise.
7759         * libio/vswprintf.c: Likewise.
7760         * libio/wfiledoalloc.c: Likewise.
7761         * libio/wfileops.c: Likewise.
7762         * libio/wgenops.c: Likewise.
7763         * libio/wstrops.c: Likewise.
7764         * malloc/mtrace.c: Likewise.
7765         * misc/error.c: Likewise.
7766         * misc/syslog.c: Likewise.
7767         * nss/getXXbyYY_r.c: Likewise.
7768         * nss/getXXent_r.c: Likewise.
7769         * nss/hosts-lookup.c: Likewise.
7770         * stdio-common/getw.c
7771         * stdio-common/printf-prs.c: Likewise.
7772         * stdio-common/printf_fp.c: Likewise.
7773         * stdio-common/printf_size.c: Likewise.
7774         * stdio-common/putw.c: Likewise.
7775         * stdio-common/scanf.c: Likewise.
7776         * stdio-common/sprintf.c: Likewise.
7777         * stdio-common/tmpfile64.c: Likewise.
7778         * stdio-common/vfprintf.c: Likewise.
7779         * stdio-common/vfscanf.c: Likewise.
7780         * stdlib/strfmon.c: Likewise.
7781         * sunrpc/auth_des.c: Likewise.
7782         * sunrpc/auth_none.c: Likewise.
7783         * sunrpc/auth_unix.c: Likewise.
7784         * sunrpc/authdes_prot.c: Likewise.
7785         * sunrpc/authuxprot.c: Likewise.
7786         * sunrpc/clnt_perr.c: Likewise.
7787         * sunrpc/clnt_raw.c: Likewise.
7788         * sunrpc/clnt_tcp.c: Likewise.
7789         * sunrpc/clnt_udp.c: Likewise.
7790         * sunrpc/clnt_unix.c: Likewise.
7791         * sunrpc/key_call.c: Likewise.
7792         * sunrpc/key_prot.c: Likewise.
7793         * sunrpc/openchild.c: Likewise.
7794         * sunrpc/pm_getmaps.c: Likewise.
7795         * sunrpc/pm_getport.c: Likewise.
7796         * sunrpc/pmap_clnt.c: Likewise.
7797         * sunrpc/pmap_prot.c: Likewise.
7798         * sunrpc/pmap_prot2.c: Likewise.
7799         * sunrpc/pmap_rmt.c: Likewise.
7800         * sunrpc/rpc_cmsg.c: Likewise.
7801         * sunrpc/rpc_prot.c: Likewise.
7802         * sunrpc/svc_authux.c: Likewise.
7803         * sunrpc/svc_raw.c: Likewise.
7804         * sunrpc/svc_simple.c: Likewise.
7805         * sunrpc/svc_tcp.c: Likewise.
7806         * sunrpc/svc_udp.c: Likewise.
7807         * sunrpc/svc_unix.c: Likewise.
7808         * sunrpc/xdr.c: Likewise.
7809         * sunrpc/xdr_array.c: Likewise.
7810         * sunrpc/xdr_mem.c: Likewise.
7811         * sunrpc/xdr_rec.c: Likewise.
7812         * sunrpc/xdr_ref.c: Likewise.
7813         * sunrpc/xdr_stdio.c: Likewise.
7814         * sysdeps/generic/_strerror.c: Likewise.
7815         * sysdeps/generic/printf_fphex.c: Likewise.
7816         * sysdeps/generic/tmpfile.c: Likewise.
7817         * sysdeps/gnu/errlist.awk: Likewise.
7818         * sysdeps/gnu/errlist.c: Likewise.
7819
7820         * libio/Makefile (routines): Remove iosprint.
7821         * libio/iosprintf.c: Removed
7822
7823
7824 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7825
7826         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7827         non_dynamic_init and exported now.
7828         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7829         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7830         !SHARED.
7831         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7832         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7833         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7834
7835 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7836
7837         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7838         true in this case.
7839
7840         * locale/iso-639.def: Add language codes for Walloon.
7841
7842         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7843         total number of relocations performed.
7844
7845         * elf/sprof.c (load_profdata): If do_test provide information as
7846         to why loading failed.
7847         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7848         hist_hdr.dimen.
7849
7850         * csu/set-init.c: Moved to...
7851         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7852         * csu/Makefile: Don't compile set-init.
7853         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7854         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7855         to __libc_init.
7856         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7857         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7858         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7859         __libc_init.
7860         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7861         __libc_subinit.
7862
7863 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7864
7865         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7866         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7867         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7868         (_dl_deallocate_tls): New function.
7869         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7870         _dl_deallocate_tls.
7871
7872 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7873
7874         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7875         * stdio-common/tst-fseek.c (main): Add test for this.
7876
7877 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7878
7879         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7880
7881 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7882
7883         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7884         pointer before dereferencing.
7885
7886 2002-02-18  Roland McGrath  <roland@frob.com>
7887
7888         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7889
7890         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7891         Use task_policy in place of task_priority.
7892
7893         * sysdeps/generic/bits/mman.h
7894         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7895         * sysdeps/mach/msync.c: New file.
7896
7897         * sysdeps/mach/powerpc/syscall.S: New file.
7898
7899         * mach/msg.c [MACH_MSG_OVERWRITE]
7900         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7901         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7902
7903         * sysdeps/mach/configure.in: Check for clock.defs to put into
7904         mach_interface_list.
7905         * sysdeps/mach/configure: Regenerated.
7906
7907         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
7908         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
7909         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
7910         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
7911         (mach-shortcuts): Add device_read_overwrite_request,
7912         device_read_overwrite, vm_read_overwrite, thread_switch.
7913
7914         * configure.in (base_machine): Set to $machine by default.
7915         * configure: Regenerated.
7916
7917         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
7918         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
7919         * sysdeps/mach/configure: Regenerated.
7920         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
7921
7922         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
7923
7924         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
7925
7926         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
7927         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
7928
7929 2002-02-17  Roland McGrath  <roland@frob.com>
7930
7931         * sysdeps/mach/hurd/times.c
7932         [NO_CREATION_TIME] (startup_time): New static variable.
7933         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
7934         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
7935         creation_time from task_basic_info.
7936         (__times): Use __gettimeofday instead of __host_get_time.
7937
7938         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
7939         Use untyped Mach IPC message format.
7940
7941         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
7942
7943         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
7944         _S_catch_exception_raise_state_identity,
7945         _hurdsig_fault_catch_exception_raise_state,
7946         _hurdsig_fault_catch_exception_raise_state_identity.
7947
7948         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
7949
7950         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
7951         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
7952
7953         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
7954         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
7955
7956         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
7957         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
7958         them as no-op macros.
7959         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
7960         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
7961
7962         * sysdeps/powerpc/dl-machine.h
7963         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
7964
7965         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
7966         Use untyped Mach IPC message format.
7967
7968         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
7969         Handle untyped Mach IPC message formats.
7970
7971         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
7972         Expect different argument conventions when this is defined.
7973         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
7974         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
7975         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
7976         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
7977         for OSF Mach variant.
7978         (faulted): Use mig_reply_error_t for REPLY.
7979         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
7980         in __thread_set_exception_ports call.
7981         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
7982         __mach_port_set_attributes in place of __mach_port_set_qlimit.
7983
7984         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
7985         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
7986         on Darwin, which includes bogons.
7987
7988         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
7989         variable LOADBASE so it's not declared when it's not used.
7990
7991 2002-02-16  Roland McGrath  <roland@frob.com>
7992
7993         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
7994         to use BI.creation_time.
7995
7996         * mach/Machrules (MIG): Add -x c to CPP value passed down.
7997
7998         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
7999         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8000         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8001         host_page_size instead of vm_statistics.
8002
8003         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8004         mach_interface.h here, since not all variants use that name.
8005
8006         * sysdeps/mach/configure.in: Add some checks for Mach headers
8007         to ensure a sane installation.
8008         (mach_interface_list): Define this variable by checking for .defs
8009         files found in various variants.
8010         * configure.in (mach_interface_list): AC_SUBST this.
8011         * config.make.in (mach-interface-list): New substituted variable.
8012         * mach/Makefile (user-interfaces): Define this using the value
8013         of $(mach-interface-list) instead of mach, mach4.
8014         Updated other references to mach_interface to use it as well.
8015
8016         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8017
8018         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8019         mig_reply_error_t for OSF Mach variant.
8020
8021         * mach/Makefile (routines): Remove bootprivport.
8022         * mach/bootprivport.c: File removed.  It has never been used.
8023
8024         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8025         Grok the OSF flavor of message format.
8026         (mach_msg_destroy_port): For MAKE_SEND and
8027         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8028         no-senders notification.
8029
8030 2002-02-06  Roland McGrath  <roland@frob.com>
8031
8032         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8033         to here if 2.0 compatibility enabled ...
8034         (libc: GLIBC_2.1.3): ... from here.
8035
8036 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8037
8038         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8039         generation counter.
8040         * elf/dl-close.c (_dl_close): Likewise.
8041
8042 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8043
8044         * elf/Makefile: Add rules to build and run tst-tls8.
8045         * elf/tst-tls8.c: New file.
8046         * elf/tst-tlsmod4.c: New file.
8047
8048         * stdlib/test-a64l.c (tests): Add more test cases.
8049
8050         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8051         Reported by Walter Harms <WHarms@bfs.de>.
8052
8053 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8054
8055         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8056         definitions for struct sigcontext.
8057         Suggested by David Mosberger-Tang.
8058
8059 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8060
8061         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8062         for removing reference of module in slotinfo list.
8063         (_dl_close): Use remove_slotinfo.
8064         * sysdeps/generic/dl-tls.c: General pretty printing.
8065         (oom): Define only if SHARED.
8066         (_dl_next_tls_modid): Correct starting point for the case we assume
8067         there is a gap.  Add missing instruction grouping (doh!).  Correct
8068         tests for reaching maximum index.
8069         * elf/Makefile: Add rules to build and run tst-tls7.
8070         * elf/tst-tls7.c: New file.
8071         * elf/tst-tlsmod3.c: New file.
8072
8073         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8074         USE_TLS.
8075         * elf/tst-tlsmod2.c: Likewise.
8076
8077         * elf/dl-close.c (_dl_close): When closing an object using TLS
8078         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8079         true.  Increment dl_tls_generation only if we closed any TLS-using
8080         object.
8081         * elf/tst-tls6.c: New file.
8082         * elf/Makefile: Add rules to build and run tst-tls6.
8083
8084         * po/da.po: Update from translation team.
8085
8086         * locale/categories.def: Fix typo [PR libc/2948].
8087         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8088         [PR libc/2949].
8089         * locale/iso-4217.def: Update from official version [PR libc/2950].
8090         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8091         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8092         message if input is too confusion instead of using assert.
8093         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8094         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8095
8096         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8097         * elf/tst-tls2.c: Likewise.
8098         * elf/tst-tls3.c: Likewise.
8099
8100 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8101
8102         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8103
8104 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8105
8106         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8107         if this is really necessary.
8108
8109         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8110         slotinfo array.
8111         (free_mem): Free memory for the slotinfo array if possible.
8112
8113 2002-02-12  Andreas Schwab  <schwab@suse.de>
8114
8115         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8116
8117 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8118
8119         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8120         TLS_DTV_UNALLOCATE.
8121         (oom): New function.
8122         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8123         (_dl_determine_tlsoffset): Likewise.
8124         (_dl_allocate_tls): Likewise.
8125         (__TLS_GET_ADDR): Define if not already defined.
8126         (_dl_tls_symaddr): New function.
8127         (allocate_and_init): New function.
8128         (__tls_get_addr): Actually implement handling of generation counter
8129         and deferred allocation.
8130         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8131         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8132         _dl_tls_generation.
8133         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8134         Declare _dl_tls_symaddr.
8135         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8136         SHARED.
8137         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8138         l_tls_previmage.
8139         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8140         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8141         (_dl_vsym): Likewise.
8142         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8143         layout.
8144         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8145         nextimage list handling.  Instead add all modules using TLS to
8146         dl_tls_dtv_slotinfo_list.
8147         * elf/dl-open.c (dl_open_worker): After successfully loading all
8148         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8149         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8150         empty segment don't do anything.  Remove handling of initimage list.
8151         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8152         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8153         * elf/dl-minimal.c: Define __libc_memalign.
8154         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8155         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8156         _dl_tls_generation.
8157         * include/stdlib.h: Declare __libc_memalign.
8158
8159         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8160         * elf/tst-tls4.c: New file.
8161         * elf/tst-tls5.c: New file.
8162         * elf/tst-tlsmod2.c: New file.
8163
8164         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8165
8166         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8167
8168         * elf/tst-tls1.c: Use test-skeleton.c.
8169         * elf/tst-tls2.c: Likewise.
8170         * elf/tst-tls3.c: Likewise.
8171
8172         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8173
8174 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8175
8176         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8177
8178 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8179
8180         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8181
8182         * elf/tst-tls3.c: New file.
8183         * elf/tst-tlsmod1.c: New file.
8184         * elf/Makefile: Add rules to build and run tst-tls3.
8185
8186         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8187         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8188         TLS relocations.
8189
8190         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8191
8192         * po/fr.po: Update from translation team.
8193
8194         * elf/tls-macros.h: Add alternative macros for use in PIC.
8195
8196         * elf/dl-lookup.c: Include <tls.h>.
8197         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8198
8199         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8200         required by passing pointer to last element of the list.
8201
8202         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8203         l_tls_initimage to a place where it actually is performed.
8204
8205         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8206         after globfree() calls.
8207
8208         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8209         (openaux): Pass open_mode as new last argument to _dl_map_object.
8210         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8211         open_mode element of args variable with it.
8212         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8213         _dl_map_object_deps.
8214         * elf/rtld.c (dl_main): Add zero as last parameter to
8215         _dl_map_object_deps call.
8216         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8217         * elf/nodlopen2.c: New file.
8218         * elf/nodlopenmod2.c: New file.
8219         * elf/Makefile: Add rules to build and run nodlopen2.
8220
8221         * elf/tst-tls1.c: Move TLS helper macros to...
8222         * elf/tls-macros.h: ...here.  New file.
8223         * elf/tst-tls2.c: New file.
8224         * elf/Makefile (tests): Add tst-tls2.
8225         (distribute): Add tls-macros.h.
8226
8227         * po/sv.po: Update from translation team.
8228
8229         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8230         architecture specific definitions from the actual test code.
8231
8232         * po/tr.po: Update from translation team.
8233
8234 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8235
8236         * elf/Makefile (tests): Add tst-tls1.
8237         * elf/tst-tls1.c: New file.
8238
8239         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8240         alignment of TCB for now.
8241
8242         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8243         initialization image for the application itself.
8244
8245         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8246         loop to initialize TLS block.
8247
8248 2002-02-08  Richard Henderson  <rth@redhat.com>
8249
8250         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8251         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8252
8253         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8254
8255 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8256
8257         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8258
8259 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8260
8261         * po/ca.po: Update from translation team.
8262         * po/sk.po: Likewise.
8263
8264         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8265         (dl_main): Move dtv/static TLS handling before relocation.
8266         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8267         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8268         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8269         so far uses TLS initialize GL(dl_tls_static_size) and
8270         GL(dl_tls_static_align) to account for the TCB.
8271         (_dl_allocate_tls): New function.
8272         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8273         _dl_initial_dtv_malloced.
8274
8275         * configure.in: Test for __builtin_memset more realistically.
8276
8277         * csu/version.c (banner): If TLS support is available say so.
8278
8279 2002-02-04  H.J. Lu  <hjl@gnu.org>
8280
8281         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8282         __attribute_used__.
8283         (__dl_runtime_resolve): Likewise.
8284
8285         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8286         declaration.
8287
8288 2001-11-15  H.J. Lu  <hjl@gnu.org>
8289
8290         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8291         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8292
8293         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8294
8295 2002-02-07  H.J. Lu  <hjl@gnu.org>
8296
8297         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8298         ".set noreorder".
8299         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8300         Likewise.
8301
8302 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8303
8304         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8305
8306         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8307         ___tls_get_addr_internal.
8308         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8309
8310         * po/ko.po: Update from translation team.
8311
8312 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8313
8314         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8315         attribute, change __pad{1,2} type to unsigned int.
8316         (struct stat64): Remove packed attribute.
8317
8318 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8319
8320         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8321
8322 2002-02-07  Andreas Schwab  <schwab@suse.de>
8323
8324         * configure.in: Fix check for -zcombreloc.
8325
8326 2002-02-06  H.J. Lu  <hjl@gnu.org>
8327
8328         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8329         * configure.in: Check if __builtin_memset really works.
8330         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8331         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8332
8333 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8334
8335         * io/bug-ftw3.c (main): Don't try the test if root.
8336
8337 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8338
8339         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8340         constraints.
8341         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8342         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8343         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8344         Likewise.
8345         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8346         a weak alias for __clone.
8347         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8348         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8349         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8350         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8351         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8352         a weak alias for __mmap64.
8353
8354 2002-02-05  H.J. Lu  <hjl@gnu.org>
8355
8356         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8357         (atomic_add): Likewise.
8358         (compare_and_swap): Likewise.
8359         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8360
8361 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8362
8363         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8364
8365         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8366         alignment of the TCB and store total size and alignment of static
8367         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8368         tls_index is a typedef.
8369         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8370         _dl_tls_static_align.
8371         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8372         * elf/dl-support.c: Define _dl_tls_static_size and
8373         _dl_tls_static_align.
8374
8375 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8376
8377         * configure.in: Add --without-tls option.
8378         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8379         --without-tls is given.
8380
8381         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8382
8383         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8384
8385 2002-02-06  Roland McGrath  <roland@frob.com>
8386
8387         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8388         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8389
8390         * scripts/versions.awk: Improve error message for missing version.
8391         Each version inherits from the last one only if they have the same
8392         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8393         but not GLIBC_x and FOO_y.
8394
8395         * scripts/firstversions.awk: Handle libraries that don't have each
8396         particular version named in the third column of shlib-versions.
8397
8398         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8399
8400 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8401
8402         * Versions.def [ld]: Add GLIBC_2.3.
8403         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8404         * elf/Makefile (dl-routines): Add dl-tls.
8405         (distribute): Add dl-tls.h.
8406         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8407         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8408         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8409         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8410         along with the other info in the link map.  Change queueing of init
8411         images for double linked list.  Use _dl_next_tls_modid to compute
8412         l_tls_modid.
8413         * elf/rtld.c (_dl_start_final): Store alignment requirement
8414         along with the other info in rtld map and executable map.
8415         (dl_main): Add ld.so to the init image list if necessary.  Compute
8416         final module ID with _dl_next_tls_modid.
8417         * include/link.h (struct link_map): Add l_tls_previmage and
8418         l_tls_align.
8419         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8420         * sysdeps/i386/elf/Versions: New file.
8421         * sysdeps/generic/dl-tls.c: New file.
8422         * sysdeps/generic/dl-tls.h: New file.
8423         * sysdeps/i386/dl-tls.h: New file.
8424
8425 2002-02-06  Roland McGrath  <roland@frob.com>
8426
8427         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8428         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8429
8430 2002-01-05  Roland McGrath  <roland@frob.com>
8431
8432         * sysdeps/mach/configure.in: New file.
8433         * sysdeps/mach/configure: New generated file.
8434
8435         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8436         It has never been used by anything.
8437
8438 2002-02-06  H.J. Lu  <hjl@gnu.org>
8439
8440         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8441         is included.
8442
8443 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8444
8445         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8446         attribute((packed)) to counter stupid people misusing gcc options.
8447         (struct stat64): Likewise.
8448
8449 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8450
8451         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8452         the variables which are used as booleans.
8453
8454 2002-02-06  Andreas Jaeger  <aj@suse.de>
8455
8456         * include/libc-symbols.h (INTUSE): Renamed from INT.
8457         * elf/dl-deps.c: Change users.
8458         * sysdeps/generic/dl-sysdep.c: Likewise.
8459         * sysdeps/generic/dl-cache.c: Likewise.
8460         * elf/dl-reloc.c: Likewise.
8461         * elf/rtld.c: Likewise.
8462         * elf/dl-version.c: Likewise.
8463         * elf/dl-load.c: Likewise.
8464         * elf/dl-dst.h: Likewise.
8465         * elf/dl-init.c: Likewise.
8466         * elf/dl-error.c: Likewise.
8467         * elf/dl-fini.c: Likewise.
8468         * elf/dl-runtime.c: Likewise.
8469         * elf/do-lookup.h: Likewise.
8470
8471         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8472         definition.
8473         * stdio-common/_itowa.h: Likewise.
8474
8475 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8476
8477         * elf/dl-minimal.c: Define _itoa_lower_digits.
8478
8479         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8480         DT_FLAGS set.
8481
8482         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8483         loading modules with the DF_STATIC_TLS flag set.
8484         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8485         element.
8486         * include/link.h (struct link_map): Add l_flags field.
8487         * elf/elf.h (DF_STATIC_TLS): New definition.
8488
8489         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8490         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8491
8492         * elf/rtld.c (process_dl_debug): Correct printing help message.
8493         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8494         for %s.
8495
8496         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8497         definition and pass &errno in use of this variable.
8498         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8499
8500 2002-02-04  Andreas Schwab  <schwab@suse.de>
8501
8502         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8503         * locale/programs/charmap-dir.c: Wrap calls that output messages
8504         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8505         * locale/programs/charmap.c: Likewise.
8506         * locale/programs/ld-address.c: Likewise.
8507         * locale/programs/ld-collate.c: Likewise.
8508         * locale/programs/ld-ctype.c: Likewise.
8509         * locale/programs/ld-identification.c: Likewise.
8510         * locale/programs/ld-measurement.c: Likewise.
8511         * locale/programs/ld-messages.c: Likewise.
8512         * locale/programs/ld-monetary.c: Likewise.
8513         * locale/programs/ld-name.c: Likewise.
8514         * locale/programs/ld-numeric.c: Likewise.
8515         * locale/programs/ld-paper.c: Likewise.
8516         * locale/programs/ld-telephone.c: Likewise.
8517         * locale/programs/ld-time.c: Likewise.
8518         * locale/programs/linereader.c: Likewise.
8519         * locale/programs/linereader.h: Likewise.
8520         * locale/programs/localedef.c: Likewise.
8521         * locale/programs/locfile.c: Likewise.
8522         * locale/programs/repertoire.c: Likewise.
8523
8524 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8525
8526         * elf/rtld.c (_dl_start_final): Determine load address to locate
8527         ehdr with GL(dl_rtld_map).l_map_start.
8528
8529         * po/ca.po: Update from translation team.
8530
8531         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8532         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8533         header entry.
8534         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8535         _dl_tls_module_cnt.
8536         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8537
8538 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8539
8540         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8541         * include/link.h (struct link_map): Add various members for TLS
8542         information.
8543         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8544         _rtld_tlsoffset, add _dl_initimage_list.
8545         * sysdeps/i386/dl-lookupcfg.h: New file.
8546         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8547         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8548         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8549         is used.
8550
8551         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8552         unused.
8553
8554         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8555         thread-pointer as soon as possible.
8556         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8557         elements in rtld_global.
8558         * sysdeps/generic/tls.h: New file.
8559         * elf/Makefile (distribute): Add tls.h.
8560         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8561         relocations.  Not complete yet.
8562
8563         * resolv/resolv.h: Allow user to define __need_res_state and only
8564         define __res_start structure then.
8565         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8566
8567         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8568         dl_cpuclock_offset initialization to _dl_start_final.
8569         (_dl_show_auxv): Avoid unnecessary sign extension.
8570         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8571
8572 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8573
8574         * config.h.in: Add HAVE_TLS_SUPPORT.
8575         * sysdeps/i386/elf/configure.in: New file.
8576
8577 2002-02-03  Andreas Schwab  <schwab@suse.de>
8578
8579         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8580         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8581
8582 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8583
8584         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8585         alloca if the memory reqirements are too high.
8586
8587 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8588
8589         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8590         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8591         the former is available anyway and speed isn't important here.
8592         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8593         * elf/dl-version.c (match_symbol): Likewise.
8594         (_dl_check_map_versions): Likewise.
8595         * elf/rtld.c (process_envvars): Likewise.
8596         (print_statistics): Likewise.
8597         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8598         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8599         bases.  Add assert to catch uses of unimplemented features.
8600         (__strsep): Add assert to catch uses of unimplemented features.
8601         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8602         and avoid inline optimization.
8603         * elf/rtld.c (process_envvars): Likewise.
8604         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8605         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8606         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8607
8608 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8609
8610         * stdio-common/_itoa.h: Minor simplifications of the code.
8611         * stdio-common/_itoa.c: Likewise.
8612
8613         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8614         instead of _dl_printf for debugging info output.
8615
8616         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8617         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8618
8619 2002-02-01  H.J. Lu  <hjl@gnu.org>
8620
8621         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8622         (atomic_add): Likewise.
8623         (compare_and_swap): Return 0 only when failed to compare. Use
8624         branch likely.
8625
8626         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8627         branch likely.
8628
8629 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8630
8631         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8632
8633 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8634
8635         * elf/dl-minimal.c (__strsep): New minimal implementation.
8636
8637 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8638
8639         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8640         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8641         with tm_isdst > 0 when the requested time falls within a
8642         spring-forward gap [PR libc/2894].
8643
8644 2002-02-03  Andreas Schwab  <schwab@suse.de>
8645
8646         * stdio-common/tst-rndseek.c: Increase timeout.
8647
8648 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8649
8650         Change ld.so to not use functions which are exported.  One cannot
8651         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8652         definitions.
8653         * include/libc-symbols.h: Define INT and INTDEF.
8654         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8655         _dl_signal_error_internal, _dl_map_object_internal,
8656         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8657         _dl_lookup_versioned_symbol_internal,
8658         _dl_relocate_object_internal, _dl_debug_state_internal,
8659         _dl_start_profile_internal, and _dl_unload_cache_internal.
8660         * include/dlfcn.h: Declare _dl_catch_error_internal.
8661         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8662         above.  Add INTDEF to function definitions.
8663         * elf/dl-debug.c: Likewise.
8664         * elf/dl-deps.c: Likewise.
8665         * elf/dl-dst.h: Likewise.
8666         * elf/dl-error.c: Likewise.
8667         * elf/dl-fini.c: Likewise.
8668         * elf/dl-init.c: Likewise.
8669         * elf/dl-load.c: Likewise.
8670         * elf/dl-lookup.c: Likewise.
8671         * elf/dl-misc.c: Likewise.
8672         * elf/dl-open.c: Likewise.
8673         * elf/dl-profile.c: Likewise.
8674         * elf/dl-reloc.c: Likewise.
8675         * elf/dl-runtime.c: Likewise.
8676         * elf/dl-version.c: Likewise.
8677         * elf/do-lookup.h: Likewise.
8678         * sysdeps/generic/dl-cache.c: Likewise.
8679         * sysdeps/generic/dl-sysdep.c: Likewise.
8680         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8681         instead of _dl_init.
8682         * sysdeps/arm/dl-machine.h: Likewise.
8683         * sysdeps/cris/dl-machine.h: Likewise.
8684         * sysdeps/hppa/dl-machine.h: Likewise.
8685         * sysdeps/i386/dl-machine.h: Likewise.
8686         * sysdeps/ia64/dl-machine.h: Likewise.
8687         * sysdeps/m68k/dl-machine.h: Likewise.
8688         * sysdeps/mips/dl-machine.h: Likewise.
8689         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8690         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8691         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8692         * sysdeps/sh/dl-machine.h: Likewise.
8693         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8694         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8695         * sysdeps/x86_64/dl-machine.h: Likewise.
8696         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8697
8698         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8699         and _dl_debug_initialize.
8700
8701         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
8702         more information.
8703         * elf/rtld.c (dl_main): Avoid strrchr.
8704         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8705         result of readlink.  Search from the back for '/'.
8706
8707         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8708         strncpy if possible.
8709
8710         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
8711         strncmp.
8712         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
8713         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8714         strspn, and strcspn.
8715         (process_envvars): Don't use strcspn.
8716
8717         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8718         (_dl_dst_substitute): Likewise.
8719
8720 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8721
8722         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8723         code which is never used when relocating ld.so itself.
8724
8725         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8726         starting ld.so itself.  Move l_addr variable initialization closer
8727         to use.
8728         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8729
8730 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8731
8732         * Versions.def (libc): Add GLIBC_PRIVATE.
8733         (libdb, libnss_db, libdb1): Remove.
8734         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8735         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8736         (libpthread): Add GLIBC_PRIVATE.
8737         (libresolv): Likewise, remove GLIBC_2.1.
8738         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8739         GLIBC_2.2.3, GLIBC_2.3.
8740         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8741         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8742         _dl_sym, _dl_vsym): Likewise.
8743         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8744         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8745         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8746         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8747         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8748         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8749         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8750         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8751         Likewise.
8752         (_dl_object_relocation_scope): Remove.
8753         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8754         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8755         __gconv_cache): Move to GLIBC_PRIVATE.
8756         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8757         __internal_setnetgrent): Likewise.
8758         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8759         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8760         * locale/Versions (__collate_element_hash, __collate_element_strings,
8761         __collate_symbol_classes, __collate_symbol_hash,
8762         __collate_symbol_strings, _nl_current_LC_COLLATE,
8763         _nl_current_LC_CTYPE): Likewise.
8764         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8765         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8766         (libnss_nis, libnss_nisplus): Likewise.
8767         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8768         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8769         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8770         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8771         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8772         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8773         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8774         __ns_get16, __ns_samename): Likewise.
8775         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8776         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8777         GLIBC_PRIVATE.
8778         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8779         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8780         __libc_connect): Likewise.
8781         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8782         Likewise.
8783         * stdlib/Versions (__libc_system): Likewise.
8784         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8785         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8786         * sysdeps/ia64/fpu/Versions: Likewise.
8787         * sysdeps/ia64/Versions: Likewise.
8788         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8789         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8790         to GLIBC_PRIVATE.
8791         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8792         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8793         __libc_sigaction): Likewise.
8794         * termios/Versions (__libc_tcdrain): Likewise.
8795
8796         * misc/sys/cdefs (__attribute_noinline__): Define.
8797         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8798         __attribute_noinline__.
8799
8800         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8801         * elf/dl-xstat64.c: New file.
8802         * elf/dl-fxstat64.c: New file.
8803         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8804         don't export __fxstat64 at multiple versions.
8805         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8806         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8807
8808 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8809
8810         * locale/program/ld-collate.c (collate_finish): Assign a wide
8811         char collation sequence value to multi character collating
8812         elements, and avoid over writing by non-character elements.
8813
8814 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8815
8816         * elf/Makefile (distribute): Add dl-procinfo.c.
8817         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8818         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8819
8820 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8821
8822         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8823         definition.
8824         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8825         _rtld_global struct.
8826         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8827         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8828         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8829         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8830         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8831         _dl_fpu_control_set): Remove unused externs.
8832         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8833         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8834         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8835         related variables in _rtld_global struct.
8836         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8837         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8838         unused extern.
8839
8840 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8841
8842         * sysdeps/generic/dl-procinfo.c: New file.
8843
8844 2002-02-01  Andreas Schwab  <schwab@suse.de>
8845
8846         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8847
8848 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8849
8850         * elf/rtld.c (_dl_start): Mark as internal_function.
8851         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8852         in register.
8853         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8854         General pretty printing.
8855
8856 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8857
8858         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8859         * elf/dl-reloc.c: Pretty printing.
8860         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8861         procinfo-related variables in rtld_global struct.
8862         * elf/dl-support.c: Likewise.
8863         * elf/rtld.c: Likewise.
8864         * sysdeps/i386/i686/Makefile: Likewise.
8865         * sysdeps/i386/i686/hp-timing.c: Likewise.
8866         * sysdeps/i386/i686/hp-timing.h: Likewise.
8867         * sysdeps/ia64/Makefile: Likewise.
8868         * sysdeps/ia64/hp-timing.c: Likewise.
8869         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8870         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8871         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8872         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8873         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8874         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8875         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8876         * sysdeps/x86_64/Makefile: Likewise.
8877
8878         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8879         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8880         _dl_debug_fd to rtld_global.
8881         * elf/Versions: Likewise.
8882         * elf/dl-close.c: Likewise.
8883         * elf/dl-iteratephdr.c: Likewise.
8884         * elf/dl-lookup.c: Likewise.
8885         * elf/dl-misc.c: Likewise.
8886         * elf/dl-open.c: Likewise.
8887         * elf/dl-support.c: Likewise.
8888         * elf/do-lookup.h: Likewise.
8889         * elf/rtld.c: Likewise.
8890         * sysdeps/generic/dl-cache.c: Likewise.
8891         * sysdeps/generic/dl-sysdep.c: Likewise.
8892         * sysdeps/ia64/Versions: Likewise.
8893         * sysdeps/unix/clock_gettime.c: Likewise.
8894         * sysdeps/unix/clock_settime.c: Likewise.
8895         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8896         * sysdeps/sparc/Versions: Removed.
8897         * sysdeps/i386/i686/Versions : Removed.
8898         * sysdeps/x86_64/Versions: Removed.
8899         * configure.in: Define HAVE_PROTECTED if .protected is available.
8900         * config.h.in: Add entry for HAVE_PROTECTED.
8901
8902 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8903
8904         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8905         code in struct _rtld_global.  Export this struct, remove all
8906         exports for the signal variables.
8907         * sysdeps/arm/dl-machine: Likewise.
8908         * sysdeps/generic/dl-origin: Likewise.
8909         * sysdeps/generic/dl-sysdep: Likewise.
8910         * sysdeps/generic/dl-cache: Likewise.
8911         * sysdeps/hppa/dl-fptr: Likewise.
8912         * sysdeps/hppa/dl-machine: Likewise.
8913         * sysdeps/cris/dl-machine: Likewise.
8914         * sysdeps/i386/dl-machine: Likewise.
8915         * sysdeps/ia64/dl-machine: Likewise.
8916         * sysdeps/m68k/dl-machine: Likewise.
8917         * sysdeps/mach/hurd/dl-sysdep: Likewise.
8918         * sysdeps/mips/mips64/dl-machine: Likewise.
8919         * sysdeps/mips/dl-machine: Likewise.
8920         * sysdeps/powerpc/elf/libc-start: Likewise.
8921         * sysdeps/powerpc/dl-machine: Likewise.
8922         * sysdeps/powerpc/dl-start: Likewise.
8923         * sysdeps/sparc/sparc32/dl-machine: Likewise.
8924         * sysdeps/sparc/sparc64/dl-machine: Likewise.
8925         * sysdeps/sh/dl-machine: Likewise.
8926         * sysdeps/s390/s390-32/dl-machine: Likewise.
8927         * sysdeps/s390/s390-64/dl-machine: Likewise.
8928         * sysdeps/unix/sysv/aix/libc-start: Likewise.
8929         * sysdeps/unix/sysv/aix/start-libc: Likewise.
8930         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
8931         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
8932         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
8933         * sysdeps/x86_64/dl-machine: Likewise.
8934
8935 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8936
8937         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
8938         are too high.
8939
8940 2002-01-31  Andreas Schwab  <schwab@suse.de>
8941
8942         * sysdeps/posix/readv.c: Check for ssize_t overflow.
8943
8944 2002-01-31  Andreas Schwab  <schwab@suse.de>
8945
8946         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
8947         reference to _dl_pagesize.
8948
8949 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
8950
8951         * Versions.def [ld]: Add GLIBC_2.3.
8952         * elf/dl-addr.c: Move global variables for SHARED code in struct
8953         _rtld_global.  Export this struct, remove all exports for the
8954         signal variables.
8955         * elf/dl-close.c: Likewise.
8956         * elf/dl-conflict.c: Likewise.
8957         * elf/dl-debug.c: Likewise.
8958         * elf/dl-deps.c: Likewise.
8959         * elf/dl-dst.h: Likewise.
8960         * elf/dl-error.c: Likewise.
8961         * elf/dl-fini.c: Likewise.
8962         * elf/dl-init.c: Likewise.
8963         * elf/dl-iteratephdr.c: Likewise.
8964         * elf/dl-libc.c: Likewise.
8965         * elf/dl-load.c: Likewise.
8966         * elf/dl-lookup.c: Likewise.
8967         * elf/dl-minimal.c: Likewise.
8968         * elf/dl-object.c: Likewise.
8969         * elf/dl-open.c: Likewise.
8970         * elf/dl-profile.c: Likewise.
8971         * elf/dl-profstub.c: Likewise.
8972         * elf/dl-reloc.c: Likewise.
8973         * elf/dl-runtime.c: Likewise.
8974         * elf/dl-support.c: Likewise.
8975         * elf/dl-sym.c: Likewise.
8976         * elf/dl-version.c: Likewise.
8977         * elf/do-lookup.h: Likewise.
8978         * elf/do-rel.h: Likewise.
8979         * elf/dynamic-link.h: Likewise.
8980         * elf/rtld.c: Likewise.
8981         * sysdeps/generic/dl-cache.c: Likewise.
8982         * sysdeps/generic/dl-sysdep.c: Likewise.
8983         * sysdeps/generic/ldsodefs.h: Likewise.
8984         * sysdeps/generic/libc-start.c: Likewise.
8985         * sysdeps/i386/dl-machine.h: Likewise.
8986         * sysdeps/ia64/dl-fptr.c: Likewise.
8987         * sysdeps/ia64/dl-machine.h: Likewise.
8988         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
8989         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8990         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
8991         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
8992         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
8993         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
8994         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
8995         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
8996
8997 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
8998
8999         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9000         to avoid warning
9001         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9002
9003         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9004         SHARED version.
9005         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9006
9007         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9008
9009 2002-01-29  Ben Collins  <bcollins@debian.org>
9010
9011         * string/bits/string2.h (__mempcpy): Protect size arg for
9012         addition when using __builtin_memcpy.
9013
9014 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9015
9016         * stdlib/Makefile (tests): Add tst-qsort.
9017         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9018
9019         * manual/signal.texi (Process Signal Mask): Document that
9020         pthread_sigmask, not sigprocmask, must be used in MT programs.
9021         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9022
9023         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9024         found.
9025         * misc/Makefile (tests): Add tst-hsearch.
9026         * misc/tst-hsearch.c: New file.
9027
9028 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9029
9030         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9031         * malloc/malloc.h: Likewise.
9032         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9033         * malloc/arena.c: New file.
9034         * malloc/hooks.c: New file.
9035         * malloc/tst-mallocstate.c: New file.
9036         * malloc/Makefile: Add new testcase tst-mallocstate.
9037         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9038
9039 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9040
9041         * stdlib/msort.c: Remove last patch.  The optimization violates the
9042         same rule which qsort.c had problems with.
9043
9044 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9045
9046         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9047         to a pivot element that lies outside the array to be sorted, as
9048         ISO C99 requires that the comparison function be called only with
9049         addresses of array elements [PR libc/2880].
9050
9051 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9052
9053         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9054         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9055
9056         * timezone/asia: Update from tzdata2002b.
9057         * timezone/australasia: Likewise.
9058         * timezone/backward: Likewise.
9059         * timezone/europe: Likewise.
9060         * timezone/leapseconds: Likewise.
9061         * timezone/iso3166.tab: Likewise.
9062         * timezone/zone.tab: Likewise.
9063
9064 2002-01-23  Richard Henderson  <rth@redhat.com>
9065
9066         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9067
9068 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9069
9070         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9071         this element [PR libc/2855].
9072
9073         * string/strcoll.c: Handle zero-length arguments specially
9074         [PR libc/2856].
9075
9076 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9077
9078         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9079         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9080         short lengths and constant src.
9081         (strcpy): Don't optimize for gcc 3.0+.
9082         (__stpcpy): For gcc 3.0+, don't use
9083         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9084         for short string literal src.
9085
9086 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9087
9088         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9089         Set for arm, too.
9090
9091 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9092
9093         * manual/llio.texi (Linked Channels, Cleaning Streams):
9094         Make it clearer that a just-opened input stream might need cleaning.
9095
9096 2002-01-21  H.J. Lu  <hjl@gnu.org>
9097
9098         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9099         Don't use label at end of compound statement.
9100
9101 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9102
9103         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9104         Remove test for negative integer arg; sin_pi does it correctly.
9105
9106 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9107
9108         * nscd/Makefile (distribute): Filter out xmalloc.c.
9109
9110 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9111
9112         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9113         Set offset if read end wasn't the buffer end.
9114         (_IO_file_seekoff_mmap): New function.
9115         (_IO_file_xsgetn_mmap): New function.
9116         (_IO_file_jumps_mmap): Use the two new functions.
9117         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9118         != end buffer.
9119         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9120         _IO_file_underflow_mmap.
9121         * libio/iofopen.c: Don't position file descriptor at end of file.
9122         * libio/tst-widetext.c: Improve error messages.
9123         * stdio-common/tst-rndseek.c: Likewise.
9124
9125 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9126
9127         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9128         end of enum for !_GNU_SOURCE.
9129         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9130         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9131         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9132         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9133         values unless _GNU_SOURCE.
9134
9135         * iconvdata/tcvn5712-1.c: Minor cleanups.
9136
9137 2002-01-18  Andreas Schwab  <schwab@suse.de>
9138
9139         * sysdeps/unix/sysv/linux/configure.in
9140         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9141
9142 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9143
9144         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9145         more efficient "Towers of Hanoi" mergesort.
9146         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9147         for generic, sizeof(int) and sizeof(long) variants respectively.
9148
9149 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9150
9151         * manual/syslog.texi (openlog): Describe possible problems with
9152         first parameter.
9153         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9154
9155         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9156         * nscd/connections.c (begin_drop_privileges): New function.
9157         (finish_drop_privileges): New function.
9158         (nscd_init): Call the new functions which also install all groups
9159         for the server user.
9160         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9161         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9162
9163 2002-01-17  H.J. Lu  <hjl@gnu.org>
9164
9165         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9166         `const' from `got'.
9167
9168 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9169
9170         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9171         instructions for pointer operations.
9172         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9173
9174 2002-01-17  Andreas Jaeger  <aj@suse.de>
9175
9176         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9177         __uint128_t build-in.
9178
9179         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9180         PowerPC, sync with 2.2 branch.
9181
9182 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9183
9184         * posix/getconf.c: Update copyright year.
9185         * nss/getent.c: Likewise.
9186         * nscd/nscd_nischeck.c: Likewise.
9187         * iconv/iconvconfig.c: Likewise.
9188         * iconv/iconv_prog.c: Likewise.
9189         * elf/ldconfig.c: Likewise.
9190         * catgets/gencat.c: Likewise.
9191         * csu/version.c: Likewise.
9192         * elf/ldd.bash.in: Likewise.
9193         * elf/sprof.c (print_version): Likewise.
9194         * locale/programs/locale.c: Likewise.
9195         * locale/programs/localedef.c: Likewise.
9196         * nscd/nscd.c (print_version): Likewise.
9197         * debug/xtrace.sh: Likewise.
9198         * malloc/memusage.sh: Likewise.
9199         * malloc/mtrace.pl: Likewise.
9200
9201 2002-01-16  Andreas Schwab  <schwab@suse.de>
9202
9203         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9204         reliably remove "-ia64" from rtld name.
9205
9206 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9207
9208         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9209         Patch by Yu Shao <yshao@redhat.com>.
9210
9211 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9212
9213         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9214         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9215         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9216
9217 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9218
9219         * sysdeps/s390/fpu/libm-test-ulps: Update.
9220
9221 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9222
9223         * elf/elf.h: Update x86 relocations.
9224
9225 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9226
9227         * locale/programs/charmap.c (new_width): Check whether byte
9228         sequences for both ends of range have the same length.
9229
9230 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9231
9232         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9233
9234 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9235
9236         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9237         string literals.
9238         (__full_ieee754_sqrt): Add __attribute_used__.
9239
9240 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9241
9242         * sysdeps/generic/group_member.c (__group_member): Also check
9243         groups[0] [PR libc/2781].
9244
9245 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9246
9247         * Makefile (distribute): Add scripts/cpp.
9248         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9249         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9250         unwind-dw2-fde.h, and dwarf2.h.
9251         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9252         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9253         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9254         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9255
9256 2002-01-07  Roland McGrath  <roland@frob.com>
9257
9258         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9259         volatile on type of ARGC so the compiler doesn't get clever.
9260
9261 2002-01-07  Andreas Jaeger  <aj@suse.de>
9262
9263         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9264         * sysdeps/i386/bits/byteswap.h: Likewise.
9265         * sysdeps/ia64/bits/byteswap.h: Likewise.
9266         * sysdeps/m68k/bits/byteswap.h: Likewise.
9267         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9268         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9269
9270 2002-01-02  Bruno Haible  <bruno@clisp.org>
9271
9272         * intl/plural.y: Fix %expect count.
9273
9274 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9275
9276         * elf/Makefile (routines, shared-only-routines): Add
9277         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9278         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9279         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9280         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9281         Optimize if .eh_frame section contains no FDEs.
9282         (__register_frame, __deregister_frame_info_bases,
9283         __deregister_frame): Likewise.
9284         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9285         DW_CFA_restore handling.
9286
9287 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9288
9289         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9290
9291         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9292         for x < 0.25 and restore original range reduction method.
9293         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9294
9295 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9296
9297         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9298         (_IO_file_close_mmap): New function.
9299         (_IO_file_jumps_mmap): New variable.
9300         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9301         trying to convert rest of byte buffer.
9302         (_IO_wfile_underflow_mmap): New function.
9303         (_IO_wfile_jumps_mmap): New variable.
9304         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9305         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9306         (_IO_new_fopen): Call __fopen_internal.
9307         * libio/iofopen64.c: Just call __fopen_internal.
9308         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9309         successfully.
9310         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9311         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9312         _IO_file_close_mmap.
9313
9314         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9315         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9316
9317         * stdio-common/Makefile (tests): Add tst-rndseek.
9318         * stdio-common/tst-rndseek.c: New file.
9319
9320 2002-01-05  Roland McGrath  <roland@frob.com>
9321
9322         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9323         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9324         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9325         * sysdeps/mach/hurd/configure: Regenerated.
9326
9327 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9328
9329         * elf/elf.h: Add more TLS definitions.
9330
9331 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9332
9333         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9334
9335 2002-01-02  Roland McGrath  <roland@frob.com>
9336
9337         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9338         __sigisemptyset.  Don't use MASK uninitialized.
9339
9340         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9341         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9342         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9343         __sigdelset, __sigaddset, __sigorset.
9344
9345         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9346         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9347
9348         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9349         _hurd_ports is null.
9350
9351         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9352         for old CMU and new OSF Mach interface flavors.
9353         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9354         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9355
9356         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9357
9358         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9359         Pass extra arguments to task_create for OSF variant.
9360         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9361
9362         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9363         conditional on [HAVE_AUX_VECTOR].
9364
9365         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9366         mach_msg_timeout_t as type of final argument.
9367
9368         * hurd/privports.c (__get_privileged_ports):
9369         Change host_priv_t to mach_port_t in argument type.
9370         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9371         Update decls.
9372
9373         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9374         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9375         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9376         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9377         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9378         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9379
9380 2002-01-01  Roland McGrath  <roland@frob.com>
9381
9382         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9383
9384 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9385
9386         * include/stdlib.h: Define inlines for the _l variants of the strto*
9387         functions.
9388
9389 2002-01-01  Roland McGrath  <roland@frob.com>
9390
9391         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9392
9393         * mach/Machrules (MIG): Set CPP as well as CC.
9394
9395 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9396
9397         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9398         locale to parse /proc/loadavg [PR libc/2760].
9399
9400 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9401
9402         * elf/dl-conflict.c: Include sys/param.h.
9403         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9404         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9405         warning.
9406         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9407         literals to avoid warnings.
9408
9409 2001-12-31  Andreas Jaeger  <aj@suse.de>
9410
9411         * configure.in: Don't check for gsed since we do not use it anywhere.
9412
9413 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9414
9415         * io/fts.c: Update from BSD to fix memory leaks.
9416
9417 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9418
9419         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9420         * elf/chroot_canon.c: Likewise.
9421         * elf/dl-object.c: Likewise.
9422         * iconv/iconv_charmap.c: Likewise.
9423         * iconv/iconv_prog.c: Likewise.
9424         * libio/iogetdelim.c: Likewise.
9425         * locale/lc-time.c: Likewise.
9426         * stdlib/canonicalize.c: Likewise.
9427         * sunrpc/svc.c: Likewise.
9428         * sysdeps/generic/glob.c: Likewise.
9429
9430 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9431
9432         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9433         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9434         remove high order bit from the program counter.
9435         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9436
9437 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9438
9439         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9440         unnecessary code and add missing reloc types.
9441         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9442         case for reloc type R_390_NONE.
9443
9444 2001-12-28  Andreas Jaeger  <aj@suse.de>
9445
9446         * io/bug-ftw3.c: Include string.h for prototypes.
9447
9448         * crypt/md5test.c (main): Remove unused variable.
9449
9450         * dlfcn/modstatic.c: Add prototype to avoid warning.
9451
9452 2001-12-26  Roland McGrath  <roland@frob.com>
9453
9454         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9455         check only (SS->pending & MASK) for the signal to return.
9456         From Jeroen Dekkers <jeroen@dekkers.cx>.
9457
9458 2001-12-22  Roland McGrath  <roland@frob.com>
9459
9460         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9461         Use preprocessor #if conditionals instead of `if' to avoid
9462         warnings about divide by zero in dead code.
9463
9464         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9465         _hurd_port_init, and __hurd_self_sigstate.
9466
9467         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9468
9469 2001-12-21  Andreas Jaeger  <aj@suse.de>
9470
9471         * elf/dblloadmod1.c: Add prototype to avoid warning.
9472         * elf/dblloadmod2.c: Likewise.
9473         * elf/dblloadmod3.c: Likewise.
9474         * elf/reldepmod5.c: Likewise.
9475         * elf/reldepmod6.c: Likewise.
9476
9477         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9478         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9479         used on all architectures.
9480
9481         * sunrpc/svc_tcp.c: Add noreturn attribute for
9482         svctcp_rendezvous_abort.
9483         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9484
9485         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9486         to avoid warning.
9487
9488 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9489
9490         * manual/llio.texi (aio_fsync): Fix a typo.
9491         Patch by Tammy Fox <tfox@redhat.com>.
9492
9493 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9494
9495         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9496         stack bias from child stack pointer before passing it to clone syscall.
9497
9498 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9499
9500         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9501         _SC_TZNAME_MAX.
9502         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9503         Reported by Thorsten Kukuk <kukuk@suse.de>.
9504
9505         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9506         add some casts.
9507
9508         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9509
9510 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9511
9512         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9513         conforming: return EBADF if file descriptor is invalid and EINVAL
9514         if file descriptor is no valid tty.
9515         * login/tst-grantpt.c: New file.
9516         * login/Makefile (tests): Add tst-grantpt.
9517
9518 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9519
9520         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9521         different than implemented in last patch.
9522         * io/bug-ftw3.c: Adjust test for changed handling of
9523         inaccessibility of toplevel dir.
9524
9525 2001-12-16  Roland McGrath  <roland@frob.com>
9526
9527         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9528         * grp/initgroups.c (internal_getgrouplist): Likewise.
9529
9530         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9531         `default:' to silence new GCC warning.
9532         Rewrite cast of lvalue to silence new GCC warning.
9533
9534         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9535
9536         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9537         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9538
9539 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9540
9541         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9542         Patch by Stephen R. van den Berg.
9543
9544         * crypt/md5.h: Define md5_uintptr.
9545
9546 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9547
9548         * libio/tst_swprintf.c (main): Add test for string argument with
9549         zero precision.
9550         * stdio-common/Makefile (tests): Add tst-sprintf.
9551         * stdio-common/tst-sprintf.c: New file.
9552
9553 2001-12-13  Andreas Schwab  <schwab@suse.de>
9554
9555         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9556         zero precision with wide character string format.
9557
9558 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9559
9560         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9561         but have a user supplied buffer, return the empty buffer, not NULL.
9562
9563 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9564
9565         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9566         Patch by Eric Sharkey <sharkey@netrics.com>.
9567
9568         * crypt/md5test.c (main): Add test for multiple calls to
9569         __md5_process_bytes to itererate over input string.
9570
9571 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9572
9573         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9574         from __nis_findfastest.  Take timeout value from parameter.
9575         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9576         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9577         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9578
9579 2001-12-12  Andreas Jaeger  <aj@suse.de>
9580
9581         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9582         combreloc test so that it works in this case.
9583
9584         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9585
9586 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9587
9588         * sysdeps/sh/Makefile: New file.
9589         * sysdeps/sh/_mcount.S: New file.
9590         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9591         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9592
9593 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9594
9595         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9596         limitation [PR libc/2564].
9597
9598 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9599
9600         * elf/Makefile (dl-routines): Add conflict.
9601         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9602         (ld.so): Add _begin local symbol.
9603         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9604         Define.
9605         * elf/dl-deps.c (_dl_build_local_scope): New function.
9606         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9607         of all libraries.
9608         * elf/do-rel.h (VALIDX): Define.
9609         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9610         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9611         can be skipped.
9612         * elf/dl-conflict.c: New file.
9613         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9614         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9615         non-NULL.
9616         (_dl_lookup_symbol_skip): Likewise.
9617         (_dl_lookup_versioned_symbol): Likewise.
9618         (_dl_lookup_versioned_symbol_skip): Likewise.
9619         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9620         define to ElfW(Rel).
9621         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9622         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9623         ranges.
9624         Don't adjust address dynamic tags if l_addr is 0.
9625         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9626         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9627         (VALIDX, ADDRIDX): Define.
9628         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9629         (dl_main): Print library list for LD_TRACE_PRELINKING.
9630         If prelinking information can be used, skip relocating libraries and
9631         call _dl_resolve_conflicts instead.
9632         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9633         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9634         if LD_TRACE_PRELINKING.
9635         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9636         + DT_ADDRNUM.
9637         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9638         (DL_DEBUG_PRELINK): Define.
9639         (_dl_resolve_conflicts): Add prototype.
9640
9641         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9642         .plt for prelinked libraries where prelinking info cannot be used.
9643         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9644         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9645         * sysdeps/arm/bits/link.h: New file.
9646         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9647         content of .got[1].
9648         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9649         (ELF_MACHINE_PLT_REL): Define.
9650         (elf_machine_rela, elf_machine_rela_relative): New functions.
9651         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9652         of adjusting it if prelinked and prelinking cannot be used.
9653         * sysdeps/i386/bits/link.h: New file.
9654         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9655         content of .got[1].
9656         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9657         (ELF_MACHINE_PLT_REL): Define.
9658         (elf_machine_rela, elf_machine_rela_relative): New functions.
9659         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9660         of adjusting it if prelinked and prelinking cannot be used.
9661         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9662         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9663         to find out map for R_PPC_JMP_SLOT relocs.
9664         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9665         (OPCODE_BA): Define.
9666         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9667         libraries where prelinking info cannot be used.
9668         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9669         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9670         (elf_machine_rela): Set value to 0 if relocating conflicts.
9671         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9672         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9673         (sparc64_fixup_plt): Fix a typo.
9674         (elf_machine_rela): Set value to 0 if relocating conflicts.
9675         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9676         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9677         libraries where prelinking info cannot be used.
9678         * sysdeps/sh/bits/link.h: New file.
9679         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9680         content of .got[1].
9681         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9682         of adjusting it if prelinked and prelinking cannot be used.
9683         * sysdeps/s390/s390-32/bits/link.h: New file.
9684         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9685         Save original content of .got[1].
9686         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9687         of adjusting it if prelinked and prelinking cannot be used.
9688         * sysdeps/s390/s390-64/bits/link.h: New file.
9689         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9690         Save original content of .got[1].
9691         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9692         of adjusting it if prelinked and prelinking cannot be used.
9693         * sysdeps/x86_64/bits/link.h: New file.
9694         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9695         Save original content of .got[1].
9696         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9697         of adjusting it if prelinked and prelinking cannot be used.
9698
9699 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9700
9701         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9702         where appropriate instead of numbers.  Little optimizations.
9703
9704 2001-12-10  Roland McGrath  <roland@frob.com>
9705
9706         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9707         set it.
9708
9709         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9710         set to GLIBC_2.2.5, not GLIBC_2.2.4.
9711
9712         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9713         Fix conditionals so this is set by default for stdio and not for libio.
9714         * sysdeps/mach/hurd/configure: Regenerated.
9715
9716 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
9717
9718         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9719
9720 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
9721
9722         * io/Makefile (tests): Add bug-ftw3.
9723         * io/bug-ftw3.c: New file.
9724
9725         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9726         matches and GLOB_NOCHECK is set.
9727         * posix/globtest.sh: Correct expected result for NOCHECK test.
9728
9729         * po/ca.po: Update from translation team.
9730
9731 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9732
9733         Implement transliteration of characters in strings of the locale
9734         definitions.
9735         * locale/programs/linereader.c: Adjust for additional parameter to
9736         lr_token.
9737         (get_string): If character <Uxxxx> is not found try to transliterate
9738         it.
9739         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9740         lr_token.  Add const to charmap parameter of all functions.
9741         (find_translit, find_translit2): New functions.
9742         * locale/programs/charmap.c: Adjust for additional parameter to
9743         lr_token.
9744         * locale/programs/repertoire.c: Likewise.
9745         * locale/programs/linereader.h: Likewise.
9746         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9747         parameter of all functions.
9748         * locale/programs/ld-collate.c: Likewise.
9749         * locale/programs/ld-identification.c: Likewise.
9750         * locale/programs/ld-measurement.c: Likewise.
9751         * locale/programs/ld-messages.c: Likewise.
9752         * locale/programs/ld-monetary.c: Likewise.
9753         * locale/programs/ld-name.c: Likewise.
9754         * locale/programs/ld-numeric.c: Likewise.
9755         * locale/programs/ld-paper.c: Likewise.
9756         * locale/programs/ld-paper.c: Likewise.
9757         * locale/programs/ld-telephone.c: Likewise.
9758         * locale/programs/ld-time.c: Likewise.
9759         * locale/programs/locfile.c: Likewise.
9760         * locale/programs/localedef.c: Likewise.
9761         * locale/programs/localedef.h: Likewise.
9762         * locale/programs/locfile.h: Likewise.  Add declaration for
9763         find_translit.
9764         * locale/programs/simple-hash.c: Add const to first parameter of
9765         find_entry, iterate_table, and lookup.
9766         * locale/programs/simple-hash.h: Likewise.
9767         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9768         instead.
9769         * include/locale.h: Define __LC_LAST.
9770         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9771
9772 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9773
9774         * sysdeps/powerpc/Dist: Update for recent FP changes.
9775         * sysdeps/powerpc/fpu/Dist: Likewise.
9776
9777 2001-12-07  Andreas Schwab  <schwab@suse.de>
9778
9779         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9780
9781 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9782
9783         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9784         save/restore functions here.
9785         (libm-support): Don't define these functions here.
9786         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9787         functions here.
9788         * sysdeps/powerpc/fe_nomask.c: Move to...
9789         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9790         * sysdeps/powerpc/fprrest.S: Move to...
9791         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9792         * sysdeps/powerpc/fprsave.S: Move to...
9793         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9794
9795 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9796
9797         * sysdeps/unix/sysv/linux/opensock.c: New file.
9798
9799 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9800
9801         * config.make.in (with-fp): Define from configure.
9802         * configure.in: Substitute with_fp.
9803         * configure: Regenerate.
9804         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9805         specified, and don't change FPU environment.
9806
9807 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9808
9809         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9810         * assert/assert.c: Check result of __asprintf call and don't use
9811         string if it failed.
9812         * assert/assert-perr.c: Likewise.
9813         * inet/rcmd.c: Likewise.
9814         * locale/programs/localedef.c (main): Check result of
9815         construct_output_path and exit if it failed.
9816         (construct_output_path): Check result of asprintf and mkdir calls and
9817         fail if they failed.
9818         * posix/getopt.c: Check result of __asprintf calls and fail if
9819         they failed.
9820         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9821
9822 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9823
9824         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9825         patch.
9826         * sysdeps/generic/strncase.c: Likewise.
9827         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9828
9829 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9830
9831         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9832
9833         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9834         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9835         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9836         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9837         * sysdeps/powerpc/fclrexcpt.c: Move to...
9838         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9839         * sysdeps/powerpc/fpu_control.h: Move to...
9840         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9841
9842 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9843
9844         * iconvdata/ibm1129.h: Remove duplicate mappings.
9845         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9846         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9847         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9848
9849         * timezone/zic.c: Fix handling of turnaround times.
9850         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9851
9852 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9853
9854         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9855         overflow problem.
9856
9857 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9858
9859         * posix/regex.c: For use outside glibc defined bounded pointer
9860         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9861
9862         * iconvdata/Makefile (modules): Add TCVN5712-1.
9863         * iconvdata/TESTS: Add TCVN5712-1.
9864         * iconvdata/gconv-modules: Likewise.
9865         * iconvdata/tcvn5712-1.c: New file.
9866         * iconvdata/testdata/TCVN-5712: New file.
9867         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9868
9869 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9870
9871         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9872
9873 2001-12-02  Roland McGrath  <roland@frob.com>
9874
9875         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9876
9877         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9878         Reported by Jeff Bailey <jbailey@nisa.net>.
9879
9880         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9881         Reported by Jeff Bailey <jbailey@nisa.net>.
9882
9883         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9884         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9885         Reported by Jeff Bailey <jbailey@nisa.net>.
9886
9887 2001-12-01  Roland McGrath  <roland@frob.com>
9888
9889         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9890         missing backslash in test arguments.
9891         * sysdeps/mach/hurd/configure: Regenerated.
9892
9893 2001-11-26  Roland McGrath  <roland@frob.com>
9894
9895         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9896         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9897
9898 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9899
9900         * iconvdata/Makefile (modules): Add ARMSCII-8.
9901         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9902         * iconvdata/armscii-8.c: New file.
9903
9904 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9905
9906         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
9907         don't match, fix {{a,b},c} globbing, clean up.
9908         Patch by Flavio Veloso <flaviovs@magnux.com>.
9909         * posix/globtest.sh: Add new tests.
9910
9911 2001-11-29  Andreas Jaeger  <aj@suse.de>
9912
9913         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
9914         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
9915
9916         * sysdeps/generic/abort.c: Include libioP.h for
9917         _IO_flush_all_lockp prototype.
9918
9919 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
9920
9921         * posix/regex.h: Define __restrict_arr correctly.
9922
9923 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9924
9925         * iconvdata/ibm1163.c: New file.
9926         * iconvdata/ibm1163.h: New file.
9927         * iconvdata/ibm1164.c: New file.
9928         * iconvdata/ibm1164.h: New file.
9929         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
9930         * iconvdata/Makefile: Likewise.
9931         * iconvdata/testdata/IBM1163: New file.
9932         * iconvdata/testdata/IBM1163..UTF8: New file.
9933         * iconvdata/testdata/IBM1164: New file.
9934         * iconvdata/testdata/IBM1164..UTF8: New file.
9935         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9936
9937         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
9938         * iconvdata/ibm1124.h: Likewise.
9939         * iconvdata/ibm1132.h: Likewise.
9940         * iconvdata/ibm1133.h: Likewise.
9941         * iconvdata/ibm1160.h: Likewise.
9942         * iconvdata/ibm1161.h: Likewise.
9943         * iconvdata/ibm1162.h: Likewise.
9944         * iconvdata/ibm856.h: Likewise.
9945         * iconvdata/ibm922.h: Likewise.
9946         * iconvdata/ibm930.h: Likewise.
9947         * iconvdata/ibm932.h: Likewise.
9948         * iconvdata/ibm933.h: Likewise.
9949         * iconvdata/ibm935.h: Likewise.
9950         * iconvdata/ibm937.h: Likewise.
9951         * iconvdata/ibm939.h: Likewise.
9952         * iconvdata/ibm943.h: Likewise.
9953         * iconvdata/ibm930.c: Pretty printing.
9954         * iconvdata/ibm937.c: Avoid access accross array boundary.
9955
9956         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
9957         the current locale's codeset.
9958         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
9959         empty input string.
9960         * iconv/iconv_prog.c: Pass empty strings as default value for to-
9961         and from-charset.  Don't determine locale's charset here.
9962
9963         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
9964         as the old _IO_flush_all but lock only if parameter is nonzero.
9965         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
9966         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
9967         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
9968         if libio is used [PR libc/2575].
9969
9970 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
9971
9972         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
9973         __signbitl): Only define for ISO C99.
9974
9975 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
9976
9977         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
9978         herrnop to NETDB_INTERNAL if we run out of buffer space.
9979
9980 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
9981
9982         * nss/nss_files/files-XXX.c (internal_getent): Correct input
9983         overflow test for platforms with signed char.
9984         Reported by Andrew Haley <aph@cambridge.redhat.com>.
9985
9986 2001-11-28  Bruno Haible  <bruno@clisp.org>
9987
9988         * locale/programs/simple-hash.c (lookup_2): Remove function.
9989         (insert_entry_2): Call lookup instead of lookup_2.
9990
9991 2001-03-04  Bruno Haible  <bruno@clisp.org>
9992
9993         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
9994
9995 2001-10-31  Bruno Haible  <bruno@clisp.org>
9996
9997         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
9998
9999 2001-03-21  Bruno Haible  <bruno@clisp.org>
10000
10001         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10002         chokes on empty macro arguments.
10003         * intl/plural.y: Add #pragma for alloca on AIX 3.
10004
10005 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10006
10007         * intl/dcigettext.c (guess_category_value): Only implement for
10008         glibc.  Otherwise rely on function _nl_locale_name which isn't
10009         present in the glibc sources.
10010
10011 2001-09-24  Bruno Haible  <bruno@clisp.org>
10012
10013         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10014         transliteration when building on a glibc system but outside glibc.
10015
10016 2001-09-22  Bruno Haible  <bruno@clisp.org>
10017
10018         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10019         * intl/dcigettext.c (plural_eval): Remove function, moved to
10020         intl/plural-eval.c.
10021         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10022         Include plural-eval.c.
10023
10024 2001-09-22  Bruno Haible  <bruno@clisp.org>
10025
10026         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10027         don't start with a digit; nplurals must be positive.
10028
10029 2001-09-02  Bruno Haible  <bruno@clisp.org>
10030
10031         * intl/plural-exp.h: New file, extracted from gettextP.h.
10032         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10033         * intl/gettextP.h (struct expression, struct parse_args,
10034         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10035         * intl/loadmsgcat.c: Include plural-exp.h.
10036         (PLURAL_PARSE): Move macro to plural-exp.h.
10037         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10038         plural-exp.c.
10039         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10040         EXTRACT_PLURAL_EXPRESSION.
10041         (_nl_unload_domain): Update.
10042         * intl/dcigettext.c: Include plural-exp.h.
10043         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10044         (FREE_EXPRESSION): Move macro to plural-exp.h.
10045         * intl/Makefile (routines): Add plural-exp.
10046         (distribute): Add plural-exp.h.
10047
10048 2001-07-28  Bruno Haible  <bruno@clisp.org>
10049
10050         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10051         isdigit, tolower argument to 'unsigned char'.
10052         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10053         'unsigned char'.
10054         * intl/localealias.c (read_alias_file): Cast isspace argument to
10055         'unsigned char'.
10056
10057 2001-10-20  Bruno Haible  <bruno@clisp.org>
10058
10059         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10060         anyway.)
10061         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10062         with the variable 'index' in plural_lookup.
10063         * intl/l10nflist.c (strchr): Likewise.
10064         * intl/localealias.c (strchr): Likewise.
10065
10066         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10067         * intl/bindtextdom.c: Likewise.
10068         * intl/dcigettext.c: Likewise.
10069         * intl/dgettext.c: Likewise.
10070         * intl/dngettext.c: Likewise.
10071         * intl/explodename.c: Likewise.
10072         * intl/finddomain.c: Likewise.
10073         * intl/gettext.c: Likewise.
10074         * intl/l10nflist.c: Likewise.
10075         * intl/loadmsgcat.c: Likewise.
10076         * intl/localealias.c: Likewise.
10077         * intl/ngettext.c: Likewise.
10078         * intl/textdomain.c: Likewise.
10079         * intl/gettext.h: Assume <limits.h> exists.
10080
10081 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10082
10083         * stdio-common/Makefile (tests): Add scanf11.
10084         * stdio-common/scanf11.c: New file.
10085
10086 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10087
10088         * version.h (RELEASE): Define as development.
10089         (VERSION): Set to 2.2.90.
10090
10091 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10092
10093         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10094         * nis/nss_nis/nis-grp.c: Likewise.
10095         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10096
10097         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10098         * nis/nss_nis/nis-pwd.c: Likewise.
10099         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10100
10101         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10102         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10103         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10104
10105         * nscd/grpcache.c: Use strtoul instead of atol.
10106         * nscd/pwdcache.c: Likewise.
10107         * nss/getent.c: Likewise.
10108
10109 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10110
10111         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10112         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10113
10114 2001-11-19  Bruno Haible  <bruno@clisp.org>
10115
10116         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10117         90%.
10118         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10119         improves the quality of the hash function, especially for short
10120         strings.
10121
10122 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10123
10124         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10125         are found call conv_error and not input_error [PR libc/2669].
10126
10127         * math/bits/mathcalls.h: Mark ceil and floor as const.
10128         Reported by David Mosberger.
10129
10130 2001-11-21  Jim Meyering  <meyering@lucent.com>
10131
10132         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10133         Define to be __-prefixed.
10134         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10135
10136 2001-11-26  Andreas Jaeger  <aj@suse.de>
10137
10138         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10139         avoid warning.
10140
10141 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10142
10143         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10144         initialization.
10145
10146         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10147         unused variables.  Fix threshold for returning 1.0.
10148
10149         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10150         argument.
10151
10152         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10153         remove unused variables.
10154
10155         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10156
10157         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10158         include local math header files.
10159
10160 2001-11-22  Andreas Jaeger  <aj@suse.de>
10161
10162         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10163         avoid warning.
10164
10165 2001-11-21  Andreas Jaeger  <aj@suse.de>
10166
10167         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10168
10169         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10170         sys/debugreg.h
10171
10172 2001-11-15  Andreas Jaeger  <aj@suse.de>
10173
10174         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10175         compilers that support it.
10176
10177         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10178         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10179         * stdlib/stdlib.h: Likewise.
10180
10181 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10182
10183         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10184         statement with gotos.
10185         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10186
10187 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10188
10189         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10190
10191 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10192
10193         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10194
10195 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10196             H.J. Lu  <hjl@gnu.org>
10197
10198         * Versions.def (libc): Add GCC_3.0.
10199         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10200         if gcc supports this flag.
10201         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10202         (gcc3): Allow glibc to be compiled with gcc 3.x.
10203         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10204         * config.make.in (static-libgcc, unwind-find-fde): Add.
10205         * Makerules (build-shlib-helper, build-module-helper): Use it.
10206         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10207         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10208         necessary.
10209         (_fini): Call __deregister_frame_info_bases if
10210         __register_frame_info_bases was used to register.
10211         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10212         for GLIBC_2.0.
10213         (__register_frame_info_bases, __register_frame_info_table_bases,
10214         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10215         * elf/Makefile (routines): Add unwind-dw2-fde.
10216         (shared-only-routines): Add unwind-dw2-fde.
10217         * sysdeps/alpha/gccframe.h: New file.
10218         * sysdeps/arm/gccframe.h: New file.
10219         * sysdeps/generic/framestate.c: New file.
10220         * sysdeps/generic/dwarf2.h: New file.
10221         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10222         * sysdeps/generic/unwind-dw2-fde.c: New file.
10223         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10224         * sysdeps/generic/unwind-dw2-fde.h: New file.
10225         * sysdeps/generic/unwind-dw2.c: New file.
10226         * sysdeps/generic/unwind-pe.h: New file.
10227         * sysdeps/generic/unwind.h: New file.
10228         * sysdeps/hppa/gccframe.h: New file.
10229         * sysdeps/i386/gccframe.h: New file.
10230         * sysdeps/m68k/gccframe.h: New file.
10231         * sysdeps/mips/gccframe.h: New file.
10232         * sysdeps/powerpc/gccframe.h: New file.
10233         * sysdeps/s390/gccframe.h: New file.
10234         * sysdeps/sh/gccframe.h: New file.
10235         * sysdeps/sparc/gccframe.h: New file.
10236         * sysdeps/vax/gccframe.h: New file.
10237         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10238         Set on all architectures except ia64.
10239         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10240         for i386.
10241         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10242         __deregister_frame_info): Move to elf/Versions.
10243         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10244         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10245         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10246         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10247         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10248         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10249         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10250         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10251         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10252         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10253         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10254         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10255         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10256         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10257         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10258         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10259         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10260         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10261
10262 2001-11-15  Jeff Law  <law@redhat.com>
10263
10264         * posix/regex.c (uintptr_t): Do not provide a definition if the
10265         system provided one.
10266
10267 2001-11-13  Roland McGrath  <roland@frob.com>
10268
10269         * stdio-common/tmpfile.c: Moved to ...
10270         * sysdeps/generic/tmpfile.c: ... here.
10271         * sysdeps/mach/hurd/tmpfile.c: New file.
10272
10273         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10274         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10275         (fopenport): Define as weak alias.
10276
10277         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10278         * libio/libioP.h: ... to here.
10279
10280 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10281
10282         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10283         program header twice.  Construct list with the needed information.
10284
10285 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10286
10287         * po/ca.po: Update from translation team.
10288
10289         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10290         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10291         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10292         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10293
10294 2001-11-10  Andreas Jaeger  <aj@suse.de>
10295
10296         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10297         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10298         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10299
10300 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10301
10302         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10303         correctly.
10304         * elf/dl-load.c (is_dst): New function.
10305         (_dl_dst_count): Use is_dst to check for DST variable.
10306         (_dl_dst_substitute): Likewise.
10307
10308 2001-11-09  Roland McGrath  <roland@frob.com>
10309
10310         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10311         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10312         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10313         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10314         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10315         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10316         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10317         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10318         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10319         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10320         * sysdeps/mach/hurd/powerpc/Dist: New file.
10321
10322         * hurd/privports.c (__get_privileged_ports):
10323         Only contact the proc server if necessary for this call.
10324         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10325         Check error return for mach_port_mod_refs.
10326
10327 2001-11-09  Andreas Schwab  <schwab@suse.de>
10328
10329         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10330
10331 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10332
10333         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10334         object is always the last in the list.
10335         (_dl_map_object_from_fd): Delete code to remove from object list
10336         when DF_1_NOOPEN is seen.  This is done in lose.
10337
10338 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10339
10340         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10341
10342 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10343
10344         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10345         HWCAP_CHECK macro code.
10346
10347         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10348         Now returns MAP_FAILED on error.
10349         * elf/rtld.c: Adjust caller.
10350         * sysdeps/generic/dl-cache.c: Likewise.
10351         * sysdeps/generic/ldsodefs.h: Adjust description.
10352
10353         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10354         (_dl_check_map_versions): Likewise.
10355
10356 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10357
10358         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10359         _dl_signal_error directly, always use lose.  Set fd to -1 after
10360         file is closed.
10361         (lose): Don't call close if fd == -1.
10362
10363 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10364
10365         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10366          Also fix typo @code {mbsinit} to @code{mbsinit}.
10367
10368 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10369
10370         * elf/dl-profile.c: Replace state variable with simple flag named
10371         running.  Remove commented-out code.
10372
10373         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10374         (_dl_init_paths): Likewise.
10375         (_dl_map_object_from_fd): Likewise.
10376         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10377
10378 2001-11-06  Roland McGrath  <roland@frob.com>
10379
10380         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10381         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10382
10383         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10384         sysdeps/powerpc/elf/sysdep.h.
10385         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10386
10387 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10388
10389         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10390         speed.
10391         (process_envvars): Some more optimizations.
10392         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10393
10394         * elf/elf.h: Add dynamic tag definitions for prelinking.
10395
10396         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10397         Rewrite code to remove environment varables for SUID binaries.
10398         Small optimization in LD_PROFILE handling.
10399         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10400         changes.
10401         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10402
10403         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10404
10405         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10406         strings.  Change type of second parameter.
10407         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10408         for last change.
10409
10410         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10411
10412 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10413
10414         * manual/string.texi: Fix typos.
10415         * manual/examples/argp-ex2.c: Likewise.
10416
10417 2001-11-05  Roland McGrath  <roland@frob.com>
10418
10419         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10420         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10421         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10422         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10423         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10424         here, put under [__ELF__].
10425
10426 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10427
10428         * manual/charset.texi: Extensive editing work.
10429         * manual/nss.texi: Likewise.
10430         Changes by Dennis Grace <dgrace@us.ibm.com>.
10431
10432 2001-11-04  Roland McGrath  <roland@frob.com>
10433
10434         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10435         parameter to dir_mkfile.
10436
10437 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10438
10439         * string/bits/string2.h (__strndup): If n is smaller than len, set
10440         len to n + 1.
10441         * string/tester.c (test_strndup): New function.
10442         (main): Call it.
10443
10444 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10445
10446         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10447
10448         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10449         * scripts/cpp: New file.
10450
10451         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10452         for rtld_search_dirs content.  Minor optimizations.
10453
10454 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10455
10456         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10457         avoiding unnecessary duplication.
10458
10459 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10460
10461         * elf/dl-load.c (_dl_map_object): If library was found using
10462         LD_LIBRARY_PATH, don't try RUNPATH list.
10463
10464 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10465
10466         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10467         Correct second argument of register_dump call.
10468         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10469         Likewise.
10470
10471 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10472
10473         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10474         modules.
10475         * iconvdata/TESTS: Likewise.
10476         * iconvdata/gconv-modules: Likewise.
10477         * iconvdata/ibm1132.c: New file.
10478         * iconvdata/ibm1132.h: New file.
10479         * iconvdata/ibm1133.c: New file.
10480         * iconvdata/ibm1133.h: New file.
10481         * iconvdata/ibm1162.c: New file.
10482         * iconvdata/ibm1162.h: New file.
10483         * iconvdata/testdata/IBM1132: New file.
10484         * iconvdata/testdata/IBM1132..UTF8: New file.
10485         * iconvdata/testdata/IBM1133: New file.
10486         * iconvdata/testdata/IBM1133..UTF8: New file.
10487         * iconvdata/testdata/IBM1162: New file.
10488         * iconvdata/testdata/IBM1162..UTF8: New file.
10489         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10490
10491         * string/string.h: Fix typo in comment.
10492         * wcsmbs/wchar.h: Likewise.
10493
10494 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10495
10496         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10497         const in type of longopts parameter.
10498
10499 2001-10-29  Andreas Jaeger  <aj@suse.de>
10500
10501         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10502
10503 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10504
10505         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10506         output, clarify `#' behaviour on 0.
10507         (Floating-Point Conversions): Clarify that %g only uses %e when
10508         the exponent would be greater than 1.
10509
10510 2001-10-28  Roland McGrath  <roland@frob.com>
10511
10512         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10513         * sysdeps/mach/powerpc/machine-sp.h: New file.
10514         * sysdeps/mach/powerpc/sysdep.h: New file.
10515         * sysdeps/mach/powerpc/thread_state.h: New file.
10516
10517         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10518         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10519         expect to need the same thing on every platform.
10520
10521         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10522         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10523
10524         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10525         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10526         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10527         Move all these assembly-related definitions to ...
10528         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10529
10530         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10531         by Peter Bruin <pjbruin@dds.nl>.
10532
10533         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10534         packing results for a `poll' call.
10535
10536 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10537
10538         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10539         correctly.
10540         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10541         bracket expression.
10542
10543         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10544         nrules value.
10545         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10546
10547 2001-10-24  H.J. Lu  <hjl@gnu.org>
10548
10549         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10550         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10551         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10552
10553 2001-10-21  Jim Meyering  <meyering@lucent.com>
10554
10555         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10556         this code would end up calling gettext even in packages built
10557         with --disable-nls.
10558         * posix/getopt.c (_): Likewise.
10559         * posix/regex.c (_): Likewise.
10560
10561 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10562
10563         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10564         lookup not ip6.int.
10565         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10566         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10567
10568 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10569
10570         * misc/sys/cdefs.h (__attribute_used__): Define.
10571         * elf/rtld.c (_dl_start): Add __attribute_used__.
10572         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10573
10574 2001-10-25  Andreas Schwab  <schwab@suse.de>
10575
10576         * stdlib/a64l.c: Expect least significant digit first.
10577         * stdlib/l64a.c: Produce least significant digit first.
10578         * stdlib/Makefile (tests): Add test-a64l.
10579         * stdlib/test-a64l.c: New file.
10580         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10581
10582 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10583
10584         * po/sk.po: Update from translation team.
10585
10586 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10587
10588         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10589
10590 2001-10-18  Andreas Schwab  <schwab@suse.de>
10591
10592         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10593         next whole number.
10594         (print_function_ulps): Likewise.
10595         (print_complex_function_ulps): Likewise.
10596         (print_max_error): Likewise.
10597         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10598
10599 2001-10-16  Andreas Schwab  <schwab@suse.de>
10600
10601         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10602         implementation.
10603
10604         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10605         BSD_SETJMP or BSD__SETJMP is defined, resp.
10606         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10607         a tail call to __sigsetjmp that would require extending the
10608         caller's frame.
10609         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10610         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10611         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10612         Reported by Jes Sorensen <jes@trained-monkey.org>.
10613
10614 2001-10-16  Andreas Jaeger  <aj@suse.de>
10615
10616         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10617         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10618         close PR libc/2589.
10619
10620 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10621
10622         * po/ca.po: New file.  Contributed by the translation team.
10623
10624 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10625
10626         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10627         a varargs prototype.  Remove dependency from kernel header files.
10628
10629         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10630         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10631
10632 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10633
10634         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10635         to generate hexadecimal identifier.
10636         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10637
10638 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10639
10640         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10641
10642 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10643
10644         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10645         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10646         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10647
10648         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10649         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10650         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10651         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10652         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10653         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10654
10655         * timezone/africa: Update from tzdata2001d.
10656         * timezone/asia: Likewise.
10657         * timezone/australasia: Likewise.
10658         * timezone/backward: Likewise.
10659         * timezone/europe: Likewise.
10660         * timezone/leapseconds: Likewise.
10661         * timezone/northamerica: Likewise.
10662         * timezone/southamerica: Likewise.
10663         * timezone/zone.tab: Likewise.
10664
10665 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10666
10667         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10668         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10669
10670 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10671
10672         * elf/elf.h (PT_TLS): New definition.
10673
10674 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10675
10676         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10677         bits/errno.h
10678
10679 2001-10-07  Roland McGrath  <roland@frob.com>
10680
10681         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10682
10683 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10684
10685         * elf/elf.h: Add more ELFOSABI_* constants.
10686
10687 2001-10-04  Ben Collins  <bcollins@debian.org>
10688
10689         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10690         decleration of __need_wchar_t.
10691
10692 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
10693
10694         * string/bits/string2.h (__strsep_g): Add prototype.
10695         (__strsep): Use it.
10696         * string/Versions (__strsep): Remove.
10697         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10698
10699 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
10700
10701         * manua/llio.texi: Clarify file references added by mmap.
10702         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10703
10704 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
10705
10706         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10707         Add sc_loadrs and sc_rbs_bas to match current kernel.
10708
10709 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10710
10711         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10712
10713         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10714
10715 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10716
10717         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10718         object has been bumped because of relocation dependency, avoid
10719         duplicates in l_scope.
10720         (show_scope): Fix typos.
10721         * elf/Makefile: Add rules to build and run reldep6.
10722         * elf/reldep6.c: New file.
10723         * elf/reldep6mod0.c: New file.
10724         * elf/reldep6mod1.c: New file.
10725         * elf/reldep6mod2.c: New file.
10726         * elf/reldep6mod3.c: New file.
10727         * elf/reldep6mod4.c: New file.
10728
10729 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10730
10731         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10732         sparc64_fixup_plt.
10733         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10734         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10735         for non-lazy binding. Fix .plt[32768+] handling.
10736         (elf_machine_plt_value): Don't add addend.
10737         (elf_machine_rela): Call sparc64_fixup_plt instead of
10738         elf_machine_fixup_plt.
10739         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10740         dynamic linker at 0xfffff800XXXXXXXX.
10741
10742         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10743
10744 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10745
10746         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10747
10748 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10749
10750         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10751         declare __cmsg_data field if its size would be bigger than 0.
10752         (CMSG_DATA): Adjust accordingly.
10753         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10754         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10755         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10756         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10757         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10758         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10759         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10760
10761 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10762
10763         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10764         * iconvdata/testdata/IBM1160: New file.
10765         * iconvdata/testdata/IBM1160..UTF8: New file.
10766         * iconvdata/testdata/IBM1161: New file.
10767         * iconvdata/testdata/IBM1161..UTF8: New file.
10768         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10769
10770 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10771
10772         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10773         UL_SETFSIZE computations better.
10774
10775         * rt/Makefile: Remove use of filter for librt again.
10776
10777         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10778         UL_SETFSIZE computations better.
10779
10780         * string/Versions: Export __strsep for GLIBC_2.2.5.
10781         * string/bits/string2.h: Define all __STRING_INLINE functions if
10782         _FORCE_INLINES is defined.
10783         Use int instead of char of parameter types.
10784         (__strsep): Don't use __strsep_g.  Don't define it.
10785         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10786         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10787         __strcpy_small.
10788         (__stpcpy_a_small): Renamed from __stpcpy_small.
10789         (__strcspn_c1): Don't define if _FORCE_INLINES.
10790         (__strspn_c1): Likewise.
10791
10792 2001-09-22  Ben Collins  <bcollins@debian.org>
10793
10794         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10795         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10796         * sysdeps/ia64/bits/sigaction.h: Likewise.
10797         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10798
10799 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10800
10801         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10802
10803 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10804
10805         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10806
10807 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10808
10809         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10810
10811 2001-09-20  H.J. Lu  <hjl@gnu.org>
10812
10813         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10814         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10815         for __RTLD_SPROF.
10816         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10817         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10818
10819 2001-09-20  H.J. Lu  <hjl@gnu.org>
10820
10821         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10822         don't add 1.
10823
10824 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10825
10826         * nss/getent.c: Accept -s parameter to overwrite rules in
10827         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10828
10829         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10830         with as many ".0" as necessary to form a complete address
10831         inet_network understands.
10832
10833         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10834         calls.
10835
10836 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10837
10838         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10839         _JMPBUF_UNWINDS.
10840         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10841
10842 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10843
10844         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10845         IBM1161.
10846         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10847         * iconvdata/ibm1160.c: New file.
10848         * iconvdata/ibm1160.h: New file.
10849         * iconvdata/ibm1161.c: New file.
10850         * iconvdata/ibm1161.h: New file.
10851         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10852
10853 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10854
10855         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10856         difference between base address and first PT_LOAD's virtual address,
10857         not the base address.
10858
10859 2001-09-11  Tom Rix  <trix@redhat.com>
10860
10861         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10862         ifdef for __getopt_clean_environment.
10863         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10864
10865 2001-09-22  Andreas Jaeger  <aj@suse.de>
10866
10867         * elf/reldep4.c (main): Add proper prototype to fix warning.
10868
10869         * elf/reldep5.c (main): Remove unused variable.
10870
10871         * math/math_private.h: Add prototypes.
10872
10873 2001-09-21  Andreas Jaeger  <aj@suse.de>
10874
10875         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10876         * sysdeps/x86_64/Dist: New file.
10877         * sysdeps/x86_64/soft-fp/Dist: New file.
10878
10879         * sysdeps/gnu/Dist: Remove eval.c.
10880
10881 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10882
10883         * malloc/memusage.c (realloc): Don't count already allocated
10884         memory in the sums.
10885         (me): Always use dlsym() to find the real implementations.
10886
10887         * malloc/memusage.sh: Make -n option actually do something.
10888
10889 2001-09-20  Andreas Jaeger  <aj@suse.de>
10890
10891         * elf/elf.h (R_390_NUM): Correct value.
10892
10893         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10894         libpthread.
10895
10896         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10897         for x86-64, install x86-64 into */lib64.
10898
10899         * shlib-versions: Add x86-64.
10900
10901         * elf/elf.h: Add x86-64 relocations.
10902
10903 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10904
10905         * po/fr.po: Update from translation team.
10906
10907 2001-09-19  Andreas Jaeger  <aj@suse.de>
10908
10909         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
10910         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
10911         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
10912         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
10913         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
10914         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
10915         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
10916         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
10917         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
10918         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
10919         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
10920         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
10921         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
10922         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
10923         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
10924         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
10925         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
10926         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
10927         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
10928         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
10929         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
10930         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
10931         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
10932         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
10933         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
10934         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
10935         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
10936         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
10937         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
10938         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
10939         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
10940         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
10941         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
10942         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
10943         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
10944         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
10945         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
10946         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
10947         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
10948         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
10949         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
10950         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
10951         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
10952         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
10953         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
10954         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
10955         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
10956         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
10957         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
10958         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
10959         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
10960         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
10961         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
10962         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
10963         * sysdeps/unix/x86_64/sysdep.S: New file.
10964         * sysdeps/unix/x86_64/sysdep.h: New file.
10965         * sysdeps/x86_64/Implies: New file.
10966         * sysdeps/x86_64/Makefile: New file.
10967         * sysdeps/x86_64/Versions: New file.
10968         * sysdeps/x86_64/__longjmp.S: New file.
10969         * sysdeps/x86_64/abort-instr.h: New file.
10970         * sysdeps/x86_64/atomicity.h: New file.
10971         * sysdeps/x86_64/bits/endian.h: New file.
10972         * sysdeps/x86_64/bits/setjmp.h: New file.
10973         * sysdeps/x86_64/bits/string.h: New file.
10974         * sysdeps/x86_64/bp-asm.h: New file.
10975         * sysdeps/x86_64/bsd-_setjmp.S: New file.
10976         * sysdeps/x86_64/bsd-setjmp.S: New file.
10977         * sysdeps/x86_64/dl-machine.h: New file.
10978         * sysdeps/x86_64/elf/initfini.c: New file.
10979         * sysdeps/x86_64/elf/start.S: New file.
10980         * sysdeps/x86_64/ffs.c: New file.
10981         * sysdeps/x86_64/ffsll.c: New file.
10982         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
10983         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
10984         * sysdeps/x86_64/fpu/e_acosl.c: New file.
10985         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
10986         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
10987         * sysdeps/x86_64/fpu/e_expl.c: New file.
10988         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
10989         * sysdeps/x86_64/fpu/e_log10l.S: New file.
10990         * sysdeps/x86_64/fpu/e_log2l.S: New file.
10991         * sysdeps/x86_64/fpu/e_logl.S: New file.
10992         * sysdeps/x86_64/fpu/e_powl.S: New file.
10993         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
10994         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
10995         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
10996         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
10997         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
10998         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
10999         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11000         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11001         * sysdeps/x86_64/fpu/fegetround.c: New file.
11002         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11003         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11004         * sysdeps/x86_64/fpu/fesetround.c: New file.
11005         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11006         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11007         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11008         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11009         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11010         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11011         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11012         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11013         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11014         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11015         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11016         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11017         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11018         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11019         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11020         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11021         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11022         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11023         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11024         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11025         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11026         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11027         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11028         * sysdeps/x86_64/gmp-mparam.h: New file.
11029         * sysdeps/x86_64/hp-timing.c: New file.
11030         * sysdeps/x86_64/hp-timing.h: New file.
11031         * sysdeps/x86_64/htonl.S: New file.
11032         * sysdeps/x86_64/memusage.h: New file.
11033         * sysdeps/x86_64/setjmp.S: New file.
11034         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11035         * sysdeps/x86_64/stackinfo.h: New file.
11036         * sysdeps/x86_64/sysdep.h: New file.
11037         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11038
11039         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11040         L Moshier.
11041
11042 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11043
11044         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11045         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11046
11047 2001-09-18  Andreas Schwab  <schwab@suse.de>
11048
11049         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11050         list, now that l_scope is a pointer.
11051
11052         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11053         scope list.
11054
11055 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11056
11057         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11058         (elf_machine_rela_relative): Add a missing declaration.
11059
11060 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11061
11062         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11063         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11064         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11065         ldd-rewrite scripts.
11066
11067 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11068
11069         * elf/ldd.bash.in: Update copyright message.
11070
11071 2001-09-17  H.J. Lu  <hjl@gnu.org>
11072
11073         * hurd/hurdmalloc.c (bcopy): Removed.
11074         (realloc): Replace bcopy with memcpy.
11075         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11076         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11077         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11078
11079         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11080         (gethostbyaddr): Likewise.
11081         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11082
11083 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11084
11085         * sysdeps/gnu/eval.c: Removed.
11086
11087 2001-09-18  Andreas Jaeger  <aj@suse.de>
11088
11089         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11090         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11091
11092         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11093         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11094
11095         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11096         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11097
11098 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11099
11100         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11101         nrules value.
11102
11103 2001-09-14  H.J. Lu  <hjl@gnu.org>
11104
11105         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11106
11107 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11108
11109         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11110         Patch by Florian La Roche <laroche@redhat.com>.
11111
11112         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11113
11114         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11115         ETHER_CRC_LEN.
11116
11117 2001-09-14  Andreas Schwab  <schwab@suse.de>
11118
11119         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11120         Sumner <bls@sgi.com>.
11121         * posix/execlp.c: Likewise.
11122
11123 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11124
11125         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11126         is already found earlier in the search scope.
11127
11128 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11129
11130         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11131         filter.
11132
11133 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11134
11135         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11136
11137 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11138
11139         * config.h.in: Enforce optimization to be used.
11140         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11141         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11142         * posix/Makefile (annexc-CFLAGS): Define to -O.
11143         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11144
11145 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11146
11147         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11148         Patch by Stephan Kulow.
11149
11150 2001-09-08  Ben Collins  <bcollins@debian.org>
11151
11152         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11153         usage of RESOLVE() (r_type, not reloc->r_type).
11154
11155 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11156
11157         * elf/dl-object.c: Avoid allocating extra memory block for name.
11158         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11159         allocated separately.
11160         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11161
11162 2001-09-08  H.J. Lu  <hjl@gnu.org>
11163
11164         * po/zh_TW.po: Fix a typo.
11165
11166 2001-09-07  Tom Rix  <trix@redhat.com>
11167
11168         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11169
11170 2001-08-26  Tom Rix  <trix@redhat.com>
11171
11172         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11173         command line options.
11174         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11175         * sysdeps/unix/sysv/aix/start.c: Removed.
11176         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11177         * sysdeps/unix/sysv/aix/init-first.c: New file.
11178         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11179
11180 2001-09-08  Ben Collins  <bcollins@debian.org>
11181
11182         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11183         * sysdeps/generic/dl-machine.h: Likewise.
11184         * sysdeps/hppa/dl-fptr.c: Likewise.
11185         * sysdeps/ia64/dl-fptr.c: Likewise.
11186         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11187         * sysdeps/mips/dl-machine.h: Likewise.
11188         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11189         * sysdeps/powerpc/dl-machine.c: Likewise.
11190
11191 2001-09-07  Ben Collins  <bcollins@debian.org>
11192
11193         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11194
11195         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11196
11197 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11198
11199         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11200         dependencies if necessary.
11201
11202         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11203         loaded directly) determine length if l_initfini list by iterating
11204         over its elements.  Minor optimizations.
11205         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11206         for dependency objects.
11207         If object was already loaded check whether any of the dependencies
11208         is already on the relocation dependency list.  If yes, remove the
11209         latter.  Minor optimizations.
11210         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11211         maps here.  Search l_initfini list only if the object was loaded
11212         directly and not only as a dependency.
11213         (_dl_lookup_symbol): Add relocation dependency also if object
11214         is not in global scope.  Remove test for self-reference here.
11215         (_dl_lookup_versioned_symbol): Likewise.
11216         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11217         element of first name record.
11218         * elf/loadtest.c: Add some more test to recognize early if an object
11219         wasn't unloaded.
11220         * elf/Makefile: Add rules to build and run reldep5.
11221         * elf/reldep5.c: New file.
11222         * elf/reldepmod5.c: New file.
11223         * elf/reldepmod6.c: New file.
11224
11225         * elf/reldep2.c: Fix typo.
11226
11227 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11228
11229         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11230         elements.  Change l_scope to be a pointer only.
11231         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11232         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11233         here add searchlist of newly open file to the dependency's scope.
11234         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11235         only searchlist from its scope.  Free own scope array if necessary.
11236         * elf/Makefile (tests): Add dblload and dblunload now.
11237
11238 2001-09-06  Andreas Jaeger  <aj@suse.de>
11239
11240         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11241         Stephen L Moshier.
11242
11243 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11244
11245         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11246         they both fail.
11247         * elf/dblload.c: New file.
11248         * elf/dblloadmod1.c: New file.
11249         * elf/dblloadmod2.c: New file.
11250         * elf/dblloadmod3.c: New file.
11251         * elf/dblunload.c: New file.
11252
11253 2001-09-04  Richard Henderson  <rth@redhat.com>
11254
11255         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11256         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11257
11258 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11259
11260         Correct very misleading message for error in failed runtime relocation.
11261         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11262         place of the error.
11263         (_dl_signal_cerror): Likewise.
11264         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11265         * elf/dl-close.c: Likewise.
11266         * elf/dl-deps.c: Likewise.
11267         * elf/dl-load.c: Likewise.
11268         * elf/dl-lookup.c: Likewise.
11269         * elf/dl-open.c: Likewise.
11270         * elf/dl-reloc.c: Likewise.
11271         * elf/dl-sym.c: Likewise.
11272         * elf/dl-version.c: Likewise.
11273         * sysdeps/generic/dl-sysdep.c: Likewise.
11274
11275 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11276
11277         * iconv/strtab.c (strtabinit): Initialize null Strent.
11278         (newstring): Move len == 0 handling...
11279         (strtabadd): ...here.
11280         If len == 1, return null Strent.
11281         When inserting a suffix of an existing string, check if
11282         it is not equal to some suffix already recorded.
11283         Copy left and right members over if adding longer string.
11284
11285 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11286
11287         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11288
11289         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11290         (__syscall_gethostname): Add prototype.
11291
11292 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11293
11294         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11295
11296 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11297
11298         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11299
11300 2001-08-27  Roland McGrath  <roland@frob.com>
11301
11302         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11303         short, copy that much into NAME anyway before returning error.
11304
11305 2001-09-01  Richard Henderson  <rth@redhat.com>
11306
11307         * sysdeps/alpha/elf/Dist: Remove file.
11308         * sysdeps/alpha/elf/Makefile: Remove file.
11309         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11310         * sysdeps/alpha/elf/crtend.S: Remove file.
11311         * sysdeps/alpha/elf/initfini.c: New file.
11312
11313 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11314
11315         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11316         * iconv/tst-iconv3.c: Likewise.
11317
11318 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11319
11320         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11321
11322 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11323
11324         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11325         export it.
11326         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11327         * iconv/iconv_prog.c (insert_cache): New function.
11328         (print_known_names): If cache is used call insert_cache to use the
11329         information from the cache [PR libc/2509].
11330
11331 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11332
11333         * time/strptime.c (strptime_internal): Recognize 'l' format and
11334         handle it like 'I' for symmetry with strftime.
11335
11336 2001-08-31  Richard Henderson  <rth@redhat.com>
11337
11338         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11339         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11340         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11341         (print_statistics): Make scalar unsigned long long.
11342         * sysdeps/alpha/hp-timing.h: New file.
11343
11344 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11345
11346         * stdio-common/perror.c (perror): Save errno early, pass it
11347         down to perror_internal.
11348         (perror_internal): Add errnum argument.
11349
11350 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11351
11352         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11353         Don't add old memory content for R_ALPHA_REFQUAD.
11354
11355 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11356
11357         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11358         memory correctly.
11359
11360         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11361         instead of open, __close instead of close, __getpagesize instead
11362         of getpagesize.
11363
11364         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11365         instead of strnlen.
11366         * include/string.h (strndupa): Redefine here to use __strnlen
11367         instead of strnlen.
11368         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11369
11370         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11371         connected).
11372
11373 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11374
11375         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11376         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11377         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11378         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11379         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11380         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11381         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11382
11383 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11384
11385         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11386
11387 2001-08-30  Andreas Jaeger  <aj@suse.de>
11388
11389         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11390         contributed Stephen L Moshier.
11391
11392 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11393
11394         * sunrpc/etc.rpc (sgi_fam): Add.
11395
11396 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11397
11398         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11399
11400 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11401
11402         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11403         first is from a previous call.
11404         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11405
11406 2001-08-29  Andreas Schwab  <schwab@suse.de>
11407
11408         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11409
11410 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11411
11412         * config.make.in (INSTALL_SCRIPT): Define.
11413         * Makeconfig (INSTALL_SCRIPT): Define.
11414         * Makerules (do-install-script): New macro to install scripts using
11415         INSTALL_SCRIPT.
11416         (install-bin-script): New rule to install scripts with
11417         do-install-script.
11418         (install-bin-script-nosubdir): New rule.
11419         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11420         (distinfo-vars): Add $(install-bin-script).
11421         * Rules (others): Likewise.
11422         * Makefile (glibcbug): Install with install-bin-script.
11423         * debug/Makefile (xtrace): Likewise.
11424         (catchsegv): Likewise.
11425         * elf/Makefile (ldd): Likewise.
11426         * malloc/Makefile (mtrace): Likewise.
11427         * timezone/Makefile (tzselect): Likewise.
11428
11429 2001-08-29  H.J. Lu  <hjl@gnu.org>
11430
11431         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11432         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11433         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11434
11435 2001-08-29  Andreas Schwab  <schwab@suse.de>
11436
11437         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11438
11439 2001-08-28  H.J. Lu  <hjl@gnu.org>
11440
11441         * Makeconfig (combreloc-LDFLAGS): New variable.
11442         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11443         * config.make.in (have-z-combreloc): New variable.
11444         * configure.in: Substitute libc_cv_z_combreloc.
11445
11446 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11447
11448         * po/sv.po: Update from translation team.
11449         * po/fr.po: Likewise.
11450         * po/da.po: Likewise.
11451
11452 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11453
11454         * Makerules: Fix a typo: MD% -> MD5.
11455
11456 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11457
11458         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11459         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11460
11461 2001-08-28  Andreas Jaeger  <aj@suse.de>
11462
11463         * manual/libc-texinfo.sh: Add entry about free manuals.
11464
11465         * manual/contrib.texi (Contributors): Fix cross reference.
11466
11467         * manual/libc.texinfo (Copying): Include freemanuals.
11468
11469         * manual/Makefile (appendices): Add freemanuals.
11470
11471         * manual/freemanuals.texi: New file.
11472         Patch by Brian Youmans <3diff@gnu.org>.
11473
11474         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11475         smaller table.
11476
11477         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11478         table on separate page.
11479         Patch by Brian Youmans <3diff@gnu.org>.
11480
11481 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11482
11483         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11484         the connection went down after we first used it try to connect
11485         again and resend the message before printing to the console.
11486         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11487
11488 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11489
11490         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11491         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11492         bit set.
11493
11494 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11495
11496         * iconv/strtab.c (searchstring): Use correct length for comparison.
11497         (strtabadd): Account total size correct if new string has old string as
11498         substring.
11499
11500 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11501
11502         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11503
11504 2001-08-27  Andreas Jaeger  <aj@suse.de>
11505
11506         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11507
11508         * math/libm-test.inc (j0_test): Add extra tests.
11509         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11510         not x, in Hankel approximation.
11511         Patches by Stephen L Moshier.
11512
11513 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11514
11515         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11516         link_map.
11517
11518         * configure.in: Fix test for .rela.dyn section.
11519
11520         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11521
11522 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11523
11524         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11525         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11526         Pass type_class to _dl_lookup_*.
11527         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11528         Pass around just type_class instead of noexec, noplt pair.
11529         (_dl_lookup_versioned_symbol): Likewise.
11530         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11531         noexec, noplt pair.
11532         (_dl_lookup_versioned_symbol_skip): Likewise.
11533         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11534         * elf/do-lookup.h (do_lookup): Likewise.
11535         * include/link.h (struct link_map): Replace noexec and noplt fields
11536         in l_lookup_cache with type_class field.
11537         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11538         ELF_RTYPE_CLASS_COPY): Define.
11539         Adjust prototypes for _dl_lookup_symbol and
11540         _dl_lookup_versioned_symbol.
11541         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11542         elf_machine_lookup_noexec_p): Remove.
11543         (elf_machine_type_class): Define.
11544         * sysdeps/arm/dl-machine.h: Likewise.
11545         * sysdeps/hppa/dl-machine.h: Likewise.
11546         * sysdeps/cris/dl-machine.h: Likewise.
11547         * sysdeps/i386/dl-machine.h: Likewise.
11548         * sysdeps/ia64/dl-machine.h: Likewise.
11549         * sysdeps/m68k/dl-machine.h: Likewise.
11550         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11551         * sysdeps/mips/dl-machine.h: Likewise.
11552         * sysdeps/powerpc/dl-machine.h: Likewise.
11553         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11554         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11555         * sysdeps/sh/dl-machine.h: Likewise.
11556         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11557         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11558
11559 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11560
11561         * manual/message.texi (Advanced gettext functions): Change
11562         description of plural forms for Slovak.
11563         Reported by Marcel Telka <marcel@telka.sk>.
11564
11565         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11566         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11567
11568 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11569
11570         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11571         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11572
11573 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11574
11575         * include/link.h (struct link_map): Add l_lookup_cache element.
11576         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11577         (RESOLVE_MAP): Likewise.
11578         (_dl_relocate_object): Remove cache initialization.
11579         * elf/dl-lookup.c: Rip out cache handling code.
11580         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11581         declarations.
11582
11583         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11584         remove some __builtin_expect.
11585         (_dl_lookup_versioned_symbol): Likewise.
11586
11587         * config.h.in: Add HAVE_Z_COMBRELOC.
11588         * configure.in: Add test for -z combreloc.
11589
11590         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11591         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11592         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11593         case to almost no code.
11594
11595 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11596
11597         * po/tr.po: Update from translation team.
11598
11599 2001-08-24  Andreas Jaeger  <aj@suse.de>
11600
11601         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11602         make clean works.
11603
11604 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11605
11606         * elf/rtld.c (print_statistics): Printf % after percent values.
11607         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11608
11609         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11610         don't have to compute the hash value and initialize current_value.
11611         Move reference_name variable to where it is needed.
11612         (_dl_lookup_versioned_symbol): Likewise.
11613
11614 2001-08-24  Roland McGrath  <roland@frob.com>
11615
11616         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11617         Just test that strerror returns non-null for a few errno codes.
11618
11619 2001-08-23  Roland McGrath  <roland@frob.com>
11620
11621         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11622         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11623
11624         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11625
11626         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11627         __mach_reply_port.
11628
11629 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11630
11631         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11632         returns NULL.
11633
11634         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11635         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11636         doesn't do it.
11637         * elf/rtld.c: Include <sys/param.h>.
11638         * elf/dl-reloc.c: Likewise.
11639
11640 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11641
11642         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11643         empty to prevent junk from being generated.
11644         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11645
11646 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11647
11648         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11649         records.  Rename endrel to relative, initialize it to r, and use it
11650         in elf_machine_rel_relative calls.  Point r after relative relocs.
11651
11652 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11653
11654         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11655         of R_386_NONE.
11656
11657 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11658
11659         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11660         necessary.  Undefine newly defined macros at the end.
11661         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11662         Rename from elf_machine_rel_relative.
11663         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11664         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11665         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11666         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11667         Likewise.
11668         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11669         Likewise.
11670         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11671         Fix argument types.
11672         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11673         Fix argument types.
11674         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11675         Likewise.  Fix argument types.
11676         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11677         Likewise.  Fix argument types.
11678         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11679         Fix argument types.
11680         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11681         ElfW(Rel) in argument.
11682         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11683         function.
11684
11685 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11686
11687         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11688
11689 2001-08-24  Andreas Jaeger  <aj@suse.de>
11690
11691         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11692         Stephen L Moshier <moshier@mediaone.net>.
11693
11694 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11695
11696         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11697         first if RELCOUNT is set.
11698
11699         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11700         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11701         elf_machine_rel_relative.
11702         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11703         Minor optimizations.
11704         * sysdeps/arm/dl-machine.h: Likewise.
11705         * sysdeps/cris/dl-machine.h: Likewise.
11706         * sysdeps/hppa/dl-machine.h: Likewise.
11707         * sysdeps/i386/dl-machine.h: Likewise.
11708         * sysdeps/ia64/dl-machine.h: Likewise.
11709         * sysdeps/m68k/dl-machine.h: Likewise.
11710         * sysdeps/mips/dl-machine.h: Likewise.
11711         * sysdeps/powerpc/dl-machine.h: Likewise.
11712         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11713         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11714         * sysdeps/sh/dl-machine.h: Likewise.
11715         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11716         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11717
11718 2001-08-23  Roland McGrath  <roland@frob.com>
11719
11720         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11721
11722         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11723         sysdeps/mach version.  Implement counting ("recursive") mutexes
11724         on top of cthreads mutexes.
11725         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11726
11727         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11728         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11729         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11730         __libc_clean_end): Define these to call the cleanup function after
11731         normal exit when they're supposed to.
11732
11733         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11734         Take new first arg DOIT, a boolean saying whether to really install
11735         any cleanup handler.
11736         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11737         (__libc_cleanup_end): Likewise.
11738         * sysdeps/generic/bits/libc-lock.h: Same changes.
11739         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11740         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11741         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11742         Likewise.
11743         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11744         * sysdeps/generic/bits/stdio-lock.h
11745         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11746
11747 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11748
11749         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11750
11751 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11752
11753         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
11754         functions.
11755         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11756         lookups in cache.
11757         (_dl_lookup_versioned_symbol): Likewise.
11758         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11759         relocation lookup.
11760         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11761         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11762         (lookup_cache, lookup_cache_versioned): Add declarations.
11763
11764 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11765
11766         * stdlib/tst-random.c (main): Swap parameters in fail call.
11767         Patch by Pete Bevin <pete@petebevin.com>.
11768
11769 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11770
11771         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11772
11773 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11774
11775         * malloc/obstack.c: Indent preprocessor directives.
11776         Patch by Jim Meyering <meyering@ascend.com>.
11777
11778         * po/ja.po: Update from translation team.
11779
11780 2001-08-23  Roland McGrath  <roland@frob.com>
11781
11782         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11783
11784         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11785         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11786
11787 2001-08-22  Roland McGrath  <roland@frob.com>
11788
11789         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11790         __libc_lock_define_recursive.
11791         * elf/dl-open.c: Don't declare it here any more.
11792         * elf/dl-close.c: Likewise.
11793         * elf/dl-lookup.c: Likewise.
11794         * elf/dl-iteratephdr.c: Likewise.
11795         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11796         __libc_lock_unlock_recursive.
11797         * elf/dl-close.c (_dl_close): Likewise
11798         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11799         * elf/dl-open.c (_dl_open): Likewise
11800
11801         * sysdeps/generic/bits/libc-lock.h
11802         (__libc_lock_define_recursive): New macro.
11803         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11804         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11805         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11806
11807         * conform/conformtest.pl (checknamespace): Sort the output list.
11808
11809         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11810         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11811         definitions conditional on [__USE_XOPEN].
11812
11813         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11814         these unconditionally, not only use [__USE_BSD], so as to match
11815         the sysdeps/unix/sysv/linux files.
11816
11817 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11818
11819         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11820         avoid warnings.
11821
11822         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11823         DL_LOOKUP_ADDRESS.
11824
11825 2001-08-22  Roland McGrath  <roland@frob.com>
11826
11827         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11828         conditionalization of sa_handler/sa_sigaction member types to
11829         match the sysdeps/unix/sysv/linux file.
11830
11831 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11832
11833         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11834         symbol sizes a bit better.
11835
11836         * sysdeps/ia64/strncpy.S: Complete rewrite.
11837         Contributed by Jakub Jelinek <jakub@redhat.com>.
11838
11839         * string/stratcliff.c (main): Add strncpy test.
11840
11841 2001-08-22  Roland McGrath  <roland@frob.com>
11842
11843         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11844         and don't declare unsetenv or _environ directly.
11845         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11846
11847 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11848
11849         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11850         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11851         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11852         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11853         test for cmsg struct size.
11854
11855 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11856
11857         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11858         Rename __argc to ___argc in prototypes to avoid compatibility
11859         problems with systems that reserve the identifier "__argc".
11860         Similarly for __argv.
11861
11862 2001-08-21  Roland McGrath  <roland@frob.com>
11863
11864         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11865
11866         * mach/Makefile (tests): Removed.
11867         * mach/hello.c: File removed.
11868
11869 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11870
11871         * po/sv.po: Update from translation team.
11872
11873         * stdio-common/vfscanf.c: Fix handling of %l[].
11874         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11875
11876         * libio/Makefile (tests): Add tst-sscanf.
11877         * libio/tst-sscanf.c: New file.
11878
11879         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11880         * malloc/mtrace.c (tr_where): dli_sname always points to a
11881         non-empty string if != NULL.
11882         Reported by Tim Janik <timj@gtk.org>.
11883
11884 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11885
11886         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11887         buf.  Free resources on failure.
11888         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11889         (makefd_xprt): Likewise.
11890         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11891         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11892         * sunrpc/auth_unix.c (authunix_create): Likewise.
11893
11894 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11895
11896         * string/strnlen.c: Remove.
11897         * sysdeps/generic/strnlen.c: New file.
11898         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11899
11900 2001-08-21  Roland McGrath  <roland@frob.com>
11901
11902         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11903         as a macro, not an extern inline function.
11904
11905         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11906         * Versions.def (libc): Add GLIBC_2.2.5 set.
11907         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
11908         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
11909
11910 2001-08-20  Roland McGrath  <roland@frob.com>
11911
11912         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
11913         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
11914
11915 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11916
11917         * string/bits/string2.h: Remove strnlen optimization here.
11918         * sysdeps/i386/i486/bits/string.h: Add it here.
11919
11920 2001-08-21  Wolfram Gloger  <wg@malloc.de>
11921
11922         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
11923
11924 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
11925
11926         * po/gl.po: Update from translation team.
11927
11928 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11929
11930         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
11931         * misc/err.c (convert_and_print): Likewise.
11932
11933         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
11934         function calls.
11935
11936 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11937
11938         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
11939         change of the gregset_t type.
11940         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
11941
11942 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11943
11944         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
11945
11946 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11947
11948         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
11949
11950         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
11951
11952 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
11953
11954         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
11955         before calling the cthreads initialization code.
11956
11957 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
11958
11959         * argp/argp-help.c: Fix two problems introduced in last change.
11960
11961         * include/dirent.h: Include <dirstream.h> first.
11962
11963 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
11964
11965         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
11966
11967         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
11968         * sunrpc/xdr_rec.c: Likewise.
11969         * sunrpc/xdr_mem.c: Likewise.
11970         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
11971         * sunrpc/rpc_cmsg.c: Likewise.
11972         * sunrpc/getrpcport.c (getrpcport): Likewise.
11973         * sunrpc/clnt_simp.c (callrpc): Likewise.
11974         * sunrpc/clnt_gen.c (clnt_create): Likewise.
11975         * string/envz.c: Likewise.
11976
11977         * po/ko.po: Update from translation team.
11978
11979         * argp/argp-help.c: Handle wide oriented stderr stream.
11980
11981 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
11982
11983         * sysdeps/generic/strtol.c: Little optimizations.  Add some
11984         __builtin_expect.
11985
11986         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
11987
11988         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
11989         * wcsmbs/wcwidth.c (wcwdith): Likewise.
11990         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
11991
11992         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
11993
11994         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
11995
11996         * time/time.h (struct timespec): Use __time_t for tv_sec element.
11997
11998         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
11999         wchar_t for function declarations and defintions.
12000
12001         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12002         Define suseconds_t if it hasn't happened yet.
12003
12004         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12005
12006         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12007
12008         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12009         <stddef.h>.
12010
12011         * conform/data/stddef.h-data: Remove wint_t.
12012
12013         * conform/conformtest.pl: Change namespace test to take #undef
12014         lines into account.
12015
12016         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12017
12018         * conform/data/sys/socket.h-data: Add sockatmark.
12019
12020 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12021
12022         * io/fts.c: Update from recent BSD source.
12023
12024 2001-08-17  Roland McGrath  <roland@frob.com>
12025
12026         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12027         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12028         Likewise.
12029
12030 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12031
12032         * locale/duplocale.c (__duplocale): Also initialize the special
12033         __ctype_* elements.
12034
12035         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12036
12037 2001-08-17  Andreas Jaeger  <aj@suse.de>
12038
12039         * misc/getpass.c: Include wchar.h for prototypes.
12040         * malloc/obstack.c: Likewise.
12041
12042 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12043
12044         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12045
12046         * wcsmbs/wcscoll.c: Also define __wcscoll.
12047         * include/wchar.h: Declare __wcscoll.
12048
12049         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12050         * libio/vwprintf.c: Likewise.
12051         * libio/wprintf.c: Likewise.
12052
12053         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12054
12055 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12056
12057         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12058         instead of mbrtowc.
12059         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12060         wcslen, and __wcscoll instead of wcscoll.
12061
12062         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12063
12064         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12065         __getuid instead of getuid.
12066
12067         * stdio-common/perror.c (perror): Use __close instead of close.
12068         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12069         * libio/freopen.c (freopen): Likewise.
12070         * libio/freopen64.c (freopen64): Likewise.
12071
12072         * libio/tst-ungetwc2.c (main): Define str const.
12073
12074         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12075         * libio/fwprintf.c: Also define __fwprintf.
12076         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12077         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12078         * assert/assert-perr.c: Likewise.
12079         * assert/assert.c: Likewise.
12080         * gmon/gmon.c: Likewise.
12081         * inet/rcmd.c: Likewise.
12082         * malloc/obstack.c: Likewise.
12083         * misc/err.c: Likewise.
12084         * misc/error.c: Likewise.
12085         * misc/getpass.c: Likewise.
12086         * posix/getopt.c: Likewise.
12087         * resolv/res_hconf.c: Likewise.
12088         * stdio-common/perror.c: Likewise.
12089         * stdio-common/psignal.c: Likewise.
12090         * stdlib/fmtmsg.c: Likewise.
12091         * sunrpc/auth_unix.c: Likewise.
12092         * sunrpc/clnt_perr.c: Likewise.
12093         * sunrpc/clnt_tcp.c: Likewise.
12094         * sunrpc/clnt_udp.c: Likewise.
12095         * sunrpc/clnt_unix.c: Likewise.
12096         * sunrpc/svc_simple.c: Likewise.
12097         * sunrpc/svc_tcp.c: Likewise.
12098         * sunrpc/svc_udp.c: Likewise.
12099         * sunrpc/svc_unix.c: Likewise.
12100         * sunrpc/xdr.c: Likewise.
12101         * sunrpc/xdr_array.c: Likewise.
12102         * sunrpc/xdr_rec.c: Likewise.
12103         * sunrpc/xdr_ref.c: Likewise.
12104         * sysdeps/generic/wordexp.c: Likewise.
12105
12106         * po/it.po: Update from translation team.
12107
12108         * misc/err.c: Handle wide oriented stderr stream.
12109
12110 2001-08-14  Tom Rix  <trix@redhat.com>
12111
12112         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12113         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12114
12115 2001-08-13  Tom Rix  <trix@redhat.com>
12116
12117         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12118         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12119         and __intptr_t.
12120
12121 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12122
12123         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12124         Store the access registers to the ucontext structure.
12125         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12126         Likewise.
12127
12128         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12129         Load the access registers from the ucontext structure.
12130         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12131         Likewise.
12132
12133         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12134         offsets to the new ucontext layout.
12135         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12136
12137         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12138         of the ucontext structure.
12139         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12140
12141 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12142
12143         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12144         (error_at_line): Likewise.
12145
12146         * stdio-common/perror.c (perror): Implement according to standard.
12147         The stream orientation must not be changed if the stream was not
12148         oriented before the call.
12149         * stdio-common/Makefile (tests): Add tst-perror.
12150         * stdio-common/tst-perror.c: New file.
12151
12152
12153 See ChangeLog.12 for earlier changes.