* resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-04  Roland McGrath  <roland@redhat.com>
2
3         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
4         from 1024 to 65536, to avoid buffer overrun.
5
6 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
7
8         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
9
10 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
11
12         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
13         for filesystem.
14
15 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
16
17         * posix/bug-regex11.c: New test.
18         * posix/Makefile (tests): Add bug-regex11.
19
20 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
21
22         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
23         newlocale.
24
25 2002-09-02  Roland McGrath  <roland@redhat.com>
26
27         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
28         __pthread_initialize_minimal and __libc_check_standard_fds to
29         match the generic version.
30
31         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
32         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
33
34         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
35         warnings on platorms where char is unsigned.
36
37 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
38
39         * version.h (VERSION): Bump to 2.2.93.
40
41         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
42
43 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
44
45         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
46         as relocated.
47
48 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
49
50         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
51
52 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
53
54         * locale/localeinfo.h (struct locale_data): Add private.ctype.
55         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
56         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
57         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
58         (__wcsmbs_load_conv): Remove const from argument.
59         (_nl_cleanup_ctype): New proto.
60         (get_gconv_fcts): New function.
61         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
62         (__wcsmbs_to_wc): Rename back to...
63         (to_wc): ... this.
64         (__wcsmbs_gconv_fcts): Rename to...
65         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
66         (lock): Removed.
67         (__libc_setlocale_lock): New extern.
68         (__wcsmbs_load_conv): Remove const from argument.
69         Initialize new_category->private.ctype instead of a global
70         variable.
71         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
72         update_function_ptrs.  No locking is necessary.
73         (_nl_cleanup_ctype): New function.
74         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
75         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
76         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
77         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
78         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
79         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
80         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
81         * wcsmbs/wctob.c (wctob): Likewise.
82         * stdlib/mblen.c (mblen): Likewise.
83         * stdlib/mbtowc.c (mbtowc): Likewise.
84         * stdlib/wctomb.c (wctomb): Likewise.
85         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
86         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
87         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
88         Removed.
89
90 2002-09-02  Roland McGrath  <roland@frob.com>
91
92         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
93
94 2002-09-01  Roland McGrath  <roland@redhat.com>
95
96         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
97         Variable declarations removed.
98         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
99         these functions to replace them.
100         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
101         functions plus an indirection rather than the old global variables.
102         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
103         Macros removed.
104         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
105         inline functions.
106         * ctype/ctype-info.c: Revert last reversion back the other way.
107         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
108         Define real function versions of include/ctype.h inlines here.
109         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
110         __ctype_tolower_loc, __ctype_toupper_loc.
111         * locale/lc-ctype.c: Revert last reversion back the other way.
112         (_nl_postload_ctype): If current thread uses the global locale,
113         update its tsd vars.
114         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
115         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
116         CTYPE_TOLOWER, CTYPE_TOUPPER.
117
118         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
119         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
120         from __libc_tsd_threadvar_location.
121         (__libc_tsd_set, __libc_tsd_get): Update uses.
122
123 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
124
125         * ctype/ctype.h: Undo the patch before the last one.  Put back the
126         macro definitions for the standard functions to access the
127         classification and mapping arrays.
128         * include/ctype.h: Partly revert last patch.  Move the macro
129         definitions for the exported functions back to the public header.
130         #undef all the macros defined here before redefining.
131         * ctype/ctype-info.c: Revert last patch.
132         * locale/lc-ctype.c: Revert last patch.
133
134         * ctype/Makefile (routines): Add isctype.
135         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
136         * ctype/ctype.h: Add declaration of isctype.
137         * include/ctype.h: Declare __isctype.
138         * ctype/isctype.c: New file.
139
140 2002-09-01  Roland McGrath  <roland@redhat.com>
141
142         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
143         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
144
145         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
146
147         * locale/findlocale.c (_nl_remove_locale): Don't search in
148         _nl_locale_file_list if DATA->alloc is ld_archive.
149         Use _nl_unload_locale to do the rest of the work.
150
151         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
152         of new structure to UNDELETABLE.
153
154         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
155         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
156         towlower, towupper): Macros removed.
157         * ctype/ctype.h (__tobody): Put parens around macro argument.
158         (__isctype): Macro removed.
159         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
160         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
161         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
162         tolower, toupper): Macros and inlines removed.
163         * include/ctype.h [! NOT_IN_libc]
164         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
165         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
166         tolower, toupper): Define here instead, using _NL_CURRENT.
167         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
168         using _NL_CURRENT.
169         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
170         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
171         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
172         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
173         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
174         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
175         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
176         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
177         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
178         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
179         (ISSORTMASK): Update use.
180         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
181         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
182         (_nss_files_getENTNAME_r): Likewise.
183         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
184         Likewise.
185
186         * Makerules (all-nonlib): Renamed from all-tests.
187         Include $(others) here too.
188         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
189         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
190         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
191         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
192         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
193         the program modules via cppflags-iterator.mk.
194         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
195         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
196
197 2002-08-31  Roland McGrath  <roland@redhat.com>
198
199         * posix/tst-getconf.sh: If no third arg, work with static linking.
200
201         * locale/categories.def (LC_TIME): No more _nl_postload_time.
202
203         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
204         [_NL_CURRENT_INDIRECT].
205
206 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
207
208         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
209
210 2002-08-31  Roland McGrath  <roland@redhat.com>
211
212         * locale/newlocale.c (__newlocale): Don't use strdup for names.
213         Instead, make the single allocation of the structure larger to hold
214         the name strings.
215         * locale/duplocale.c (__duplocale): Don't strdup names individually.
216         Instead, calculate size for a single allocation and copy into it.
217         * locale/freelocale.c (__freelocale): Don't free names individually.
218
219         * locale/newlocale.c (__newlocale): Don't leak old data or names.
220
221         * locale/xlocale.h (__locale_struct): Move __names member last,
222         for binary compatibility.
223
224         * locale/duplocale.c (__duplocale): Free names from the right array.
225
226         * locale/uselocale.c (__uselocale): Return previous locale when
227         setting a new one.
228
229         * locale/newlocale.c: Commit changes from 2002-08-30
230         batch where I failed to commit this file:
231         (__newlocale): Fill in __names array.
232
233 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
234
235         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
236         errlist-compat.c if versioning==yes.
237
238 2002-08-31  Andreas Jaeger  <aj@suse.de>
239
240         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
241         external functions with hidden attribute.
242         (elf_machine_rela): Optimize.
243
244         * sysdeps/x86_64/memset.S: New file.
245         * sysdeps/x86_64/bzero.S: New file.
246         * sysdeps/x86_64/stpcpy.S: New file.
247         * sysdeps/x86_64/strcat.S: New file.
248         * sysdeps/x86_64/strchr.S: New file.
249         * sysdeps/x86_64/strcpy.S: New file.
250         * sysdeps/x86_64/strcspn.S: New file.
251         * sysdeps/x86_64/strlen.S: New file.
252         * sysdeps/x86_64/strpbrk.S: New file.
253         * sysdeps/x86_64/strspn.S: New file.
254         * sysdeps/x86_64/strcmp.S: New file.
255         * sysdeps/x86_64/strtok_r.S: New file.
256         * sysdeps/x86_64/strtok.S: New file.
257         * sysdeps/x86_64/memcpy.S: New file.
258         * sysdeps/x86_64/mempcpy.S: New file.
259
260         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
261
262         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
263
264 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
265
266         * stdio-common/Makefile (generated): Add errlist-compat.c.
267
268         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
269
270         * locale/localeinfo.h: Pretty printing.
271
272         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
273         form_number handling.
274
275 2002-08-31  Andreas Jaeger  <aj@suse.de>
276
277         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
278         double tests.
279
280         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
281         __start_context.
282
283         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
284
285         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
286
287         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
288         registers used for passing args.
289
290         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
291         all needed registers.
292
293         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
294         registers.
295
296         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
297         registers.
298
299 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
300
301         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
302         always_inline attribute.
303
304 2002-08-30  Roland McGrath  <roland@redhat.com>
305
306         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
307         presume it's the stub and bail without error.
308
309         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
310         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
311
312         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
313
314         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
315         macros replace the i686 versions for 64-bit mode.
316
317         * locale/duplocale.c: Include <string.h>.
318
319         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
320         [_LIBC] (category_to_name): Don't define the function.  Instead
321         define a macro using _nl_category_names.
322
323         * locale/xlocale.h (struct __locale_struct): New member `__names'.
324         * locale/xlocale.c (_nl_C_locobj): Update initializer.
325         * locale/global-locale.c (_nl_global_locale): Likewise.
326         * locale/duplocale.c (__duplocale): strdup __names elements.
327         * locale/freelocale.c (__freelocale): Free __names elements.
328         * locale/localename.c (_nl_current_names): Variable removed.
329         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
330         * locale/localeinfo.h (_nl_current_names): Removed decl.
331         * locale/setlocale.c: Use _nl_global_locale->__names in place of
332         _nl_current_names throughout.
333
334         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
335
336         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
337         and sys_nerr in the output file.
338
339         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
340         * scripts/cpp: Just use the environment variable.
341
342         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
343         * libio/tst-mmap-offend.c (do_test): Likewise.
344         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
345         * libio/tst-mmap-eofsync.c (do_test): Likewise.
346         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
347
348         * locale/localename.c: If the current locale is the global locale, use
349         _nl_current_names; otherwise use the locale object.
350
351 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
352
353         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
354         'm' to enable mmap I/O.
355         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
356         former wasn't used (anymore?).
357         (_IO_FLAGS2_MMAP): New define.
358         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
359         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
360         _IO_FLAGS2_MMAP bit is set.
361         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
362         Enable mmap-using mode only if 'm' was set.
363
364 2002-08-29  Roland McGrath  <roland@frob.com>
365
366         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
367
368         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
369         Change argument type from int to intptr_t.
370
371         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
372         initializer on [! _HURD_THREADVAR_H] (bad kludge).
373         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
374         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
375         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
376
377         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
378
379         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
380
381         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
382
383         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
384         * assert/assert-perr.c: Add libc_hidden_def.
385         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
386
387         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
388         found at all.
389         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
390         sys_errlist stuff to ...
391         * sysdeps/unix/sysv/linux/Versions: ... here.
392
393         * mach/mach.h: Include <features.h>.
394
395 2002-08-29  Roland McGrath  <roland@redhat.com>
396
397         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
398         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
399         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
400
401         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
402
403         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
404         (norm_add_slashes): alloca -> __alloca
405
406 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
407
408         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
409         string_malloced, it is unlikely to be set.
410         Only call free with non-NULL workspace.
411         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
412         -mcpu=ultrasparc, not only tune for it.
413         (ASFLAGS*): Set unconditionally.
414
415         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
416         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
417         p_vaddr/p_offset when computing LOADADDR.
418
419 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
420
421         * version.h (VERSION): Bump to 2.2.92.
422
423         * time/Makefile (tst-ftime_l-ENV): New variable.
424
425         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
426
427         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
428         <U017A>, <U017D> and <U0179>. Add missing mappings.
429         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
430
431         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
432         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
433         (struct tostruct): Use ACRINDEX as type for link field.
434         (statuc gmonparam): Likewise for froms.
435         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
436         kcount and froms.
437         (write_call_graph): Use correct type for from_index and to_index.
438         * gmon/mcount.c: Use correct types for frompcindex and toindex
439         variables.
440         Patches by Dan Kegel <dank@kegel.com>.
441
442         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
443         canonical name.
444
445         * time/strptime.c (ISSPACE): New #define.  Use isspace or
446         __isspace_l.  Replace calls to isspace.
447         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
448
449 2002-08-29  Roland McGrath  <roland@redhat.com>
450
451         * string/tst-strxfrm.c: Remove __ from function names.
452
453 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
454
455         * include/wchar.h: Declare __mbsrtowcs_l.
456         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
457         * wcsmbs/mbsrtowcs.c: Add support for compilation with
458         USE_IN_EXTENDED_LOCALE_MODEL.
459         * wcsmbs/mbsrtowcs_l: New file.
460         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
461         define as static.  Change all uses.
462         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
463         Change all callers.
464         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
465         * time/strftime.c: When translating for the extended locale model
466         use the _l functions.
467         * time/Makefile (tests): Add tst-ftime_l.
468         * time/tst-ftime_l.c: New file.
469
470 2002-08-28  Roland McGrath  <roland@redhat.com>
471
472         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
473         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
474         from _nl_find_locale ok if for _nl_C_name.
475
476         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
477         iterator to refer to each category's _nl_current_LC_FOO symbol, so
478         we know they are all linked in.
479
480         * NEWS: Added 2.2.6 text from 2.2 branch version.
481
482         * time/strptime.c (strptime_internal): Remove spurious const.
483
484         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
485         _nl_select_era_entry): Moved to ...
486         * time/era.c: ... here, new file.
487         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
488         Add internal_function to definitions.  Take an additional argument
489         giving the `struct locale_data *' to use.
490         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
491         _nl_parse_alt_digit): Moved to ...
492         * time/alt_digit.c: ... here, new file.
493         * time/lc-time-cleanup.c: New file.
494         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
495         * locale/localeinfo.h (_nl_postload_time): Remove decl.
496         (_nl_cleanup_time): Declare it.
497         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
498         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
499         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
500         * time/strftime.c: Pass locale data to helper functions.
501         * time/strptime.c: Likewise.
502
503         * locale/localeinfo.h (struct locale_data): New member `private'
504         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
505         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
506         * locale/C-collate.c: Update initializer.
507         * locale/C-identification.c: Likewise.
508         * locale/C-measurement.c: Likewise.
509         * locale/C-telephone.c: Likewise.
510         * locale/C-address.c: Likewise.
511         * locale/C-name.c: Likewise.
512         * locale/C-paper.c: Likewise.
513         * locale/C-time.c: Likewise.
514         * locale/C-numeric.c: Likewise.
515         * locale/C-monetary.c: Likewise.
516         * locale/C-messages.c : Likewise.
517         * locale/C-ctype.c: Likewise.
518
519         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
520         Redefine this too.
521
522 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
523
524         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
525         (_rtld_global): Use it.
526
527         * sysdeps/gnu/Dist: Remove errlist-compat.c.
528         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
529         object directory.  Pass all Versions files to the awk script.
530         * sysdeps/gnu/errlist-compat.c: Removed.
531         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
532         first Versions file in the search path which has them.
533         Allow multiple errlist symbol versions to have the same count of
534         errors.
535         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
536         of "errlist-compat.c".
537         * sysdeps/gnu/errlist.c: Regenerated.
538         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
539         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
540         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
541         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
542         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
543         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
544         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
545         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
546         ECANCELLED if not defined by kernel headers.
547         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
548         already defined by kernel headers.
549         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
550         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
551         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
552         is a macro.
553         * Versions.def (GLIBC_2.3) [librt]: Add.
554
555         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
556
557 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
558
559         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
560         missing comma to .type directive.
561
562 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
563
564         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
565         unconditionally.
566         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
567         check.
568         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
569
570 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
571
572         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
573         check to close_and_out close.  Replace return NULL statements where
574         fd might be >= 0 with goto close_and_out.  Close the file descriptor
575         when it is no longer needed.
576
577 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
578
579         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
580         string constants.
581         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
582         * sysdeps/arm/dl-machine.h: Likewise.
583         * sysdeps/cris/dl-machine.h: Likewise.
584         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
585         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
586
587 2002-08-28  Roland McGrath  <roland@redhat.com>
588
589         * Makeconfig (default_cflags): Revert unintended change.
590
591 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
592
593         * version.h (VERSION): Bump to 2.2.91.
594
595         * configure.in: Disable TLS support by default for now.
596
597         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
598
599         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
600         warnings.
601
602         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
603
604         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
605         fprintf/fwprintf calls.
606
607 2002-08-28  Roland McGrath  <roland@redhat.com>
608
609         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
610         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
611
612         * locale/setlocale.c: Declare postload functions weak.
613
614         * elf/tst-tls1-static.c: New file.
615         * elf/tst-tls2-static.c: New file.
616         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
617
618         Make uselocale support static linking.
619         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
620         This file again just defines _nl_C_locobj.
621         (_nl_C_locobj): Use a categories.def iterator in the initializer.
622         * locale/global-locale.c: New file.  Define _nl_global_locale here,
623         using all weak references in the initializer.
624         * locale/Makefile (aux): Add global-locale.
625         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
626         these unconditional, along with the tsd decl.
627         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
628         Define it under these conditions.
629         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
630         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
631         `extern __thread struct locale_data *const *'.
632         [NL_CURRENT_INDIRECT]
633         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
634         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
635         the thread variable _nl_current_LC_FOO and also a special absolute
636         symbol _nl_current_LC_FOO_used.
637         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
638         Set each _nl_current_LC_FOO symbol to point into the new locale,
639         using weak references to test if _nl_current_LC_FOO_used was linked in.
640         * locale/setlocale.c [! SHARED]: Replace this conditional ...
641         [NL_CURRENT_INDIRECT]: ... with this one.
642         (_nl_current, _nl_C): Variables removed.
643         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
644         weak references to _nl_current_LC_FOO_used.
645         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
646         (free_category): New function, broken out of ...
647         (free_mem): ... here.  Call that.
648         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
649         instead of a loop.
650
651         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
652         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
653         it is already absolute.
654
655         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
656         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
657         [$(build-static) = yes] (tests-static): New variable.
658         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
659
660 2002-08-26  Christoph Hellwig  <hch@lst.de>
661
662         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
663         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
664
665 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
666
667         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
668
669         * sysdeps/s390/Dist: Add bits/link.h.
670
671         * sysdeps/sh/Dist: New file.
672
673         * sysdeps/ia64/Dist: Add ia64libgcc.S.
674
675         * sysdeps/wordsize-32/Dist: New file.
676
677         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
678         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
679         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
680
681         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
682         sys/personality.h.
683
684         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
685         sparc/dl-brk.S.
686
687         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
688
689         * sysdeps/unix/bsd/sun/Dist: New file.
690
691         * sysdeps/unix/bsd/osf/Dist: New file.
692
693         * sysdeps/unix/bsd/hp/Dist: New file.
694
695         * sysdeps/unix/arm/Dist: New file.
696
697         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
698
699         * sysdeps/mach/hurd/Dist: Add set-init.c.
700
701         * sysdeps/i386/Dist: Add bits/link.h.
702
703         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
704
705         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
706
707         * locale/Makefile (distribute): Add hashval.h.
708
709         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
710
711         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
712
713         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
714         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
715         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
716         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
717         implementations.
718         * libio/stdio.h: Likewise.
719         * locale/locale.h: Likewise.
720         * math/math.h: Likewise.
721         * math/bits/mathcalls.h: Likewise.
722         * setjmp/setjmp.h: Likewise.
723         * signal/signal.h: Likewise.
724         * stdlib/stdlib.h: Likewise.
725         * string/string.h: Likewise.
726         * time/time.h: Likewise.
727         * wcsmbs/wchar.h: Likewise.
728         * wctype/wctype.h: Likewise.
729
730 2002-08-28  Roland McGrath  <roland@redhat.com>
731
732         * locale/tst-C-locale.c (run_test): Remove __ from function names.
733
734 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
735             Roland McGrath <roland@redhat.com>
736
737         * locale/hashval.h (compute_hashval): Use prototype defn.
738         (hashval_t): New macro, defined to unsigned long int
739         if not already defined.
740         (compute_hashval): Return hashval_t instead of unsigned long int.
741         * locale/loadarchive.c (hashval_t): New macro.
742         * locale/programs/locarchive.c: Include hashval.h directly instead
743         of simple-hash.h.
744         (compute_hashval, hashval_t): Define these macros first.
745         (insert_name): Use archive_hashval instead of compute_hashval.
746         (add_locale, delete_locales_from_archive): Likewise.
747
748 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
749
750         * locale/programs/locarchive.c (insert_name): Suppress warnings about
751         hash collisions if be_quiet.
752
753 2002-08-27  Roland McGrath  <roland@redhat.com>
754
755         * locale/locale.h (__newlocale, __duplocale, __freelocale,
756         __uselocale): Don't declare these any more.
757         * include/locale.h (__uselocale): Declare here instead, using __typeof.
758
759         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
760         and treat it as an EOF return.
761         * sysdeps/unix/readdir_r.c: Likewise.
762
763         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
764         From Alexandre Oliva <aoliva@redhat.com>.
765         * sysdeps/gnu/errlist-compat.c: Regenerated.
766
767 2002-08-27  Brian Youmans  <3diff@gnu.org>
768
769         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
770         wording at request of copyright holder Stephen Moshier.
771         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
772         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
773         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
774         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
775         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
776         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
777         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
778         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
779         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
780         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
781         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
782         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
783         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
784         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
785
786 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
787
788         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
789         * ctype/ctype-extn.c (isblank_l): Add weak alias.
790         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
791         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
792         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
793         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
794         * wctype/iswctype_l.c (iswctype_l): Likewise.
795
796 2002-08-27  Roland McGrath  <roland@redhat.com>
797
798         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
799
800         * ctype/ctype.h (__exctype_l): Don't declare __ name.
801         * stdlib/stdlib.h: Don't declare __*_l names.
802         * include/stdlib.h: Declare them here instead.
803         * include/string.h: Don't declare __*_l names.
804         * string/string.h: Declare them here instead.
805         * time/time.h: Don't declare __*_l names.
806         * include/time.h: Declare them here instead.
807         * wcsmbs/wchar.h: Don't declare __*_l names.
808         * include/wchar.h: Declare them here instead.
809         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
810         Don't declare __*_l names.
811         * include/wctype.h: Declare them here instead.
812         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
813         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
814         * locale/langinfo.h: Don't declare __nl_langinfo_l.
815         * include/langinfo.h: Declare it here with __typeof.
816
817         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
818         instead, taking an extra __locale_t argument.
819         * time/Makefile (routines): Add strptime_l.
820         * time/time.h (__strptime_l, strptime_l): Declare them.
821         * time/strptime_l.c: New file.
822
823         * time/time.h (__strftime_l, strftime_l): Declare them.
824         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
825         * time/strftime_l.c: New file.
826         * time/wcsftime_l.c: New file.
827         * time/Makefile (routines): Add strftime_l, wcsftime_l.
828         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
829         strftime_l, wcsftime_l.
830         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
831         or __wcsftime_l instead, taking an extra __locale_t argument.
832
833         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
834         (libc: GLIBC_2.3): ... here.
835
836 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
837
838         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
839
840         * Makefile (distribute): Add LICENSES.
841
842         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
843         sys/debugreg.h.
844
845         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
846
847         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
848
849         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
850
851         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
852
853         * sysdeps/mach/hurd/alpha/Dist: New file.
854
855         * sysdeps/arm/Dist: Add bits/link.h.
856
857         * sunrpc/Makefile: Distribute thrsvc.
858
859         * stdio-common/Makefile: Remove more left-overs from old stdio.
860
861         * include/linewrap.h: Removed.
862
863         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
864
865         * intl/Makefile (distribute): Add plural-eval.c.
866
867 2002-08-27  Roland McGrath  <roland@redhat.com>
868
869         * manual/sysinfo.texi (Mount Information): Correct file name to macro
870         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
871         Say mtab is in either /var/run or /etc.
872
873 2002-08-26  Roland McGrath  <roland@redhat.com>
874
875         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
876         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
877
878         * sysdeps/gnu/Versions: New file.
879         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
880         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
881         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
882         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
883         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
884         and _sys_nerr_internal instead of anything else.  Make it include
885         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
886         Make it emit some asm magic if [EMIT_ERR_MAX].
887         * sysdeps/gnu/errlist.c: Regenerated.
888         * sysdeps/gnu/errlist-compat.awk: New file.
889         * sysdeps/gnu/errlist-compat.c: New file (generated).
890         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
891         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
892         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
893         (SYS_ERRLIST, SYS_NERR): Macros removed.
894         (sys_nerr, _sys_nerr): Remove these weak aliases.
895         * sysdeps/unix/sysv/linux/errlist.c: File removed.
896         * sysdeps/unix/sysv/linux/errlist.h: File removed.
897         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
898
899         * include/libc-symbols.h (declare_symbol): New macro.
900         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
901         * configure.in: New check to define it.
902         * configure: Regenerated.
903
904 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
905
906         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
907         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
908
909         * Make-dist: Remove traces of old stdio.
910         * Makeconfig: Likewise.
911
912         * locale/Makefile (localedef-aux): New variable.  Only md5
913         assigned to it.  These files are not ddistributed in this directory.
914
915         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
916         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
917         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
918
919         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
920
921         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
922         set h_errno to NO_RECOVERY [PR libc/4360].
923
924 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
925
926         * libio/Makefile (tests): Add bug-fopena+.
927         * libio/bug-fopena+.c: New file.
928         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
929         file for _IO_IS_APPENDING if file isn't opened for reading, too.
930
931         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
932
933         * locale/xlocale.c: Fix the last change.  The variable still has
934         to end in _data.
935         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
936         (__libc_tsd_set): Add _data prefix to variable name.
937
938 2002-08-26  Roland McGrath  <roland@redhat.com>
939
940         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
941         macro with inline function.
942         (sigset_get_old_mask): Likewise.
943         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
944         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
945         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
946         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
947         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
948         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
949         values.
950         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
951         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
952
953 2002-07-06  Bruno Haible  <bruno@clisp.org>
954
955         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
956         sigset_get_old_mask): Make it work with larger sigset_t.
957         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
958         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
959         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
960
961 2002-08-26  Roland McGrath  <roland@redhat.com>
962
963         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
964         * manual/filesys.texi (File Times): Document lutimes and futimes.
965         * misc/Makefile (routines): Add them.
966         * misc/Versions (libc: GLIBC_2.3): Likewise.
967         * sysdeps/generic/lutimes.c: New file.
968         * sysdeps/generic/futimes.c: New file.
969         * sysdeps/mach/hurd/lutimes.c: New file.
970         * sysdeps/mach/hurd/futimes.c: New file.
971
972         * manual/filesys.texi (File Times): Add explicit note about null
973         pointer argument to utimes.
974
975 2002-08-26  Roland McGrath  <roland@frob.com>
976
977         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
978         (__ifreq): Add a cast.  Remove an unused variable.
979
980         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
981         _HURD_THREADVAR_LOCALE.
982
983 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
984
985         * posix/regexec.c (re_search_stub): Return correct match length
986         if start != 0.
987         * posix/bug-regex10.c: New test.
988         * posix/Makefile (tests): Add bug-regex10.
989
990 2002-08-26  Brian Youmans  <3diff@gnu.org>
991
992         * COPYING.LIB: Replaced with fresh copy from
993         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
994         suggested copying permission notice now says version 2.1 instead
995         of version 2.
996
997         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
998         from Library GPL.
999         * crypt/crypt_util.c: Likewise.
1000         * crypt/ufc.c: Likewise.
1001         * elf/dl-conflict.c: Likewise.
1002         * elf/dl-iteratephdr.c: Likewise.
1003         * iconv/iconvconfig.h: Likewise.
1004         * malloc/arena.c: Likewise.
1005         * malloc/hooks.c: Likewise.
1006         * malloc/malloc.c: Likewise.
1007         * posix/glob/Makefile.ami: Likewise.
1008         * posix/glob/Makefile.in: Likewise.
1009         * stdlib/gmp-impl.h: Likewise.
1010         * stdlib/gmp.h: Likewise.
1011         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1012         * sysdeps/generic/strnlen.c: Likewise.
1013         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1014         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1015         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1016         * sysdeps/mach/hurd/spawni.c: Likewise.
1017         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1018         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1019         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1020         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1021         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1022         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1023
1024         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1025         Lesser GPL copying permission notice from 2 to 2.1.
1026         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1027         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1028         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1029         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1030         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1031         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1032         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1033         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1034         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1035         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1036         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1037         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1038         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1039         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1040         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1041         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1042         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1043         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1044         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1045         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1046         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1047         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1048         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1049         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1050         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1051         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1052         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1053         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1054         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1055         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1056         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1057         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1058         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1059         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1060         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1061         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1062         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1063         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1064         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1065         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1066         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1067         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1068         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1069         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1070         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1071         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1072         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1073         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1074         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1075         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1076         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1077         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1078         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1079         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1080         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1081
1082         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1083         Moshier and Lesser GPL copying permission notice, per license from
1084         Moshier.
1085         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1086         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1087         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1088         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1089         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1090         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1091         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1092         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1093         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1094         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1095         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1096         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1097         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1098         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1099
1100         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1101         notice, per license from copyright holder Stephen Moshier.
1102         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1103         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1104         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1105         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1106         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1107         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1108         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1109         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1110         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1111
1112 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1113
1114         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1115         (shared-only-routines): Likewise.
1116
1117 2002-08-26  Roland McGrath  <roland@redhat.com>
1118
1119         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1120         name of "", store a null pointer instead.
1121
1122         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1123         * configure: Regenerated.
1124
1125         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1126         Initialize this instead of __libc_tsd_LOCALE_data.
1127
1128         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1129         ptsname_r to EINVAL.
1130
1131         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1132
1133         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1134         implementations depend on pthreads.
1135         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1136         * rt/tst-aio64.c (do_test): Likewise.
1137         * rt/tst-aio2.c (do_test): Likewise.
1138         * rt/tst-aio3.c (do_test): Likewise.
1139         * rt/tst-aio4.c (do_test): Likewise.
1140         * rt/tst-aio5.c (do_test): Likewise.
1141         * rt/tst-aio6.c (do_test): Likewise.
1142         * rt/tst-aio7.c (do_test): Likewise.
1143
1144         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1145         void so as to avoid compiler warnings.
1146
1147         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1148         _IO_wide_data_FD, which is never used here.
1149
1150         * libio/iofread.c
1151         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1152         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1153         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1154
1155         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1156         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1157
1158         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1159         (closelog): Likewise.
1160
1161 2002-07-06  Bruno Haible  <bruno@clisp.org>
1162
1163         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1164
1165         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1166         * sysdeps/unix/alpha/pipe.S: ... here.
1167         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1168
1169         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1170
1171         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1172         * sysdeps/unix/i386/fork.S: Likewise.
1173         * sysdeps/unix/i386/pipe.S: Likewise.
1174         * sysdeps/unix/i386/wait.S: Likewise.
1175
1176         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1177         * sysdeps/unix/arm/fork.S: Likewise.
1178
1179         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1180         arguments.
1181         (DO_CALL): Swap argument order.
1182         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1183         arguments.
1184         (DO_CALL): Swap argument order.
1185         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1186         arguments.
1187         (DO_CALL): Swap argument order.
1188         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1189         arguments.
1190         (DO_CALL): Swap argument order.
1191         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1192         arguments.
1193         (DO_CALL): Swap argument order.
1194         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1195         arguments.
1196         (DO_CALL): Swap argument order.
1197         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1198         arguments.
1199         (DO_CALL): Swap argument order.
1200
1201         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1202         (L): Define right for ELF.
1203         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1204         Now defined in sysdeps/i386/sysdep.h.
1205
1206         * sysdeps/posix/readv.c: Ansify function definition.
1207         * sysdeps/posix/writev.c: Likewise.
1208
1209         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1210         have the same size. Avoid direct cast from size_t to off_t.
1211
1212         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1213         nul byte in entry[n].ut_user.
1214         (simulate_logout): Likewise.
1215
1216         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1217         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1218         existence of corresponding members of 'struct utmp'.
1219         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1220         !_HAVE_UT_TYPE.
1221
1222         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1223         allocate a buffer of at least BUFSIZ bytes, not just of
1224         sizeof (struct dirent).
1225
1226         * sysdeps/generic/glob.c: Include <limits.h>.
1227         (NAME_MAX): Define a fallback.
1228         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1229         stack.
1230         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1231         (main): Allocate enough room for a 'struct dirent64' on the stack.
1232         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1233         'struct dirent'.
1234
1235         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1236         kernel-features.h.
1237
1238         * inet/htontest.c: Include <sys/types.h>.
1239
1240         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1241
1242         * include/sys/sysctl.h: Comment fix.
1243
1244         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1245         _dl_load_lock.
1246         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1247
1248         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1249
1250         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1251         (__getpeername): New alias.
1252         (__getsockname): New alias.
1253         (__socket): New alias.
1254
1255         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1256
1257         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1258         (__fcntl_internal): New alias.
1259         (__profil): New alias.
1260
1261 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1262
1263         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1264         entry was for getaddr* lookup or not.  Add only matching cache
1265         entry.  Change all callers [PR libc/4317].
1266
1267         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1268         finding the read position [PR libc/4265].
1269         * libio/Makefile (tests): Add bug-rewind2.
1270         * libio/bug-rewind2.c: New file.
1271
1272         * libio/bug-rewind.c: Fix creation of temp file.
1273
1274 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1275
1276         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1277         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1278         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1279         to ENOENT if no entry is found.
1280         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1281         failure.
1282         * nis/nss_compat/compat-initgroups.c: Likewise.
1283         * nis/nss_compat/compat-pwd.c: Likewise.
1284         * nis/nss_compat/compat-spwd.c: Likewise.
1285         * nis/nss_nis/nis-alias.c: Likewise.
1286         * nis/nss_nis/nis-ethers.c: Likewise.
1287         * nis/nss_nis/nis-grp.c: Likewise.
1288         * nis/nss_nis/nis-hosts.c: Likewise.
1289         * nis/nss_nis/nis-initgroups.c: Likewise.
1290         * nis/nss_nis/nis-netgrp.c: Likewise.
1291         * nis/nss_nis/nis-network.c: Likewise.
1292         * nis/nss_nis/nis-proto.c: Likewise.
1293         * nis/nss_nis/nis-publickey.c: Likewise.
1294         * nis/nss_nis/nis-pwd.c: Likewise.
1295         * nis/nss_nis/nis-rpc.c: Likewise.
1296         * nis/nss_nis/nis-service.c: Likewise.
1297         * nis/nss_nis/nis-spwd.c: Likewise.
1298         * resolv/nss_dns/dns-host.c: Likewise.
1299         * resolv/nss_dns/dns-network.c: Likewise.
1300         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1301         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1302         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1303         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1304         * nis/nss_nisplus/nisplus-network.c: Likewise.
1305         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1306         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1307         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1308         * nis/nss_nisplus/nisplus-service.c: Likewise.
1309         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1310         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1311         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1312         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1313         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1314
1315         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1316         declaring __restore and __restore_rt as hidden (if possible).
1317
1318 2002-08-25  Roland McGrath  <roland@redhat.com>
1319
1320         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1321
1322         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1323         (getutent_r_file, internal_getut_r): Updated all callers.
1324         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1325
1326 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1327
1328         * locale/programs/locale.c: Don't print aliases for non-existing
1329         locales for 'locale -a'.
1330         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1331
1332 2002-07-19  H.J. Lu  <hjl@gnu.org>
1333
1334         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1335
1336 2002-07-16  H.J. Lu  <hjl@gnu.org>
1337
1338         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1339         sys/personality.h.
1340         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1341
1342 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1343
1344         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1345         not moved ahead of the fputs call.
1346         * elf/tst-tlsmod2.c (in_dso): Likewise.
1347         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1348         * elf/tst-tlsmod4.c (in_dso): Likewise.
1349
1350 2002-08-25  Andreas Schwab  <schwab@suse.de>
1351
1352         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1353
1354 2002-08-25  Roland McGrath  <roland@redhat.com>
1355
1356         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1357         resetting handler, to avoid the possibility of a spurious SIGALRM
1358         delivered to the user's handler.
1359         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1360
1361         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1362         set -fkeep-inline-functions, which is not needed for the current file.
1363
1364         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1365         (_dl_setup_hash): Add attribute_hidden.
1366         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1367         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1368         (_dl_new_object, _dl_map_object_deps): Likewise.
1369         (_dl_map_object_deps_internal): Remove decl.
1370         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1371
1372         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1373         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1374         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1375         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1376         instead relying on the compiler to produce only GOTOFF variable refs.
1377
1378 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1379
1380         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1381
1382         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1383         inline to avoid defining it in every file which includes this header.
1384
1385         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1386         defining DONT_USE_BOOTSTRAP_MAP.
1387
1388         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1389         * libio/tst-mmap-setvbuf.c (main): Likewise.
1390         * libio/tst-widetext.c (main): Likewise.
1391
1392         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1393         message.
1394         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1395         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1396
1397         * sysdeps/i386/elf/configure.in: Unconditionally define
1398         PI_STATIC_AND_HIDDEN.
1399         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1400         PI_STATIC_AND_HIDDEN is defined as well.
1401         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1402
1403 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1404
1405         * sysdeps/ia64/bzero.S: Define __bzero as well.
1406
1407         * locale/programs/charmap.c (charmap_new_char): Don't use
1408         ULONG_MAX as maximum UCS4 value.
1409
1410         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1411
1412         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1413
1414         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1415         * malloc/malloc.c (mALLINFo): Likewise.
1416
1417         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1418
1419         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1420         examining result of _IO_do_flush call.
1421
1422         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1423         Use prec not spec when sizing buffers.
1424
1425         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1426         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1427         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1428         * stdio-common/vfscanf.c (inchar): Likewise.
1429         * misc/efgcvt_r.c (fcvt_r): Likewise.
1430         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1431         * elf/readlib.c (process_file): Likewise.
1432         * elf/sprof.c (load_profdata): Likewise.
1433         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1434         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1435         * locale/programs/charmap.c (charmap_read): Likewise.
1436         * libio/fileops.c: Likewise.
1437         * libio/fmemopen.c: Likewise.
1438         * stdlib/strtod.c: Likewise.
1439         * elf/dl-load.c: Likewise.
1440         * iconv/iconvconfig.c: Likewise.
1441         * iconv/iconv_prog.c (process_block): Likewise.
1442         * elf/rtld.c (dl_main): Likewise.
1443
1444         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1445         macro to calm down the compiler.
1446
1447         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1448
1449         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1450
1451         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1452         placement of errno definition.
1453         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1454         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1455         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1456         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1457         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1458
1459         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1460         from 1024 to 65536, to avoid buffer overrun.
1461
1462 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1463
1464         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1465         from 1024 to 65536, to avoid buffer overrun.
1466         * resolv/res_query.c (MAXPACKET): Likewise.
1467
1468 2002-08-24  Andreas Jaeger  <aj@suse.de>
1469
1470         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1471
1472 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1473
1474         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1475         two52 locally.
1476         (log2): Likewise.
1477         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1478         Patch by Simon Gee <simong@agile.tv>.
1479
1480         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1481         Prefer reading /proc/stat since it is more uniform across
1482         architectures.
1483
1484         * manual/texinfo.tex: Update to latest official version.
1485
1486         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1487         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1488         * sysdeps/gnu/bits/shm.h: Likewise.
1489         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1490         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1491         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1492         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1493         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1494         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1495         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1496         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1497         since this is what the kernel says.
1498
1499         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1500         since ssize_t is needed as well.  Replace const with __const.
1501
1502 2002-08-23  Roland McGrath  <roland@redhat.com>
1503
1504         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1505         __malloc_hook, __realloc_hook, __memalign_hook,
1506         __after_morecore_hook): Variable definitions moved to ...
1507         * malloc/malloc.c: ... here, so as to be before all references.
1508
1509         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1510         global variable reference in an unused asm parameter, to ensure the
1511         compiler has set up the GOT register before we use it.
1512
1513         * malloc/hooks.c: Move variable definitions ahead of uses.
1514         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1515         initializers that make reference to variables they define.
1516
1517 2002-08-23  Andreas Jaeger  <aj@suse.de>
1518
1519         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1520         alloca, free, qsort.
1521
1522         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1523
1524         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1525         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1526
1527         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1528         <hch@lst.de>.
1529         * sysdeps/generic/fgetxattr.c: New file.
1530         * sysdeps/generic/flistxattr.c: New file.
1531         * sysdeps/generic/fremovexattr.c: New file.
1532         * sysdeps/generic/fsetxattr.c: New file.
1533         * sysdeps/generic/getxattr.c: New file.
1534         * sysdeps/generic/listxattr.c: New file.
1535         * sysdeps/generic/lgetxattr.c: New file.
1536         * sysdeps/generic/llistxattr.c: New file.
1537         * sysdeps/generic/lremovexattr.c: New file.
1538         * sysdeps/generic/lsetxattr.c: New file.
1539         * sysdeps/generic/removexattr.c: New file.
1540         * sysdeps/generic/setxattr.c: New file.
1541         * misc/Makefile (headers): Add sys/xattr.h.
1542         (routines): Add *xattr calls.
1543         * misc/Versions: Add *xattr calls with version 2.3.
1544         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1545         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1546         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1547         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1548         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1549         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1550         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1551         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1552
1553 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1554
1555         * sysdeps/powerpc/elf/libc-start.c
1556         (__cache_line_size): Declare.
1557         (__aux_init_cache): New function.
1558         (__libc_start_main): Change type of `auxvec' parameter to
1559         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1560         __aux_init_cache.
1561         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1562         (__cache_line_size): Declare.
1563         (__aux_init_cache): New function.
1564         (DL_PLATFORM_INIT): Define.
1565         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1566         value to select the correct stride for dcbz.
1567
1568 2002-08-22  Andreas Jaeger  <aj@suse.de>
1569
1570         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1571         shmat.
1572
1573 2002-08-22  Roland McGrath  <roland@redhat.com>
1574
1575         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1576         position indicated by locrectab against file bounds before rounding to
1577         page size.  In mapping loop, always set TO before breaking out of
1578         contiguous range coalescing loop.
1579
1580         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1581         (or MAP_COPY if available) instead of MAP_SHARED.
1582
1583         * scripts/firstversions.awk: When encountering a version newer than
1584         the specified earliest version, be sure to emit the specified earliest
1585         version first if any renaming of an older version to that has been.
1586
1587 2002-08-21  Roland McGrath  <roland@redhat.com>
1588
1589         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1590         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1591         (Configuring and compiling): Don't mention older GCC versions any more.
1592         * INSTALL: Regenerated.
1593
1594         * manual/install.texi (Configuring and compiling, Installation,
1595         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1596
1597         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1598         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1599         and with noinline otherwise.  Remove hack alloca use to prevent
1600         inlining, we can ask for it explicitly nowadays.
1601
1602         * dlfcn/bug-dlsym1.c: New file.
1603         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1604         * dlfcn/Makefile (distribute): Add them.
1605         (tests): Add bug-dlsym1 here.
1606         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1607         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1608         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1609
1610 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1611
1612         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1613         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1614         before relocation.
1615         (_dl_start): Don't use local bootstrap_map variable if
1616         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1617         pass bootstrap_map to _dl_start_final in this case either.  Don't
1618         pass start_time to _dl_start_final ever.
1619         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1620
1621         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1622         This cripples the scope lists necessary to search for symbols in
1623         dependencies which are not in the global scope.
1624
1625         * include/setjmp.h (__libc_longjmp): Add declaration.
1626
1627 2002-08-21  Andreas Jaeger  <aj@suse.de>
1628
1629         * sysdeps/x86_64/_mcount.S: Fix assembler.
1630
1631         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1632         with biarch support.
1633
1634 2002-08-21  Andreas Jaeger  <aj@suse.de>
1635
1636         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1637
1638         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1639
1640         * sysdeps/x86_64/machine-gmon.h: New file.
1641         * sysdeps/x86_64/_mcount.S: New file.
1642
1643 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1644
1645         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1646         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1647         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1648         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1649         to TL_INIT_TP.  Otherwise pass 1.
1650         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1651         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1652
1653 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1654
1655         * locale/programs/localedef.c (add_to_readlist): Error about
1656         circular dependencies only if the locale in question hasn't
1657         been finished.
1658         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1659         CTYPE_LOCALE to load_locale.
1660         * locale/programs/locfile.c (locfile_read): Don't include
1661         unneeded but available locales in locale_mask.
1662
1663         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1664         print any messages about enlarging archive.
1665
1666 2002-08-20  Brian Youmans  <3diff@gnu.org>
1667
1668         * manual/contrib.texi: Removed licenses, added acknowledgements
1669         for contributions by Intel, IBM, Craig Metz.
1670         * LICENSES: New file, contains the text of all non-FSF licenses in the
1671         distribution that require putting the notice in the accompanying
1672         documentation.
1673         * README.template, README: Mention LICENSES.
1674
1675         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1676         new one modelled on the modern BSD license, per recent letter
1677         of permission from CMU.
1678         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1679
1680         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1681         from IBM to FSF, per the recent Software Letter.  Changed the
1682         distribution terms from GPL to LGPL.
1683
1684         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1685         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1686         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1687         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1688         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1689         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1690         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1691         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1692         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1693         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1694
1695         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1696         from IBM to FSF, per the recent Software Letter.  Corrected the
1697         text of the copying permission notice to say Lesser GPL instead
1698         of GPL in warranty disclaimer paragraph.
1699         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1700         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1701         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1702         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1703         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1704         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1705         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1706         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1707         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1708         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1709         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1710         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1711         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1712         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1713         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1714         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1715         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1716         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1717         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1718         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1719         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1720
1721         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1722         permission notice to say Lesser GPL instead of GPL in warranty
1723         disclaimer paragraph.
1724         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1725         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1726         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1727         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1728         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1729         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1730         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1731         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1732         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1733         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1734         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1735         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1736         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1737         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1738         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1739         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1740         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1741         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1742         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1743         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1744         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1745         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1746         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1747
1748 2002-08-20  Roland McGrath  <roland@redhat.com>
1749
1750         Fix ABI compatibility with libc compiled with old tools on powerpc.
1751         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1752         and Jack Howarth <howarth@bromo.med.uc.edu>.
1753         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1754         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1755         pass -DHAVE_DOT_HIDDEN for these files.
1756         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1757         __floatdisf.
1758         * sysdeps/powerpc/divdi3.c: New file.
1759         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1760         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
1761
1762 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
1763
1764         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
1765         partially overlapping mappings.  Remove unneeded (char *) casts.
1766         Never allow duplication of ranges in mapped areas.
1767
1768 2002-08-20  Roland McGrath  <roland@redhat.com>
1769
1770         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
1771         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
1772
1773 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1774
1775         * include/unistd.h: Don't hide _exit.
1776
1777         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
1778         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
1779         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
1780         argument 1 to TLS_INIT_TP.
1781         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
1782
1783         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
1784
1785         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
1786         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
1787         memory allocation to...
1788         (allocate_dtv): ...here.  New function.
1789         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
1790         call allocate_dtv instead of _dl_allocate_tls_storage.
1791         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
1792         (_dl_get_tls_static_info): New function.
1793         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
1794         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
1795
1796 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
1797
1798         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
1799         immediately if result == NULL.
1800
1801 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1802
1803         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
1804
1805 2002-08-18  Roland McGrath  <roland@frob.com>
1806
1807         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
1808         instead of __file_name_split.
1809         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
1810
1811         * sysdeps/mach/hurd/dl-sysdep.c
1812         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
1813         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
1814
1815 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
1816
1817         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
1818         in change before last: MAX -> MIN.
1819
1820 2002-08-15  Roland McGrath  <roland@redhat.com>
1821
1822         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
1823         if seek would go past it.
1824         (mmap_remap_check): If file position is at or past EOF after check,
1825         leave read pointers at EOF and don't seek.
1826
1827         * libio/tst-mmap-offend.c: New file.
1828         * libio/Makefile (tests): Add it.
1829
1830         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
1831         the name as passed, rather than the name in the archive dictionary.
1832
1833 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
1834
1835         * csu/Makefile: Define elide-routines.os not static-only-routines.
1836
1837         * include/sched.h (__clone): Add varargs at the end.
1838
1839         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
1840         case.
1841         (TLS_INIT_HELPER): If defined, use it.
1842         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
1843
1844 2002-08-15  Roland McGrath  <roland@redhat.com>
1845
1846         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
1847         on L->l_prev; it can happen under rtld --verify too.
1848
1849         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
1850         header separately, just map an initial window of 2MB from the file
1851         and remap if that is not large enough to cover the whole header.
1852
1853 2002-08-15  Andreas Jaeger  <aj@suse.de>
1854
1855         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
1856         version 2.3.
1857         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1858         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1859         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1860         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1861         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1862         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1863         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1864         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
1865         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
1866         Patch by Andreas Gruenbacher <agruen@suse.de>.
1867
1868         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
1869
1870 2002-08-14  Roland McGrath  <roland@redhat.com>
1871
1872         * locale/locarchive.h (struct locale_category_data): Give this name to
1873         the type of locale_data_t's elements.
1874         * locale/programs/locarchive.c (cmpcategorysize): New static function.
1875         (add_locale): Use that to sort the categories by size and put all
1876         those that fit into two pages into the LC_ALL block, instead of
1877         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
1878         (show_archive_content): Detect categories inside LC_ALL block
1879         directly, instead of hard-coding.
1880         (oldlocrecentcmp): Compare just on file locations used.
1881
1882 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
1883
1884         * locale/programs/locarchive.c (struct oldlocrecent): New type.
1885         (oldlocrecentcmp): New function.
1886         (enlarge_archive): Re-add locales in the order they were added
1887         to the archive.
1888         (add_locale): Put all the small locale files together, if the small
1889         locale file block would occupy less pages if page size aligned, align
1890         it.
1891         (show_archive_content): Adjust for locale archives optimized for speed.
1892
1893 2002-08-14  Roland McGrath  <roland@frob.com>
1894
1895         * configure.in: Use "MISSING" as not-found value for MIG.
1896         * sysdeps/mach/configure.in: Fatal if mig not found.
1897         * configure, sysdeps/mach/configure: Regenerated.
1898
1899 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1900
1901         * locale/loadarchive.c (archfname): Add missing slash.
1902
1903         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
1904         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
1905
1906 2002-08-12  Roland McGrath  <roland@redhat.com>
1907
1908         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
1909         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
1910         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
1911         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
1912         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
1913         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
1914         * sysdeps/generic/waitpid.c: Likewise.
1915
1916         * include/net/if.h: New file.  Use libc_hidden_proto
1917         for if_nametoindex and if_indextoname.
1918         * sysdeps/generic/if_index.c: Add libc_hidden_def.
1919         * sysdeps/mach/hurd/if_index.c: Likewise.
1920         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
1921
1922         * include/grp.h (setgroups): Add libc_hidden_proto.
1923         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
1924         * sysdeps/mach/hurd/setgroups.c: Likewise.
1925         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
1926         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
1927
1928 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
1929
1930         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
1931         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
1932         * sysdeps/generic/setegid.c (setegid): Likewise.
1933         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
1934         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
1935         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
1936         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
1937         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
1938         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
1939         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
1940         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
1941         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
1942         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
1943         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
1944         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
1945         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
1946
1947         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
1948         __lxstat_internal, __lxstat64_internal): Remove.
1949         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
1950         Add hidden_proto.
1951         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
1952         Remove INTDEF where present, remove #undef at the beginning.
1953         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
1954         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
1955         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
1956         * sysdeps/generic/xstat.c (__xstat): Likewise.
1957         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
1958         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
1959         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
1960         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
1961         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
1962         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
1963         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
1964         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
1965         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
1966         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
1967         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
1968         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
1969         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
1970         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
1971         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
1972         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
1973         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
1974         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
1975         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
1976         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
1977         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
1978         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
1979         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
1980         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
1981         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
1982         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
1983         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
1984         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
1985         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
1986         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
1987         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
1988         * sysdeps/unix/xstat.c (__xstat): Likewise.
1989
1990         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
1991         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
1992         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
1993         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
1994         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
1995         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
1996         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
1997
1998         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
1999         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2000         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2001         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2002         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2003         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2004         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2005         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2006         Likewise.
2007         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2008         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2009         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2010         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2011         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2012         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2013         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2014         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2015
2016         * include/string.h (strcoll): Add libc_hidden_proto.
2017         * string/strcoll.c (strcoll): Add libc_hidden_def.
2018
2019         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2020
2021 2002-08-11  Philip Blundell  <philb@gnu.org>
2022
2023         * sysdeps/arm/Makefile: New file.
2024
2025 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2026
2027         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2028         by another '|', end of regex or enclosing ')', clear branch.
2029         * posix/bug-regex9.c: New test.
2030         * posix/Makefile (tests): Add bug-regex9.
2031
2032 2002-08-12  Roland McGrath  <roland@redhat.com>
2033
2034         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2035         start count condition, use TOTAL instead of variable that was never
2036         set.  Fix outer loop termination condition to TOTAL >= after update.
2037
2038         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2039         dl_tls_static_align and dl_tls_static_nelem.
2040
2041 2002-08-11  Roland McGrath  <roland@redhat.com>
2042
2043         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2044         of the TLS macros, otherwise the compiler might not have initialized
2045         the PIC register yet when we use the PLT via asm.
2046         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2047         * elf/tst-tlsmod2.c (in_dso): Likewise.
2048
2049         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2050
2051         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2052         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2053
2054         * include/unistd.h: Use libc_hidden_proto for getdomainname
2055         and getlogin_r.
2056         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2057         * sysdeps/mach/hurd/getdomain.c: Likewise.
2058         * sysdeps/unix/getlogin_r.c: Likewise.
2059         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2060         * sysdeps/generic/getlogin_r.c: Likewise.
2061
2062         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2063         * sunrpc/rtime.c: Add libc_hidden_def.
2064
2065         * include/string.h: Use libc_hidden_proto for basename.
2066         * string/basename.c [_LIBC]: Add libc_hidden_def.
2067
2068         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2069
2070         * locale/loadarchive.c: munmap -> __munmap throughout.
2071
2072         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2073         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2074         * sysdeps/generic/gai_strerror.c: Likewise.
2075
2076         * include/sys/errno.h: New file.
2077
2078         * include/signal.h: No libc_hidden_proto for raise,
2079         __libc_current_sigrtmin, __libc_current_sigrtmax.
2080         These need to be overridden by linuxthreads.
2081         * sysdeps/posix/raise.c: Reverted.
2082         * sysdeps/generic/raise.c: Reverted.
2083         * signal/allocrtsig.c: Reverted.
2084
2085         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2086
2087 2002-08-10  Roland McGrath  <roland@redhat.com>
2088
2089         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2090         * locale/localeinfo.h: Declare it.
2091         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2092         current locale if it's not in the file list.
2093         Call _nl_archive_subfreeres.
2094
2095 2002-08-10  Andreas Jaeger  <aj@suse.de>
2096
2097         * sysdeps/i386/strchr.S: Add comment.
2098
2099 2002-08-10  Roland McGrath  <roland@redhat.com>
2100
2101         * include/wchar.h (putwc): Use libc_hidden_proto.
2102         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2103         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2104         * stdio-common/dprintf.c: Add libc_hidden_def.
2105         * stdio-common/fprintf.c: Likewise.
2106         * stdio-common/sprintf.c: Likewise.
2107         * stdio-common/sscanf.c: Likewise.
2108         * libio/iofwrite.c: Likewise.
2109         * libio/memstream.c: Likewise.
2110         * libio/putwc.c: Likewise.
2111         * stdio-common/perror.c: Likewise.
2112         * sysdeps/posix/remove.c: Likewise.
2113         * sysdeps/generic/remove.c: Likewise.
2114         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2115         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2116
2117 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2118
2119         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2120         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2121         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2122         towlower, towupper): Add libc_hidden_weak.
2123
2124         * include/bits/dlfcn.h: New file.
2125         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2126
2127         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2128         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2129         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2130         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2131         * include/shadow.h (_nss_files_parse_spent): Likewise.
2132         * include/netdb.h (_nss_files_parse_protoent,
2133         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2134         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2135         (LINE_PARSER): Use it.
2136         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2137         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2138
2139         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2140         #endif.
2141
2142         * manual/debug.texi (%MENU%): Remove trailing dot.
2143         Reported by <hayastan132@hotmail.com>.
2144
2145         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2146         aliases.
2147         (lseek): Dummy.
2148         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2149         Likewise.
2150
2151 2002-08-09  Roland McGrath  <roland@redhat.com>
2152
2153         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2154         name to find codeset name (if any) and normalize it.  If the
2155         normalized name differs, look up only that in the archive.
2156         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2157         contains a codeset, normalize the codeset store only the normalized
2158         name in the archive.  If not, add an alias containing the locale's
2159         normalized codeset name.  Apply codeset name normalization when
2160         matching entries in the alias file.
2161
2162         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2163         decrement HEAD->namehash_used here.
2164         (add_locale): Only need to insert name string when name_offset != 0.
2165
2166         * locale/programs/localedef.c (options): Add -A/--alias-file.
2167         (alias_file): New variable.
2168         (parse_opt): Grok -A, set that.
2169         * locale/programs/localedef.h: Declare it.
2170
2171         * locale/locarchive.h (struct locrecent): Add `refs' member.
2172         * locale/programs/locarchive.c (insert_name): New function, broken out
2173         of ...
2174         (add_locale_to_archive): ... here.  Call that.
2175         (add_alias): New function.
2176         (add_locale): New static function, add_locale_to_archive renamed.
2177         (add_locale_to_archive): Call that and use add_alias to add an alias
2178         for the name with codeset if the given name lacks it.
2179         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2180
2181         * locale/Makefile (routines): Add loadarchive.
2182         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2183         (_nl_load_locale_from_archive): New function.
2184         * locale/localeinfo.h: Declare it.
2185         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2186         try _nl_load_locale_from_archive first.
2187
2188         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2189         broken out of _nl_load_locale.
2190         (_nl_load_locale): Call that.
2191         * locale/localeinfo.h: Declare it.
2192         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2193         (struct locale_data): Remove unused member `options'.
2194         * locale/findlocale.c (_nl_remove_locale): Update uses.
2195         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2196         * locale/C-collate.c: Update initializer.
2197         * locale/C-identification.c: Likewise.
2198         * locale/C-measurement.c: Likewise.
2199         * locale/C-telephone.c: Likewise.
2200         * locale/C-address.c: Likewise.
2201         * locale/C-name.c: Likewise.
2202         * locale/C-paper.c: Likewise.
2203         * locale/C-time.c: Likewise.
2204         * locale/C-numeric.c: Likewise.
2205         * locale/C-monetary.c: Likewise.
2206         * locale/C-messages.c : Likewise.
2207         * locale/C-ctype.c: Likewise.
2208
2209         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2210         use CHAR_BIT instead of BITSPERBYTE.
2211
2212         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2213         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2214         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2215         (_nl_remove_locale): Likewise.
2216         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2217
2218         * locale/findlocale.c (_nl_default_locale_path): New variable.
2219         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2220         * locale/localeinfo.h: Declare it.
2221         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2222         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2223         * locale/newlocale.c (__newlocale): Likewise.
2224
2225         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2226         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2227         * sysdeps/generic/morecore.c: Likewise.
2228         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2229         (__libc_current_sigrtmax): Likewise.
2230
2231 2002-08-08  Roland McGrath  <roland@redhat.com>
2232
2233         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2234         * catgets/open_catalog.c (__open_catalog): Likewise.
2235
2236         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2237         from typo INITIAL_NUM_NANES.
2238         (create_archive): Update use.
2239
2240 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2241
2242         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2243
2244 2002-08-08  Roland McGrath  <roland@frob.com>
2245
2246         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2247
2248 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2249
2250         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2251         else and undefine after including wcstol_l.c.
2252         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2253
2254 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2255
2256         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2257
2258 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2259
2260         * configure.in: Make the test for broken_alias_attribute stricter.
2261
2262 2002-05-24  Robert Love  <rml@tech9.net>
2263
2264         * posix/Makefile (routines): Add sched_getaffinity and
2265         sched_setaffinity.
2266         * posix/sched.h: Add declarations for sched_getaffinity and
2267         sched_setaffinity.
2268         * sysdeps/generic/sched_getaffinity.c: New file.
2269         * sysdeps/generic/sched_setaffinity.c: New file.
2270         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2271         sched_setaffinity.
2272
2273 2002-08-06  Andreas Schwab  <schwab@suse.de>
2274
2275         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2276
2277 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2278
2279         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2280         message.
2281
2282         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2283         It is known to be defined.
2284
2285         * include/string.h: Define index and rindex only if _ISOMAC is not
2286         defined.
2287
2288         * elf/rtld.c: Include <errno.h>.
2289         * sysdeps/generic/libc-tls.c: Likewise.
2290
2291 2002-08-07  Roland McGrath  <roland@redhat.com>
2292
2293         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2294         it internally.
2295         (precsize_aton): Likewise.
2296
2297         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2298         the static symbols added in the last change (doofus is me).
2299
2300         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2301         loop to notice missing categories in a composite name.
2302
2303         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2304         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2305         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2306         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2307
2308 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2309
2310         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2311
2312 2002-08-07  Roland McGrath  <roland@redhat.com>
2313
2314         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2315         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2316         Reported by Jakub Jelinek  <jakub@redhat.com>.
2317
2318 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2319
2320         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2321         division.
2322
2323 2002-08-06  Roland McGrath  <roland@redhat.com>
2324
2325         * include/getopt.h: Put private decls inside [_GETOPT_H].
2326         Use libc_hidden_proto for getopt_long, getopt_long_only.
2327         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2328         Add libc_hidden_def.
2329
2330         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2331         Define as a macro for __dl_iterate_phdr.
2332
2333         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2334         made static.  Add __ name as a strong alias.
2335         (internal_endnetgrent): Likewise.
2336         (internal_getnetgrent_r): Likewise.
2337
2338         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2339         with no __ prefix.
2340         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2341         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2342         all *_l functions with no __ prefix.
2343         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2344         * ctype/ctype_l.c: Likewise.
2345         * locale/nl_langinfo.c: Likewise.
2346         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2347         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2348         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2349         * wctype/wctype.h [__USE_GNU]: Likewise.
2350         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2351         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2352         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2353         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2354         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2355         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2356         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2357         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2358         (__wcscasecmp_l): Add libc_hidden_def.
2359         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2360         (__wcsncasecmp_l): Add libc_hidden_def.
2361         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2362         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2363         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2364         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2365         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2366         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2367         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2368         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2369         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2370         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2371         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2372         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2373         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2374         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2375
2376 2002-08-05  Roland McGrath  <roland@redhat.com>
2377
2378         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2379         netname2user, host2netname, user2netname, key_gendes.
2380         * sunrpc/netname.c: Add libc_hidden_def.
2381         * sunrpc/key_call.c: Likewise.
2382
2383         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2384         freeaddrinfo.
2385         * inet/getnameinfo.c: Add libc_hidden_def.
2386         * sysdeps/generic/getaddrinfo.c: Likewise.
2387         * sysdeps/posix/getaddrinfo.c: Likewise.
2388
2389         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2390         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2391         * wcsmbs/wmemset.c: Add libc_hidden_def.
2392
2393         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2394         (index, rindex): Define as macros for strchr, strrchr.
2395
2396         * string/envz.c (envz_strip): index -> strchr
2397
2398         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2399         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2400
2401         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2402         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2403
2404         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2405         * stdlib/wctomb.c: Add libc_hidden_def.
2406
2407         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2408         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2409         * resolv/herror.c: Likewise.
2410         * inet/rcmd.c: Add libc_hidden_def.
2411         * inet/ruserpass.c: Likewise.
2412         * inet/getnetgrent_r.c: Likewise.
2413
2414         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2415         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2416         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2417         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2418         libc_hidden_def.
2419         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2420         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2421
2422         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2423         __libc_system.
2424         (__libc_system): Call it, putting just the line == NULL test here.
2425
2426         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2427         variables work right.
2428
2429         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2430         * elf/dl-close.c (_dl_close): Likewise.
2431
2432         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2433         in6addr_any, in6addr_loopback.  Remove decls for
2434         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2435         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2436         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2437         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2438         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2439         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2440         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2441         in6addr_loopback.
2442         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2443
2444         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2445         ether_aton_r.
2446         * inet/ether_aton_r.c: Add libc_hidden_def.
2447         * inet/ether_ntoa_r.c: Likewise.
2448
2449         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2450         xprt_unregister.
2451         * sunrpc/svc.c: Add libc_hidden_def.
2452         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2453         pmap_set, pmap_unset.
2454         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2455         * sunrpc/pm_getport.c: Likewise.
2456         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2457         * sunrpc/publickey.c: Add libc_hidden_def.
2458
2459 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2460
2461         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2462         the other memset call in this function.
2463
2464         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2465         at correct index.  Clear BSS region now that memalign is used.
2466
2467 2002-08-05  Roland McGrath  <roland@redhat.com>
2468
2469         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2470         * sysdeps/generic/uname.c: Add libc_hidden_def.
2471         * sysdeps/mach/hurd/uname.c: Likewise.
2472
2473 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2474
2475         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2476         wcspbrk): Add libc_hidden_proto.
2477         * time/strftime.c (my_strftime): Add libc_hidden_def.
2478         (strftime): Remove libc_hidden_def.
2479         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2480         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2481         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2482         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2483         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2484         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2485
2486         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2487         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2488         __rpc_thread_createerr): Add libc_hidden_proto.
2489         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2490         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2491         __rpc_thread_createerr): Add libc_hidden_def.
2492
2493         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2494         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2495         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2496         clnt_perror, clnt_sperror): Add libc_hidden_def.
2497         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2498
2499         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2500         libc_hidden_proto.
2501         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2502         * sunrpc/des_soft.c (des_setparity): Likewise.
2503
2504         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2505         Add libc_hidden_proto.
2506         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2507         Add libc_hidden_def.
2508
2509 2002-08-05  Roland McGrath  <roland@redhat.com>
2510
2511         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2512         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2513         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2514         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2515         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2516         old data, abandoning the original memory allocated by rtld at startup,
2517         instead of calling realloc normally.
2518
2519 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2520
2521         * po/fr.po: Update from translation team.
2522
2523 2002-08-04  Roland McGrath  <roland@redhat.com>
2524
2525         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2526         then generate a dummy module under the given name, obeying the
2527         normal rules for the "caller" field.
2528
2529         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2530         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2531
2532         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2533         weak here; we declare it weak or strong in the one place we use it.
2534         * sysdeps/generic/libc-start.c: ... which is here.
2535         Don't make the decl weak if [USE_TLS], since static programs need TLS
2536         setup even when single-threaded.
2537
2538         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2539
2540         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2541         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2542         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2543         all these variables.
2544
2545 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2546
2547         * include/stdio.h: Don't define macro magic to redirect function
2548         calls if _ISOMAC is defined.
2549
2550         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2551         ldouble asin tests.
2552
2553 2002-08-04  Roland McGrath  <roland@redhat.com>
2554
2555         * stdlib/lrand48_r.c: Add libc_hidden_def.
2556
2557         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2558         TCB with __libc_memalign instead of mmap.
2559         (_dl_deallocate_tls): Free it with free instead of munmap.
2560
2561         * Makerules (cpp-srcs-left): When setting this to run
2562         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2563         words.  Combine the two loops into one on the concatenated list,
2564         including those as well as $(test-srcs).
2565
2566         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2567         since we align here with optimally minimal waste anyway.
2568         (malloc): Just call that.
2569
2570         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2571         the right variable.
2572
2573         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2574         to compute memory location for l_tls_initimage.
2575         * elf/rtld.c (_dl_start): Likewise.
2576         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2577
2578         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2579         because the .d file is generated in the non-shared case and
2580         so fails to catch them otherwise.
2581
2582         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2583         split out of _dl_allocate_tls.
2584         (_dl_allocate_tls_init): Likewise.
2585         (_dl_allocate_tls): Call those.
2586         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2587         * elf/rtld.c (dl_main): Call them separately instead of calling
2588         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2589         is finished, so that the initializer data has been relocated before we
2590         copy it into the main thread's TLS block.
2591
2592         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2593         loop conditions, prevented the last used module from being initialized.
2594
2595 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2596
2597         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2598         if glob resp. globfree are not macros.
2599         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2600         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2601         Add libc_hidden_ver.
2602         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2603         libc_hidden_def.
2604         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2605         instead of libc_hidden_weak.
2606         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2607         libc_hidden_ver instead of libc_hidden_def.
2608         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2609         libc_hidden_ver instead of libc_hidden_def.
2610         (wcstoll, wcstoq): Remove libc_hidden_weak.
2611         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2612         libc_hidden_ver.
2613         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2614         libc_hidden_ver.
2615         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2616         libc_hidden_ver.
2617         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2618         libc_hidden_ver.
2619
2620 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2621
2622         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2623         to access _sys_siglist.
2624         * string/strsignal.c: Likewise.
2625         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2626         * sysdeps/gnu/siglist.c: Likewise.
2627         * sysdeps/unix/siglist.c: Likewise.
2628         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2629
2630         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2631
2632         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2633
2634         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2635         alias and use it.
2636         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2637
2638         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2639         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2640         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2641
2642         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2643         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2644
2645         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2646         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2647         and __gconv_get_cache respectively.
2648         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2649         defined static.  Change all users.
2650         (__gconv_get_cache): New function.
2651         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2652         (__gconv_get_alias_db): New function.
2653         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2654         (__conv_modules_db): Likewise.
2655         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2656         and __gconv_get_alias_db.
2657         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2658         variables.
2659
2660         * include/stdlib.h: Add prototype and libc_hidden_proto for
2661         __default_morecore.
2662         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2663
2664         * malloc/obstack.c: Remove fputs macro.
2665
2666         * malloc/mtrace.c: Remove fopen macro.
2667
2668 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2669
2670         * manual/debug.texi: Fix spelling to programmatically.
2671         Reported by <hayastan132@hotmail.com>.
2672
2673 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2674
2675         * include/libio.h: Add libc_hidden_proto for __uflow.
2676         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2677         fgetpos to _IO_* names.
2678         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2679         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2680         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2681         putwc_unlocked, vswscanf.
2682         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2683         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2684         * libio/fseek.c: Likewise.
2685         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2686         not fopencookie.
2687         * libio/genops.c (__uflow): Add libc_hidden_def.
2688         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2689         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2690         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2691         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2692         * libio/iofread_u.c (fread_unlocked): Likewise.
2693         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2694         * libio/iovswscanf.c (vswscanf): Likewise.
2695         * libio/putwc_u.c (putwc_unlocked): Likewise.
2696         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2697         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2698         * malloc/mtrace.c: Likewise.
2699
2700         * sunrpc/clnt_perr.c: Remove fputs macro.
2701         * sunrpc/svc_simple.c: Likewise.
2702         * sunrpc/svc_tcp.c: Likewise.
2703         * sunrpc/svc_udp.c: Likewise.
2704         * sunrpc/xdr_rec.c: Likewise.
2705         * sunrpc/xdr_ref.c: Likewise.
2706
2707         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2708         iconv_prog, linereader, and charmap-dir.
2709         * locale/Makefile: Likewise for locale and charmap-dir.
2710         * malloc/Makefile: Likewise for memusagestat.
2711         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2712         * sunrpc/Makefile: Likewise for rpc_main.
2713         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2714         * timezone/Makefile: Likewise for zic.
2715
2716         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2717
2718         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2719         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2720         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2721         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2722         _dl_close.
2723
2724         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2725         __wunderflow.
2726         * libio/genops.c (__underflow): Add libc_hidden_def.
2727         * libio/wgenops.c (__wuflow): Likewise.
2728         (__wunderflow): Likewise.
2729
2730         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2731         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2732
2733         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2734         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2735
2736         * include/string.h: Add libc_hidden_proto for __strverscmp.
2737         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2738
2739         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2740         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2741         * sysdeps/posix/sysconf.c: Likewise.
2742         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2743         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2744
2745         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2746         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2747         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2748         __iswxdigit_l, __towlower_l, __towupper_l.
2749         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2750         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2751
2752         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2753         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2754         * sysdeps/mach/hurd/xmknod.c: Likewise.
2755         * sysdeps/unix/xmknod.c: Likewise.
2756         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2757         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2758         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2759
2760         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
2761
2762 2002-08-03  Roland McGrath  <roland@redhat.com>
2763
2764         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
2765         setpriority.
2766         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
2767         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
2768         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
2769         * sysdeps/mach/hurd/setpriority.c: Likewise.
2770         * sysdeps/mach/hurd/getpriority.c: Likewise.
2771         * sysdeps/generic/setpriority.c: Likewise.
2772         * sysdeps/generic/getpriority.c: Likewise.
2773
2774         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
2775         * malloc/mcheck.c: Add libc_hidden_def.
2776
2777         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
2778         * misc/hsearch_r.c: Add libc_hidden_def.
2779
2780         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
2781         * posix/fnmatch.c: Add libc_hidden_weak.
2782
2783         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
2784         execl, execle, execlp, execvp, getpid, getsid.
2785         * sysdeps/generic/alarm.c: Add libc_hidden_def.
2786         * sysdeps/unix/alarm.c: Likewise.
2787         * posix/confstr.c: Likewise.
2788         * posix/execvp.c: Likewise.
2789         * posix/execlp.c: Likewise.
2790         * posix/execle.c: Likewise.
2791         * posix/execl.c: Likewise.
2792         * sysdeps/generic/getsid.c: Likewise.
2793         * sysdeps/mach/hurd/getsid.c: Likewise.
2794         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
2795         * sysdeps/mach/hurd/getpid.c: Likewise.
2796
2797         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
2798         qecvt_r, qfcvt_r, lrand48_r.
2799         * misc/efgcvt_r.c: Add libc_hidden_def.
2800
2801         * include/wordexp.h: Use libc_hidden_proto for wordfree.
2802         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
2803
2804         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
2805         * locale/nl_langinfo.c: Add libc_hidden_def.
2806
2807         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
2808         * sysdeps/generic/glob.c: Add libc_hidden_def.
2809         * sysdeps/generic/glob64.c: Likewise.
2810         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
2811
2812         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
2813
2814         * elf/Makefile (CFLAGS-vismod2.c): New variable.
2815
2816         * locale/setlocale.c (_nl_current_names): Variable moved ...
2817         * locale/localename.c (_nl_current_names): ... here, new file.
2818         Make it global, with attribute_hidden.
2819         * locale/localeinfo.h: Declare it.
2820         * locale/Makefile (aux): Add localename.
2821         * locale/localename.c (__current_locale_name): New function.
2822         * include/locale.h (__current_locale_name): Declare it.
2823         * intl/dcigettext.c (guess_category_value): Use that instead of
2824         calling setlocale.
2825
2826         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
2827         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
2828         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
2829         * locale/newlocale.c: Add alias to __ name.
2830         * locale/duplocale.c: Likewise.
2831         * locale/freelocale.c: Likewise.
2832         * locale/uselocale.c: New file.
2833         * locale/Makefile (routines): Add it.
2834         * locale/Versions (libc: GLIBC_2.3): New set.
2835         Add newlocale, duplocale, freelocale, uselocale.
2836         (libc: GLIBC_PRIVATE): Add __uselocale.
2837
2838         * locale/localeinfo.h [SHARED]
2839         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
2840         (_NL_CURRENT_DATA): Define using that.
2841         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
2842         (_NL_CURRENT_DEFINE): Define to empty.
2843         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
2844         conditionalized on this.
2845         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
2846         taking initializer of _nl_C_locobj.
2847         [SHARED] (_nl_global_locale): New variable, using that initializer.
2848         (_nl_C_locobj): Use new macro for initialzier.
2849         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
2850         [! SHARED] (CATEGORY_USED): New macro.
2851         [SHARED] (CATEGORY_USED, _nl_C): New macros.
2852         (setdata, setlocale): Use that macro instead of examining _nl_current.
2853         (setdata): Set the slot in _nl_global_locale.
2854         Conditionalize setting of _nl_current on [! SHARED].
2855         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
2856         declaration as an extern.
2857         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
2858
2859         * include/locale.h: Use libc_hidden_proto for setlocale.
2860         * locale/setlocale.c: Add libc_hidden_def.
2861
2862         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
2863
2864         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
2865         * misc/hsearch_r.c: Add libc_hidden_def.
2866         * misc/lsearch.c: Likewise.
2867
2868         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
2869         endttyent.
2870         * misc/getttyent.c: Add libc_hidden_def.
2871
2872         * include/mcheck.h: Use libc_hidden_proto for mcheck.
2873         * malloc/mcheck.c: Add libc_hidden_def.
2874
2875         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
2876         * include/argz.h: Use libc_hidden_proto for argz_delete.
2877         * string/argz-delete.c: Add libc_hidden_def.
2878         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
2879
2880         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
2881         HIDDEN_JUMPTARGET for _exit.
2882         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
2883         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
2884         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
2885         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
2886
2887         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
2888         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
2889         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
2890         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
2891
2892         * include/stdlib.h: Use libc_hidden_proto for abort,
2893         __strtof_internal, __strtod_internal, __strtold_internal,
2894         __strtol_internal, __strtoll_internal, __strtoul_internal,
2895         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
2896         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
2897         __strtoul_l_internal, __strtoull_l_internal.
2898         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
2899         __wcstod_internal, __wcstold_internal, __wcstol_internal,
2900         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
2901         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
2902         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
2903         __wcsncasecmp_l.
2904         * sysdeps/generic/abort.c: Add libc_hidden_def.
2905         * stdlib/strtod.c: Likewise.
2906         * sysdeps/generic/strtol.c: Likewise.
2907         * sysdeps/wordsize-64/strtol.c: Likewise.
2908         * sysdeps/wordsize-64/wcstol.c: Likewise.
2909         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
2910
2911         * include/stdlib.h: Use libc_hidden_proto for qsort.
2912         * stdlib/msort.c: Add libc_hidden_def.
2913
2914         * include/utime.h: Use libc_hidden_proto for utime.
2915         * sysdeps/generic/utime.c: Add libc_hidden_def.
2916         * sysdeps/unix/utime.c: Likewise.
2917
2918         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
2919         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
2920         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
2921         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
2922         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
2923
2924         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
2925         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
2926         and __libc_current_sigrtmax.
2927         * signal/sigismem.c: Add libc_hidden_def.
2928         * signal/sigfillset.c: Likewise.
2929         * signal/sigempty.c: Likewise.
2930         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
2931         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
2932         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
2933         * sysdeps/posix/raise.c: Likewise.
2934         * sysdeps/generic/raise.c: Likewise.
2935
2936 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2937
2938         * include/string.h: Use libc_hidden_proto for __stpcpy.
2939         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
2940         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
2941         * sysdeps/generic/stpcpy.c: Likewise.
2942         * sysdeps/i386/stpcpy.S: Likewise.
2943         * sysdeps/i386/i586/stpcpy.S: Likewise.
2944         * sysdeps/powerpc/stpcpy.S: Likewise.
2945         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
2946         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
2947
2948         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
2949         __strncasecmp_l, __strdup, __strndup, __strerror_r.
2950         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
2951         libc_hidden_def.
2952         * string/strdup.c (__strdup): Likewise.
2953         * string/strndup.c (__strndup): Likewise.
2954         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
2955         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
2956
2957 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2958
2959         * include/libio.h: New file.
2960         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
2961         * libio/iolibio.h: #include <libio.h>, not "libio.h".
2962         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
2963         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
2964         * sysdeps/unix/common/syscalls.list: Likewise.
2965         * sysdeps/unix/inet/syscalls.list: Likewise.
2966         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
2967         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
2968         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
2969         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
2970         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
2971         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
2972         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
2973         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
2974         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2975         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
2976         * sysdeps/unix/syscalls.list: Likewise.
2977
2978 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2979             Ulrich Drepper  <drepper@redhat.com>
2980
2981         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
2982         the arguments is big enough to cause an overflow.
2983
2984 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
2985
2986         * assert/assert.c: Use hidden_def not INTDEF.
2987
2988 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
2989
2990         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
2991         not defined.
2992
2993 2002-08-03  Roland McGrath  <roland@redhat.com>
2994
2995         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
2996         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
2997         verr, verrx.
2998         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
2999         * misc/syslog.c: Add libc_hidden_def.
3000         * misc/err.c: Likewise.
3001         * stdlib/exit.c: Likewise.
3002         * stdlib/bsearch.c: Likewise.
3003         * sysdeps/generic/getenv.c: Likewise.
3004
3005         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3006
3007         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3008         libc_hidden_weak for every system call symbol defined.
3009
3010         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3011         timelocal, localtime, strftime.
3012         * time/asctime.c: Add libc_hidden_def.
3013         * time/mktime.c: Likewise.
3014         * time/localtime.c: Likewise.
3015         * time/strftime.c: Likewise.
3016         * time/strptime.c: Likewise.
3017         * sysdeps/generic/time.c: Likewise.
3018         * sysdeps/unix/time.c: Likewise.
3019         * sysdeps/unix/sysv/i386/time.S: Likewise.
3020         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3021
3022         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3023         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3024         * resolv/inet_ntop.c: Likewise.
3025         * resolv/inet_pton.c: Likewise.
3026         * inet/inet_mkadr.c: Add libc_hidden_def.
3027         * inet/inet_netof.c: Likewise.
3028         * resolv/inet_addr.c: Likewise.
3029
3030         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3031         clauses from conditionals for now.  Will have to be fixed later
3032         for older compilers.
3033
3034         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3035
3036 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3037
3038         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3039         broken alias attribute handling.
3040         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3041
3042 2002-08-02  Roland McGrath  <roland@frob.com>
3043
3044         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3045         since it sets the variables we use in a -D switch.
3046
3047 2002-08-02  Roland McGrath  <roland@redhat.com>
3048
3049         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3050         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3051         matches long int, not int.
3052
3053         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3054         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3055         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3056         * wctype/wctrans.c (wctrans): Likewise.
3057         * wctype/wctype.c (__wctype): Likewise.
3058         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3059
3060 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3061
3062         * assert/assert.c (__assert_fail): Fix typo in comment.
3063
3064         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3065         * sunrpc/rpc_thread.c: Define it without static.
3066         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3067
3068 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3069
3070         * assert/assert.c (__assert_fail): Remove undef.
3071         Replace INTDEF with libc_hidden_def.
3072         * assert/__assert.c (__assert): Remove INTUSE.
3073         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3074         libc_hidden_weak.
3075         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3076         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3077         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3078         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3079         libm_hiden_ver): Define.
3080         * include/assert.h (__assert_fail_internal): Remove.
3081         (__assert_fail): Add prototype.  Add hidden_proto.
3082         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3083         libc_hidden_proto.
3084         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3085         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3086         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3087         Add libc_hidden_proto.
3088         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3089         __fcntl): Add libc_hidden_proto.  Remove macros.
3090         (__open_internal, __fcntl_internal): Remove.
3091         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3092         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3093         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3094         libc_hiden_proto.
3095         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3096         libc_hidden_def.
3097         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3098         Add libc_hidden_def.
3099         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3100         * sysdeps/generic/open.c (__open): Remove undef.
3101         Add libc_hidden_def.  Remove INTDEF.
3102         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3103         Add libc_hidden_def.
3104         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3105         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3106         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3107         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3108         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3109         (__libc_fcntl): Add libc_hidden_def.
3110         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3111         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3112         (__libc_open): Add libc_hidden_def.
3113         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3114         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3115         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3116         Add libc_hidden_def.
3117         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3118         Add libc_hidden_def.
3119         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3120         undef.
3121         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3122         (__libc_fcntl): Add libc_hidden_def.
3123         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3124         __getpgid_internal, __chown_internal): Remove.
3125         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3126         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3127         __GI___chown): Add.
3128         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3129         __getpid_internal, __open_internal, __write_internal): Remove.
3130         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3131         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3132         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3133         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3134         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3135         Replace INTDEF with libc_hidden_def.
3136         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3137         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3138         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3139         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3140         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3141         Add libc_hidden_proto.
3142         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3143         * include/sys/select.h (__select): Likewise.
3144         * include/sys/socket.h (__send): Likewise.
3145         * include/sys/statfs.h (__statfs): Likewise.
3146         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3147         __getpid, __getpgid, __setpgid, __close, __read, __write,
3148         __getpagesize, __sbrk): Likewise.
3149         (__chown_internal, __dup2_internal, __getpid_internal,
3150         __getpgid_internal, __close_internal, __write_internal,
3151         __getpagesize_internal): Remove.
3152         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3153         Remove macros.
3154         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3155         * include/sched.h (__sched_setscheduler): Likewise.
3156         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3157         * include/stdlib.h (__secure_getenv): Likewise.
3158         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3159         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3160         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3161         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3162         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3163         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3164         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3165         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3166         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3167         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3168         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3169         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3170         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3171         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3172         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3173         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3174         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3175         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3176         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3177         * libio/genops.c (__overflow): Add libc_hidden_def.
3178         * libio/iovdprintf.c: Remove libio.h include.
3179         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3180         libc_hidden_weak): Define to nothing if not defined.
3181         (__overflow, __woverflow): Add libc_hidden_proto.
3182         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3183         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3184         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3185         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3186         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3187         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3188         and libc_hidden_def.
3189         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3190         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3191         (__getpgid): Add libc_hidden_proto.
3192         (__bsd_getpgrp): Remove INTUSE.
3193         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3194         libc_hidden_def.
3195         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3196         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3197         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3198         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3199         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3200         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3201         __rpc_thread_createerr): Add libc_hidden_def.
3202         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3203         libc_hidden_def.
3204         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3205         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3206         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3207         * sysdeps/generic/chown.c (__chown): Likewise.
3208         * sysdeps/generic/close.c (__close): Likewise.
3209         * sysdeps/generic/dup2.c (__dup2): Likewise.
3210         * sysdeps/generic/pipe.c (__pipe): Likewise.
3211         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3212         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3213         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3214         * sysdeps/generic/read.c (__libc_read): Likewise.
3215         (__read): Add libc_hidden_weak.
3216         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3217         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3218         * sysdeps/generic/select.c (__select): Likewise.
3219         * sysdeps/generic/send.c (__send): Likewise.
3220         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3221         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3222         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3223         * sysdeps/generic/statfs.c (__statfs): Likewise.
3224         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3225         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3226         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3227         Remove undef and INTDEF.
3228         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3229         * sysdeps/generic/getpid.c (__getpid): Likewise.
3230         * sysdeps/generic/write.c (__libc_write): Likewise.
3231         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3232         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3233         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3234         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3235         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3236         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3237         Remove undef and INTDEF.
3238         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3239         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3240         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3241         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3242         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3243         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3244         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3245         (__pipe): Add libc_hidden_def.
3246         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3247         libc_hidden_weak.
3248         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3249         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3250         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3251         (__read): Add libc_hidden_weak.
3252         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3253         (__libc_pwrite64): Add libc_hidden_def.
3254         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3255         * sysdeps/mach/hurd/select.c (__select): Likewise.
3256         * sysdeps/mach/hurd/send.c (__send): Likewise.
3257         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3258         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3259         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3260         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3261         * sysdeps/posix/dup2.c: Likewise.
3262         Remove undef and INTDEF.
3263         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3264         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3265         (__pwrite64): Add libc_hidden_weak.
3266         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3267         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3268         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3269         * sysdeps/standalone/close.c (__close): Likewise.
3270         * sysdeps/standalone/write.c (__libc_write): Likewise.
3271         (__write): Add libc_hidden_weak.
3272         * sysdeps/standalone/read.c (__read): Likewise.
3273         (__libc_read): Add libc_hidden_def.
3274         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3275         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3276         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3277         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3278         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3279         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3280         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3281         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3282         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3283         __GI___sigaction): Add.
3284         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3285         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3286         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3287         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3288         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3289         __GI___setpgid): Add.
3290         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3291         Remove undef and INTDEF.
3292         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3293         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3294         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3295         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3296         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3297         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3298         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3299         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3300         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3301         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3302         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3303         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3304         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3305         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3306         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3307         __GI___statfs, __GI___send): Add.
3308         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3309         libc_hidden_ver resp. libc_hidden_def.
3310         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3311         libc_hidden_def.
3312         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3313         Likewise.  Remove undef and INTDEF.
3314         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3315         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3316         __GI___statfs, __GI___send): Add.
3317         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3318         libc_hidden_def.
3319         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3320         Likewise.
3321         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3322         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3323         libc_hidden_ver resp. libc_hidden_def.
3324         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3325         __GI___send): Add.
3326         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3327         Add libc_hidden_weak.
3328         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3329         Add libc_hidden_def.
3330         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3331         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3332         libc_hidden_weak.
3333         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3334         resp. libc_hidden_def.
3335         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3336         libc_hidden_weak.
3337         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3338         INTDEF.
3339         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3340         Likewise.  Remove undef.
3341         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3342         libc_hidden_weak.
3343         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3344         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3345         libc_hidden_weak.
3346         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3347         libc_hidden_def.
3348         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3349         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3350         Likewise.  Remove undef and INTDEF.
3351         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3352         libc_hidden_def.
3353         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3354         libc_hidden_weak.
3355         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3356         libc_hidden_def.
3357         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3358         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3359         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3360         libc_hidden_weak.
3361         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3362         Add libc_hidden_def.
3363         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3364         __GI___statfs): Add.
3365         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3366         libc_hidden_weak.
3367         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3368         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3369         Remove undef and INTDEF.
3370         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3371         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3372         libc_hidden_def.
3373         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3374         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3375         libc_hidden_weak.
3376         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3377         libc_hidden_def.
3378         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3379         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3380         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3381         Add.
3382         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3383         libc_hidden_def.  Remove undef and INTDEF.
3384         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3385         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3386         libc_hidden_def.
3387         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3388         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3389         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3390         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3391         Remove undef and INTDEF.
3392         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3393         broken visibility attribute handling.
3394         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3395
3396 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3397
3398         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3399         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3400
3401         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3402         previous patch.
3403
3404 2002-06-29  Todd Fries  <todd@openbsd.org>
3405
3406         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3407
3408 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3409
3410         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3411
3412 2002-07-30  Roland McGrath  <roland@redhat.com>
3413
3414         * resolv/resolv.h (_res): Define macro unconditionally.
3415         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3416         * include/resolv.h: ... here.
3417         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3418         as a __thread variable.
3419         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3420         a __thread variable instead of a global.
3421         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3422
3423         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3424         time we test it.
3425
3426         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3427
3428         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3429         decls of memset and memcpy.
3430
3431         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3432         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3433
3434         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3435
3436         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3437         (__libc_tsd_define): Define using __thread.
3438
3439         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3440         (__rpc_thread_variables): Use __libc_tsd_get.
3441         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3442         __rpc_thread_variables, which might allocate what we're about to free.
3443
3444         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3445         thread-local variable.
3446         * resolv/netdb.h (h_errno): Define macro unconditionally.
3447         [_LIBC] (__set_h_errno): Macro moved to ...
3448         * include/netdb.h: ... here.
3449         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3450         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3451         [! _LIBC_REENTRANT]: #undef h_errno here.
3452
3453         * include/errno.h: Protect from multiple inclusion.
3454
3455         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3456         before defining them, since Linux's <linux/posix_types.h> might have
3457         defined them.
3458
3459 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3460
3461         * malloc/malloc.c (public_cALLOc): Check for overflow on
3462         multiplication.
3463         * sunrpc/xdr_array.c (xdr_array): Likewise.
3464         * sunrpc/rpc/types.h (mem_free): Add comment.
3465         Patch by Solar Designer <solar@openwall.com>.
3466
3467 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3468
3469         * sysdeps/unix/sysv/linux/kernel-features.h
3470         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3471
3472 2002-08-01  Roland McGrath  <roland@redhat.com>
3473
3474         * libio/fileops.c (_IO_file_sync_mmap): New function.
3475         (_IO_file_jumps_mmap): Use it.
3476         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3477         repeat the stat check and resize the mapped buffer as necessary.
3478
3479 2002-07-31  Roland McGrath  <roland@redhat.com>
3480
3481         * libio/fileops.c (decide_maybe_mmap): New static function.
3482         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3483         mmap the file contents.  Then switch the jump tables to the mmap
3484         tables if it worked, or the vanilla file tables if not.
3485         (_IO_file_underflow_maybe_mmap): New function.
3486         (_IO_file_seekoff_maybe_mmap): New function.
3487         (_IO_file_xsgetn_maybe_mmap): New function.
3488         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3489         * libio/libioP.h: Declare those.
3490         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3491         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3492         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3493         If the stream is read-only, set its jump tables to those new ones.
3494         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3495         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3496         We need the tables set before _IO_file_attach.
3497
3498         * libio/tst-mmap-eofsync.c: New file.
3499         * libio/tst-mmap-fflushsync.c: New file.
3500         * libio/bug-mmap-fflush.c: New file.
3501         * libio/tst-mmap2-eofsync.c: New file.
3502         * libio/Makefile (tests): Add them.
3503
3504         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3505         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3506
3507 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3508
3509         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3510         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3511         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3512         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3513         declare sys_errlist and sys_nerr.
3514         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3515         provide declarations.
3516
3517 2002-07-31  Roland McGrath  <roland@redhat.com>
3518
3519         * elf/rtld.c (dl_main): Fix typo in error message.
3520
3521 2002-07-31  Roland McGrath  <roland@frob.com>
3522
3523         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3524         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3525         sysdeps/mach/hurd/dl-sysdep.c change.
3526
3527 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3528
3529         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3530         -r`/build/include for kernel headers.
3531
3532         * po/fi.po: New file.
3533
3534 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3535
3536         * configure.in (static_nss): Set to `yes' if --disable-shared.
3537
3538 2002-07-23  Bruno Haible  <bruno@clisp.org>
3539
3540         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3541         is set.
3542
3543 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3544
3545         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3546         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3547         arguments.
3548
3549 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3550
3551         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3552         alias.
3553
3554 2002-07-21  Bruno Haible  <bruno@clisp.org>
3555
3556         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3557         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3558         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3559         trans_sysdep_tab_offset.
3560         (struct sysdep_segment): New type.
3561         (struct sysdep_string): New type.
3562         (SEGMENTS_END): New macro.
3563         * intl/gettextP.h (struct sysdep_string_desc): New type.
3564         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3565         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3566         orig_tab, trans_tab, hash_tab to const pointers because they point
3567         into read-only memory.
3568         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3569         (PRI*): Define fallback values.
3570         (get_sysdep_segment_value): New function.
3571         (_nl_load_domain): Distinguish major and minor revision parts. Add
3572         support for minor revision 1 with system dependent strings.
3573         (_nl_unload_domain): Also free the 'malloced' field.
3574         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3575         now done in loadmsgcat.c. Add support for system dependent strings.
3576
3577 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3578
3579         * posix/bug-regex7.c: New file.
3580         * posix/bug-regex8.c: New file.
3581         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3582
3583 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3584
3585         * posix/bug-regex4.c (main): Fix typos.
3586         * posix/bug-regex6.c (main): Likewise.
3587
3588 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3589
3590         * posix/bug-regex6.c (main): Fix warnings.
3591
3592         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3593
3594         * iconv/iconv_prog.c (main): Improve error message for the cases
3595         where -t and/or -f parameter are missing.
3596
3597 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3598
3599         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3600         (re_search): Likewise.
3601         (re_match_2): Likewise.
3602         (re_search_2): Likewise.
3603         (re_search_stub): New function.
3604         (re_search_2_stub): New function.
3605         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3606
3607 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3608
3609         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3610         (re_string_eoi): Use STOP instead of LEN.
3611         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3612         (re_string_construct): Likewise.
3613         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3614         * posix/regexec.c (re_search_internal): Add a new argument STOP
3615         so that it can handle the argument STOP of re_search_2 and re_match_2
3616         correctly.
3617         (regexec): Adapt to new I/F of re_search_internal.
3618         (re_search_stub): Likewise.
3619
3620 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3621
3622         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3623
3624         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3625
3626         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3627         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3628         of __divdi3.
3629
3630         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3631         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3632         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3633         alias for adjtimex syscall.
3634
3635         * elf/dl-minimal.c: Define __assert_fail_internal.
3636         * assert/assert.c: Likewise.
3637         * include/assert.h: Define __assert_file macro if !SHARED and not
3638         NOT_IN_libc.
3639
3640         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3641         programs.
3642         * locale/Makefile: Likewise.
3643         * nscd/Makefile: Likewise.
3644         * catgets/Makefile: Likewise.
3645
3646 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3647
3648         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3649         compute current position.
3650
3651         * stdio-common/tst-fseek.c (main): Improve error messages.
3652
3653         * libio/tst-freopen.c (main): Remove unused variable.
3654
3655         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3656         succesful seek call.  Simplify error checking.
3657
3658 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3659
3660         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3661         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3662
3663 2002-07-19  Roland McGrath  <roland@frob.com>
3664
3665         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3666         __libc_enable_secure is set.
3667
3668 2002-07-24  Roland McGrath  <roland@frob.com>
3669
3670         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3671         This implementation supports only IPv4.
3672         * inet/ifaddrs.h: New file.
3673         * sysdeps/generic/ifaddrs.c: New file.
3674         * sysdeps/gnu/ifaddrs.c: New file.
3675         * inet/test-ifaddrs.c: New file.
3676         * inet/Makefile (routines): Add ifaddrs.
3677         (headers): Add ifaddrs.h here.
3678         (tests): Add test-ifaddrs.
3679         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3680
3681         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3682         socket call to get an AF_INET socket, instead of using __opensock.
3683         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3684
3685         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3686         if not -1 use it instead of calling __opensock.
3687         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3688         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3689         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3690
3691         * sysdeps/mach/hurd/ifreq.h: New file.
3692         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3693         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3694         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3695
3696         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3697         which gets moved around.  Calculate size of mmap'd buffer instead.
3698
3699 2002-07-24  Philip Blundell  <philb@gnu.org>
3700
3701         * sysdeps/unix/arm/brk.S: Improve schedule.
3702         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3703         efficient instruction.
3704         (__socket): Optimize return sequence.
3705
3706 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3707
3708         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3709         sockets on old kernels.
3710
3711 2002-07-22  Philip Blundell  <philb@gnu.org>
3712
3713         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3714         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3715         alias.
3716
3717 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3718
3719         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3720         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3721
3722         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3723         test to detect duplicate locales.
3724
3725         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3726         position would be before beginning of file.
3727         (_IO_file_seekoff_mmap): Likewise.
3728         * libio/Makefile (tests): Add bug-fseek.
3729         * libio/bug-fseek.c: New file.
3730
3731         * intl/explodename.c: Remove support for CEN-style locale variables.
3732         It was never used and shouldn't be since it's not portable.
3733         * intl/finddomain.c: Likewise.
3734         * intl/l10nflist.c: Likewise.
3735         * intl/loadinfo.h: Likewise.
3736         * locale/findlocale.c: Likewise.
3737
3738 2002-07-24  Roland McGrath  <roland@frob.com>
3739
3740         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3741         position, calculate it to take into account an active pushback buffer.
3742
3743         * libio/Makefile (tests): Add bug-ungetc.
3744         * libio/bug-ungetc.c: New file.
3745
3746 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3747
3748         * sysdeps/generic/libc-tls.c: New file.
3749         * csu/Makefile (routines): Add libc-tls.
3750         (static-only-routines): Add libc-tls.
3751         * elf/dl-support.c (_dl_phdr): New variable.
3752         (_dl_phnum): New variable.
3753         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3754         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3755         for !SHARED.  First look through auxiliary vector.  If TLS always
3756         call __pthread_initialize_minimal.
3757
3758         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3759         in mmap call is never zero.
3760
3761 2002-07-23  Andreas Jaeger  <aj@suse.de>
3762
3763         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
3764         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
3765
3766 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
3767
3768         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
3769         creation and removal of the temp file.
3770
3771         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
3772         file creation.
3773         * test-skeleton.c (create_temp_file): New function.
3774
3775 2002-07-22  Andreas Jaeger  <aj@suse.de>
3776
3777         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
3778         local label.
3779
3780 2002-07-21  Roland McGrath  <roland@frob.com>
3781
3782         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
3783         put -I../include before -I../stdlib so we get the right errno.h et al.
3784         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
3785         (CFLAGS-wcstof.c): Likewise.
3786         (CFLAGS-wcstold.c): Likewise.
3787         (CFLAGS-wcstod_l.c): Likewise.
3788         (CFLAGS-wcstof_l.c): Likewise.
3789         (CFLAGS-wcstold_l.c): Likewise.
3790
3791 2002-07-19  Roland McGrath  <roland@frob.com>
3792
3793         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
3794
3795 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
3796
3797         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
3798         __ASSUME_AT_XID is defined.
3799         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
3800         for 2.4.1 and up.
3801         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
3802         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
3803
3804         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
3805         (CFLAGS-wcstof.c): Likewise.
3806         (CFLAGS-wcstold.c): Likewise.
3807         (CFLAGS-wcstod_l.c): Likewise.
3808         (CFLAGS-wcstof_l.c): Likewise.
3809         (CFLAGS-wcstold_l.c): Likewise.
3810
3811 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
3812
3813         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
3814         __priority_which_t): Always typedef to int for C++.
3815
3816 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
3817
3818         * configure.in: Add test for __thread support in compiler.
3819         * config.h.in: Add HAVE___THREAD.
3820         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
3821         * include/sys/errno.h: Moved to...
3822         * stdlib/sys/errno.h: ...here.  New file.
3823         * stdlib/errno.h: New file.  Moved from...
3824         * include/errno.h: ...here.  Changed into an internal header defining
3825         libc-local things like __set_errno.
3826         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
3827         bits/errno.h.
3828         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
3829         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
3830         either.
3831         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
3832         from...
3833         (_dl_start_final): ...here.  Add code to initialize tls elements from
3834         bootstrap_map.
3835         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
3836         if USE_TLS && HAVE___THREAD.
3837         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
3838         * sysdeps/mach/hurd/bits/errno.h: Likewise.
3839         * sysdeps/standalone/arm/bits/errno.h: Likewise.
3840         * sysdeps/standalone/bits/errno.h: Likewise.
3841         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
3842         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
3843         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
3844         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
3845         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
3846         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
3847         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
3848         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
3849         use GL(dl_rtld_map), use map parameter.
3850         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
3851         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
3852         USE_TLS && HAVE___THREAD.
3853         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
3854         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
3855         TLS code sequence.
3856         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
3857
3858         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
3859         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
3860         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
3861         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
3862         * sysdeps/unix/sysv/linux/readv.c: Likewise.
3863         * sysdeps/unix/sysv/linux/writev.c: Likewise.
3864
3865 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
3866
3867         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
3868         MS_INVALIDATE values.
3869
3870 2002-07-17  Andreas Schwab  <schwab@suse.de>
3871             Ulrich Drepper  <drepper@redhat.com>
3872
3873         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
3874         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
3875         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
3876         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
3877
3878 2002-07-01  H.J. Lu  <hjl@gnu.org>
3879
3880         * elf/circleload1.c (load_dso): Call "circlemod1" and check
3881         return value.
3882
3883         * elf/circlemod1.c (circlemod1): Return int.
3884         * elf/circlemod2.c (circlemod2): Likewise.
3885         * elf/circlemod2a.c (circlemod2): Likewise.
3886         * elf/circlemod3.c (circlemod3): Likewise.
3887         (circlemod3a): A new function.
3888
3889 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
3890
3891         * catgets/tst-catgets.c (main): Don't expect results for
3892         untranslated messages.
3893
3894         * glibcbug.in: Fix little typo.  Remove STDIO.
3895
3896         * config.h.in: Fail if __FAST_MATH__ is defined.
3897         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
3898         (CPPFLAGS-test-idouble.c): Likewise.
3899         (CPPFLAGS-test-ildouble.c): Likewise.
3900
3901 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3902
3903         * intl/tst-gettext.sh: Pass -f option to msgfmt.
3904         * intl/tst-gettext.c: Correctly handle untranslated messages in
3905         positive tests.
3906
3907         * po/de.po: Update from translation team.
3908
3909 2002-07-02  H.J. Lu  <hjl@gnu.org>
3910
3911         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
3912         use ll/sc.
3913         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
3914
3915         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
3916         to 2.4.0 for mips.
3917
3918 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
3919
3920         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
3921         TLS fail if USE_TLS is not defined.
3922
3923         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
3924         and adjust state for seek position.  [PR libc/4070]
3925         * libio/Makefile (tests): Add bug-rewind.
3926         * libio/bug-rewind.c: New file.
3927
3928 2002-07-12  Philip Blundell  <philb@gnu.org>
3929
3930         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
3931         (__backtrace): Use it.
3932         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
3933
3934 2002-07-12  Philip Blundell  <philb@gnu.org>
3935
3936         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
3937         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
3938         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
3939         (elf_machine_rela): Remove unused variable.
3940
3941         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
3942         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
3943         define.
3944
3945 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
3946
3947         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
3948
3949 2002-07-14  Andreas Jaeger  <aj@suse.de>
3950
3951         * sysdeps/x86_64/bits/link.h: Add biarch support.
3952
3953 2002-07-13  Andreas Jaeger  <aj@suse.de>
3954
3955         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
3956         Use correct indices.
3957         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
3958
3959 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
3960
3961         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
3962         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
3963         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
3964         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
3965         * sysdeps/s390/s390-32/bits/link.h: Remove.
3966         * sysdeps/s390/s390-64/bits/link.h: Remove.
3967         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
3968         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
3969         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
3970         * sysdeps/s390/bits/wordsize.h: New file.
3971         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
3972         elfclass.h.
3973         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
3974         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
3975         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
3976         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
3977         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
3978         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
3979         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
3980         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
3981         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
3982         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
3983         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
3984         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
3985         resource.h.
3986         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
3987         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
3988         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
3989         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
3990         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
3991         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
3992         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
3993         sigaction.h.
3994         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
3995         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
3996         siginfo.h.
3997         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
3998         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
3999         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4000         socket.h.
4001         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4002         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4003         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4004         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4005         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4006         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4007         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4008         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4009         procfs.h.
4010         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4011         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4012         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4013         ucontext.h.
4014         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4015         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4016
4017 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4018
4019         * Versions.def (libc): Add GLIBC_2.3.
4020         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4021         * stdlib/canonicalize.c: Add compatibility version for realpath
4022         and make new code available in GLIBC_2.3.
4023
4024 2002-07-06  Bruno Haible  <bruno@clisp.org>
4025
4026         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4027
4028 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4029
4030         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4031         function do_init.  Use __libc_once.
4032         (do_init): New function.
4033
4034         * iconvdata/iso8859-11.h: Removed.
4035         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4036         (distribute): Remove iso8859-11.h.
4037         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4038
4039         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4040         underflow operation if c == (W)EOF.
4041
4042 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4043
4044         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4045         non-zero, adjust exponent.
4046         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4047         Remove NO_LONG_DOUBLE aliases.
4048         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4049         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4050         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4051         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4052         1**y and -1**+-Inf.
4053         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4054         Fix BITS_PER_MP_LIMB 32 extraction.
4055         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4056         exceptions for qNaNs.
4057         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4058         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4059         Raise exceptions when needed.  Don't recurse unnecessarily.
4060         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4061         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4062         exceptions for qNaNs.
4063         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4064         to fix *quo return value sign.
4065         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4066         case -Inf argument.
4067         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4068
4069 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4070
4071         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4072         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4073         -DNDEBUG.
4074
4075 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4076
4077         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4078         the result.
4079
4080         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4081         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4082
4083         * Versions.def (libthread_db): Add GLIBC_2.3.
4084
4085 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4086
4087         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4088         new stream if possible.
4089         * libio/freopen64.c (freopen64): Likewise.
4090         * libio/Makefile (tests): Add tst-freopen.
4091         * libio/tst-freopen.c: New file.
4092
4093 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4094
4095         * libio/stdio.h (obstack_printf): Add format attribute.
4096         (obstack_vprintf): Likewise.
4097
4098 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4099
4100         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4101         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4102         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4103         architectures.
4104
4105 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4106
4107         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4108         (init_dfa): ...here.
4109
4110 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4111
4112         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4113         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4114         nodes in parse trees.
4115         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4116         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4117         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4118         nodes which can epsilon transit.
4119         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4120         to IS_EPSILON_NODE macro.
4121         * posix/regexec.c (update_regs): New function to update registers
4122         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4123         (proceed_next_node): Use the entities of the nodes to determine
4124         whether the node can transit to.
4125         (set_regs): Use update_regs function to update registers.
4126
4127 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4128
4129         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4130         * posix/bug-regex6.c: New file.
4131         * posix/Makefile (tests): Add bug-regex6.
4132         (bug-regex6-ENV): Set LOCPATH.
4133
4134 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4135
4136         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4137         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4138
4139 2002-07-06  Bruno Haible  <bruno@clisp.org>
4140
4141         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4142
4143 2002-07-06  Bruno Haible  <bruno@clisp.org>
4144
4145         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4146         declarations.
4147
4148         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4149
4150         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4151
4152         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4153         not _UTSNAME_H.
4154         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4155
4156         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4157         * sysdeps/generic/bits/ustat.h: Likewise.
4158
4159         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4160
4161 2002-07-08  Andreas Jaeger  <aj@suse.de>
4162
4163         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4164
4165 2002-07-08  Andreas Jaeger  <aj@suse.de>
4166
4167         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4168
4169 2002-07-06  Andreas Jaeger  <aj@suse.de>
4170
4171         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4172         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4173         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4174         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4175         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4176         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4177         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4178         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4179         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4180         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4181         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4182
4183 2002-06-05  Brian Youmans <3diff@gnu.org>
4184
4185         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4186         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4187         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4188         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4189         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4190         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4191         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4192         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4193         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4194         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4195         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4196         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4197         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4198         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4199         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4200         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4201         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4202         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4203         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4204         * sysdeps/ia64/fpu/e_log.S: Likewise.
4205         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4206         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4207         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4208         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4209         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4210         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4211         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4212         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4213         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4214         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4215         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4216         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4217         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4218         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4219         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4220         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4221         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4222         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4223         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4224         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4225         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4226         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4227         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4228         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4229         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4230         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4231         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4232         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4233         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4234         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4235         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4236         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4237         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4238         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4239         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4240         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4241         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4242         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4243         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4244         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4245         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4246         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4247         * sysdeps/ia64/fpu/s_round.S: Likewise.
4248         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4249         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4250         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4251         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4252         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4253         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4254         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4255         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4256         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4257         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4258         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4259         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4260         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4261         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4262         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4263         reflect IBM donation of math library to FSF
4264         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4265         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4266         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4267         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4268         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4269         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4270         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4271         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4272         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4273         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4274         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4275         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4276         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4277         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4278         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4279         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4280         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4281         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4282         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4283         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4284         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4285         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4286         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4287         * sysdeps/vax/__longjmp.c: Likewise.
4288         * sysdeps/vax/setjmp.c: Likewise.
4289         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4290         remove advertising clause
4291         * sysdeps/vax/htonl.s: Likewise.
4292         * sysdeps/vax/htons.s: Likewise.
4293         * libio/wfiledoalloc.c: Likewise.
4294         * stdlib/random.c: Likewise.
4295         * stdlib/random_r.c: Likewise.
4296         * sysdeps/mach/sys/reboot.h: Likewise.
4297         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4298         * sysdeps/posix/getaddrinfo.c: Likewise.
4299         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4300         GPL and corrected pointer to point to the correct license.
4301
4302 2002-07-04  Andreas Jaeger  <aj@suse.de>
4303
4304         * scripts/config.guess: New upstream version.
4305         * scripts/config.sub: Likewise.
4306
4307 2002-07-02  Andreas Schwab  <schwab@suse.de>
4308
4309         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4310         in parallel to bumping up the buffer pointer.
4311
4312 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4313
4314         * math/libm-test.inc (acos_test): Add missing L suffix for
4315         expected result.
4316         (cpow_test): Likewise.
4317         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4318         error for acos (0.0625).
4319
4320 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4321
4322         * locale/iso-639.def: Add entry for Ganda.
4323         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4324         definition.
4325         (address_finish): Handle entries with two letter ISO 639 code.
4326
4327         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4328         directory if it existed before.
4329         * iconv/iconvconfig.c: Implement --prefix option.
4330
4331         * math/libm-test.inc (cexp_test): Add missing L suffix for
4332         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4333         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4334         1.25 i).
4335
4336 2002-05-29  H.J. Lu  <hjl@gnu.org>
4337
4338         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4339         is turned on.
4340
4341 2002-05-28  H.J. Lu  <hjl@gnu.org>
4342
4343         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4344         are not dlopened on the dependency list of a dlopened object.
4345
4346 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4347
4348         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4349         dependencies if they are created between objects which are created
4350         while processing RTLD_NOW for objects loaded as part of the same
4351         dlopen call.
4352
4353 2002-06-14  H.J. Lu  <hjl@gnu.org>
4354
4355         * elf/Makefile (tests): Add circleload1.
4356         (modules-names): Add circlemod1, circlemod2, circlemod3,
4357         circlemod1a, circlemod2a and circlemod3a.
4358         ($(objpfx)circleload1): New target.
4359         ($(objpfx)circleload1.out): Likewise.
4360         ($(objpfx)circlemod1.so): Likewise.
4361         ($(objpfx)circlemod2.so): Likewise.
4362         ($(objpfx)circlemod1a.so): Likewise.
4363         ($(objpfx)circlemod2a.so): Likewise.
4364         * elf/circleload1.c: New file.
4365         * elf/circlemod1.c: New file.
4366         * elf/circlemod1a.c: New file.
4367         * elf/circlemod2.c: New file.
4368         * elf/circlemod2a.c: New file.
4369         * elf/circlemod3.c: New file.
4370         * elf/circlemod3a.c: New file.
4371
4372 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4373
4374         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4375         file descriptor.
4376         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4377         add check for fd not open for writing.
4378
4379         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4380         completed element(s) and do not suspend thread if so.  Patch
4381         heavily modified by drepper.
4382
4383         * rt/tst-aio7.c: New file.  Regression test for problems which the
4384         above three changes fix.
4385         * rt/Makefile (tests): Add tst-aio7.
4386
4387 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4388
4389         * rt/tst-aio6.c: Fix comment.
4390
4391         * catgets/gencat.c (read_input_file): Handle more than one slash
4392         at end of line correctly [PR libc/3926].
4393         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4394
4395         * catgets/sample.SJIS: Add test case for above bug.
4396         * catgets/test-gencat.c: Adjust test code.
4397         * catgets/test-gencat.sh: Adjust expected results.
4398
4399         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4400         to skip relative relocations.
4401         Patch by Geoff Keating <geoffk@redhat.com>.
4402
4403 2002-05-26  Bruno Haible  <bruno@clisp.org>
4404
4405         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4406         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4407         All callers changed.
4408         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4409         STANDARD_FROM_LOOP_ERR_HANDLER.
4410         (utf8_internal_loop): Likewise.
4411         (ucs2_internal_loop): Likewise.
4412         (internal_ucs2_loop): Perform error handling like in
4413         STANDARD_FROM_LOOP_ERR_HANDLER.
4414         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4415         in STANDARD_FROM_LOOP_ERR_HANDLER.
4416         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4417         handling.
4418         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4419         in STANDARD_FROM_LOOP_ERR_HANDLER.
4420         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4421         handling.
4422         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4423         in STANDARD_FROM_LOOP_ERR_HANDLER.
4424         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4425         handling.
4426         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4427         STANDARD_FROM_LOOP_ERR_HANDLER.
4428         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4429         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4430         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4431         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4432         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4433         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4434         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4435         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4436         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4437         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4438         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4439         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4440         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4441         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4442         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4443         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4444         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4445         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4446         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4447         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4448         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4449         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4450         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4451         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4452         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4453         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4454         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4455         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4456         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4457         an error, still set result = __GCONV_ILLEGAL_INPUT.
4458         (BODY for TO_LOOP): Likewise.
4459         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4460         STANDARD_FROM_LOOP_ERR_HANDLER.
4461         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4462         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4463         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4464         handling.
4465         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4466         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4467         STANDARD_FROM_LOOP_ERR_HANDLER.
4468         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4469         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4470         STANDARD_FROM_LOOP_ERR_HANDLER.
4471         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4472         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4473         STANDARD_FROM_LOOP_ERR_HANDLER.
4474         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4475         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4476         STANDARD_FROM_LOOP_ERR_HANDLER.
4477         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4478         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4479         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4480         handling.
4481         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4482         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4483         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4484         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4485
4486 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4487
4488         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4489         labels in assembler instructions.
4490
4491 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4492
4493         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4494         not enough content is available.
4495         * libio/tst-eof.c: New file.
4496         * libio/Makefile (tests): Add tst-eof.
4497
4498         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4499         update atime.
4500         * libio/tst-atime.c: New file.
4501         * libio/Makefile (tests): Add tst-atime.
4502
4503         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4504         handling of overly long words.
4505
4506 2002-06-25  Andreas Jaeger  <aj@suse.de>
4507
4508         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4509         to not use 32-bit pc relative relocations.
4510         (elf_machine_dynamic): Likewise.
4511
4512 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4513
4514         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4515         (__GETDENTS): Check for failed getdents64 syscall.
4516         * dirent/Makefile (tests): Add bug-readdir1.
4517         * dirent/bug-readdir1.c: New file.
4518
4519 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4520
4521         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4522         lookups.
4523         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4524         code.  Print TLS modid and offset for modules containing PT_TLS
4525         segments.
4526
4527 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4528
4529         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4530         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4531         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4532         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4533
4534 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4535
4536         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4537         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4538         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4539         * nss/getXXent_r.c (NEW, NEW1): Define.
4540         (NEW (REENTRANT_GETNAME)): Strong alias to
4541         INTERNAL (REENTRANT_GETNAME).
4542         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4543
4544 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4545
4546         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4547         (_IO_file_jumps_mmap): Use it.
4548         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4549         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4550         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4551         prototype.
4552         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4553         (_IO_wfile_jumps_mmap): Don't use it anymore.
4554         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4555         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4556         _IO_wdefault_setbuf.
4557         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4558         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4559         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4560
4561 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4562
4563         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4564         * libio/tst-mmap-setvbuf.c: New test.
4565
4566 2002-06-21  Andreas Jaeger  <aj@suse.de>
4567
4568         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4569
4570 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4571
4572         * include/unistd.h (__fork_internal): Remove.
4573         (__fork): Don't define to __fork_internal.
4574         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4575         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4576         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4577         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4578         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4579
4580 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4581
4582         * po/hr.po: New file.
4583
4584 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4585
4586         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4587         Reported by Michael Meissner <meissner@redhat.com>.
4588
4589 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4590
4591         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4592         Patch by Hans Boehm <hans_boehm@hp.com>.
4593
4594 2002-06-20  Andreas Jaeger  <aj@suse.de>
4595
4596         * math/libm-test.inc: Use exact values as input parameters,
4597         compute output parameters with 36 digits for 128-bit long doubles.
4598         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4599         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4600         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4601
4602 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4603
4604         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4605         argument or result is subnormal.
4606
4607 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4608
4609         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4610         quotient.
4611         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4612         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4613
4614         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4615
4616 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4617
4618         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4619         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4620         Reported by Peter A. Buhr.
4621
4622 2002-06-15  Roland McGrath  <roland@frob.com>
4623
4624         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4625         warning.
4626
4627         * sysdeps/mach/hurd/getcwd.c
4628         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4629
4630         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4631         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4632
4633         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4634         jump to local subroutine.
4635
4636 2002-06-14  Roland McGrath  <roland@frob.com>
4637
4638         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4639         * sysdeps/mach/hurd/Makeconfig: ... here.
4640
4641 2002-06-13  Andreas Schwab  <schwab@suse.de>
4642
4643         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4644         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4645         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4646
4647 2002-06-13  Roland McGrath  <roland@frob.com>
4648
4649         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4650         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4651         Use intptr_t instead of int for argc in stack layout.
4652         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4653         (_dl_init_first): Likewise.
4654         (_hurd_stack_setup): Likewise.
4655         (init1): Add a cast.
4656         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4657
4658         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4659         argument to pfinet_siocgifconf RPC.
4660
4661 2002-06-13  Andreas Schwab  <schwab@suse.de>
4662
4663         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4664         expansion order.
4665
4666 2002-06-12  Roland McGrath  <roland@frob.com>
4667
4668         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4669         if already defined.
4670         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4671         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4672
4673 2002-06-11  Roland McGrath  <roland@frob.com>
4674
4675         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4676         file on [!RTLD_STAT64].
4677         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4678
4679         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4680         (__fdopen): Use INTUSE.
4681         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4682
4683         * stdio-common/tmpfile64.c: File removed.
4684         * sysdeps/generic/tmpfile64.c: New file.
4685         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4686         if not already defined.
4687         (tmpfile): Use it in place of __GT_FILE.
4688
4689         * include/unistd.h: Declare __chown_internal.
4690
4691         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4692         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4693
4694 2002-06-09  Roland McGrath  <roland@frob.com>
4695
4696         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4697         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4698         value of HURD_INTERFACE_VERSION >= 20020609.
4699         * sysdeps/mach/hurd/configure: Regenerated.
4700         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4701         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4702         convert a struct stat64 into a struct stat and return 0 or -1
4703         with errno set to EOVERFLOW.
4704         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4705         for struct statfs64 to struct statfs.
4706         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4707         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4708         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4709         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4710         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4711         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4712         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4713         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4714         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4715         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4716         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4717         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4718         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4719         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4720         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4721         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4722         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4723         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4724         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4725         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4726         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4727         Use struct stat64 for io_stat argument.
4728         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4729         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4730         to io_seek.
4731         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4732         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4733         * hurd/hurd/fd.h: Update decls.
4734         * sysdeps/mach/hurd/getcwd.c
4735         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4736         and struct dirent64.
4737         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4738         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4739         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4740         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4741
4742 2002-06-08  Roland McGrath  <roland@frob.com>
4743
4744         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4745         instead of unsigned long int for __allocation and __size members.
4746
4747 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4748
4749         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4750         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4751         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4752         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4753
4754 2002-06-07  Roland McGrath  <roland@frob.com>
4755
4756         * sysdeps/mach/hurd/bits/environments.h: File removed.
4757
4758 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4759
4760         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
4761         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
4762         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
4763         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
4764         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
4765         (sendfile64): Likewise.
4766         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
4767         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
4768         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
4769         Likewise.
4770         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
4771
4772         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
4773         already defined.
4774
4775 2002-06-04  Bruno Haible  <bruno@clisp.org>
4776
4777         * sysdeps/cris/stackinfo.h: New file.
4778
4779         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
4780         to an integer type before performing bit operations on it.
4781
4782 2002-06-05  Roland McGrath  <roland@frob.com>
4783
4784         * sysdeps/generic/sendfile.c: Include <errno.h>.
4785         * sysdeps/generic/sendfile64.c: Likewise.
4786
4787         * io/Makefile (routines): Add sendfile and sendfile64.
4788         (headers): Add sys/sendfile.h to the list.
4789         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
4790         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
4791         * io/sys/sendfile.h: ... here.
4792         * sysdeps/generic/sendfile.c: New file.
4793         * sysdeps/generic/sendfile64.c: New file.
4794
4795         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
4796         Move sendfile, sendfile64 to ...
4797         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
4798         * sysdeps/mach/hurd/sendfile.c: New file.
4799         * sysdeps/mach/hurd/sendfile64.c: New file.
4800
4801         * sysdeps/mach/nanosleep.c: New file.
4802
4803 2002-06-04  Roland McGrath  <roland@frob.com>
4804
4805         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
4806         * sysdeps/alpha/elf/configure: New file (generated).
4807
4808 2002-06-02  Roland McGrath  <roland@frob.com>
4809
4810         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
4811
4812 2002-06-01  Roland McGrath  <roland@frob.com>
4813
4814         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
4815         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
4816
4817 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4818
4819         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
4820         Add nsmap.
4821         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
4822         Remove nstimes setting.
4823         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
4824         * resolv/res_send.c (res_nsend): Don't close unconditionally if
4825         there is mix of IPv6 and IPv4 nameservers.
4826         Use nsmap array to find free slots and preserve nameserver ordering.
4827         Fix RES_ROTATE.
4828
4829 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4830
4831         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
4832         use this header with LFS.
4833
4834         * po/sk.po: Update from translation team.
4835
4836 2002-05-28  Andreas Schwab  <schwab@suse.de>
4837
4838         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
4839         message when finding object of wrong class.
4840
4841 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
4842
4843         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
4844         Patch by <radu@netsoft.ro>.
4845
4846 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
4847
4848         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
4849         Add readahead.
4850         * sysdeps/unix/sysv/linux/readahead.c: New file.
4851         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
4852         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
4853         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
4854         Add sendfile64 alias to sendfile syscall.
4855         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
4856         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
4857         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
4858         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
4859         syscall.
4860
4861         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
4862         special section for PIC register loading.
4863         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4864
4865         * config.h.in: Define HAVE_HIDDEN.
4866         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
4867
4868         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
4869
4870 2002-05-28  Roland McGrath  <roland@frob.com>
4871
4872         * sysdeps/mach/alpha/setfpucw.c: New file.
4873
4874 2002-05-26  Roland McGrath  <roland@frob.com>
4875
4876         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
4877         Use integer_t instead of int for IOC_VOID case.
4878
4879 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
4880
4881         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
4882
4883 2002-05-26  Bruno Haible  <bruno@clisp.org>
4884
4885         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
4886         end of the ISO-8859-7 from idx table.
4887
4888 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
4889
4890         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
4891
4892 2002-05-24  David S. Miller  <davem@redhat.com>
4893
4894         * string/bits/string2.h (memset): Do not try to optimize when
4895         not _STRING_ARCH_unaligned if GCC will do the right thing.
4896
4897 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
4898
4899         * posix/regex.c: Define `inline' as a macro into nothing for the
4900         compilers which lack the keyword.
4901         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
4902         for the compatibility of gawk.
4903         * posix/regcomp.c: Add fake implementation of isblank() for the
4904         environments which lack the function.
4905         Don't use free_charset() in case of non-i18n envs.
4906         (build_range_exp): Don't use i18n related code in case of non-i18n
4907         envs.
4908         (build_collating_symbol): Likewise.
4909         (build_equiv_class): Likewise.
4910         (build_charclass): Likewise.
4911         (re_compile_fastmap_iter): Likewise.
4912         (parse_bracket_exp): Likewise.
4913         (build_word_op): Likewise.
4914         (regfree): Don't use free_charset() in case of non-i18n envs.
4915         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
4916         re_token_type_t in case of non-i18n envs.
4917         Don't define re_charset_t in case of non-i18n envs.
4918         Change the type of wcs of re_string_t from wchar_t to wint_t,
4919         since we store also WEOF.
4920         * posix/regex_internal.c: (re_string_realloc_buffers): Change
4921         the type of wcs of re_string_t from wchar_t to wint_t.
4922         (re_string_reconstruct): Likewise.
4923         (create_ci_newstate): Don't use i18n related code in case of
4924         non-i18n envs.
4925         (create_cd_newstate): Likewise.
4926
4927 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
4928
4929         * iconv/loop.c: Fix typo.
4930
4931 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
4932
4933         * inet/ether_line.c (ether_line): Fix a typo causing only
4934         lower 4 bits of each ethernet address byte being assigned.
4935         Don't modify what line points to.
4936         * inet/tst-ether_aton.c (main): Add ether_line tests.
4937
4938 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
4939
4940         * manual/filesys.texi: Don't make readlink example leak memory
4941         when readlink fails.
4942
4943 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
4944
4945         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
4946         some more security checks.
4947
4948 2002-05-17  David S. Miller  <davem@redhat.com>
4949
4950         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
4951
4952 2002-05-16  David S. Miller  <davem@redhat.com>
4953
4954         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
4955         (elf_machine_dynamic): Use it to force PIC register to be loaded.
4956         (elf_machine_load_address): Likewise.
4957         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
4958
4959         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
4960         is unaligned, do not forget to fully initialize %g1 magic value.
4961
4962         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
4963         register definitions and provide 32-bit variants of structures
4964         during 64-bit builds.
4965
4966         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
4967         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
4968         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
4969         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
4970         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
4971         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
4972         Do not clear implicit one bit here, it must be done post-rounding.
4973         Only pad to the left using left shift if value uses less than the
4974         available fractional bits.
4975
4976 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
4977
4978         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
4979         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
4980         (shared-only-routines): Likewise.
4981         * sysdeps/powerpc/libgcc-compat.c: New file.
4982         * sysdeps/wordsize-32/cmpdi2.c: Removed.
4983         * sysdeps/wordsize-32/fixdfdi.c: Removed.
4984         * sysdeps/wordsize-32/fixsfdi.c: Removed.
4985         * sysdeps/wordsize-32/shdi3.c: Removed.
4986
4987 2002-05-16  Bruno Haible  <bruno@clisp.org>
4988
4989         * MakeTAGS (libc.pot): Don't sort the output.
4990         * po/header.pot: Update to match xgettext 0.11 output.
4991
4992 2002-05-16  Bruno Haible  <bruno@clisp.org>
4993
4994         * MakeTAGS (subdirs): Remove duplicates.
4995
4996 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
4997
4998         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
4999         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5000         alias.
5001
5002 2002-05-19  Andreas Jaeger  <aj@suse.de>
5003
5004         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5005         installation in /usr/local.
5006
5007 2002-05-16  Bruno Haible  <bruno@clisp.org>
5008
5009         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5010         string as argument of #error.
5011
5012 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5013
5014         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5015         don't define static.  Remove old __realpath function.  TC1 of
5016         POSIX 2001 will allow the second parameter to be NULL.
5017         * stdlib/test-canon.c: Comment out test for NULL as second
5018         parameter of realpath.
5019
5020         * time/offtime.c (__offtime): Set errno if overflow is detected.
5021
5022         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5023         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5024         dl-brk and dl-sbrk.
5025
5026         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5027         (fdimf): Likewise.
5028
5029 2002-05-15  Roland McGrath  <roland@frob.com>
5030
5031         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5032
5033 2002-05-12  Bruno Haible  <bruno@clisp.org>
5034
5035         * iconvdata/testdata/EUC-JISX0213: New file.
5036         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5037         * iconvdata/testdata/SHIFT_JISX0213: New file.
5038         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5039         * iconvdata/testdata/ISO-2022-JP-3: New file.
5040         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5041         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5042         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5043         contains comments indicating precomposed characters.
5044
5045 2002-04-21  Bruno Haible  <bruno@clisp.org>
5046
5047         * iconvdata/iso-2022-jp-3.c: New file.
5048         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5049         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5050         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5051         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5052         (distribute): Add iso-2022-jp-3.c.
5053
5054 2002-05-12  Bruno Haible  <bruno@clisp.org>
5055
5056         * iconvdata/tst-table-to.c (main): Restore handling of
5057         transliterations, broken by last patch.
5058
5059 2002-05-12  Bruno Haible  <bruno@clisp.org>
5060
5061         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5062
5063 2002-05-12  Bruno Haible  <bruno@clisp.org>
5064
5065         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5066         when there is not enough room in the output buffer.
5067         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5068
5069 2002-04-20  Bruno Haible  <bruno@clisp.org>
5070
5071         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5072         macros.
5073         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5074         Also make this macro work if FROM_DIRECTION evaluates to 0.
5075         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5076         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5077         of consume_incomplete.
5078         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5079         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5080         4, not 8.
5081         * iconvdata/cp1258.c: Likewise.
5082         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5083         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5084         not 2.
5085         * iconvdata/ibm933.c: Likewise.
5086         * iconvdata/ibm935.c: Likewise.
5087         * iconvdata/ibm937.c: Likewise.
5088         * iconvdata/ibm939.c: Likewise.
5089         * iconvdata/iso-2022-cn.c: Define
5090         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5091         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5092         * iconvdata/iso-2022-cn-ext.c: Likewise.
5093         * iconvdata/iso-2022-jp.c: Define
5094         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5095         {MIN,MAX}_NEEDED_{FROM,TO}.
5096         * iconvdata/tcvn5712-1.c: Define
5097         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5098         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5099         * iconvdata/euc-jisx0213.c: Define
5100         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5101         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5102         * iconvdata/shift_jisx0213.c: Likewise.
5103
5104 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5105
5106         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5107         shdi3, fixdfdi, fixsfdi in csu dir.
5108         (shared-only-routines): Likewise.
5109         * sysdeps/wordsize-32/cmpdi2.c: New file.
5110         * sysdeps/wordsize-32/shdi3.c: New file.
5111         * sysdeps/wordsize-32/fixdfdi.c: New file.
5112         * sysdeps/wordsize-32/fixsfdi.c: New file.
5113         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5114         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5115         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5116
5117         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5118         Only use va_arg if the argument will be used [PR libc/3259].
5119
5120 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5121
5122         * catgets/catgets.c (catopen): Free buffer if internal catalog
5123         open fails.
5124
5125 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5126
5127         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5128         non-buffering methods.
5129         * debug/pcprofiledump.c: Implement -u option.
5130         Patch by Roger Luethi <rl@hellgate.ch>.
5131
5132 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5133
5134         * include/netinet/in.h (bindresvport_internal): Add prototype.
5135         * include/rpc/auth.h  (authunix_create_internal,
5136         authunix_create_default_internal, authnone_create_internal,
5137         authdes_pk_create_internal): Add prototypes.
5138         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5139         clntudp_create_internal, clntudp_bufcreate_internal,
5140         clntunix_create_internal): Add prototypes.
5141         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5142         svc_getreq_internal, svc_getreq_common_internal,
5143         svc_getreqset_internal, svc_getreq_poll_internal,
5144         svc_register_internal, svc_unregister_internal,
5145         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5146         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5147         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5148         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5149         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5150         * inet/rcmd.c (rcmd_af): Use __listen.
5151         (rresvport_af): Use __bind.
5152         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5153         authunix_create, authunix_create_default, authnone_create,
5154         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5155         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5156         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5157         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5158         _authenticate, add INTDEF after such function definitions.
5159         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5160         __setsockopt, __getsockname instead of non-__ variants.
5161         * sunrpc/pmap_rmt.c: Likewise.
5162         * sunrpc/rtime.c: Likewise.
5163         * sunrpc/svc_udp.c: Likewise.
5164         * sunrpc/clnt_unix.c: Likewise.
5165         * sunrpc/svc_unix.c: Likewise.
5166         * sunrpc/bindrsvprt.c: Likewise.
5167         * sunrpc/svc_tcp.c: Likewise.
5168         * sunrpc/auth_none.c: Likewise.
5169         * sunrpc/clnt_raw.c: Likewise.
5170         * sunrpc/clnt_tcp.c: Likewise.
5171         * sunrpc/auth_unix.c: Likewise.
5172         * sunrpc/key_call.c: Likewise.
5173         * sunrpc/clnt_gen.c: Likewise.
5174         * sunrpc/pm_getmaps.c: Likewise.
5175         * sunrpc/clnt_simp.c: Likewise.
5176         * sunrpc/pmap_clnt.c: Likewise.
5177         * sunrpc/svc_run.c: Likewise.
5178         * sunrpc/svc.c: Likewise.
5179         * sunrpc/svc_simple.c: Likewise.
5180         * sunrpc/pm_getport.c: Likewise.
5181         * sunrpc/auth_des.c: Likewise.
5182         * sunrpc/svc_auth.c: Likewise.
5183         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5184         __register_frame_info_table_bases, __deregister_frame_info_bases):
5185         Add INTDEF.
5186         (__register_frame_info_bases_internal,
5187         __register_frame_info_table_bases_internal,
5188         __deregister_frame_info_bases_internal): Add prototypes.
5189         (__register_frame_info, __register_frame): Use INTUSE in call to
5190         __register_frame_info_bases.
5191         (__register_frame_info_table): Similarly.
5192         (__deregister_frame_info, __deregister_frame): Similarly.
5193         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5194         sendto as weak alias.
5195         * sysdeps/mach/hurd/sendto.c: Likewise.
5196         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5197         recvfrom as weak alias.
5198         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5199         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5200         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5201         recvmsg as weak alias.
5202         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5203         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5204         sendmsg as weak alias.
5205         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5206         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5207         setsockopt, add setsockopt as weak alias.
5208         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5209         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5210         weak alias.
5211         * sysdeps/mach/hurd/bind.c: Likewise.
5212         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5213         as weak alias.
5214         * sysdeps/mach/hurd/listen.c: Likewise.
5215         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5216         getsockname, add getsockname as weak alias.
5217         * sysdeps/mach/hurd/getsockname.c: Likewise.
5218         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5219         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5220         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5221         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5222         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5223         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5224         Add aliases.
5225         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5226         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5227         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5228         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5229         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5230         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5231         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5232         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5233         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5234         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5235         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5236         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5237
5238 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5239
5240         * locale/programs/localedef.h (show_archive_content): Add verbose
5241         argument.
5242         * locale/programs/localedef.c (main): Adjust caller.
5243         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5244         types.
5245         (nameentcmp, dataentcmp): New functions.
5246         (xstrcmp): Remove.
5247         (show_archive_content): Print verbose listing with --list-archive -v.
5248
5249 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5250
5251         * locale/programs/locarchive.c (open_archive): Take extra argument
5252         readonly.  If true open file with O_RDONLY and don't create the
5253         archive if it doesn't exist.
5254         Adapt all callers.
5255         (close_archive): Don't do anything if fd element is -1.
5256         * locale/programs/localedef.h (open_archive): Adjust prototype.
5257         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5258         call.
5259
5260         * malloc/malloc.c (__posix_memalign): Correct check for size of
5261         alignment value [PR libc/3444].
5262
5263         * include/stdio.h: Remove references to old stdio implementation.
5264
5265         * libio/Makefile (bug-ungetwc2-ENV): Define.
5266
5267 2002-05-13  Roland McGrath  <roland@frob.com>
5268
5269         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5270
5271         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5272
5273 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5274
5275         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5276         Allocate three, not two, more than LEN when appending '/.'.
5277         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5278         if NAME ends with '/.' if it is shorter than 2 chars.
5279
5280 2002-05-12  Roland McGrath  <roland@frob.com>
5281
5282         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5283         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5284
5285         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5286         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5287
5288 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5289
5290         * sysdeps/ia64/Makefile: Remove extra endif.
5291         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5292
5293 2002-05-10  Andreas Schwab  <schwab@suse.de>
5294
5295         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5296
5297 2002-05-09  Andreas Jaeger  <aj@suse.de>
5298
5299         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5300         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5301         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5302
5303         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5304         * sysdeps/wordsize-64/glob.c: ...here.
5305         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5306         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5307         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5308
5309 2002-05-08  Roland McGrath  <roland@frob.com>
5310
5311         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5312         O_NOTRANS flag in "." lookup.
5313
5314 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5315
5316         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5317
5318 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5319
5320         * locale/duplocale.c (__duplocale): Update special members only
5321         when allocation succeeded.
5322
5323 2002-05-03  Roland McGrath  <roland@frob.com>
5324
5325         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5326         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5327
5328 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5329
5330         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5331         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5332         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5333         * sysdeps/ia64/ia64libgcc.S: New file.
5334
5335 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5336
5337         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5338
5339         * malloc/memusage.c: Distinguish anonymous mmap.
5340
5341 2002-05-01  Roland McGrath  <roland@frob.com>
5342
5343         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5344         and use INTDEF on it.
5345         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5346
5347         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5348
5349         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5350
5351 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5352
5353         * malloc/memusage.c: Add support for tracking mmap & friends.
5354         * malloc/memusage.sh: Implement -m/--mmap option.
5355
5356 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5357
5358         * locale/programs/locarchive.c (create_archive): Add archivefname
5359         argument, create fname from it.
5360         (enlarge_archive): Honour output_prefix.
5361         (open_archive): Likewise.
5362
5363 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5364
5365         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5366         too many stpcpy macros.
5367
5368 2002-04-26  Bruno Haible  <bruno@clisp.org>
5369
5370         * locale/programs/ld-collate.c (collate_read): Cast first argument
5371         for "%.*s" to int.
5372
5373 2002-04-26  Bruno Haible  <bruno@clisp.org>
5374
5375         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5376         __dcngettext_internal): New declarations.
5377         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5378         attribute declarations.
5379
5380 2002-04-30  Roland McGrath  <roland@frob.com>
5381
5382         Removed old GNU stdio implementation; GNU libio is now the only option.
5383         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5384         Define USE_IN_LIBIO unconditionally.
5385         * configure: Regenerated.
5386         * Makeconfig (stdio): Set to libio by default.
5387         * config.make.in (stdio): Variable removed.
5388         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5389         * sysdeps/unix/sysv/linux/configure: Regenerated.
5390         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5391         * sysdeps/mach/hurd/configure: Regenerated.
5392         * stdio/.cvsignore: File removed.
5393         * stdio/Makefile: File removed.
5394         * stdio/Versions: File removed.
5395         * stdio/__fbufsize.c: File removed.
5396         * stdio/__flbf.c: File removed.
5397         * stdio/__fpending.c: File removed.
5398         * stdio/__fpurge.c: File removed.
5399         * stdio/__freadable.c: File removed.
5400         * stdio/__freading.c: File removed.
5401         * stdio/__fsetlocking.c: File removed.
5402         * stdio/__fwritable.c: File removed.
5403         * stdio/__fwriting.c: File removed.
5404         * stdio/clearerr.c: File removed.
5405         * stdio/fclose.c: File removed.
5406         * stdio/fcloseall.c: File removed.
5407         * stdio/feof.c: File removed.
5408         * stdio/ferror.c: File removed.
5409         * stdio/fflush.c: File removed.
5410         * stdio/fgetc.c: File removed.
5411         * stdio/fgetpos.c: File removed.
5412         * stdio/fgets.c: File removed.
5413         * stdio/fileno.c: File removed.
5414         * stdio/fmemopen.c: File removed.
5415         * stdio/fopen.c: File removed.
5416         * stdio/fopncook.c: File removed.
5417         * stdio/fputc.c: File removed.
5418         * stdio/fputs.c: File removed.
5419         * stdio/fread.c: File removed.
5420         * stdio/freopen.c: File removed.
5421         * stdio/fseek.c: File removed.
5422         * stdio/fsetpos.c: File removed.
5423         * stdio/ftell.c: File removed.
5424         * stdio/fwrite.c: File removed.
5425         * stdio/getc.c: File removed.
5426         * stdio/getchar.c: File removed.
5427         * stdio/getdelim.c: File removed.
5428         * stdio/gets.c: File removed.
5429         * stdio/glue.c: File removed.
5430         * stdio/internals.c: File removed.
5431         * stdio/linewrap.c: File removed.
5432         * stdio/linewrap.h: File removed.
5433         * stdio/memstream.c: File removed.
5434         * stdio/newstream.c: File removed.
5435         * stdio/obstream.c: File removed.
5436         * stdio/putc.c: File removed.
5437         * stdio/putchar.c: File removed.
5438         * stdio/puts.c: File removed.
5439         * stdio/rewind.c: File removed.
5440         * stdio/setbuf.c: File removed.
5441         * stdio/setbuffer.c: File removed.
5442         * stdio/setlinebuf.c: File removed.
5443         * stdio/setvbuf.c: File removed.
5444         * stdio/stdio.h: File removed.
5445         * stdio/ungetc.c: File removed.
5446         * stdio/vasprintf.c: File removed.
5447         * stdio/vscanf.c: File removed.
5448         * stdio/vsnprintf.c: File removed.
5449         * stdio/vsprintf.c: File removed.
5450         * stdio/vsscanf.c: File removed.
5451         * sysdeps/generic/defs.c: File removed.
5452         * sysdeps/generic/fdopen.c: File removed.
5453         * sysdeps/generic/pipestream.c: File removed.
5454         * sysdeps/generic/stdio_init.c: File removed.
5455         * sysdeps/generic/sysd-stdio.c: File removed.
5456         * sysdeps/generic/vdprintf.c: File removed.
5457         * sysdeps/mach/hurd/defs.c: File removed.
5458         * sysdeps/mach/hurd/fdopen.c: File removed.
5459         * sysdeps/mach/hurd/pipestream.c: File removed.
5460         * sysdeps/mach/hurd/stdio_init.c: File removed.
5461         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5462         * sysdeps/mach/hurd/vdprintf.c: File removed.
5463         * sysdeps/posix/defs.c: File removed.
5464         * sysdeps/posix/fdopen.c: File removed.
5465         * sysdeps/posix/pipestream.c: File removed.
5466         * sysdeps/posix/stdio_init.c: File removed.
5467         * sysdeps/posix/vdprintf.c: File removed.
5468         * sysdeps/unix/pipestream.c: File removed.
5469         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5470         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5471         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5472
5473 2002-04-29  Roland McGrath  <roland@frob.com>
5474
5475         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5476
5477 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5478
5479         * sysdeps/generic/tls.h: Describe what must be defined.
5480
5481         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5482         glob_in_dir [PR libc/3385].
5483         * posix/globtest.sh: Add test case.
5484
5485         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5486         //TRANSLIT twice.
5487
5488 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5489
5490         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5491         _internal symbol handling.
5492         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5493
5494 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5495
5496         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5497         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5498
5499 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5500
5501         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5502         not _LIBC and RE_ENABLE_I18N.
5503         (build_range_exp): Implement for not _LIBC.
5504         (build_collating_symbol): Likewise.
5505         (parse_bracket_exp): Unify redundant error handlings.
5506         Don't erase mbcset for non matching list in multibyte envs.
5507         (build_word_op): Add '_' to matching list for \w operator.
5508         * posix/regex_internal.c (re_string_construct): Invoke
5509         build_upper_buffer in case of not RE_ENABLE_I18N.
5510         (re_string_reconstruct): Don't touch cur_state in case of not
5511         RE_ENABLE_I18N.
5512         * posix/regex_internal.h (attribute_hidden): New macro in case of
5513         not _LIBC.
5514         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5515         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5516         RE_ENABLE_I18N.
5517         (transit_state_mb): Likewise.
5518         (check_node_accept_bytes): Implement the code evaluating range
5519         expression in case of not _LIBC.
5520         (find_collation_sequence_value): Hide in case of not _LIBC.
5521
5522 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5523
5524         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5525         i386/semctl.c.
5526         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5527         be used.
5528
5529 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5530
5531         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5532
5533         * sysdeps/ia64/strncpy.S: Fix recovery code.
5534         Patch by David Mosberger <davidm@hpl.hp.com>.
5535
5536 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5537
5538         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5539         GLIBC_2.2.6.
5540
5541 2002-04-14  Bruno Haible  <bruno@clisp.org>
5542
5543         * posix/regex.c (re_max_failures): Add back symbol for binary
5544         compatibility.
5545
5546 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5547
5548         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5549         of buffer building functions.
5550         * posix/regex_internal.c (re_string_allocate): New function.
5551         (re_string_realloc_buffers): New function.
5552         (re_string_skip_chars): New function.
5553         (re_string_reconstruct): New function.
5554         (re_string_construct): Adapt it to new interface of buffer building
5555         functions.
5556         (re_string_construct_common): Likewise.
5557         (build_wcs_buffer): Likewise.
5558         (build_wcs_upper_buffer): Likewise.
5559         (build_upper_buffer): Likewise.
5560         (re_string_translate_buffer): Likewise.
5561         (re_string_context_at): Adapt it to variable length buffers.
5562         * posix/regex_internal.h (re_string_t): Add new fields to handle
5563         variable length buffers.
5564         (re_match_context_t): Likewise.
5565         * posix/regexec.c (re_search_internal): Adapt it to new interface
5566         of re_string_t and re_match_context_t.
5567         (acquire_init_state_context): Likewise.
5568         (check_matching): Likewise.
5569         (check_halt_state_context): Likewise.
5570         (proceed_next_node): Likewise.
5571         (set_regs): Likewise.
5572         (sift_states_backward): Likewise.
5573         (clean_state_log_if_need): Likewise.
5574         (sift_states_iter_mb): Likewise.
5575         (sift_states_iter_bkref): Likewise.
5576         (add_epsilon_backreference): Likewise.
5577         (transit_state): Likewise.
5578         (transit_state_sb): Likewise.
5579         (transit_state_mb): Likewise.
5580         (transit_state_bkref): Likewise.
5581         (transit_state_bkref_loop): Likewise.
5582         (check_node_accept): Likewise.
5583         (match_ctx_init): Likewise.
5584         (extend_buffers): New function.
5585
5586 2002-04-21  Bruno Haible  <bruno@clisp.org>
5587
5588         * iconvdata/tst-table.sh: For the second check, use the truncated
5589         GB18030 charmap table, like for the first check.
5590
5591 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5592
5593         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5594         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5595
5596 2002-04-23  H.J. Lu  <hjl@gnu.org>
5597
5598         * include/math.h (isfinite): Fix a typo.
5599
5600 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5601
5602         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5603         which is created by the test suite.
5604
5605 2002-04-20  Bruno Haible  <bruno@clisp.org>
5606
5607         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5608         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5609
5610 2002-04-20  Bruno Haible  <bruno@clisp.org>
5611
5612         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5613         to avoid gcc warning.
5614
5615 2002-04-20  Bruno Haible  <bruno@clisp.org>
5616
5617         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5618         of data->__statep->__count.
5619
5620 2002-04-20  Bruno Haible  <bruno@clisp.org>
5621
5622         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5623         tag characters.
5624         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5625
5626 2002-04-24  Roland McGrath  <roland@frob.com>
5627
5628         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5629         use END macro instead of our own .end directive.
5630         Use `callsys' insn mnemonic instead of `call_pal'.
5631
5632         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5633
5634         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5635         macro; we need this for Hurd.
5636
5637         Log entry was missing for 2002/03/24 commit of rev 1.8,
5638         goes with 2002-03-17 changes.
5639         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5640         (sysdep_routines): Append ioperm here.
5641         (sysdep_headers): Append sys/io.h here.
5642
5643 2002-04-23  Roland McGrath  <roland@frob.com>
5644
5645         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5646         * sysdeps/mach/hurd/sendto.c: Likewise.
5647         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5648         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5649         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5650
5651 2002-04-22  Roland McGrath  <roland@frob.com>
5652
5653         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5654         failure from i386_io_perm_* RPCs to ENOSYS.
5655
5656 2002-04-22  Andreas Jaeger  <aj@suse.de>
5657
5658         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5659
5660         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5661
5662         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5663         register instead of destroying %rbx.
5664
5665 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5666
5667         * string/string.h: Declare strerror_r also for XPG6.
5668
5669 2002-04-19  Roland McGrath  <roland@frob.com>
5670
5671         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5672
5673 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5674
5675         * Makefile: Add handling of xtests and xcheck targets.
5676         * MakeTAGS: Likewise.
5677         * Makeconfig: Likewise.
5678         * Makerules: Likewise.
5679         * Rules: Likewise.
5680         * manual/Makefile: Likewise.
5681         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5682         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5683
5684 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5685
5686         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5687         authnone_private_s.
5688         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5689         Delete #ifdef _RPC_THREAD_SAFE_ block.
5690         (authnone_private): Make a struct, not a pointer to struct.
5691         (authnone_private_guard): New once-control variable.
5692         (authnone_create_once): New function, split out of
5693         authnone_create.  No need to allocate memory.
5694         (authnone_create): Just call authnone_create_once via
5695         __libc_once, then return &authnone_private->no_client.
5696         (authnone_marshal): Access private data via CLIENT argument,
5697         not authnone_private pointer.
5698         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5699         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5700         authnone_private_s.
5701
5702 2002-04-12  H.J. Lu  <hjl@gnu.org>
5703
5704         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5705
5706 2002-04-18  Bruno Haible  <bruno@clisp.org>
5707
5708         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5709         FROM_DIRECTION): Make the FROM direction stateless.
5710         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5711         FROM_DIRECTION): Likewise.
5712
5713 2002-04-15  Bruno Haible  <bruno@clisp.org>
5714
5715         * iconvdata/JISX0213.TXT: New file.
5716         * iconvdata/jisx0213.h: New file.
5717         * iconvdata/jisx0213.c: New file.
5718         * iconvdata/euc-jisx0213.c: New file.
5719         * iconvdata/shift_jisx0213.c: New file.
5720         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5721         * iconvdata/EUC-JISX0213.precomposed: New file.
5722         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5723         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5724         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5725         which the "to" direction is stateful.
5726         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5727         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5728         SHIFT_JISX0213.
5729         (libJISX0213-routines): New variable.
5730         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5731         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5732         (LDFLAGS-libJISX0213.so): New variable.
5733         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5734         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5735         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5736
5737 2002-04-15  Bruno Haible  <bruno@clisp.org>
5738
5739         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5740         uint32_t.  Update to Unicode 3.2.
5741         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5742         (BODY for TO_LOOP): Handle the ASCII range specially.
5743         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5744         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5745         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5746
5747 2002-04-15  Bruno Haible  <bruno@clisp.org>
5748
5749         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5750         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5751
5752 2002-04-15  Bruno Haible  <bruno@clisp.org>
5753
5754         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5755         (ucs4_to_cns11643): Update.
5756         * iconvdata/cns11643.c: Update to Unicode 3.2.
5757         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5758         __cns11643_from_ucs4p2_tab): Regenerated.
5759         (__cns11643_from_ucs4p2c_tab): New array.
5760         * iconvdata/cvs11643l1.c: Update comments.
5761         * iconvdata/EUC-TW.irreversible: Remove two entries.
5762
5763 2002-04-15  Bruno Haible  <bruno@clisp.org>
5764
5765         * locale/C-translit.h.in: Update to Unicode 3.2.
5766         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
5767         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
5768
5769 2002-04-15  Bruno Haible  <bruno@clisp.org>
5770
5771         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
5772         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
5773
5774 2002-04-15  Bruno Haible  <bruno@clisp.org>
5775
5776         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
5777         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
5778         always one byte, not 0 bytes in some cases and 2 bytes in others.
5779
5780         * iconvdata/tst-table-from.c (main): Correct the usage message.
5781
5782 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5783
5784         * posix/regcomp.c (parse_expression): Fix incorrect error code.
5785         (parse_dup_op): Fix error handling like "a{}".
5786         (parse_bracket_exp): Add error handling.
5787         (fetch_number): Add error handling for "a{<very_large_number>}".
5788
5789 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
5790
5791         * posix/regcomp.c (parse_bracket_symbol): Add error handling
5792         in case that the symbol name is too long.
5793         (build_charclass): Handle [:lower:]/[:uppper:] correctly
5794         in case of REG_ICASE.
5795
5796 2002-04-19  Andreas Jaeger  <aj@suse.de>
5797
5798         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
5799         <hartvige@mips.com>.
5800
5801 2002-04-15  H.J. Lu  <hjl@gnu.org>
5802
5803         * include/math.h (__finitel_internal): Declare only if
5804         __NO_LONG_DOUBLE_MATH is not defined.
5805         (__isinfl_internal): Likewise.
5806         (__isnanl_internal): Likewise.
5807
5808         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
5809         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5810         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5811         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
5812         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5813         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5814         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5815
5816         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
5817         __fcntl_internal.
5818
5819         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
5820         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
5821
5822 2002-04-15  Bruno Haible  <bruno@clisp.org>
5823
5824         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
5825         (BODY for TO_LOOP): Likewise.
5826         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
5827         * iconvdata/tst-table.sh: Add support for encodings which contain
5828         precomposed Unicode characters, known to the iconv converter in both
5829         directions but not listed in the charmap.
5830         * iconvdata/IBM856.irreversible: New file.
5831         * iconvdata/IBM922.irreversible: New file.
5832         * iconvdata/IBM1132.irreversible: New file.
5833         * iconvdata/IBM1133.irreversible: New file.
5834         * iconvdata/IBM1160.irreversible: New file.
5835         * iconvdata/IBM1161.irreversible: New file.
5836         * iconvdata/IBM1163.irreversible: New file.
5837         * iconvdata/IBM1164.irreversible: New file.
5838         * iconvdata/ARMSCII-8.irreversible: New file.
5839         * iconvdata/TCVN5712-1.precomposed: New file.
5840         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
5841         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
5842         ARMSCII-8, TCVN5712-1.
5843         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
5844         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
5845         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
5846         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
5847
5848 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
5849
5850         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
5851         for EVENING69.  Include offsets in TZ environment variable.
5852
5853 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
5854
5855         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
5856         avoid compiler warnings.
5857
5858         * locale/programs/localedef.c (main): Always call
5859         construct_output_path.
5860
5861         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
5862
5863         * locale/programs/locfile.c (to_archive): New variable.  To collect
5864         data which has to be added to the locale archive.
5865         (write_all_categories): Take new third parameter with locale name.
5866         Unless no_archive flag set add new locale data to the archive
5867         (write_locale_data): Unless no-archive flag set store generated data
5868         in to_archive data structure instead of generation output file.
5869         Add new parameter with locale category index.
5870         * locale/programs/locfile.h: Add new parameters in declaractions of
5871         write_all_categories and write_locale_data.
5872         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
5873         --add-to-archive, and --delete-from-archive options.  Pass extra
5874         parameter to write_all_categories.
5875         * locale/programs/localedef.h: Add prototypes for functions in
5876         locarchive.c.
5877         * locale/locarchive.h: New file.
5878         * locale/programs/locarchive.c: New file.
5879         * locale/Makefile (distribute): Add programs/locarchive.c and
5880         locarchive.h.
5881         (localedef-modules): Add md5 and locarchive.
5882         Add vpath to crypt subdir for md5.c.
5883
5884         * locale/programs/ld-address.c: Pass locale category ID as new second
5885         parameter to write_locale_data.
5886         * locale/programs/ld-collate.c: Likewise.
5887         * locale/programs/ld-ctype.c: Likewise.
5888         * locale/programs/ld-identification.c: Likewise.
5889         * locale/programs/ld-measurement.c: Likewise.
5890         * locale/programs/ld-messages.c: Likewise.
5891         * locale/programs/ld-monetary.c: Likewise.
5892         * locale/programs/ld-name.c: Likewise.
5893         * locale/programs/ld-numeric.c: Likewise.
5894         * locale/programs/ld-paper.c: Likewise.
5895         * locale/programs/ld-telephone.c: Likewise.
5896         * locale/programs/ld-time.c: Likewise.
5897
5898         * locale/simple-hash.c: Move compute_hashval function from here...
5899         * locale/hashval.h: ...to here.  New file.
5900         * locale/simple-hash.h: Add prototype for compute_hashval.
5901
5902         * include/libintl.h: Minor cleanups.
5903
5904 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
5905
5906         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
5907
5908 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
5909
5910         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
5911
5912 2002-04-14  Bruno Haible  <bruno@clisp.org>
5913
5914         * locale/programs/charmap.c (charmap_read): Don't access result if
5915         result == NULL.
5916
5917 2002-02-17  Andreas Schwab  <schwab@suse.de>
5918
5919         * elf/reldep7.c: New file.
5920         * elf/reldep7mod1.c: New file.
5921         * elf/reldep7mod2.c: New file.
5922         * elf/Makefile: Add rules to build and run reldep7.
5923
5924 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
5925
5926         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
5927         the end of the function.  Pass original flags to recursive call if
5928         add_dependency failed.
5929         (_dl_lookup_versioned_symbol): Likewise.
5930
5931 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
5932
5933         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
5934         early, but check whether it overflowed afterwards.
5935         * time/tst-mktime.c (main): Add new tests.
5936
5937 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
5938
5939         * debug/xtrace.sh: Fix program name in help message.
5940         Patch by Roger Luethi <rl@hellgate.ch>.
5941
5942         * include/sys/stat.h: Add prototypes for __lxstat_internal and
5943         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
5944         NOT_IN_libc.
5945         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
5946         * sysdeps/mach/hurd/lxstat.c: Likewise.
5947         * sysdeps/unix/common/lxstat.c: Likewise.
5948         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
5949         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
5950         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
5951         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5952         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
5953         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
5954         * sysdeps/mach/hurd/lxstat64.c: Likewise.
5955         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
5956         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
5957
5958         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
5959         prototypes.  Add __mbrlen and __mbrtowc macros.
5960         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
5961         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
5962
5963         * include/unistd.h: Add prototype for __write_internal and add
5964         __libc_write macro is SHARED.
5965         * sysdeps/generic/write.c: Use INTDEF for __write.
5966         * sysdeps/mach/hurd/write.c: Likewise.
5967         * sysdeps/unix/sysv/aix/write.c: Likewise.
5968         * sysdeps/unix/syscalls.list: Add __libc_write alias.
5969
5970         * assert/assert.c: Replace STR_N_SIZE with something usable in
5971         macro arguments.
5972         * assert/assert-perr.c: Likewise.
5973
5974         * include/sys/socket.h: Declare __libc_sa_len_internal and define
5975         SA_LEN macro to use it if not NOT_IN_libc.
5976         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
5977
5978         * include/fcntl.h: Declare __open_internal and define __open and
5979         __libc_open macros if not NOT_IN_libc.
5980         * sysdeps/generic/open.c: Use INTDEF for __open.
5981         * sysdeps/mach/hurd/open.c: Likewise.
5982         * sysdeps/unix/sysv/aix/open.c: Likewise.
5983         * sysdeps/unix/syscalls.list: Add __open_internal alias.
5984
5985         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
5986         has correct number.
5987
5988         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
5989         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
5990         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
5991         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
5992
5993         * include/wctype.h: Declare __iswalpha_l_internal,
5994         __iswdigit_l_internal, __iswspace_l_internal,
5995         __iswxdigit_l_internal, and __iswctype_internal.  Define
5996         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
5997         __iswxdigit_l macros if not NOT_IN_libc.
5998         * wctype/iswctype.c: Use INTDEF for __iswctype.
5999         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6000
6001         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6002         __isnan_internal, and __isnanl_internal.
6003         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6004         __isnan, and __isnanl.
6005         * stdio-common/printf_size.c: Likewise.
6006         * sysdeps/generic/printf_fphex.c: Likewise.
6007         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6008         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6009         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6010         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6011         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6012         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6013         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6014         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6015         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6016         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6017         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6018         * sysdeps/m68k/s_isinfl.c: Likewise.
6019         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6020         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6021
6022         * include/sys/time.h: Declare __gettimeofday_internal and define
6023         __gettimeofday macro if not NOT_IN_libc.
6024         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6025         * sysdeps/mach/gettimeofday.c: Likewise.
6026         * sysdeps/posix/gettimeofday.c: Likewise.
6027         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6028         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6029         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6030         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6031
6032         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6033         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6034         Remove __lstat and __fstat inline functions.
6035         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6036         * sysdeps/mach/hurd/fxstat.c: Likewise.
6037         * sysdeps/unix/fxstat.c: Likewise.
6038         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6039         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6040         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6041         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6042         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6043         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6044         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6045         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6046         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6047
6048         * include/unistd.h: Declare __getpid_internal and define
6049         __getpid macro if not NOT_IN_libc.
6050         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6051         * sysdeps/generic/getpid.c: Likewise.
6052         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6053         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6054
6055         * include/unistd.h: Declare __getpgid_internal and define
6056         __getpgid macro if not NOT_IN_libc.
6057         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6058         * sysdeps/mach/hurd/getpgid.c: Likewise.
6059         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6060         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6061         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6062         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6063
6064         * include/unistd.h: Declare __getpagesize_internal and define
6065         __getpagesize macro if not NOT_IN_libc.
6066         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6067         __getpagesize.
6068         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6069         * sysdeps/mach/getpagesize.c: Likewise.
6070         * sysdeps/posix/getpagesize.c: Likewise.
6071         * sysdeps/unix/getpagesize.c: Likewise.
6072         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6073         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6074         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6075         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6076
6077 2002-04-13  Andreas Jaeger  <aj@suse.de>
6078
6079         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6080         as clobber to reduce register pressure.
6081         (__strpbrk_cg): Likewise.
6082         (__mempcpy_by4): Likewise.
6083         (__strstr_cg): Likewise.
6084         Add prototype for __memrchr.
6085
6086 2002-04-13  Andreas Schwab  <schwab@suse.de>
6087
6088         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6089         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6090         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6091
6092 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6093
6094         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6095         check whether the caller prefers getting the most recent version of
6096         a symbol of the earliest version.
6097         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6098         _dl_do_lookup to also take the new parameter and pass it on.
6099         Change 'explicit' parameter of _dl_lookup_symbol and
6100         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6101         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6102         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6103         _dl_lookup_versioned_symbol.
6104         * elf/dl-reloc.c: Likewise.
6105         * elf/dl-runtime.c: Likewise.
6106         * elf/dl-sym.c: Likewise.
6107         * sysdeps/mips/dl-machine.h: Likewise.
6108
6109 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6110
6111         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6112         in a token.
6113         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6114
6115 2002-04-10  Andreas Jaeger  <aj@suse.de>
6116
6117         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6118
6119         * include/argz.h: Remove extra char from last patch.
6120
6121 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6122
6123         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6124         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6125         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6126         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6127         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6128         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6129         __chown_internal.
6130         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6131
6132         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6133         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6134         * intl/ngettext.c: Likewise.
6135
6136         * include/sys/socket.h: Declare __connect_internal and define
6137         __connect macro if not NOT_IN_libc.
6138         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6139         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6140         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6141
6142         * include/unistd.h: Declare __close_internal and define __close macro
6143         if not NOT_IN_libc.
6144         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6145         WJUMP3): Add extra parenthesis to avoid expanding element names with
6146         macors like __close.
6147         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6148
6149         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6150         if not NOT_IN_libc.
6151         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6152         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6153         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6154
6155         * include/unistd.h: Declare __fork_internal and define __fork macro
6156         if not NOT_IN_libc.
6157         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6158         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6159         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6160
6161         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6162         __fsetlocking macro to use it if not NOT_IN_libc.
6163         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6164
6165         * libio/__fbufsize.c: Correct copyright.
6166         * libio/__flbf.c: Likewise.
6167         * libio/__fpending.c: Likewise.
6168         * libio/__fpurge.c: Likewise.
6169         * libio/__freadable.c: Likewise.
6170         * libio/__freading.c: Likewise.
6171         * libio/__fsetlocking.c: Likewise.
6172         * libio/__fwritable.c: Likewise.
6173         * libio/__fwriting.c: Likewise.
6174
6175         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6176         macro to use it if not NOT_IN_libc.
6177         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6178
6179         * include/mntent.h: Declare __setmntent_internal,
6180         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6181         __getmntent_r, and __endmntent macros to use these functions if not
6182         NOT_IN_libc.
6183         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6184         __endmntent.
6185
6186         * include/math.h: Declare __finite_internal, __finitef_internal, and
6187         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6188         these functions.
6189         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6190         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6191         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6192         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6193         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6194         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6195         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6196         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6197         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6198         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6199
6200         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6201         to use this function if not NOT_IN_libc.
6202         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6203         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6204         * sysdeps/mach/hurd/fcntl.c: Likewise.
6205         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6206         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6207
6208         * include/argz.h: Declare __argz_count_internal and
6209         __argz_stringify_internal.
6210         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6211         __argz_stringify.
6212         * string/argz-count.c: Use INTDEF for __argz_count.
6213         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6214
6215         * include/stdlib.h: Declare __cxa_atexit_internal and define
6216         __cxa_atexit macro if not NOT_IN_libc.
6217         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6218         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6219
6220         * assert/assert.c: Use INTDEF for __assert_fail.
6221         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6222         * include/assert.h: Declare __assert_fail_internal.
6223
6224         * extra-lib.mk: Mark assignment to lib with override.
6225
6226 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6227
6228         * Makerules: Use cppflags-iterator.mk to add defines for all test
6229         source files.
6230
6231 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6232
6233         * elf/elf.h: Define R_SH_TLS_xxx macros.
6234         * elf/rtld.c: Remove an extra parenthesis.
6235         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6236         TLS_GD macros.
6237         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6238         * sysdeps/sh/dl-lookupcfg.h: New file.
6239         * sysdeps/sh/dl-tls.h: New file.
6240         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6241         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6242         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6243         R_SH_TLS_TPOFF32 relocations.
6244
6245 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6246
6247         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6248         of NOT_IN_LIBC.
6249         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6250         * include/stdlib.h: Likewise.
6251
6252 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6253
6254         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6255         instead of _RTLD_LOCAL.
6256         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6257         * include/unistd.h: Likewise.
6258         * sysdeps/generic/ldsodefs.h: Likewise.
6259
6260         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6261         if in libc or ld.so.
6262
6263 2002-04-08  Andreas Jaeger  <aj@suse.de>
6264
6265         * elf/cache.c (print_entry): Support x86-64.
6266
6267 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6268
6269         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6270         with one accessing the locale data structures directly.
6271         * stdio-common/printf-prs.c: Include localeinfo.h for new
6272         MB_CUR_MAX definition.
6273
6274         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6275         is the name of the source file without extension.
6276         * Makefile (distribute): Add cppflags-iterator.mk.
6277         * cppflags-iterator.mk: New file.
6278         * extra-lib.mk: For the sources of the library run
6279         cppflags-iterator.mk.
6280
6281         * include/libintl.h: Declare __dcgettext_internal and
6282         _libc_intl_domainname_internal.  Define __dcgettext using these
6283         two symbols if used in libc itself.
6284         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6285         _libc_intl_domainname_internal.
6286         * argp/argp-parse.c: Likewise.
6287         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6288         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6289         * intl/gettext.c: Likewise.
6290         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6291         alias.
6292         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6293         __dcgettext.
6294         * posix/regex_internal.c (gettext): Likewise.
6295
6296 2002-04-08  Andreas Jaeger  <aj@suse.de>
6297
6298         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6299
6300         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6301         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6302         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6303         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6304         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6305         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6306
6307 2002-04-08  Roland McGrath  <roland@frob.com>
6308
6309         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6310         widening __hurd_fail value.
6311
6312 2002-04-07  Roland McGrath  <roland@frob.com>
6313
6314         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6315         <mach/machine/alpha_instruction.h>.
6316         (_hurd_setup_sighandler): Take proper arguments for current decls.
6317         Update code to use _hurdsig_catch_fault.
6318         Use `callsys' instruction instead of `call_pal'.
6319         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6320
6321         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6322         (ALIGN, at, AT, fp): New macros.
6323
6324 2002-04-06  Roland McGrath  <roland@frob.com>
6325
6326         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6327
6328         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6329         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6330
6331         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6332         * sysdeps/mach/hurd/connect.c: Likewise.
6333         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6334         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6335
6336         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6337         __msg_sig_post RPC.
6338
6339         * hurd/catch-exc.c: Use integer_t instead of int.
6340         * hurd/hurdfault.c: Likewise.
6341
6342         * sysdeps/mach/hurd/alpha/exc2signal.c
6343         (_hurd_exception2signal): Rewritten.
6344         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6345         (_hurd_longjmp_thread_state): Rewritten.
6346
6347 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6348
6349         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6350         DB_LOOKUP_FCT prototype.
6351         * nss/getXXent_r.c: Likewise.
6352         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6353         * inet/getaliasname_r.c: Likewise.
6354         * inet/getnetbyad_r.c: Likewise.
6355         * inet/getnetbynm_r.c: Likewise.
6356         * inet/getnetent_r.c: Likewise.
6357         * inet/getproto_r.c: Likewise.
6358         * inet/getprtent_r.c: Likewise.
6359         * inet/getprtname_r.c: Likewise.
6360         * inet/getrpcbyname_r.c: Likewise.
6361         * inet/getrpcbynumber_r.c: Likewise.
6362         * inet/getrpcent_r.c: Likewise.
6363         * inet/getservent_r.c: Likewise.
6364         * inet/getsrvbynm_r.c: Likewise.
6365         * inet/getsrvbypt_r.c: Likewise.
6366         * shadow/getspent_r.c: Likewise.
6367         * shadow/getspnam_r.c: Likewise.
6368
6369         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6370
6371         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6372         Use i686-friendly PIC code.
6373         * sysdeps/i386/elf/setjmp.S: Likewise.
6374
6375         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6376
6377         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6378         list.
6379         * elf/Versions: Remove it here.
6380
6381 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6382
6383         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6384         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6385
6386 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6387
6388         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6389         test just before the test runs.
6390         * intl/tst-translit.sh: Likewise.
6391         * intl/tst-codeset.sh: Likewise.
6392
6393         * timezone/zic.c: Update from tzcode2002c.
6394         * timezone/asia: Update from tzdata2002c.
6395         * timezone/backward: Likewise.
6396         * timezone/europe: Likewise.
6397         * timezone/northamerica: Likewise.
6398         * timezone/northamerica: Likewise.
6399         * timezone/northamerica: Likewise.
6400         * timezone/southamerica: Likewise.
6401         * timezone/zone.tab: Likewise.
6402
6403 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6404
6405         * sysdeps/generic/brk.c (__curbrk): Declare.
6406         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6407         * sysdeps/generic/dl-sbrk.c: Likewise.
6408         * sysdeps/unix/arm/dl-brk.S: New file.
6409         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6410         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6411         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6412         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6413         * sysdeps/unix/i386/dl-brk.S: New file.
6414         * sysdeps/unix/mips/dl-brk.S: New file.
6415         * sysdeps/unix/sparc/dl-brk.S: New file.
6416         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6417         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6418         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6419         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6420
6421 2002-04-03  Andreas Schwab  <schwab@suse.de>
6422
6423         * Makefile (headers): Add gnu/lib-names.h here instead of
6424         install-others.
6425         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6426         installation rule.
6427         (install-headers): Add dependency on install-headers-nosubdir.
6428         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6429         instead of install-others.
6430         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6431         installation rule.
6432
6433 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6434
6435         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6436         Reported by Sam Roberts <sroberts@uniserve.com>.
6437
6438 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6439
6440         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6441         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6442         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6443         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6444
6445 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6446
6447         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6448         (RTLD_START): Ditto.
6449         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6450         dependency violation.
6451
6452 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6453
6454         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6455         all variable declarations.
6456
6457 2002-04-04  Andreas Schwab  <schwab@suse.de>
6458
6459         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6460
6461 2002-04-04  Andreas Jaeger  <aj@suse.de>
6462
6463         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6464         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6465
6466         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6467         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6468         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6469
6470         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6471
6472         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6473
6474         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6475         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6476
6477         * configure.in: Handle all mips entries the same.
6478
6479         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6480         * sysdeps/mips/mips3/*: Likewise.
6481         * sysdeps/mips/p40/bits/endian.h: Likewise.
6482
6483 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6484
6485         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6486         non-null result [PR libc/2600].
6487
6488         * misc/tst-dirname.c: Add more tests.
6489
6490 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6491
6492         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6493         define a code_set_name provide one based on the filename.
6494
6495         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6496
6497 2001-12-28  Andreas Jaeger  <aj@suse.de>
6498
6499         * time/mktime.c (__mktime_internal): Check for year < 70
6500         [PR libc/2738].
6501
6502 2002-04-03  Andreas Jaeger  <aj@suse.de>
6503
6504         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6505         shmat.
6506         Reported by Andi Kleen <ak@suse.de>.
6507
6508 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6509
6510         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6511         * sysdeps/generic/w_lgammaf.c: Likewise.
6512         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6513
6514         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6515         Adjust for new output format of the backtrace functions.
6516
6517         * misc/syslog.c (vsyslog): Only use cleanup handler if
6518         _LIBC_REENTRANT is defined [PR libc/2924].
6519
6520         * libio/Makefile (tests): Add bug-ungetwc2.
6521         * libio/bug-ungetwc2.c: New file.
6522
6523         * manual/install.texi: Typographical and grammatical cleanup.
6524         Patch by Dennis Grace <dgrace@us.ibm.com>.
6525
6526         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6527         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6528
6529         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6530         always "&".  Adjust callers.
6531         Add "_" prefix to several generated definitions.
6532         Patch by paul@serice.net [PR libc/3158].
6533
6534 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6535
6536         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6537         size of _dl_arm_cap_flags.
6538         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6539
6540         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6541         Define as 8.
6542
6543 2002-03-22  H.J. Lu  <hjl@gnu.org>
6544
6545         * scripts/firstversions.awk: Check the first version.
6546
6547 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6548
6549         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6550         dependencies must be stable to work correctly.
6551         Reported by martin.lubich@datacon.at.
6552
6553         * libio/bug-ungetwc1.c: New file.
6554         * libio/Makefile (tests): Add bug-ungetwc1.
6555
6556         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6557         if stream was last used for writing.
6558
6559         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6560         number [PR libc/3111].
6561
6562         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6563         to ...
6564         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6565
6566 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6567
6568         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6569         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6570         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6571         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6572         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6573
6574 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6575
6576         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6577         dynamic tags.
6578
6579 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6580
6581         * sysdeps/i386/fpu/s_fabs.S: New file.
6582         * sysdeps/i386/fpu/s_fabsf.S: New file.
6583         * sysdeps/i386/fpu/s_fabsl.S: New file.
6584         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6585         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6586         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6587
6588 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6589
6590         * rt/tst-shm.c (do_test): Add one more test for size of shared
6591         memory object.
6592
6593 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6594
6595         * malloc/malloc.c: Add short description and prototypes for
6596         malloc_get_state, malloc_set_state and posix_memalign, for
6597         consistency and to avoid warnings with -Wstrict-prototypes.
6598         Reported by Andreas Jaeger <aj@suse.de>.
6599
6600 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6601
6602         * po/gl.po: Update from translation team.
6603
6604 2002-03-31  Roland McGrath  <roland@frob.com>
6605
6606         * hurd/hurdselect.c (_hurd_select): Fix
6607         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6608         Use a union rather than casts to compare mach_msg_type_t as int.
6609
6610 2002-03-25  Roland McGrath  <roland@frob.com>
6611
6612         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6613         check off the end of NAME when it's shorter than 2 chars.
6614         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6615
6616 2002-03-17  Roland McGrath  <roland@frob.com>
6617
6618         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6619         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6620         * sysdeps/mach/hurd/i386/Dist: Add them.
6621         * sysdeps/mach/hurd/i386/Versions
6622         (libc: GLIBC_2.2.6): New set, add ioperm.
6623         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6624         (mach_interface_list): Check for mach_i386.defs.
6625         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6626         * sysdeps/mach/configure: Regenerated.
6627
6628 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6629
6630         * po/fr.po: Update from translation team.
6631
6632 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6633
6634         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6635         getpriority from syscalls list.
6636
6637 2002-03-28  Andreas Jaeger  <aj@suse.de>
6638
6639         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6640         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6641         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6642         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6643
6644 2002-03-27  Andreas Jaeger  <aj@suse.de>
6645
6646         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6647         sigcontext): Follow further kernel change.
6648
6649         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6650         kernel change.
6651
6652         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6653         Change for struct sigcontext change.
6654
6655         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6656         Follow changes in struct sigcontext.
6657
6658         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6659         sysycall, use wrapper instead.
6660
6661 2002-03-26  Andreas Jaeger  <aj@suse.de>
6662
6663         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6664         read and write accesses as detailed as possible.
6665         (__memcpy_by2): Likewise.
6666         (__memcpy_g): Likewise.
6667         (memmove): Likewise.
6668         (memcmp): Likewise.
6669         (__memset_ccn_by4): Likewise.
6670         (__memset_ccn_by2): Likewise.
6671         (__memset_gcn_by4): Likewise.
6672         (__memset_gcn_by2): Likewise.
6673         (memchr): Likewise.
6674         (__memrchr): Likewise.
6675         (rawmemchr): Likewise.
6676         (__strlen_g): Likewise.
6677         (__strcpy_g): Likewise.
6678         (__mempcpy_by4): Likewise.
6679         (__mempcpy_by2): Likewise.
6680         (__mempcpy_byn): Likewise.
6681         (__stpcpy_g): Likewise.
6682         (__strncpy_by4): Likewise.
6683         (__strncpy_by2): Likewise.
6684         (__strncpy_byn): Likewise.
6685         (__strncpy_gg): Likewise.
6686         (__strcat_c): Likewise.
6687         (__strcat_g): Likewise.
6688         (__strncat_g): Likewise.
6689         (__strcmp_gg): Likewise.
6690         (__strncmp_g): Likewise.
6691         (__strchr_c): Likewise.
6692         (__strchr_g): Likewise.
6693         (__strchrnul_c): Likewise.
6694         (__strchrnul_g): Likewise.
6695         (__strrchr_c): Likewise.
6696         (__strrchr_g): Likewise.
6697         (__strrchr_c): Likewise.
6698         (__strrchr_g): Likewise.
6699         (__strcspn_c1): Likewise.
6700         (__strcspn_cg): Likewise.
6701         (__strcspn_g): Likewise.
6702         (__strcspn_g): Likewise.
6703         (__strspn_c1): Likewise.
6704         (__strspn_cg): Likewise.
6705         (__strspn_g): Likewise.
6706         (__strspn_g): Likewise.
6707         (__strpbrk_cg): Likewise.
6708         (__strpbrk_g): Likewise.
6709         (__strstr_cg): Likewise.
6710         (__strstr_g): Likewise.
6711
6712         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6713         Michal Ludvig <mludvig@suse.cz>.
6714
6715         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6716         compatibilty, adjust for kernel changes.
6717
6718         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6719         sigcontext): Adjust for kernel changes.
6720
6721 2002-03-25  Andreas Jaeger  <aj@suse.de>
6722
6723         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6724         little endian.
6725         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6726
6727 2002-03-24  Andreas Jaeger  <aj@suse.de>
6728
6729         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6730
6731         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6732
6733         * iconv/tst-iconv3.c (main): Use correct printf strings.
6734
6735 2002-03-18  Roland McGrath  <roland@frob.com>
6736
6737         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6738         (CMGROUP_MAX): New macro.
6739
6740 2002-03-23  Roland McGrath  <roland@frob.com>
6741
6742         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6743         * sysdeps/posix/shm_unlink.c: Likewise.
6744
6745 2002-03-22  Roland McGrath  <roland@frob.com>
6746
6747         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6748         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6749         under --enable-libio.
6750         * sysdeps/mach/hurd/configure: Regenerated.
6751
6752 2002-03-23  Roland McGrath  <roland@frob.com>
6753
6754         * sysdeps/mach/hurd/i386/Makefile
6755         (sysdep_routines, shared-only-routines): Don't add framestate,
6756         reverting 2001-10-02 change.
6757         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6758         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6759         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6760         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
6761         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
6762         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
6763         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
6764         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
6765         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
6766         Do it here instead, only if [$(unwind-find-fde) = yes].
6767
6768 2002-03-23  Andreas Jaeger  <aj@suse.de>
6769
6770         * signal/signal.h: Fix typo. Patch by Steve Kemp
6771         <skx@tardis.ed.ac.uk>.
6772
6773 2002-03-22  Andreas Jaeger  <aj@suse.de>
6774
6775         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
6776         getresuid.
6777
6778         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6779         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
6780         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6781         user_fpregs_struct): Rename fwd.
6782
6783         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6784         Follow sigcontext changes.
6785
6786 2002-03-22  Andreas Jaeger  <aj@suse.de>
6787
6788         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
6789         changes for NaNs on MIPS.
6790         Patch by Hartvig Ekner <hartvige@mips.com>.
6791
6792 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
6793
6794         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
6795         Use realloc if too large.
6796         (addgrbyid): Likewise.
6797         * nscd/hstcache.c (addhstbyname): Likewise.
6798         (addhstbyaddr): Likewise.
6799         (addhstbynamev6): Likewise.
6800         (addhstbyaddrv6): Likewise.
6801         * nscd/pwdcache.c (addpwbyname): Likewise.
6802         (addpwbyuid): Likewise.
6803
6804 2002-03-21  Andreas Jaeger  <aj@suse.de>
6805
6806         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6807         _fpstate): Add separate struct for x86-64.
6808
6809         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6810         user_fpregs_struct): Change member names to follow kernel.
6811
6812 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
6813
6814         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
6815         Correctly close the UDP connection right away [PR libc/3120].
6816
6817 2002-03-20  Andreas Jaeger  <aj@suse.de>
6818
6819         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
6820         user_fpregs_struct): Fix for changed kernel struct.
6821         (struct user_regs_struct): Likewise.
6822         (struct user): Likewise.
6823         Add 32-bit x86 compatibility.
6824
6825         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
6826
6827 2002-03-19  Andreas Jaeger  <aj@suse.de>
6828
6829         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
6830
6831 2002-03-18  Andreas Jaeger  <aj@suse.de>
6832
6833         * iconvdata/Makefile: Only run tests when shared libs are
6834         available.
6835
6836 2002-03-17  Andreas Jaeger  <aj@suse.de>
6837
6838         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
6839
6840         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
6841
6842         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
6843         bits.
6844
6845         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
6846         (CAUSE_SHIFT): New macro.
6847         Patch by Hartvig Ekner <hartvige@mips.com>.
6848
6849         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
6850         * sysdeps/generic/unwind-pe.h: Likewise.
6851
6852         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
6853         type to _IO_setb.
6854
6855         * libio/stdio.c (AL2): Define variant when visibility attribute is
6856         not supported.
6857
6858         * include/libc-symbols.h (_INTVARDEF): Define variant when
6859         visibility attribute is not supported.
6860
6861 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
6862
6863         * po/fr.po: Update from translation team.
6864
6865 2002-02-25  Bruno Haible  <bruno@clisp.org>
6866
6867         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
6868
6869 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6870
6871         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
6872         buffers if _IO_file_attach failed.
6873
6874         * libio/fileops.c (_IO_file_open): Close file descriptor if
6875         _IO_SEEKOFF call failed.
6876
6877 2002-03-15  H.J. Lu  <hjl@gnu.org>
6878             Ulrich Drepper  <drepper@redhat.com>
6879
6880         * configure.in: Check for availability of
6881         init_array/fini_array/preinit_array handling in binutils.
6882         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
6883         * config.make.in (have-initfini-array): New variable.
6884
6885 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
6886
6887         * stdio-common/tst-printf.c (main): Comment out one test which
6888         checked the compiler's ability to fold floating-point constants
6889         but not really printf.
6890         (rfg3): Make s const.
6891         * stdio-common/tst-printf.sh: Adjust for removed test.
6892
6893         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
6894         internal function.  Adjust for internal_function calling convention.
6895         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
6896         as internal_function.
6897
6898         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
6899         hidden.
6900
6901         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
6902         declaration and definition.
6903         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
6904         declaration.
6905         * nss/getXXent_r.c: Likewise.
6906         * nss/nsswitch.h (db_lookup_function): Add internal_function to
6907         definition.
6908
6909         * include/time.h: Declare __localtime_r as hidden.
6910
6911         * include/aliases.h: Declare __getaliasent_r as hidden.
6912         * include/grp.h: Declare __getgrent_r as hidden.
6913         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
6914         __getservent_r, and __getprotoent_r as hidden.
6915         * include/pwd.h: Declare __getpwent_r as hidden.
6916         * include/shadow.h: Declare __getspent_r as hidden.
6917         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
6918
6919         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
6920         and __gconv_transliterate as hidden.
6921         Add internal_function to __gconv_get_path declaration.
6922         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
6923         definition.  Add attribute_hidden to __gconv_read_conf definition.
6924
6925 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
6926
6927         * elf/rtld.c: Declare _environ as hidden.
6928         * sysdeps/generic/dl-environ.c: Likewise.
6929         * sysdeps/generic/dl-sysdep.c: Likewise.
6930
6931         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
6932         _dl_mcount_internal as hidden.
6933
6934         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
6935         * sysdeps/generic/dl-brk.c: New file.
6936         * sysdeps/generic/dl-sbrk.c: New file.
6937         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
6938         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
6939
6940         * elf/dl-minimal.c (malloc): Declare _end as hidden.
6941         (__errno_location): New function.  Declare errno as hidden.
6942         * elf/rtld.c (_dl_argc): Define as hidden.
6943         (_dl_skip_args): Define as hidden.
6944         (_begin, _end): Declare as hidden.
6945         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
6946         * sysdeps/generic/entry.h (_start): Declare as hidden.
6947         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
6948         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
6949         _dl_runtime_resolve and _dl_runtime_profile as hidden.
6950         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
6951
6952 2002-03-14  Roland McGrath  <roland@frob.com>
6953
6954         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
6955
6956         * Makeconfig (%.v.i, %.v): New implicit rules.
6957         (preprocess-versions): Variable removed.
6958         ($(common-objpfx)shlib-versions.v.i): New target giving just the
6959         shlib-versions input files as dependencies.
6960         ($(common-objpfx)soversions.i): Depend on that instead of the input
6961         files.  Use it as input instead of using a pipeline.
6962         (postclean-generated): Append soversions.i, shlib-versions.v, and
6963         shlib-versions.v.i here.
6964         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
6965         the Versions.def input files as dependencies.
6966         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
6967         ($(common-objpfx)Versions.all): Depend on that instead of the input
6968         files.  Use it as input instead of using a pipeline.
6969         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
6970         (postclean-generated): Append those .v and .v.i files here.
6971
6972 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6973
6974         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
6975         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
6976         Remove.
6977
6978 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
6979
6980         * sysdeps/generic/mp_clz_tab.c: New file.
6981         * sysdeps/i386/mp_clz_tab.c: New file.
6982         * sysdeps/hppa/mp_clz_tab.c: New file.
6983         * sysdeps/powerpc/mp_clz_tab.c: New file.
6984         * stdlib/Makefile (aux): Revert last patch.
6985         * math/Makefile (gmp-objs): Likewise.
6986
6987 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6988
6989         * time/strftime.c: Comment fixes for references to obsolescent
6990         standards, In most cases the simplest fix is to remove the
6991         confusing comments.  Cross-referencing all the standards properly
6992         is a bit of a pain, and it should be enough to put that info in
6993         the documentation as I did in my recent time.texi patch.
6994
6995 2002-03-13  Paul Eggert  <eggert@twinsun.com>
6996
6997         * manual/time.texi (Formatting Calendar Time):
6998         ISO C99 also specifies the E and O modifiers.
6999         %P is a GNU extension, and is not in ISO C99.
7000         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7001         %T is also in ISO C99.
7002         The RFC 822 example is not valid in arbitrary locales.
7003         Reword the POSIX.2 wording slightly, to make it a bit clearer
7004         that POSIX.2 formats are also supported by later POSIX versions.
7005         If a format was introduced in ISO C99 it is also required by
7006         POSIX.1-2001.
7007
7008 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7009
7010         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7011         _sys_nerr_internal with INTVARDEF2.
7012         * include/libc-symbols.h (INTVARDEF2): New macro.
7013         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7014         (_sys_nerr_internal): Library.
7015
7016         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7017         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7018
7019         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7020
7021 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7022
7023         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7024
7025 2002-03-02  Andreas Schwab  <schwab@suse.de>
7026
7027         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7028         'h' flag and positional arg.
7029         * stdio-common/tst-printf.c (rfg3): New function to test
7030         positional arguments.
7031         (main): Fix some warnings.
7032
7033 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7034
7035         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7036         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7037
7038 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7039
7040         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7041
7042         * include/locale.h (_nl_C_locobj): Declare as hidden.
7043
7044         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7045         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7046
7047         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7048
7049         * include/sys/gmon.h: Declare _gmonparam as hidden.
7050
7051         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7052         (__ctype32_wctrans): Likewise.
7053         (__ctype32_width): Likewise.
7054
7055         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7056         use of __ttyname.
7057
7058         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7059         Define as hidden.
7060         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7061         hidden.  Change all users of these variables.
7062
7063         * posix/regex_internal.h (__re_error_msgid): Renamed from
7064         re_error_msgid.  Declare as hidden.
7065         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7066         hidden.
7067
7068         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7069         (__printf_function_table): Likewise.
7070         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7071         hidden.
7072         (__printf_function_table): Likewise.
7073
7074         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7075         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7076
7077         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7078         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7079
7080         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7081         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7082
7083 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7084
7085         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7086         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7087         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7088         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7089         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7090         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7091         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7092         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7093         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7094         _nl_C_LC_CTYPE_width: Declare as hidden.
7095         * include/locale.h: Declare _nl_locale_file_list.
7096         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7097         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7098         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7099         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7100         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7101         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7102         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7103         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7104         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7105         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7106         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7107         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7108         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7109         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7110         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7111         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7112         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7113         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7114         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7115         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7116         _nl_C_LC_CTYPE_width, and as hidden.
7117         * locale/findlocale.c: Declare _nl_C as hidden.
7118         * locale/newlocale.c: Likewise.
7119         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7120         _nl_locale_file_list.
7121         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7122         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7123         Define _nl_C_locobj as hidden.
7124
7125         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7126         (_mtrace_line): Likewise.
7127
7128         * include/time.h: Declare __mon_yday as hidden.
7129         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7130
7131         * libio/libioP.h: Declare __libio_codecvt as hidden.
7132         * libio/fileops.c: Declare __libio_translit as hidden.
7133         * libio/iofwide.c: Define __libio_translit as hidden.
7134
7135         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7136         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7137         * login/getutline_r.c: Likewise.
7138         * login/utmpname.c: Likewise.
7139
7140         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7141         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7142         __libc_utmp_file_name as hidden.
7143
7144         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7145         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7146         * locale/freelocale.c: Likewise.
7147         * locale/lc-time.c: Likewise.
7148
7149         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7150         (__libc_ptyname2): Likewise.
7151         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7152         hidden.
7153         (__libc_ptyname2): Likewise.
7154
7155         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7156         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7157         * sysdeps/generic/init-first.c: Likewise.
7158         * sysdeps/i386/init-first.c: Likewise.
7159         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7160         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7161         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7162         * sysdeps/sh/init-first.c: Likewise.
7163         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7164         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7165
7166         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7167         (_itowa_upper_digits): Likewise.
7168
7169         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7170         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7171         as hidden.
7172
7173         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7174         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7175         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7176         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7177
7178         * gmon/gmon.c (__bb_head): Define as hidden.
7179         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7180
7181         * argp/argp-parse.c (_argp_hang): Define as static.
7182
7183         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7184         handling in latest compilers.
7185
7186         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7187         define alias.
7188         * libio/fileops.c (_IO_file_jumps): Likewise.
7189         * libio/stdfiles.c (_IO_list_all): Likewise.
7190         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7191
7192         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7193         include/malloc.h.
7194         * include/malloc.h: Add __libc_malloc_initialized declaration
7195         here.  Mark variable hidden.
7196         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7197
7198         * elf/dl-open.c (__libc_argc): Declare as hidden.
7199         (__libc_argv): Likewise.
7200         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7201         (__libc_argv): Likewise.
7202         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7203         __libc_argv as hidden.
7204         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7205         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7206         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7207         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7208
7209         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7210         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7211         * stdlib/erand48.c: Likewise.
7212         * stdlib/jrand48.c: Likewise.
7213         * stdlib/lcong48.c: Likewise.
7214         * stdlib/lrand48.c: Likewise.
7215         * stdlib/mrand48.c: Likewise.
7216         * stdlib/nrand48.c: Likewise.
7217         * stdlib/seed48.c: Likewise.
7218         * stdlib/srand48.c: Likewise.
7219
7220         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7221         (_itoa_lower_digits_internal): New declaration.
7222         (_itoa_upper_digits_internal): New declaration.
7223         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7224         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7225         (_itoa_upper_digits_internal): New declaration.
7226         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7227         _itoa_lower_digits.
7228         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7229         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7230
7231         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7232         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7233
7234         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7235         (_itowa_lower_digits): Likewise.
7236         (_itowa_upper_digits): Likewise.
7237         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7238         (_itowa_upper_digits): Likewise.
7239
7240         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7241         not already defined.
7242         (GERMANIC_PLURAL): Declare as hidden.
7243
7244         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7245         (attribute_hidden): Define as empty macro if not already defined.
7246
7247         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7248         (__gconv_max_path_elem_len): Likewise.
7249         (__gconv_path_envvar): Likewise.
7250
7251         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7252         * stdlib/Makefile (aux): Remove mp_clz_tab.
7253         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7254
7255         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7256
7257         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7258
7259         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7260         _nl_category_names, _nl_category_name_sizes, _nl_current,
7261         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7262
7263         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7264         (_nl_current_default_domain): Likewise
7265         (_nl_state_lock): Likewise.
7266         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7267         (_nl_current_default_domain): Likewise
7268         (_nl_state_lock): Likewise.
7269         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7270
7271         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7272         (_fpioconst_pow10): Likewise.
7273
7274         * include/time.h (_tmbuf): Add attribute_hidden.
7275
7276         * time/tzset.c (tzstring_list): Define as static.
7277
7278         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7279         __use_tzfile declaration.
7280
7281         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7282         and __wcsmbs_last_locale declaration.
7283
7284 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7285
7286         * timezone/Makefile (tzbases): Move systemv from here...
7287         (tzlinks): to here, since the entries in systemv were all changed
7288         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7289         tested) by Peter Breitenlohner.
7290
7291 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7292
7293         * time/tst-posixtz.c (tests): Add new tests.
7294         (main): Test whether tzset() sets daylight properly.
7295
7296 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7297
7298         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7299         __tzname_cur_max setting...
7300         (tzset_internal): ...here.
7301
7302 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7303
7304         * time/tzset.c (compute_change): Don't return any value.
7305         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7306         (__tz_convert): But here.
7307
7308 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7309
7310         * manual/examples/mkfsock.c: Include <string.h> as well.
7311         Patch by Alain De Carolis <alaind@wseurope.com>.
7312
7313 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7314
7315         * posix/regexec.c (re_match): Fix incorrect register sizes.
7316         (re_search): Likewise.
7317
7318 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7319
7320         * posix/regcomp.c (regfree): Remove a disused condition.
7321         * posix/regex_internal.c (re_acquire_state): Likewise.
7322         (re_acquire_state_context): Likewise.
7323         (register_state): Remove a redundant malloc invocation.
7324         * posix/regex_internal.h: (re_state_table_entry): Simplify
7325         the structure.
7326
7327 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7328
7329         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7330         handling conditions.
7331         (regerror): Likewise.
7332         (regfree): Likewise.
7333         (re_compile_internal): Likewise.
7334         (init_dfa): Likewise.
7335         (init_word_char): Likewise.
7336         (create_initial_state): Likewise.
7337         (analyze): Likewise.
7338         (analyze_tree): Likewise.
7339         (duplicate_node): Likewise.
7340         (calc_eclosure): Likewise.
7341         (calc_eclosure_iter): Likewise.
7342         (parse): Likewise.
7343         (parse_reg_exp): Likewise.
7344         (parse_branch): Likewise.
7345         (parse_expression): Likewise.
7346         (parse_subexp): Likewise.
7347         (parse_dup_op): Likewise.
7348         (parse_bracket_exp): Likewise.
7349         (build_equiv_class): Likewise.
7350         (build_charclass): Likewise.
7351         (build_word_op): Likewise.
7352         (fetch_number): Likewise.
7353         (create_tree): Likewise.
7354         (duplicate_tree): Likewise.
7355         * posix/regex.c (BE): New macro.
7356         * posix/regexec.c (re_match): Add __builtin_expect to error
7357         handling conditions.
7358         (re_match_2): Likewise.
7359         (re_search): Likewise.
7360         (re_search_internal): Likewise.
7361         (check_matching): Likewise.
7362         (proceed_next_node): Likewise.
7363         (set_regs): Likewise.
7364         (sift_states_backward): Likewise.
7365         (add_epsilon_backreference): Likewise.
7366         (transit_state): Likewise.
7367         (transit_state_sb): Likewise.
7368         (transit_state_mb): Likewise.
7369         (transit_state_bkref): Likewise.
7370         (transit_state_bkref_loop): Likewise.
7371         (build_trtable): Likewise.
7372         (group_nodes_into_DFAstates): Likewise.
7373         (match_ctx_init): Likewise.
7374         (match_ctx_add_entry): Likewise.
7375         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7376         to error handling conditions.
7377         (re_string_construct_toupper): Likewise.
7378         (build_wcs_buffer): Likewise.
7379         (build_wcs_upper_buffer): Likewise.
7380         (build_upper_buffer): Likewise.
7381         (re_string_translate_buffer): Likewise.
7382         (re_node_set_alloc): Likewise.
7383         (re_node_set_init_1): Likewise.
7384         (re_node_set_init_2): Likewise.
7385         (re_node_set_init_copy): Likewise.
7386         (re_node_set_intersect): Likewise.
7387         (re_node_set_init_union): Likewise.
7388         (re_node_set_merge): Likewise.
7389         (re_node_set_insert): Likewise.
7390         (re_dfa_add_node): Likewise.
7391         (re_acquire_state): Likewise.
7392         (re_acquire_state_context): Likewise.
7393         (create_new_state_common): Likewise.
7394         (register_state): Likewise.
7395         (create_ci_new_state): Likewise.
7396         (create_cd_new_state): Likewise.
7397         (re_string_context_at): Remove redundant condition.
7398
7399 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7400
7401         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7402
7403         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7404
7405 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7406
7407         * sysdeps/i386/elf/configure.in: Fix comment.
7408
7409         * sysdeps/sparc/sparc64/configure.in: New file.
7410         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7411         if .dynamic comes before .got.
7412         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7413
7414         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7415         HP_TIMING_ACCUM): Fix typos.
7416
7417 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7418
7419         * string/strfry.c: Add some more randomness to the seed.
7420         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7421
7422         * po/es.po: Update from translation team.
7423         * po/fr.po: Likewise.
7424
7425         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7426
7427         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7428         when determining type of format.
7429         Patch by James Antill <james@anqd.org> [PR libc/2787].
7430
7431 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7432
7433         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7434
7435 2002-03-11  Roland McGrath  <roland@frob.com>
7436
7437         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7438
7439         * Versions.def (libc): Add GLIBC_2.2.6.
7440         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7441         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7442         __errno_location instead of __hurd_errno_location, and don't inline it.
7443         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7444         * hurd/errno.c: New file.
7445         * hurd/Makefile (routines): Add errno.
7446
7447 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7448
7449         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7450         ridiculously large widths and precisions [PR libc/3026].
7451
7452 2002-03-11  Andreas Jaeger  <aj@suse.de>
7453
7454         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7455         support.
7456         Patch by Susanne Oberhauser <froh@SuSE.de>.
7457
7458 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7459
7460         * inet/rexec.c (ahostbuf): Define as static.
7461
7462         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7463         (__ctype32_wctrans): Likewise.
7464         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7465         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7466         (__ctype32_wctrans): Likewise.
7467         (__ctype32_width): Likewise.
7468
7469         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7470         They were never exported anyway.
7471
7472         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7473         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7474         exported.
7475         * include/sys/gmon.h: Declare _gmonparam.
7476
7477         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7478         symbols for getdents64.  They were never exported.
7479
7480 2002-03-09  Roland McGrath  <roland@frob.com>
7481
7482         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7483         Reported by Jon Arney <jarney1@cox.net>.
7484
7485 2002-02-23  Roland McGrath  <roland@frob.com>
7486
7487         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7488         declaration.
7489         (__hurd_errno_location): Function removed.
7490
7491 2002-03-06  Andreas Jaeger  <aj@suse.de>
7492
7493         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7494         32-bit.
7495
7496 2002-03-04  Andreas Jaeger  <aj@suse.de>
7497
7498         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7499
7500         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7501         x86-64.
7502
7503         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7504
7505         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7506
7507         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7508
7509         * sysdeps/x86_64/bits/setjmp.h: New file.
7510
7511         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7512
7513         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7514
7515         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7516         for x86.
7517         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7518         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7519
7520 2002-02-28  Bo Thorsen  <bo@suse.de>
7521
7522         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7523         version.
7524
7525 2002-03-03  Andreas Jaeger  <aj@suse.de>
7526
7527         * sysdeps/x86_64/bits/wordsize.h: New file.
7528
7529         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7530         * elf/tst-tlsmod1.c: Likewise.
7531
7532         * posix/regcomp.c: Get regex.h from include dir for internal
7533         prototypes.
7534
7535         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7536         to libc-internal.h and include it.
7537         * include/libc-internal.h: Add __init_misc.
7538
7539         * misc/init-misc.c: Include libc-internal.h for prototypes.
7540
7541         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7542
7543         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7544         _IO_putc_internal.
7545
7546 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7547
7548         * posix/regcomp.c: Compatibility changes to allow using the code
7549         outside glibc.
7550
7551 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7552
7553         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7554         compiled non-PIC.
7555
7556 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7557
7558         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7559         of .str elements in the returned data structure.
7560
7561         * elf/elf.h: Add Alpha TLS bits.
7562
7563 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7564
7565         * sysdeps/unix/sysv/linux/nice.c: New file.
7566
7567 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7568
7569         * elf/Makefile (dl-routines): Add dl-origin.
7570         (elide-routines.os): Add dl-origin.
7571         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7572         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7573         _dl_debug_state.
7574         * include/libc-symbols.c: Define attribute_hidden depending on
7575         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7576
7577         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7578         * elf/dl-load.c: Likewise.
7579         * elf/rtld.c: Likewise.
7580         * include/unistd.h: Declare __libc_enable_secure_internal.
7581         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7582         Use INTUSE with __libc_enable_secure.
7583         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7584
7585         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7586         * elf/dl-error.c: Likewise,
7587         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7588
7589         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7590         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7591         function definition.  Use INTDEF with _dl_get_origin.
7592         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7593
7594         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7595         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7596
7597         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7598         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7599         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7600
7601         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7602         * elf/dl-deps.c: Likewise.
7603         * elf/dl-error.c: Likewise.
7604         * elf/dl-fini.c: Likewise.
7605         * elf/dl-init.c: Likewise.
7606         * elf/dl-load.c: Likewise.
7607         * elf/dl-lookup.c: Likewise.
7608         * elf/dl-reloc.c: Likewise.
7609         * elf/dl-version.c: Likewise.
7610         * elf/do-lookup.h: Likewise.
7611         * sysdeps/arm/dl-machine.h: Likewise.
7612         * sysdeps/cris/dl-machine.h: Likewise.
7613         * sysdeps/hppa/dl-machine.h: Likewise.
7614         * sysdeps/i386/dl-machine.h: Likewise.
7615         * sysdeps/m68k/dl-machine.h: Likewise.
7616         * sysdeps/powerpc/dl-machine.h: Likewise.
7617         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7618         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7619         * sysdeps/sh/dl-machine.h: Likewise.
7620         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7621         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7622         * sysdeps/x86_64/dl-machine.h: Likewise.
7623         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7624         _dl_argv[0].  Use INTUSE with _dl_argv.
7625         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7626         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7627
7628 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7629
7630         * elf/rtld.c (_rtld_global): Remove .protected.
7631         (_rtld_local): Strong alias to _rtld_global.
7632         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7633         only .os object.
7634         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7635         _rtld_local instead of _rtld_global.
7636         (_rtld_local): Add hidden extern, possibly in .sdata section.
7637         * configure.in: Add tests for visibility attribute and .sdata.
7638         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7639         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7640         * sysdeps/arm/dl-machine.h: Likewise.
7641         * sysdeps/generic/ldsodefs.h: Likewise.
7642         * sysdeps/hppa/dl-machine.h: Likewise.
7643         * sysdeps/cris/dl-machine.h: Likewise.
7644         * sysdeps/i386/dl-machine.h: Likewise.
7645         * sysdeps/ia64/dl-machine.h: Likewise.
7646         * sysdeps/m68k/dl-machine.h: Likewise.
7647         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7648         * sysdeps/mips/dl-machine.h: Likewise.
7649         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7650         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7651         * sysdeps/sh/dl-machine.h: Likewise.
7652         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7653         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7654         * sysdeps/x86_64/dl-machine.h: Likewise.
7655
7656 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7657
7658         * login/login.c (login): Always initialize ut_line field
7659         [PR libc/2991].
7660
7661 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7662
7663         * sysdeps/i386/Makefile (sysdep_routines): Add
7664         divdi3 in csu dir.
7665         (shared-only-routines): Likewise.
7666         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7667         (shared-only-routines): Likewise.
7668         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7669         (shared-only-routines): Likewise.
7670         * sysdeps/wordsize-32/divdi3.c: New file.
7671
7672 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7673
7674         * locale/iso-4217.def: Remove obsolete currencies for countries
7675         with Euro.
7676
7677 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7678
7679         * posix/regcomp.c (regcomp): Remove a redundant condition.
7680         (init_word_char): Add a check on malloc failure.
7681         (create_initial_state): Likewise.
7682         (duplicate_node): Likewise.
7683         (calc_eclosure): Likewise.
7684         (calc_eclosure_iter): Likewise.
7685         (parse_expression): Likewise.
7686         (parse_bracket_exp): Remove unnecessary malloc invocations.
7687         (build_equiv_class): Likewise.
7688         (build_charclass): Likewise.
7689         * posix/regex_internal.c (re_node_set_intersect): Add a check
7690         on malloc failure.
7691         (re_node_set_add_intersect): Likewise.
7692         (re_node_set_merge): Likewise.
7693         (re_acquire_state): Likewise.
7694         (re_acquire_state_context): Likewise.
7695         (create_newstate_common): Likewise.
7696         (register_state): Likewise.
7697         (create_ci_newstate): Likewise.
7698         (create_cd_newstate): Likewise.
7699         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7700         and re_acquire_state_context.
7701         * posix/regexec.c (regexec): Suit it to the error handling of
7702         re_search_internal.
7703         (re_match): Likewise.
7704         (re_search): Likewise.
7705         (re_search_internal): Add a check on malloc failure.
7706         (acquire_init_state_context): Likewise.
7707         (check_matching): Likewise.
7708         (proceed_next_node): Likewise.
7709         (set_regs): Likewise.
7710         (sift_states_backward): Likewise.
7711         (sift_states_iter_bkref): Likewise.
7712         (add_epsilon_backreference): Likewise.
7713         (transit_state): Likewise.
7714         (transit_state_sb): Likewise.
7715         (transit_state_mb): Likewise.
7716         (transit_state_bkref_loop): Likewise.
7717         (build_trtable): Likewise.
7718         (group_nodes_into_DFAstates): Likewise.
7719         (match_ctx_init): Likewise.
7720         (match_ctx_add_entry): Likewise.
7721
7722 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7723
7724         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7725         l_libname if profiling is enabled [PR libc/2916].
7726
7727         * sysdeps/ia64/dl-tls.h: New file.
7728
7729 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7730
7731         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7732         Work around an Alpha gas bug.
7733
7734 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7735
7736         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7737         uses read to load the catalog.
7738         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7739
7740 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7741
7742         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7743         regex_internal.c, and regex_internal.h.
7744         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7745         * posix/regex.c: Complete rewrite.
7746         * posix/regexec.c: New file.
7747         * posix/regcomp.c: New file.
7748         * posix/regex_internal.c: New file.
7749         * posix/regex_internal.h: New file.
7750         * posix/regex.h (RE_ICASE): New macro.
7751         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7752
7753         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7754         ungetwc.  It's a macro.
7755         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7756         implementation.
7757         Reported by Jason Merrill <jason@redhat.com>.
7758
7759 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7760
7761         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
7762         position to fp->_offset if it is set.
7763         * stdio-common/Makefile (tests): Add tst-fdopen.
7764         * stdio-common/tst-fdopen.c: New test.
7765
7766 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7767
7768         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
7769         * stdio-common/tst-ungetc.c (main): Add another test.
7770
7771 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
7772
7773         * assert/assert-perr.c: Use INTUSE to reference functions and variables
7774         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
7775         aliases.  Add prototypes for the new aliases.
7776         * assert/assert.c: Likewise.
7777         * include/libc-symbols.h: Likewise.
7778         * include/stdio.h: Likewise.
7779         * include/netinet/in.h: Likewise.
7780         * include/rpc/auth.h: Likewise.
7781         * include/rpc/auth_unix.h: Likewise.
7782         * include/rpc/key_prot.h: Likewise.
7783         * include/rpc/pmap_prot.h: Likewise.
7784         * include/rpc/pmap_rmt.h: Likewise.
7785         * include/rpc/rpc_msg.h: Likewise.
7786         * include/rpc/xdr.h: Likewise.
7787         * inet/gethstbyad_r.c: Likewise.
7788         * inet/gethstbynm2_r.c: Likewise.
7789         * inet/gethstbynm_r.c: Likewise.
7790         * inet/gethstent_r.c: Likewise.
7791         * inet/in6_addr.c: Likewise.
7792         * libio/__fpurge.c: Likewise.
7793         * libio/filedoalloc.c: Likewise.
7794         * libio/fileops.c: Likewise.
7795         * libio/ftello.c: Likewise.
7796         * libio/ftello64.c: Likewise.
7797         * libio/genops.c: Likewise.
7798         * libio/iofclose.c: Likewise.
7799         * libio/iofdopen.c: Likewise.
7800         * libio/iofflush.c: Likewise.
7801         * libio/iofflush_u.c: Likewise.
7802         * libio/iofgetpos.c: Likewise.
7803         * libio/iofgetpos64.c: Likewise.
7804         * libio/iofgets.c: Likewise.
7805         * libio/iofgets_u.c: Likewise.
7806         * libio/iofopen.c: Likewise.
7807         * libio/iofopncook.c: Likewise.
7808         * libio/iofputs.c: Likewise.
7809         * libio/iofread.c: Likewise.
7810         * libio/iofread_u.c: Likewise.
7811         * libio/iofsetpos.c: Likewise.
7812         * libio/iofsetpos64.c: Likewise.
7813         * libio/ioftell.c: Likewise.
7814         * libio/iofwrite.c: Likewise.
7815         * libio/iogetline.c: Likewise.
7816         * libio/iogets.c: Likewise.
7817         * libio/iogetwline.c: Likewise.
7818         * libio/iolibio.h: Likewise.
7819         * libio/iopadn.c: Likewise.
7820         * libio/iopopen.c: Likewise.
7821         * libio/ioseekoff.c: Likewise.
7822         * libio/ioseekpos.c: Likewise.
7823         * libio/iosetbuffer.c: Likewise.
7824         * libio/iosetvbuf.c: Likewise.
7825         * libio/ioungetc.c: Likewise.
7826         * libio/ioungetwc.c: Likewise.
7827         * libio/iovdprintf.c: Likewise.
7828         * libio/iovsprintf.c: Likewise.
7829         * libio/iovsscanf.c: Likewise.
7830         * libio/libioP.h: Likewise.
7831         * libio/memstream.c: Likewise.
7832         * libio/obprintf.c: Likewise.
7833         * libio/oldfileops.c: Likewise.
7834         * libio/oldiofclose.c: Likewise.
7835         * libio/oldiofdopen.c: Likewise.
7836         * libio/oldiofgetpos.c: Likewise.
7837         * libio/oldiofgetpos64.c: Likewise.
7838         * libio/oldiofopen.c: Likewise.
7839         * libio/oldiofsetpos.c: Likewise.
7840         * libio/oldiofsetpos64.c: Likewise.
7841         * libio/oldiopopen.c: Likewise.
7842         * libio/oldstdfiles.c: Likewise.
7843         * libio/putc.c: Likewise.
7844         * libio/setbuf.c: Likewise.
7845         * libio/setlinebuf.c: Likewise.
7846         * libio/stdfiles.c: Likewise.
7847         * libio/stdio.c: Likewise.
7848         * libio/strops.c: Likewise.
7849         * libio/vasprintf.c: Likewise.
7850         * libio/vscanf.c: Likewise.
7851         * libio/vsnprintf.c: Likewise.
7852         * libio/vswprintf.c: Likewise.
7853         * libio/wfiledoalloc.c: Likewise.
7854         * libio/wfileops.c: Likewise.
7855         * libio/wgenops.c: Likewise.
7856         * libio/wstrops.c: Likewise.
7857         * malloc/mtrace.c: Likewise.
7858         * misc/error.c: Likewise.
7859         * misc/syslog.c: Likewise.
7860         * nss/getXXbyYY_r.c: Likewise.
7861         * nss/getXXent_r.c: Likewise.
7862         * nss/hosts-lookup.c: Likewise.
7863         * stdio-common/getw.c
7864         * stdio-common/printf-prs.c: Likewise.
7865         * stdio-common/printf_fp.c: Likewise.
7866         * stdio-common/printf_size.c: Likewise.
7867         * stdio-common/putw.c: Likewise.
7868         * stdio-common/scanf.c: Likewise.
7869         * stdio-common/sprintf.c: Likewise.
7870         * stdio-common/tmpfile64.c: Likewise.
7871         * stdio-common/vfprintf.c: Likewise.
7872         * stdio-common/vfscanf.c: Likewise.
7873         * stdlib/strfmon.c: Likewise.
7874         * sunrpc/auth_des.c: Likewise.
7875         * sunrpc/auth_none.c: Likewise.
7876         * sunrpc/auth_unix.c: Likewise.
7877         * sunrpc/authdes_prot.c: Likewise.
7878         * sunrpc/authuxprot.c: Likewise.
7879         * sunrpc/clnt_perr.c: Likewise.
7880         * sunrpc/clnt_raw.c: Likewise.
7881         * sunrpc/clnt_tcp.c: Likewise.
7882         * sunrpc/clnt_udp.c: Likewise.
7883         * sunrpc/clnt_unix.c: Likewise.
7884         * sunrpc/key_call.c: Likewise.
7885         * sunrpc/key_prot.c: Likewise.
7886         * sunrpc/openchild.c: Likewise.
7887         * sunrpc/pm_getmaps.c: Likewise.
7888         * sunrpc/pm_getport.c: Likewise.
7889         * sunrpc/pmap_clnt.c: Likewise.
7890         * sunrpc/pmap_prot.c: Likewise.
7891         * sunrpc/pmap_prot2.c: Likewise.
7892         * sunrpc/pmap_rmt.c: Likewise.
7893         * sunrpc/rpc_cmsg.c: Likewise.
7894         * sunrpc/rpc_prot.c: Likewise.
7895         * sunrpc/svc_authux.c: Likewise.
7896         * sunrpc/svc_raw.c: Likewise.
7897         * sunrpc/svc_simple.c: Likewise.
7898         * sunrpc/svc_tcp.c: Likewise.
7899         * sunrpc/svc_udp.c: Likewise.
7900         * sunrpc/svc_unix.c: Likewise.
7901         * sunrpc/xdr.c: Likewise.
7902         * sunrpc/xdr_array.c: Likewise.
7903         * sunrpc/xdr_mem.c: Likewise.
7904         * sunrpc/xdr_rec.c: Likewise.
7905         * sunrpc/xdr_ref.c: Likewise.
7906         * sunrpc/xdr_stdio.c: Likewise.
7907         * sysdeps/generic/_strerror.c: Likewise.
7908         * sysdeps/generic/printf_fphex.c: Likewise.
7909         * sysdeps/generic/tmpfile.c: Likewise.
7910         * sysdeps/gnu/errlist.awk: Likewise.
7911         * sysdeps/gnu/errlist.c: Likewise.
7912
7913         * libio/Makefile (routines): Remove iosprint.
7914         * libio/iosprintf.c: Removed
7915
7916
7917 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
7918
7919         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
7920         non_dynamic_init and exported now.
7921         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
7922         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
7923         !SHARED.
7924         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7925         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7926         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7927
7928 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
7929
7930         * elf/dl-close.c (free_slotinfo): Check for end of list and return
7931         true in this case.
7932
7933         * locale/iso-639.def: Add language codes for Walloon.
7934
7935         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
7936         total number of relocations performed.
7937
7938         * elf/sprof.c (load_profdata): If do_test provide information as
7939         to why loading failed.
7940         * elf/dl-profile.c (_dl_start_profile): Initialize all of
7941         hist_hdr.dimen.
7942
7943         * csu/set-init.c: Moved to...
7944         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
7945         * csu/Makefile: Don't compile set-init.
7946         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
7947         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
7948         to __libc_init.
7949         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7950         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7951         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
7952         __libc_init.
7953         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
7954         __libc_subinit.
7955
7956 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
7957
7958         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
7959         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
7960         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
7961         (_dl_deallocate_tls): New function.
7962         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
7963         _dl_deallocate_tls.
7964
7965 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
7966
7967         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
7968         * stdio-common/tst-fseek.c (main): Add test for this.
7969
7970 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
7971
7972         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
7973
7974 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
7975
7976         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
7977         pointer before dereferencing.
7978
7979 2002-02-18  Roland McGrath  <roland@frob.com>
7980
7981         * sysdeps/mach/hurd/times.c: Fix typo in last change.
7982
7983         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
7984         Use task_policy in place of task_priority.
7985
7986         * sysdeps/generic/bits/mman.h
7987         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
7988         * sysdeps/mach/msync.c: New file.
7989
7990         * sysdeps/mach/powerpc/syscall.S: New file.
7991
7992         * mach/msg.c [MACH_MSG_OVERWRITE]
7993         (__mach_msg_trap, __mach_msg_overwrite): New functions.
7994         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
7995
7996         * sysdeps/mach/configure.in: Check for clock.defs to put into
7997         mach_interface_list.
7998         * sysdeps/mach/configure: Regenerated.
7999
8000         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8001         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8002         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8003         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8004         (mach-shortcuts): Add device_read_overwrite_request,
8005         device_read_overwrite, vm_read_overwrite, thread_switch.
8006
8007         * configure.in (base_machine): Set to $machine by default.
8008         * configure: Regenerated.
8009
8010         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8011         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8012         * sysdeps/mach/configure: Regenerated.
8013         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8014
8015         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8016
8017         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8018
8019         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8020         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8021
8022 2002-02-17  Roland McGrath  <roland@frob.com>
8023
8024         * sysdeps/mach/hurd/times.c
8025         [NO_CREATION_TIME] (startup_time): New static variable.
8026         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8027         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8028         creation_time from task_basic_info.
8029         (__times): Use __gettimeofday instead of __host_get_time.
8030
8031         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8032         Use untyped Mach IPC message format.
8033
8034         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8035
8036         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8037         _S_catch_exception_raise_state_identity,
8038         _hurdsig_fault_catch_exception_raise_state,
8039         _hurdsig_fault_catch_exception_raise_state_identity.
8040
8041         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8042
8043         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8044         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8045
8046         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8047         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8048
8049         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8050         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8051         them as no-op macros.
8052         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8053         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8054
8055         * sysdeps/powerpc/dl-machine.h
8056         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8057
8058         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8059         Use untyped Mach IPC message format.
8060
8061         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8062         Handle untyped Mach IPC message formats.
8063
8064         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8065         Expect different argument conventions when this is defined.
8066         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8067         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8068         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8069         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8070         for OSF Mach variant.
8071         (faulted): Use mig_reply_error_t for REPLY.
8072         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8073         in __thread_set_exception_ports call.
8074         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8075         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8076
8077         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8078         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8079         on Darwin, which includes bogons.
8080
8081         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8082         variable LOADBASE so it's not declared when it's not used.
8083
8084 2002-02-16  Roland McGrath  <roland@frob.com>
8085
8086         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8087         to use BI.creation_time.
8088
8089         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8090
8091         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8092         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8093         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8094         host_page_size instead of vm_statistics.
8095
8096         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8097         mach_interface.h here, since not all variants use that name.
8098
8099         * sysdeps/mach/configure.in: Add some checks for Mach headers
8100         to ensure a sane installation.
8101         (mach_interface_list): Define this variable by checking for .defs
8102         files found in various variants.
8103         * configure.in (mach_interface_list): AC_SUBST this.
8104         * config.make.in (mach-interface-list): New substituted variable.
8105         * mach/Makefile (user-interfaces): Define this using the value
8106         of $(mach-interface-list) instead of mach, mach4.
8107         Updated other references to mach_interface to use it as well.
8108
8109         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8110
8111         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8112         mig_reply_error_t for OSF Mach variant.
8113
8114         * mach/Makefile (routines): Remove bootprivport.
8115         * mach/bootprivport.c: File removed.  It has never been used.
8116
8117         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8118         Grok the OSF flavor of message format.
8119         (mach_msg_destroy_port): For MAKE_SEND and
8120         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8121         no-senders notification.
8122
8123 2002-02-06  Roland McGrath  <roland@frob.com>
8124
8125         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8126         to here if 2.0 compatibility enabled ...
8127         (libc: GLIBC_2.1.3): ... from here.
8128
8129 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8130
8131         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8132         generation counter.
8133         * elf/dl-close.c (_dl_close): Likewise.
8134
8135 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8136
8137         * elf/Makefile: Add rules to build and run tst-tls8.
8138         * elf/tst-tls8.c: New file.
8139         * elf/tst-tlsmod4.c: New file.
8140
8141         * stdlib/test-a64l.c (tests): Add more test cases.
8142
8143         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8144         Reported by Walter Harms <WHarms@bfs.de>.
8145
8146 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8147
8148         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8149         definitions for struct sigcontext.
8150         Suggested by David Mosberger-Tang.
8151
8152 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8153
8154         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8155         for removing reference of module in slotinfo list.
8156         (_dl_close): Use remove_slotinfo.
8157         * sysdeps/generic/dl-tls.c: General pretty printing.
8158         (oom): Define only if SHARED.
8159         (_dl_next_tls_modid): Correct starting point for the case we assume
8160         there is a gap.  Add missing instruction grouping (doh!).  Correct
8161         tests for reaching maximum index.
8162         * elf/Makefile: Add rules to build and run tst-tls7.
8163         * elf/tst-tls7.c: New file.
8164         * elf/tst-tlsmod3.c: New file.
8165
8166         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8167         USE_TLS.
8168         * elf/tst-tlsmod2.c: Likewise.
8169
8170         * elf/dl-close.c (_dl_close): When closing an object using TLS
8171         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8172         true.  Increment dl_tls_generation only if we closed any TLS-using
8173         object.
8174         * elf/tst-tls6.c: New file.
8175         * elf/Makefile: Add rules to build and run tst-tls6.
8176
8177         * po/da.po: Update from translation team.
8178
8179         * locale/categories.def: Fix typo [PR libc/2948].
8180         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8181         [PR libc/2949].
8182         * locale/iso-4217.def: Update from official version [PR libc/2950].
8183         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8184         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8185         message if input is too confusion instead of using assert.
8186         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8187         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8188
8189         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8190         * elf/tst-tls2.c: Likewise.
8191         * elf/tst-tls3.c: Likewise.
8192
8193 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8194
8195         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8196
8197 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8198
8199         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8200         if this is really necessary.
8201
8202         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8203         slotinfo array.
8204         (free_mem): Free memory for the slotinfo array if possible.
8205
8206 2002-02-12  Andreas Schwab  <schwab@suse.de>
8207
8208         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8209
8210 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8211
8212         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8213         TLS_DTV_UNALLOCATE.
8214         (oom): New function.
8215         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8216         (_dl_determine_tlsoffset): Likewise.
8217         (_dl_allocate_tls): Likewise.
8218         (__TLS_GET_ADDR): Define if not already defined.
8219         (_dl_tls_symaddr): New function.
8220         (allocate_and_init): New function.
8221         (__tls_get_addr): Actually implement handling of generation counter
8222         and deferred allocation.
8223         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8224         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8225         _dl_tls_generation.
8226         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8227         Declare _dl_tls_symaddr.
8228         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8229         SHARED.
8230         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8231         l_tls_previmage.
8232         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8233         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8234         (_dl_vsym): Likewise.
8235         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8236         layout.
8237         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8238         nextimage list handling.  Instead add all modules using TLS to
8239         dl_tls_dtv_slotinfo_list.
8240         * elf/dl-open.c (dl_open_worker): After successfully loading all
8241         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8242         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8243         empty segment don't do anything.  Remove handling of initimage list.
8244         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8245         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8246         * elf/dl-minimal.c: Define __libc_memalign.
8247         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8248         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8249         _dl_tls_generation.
8250         * include/stdlib.h: Declare __libc_memalign.
8251
8252         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8253         * elf/tst-tls4.c: New file.
8254         * elf/tst-tls5.c: New file.
8255         * elf/tst-tlsmod2.c: New file.
8256
8257         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8258
8259         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8260
8261         * elf/tst-tls1.c: Use test-skeleton.c.
8262         * elf/tst-tls2.c: Likewise.
8263         * elf/tst-tls3.c: Likewise.
8264
8265         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8266
8267 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8268
8269         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8270
8271 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8272
8273         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8274
8275         * elf/tst-tls3.c: New file.
8276         * elf/tst-tlsmod1.c: New file.
8277         * elf/Makefile: Add rules to build and run tst-tls3.
8278
8279         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8280         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8281         TLS relocations.
8282
8283         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8284
8285         * po/fr.po: Update from translation team.
8286
8287         * elf/tls-macros.h: Add alternative macros for use in PIC.
8288
8289         * elf/dl-lookup.c: Include <tls.h>.
8290         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8291
8292         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8293         required by passing pointer to last element of the list.
8294
8295         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8296         l_tls_initimage to a place where it actually is performed.
8297
8298         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8299         after globfree() calls.
8300
8301         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8302         (openaux): Pass open_mode as new last argument to _dl_map_object.
8303         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8304         open_mode element of args variable with it.
8305         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8306         _dl_map_object_deps.
8307         * elf/rtld.c (dl_main): Add zero as last parameter to
8308         _dl_map_object_deps call.
8309         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8310         * elf/nodlopen2.c: New file.
8311         * elf/nodlopenmod2.c: New file.
8312         * elf/Makefile: Add rules to build and run nodlopen2.
8313
8314         * elf/tst-tls1.c: Move TLS helper macros to...
8315         * elf/tls-macros.h: ...here.  New file.
8316         * elf/tst-tls2.c: New file.
8317         * elf/Makefile (tests): Add tst-tls2.
8318         (distribute): Add tls-macros.h.
8319
8320         * po/sv.po: Update from translation team.
8321
8322         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8323         architecture specific definitions from the actual test code.
8324
8325         * po/tr.po: Update from translation team.
8326
8327 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8328
8329         * elf/Makefile (tests): Add tst-tls1.
8330         * elf/tst-tls1.c: New file.
8331
8332         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8333         alignment of TCB for now.
8334
8335         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8336         initialization image for the application itself.
8337
8338         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8339         loop to initialize TLS block.
8340
8341 2002-02-08  Richard Henderson  <rth@redhat.com>
8342
8343         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8344         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8345
8346         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8347
8348 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8349
8350         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8351
8352 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8353
8354         * po/ca.po: Update from translation team.
8355         * po/sk.po: Likewise.
8356
8357         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8358         (dl_main): Move dtv/static TLS handling before relocation.
8359         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8360         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8361         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8362         so far uses TLS initialize GL(dl_tls_static_size) and
8363         GL(dl_tls_static_align) to account for the TCB.
8364         (_dl_allocate_tls): New function.
8365         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8366         _dl_initial_dtv_malloced.
8367
8368         * configure.in: Test for __builtin_memset more realistically.
8369
8370         * csu/version.c (banner): If TLS support is available say so.
8371
8372 2002-02-04  H.J. Lu  <hjl@gnu.org>
8373
8374         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8375         __attribute_used__.
8376         (__dl_runtime_resolve): Likewise.
8377
8378         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8379         declaration.
8380
8381 2001-11-15  H.J. Lu  <hjl@gnu.org>
8382
8383         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8384         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8385
8386         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8387
8388 2002-02-07  H.J. Lu  <hjl@gnu.org>
8389
8390         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8391         ".set noreorder".
8392         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8393         Likewise.
8394
8395 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8396
8397         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8398
8399         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8400         ___tls_get_addr_internal.
8401         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8402
8403         * po/ko.po: Update from translation team.
8404
8405 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8406
8407         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8408         attribute, change __pad{1,2} type to unsigned int.
8409         (struct stat64): Remove packed attribute.
8410
8411 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8412
8413         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8414
8415 2002-02-07  Andreas Schwab  <schwab@suse.de>
8416
8417         * configure.in: Fix check for -zcombreloc.
8418
8419 2002-02-06  H.J. Lu  <hjl@gnu.org>
8420
8421         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8422         * configure.in: Check if __builtin_memset really works.
8423         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8424         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8425
8426 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8427
8428         * io/bug-ftw3.c (main): Don't try the test if root.
8429
8430 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8431
8432         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8433         constraints.
8434         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8435         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8436         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8437         Likewise.
8438         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8439         a weak alias for __clone.
8440         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8441         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8442         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8443         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8444         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8445         a weak alias for __mmap64.
8446
8447 2002-02-05  H.J. Lu  <hjl@gnu.org>
8448
8449         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8450         (atomic_add): Likewise.
8451         (compare_and_swap): Likewise.
8452         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8453
8454 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8455
8456         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8457
8458         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8459         alignment of the TCB and store total size and alignment of static
8460         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8461         tls_index is a typedef.
8462         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8463         _dl_tls_static_align.
8464         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8465         * elf/dl-support.c: Define _dl_tls_static_size and
8466         _dl_tls_static_align.
8467
8468 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8469
8470         * configure.in: Add --without-tls option.
8471         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8472         --without-tls is given.
8473
8474         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8475
8476         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8477
8478 2002-02-06  Roland McGrath  <roland@frob.com>
8479
8480         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8481         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8482
8483         * scripts/versions.awk: Improve error message for missing version.
8484         Each version inherits from the last one only if they have the same
8485         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8486         but not GLIBC_x and FOO_y.
8487
8488         * scripts/firstversions.awk: Handle libraries that don't have each
8489         particular version named in the third column of shlib-versions.
8490
8491         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8492
8493 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8494
8495         * Versions.def [ld]: Add GLIBC_2.3.
8496         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8497         * elf/Makefile (dl-routines): Add dl-tls.
8498         (distribute): Add dl-tls.h.
8499         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8500         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8501         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8502         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8503         along with the other info in the link map.  Change queueing of init
8504         images for double linked list.  Use _dl_next_tls_modid to compute
8505         l_tls_modid.
8506         * elf/rtld.c (_dl_start_final): Store alignment requirement
8507         along with the other info in rtld map and executable map.
8508         (dl_main): Add ld.so to the init image list if necessary.  Compute
8509         final module ID with _dl_next_tls_modid.
8510         * include/link.h (struct link_map): Add l_tls_previmage and
8511         l_tls_align.
8512         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8513         * sysdeps/i386/elf/Versions: New file.
8514         * sysdeps/generic/dl-tls.c: New file.
8515         * sysdeps/generic/dl-tls.h: New file.
8516         * sysdeps/i386/dl-tls.h: New file.
8517
8518 2002-02-06  Roland McGrath  <roland@frob.com>
8519
8520         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8521         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8522
8523 2002-01-05  Roland McGrath  <roland@frob.com>
8524
8525         * sysdeps/mach/configure.in: New file.
8526         * sysdeps/mach/configure: New generated file.
8527
8528         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8529         It has never been used by anything.
8530
8531 2002-02-06  H.J. Lu  <hjl@gnu.org>
8532
8533         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8534         is included.
8535
8536 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8537
8538         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8539         attribute((packed)) to counter stupid people misusing gcc options.
8540         (struct stat64): Likewise.
8541
8542 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8543
8544         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8545         the variables which are used as booleans.
8546
8547 2002-02-06  Andreas Jaeger  <aj@suse.de>
8548
8549         * include/libc-symbols.h (INTUSE): Renamed from INT.
8550         * elf/dl-deps.c: Change users.
8551         * sysdeps/generic/dl-sysdep.c: Likewise.
8552         * sysdeps/generic/dl-cache.c: Likewise.
8553         * elf/dl-reloc.c: Likewise.
8554         * elf/rtld.c: Likewise.
8555         * elf/dl-version.c: Likewise.
8556         * elf/dl-load.c: Likewise.
8557         * elf/dl-dst.h: Likewise.
8558         * elf/dl-init.c: Likewise.
8559         * elf/dl-error.c: Likewise.
8560         * elf/dl-fini.c: Likewise.
8561         * elf/dl-runtime.c: Likewise.
8562         * elf/do-lookup.h: Likewise.
8563
8564         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8565         definition.
8566         * stdio-common/_itowa.h: Likewise.
8567
8568 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8569
8570         * elf/dl-minimal.c: Define _itoa_lower_digits.
8571
8572         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8573         DT_FLAGS set.
8574
8575         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8576         loading modules with the DF_STATIC_TLS flag set.
8577         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8578         element.
8579         * include/link.h (struct link_map): Add l_flags field.
8580         * elf/elf.h (DF_STATIC_TLS): New definition.
8581
8582         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8583         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8584
8585         * elf/rtld.c (process_dl_debug): Correct printing help message.
8586         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8587         for %s.
8588
8589         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8590         definition and pass &errno in use of this variable.
8591         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8592
8593 2002-02-04  Andreas Schwab  <schwab@suse.de>
8594
8595         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8596         * locale/programs/charmap-dir.c: Wrap calls that output messages
8597         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8598         * locale/programs/charmap.c: Likewise.
8599         * locale/programs/ld-address.c: Likewise.
8600         * locale/programs/ld-collate.c: Likewise.
8601         * locale/programs/ld-ctype.c: Likewise.
8602         * locale/programs/ld-identification.c: Likewise.
8603         * locale/programs/ld-measurement.c: Likewise.
8604         * locale/programs/ld-messages.c: Likewise.
8605         * locale/programs/ld-monetary.c: Likewise.
8606         * locale/programs/ld-name.c: Likewise.
8607         * locale/programs/ld-numeric.c: Likewise.
8608         * locale/programs/ld-paper.c: Likewise.
8609         * locale/programs/ld-telephone.c: Likewise.
8610         * locale/programs/ld-time.c: Likewise.
8611         * locale/programs/linereader.c: Likewise.
8612         * locale/programs/linereader.h: Likewise.
8613         * locale/programs/localedef.c: Likewise.
8614         * locale/programs/locfile.c: Likewise.
8615         * locale/programs/repertoire.c: Likewise.
8616
8617 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8618
8619         * elf/rtld.c (_dl_start_final): Determine load address to locate
8620         ehdr with GL(dl_rtld_map).l_map_start.
8621
8622         * po/ca.po: Update from translation team.
8623
8624         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8625         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8626         header entry.
8627         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8628         _dl_tls_module_cnt.
8629         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8630
8631 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8632
8633         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8634         * include/link.h (struct link_map): Add various members for TLS
8635         information.
8636         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8637         _rtld_tlsoffset, add _dl_initimage_list.
8638         * sysdeps/i386/dl-lookupcfg.h: New file.
8639         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8640         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8641         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8642         is used.
8643
8644         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8645         unused.
8646
8647         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8648         thread-pointer as soon as possible.
8649         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8650         elements in rtld_global.
8651         * sysdeps/generic/tls.h: New file.
8652         * elf/Makefile (distribute): Add tls.h.
8653         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8654         relocations.  Not complete yet.
8655
8656         * resolv/resolv.h: Allow user to define __need_res_state and only
8657         define __res_start structure then.
8658         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8659
8660         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8661         dl_cpuclock_offset initialization to _dl_start_final.
8662         (_dl_show_auxv): Avoid unnecessary sign extension.
8663         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8664
8665 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8666
8667         * config.h.in: Add HAVE_TLS_SUPPORT.
8668         * sysdeps/i386/elf/configure.in: New file.
8669
8670 2002-02-03  Andreas Schwab  <schwab@suse.de>
8671
8672         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8673         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8674
8675 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8676
8677         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8678         alloca if the memory reqirements are too high.
8679
8680 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8681
8682         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8683         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8684         the former is available anyway and speed isn't important here.
8685         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8686         * elf/dl-version.c (match_symbol): Likewise.
8687         (_dl_check_map_versions): Likewise.
8688         * elf/rtld.c (process_envvars): Likewise.
8689         (print_statistics): Likewise.
8690         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8691         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8692         bases.  Add assert to catch uses of unimplemented features.
8693         (__strsep): Add assert to catch uses of unimplemented features.
8694         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8695         and avoid inline optimization.
8696         * elf/rtld.c (process_envvars): Likewise.
8697         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8698         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8699         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8700
8701 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8702
8703         * stdio-common/_itoa.h: Minor simplifications of the code.
8704         * stdio-common/_itoa.c: Likewise.
8705
8706         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8707         instead of _dl_printf for debugging info output.
8708
8709         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8710         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8711
8712 2002-02-01  H.J. Lu  <hjl@gnu.org>
8713
8714         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8715         (atomic_add): Likewise.
8716         (compare_and_swap): Return 0 only when failed to compare. Use
8717         branch likely.
8718
8719         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8720         branch likely.
8721
8722 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8723
8724         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8725
8726 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8727
8728         * elf/dl-minimal.c (__strsep): New minimal implementation.
8729
8730 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8731
8732         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8733         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8734         with tm_isdst > 0 when the requested time falls within a
8735         spring-forward gap [PR libc/2894].
8736
8737 2002-02-03  Andreas Schwab  <schwab@suse.de>
8738
8739         * stdio-common/tst-rndseek.c: Increase timeout.
8740
8741 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8742
8743         Change ld.so to not use functions which are exported.  One cannot
8744         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8745         definitions.
8746         * include/libc-symbols.h: Define INT and INTDEF.
8747         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8748         _dl_signal_error_internal, _dl_map_object_internal,
8749         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8750         _dl_lookup_versioned_symbol_internal,
8751         _dl_relocate_object_internal, _dl_debug_state_internal,
8752         _dl_start_profile_internal, and _dl_unload_cache_internal.
8753         * include/dlfcn.h: Declare _dl_catch_error_internal.
8754         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8755         above.  Add INTDEF to function definitions.
8756         * elf/dl-debug.c: Likewise.
8757         * elf/dl-deps.c: Likewise.
8758         * elf/dl-dst.h: Likewise.
8759         * elf/dl-error.c: Likewise.
8760         * elf/dl-fini.c: Likewise.
8761         * elf/dl-init.c: Likewise.
8762         * elf/dl-load.c: Likewise.
8763         * elf/dl-lookup.c: Likewise.
8764         * elf/dl-misc.c: Likewise.
8765         * elf/dl-open.c: Likewise.
8766         * elf/dl-profile.c: Likewise.
8767         * elf/dl-reloc.c: Likewise.
8768         * elf/dl-runtime.c: Likewise.
8769         * elf/dl-version.c: Likewise.
8770         * elf/do-lookup.h: Likewise.
8771         * sysdeps/generic/dl-cache.c: Likewise.
8772         * sysdeps/generic/dl-sysdep.c: Likewise.
8773         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
8774         instead of _dl_init.
8775         * sysdeps/arm/dl-machine.h: Likewise.
8776         * sysdeps/cris/dl-machine.h: Likewise.
8777         * sysdeps/hppa/dl-machine.h: Likewise.
8778         * sysdeps/i386/dl-machine.h: Likewise.
8779         * sysdeps/ia64/dl-machine.h: Likewise.
8780         * sysdeps/m68k/dl-machine.h: Likewise.
8781         * sysdeps/mips/dl-machine.h: Likewise.
8782         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8783         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8784         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8785         * sysdeps/sh/dl-machine.h: Likewise.
8786         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8787         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8788         * sysdeps/x86_64/dl-machine.h: Likewise.
8789         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
8790
8791         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
8792         and _dl_debug_initialize.
8793
8794         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
8795         more information.
8796         * elf/rtld.c (dl_main): Avoid strrchr.
8797         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
8798         result of readlink.  Search from the back for '/'.
8799
8800         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
8801         strncpy if possible.
8802
8803         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
8804         strncmp.
8805         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
8806         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
8807         strspn, and strcspn.
8808         (process_envvars): Don't use strcspn.
8809
8810         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
8811         (_dl_dst_substitute): Likewise.
8812
8813 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8814
8815         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
8816         code which is never used when relocating ld.so itself.
8817
8818         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
8819         starting ld.so itself.  Move l_addr variable initialization closer
8820         to use.
8821         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
8822
8823 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8824
8825         * Versions.def (libc): Add GLIBC_PRIVATE.
8826         (libdb, libnss_db, libdb1): Remove.
8827         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
8828         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
8829         (libpthread): Add GLIBC_PRIVATE.
8830         (libresolv): Likewise, remove GLIBC_2.1.
8831         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
8832         GLIBC_2.2.3, GLIBC_2.3.
8833         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
8834         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
8835         _dl_sym, _dl_vsym): Likewise.
8836         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
8837         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
8838         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
8839         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
8840         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
8841         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
8842         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
8843         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
8844         Likewise.
8845         (_dl_object_relocation_scope): Remove.
8846         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
8847         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
8848         __gconv_cache): Move to GLIBC_PRIVATE.
8849         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
8850         __internal_setnetgrent): Likewise.
8851         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
8852         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
8853         * locale/Versions (__collate_element_hash, __collate_element_strings,
8854         __collate_symbol_classes, __collate_symbol_hash,
8855         __collate_symbol_strings, _nl_current_LC_COLLATE,
8856         _nl_current_LC_CTYPE): Likewise.
8857         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
8858         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
8859         (libnss_nis, libnss_nisplus): Likewise.
8860         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
8861         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
8862         (libnss_files): Move all symbols to GLIBC_PRIVATE.
8863         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
8864         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
8865         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
8866         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
8867         __ns_get16, __ns_samename): Likewise.
8868         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
8869         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
8870         GLIBC_PRIVATE.
8871         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
8872         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
8873         __libc_connect): Likewise.
8874         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
8875         Likewise.
8876         * stdlib/Versions (__libc_system): Likewise.
8877         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
8878         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
8879         * sysdeps/ia64/fpu/Versions: Likewise.
8880         * sysdeps/ia64/Versions: Likewise.
8881         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
8882         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
8883         to GLIBC_PRIVATE.
8884         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
8885         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
8886         __libc_sigaction): Likewise.
8887         * termios/Versions (__libc_tcdrain): Likewise.
8888
8889         * misc/sys/cdefs (__attribute_noinline__): Define.
8890         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
8891         __attribute_noinline__.
8892
8893         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
8894         * elf/dl-xstat64.c: New file.
8895         * elf/dl-fxstat64.c: New file.
8896         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
8897         don't export __fxstat64 at multiple versions.
8898         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
8899         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
8900
8901 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
8902
8903         * locale/program/ld-collate.c (collate_finish): Assign a wide
8904         char collation sequence value to multi character collating
8905         elements, and avoid over writing by non-character elements.
8906
8907 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8908
8909         * elf/Makefile (distribute): Add dl-procinfo.c.
8910         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
8911         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
8912
8913 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
8914
8915         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
8916         definition.
8917         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
8918         _rtld_global struct.
8919         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
8920         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
8921         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
8922         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
8923         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
8924         _dl_fpu_control_set): Remove unused externs.
8925         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
8926         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
8927         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
8928         related variables in _rtld_global struct.
8929         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
8930         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
8931         unused extern.
8932
8933 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8934
8935         * sysdeps/generic/dl-procinfo.c: New file.
8936
8937 2002-02-01  Andreas Schwab  <schwab@suse.de>
8938
8939         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
8940
8941 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
8942
8943         * elf/rtld.c (_dl_start): Mark as internal_function.
8944         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
8945         in register.
8946         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
8947         General pretty printing.
8948
8949 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
8950
8951         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
8952         * elf/dl-reloc.c: Pretty printing.
8953         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
8954         procinfo-related variables in rtld_global struct.
8955         * elf/dl-support.c: Likewise.
8956         * elf/rtld.c: Likewise.
8957         * sysdeps/i386/i686/Makefile: Likewise.
8958         * sysdeps/i386/i686/hp-timing.c: Likewise.
8959         * sysdeps/i386/i686/hp-timing.h: Likewise.
8960         * sysdeps/ia64/Makefile: Likewise.
8961         * sysdeps/ia64/hp-timing.c: Likewise.
8962         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
8963         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
8964         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
8965         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
8966         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
8967         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
8968         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
8969         * sysdeps/x86_64/Makefile: Likewise.
8970
8971         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
8972         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
8973         _dl_debug_fd to rtld_global.
8974         * elf/Versions: Likewise.
8975         * elf/dl-close.c: Likewise.
8976         * elf/dl-iteratephdr.c: Likewise.
8977         * elf/dl-lookup.c: Likewise.
8978         * elf/dl-misc.c: Likewise.
8979         * elf/dl-open.c: Likewise.
8980         * elf/dl-support.c: Likewise.
8981         * elf/do-lookup.h: Likewise.
8982         * elf/rtld.c: Likewise.
8983         * sysdeps/generic/dl-cache.c: Likewise.
8984         * sysdeps/generic/dl-sysdep.c: Likewise.
8985         * sysdeps/ia64/Versions: Likewise.
8986         * sysdeps/unix/clock_gettime.c: Likewise.
8987         * sysdeps/unix/clock_settime.c: Likewise.
8988         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
8989         * sysdeps/sparc/Versions: Removed.
8990         * sysdeps/i386/i686/Versions : Removed.
8991         * sysdeps/x86_64/Versions: Removed.
8992         * configure.in: Define HAVE_PROTECTED if .protected is available.
8993         * config.h.in: Add entry for HAVE_PROTECTED.
8994
8995 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
8996
8997         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
8998         code in struct _rtld_global.  Export this struct, remove all
8999         exports for the signal variables.
9000         * sysdeps/arm/dl-machine: Likewise.
9001         * sysdeps/generic/dl-origin: Likewise.
9002         * sysdeps/generic/dl-sysdep: Likewise.
9003         * sysdeps/generic/dl-cache: Likewise.
9004         * sysdeps/hppa/dl-fptr: Likewise.
9005         * sysdeps/hppa/dl-machine: Likewise.
9006         * sysdeps/cris/dl-machine: Likewise.
9007         * sysdeps/i386/dl-machine: Likewise.
9008         * sysdeps/ia64/dl-machine: Likewise.
9009         * sysdeps/m68k/dl-machine: Likewise.
9010         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9011         * sysdeps/mips/mips64/dl-machine: Likewise.
9012         * sysdeps/mips/dl-machine: Likewise.
9013         * sysdeps/powerpc/elf/libc-start: Likewise.
9014         * sysdeps/powerpc/dl-machine: Likewise.
9015         * sysdeps/powerpc/dl-start: Likewise.
9016         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9017         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9018         * sysdeps/sh/dl-machine: Likewise.
9019         * sysdeps/s390/s390-32/dl-machine: Likewise.
9020         * sysdeps/s390/s390-64/dl-machine: Likewise.
9021         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9022         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9023         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9024         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9025         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9026         * sysdeps/x86_64/dl-machine: Likewise.
9027
9028 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9029
9030         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9031         are too high.
9032
9033 2002-01-31  Andreas Schwab  <schwab@suse.de>
9034
9035         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9036
9037 2002-01-31  Andreas Schwab  <schwab@suse.de>
9038
9039         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9040         reference to _dl_pagesize.
9041
9042 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9043
9044         * Versions.def [ld]: Add GLIBC_2.3.
9045         * elf/dl-addr.c: Move global variables for SHARED code in struct
9046         _rtld_global.  Export this struct, remove all exports for the
9047         signal variables.
9048         * elf/dl-close.c: Likewise.
9049         * elf/dl-conflict.c: Likewise.
9050         * elf/dl-debug.c: Likewise.
9051         * elf/dl-deps.c: Likewise.
9052         * elf/dl-dst.h: Likewise.
9053         * elf/dl-error.c: Likewise.
9054         * elf/dl-fini.c: Likewise.
9055         * elf/dl-init.c: Likewise.
9056         * elf/dl-iteratephdr.c: Likewise.
9057         * elf/dl-libc.c: Likewise.
9058         * elf/dl-load.c: Likewise.
9059         * elf/dl-lookup.c: Likewise.
9060         * elf/dl-minimal.c: Likewise.
9061         * elf/dl-object.c: Likewise.
9062         * elf/dl-open.c: Likewise.
9063         * elf/dl-profile.c: Likewise.
9064         * elf/dl-profstub.c: Likewise.
9065         * elf/dl-reloc.c: Likewise.
9066         * elf/dl-runtime.c: Likewise.
9067         * elf/dl-support.c: Likewise.
9068         * elf/dl-sym.c: Likewise.
9069         * elf/dl-version.c: Likewise.
9070         * elf/do-lookup.h: Likewise.
9071         * elf/do-rel.h: Likewise.
9072         * elf/dynamic-link.h: Likewise.
9073         * elf/rtld.c: Likewise.
9074         * sysdeps/generic/dl-cache.c: Likewise.
9075         * sysdeps/generic/dl-sysdep.c: Likewise.
9076         * sysdeps/generic/ldsodefs.h: Likewise.
9077         * sysdeps/generic/libc-start.c: Likewise.
9078         * sysdeps/i386/dl-machine.h: Likewise.
9079         * sysdeps/ia64/dl-fptr.c: Likewise.
9080         * sysdeps/ia64/dl-machine.h: Likewise.
9081         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9082         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9083         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9084         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9085         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9086         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9087         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9088         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9089
9090 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9091
9092         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9093         to avoid warning
9094         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9095
9096         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9097         SHARED version.
9098         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9099
9100         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9101
9102 2002-01-29  Ben Collins  <bcollins@debian.org>
9103
9104         * string/bits/string2.h (__mempcpy): Protect size arg for
9105         addition when using __builtin_memcpy.
9106
9107 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9108
9109         * stdlib/Makefile (tests): Add tst-qsort.
9110         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9111
9112         * manual/signal.texi (Process Signal Mask): Document that
9113         pthread_sigmask, not sigprocmask, must be used in MT programs.
9114         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9115
9116         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9117         found.
9118         * misc/Makefile (tests): Add tst-hsearch.
9119         * misc/tst-hsearch.c: New file.
9120
9121 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9122
9123         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9124         * malloc/malloc.h: Likewise.
9125         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9126         * malloc/arena.c: New file.
9127         * malloc/hooks.c: New file.
9128         * malloc/tst-mallocstate.c: New file.
9129         * malloc/Makefile: Add new testcase tst-mallocstate.
9130         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9131
9132 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9133
9134         * stdlib/msort.c: Remove last patch.  The optimization violates the
9135         same rule which qsort.c had problems with.
9136
9137 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9138
9139         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9140         to a pivot element that lies outside the array to be sorted, as
9141         ISO C99 requires that the comparison function be called only with
9142         addresses of array elements [PR libc/2880].
9143
9144 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9145
9146         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9147         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9148
9149         * timezone/asia: Update from tzdata2002b.
9150         * timezone/australasia: Likewise.
9151         * timezone/backward: Likewise.
9152         * timezone/europe: Likewise.
9153         * timezone/leapseconds: Likewise.
9154         * timezone/iso3166.tab: Likewise.
9155         * timezone/zone.tab: Likewise.
9156
9157 2002-01-23  Richard Henderson  <rth@redhat.com>
9158
9159         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9160
9161 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9162
9163         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9164         this element [PR libc/2855].
9165
9166         * string/strcoll.c: Handle zero-length arguments specially
9167         [PR libc/2856].
9168
9169 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9170
9171         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9172         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9173         short lengths and constant src.
9174         (strcpy): Don't optimize for gcc 3.0+.
9175         (__stpcpy): For gcc 3.0+, don't use
9176         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9177         for short string literal src.
9178
9179 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9180
9181         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9182         Set for arm, too.
9183
9184 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9185
9186         * manual/llio.texi (Linked Channels, Cleaning Streams):
9187         Make it clearer that a just-opened input stream might need cleaning.
9188
9189 2002-01-21  H.J. Lu  <hjl@gnu.org>
9190
9191         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9192         Don't use label at end of compound statement.
9193
9194 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9195
9196         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9197         Remove test for negative integer arg; sin_pi does it correctly.
9198
9199 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9200
9201         * nscd/Makefile (distribute): Filter out xmalloc.c.
9202
9203 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9204
9205         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9206         Set offset if read end wasn't the buffer end.
9207         (_IO_file_seekoff_mmap): New function.
9208         (_IO_file_xsgetn_mmap): New function.
9209         (_IO_file_jumps_mmap): Use the two new functions.
9210         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9211         != end buffer.
9212         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9213         _IO_file_underflow_mmap.
9214         * libio/iofopen.c: Don't position file descriptor at end of file.
9215         * libio/tst-widetext.c: Improve error messages.
9216         * stdio-common/tst-rndseek.c: Likewise.
9217
9218 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9219
9220         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9221         end of enum for !_GNU_SOURCE.
9222         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9223         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9224         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9225         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9226         values unless _GNU_SOURCE.
9227
9228         * iconvdata/tcvn5712-1.c: Minor cleanups.
9229
9230 2002-01-18  Andreas Schwab  <schwab@suse.de>
9231
9232         * sysdeps/unix/sysv/linux/configure.in
9233         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9234
9235 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9236
9237         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9238         more efficient "Towers of Hanoi" mergesort.
9239         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9240         for generic, sizeof(int) and sizeof(long) variants respectively.
9241
9242 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9243
9244         * manual/syslog.texi (openlog): Describe possible problems with
9245         first parameter.
9246         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9247
9248         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9249         * nscd/connections.c (begin_drop_privileges): New function.
9250         (finish_drop_privileges): New function.
9251         (nscd_init): Call the new functions which also install all groups
9252         for the server user.
9253         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9254         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9255
9256 2002-01-17  H.J. Lu  <hjl@gnu.org>
9257
9258         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9259         `const' from `got'.
9260
9261 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9262
9263         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9264         instructions for pointer operations.
9265         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9266
9267 2002-01-17  Andreas Jaeger  <aj@suse.de>
9268
9269         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9270         __uint128_t build-in.
9271
9272         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9273         PowerPC, sync with 2.2 branch.
9274
9275 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9276
9277         * posix/getconf.c: Update copyright year.
9278         * nss/getent.c: Likewise.
9279         * nscd/nscd_nischeck.c: Likewise.
9280         * iconv/iconvconfig.c: Likewise.
9281         * iconv/iconv_prog.c: Likewise.
9282         * elf/ldconfig.c: Likewise.
9283         * catgets/gencat.c: Likewise.
9284         * csu/version.c: Likewise.
9285         * elf/ldd.bash.in: Likewise.
9286         * elf/sprof.c (print_version): Likewise.
9287         * locale/programs/locale.c: Likewise.
9288         * locale/programs/localedef.c: Likewise.
9289         * nscd/nscd.c (print_version): Likewise.
9290         * debug/xtrace.sh: Likewise.
9291         * malloc/memusage.sh: Likewise.
9292         * malloc/mtrace.pl: Likewise.
9293
9294 2002-01-16  Andreas Schwab  <schwab@suse.de>
9295
9296         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9297         reliably remove "-ia64" from rtld name.
9298
9299 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9300
9301         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9302         Patch by Yu Shao <yshao@redhat.com>.
9303
9304 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9305
9306         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9307         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9308         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9309
9310 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9311
9312         * sysdeps/s390/fpu/libm-test-ulps: Update.
9313
9314 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9315
9316         * elf/elf.h: Update x86 relocations.
9317
9318 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9319
9320         * locale/programs/charmap.c (new_width): Check whether byte
9321         sequences for both ends of range have the same length.
9322
9323 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9324
9325         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9326
9327 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9328
9329         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9330         string literals.
9331         (__full_ieee754_sqrt): Add __attribute_used__.
9332
9333 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9334
9335         * sysdeps/generic/group_member.c (__group_member): Also check
9336         groups[0] [PR libc/2781].
9337
9338 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9339
9340         * Makefile (distribute): Add scripts/cpp.
9341         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9342         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9343         unwind-dw2-fde.h, and dwarf2.h.
9344         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9345         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9346         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9347         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9348
9349 2002-01-07  Roland McGrath  <roland@frob.com>
9350
9351         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9352         volatile on type of ARGC so the compiler doesn't get clever.
9353
9354 2002-01-07  Andreas Jaeger  <aj@suse.de>
9355
9356         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9357         * sysdeps/i386/bits/byteswap.h: Likewise.
9358         * sysdeps/ia64/bits/byteswap.h: Likewise.
9359         * sysdeps/m68k/bits/byteswap.h: Likewise.
9360         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9361         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9362
9363 2002-01-02  Bruno Haible  <bruno@clisp.org>
9364
9365         * intl/plural.y: Fix %expect count.
9366
9367 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9368
9369         * elf/Makefile (routines, shared-only-routines): Add
9370         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9371         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9372         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9373         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9374         Optimize if .eh_frame section contains no FDEs.
9375         (__register_frame, __deregister_frame_info_bases,
9376         __deregister_frame): Likewise.
9377         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9378         DW_CFA_restore handling.
9379
9380 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9381
9382         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9383
9384         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9385         for x < 0.25 and restore original range reduction method.
9386         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9387
9388 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9389
9390         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9391         (_IO_file_close_mmap): New function.
9392         (_IO_file_jumps_mmap): New variable.
9393         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9394         trying to convert rest of byte buffer.
9395         (_IO_wfile_underflow_mmap): New function.
9396         (_IO_wfile_jumps_mmap): New variable.
9397         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9398         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9399         (_IO_new_fopen): Call __fopen_internal.
9400         * libio/iofopen64.c: Just call __fopen_internal.
9401         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9402         successfully.
9403         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9404         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9405         _IO_file_close_mmap.
9406
9407         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9408         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9409
9410         * stdio-common/Makefile (tests): Add tst-rndseek.
9411         * stdio-common/tst-rndseek.c: New file.
9412
9413 2002-01-05  Roland McGrath  <roland@frob.com>
9414
9415         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9416         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9417         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9418         * sysdeps/mach/hurd/configure: Regenerated.
9419
9420 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9421
9422         * elf/elf.h: Add more TLS definitions.
9423
9424 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9425
9426         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9427
9428 2002-01-02  Roland McGrath  <roland@frob.com>
9429
9430         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9431         __sigisemptyset.  Don't use MASK uninitialized.
9432
9433         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9434         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9435         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9436         __sigdelset, __sigaddset, __sigorset.
9437
9438         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9439         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9440
9441         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9442         _hurd_ports is null.
9443
9444         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9445         for old CMU and new OSF Mach interface flavors.
9446         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9447         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9448
9449         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9450
9451         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9452         Pass extra arguments to task_create for OSF variant.
9453         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9454
9455         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9456         conditional on [HAVE_AUX_VECTOR].
9457
9458         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9459         mach_msg_timeout_t as type of final argument.
9460
9461         * hurd/privports.c (__get_privileged_ports):
9462         Change host_priv_t to mach_port_t in argument type.
9463         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9464         Update decls.
9465
9466         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9467         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9468         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9469         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9470         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9471         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9472
9473 2002-01-01  Roland McGrath  <roland@frob.com>
9474
9475         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9476
9477 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9478
9479         * include/stdlib.h: Define inlines for the _l variants of the strto*
9480         functions.
9481
9482 2002-01-01  Roland McGrath  <roland@frob.com>
9483
9484         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9485
9486         * mach/Machrules (MIG): Set CPP as well as CC.
9487
9488 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9489
9490         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9491         locale to parse /proc/loadavg [PR libc/2760].
9492
9493 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9494
9495         * elf/dl-conflict.c: Include sys/param.h.
9496         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9497         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9498         warning.
9499         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9500         literals to avoid warnings.
9501
9502 2001-12-31  Andreas Jaeger  <aj@suse.de>
9503
9504         * configure.in: Don't check for gsed since we do not use it anywhere.
9505
9506 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9507
9508         * io/fts.c: Update from BSD to fix memory leaks.
9509
9510 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9511
9512         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9513         * elf/chroot_canon.c: Likewise.
9514         * elf/dl-object.c: Likewise.
9515         * iconv/iconv_charmap.c: Likewise.
9516         * iconv/iconv_prog.c: Likewise.
9517         * libio/iogetdelim.c: Likewise.
9518         * locale/lc-time.c: Likewise.
9519         * stdlib/canonicalize.c: Likewise.
9520         * sunrpc/svc.c: Likewise.
9521         * sysdeps/generic/glob.c: Likewise.
9522
9523 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9524
9525         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9526         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9527         remove high order bit from the program counter.
9528         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9529
9530 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9531
9532         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9533         unnecessary code and add missing reloc types.
9534         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9535         case for reloc type R_390_NONE.
9536
9537 2001-12-28  Andreas Jaeger  <aj@suse.de>
9538
9539         * io/bug-ftw3.c: Include string.h for prototypes.
9540
9541         * crypt/md5test.c (main): Remove unused variable.
9542
9543         * dlfcn/modstatic.c: Add prototype to avoid warning.
9544
9545 2001-12-26  Roland McGrath  <roland@frob.com>
9546
9547         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9548         check only (SS->pending & MASK) for the signal to return.
9549         From Jeroen Dekkers <jeroen@dekkers.cx>.
9550
9551 2001-12-22  Roland McGrath  <roland@frob.com>
9552
9553         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9554         Use preprocessor #if conditionals instead of `if' to avoid
9555         warnings about divide by zero in dead code.
9556
9557         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9558         _hurd_port_init, and __hurd_self_sigstate.
9559
9560         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9561
9562 2001-12-21  Andreas Jaeger  <aj@suse.de>
9563
9564         * elf/dblloadmod1.c: Add prototype to avoid warning.
9565         * elf/dblloadmod2.c: Likewise.
9566         * elf/dblloadmod3.c: Likewise.
9567         * elf/reldepmod5.c: Likewise.
9568         * elf/reldepmod6.c: Likewise.
9569
9570         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9571         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9572         used on all architectures.
9573
9574         * sunrpc/svc_tcp.c: Add noreturn attribute for
9575         svctcp_rendezvous_abort.
9576         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9577
9578         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9579         to avoid warning.
9580
9581 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9582
9583         * manual/llio.texi (aio_fsync): Fix a typo.
9584         Patch by Tammy Fox <tfox@redhat.com>.
9585
9586 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9587
9588         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9589         stack bias from child stack pointer before passing it to clone syscall.
9590
9591 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9592
9593         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9594         _SC_TZNAME_MAX.
9595         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9596         Reported by Thorsten Kukuk <kukuk@suse.de>.
9597
9598         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9599         add some casts.
9600
9601         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9602
9603 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9604
9605         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9606         conforming: return EBADF if file descriptor is invalid and EINVAL
9607         if file descriptor is no valid tty.
9608         * login/tst-grantpt.c: New file.
9609         * login/Makefile (tests): Add tst-grantpt.
9610
9611 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9612
9613         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9614         different than implemented in last patch.
9615         * io/bug-ftw3.c: Adjust test for changed handling of
9616         inaccessibility of toplevel dir.
9617
9618 2001-12-16  Roland McGrath  <roland@frob.com>
9619
9620         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9621         * grp/initgroups.c (internal_getgrouplist): Likewise.
9622
9623         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9624         `default:' to silence new GCC warning.
9625         Rewrite cast of lvalue to silence new GCC warning.
9626
9627         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9628
9629         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9630         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9631
9632 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9633
9634         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9635         Patch by Stephen R. van den Berg.
9636
9637         * crypt/md5.h: Define md5_uintptr.
9638
9639 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9640
9641         * libio/tst_swprintf.c (main): Add test for string argument with
9642         zero precision.
9643         * stdio-common/Makefile (tests): Add tst-sprintf.
9644         * stdio-common/tst-sprintf.c: New file.
9645
9646 2001-12-13  Andreas Schwab  <schwab@suse.de>
9647
9648         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9649         zero precision with wide character string format.
9650
9651 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9652
9653         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9654         but have a user supplied buffer, return the empty buffer, not NULL.
9655
9656 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9657
9658         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9659         Patch by Eric Sharkey <sharkey@netrics.com>.
9660
9661         * crypt/md5test.c (main): Add test for multiple calls to
9662         __md5_process_bytes to itererate over input string.
9663
9664 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9665
9666         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9667         from __nis_findfastest.  Take timeout value from parameter.
9668         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9669         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9670         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9671
9672 2001-12-12  Andreas Jaeger  <aj@suse.de>
9673
9674         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9675         combreloc test so that it works in this case.
9676
9677         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9678
9679 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9680
9681         * sysdeps/sh/Makefile: New file.
9682         * sysdeps/sh/_mcount.S: New file.
9683         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9684         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9685
9686 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9687
9688         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9689         limitation [PR libc/2564].
9690
9691 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9692
9693         * elf/Makefile (dl-routines): Add conflict.
9694         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9695         (ld.so): Add _begin local symbol.
9696         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9697         Define.
9698         * elf/dl-deps.c (_dl_build_local_scope): New function.
9699         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9700         of all libraries.
9701         * elf/do-rel.h (VALIDX): Define.
9702         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9703         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9704         can be skipped.
9705         * elf/dl-conflict.c: New file.
9706         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9707         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9708         non-NULL.
9709         (_dl_lookup_symbol_skip): Likewise.
9710         (_dl_lookup_versioned_symbol): Likewise.
9711         (_dl_lookup_versioned_symbol_skip): Likewise.
9712         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9713         define to ElfW(Rel).
9714         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9715         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9716         ranges.
9717         Don't adjust address dynamic tags if l_addr is 0.
9718         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9719         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9720         (VALIDX, ADDRIDX): Define.
9721         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9722         (dl_main): Print library list for LD_TRACE_PRELINKING.
9723         If prelinking information can be used, skip relocating libraries and
9724         call _dl_resolve_conflicts instead.
9725         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9726         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9727         if LD_TRACE_PRELINKING.
9728         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9729         + DT_ADDRNUM.
9730         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9731         (DL_DEBUG_PRELINK): Define.
9732         (_dl_resolve_conflicts): Add prototype.
9733
9734         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9735         .plt for prelinked libraries where prelinking info cannot be used.
9736         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9737         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9738         * sysdeps/arm/bits/link.h: New file.
9739         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9740         content of .got[1].
9741         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9742         (ELF_MACHINE_PLT_REL): Define.
9743         (elf_machine_rela, elf_machine_rela_relative): New functions.
9744         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9745         of adjusting it if prelinked and prelinking cannot be used.
9746         * sysdeps/i386/bits/link.h: New file.
9747         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9748         content of .got[1].
9749         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9750         (ELF_MACHINE_PLT_REL): Define.
9751         (elf_machine_rela, elf_machine_rela_relative): New functions.
9752         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9753         of adjusting it if prelinked and prelinking cannot be used.
9754         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9755         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9756         to find out map for R_PPC_JMP_SLOT relocs.
9757         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9758         (OPCODE_BA): Define.
9759         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9760         libraries where prelinking info cannot be used.
9761         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
9762         (elf_machine_fixup_plt): Call sparc_fixup_plt.
9763         (elf_machine_rela): Set value to 0 if relocating conflicts.
9764         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
9765         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
9766         (sparc64_fixup_plt): Fix a typo.
9767         (elf_machine_rela): Set value to 0 if relocating conflicts.
9768         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
9769         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9770         libraries where prelinking info cannot be used.
9771         * sysdeps/sh/bits/link.h: New file.
9772         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
9773         content of .got[1].
9774         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
9775         of adjusting it if prelinked and prelinking cannot be used.
9776         * sysdeps/s390/s390-32/bits/link.h: New file.
9777         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
9778         Save original content of .got[1].
9779         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9780         of adjusting it if prelinked and prelinking cannot be used.
9781         * sysdeps/s390/s390-64/bits/link.h: New file.
9782         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
9783         Save original content of .got[1].
9784         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
9785         of adjusting it if prelinked and prelinking cannot be used.
9786         * sysdeps/x86_64/bits/link.h: New file.
9787         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
9788         Save original content of .got[1].
9789         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
9790         of adjusting it if prelinked and prelinking cannot be used.
9791
9792 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9793
9794         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
9795         where appropriate instead of numbers.  Little optimizations.
9796
9797 2001-12-10  Roland McGrath  <roland@frob.com>
9798
9799         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
9800         set it.
9801
9802         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
9803         set to GLIBC_2.2.5, not GLIBC_2.2.4.
9804
9805         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
9806         Fix conditionals so this is set by default for stdio and not for libio.
9807         * sysdeps/mach/hurd/configure: Regenerated.
9808
9809 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
9810
9811         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
9812
9813 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
9814
9815         * io/Makefile (tests): Add bug-ftw3.
9816         * io/bug-ftw3.c: New file.
9817
9818         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
9819         matches and GLOB_NOCHECK is set.
9820         * posix/globtest.sh: Correct expected result for NOCHECK test.
9821
9822         * po/ca.po: Update from translation team.
9823
9824 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
9825
9826         Implement transliteration of characters in strings of the locale
9827         definitions.
9828         * locale/programs/linereader.c: Adjust for additional parameter to
9829         lr_token.
9830         (get_string): If character <Uxxxx> is not found try to transliterate
9831         it.
9832         * locale/programs/ld-ctype.c: Adjust for additional parameter to
9833         lr_token.  Add const to charmap parameter of all functions.
9834         (find_translit, find_translit2): New functions.
9835         * locale/programs/charmap.c: Adjust for additional parameter to
9836         lr_token.
9837         * locale/programs/repertoire.c: Likewise.
9838         * locale/programs/linereader.h: Likewise.
9839         * locale/programs/ld-address.c: Likewise.  Add const to charmap
9840         parameter of all functions.
9841         * locale/programs/ld-collate.c: Likewise.
9842         * locale/programs/ld-identification.c: Likewise.
9843         * locale/programs/ld-measurement.c: Likewise.
9844         * locale/programs/ld-messages.c: Likewise.
9845         * locale/programs/ld-monetary.c: Likewise.
9846         * locale/programs/ld-name.c: Likewise.
9847         * locale/programs/ld-numeric.c: Likewise.
9848         * locale/programs/ld-paper.c: Likewise.
9849         * locale/programs/ld-paper.c: Likewise.
9850         * locale/programs/ld-telephone.c: Likewise.
9851         * locale/programs/ld-time.c: Likewise.
9852         * locale/programs/locfile.c: Likewise.
9853         * locale/programs/localedef.c: Likewise.
9854         * locale/programs/localedef.h: Likewise.
9855         * locale/programs/locfile.h: Likewise.  Add declaration for
9856         find_translit.
9857         * locale/programs/simple-hash.c: Add const to first parameter of
9858         find_entry, iterate_table, and lookup.
9859         * locale/programs/simple-hash.h: Likewise.
9860         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
9861         instead.
9862         * include/locale.h: Define __LC_LAST.
9863         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
9864
9865 2001-12-07  Geoff Keating  <geoffk@redhat.com>
9866
9867         * sysdeps/powerpc/Dist: Update for recent FP changes.
9868         * sysdeps/powerpc/fpu/Dist: Likewise.
9869
9870 2001-12-07  Andreas Schwab  <schwab@suse.de>
9871
9872         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
9873
9874 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9875
9876         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
9877         save/restore functions here.
9878         (libm-support): Don't define these functions here.
9879         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
9880         functions here.
9881         * sysdeps/powerpc/fe_nomask.c: Move to...
9882         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
9883         * sysdeps/powerpc/fprrest.S: Move to...
9884         * sysdeps/powerpc/fpu/fprrest.S: ... here.
9885         * sysdeps/powerpc/fprsave.S: Move to...
9886         * sysdeps/powerpc/fpu/fprsave.S: ... here.
9887
9888 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9889
9890         * sysdeps/unix/sysv/linux/opensock.c: New file.
9891
9892 2001-12-06  Geoff Keating  <geoffk@redhat.com>
9893
9894         * config.make.in (with-fp): Define from configure.
9895         * configure.in: Substitute with_fp.
9896         * configure: Regenerate.
9897         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
9898         specified, and don't change FPU environment.
9899
9900 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
9901
9902         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
9903         * assert/assert.c: Check result of __asprintf call and don't use
9904         string if it failed.
9905         * assert/assert-perr.c: Likewise.
9906         * inet/rcmd.c: Likewise.
9907         * locale/programs/localedef.c (main): Check result of
9908         construct_output_path and exit if it failed.
9909         (construct_output_path): Check result of asprintf and mkdir calls and
9910         fail if they failed.
9911         * posix/getopt.c: Check result of __asprintf calls and fail if
9912         they failed.
9913         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
9914
9915 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9916
9917         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
9918         patch.
9919         * sysdeps/generic/strncase.c: Likewise.
9920         * string/tester.c: Add tests for strcasecmp and strncasecmp.
9921
9922 2001-12-05  Geoff Keating  <geoffk@redhat.com>
9923
9924         * scripts/cpp: Test the exit status from 'type', not 'awk'.
9925
9926         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
9927         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
9928         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
9929         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
9930         * sysdeps/powerpc/fclrexcpt.c: Move to...
9931         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
9932         * sysdeps/powerpc/fpu_control.h: Move to...
9933         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
9934
9935 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9936
9937         * iconvdata/ibm1129.h: Remove duplicate mappings.
9938         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
9939         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
9940         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
9941
9942         * timezone/zic.c: Fix handling of turnaround times.
9943         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
9944
9945 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
9946
9947         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
9948         overflow problem.
9949
9950 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
9951
9952         * posix/regex.c: For use outside glibc defined bounded pointer
9953         macros here.  Patch by Jim Meyering <jim@meyering.net>.
9954
9955         * iconvdata/Makefile (modules): Add TCVN5712-1.
9956         * iconvdata/TESTS: Add TCVN5712-1.
9957         * iconvdata/gconv-modules: Likewise.
9958         * iconvdata/tcvn5712-1.c: New file.
9959         * iconvdata/testdata/TCVN-5712: New file.
9960         * iconvdata/testdata/TCVN-5712..UTF8: New file.
9961
9962 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
9963
9964         * iconvdata/cp1258.c: Optimize conversion from UCS4.
9965
9966 2001-12-02  Roland McGrath  <roland@frob.com>
9967
9968         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
9969
9970         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
9971         Reported by Jeff Bailey <jbailey@nisa.net>.
9972
9973         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
9974         Reported by Jeff Bailey <jbailey@nisa.net>.
9975
9976         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
9977         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
9978         Reported by Jeff Bailey <jbailey@nisa.net>.
9979
9980 2001-12-01  Roland McGrath  <roland@frob.com>
9981
9982         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
9983         missing backslash in test arguments.
9984         * sysdeps/mach/hurd/configure: Regenerated.
9985
9986 2001-11-26  Roland McGrath  <roland@frob.com>
9987
9988         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
9989         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
9990
9991 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
9992
9993         * iconvdata/Makefile (modules): Add ARMSCII-8.
9994         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
9995         * iconvdata/armscii-8.c: New file.
9996
9997 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
9998
9999         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10000         don't match, fix {{a,b},c} globbing, clean up.
10001         Patch by Flavio Veloso <flaviovs@magnux.com>.
10002         * posix/globtest.sh: Add new tests.
10003
10004 2001-11-29  Andreas Jaeger  <aj@suse.de>
10005
10006         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10007         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10008
10009         * sysdeps/generic/abort.c: Include libioP.h for
10010         _IO_flush_all_lockp prototype.
10011
10012 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10013
10014         * posix/regex.h: Define __restrict_arr correctly.
10015
10016 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10017
10018         * iconvdata/ibm1163.c: New file.
10019         * iconvdata/ibm1163.h: New file.
10020         * iconvdata/ibm1164.c: New file.
10021         * iconvdata/ibm1164.h: New file.
10022         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10023         * iconvdata/Makefile: Likewise.
10024         * iconvdata/testdata/IBM1163: New file.
10025         * iconvdata/testdata/IBM1163..UTF8: New file.
10026         * iconvdata/testdata/IBM1164: New file.
10027         * iconvdata/testdata/IBM1164..UTF8: New file.
10028         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10029
10030         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10031         * iconvdata/ibm1124.h: Likewise.
10032         * iconvdata/ibm1132.h: Likewise.
10033         * iconvdata/ibm1133.h: Likewise.
10034         * iconvdata/ibm1160.h: Likewise.
10035         * iconvdata/ibm1161.h: Likewise.
10036         * iconvdata/ibm1162.h: Likewise.
10037         * iconvdata/ibm856.h: Likewise.
10038         * iconvdata/ibm922.h: Likewise.
10039         * iconvdata/ibm930.h: Likewise.
10040         * iconvdata/ibm932.h: Likewise.
10041         * iconvdata/ibm933.h: Likewise.
10042         * iconvdata/ibm935.h: Likewise.
10043         * iconvdata/ibm937.h: Likewise.
10044         * iconvdata/ibm939.h: Likewise.
10045         * iconvdata/ibm943.h: Likewise.
10046         * iconvdata/ibm930.c: Pretty printing.
10047         * iconvdata/ibm937.c: Avoid access accross array boundary.
10048
10049         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10050         the current locale's codeset.
10051         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10052         empty input string.
10053         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10054         and from-charset.  Don't determine locale's charset here.
10055
10056         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10057         as the old _IO_flush_all but lock only if parameter is nonzero.
10058         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10059         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10060         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10061         if libio is used [PR libc/2575].
10062
10063 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10064
10065         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10066         __signbitl): Only define for ISO C99.
10067
10068 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10069
10070         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10071         herrnop to NETDB_INTERNAL if we run out of buffer space.
10072
10073 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10074
10075         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10076         overflow test for platforms with signed char.
10077         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10078
10079 2001-11-28  Bruno Haible  <bruno@clisp.org>
10080
10081         * locale/programs/simple-hash.c (lookup_2): Remove function.
10082         (insert_entry_2): Call lookup instead of lookup_2.
10083
10084 2001-03-04  Bruno Haible  <bruno@clisp.org>
10085
10086         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10087
10088 2001-10-31  Bruno Haible  <bruno@clisp.org>
10089
10090         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10091
10092 2001-03-21  Bruno Haible  <bruno@clisp.org>
10093
10094         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10095         chokes on empty macro arguments.
10096         * intl/plural.y: Add #pragma for alloca on AIX 3.
10097
10098 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10099
10100         * intl/dcigettext.c (guess_category_value): Only implement for
10101         glibc.  Otherwise rely on function _nl_locale_name which isn't
10102         present in the glibc sources.
10103
10104 2001-09-24  Bruno Haible  <bruno@clisp.org>
10105
10106         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10107         transliteration when building on a glibc system but outside glibc.
10108
10109 2001-09-22  Bruno Haible  <bruno@clisp.org>
10110
10111         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10112         * intl/dcigettext.c (plural_eval): Remove function, moved to
10113         intl/plural-eval.c.
10114         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10115         Include plural-eval.c.
10116
10117 2001-09-22  Bruno Haible  <bruno@clisp.org>
10118
10119         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10120         don't start with a digit; nplurals must be positive.
10121
10122 2001-09-02  Bruno Haible  <bruno@clisp.org>
10123
10124         * intl/plural-exp.h: New file, extracted from gettextP.h.
10125         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10126         * intl/gettextP.h (struct expression, struct parse_args,
10127         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10128         * intl/loadmsgcat.c: Include plural-exp.h.
10129         (PLURAL_PARSE): Move macro to plural-exp.h.
10130         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10131         plural-exp.c.
10132         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10133         EXTRACT_PLURAL_EXPRESSION.
10134         (_nl_unload_domain): Update.
10135         * intl/dcigettext.c: Include plural-exp.h.
10136         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10137         (FREE_EXPRESSION): Move macro to plural-exp.h.
10138         * intl/Makefile (routines): Add plural-exp.
10139         (distribute): Add plural-exp.h.
10140
10141 2001-07-28  Bruno Haible  <bruno@clisp.org>
10142
10143         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10144         isdigit, tolower argument to 'unsigned char'.
10145         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10146         'unsigned char'.
10147         * intl/localealias.c (read_alias_file): Cast isspace argument to
10148         'unsigned char'.
10149
10150 2001-10-20  Bruno Haible  <bruno@clisp.org>
10151
10152         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10153         anyway.)
10154         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10155         with the variable 'index' in plural_lookup.
10156         * intl/l10nflist.c (strchr): Likewise.
10157         * intl/localealias.c (strchr): Likewise.
10158
10159         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10160         * intl/bindtextdom.c: Likewise.
10161         * intl/dcigettext.c: Likewise.
10162         * intl/dgettext.c: Likewise.
10163         * intl/dngettext.c: Likewise.
10164         * intl/explodename.c: Likewise.
10165         * intl/finddomain.c: Likewise.
10166         * intl/gettext.c: Likewise.
10167         * intl/l10nflist.c: Likewise.
10168         * intl/loadmsgcat.c: Likewise.
10169         * intl/localealias.c: Likewise.
10170         * intl/ngettext.c: Likewise.
10171         * intl/textdomain.c: Likewise.
10172         * intl/gettext.h: Assume <limits.h> exists.
10173
10174 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10175
10176         * stdio-common/Makefile (tests): Add scanf11.
10177         * stdio-common/scanf11.c: New file.
10178
10179 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10180
10181         * version.h (RELEASE): Define as development.
10182         (VERSION): Set to 2.2.90.
10183
10184 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10185
10186         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10187         * nis/nss_nis/nis-grp.c: Likewise.
10188         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10189
10190         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10191         * nis/nss_nis/nis-pwd.c: Likewise.
10192         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10193
10194         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10195         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10196         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10197
10198         * nscd/grpcache.c: Use strtoul instead of atol.
10199         * nscd/pwdcache.c: Likewise.
10200         * nss/getent.c: Likewise.
10201
10202 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10203
10204         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10205         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10206
10207 2001-11-19  Bruno Haible  <bruno@clisp.org>
10208
10209         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10210         90%.
10211         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10212         improves the quality of the hash function, especially for short
10213         strings.
10214
10215 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10216
10217         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10218         are found call conv_error and not input_error [PR libc/2669].
10219
10220         * math/bits/mathcalls.h: Mark ceil and floor as const.
10221         Reported by David Mosberger.
10222
10223 2001-11-21  Jim Meyering  <meyering@lucent.com>
10224
10225         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10226         Define to be __-prefixed.
10227         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10228
10229 2001-11-26  Andreas Jaeger  <aj@suse.de>
10230
10231         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10232         avoid warning.
10233
10234 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10235
10236         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10237         initialization.
10238
10239         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10240         unused variables.  Fix threshold for returning 1.0.
10241
10242         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10243         argument.
10244
10245         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10246         remove unused variables.
10247
10248         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10249
10250         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10251         include local math header files.
10252
10253 2001-11-22  Andreas Jaeger  <aj@suse.de>
10254
10255         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10256         avoid warning.
10257
10258 2001-11-21  Andreas Jaeger  <aj@suse.de>
10259
10260         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10261
10262         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10263         sys/debugreg.h
10264
10265 2001-11-15  Andreas Jaeger  <aj@suse.de>
10266
10267         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10268         compilers that support it.
10269
10270         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10271         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10272         * stdlib/stdlib.h: Likewise.
10273
10274 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10275
10276         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10277         statement with gotos.
10278         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10279
10280 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10281
10282         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10283
10284 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10285
10286         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10287
10288 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10289             H.J. Lu  <hjl@gnu.org>
10290
10291         * Versions.def (libc): Add GCC_3.0.
10292         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10293         if gcc supports this flag.
10294         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10295         (gcc3): Allow glibc to be compiled with gcc 3.x.
10296         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10297         * config.make.in (static-libgcc, unwind-find-fde): Add.
10298         * Makerules (build-shlib-helper, build-module-helper): Use it.
10299         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10300         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10301         necessary.
10302         (_fini): Call __deregister_frame_info_bases if
10303         __register_frame_info_bases was used to register.
10304         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10305         for GLIBC_2.0.
10306         (__register_frame_info_bases, __register_frame_info_table_bases,
10307         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10308         * elf/Makefile (routines): Add unwind-dw2-fde.
10309         (shared-only-routines): Add unwind-dw2-fde.
10310         * sysdeps/alpha/gccframe.h: New file.
10311         * sysdeps/arm/gccframe.h: New file.
10312         * sysdeps/generic/framestate.c: New file.
10313         * sysdeps/generic/dwarf2.h: New file.
10314         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10315         * sysdeps/generic/unwind-dw2-fde.c: New file.
10316         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10317         * sysdeps/generic/unwind-dw2-fde.h: New file.
10318         * sysdeps/generic/unwind-dw2.c: New file.
10319         * sysdeps/generic/unwind-pe.h: New file.
10320         * sysdeps/generic/unwind.h: New file.
10321         * sysdeps/hppa/gccframe.h: New file.
10322         * sysdeps/i386/gccframe.h: New file.
10323         * sysdeps/m68k/gccframe.h: New file.
10324         * sysdeps/mips/gccframe.h: New file.
10325         * sysdeps/powerpc/gccframe.h: New file.
10326         * sysdeps/s390/gccframe.h: New file.
10327         * sysdeps/sh/gccframe.h: New file.
10328         * sysdeps/sparc/gccframe.h: New file.
10329         * sysdeps/vax/gccframe.h: New file.
10330         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10331         Set on all architectures except ia64.
10332         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10333         for i386.
10334         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10335         __deregister_frame_info): Move to elf/Versions.
10336         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10337         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10338         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10339         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10340         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10341         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10342         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10343         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10344         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10345         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10346         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10347         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10348         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10349         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10350         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10351         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10352         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10353         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10354
10355 2001-11-15  Jeff Law  <law@redhat.com>
10356
10357         * posix/regex.c (uintptr_t): Do not provide a definition if the
10358         system provided one.
10359
10360 2001-11-13  Roland McGrath  <roland@frob.com>
10361
10362         * stdio-common/tmpfile.c: Moved to ...
10363         * sysdeps/generic/tmpfile.c: ... here.
10364         * sysdeps/mach/hurd/tmpfile.c: New file.
10365
10366         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10367         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10368         (fopenport): Define as weak alias.
10369
10370         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10371         * libio/libioP.h: ... to here.
10372
10373 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10374
10375         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10376         program header twice.  Construct list with the needed information.
10377
10378 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10379
10380         * po/ca.po: Update from translation team.
10381
10382         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10383         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10384         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10385         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10386
10387 2001-11-10  Andreas Jaeger  <aj@suse.de>
10388
10389         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10390         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10391         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10392
10393 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10394
10395         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10396         correctly.
10397         * elf/dl-load.c (is_dst): New function.
10398         (_dl_dst_count): Use is_dst to check for DST variable.
10399         (_dl_dst_substitute): Likewise.
10400
10401 2001-11-09  Roland McGrath  <roland@frob.com>
10402
10403         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10404         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10405         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10406         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10407         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10408         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10409         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10410         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10411         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10412         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10413         * sysdeps/mach/hurd/powerpc/Dist: New file.
10414
10415         * hurd/privports.c (__get_privileged_ports):
10416         Only contact the proc server if necessary for this call.
10417         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10418         Check error return for mach_port_mod_refs.
10419
10420 2001-11-09  Andreas Schwab  <schwab@suse.de>
10421
10422         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10423
10424 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10425
10426         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10427         object is always the last in the list.
10428         (_dl_map_object_from_fd): Delete code to remove from object list
10429         when DF_1_NOOPEN is seen.  This is done in lose.
10430
10431 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10432
10433         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10434
10435 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10436
10437         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10438         HWCAP_CHECK macro code.
10439
10440         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10441         Now returns MAP_FAILED on error.
10442         * elf/rtld.c: Adjust caller.
10443         * sysdeps/generic/dl-cache.c: Likewise.
10444         * sysdeps/generic/ldsodefs.h: Adjust description.
10445
10446         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10447         (_dl_check_map_versions): Likewise.
10448
10449 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10450
10451         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10452         _dl_signal_error directly, always use lose.  Set fd to -1 after
10453         file is closed.
10454         (lose): Don't call close if fd == -1.
10455
10456 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10457
10458         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10459          Also fix typo @code {mbsinit} to @code{mbsinit}.
10460
10461 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10462
10463         * elf/dl-profile.c: Replace state variable with simple flag named
10464         running.  Remove commented-out code.
10465
10466         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10467         (_dl_init_paths): Likewise.
10468         (_dl_map_object_from_fd): Likewise.
10469         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10470
10471 2001-11-06  Roland McGrath  <roland@frob.com>
10472
10473         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10474         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10475
10476         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10477         sysdeps/powerpc/elf/sysdep.h.
10478         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10479
10480 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10481
10482         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10483         speed.
10484         (process_envvars): Some more optimizations.
10485         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10486
10487         * elf/elf.h: Add dynamic tag definitions for prelinking.
10488
10489         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10490         Rewrite code to remove environment varables for SUID binaries.
10491         Small optimization in LD_PROFILE handling.
10492         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10493         changes.
10494         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10495
10496         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10497
10498         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10499         strings.  Change type of second parameter.
10500         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10501         for last change.
10502
10503         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10504
10505 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10506
10507         * manual/string.texi: Fix typos.
10508         * manual/examples/argp-ex2.c: Likewise.
10509
10510 2001-11-05  Roland McGrath  <roland@frob.com>
10511
10512         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10513         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10514         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10515         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10516         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10517         here, put under [__ELF__].
10518
10519 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10520
10521         * manual/charset.texi: Extensive editing work.
10522         * manual/nss.texi: Likewise.
10523         Changes by Dennis Grace <dgrace@us.ibm.com>.
10524
10525 2001-11-04  Roland McGrath  <roland@frob.com>
10526
10527         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10528         parameter to dir_mkfile.
10529
10530 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10531
10532         * string/bits/string2.h (__strndup): If n is smaller than len, set
10533         len to n + 1.
10534         * string/tester.c (test_strndup): New function.
10535         (main): Call it.
10536
10537 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10538
10539         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10540
10541         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10542         * scripts/cpp: New file.
10543
10544         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10545         for rtld_search_dirs content.  Minor optimizations.
10546
10547 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10548
10549         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10550         avoiding unnecessary duplication.
10551
10552 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10553
10554         * elf/dl-load.c (_dl_map_object): If library was found using
10555         LD_LIBRARY_PATH, don't try RUNPATH list.
10556
10557 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10558
10559         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10560         Correct second argument of register_dump call.
10561         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10562         Likewise.
10563
10564 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10565
10566         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10567         modules.
10568         * iconvdata/TESTS: Likewise.
10569         * iconvdata/gconv-modules: Likewise.
10570         * iconvdata/ibm1132.c: New file.
10571         * iconvdata/ibm1132.h: New file.
10572         * iconvdata/ibm1133.c: New file.
10573         * iconvdata/ibm1133.h: New file.
10574         * iconvdata/ibm1162.c: New file.
10575         * iconvdata/ibm1162.h: New file.
10576         * iconvdata/testdata/IBM1132: New file.
10577         * iconvdata/testdata/IBM1132..UTF8: New file.
10578         * iconvdata/testdata/IBM1133: New file.
10579         * iconvdata/testdata/IBM1133..UTF8: New file.
10580         * iconvdata/testdata/IBM1162: New file.
10581         * iconvdata/testdata/IBM1162..UTF8: New file.
10582         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10583
10584         * string/string.h: Fix typo in comment.
10585         * wcsmbs/wchar.h: Likewise.
10586
10587 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10588
10589         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10590         const in type of longopts parameter.
10591
10592 2001-10-29  Andreas Jaeger  <aj@suse.de>
10593
10594         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10595
10596 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10597
10598         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10599         output, clarify `#' behaviour on 0.
10600         (Floating-Point Conversions): Clarify that %g only uses %e when
10601         the exponent would be greater than 1.
10602
10603 2001-10-28  Roland McGrath  <roland@frob.com>
10604
10605         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10606         * sysdeps/mach/powerpc/machine-sp.h: New file.
10607         * sysdeps/mach/powerpc/sysdep.h: New file.
10608         * sysdeps/mach/powerpc/thread_state.h: New file.
10609
10610         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10611         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10612         expect to need the same thing on every platform.
10613
10614         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10615         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10616
10617         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10618         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10619         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10620         Move all these assembly-related definitions to ...
10621         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10622
10623         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10624         by Peter Bruin <pjbruin@dds.nl>.
10625
10626         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10627         packing results for a `poll' call.
10628
10629 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10630
10631         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10632         correctly.
10633         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10634         bracket expression.
10635
10636         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10637         nrules value.
10638         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10639
10640 2001-10-24  H.J. Lu  <hjl@gnu.org>
10641
10642         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10643         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10644         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10645
10646 2001-10-21  Jim Meyering  <meyering@lucent.com>
10647
10648         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10649         this code would end up calling gettext even in packages built
10650         with --disable-nls.
10651         * posix/getopt.c (_): Likewise.
10652         * posix/regex.c (_): Likewise.
10653
10654 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10655
10656         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10657         lookup not ip6.int.
10658         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10659         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10660
10661 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10662
10663         * misc/sys/cdefs.h (__attribute_used__): Define.
10664         * elf/rtld.c (_dl_start): Add __attribute_used__.
10665         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10666
10667 2001-10-25  Andreas Schwab  <schwab@suse.de>
10668
10669         * stdlib/a64l.c: Expect least significant digit first.
10670         * stdlib/l64a.c: Produce least significant digit first.
10671         * stdlib/Makefile (tests): Add test-a64l.
10672         * stdlib/test-a64l.c: New file.
10673         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10674
10675 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10676
10677         * po/sk.po: Update from translation team.
10678
10679 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10680
10681         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10682
10683 2001-10-18  Andreas Schwab  <schwab@suse.de>
10684
10685         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10686         next whole number.
10687         (print_function_ulps): Likewise.
10688         (print_complex_function_ulps): Likewise.
10689         (print_max_error): Likewise.
10690         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10691
10692 2001-10-16  Andreas Schwab  <schwab@suse.de>
10693
10694         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10695         implementation.
10696
10697         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10698         BSD_SETJMP or BSD__SETJMP is defined, resp.
10699         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10700         a tail call to __sigsetjmp that would require extending the
10701         caller's frame.
10702         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10703         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10704         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10705         Reported by Jes Sorensen <jes@trained-monkey.org>.
10706
10707 2001-10-16  Andreas Jaeger  <aj@suse.de>
10708
10709         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10710         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10711         close PR libc/2589.
10712
10713 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10714
10715         * po/ca.po: New file.  Contributed by the translation team.
10716
10717 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10718
10719         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10720         a varargs prototype.  Remove dependency from kernel header files.
10721
10722         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10723         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10724
10725 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10726
10727         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10728         to generate hexadecimal identifier.
10729         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10730
10731 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10732
10733         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10734
10735 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10736
10737         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10738         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10739         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10740
10741         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10742         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10743         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10744         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10745         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10746         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10747
10748         * timezone/africa: Update from tzdata2001d.
10749         * timezone/asia: Likewise.
10750         * timezone/australasia: Likewise.
10751         * timezone/backward: Likewise.
10752         * timezone/europe: Likewise.
10753         * timezone/leapseconds: Likewise.
10754         * timezone/northamerica: Likewise.
10755         * timezone/southamerica: Likewise.
10756         * timezone/zone.tab: Likewise.
10757
10758 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10759
10760         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
10761         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
10762
10763 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
10764
10765         * elf/elf.h (PT_TLS): New definition.
10766
10767 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
10768
10769         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
10770         bits/errno.h
10771
10772 2001-10-07  Roland McGrath  <roland@frob.com>
10773
10774         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
10775
10776 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
10777
10778         * elf/elf.h: Add more ELFOSABI_* constants.
10779
10780 2001-10-04  Ben Collins  <bcollins@debian.org>
10781
10782         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
10783         decleration of __need_wchar_t.
10784
10785 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
10786
10787         * string/bits/string2.h (__strsep_g): Add prototype.
10788         (__strsep): Use it.
10789         * string/Versions (__strsep): Remove.
10790         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
10791
10792 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
10793
10794         * manua/llio.texi: Clarify file references added by mmap.
10795         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
10796
10797 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
10798
10799         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
10800         Add sc_loadrs and sc_rbs_bas to match current kernel.
10801
10802 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10803
10804         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
10805
10806         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
10807
10808 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
10809
10810         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
10811         object has been bumped because of relocation dependency, avoid
10812         duplicates in l_scope.
10813         (show_scope): Fix typos.
10814         * elf/Makefile: Add rules to build and run reldep6.
10815         * elf/reldep6.c: New file.
10816         * elf/reldep6mod0.c: New file.
10817         * elf/reldep6mod1.c: New file.
10818         * elf/reldep6mod2.c: New file.
10819         * elf/reldep6mod3.c: New file.
10820         * elf/reldep6mod4.c: New file.
10821
10822 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
10823
10824         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
10825         sparc64_fixup_plt.
10826         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
10827         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
10828         for non-lazy binding. Fix .plt[32768+] handling.
10829         (elf_machine_plt_value): Don't add addend.
10830         (elf_machine_rela): Call sparc64_fixup_plt instead of
10831         elf_machine_fixup_plt.
10832         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
10833         dynamic linker at 0xfffff800XXXXXXXX.
10834
10835         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
10836
10837 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
10838
10839         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
10840
10841 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
10842
10843         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
10844         declare __cmsg_data field if its size would be bigger than 0.
10845         (CMSG_DATA): Adjust accordingly.
10846         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
10847         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
10848         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
10849         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
10850         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
10851         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
10852         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
10853
10854 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
10855
10856         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
10857         * iconvdata/testdata/IBM1160: New file.
10858         * iconvdata/testdata/IBM1160..UTF8: New file.
10859         * iconvdata/testdata/IBM1161: New file.
10860         * iconvdata/testdata/IBM1161..UTF8: New file.
10861         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10862
10863 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10864
10865         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
10866         UL_SETFSIZE computations better.
10867
10868         * rt/Makefile: Remove use of filter for librt again.
10869
10870         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
10871         UL_SETFSIZE computations better.
10872
10873         * string/Versions: Export __strsep for GLIBC_2.2.5.
10874         * string/bits/string2.h: Define all __STRING_INLINE functions if
10875         _FORCE_INLINES is defined.
10876         Use int instead of char of parameter types.
10877         (__strsep): Don't use __strsep_g.  Don't define it.
10878         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
10879         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
10880         __strcpy_small.
10881         (__stpcpy_a_small): Renamed from __stpcpy_small.
10882         (__strcspn_c1): Don't define if _FORCE_INLINES.
10883         (__strspn_c1): Likewise.
10884
10885 2001-09-22  Ben Collins  <bcollins@debian.org>
10886
10887         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
10888         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
10889         * sysdeps/ia64/bits/sigaction.h: Likewise.
10890         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
10891
10892 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
10893
10894         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
10895
10896 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
10897
10898         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
10899
10900 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
10901
10902         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
10903
10904 2001-09-20  H.J. Lu  <hjl@gnu.org>
10905
10906         * include/dlfcn.h (__RTLD_SPROF): New definiton.
10907         * elf/dl-open.c (dl_open_worker): Return immediately after loading
10908         for __RTLD_SPROF.
10909         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
10910         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
10911
10912 2001-09-20  H.J. Lu  <hjl@gnu.org>
10913
10914         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
10915         don't add 1.
10916
10917 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10918
10919         * nss/getent.c: Accept -s parameter to overwrite rules in
10920         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
10921
10922         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
10923         with as many ".0" as necessary to form a complete address
10924         inet_network understands.
10925
10926         * nss/getent.c: Various cleanups.  Use simpler and fewer function
10927         calls.
10928
10929 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10930
10931         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
10932         _JMPBUF_UNWINDS.
10933         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
10934
10935 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
10936
10937         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
10938         IBM1161.
10939         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
10940         * iconvdata/ibm1160.c: New file.
10941         * iconvdata/ibm1160.h: New file.
10942         * iconvdata/ibm1161.c: New file.
10943         * iconvdata/ibm1161.h: New file.
10944         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10945
10946 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
10947
10948         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
10949         difference between base address and first PT_LOAD's virtual address,
10950         not the base address.
10951
10952 2001-09-11  Tom Rix  <trix@redhat.com>
10953
10954         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
10955         ifdef for __getopt_clean_environment.
10956         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
10957
10958 2001-09-22  Andreas Jaeger  <aj@suse.de>
10959
10960         * elf/reldep4.c (main): Add proper prototype to fix warning.
10961
10962         * elf/reldep5.c (main): Remove unused variable.
10963
10964         * math/math_private.h: Add prototypes.
10965
10966 2001-09-21  Andreas Jaeger  <aj@suse.de>
10967
10968         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
10969         * sysdeps/x86_64/Dist: New file.
10970         * sysdeps/x86_64/soft-fp/Dist: New file.
10971
10972         * sysdeps/gnu/Dist: Remove eval.c.
10973
10974 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
10975
10976         * malloc/memusage.c (realloc): Don't count already allocated
10977         memory in the sums.
10978         (me): Always use dlsym() to find the real implementations.
10979
10980         * malloc/memusage.sh: Make -n option actually do something.
10981
10982 2001-09-20  Andreas Jaeger  <aj@suse.de>
10983
10984         * elf/elf.h (R_390_NUM): Correct value.
10985
10986         * Versions.def: Add missing versions 2.2.3 for libthread_db and
10987         libpthread.
10988
10989         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
10990         for x86-64, install x86-64 into */lib64.
10991
10992         * shlib-versions: Add x86-64.
10993
10994         * elf/elf.h: Add x86-64 relocations.
10995
10996 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
10997
10998         * po/fr.po: Update from translation team.
10999
11000 2001-09-19  Andreas Jaeger  <aj@suse.de>
11001
11002         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11003         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11004         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11005         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11006         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11007         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11008         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11009         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11010         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11011         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11012         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11013         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11014         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11015         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11016         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11017         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11018         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11019         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11020         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11021         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11022         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11023         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11024         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11025         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11026         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11027         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11028         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11029         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11030         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11031         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11032         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11033         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11034         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11035         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11036         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11037         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11038         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11039         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11040         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11041         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11042         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11043         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11044         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11045         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11046         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11047         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11048         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11049         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11050         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11051         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11052         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11053         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11054         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11055         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11056         * sysdeps/unix/x86_64/sysdep.S: New file.
11057         * sysdeps/unix/x86_64/sysdep.h: New file.
11058         * sysdeps/x86_64/Implies: New file.
11059         * sysdeps/x86_64/Makefile: New file.
11060         * sysdeps/x86_64/Versions: New file.
11061         * sysdeps/x86_64/__longjmp.S: New file.
11062         * sysdeps/x86_64/abort-instr.h: New file.
11063         * sysdeps/x86_64/atomicity.h: New file.
11064         * sysdeps/x86_64/bits/endian.h: New file.
11065         * sysdeps/x86_64/bits/setjmp.h: New file.
11066         * sysdeps/x86_64/bits/string.h: New file.
11067         * sysdeps/x86_64/bp-asm.h: New file.
11068         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11069         * sysdeps/x86_64/bsd-setjmp.S: New file.
11070         * sysdeps/x86_64/dl-machine.h: New file.
11071         * sysdeps/x86_64/elf/initfini.c: New file.
11072         * sysdeps/x86_64/elf/start.S: New file.
11073         * sysdeps/x86_64/ffs.c: New file.
11074         * sysdeps/x86_64/ffsll.c: New file.
11075         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11076         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11077         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11078         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11079         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11080         * sysdeps/x86_64/fpu/e_expl.c: New file.
11081         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11082         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11083         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11084         * sysdeps/x86_64/fpu/e_logl.S: New file.
11085         * sysdeps/x86_64/fpu/e_powl.S: New file.
11086         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11087         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11088         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11089         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11090         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11091         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11092         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11093         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11094         * sysdeps/x86_64/fpu/fegetround.c: New file.
11095         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11096         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11097         * sysdeps/x86_64/fpu/fesetround.c: New file.
11098         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11099         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11100         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11101         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11102         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11103         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11104         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11105         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11106         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11107         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11108         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11109         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11110         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11111         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11112         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11113         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11114         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11115         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11116         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11117         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11118         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11119         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11120         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11121         * sysdeps/x86_64/gmp-mparam.h: New file.
11122         * sysdeps/x86_64/hp-timing.c: New file.
11123         * sysdeps/x86_64/hp-timing.h: New file.
11124         * sysdeps/x86_64/htonl.S: New file.
11125         * sysdeps/x86_64/memusage.h: New file.
11126         * sysdeps/x86_64/setjmp.S: New file.
11127         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11128         * sysdeps/x86_64/stackinfo.h: New file.
11129         * sysdeps/x86_64/sysdep.h: New file.
11130         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11131
11132         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11133         L Moshier.
11134
11135 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11136
11137         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11138         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11139
11140 2001-09-18  Andreas Schwab  <schwab@suse.de>
11141
11142         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11143         list, now that l_scope is a pointer.
11144
11145         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11146         scope list.
11147
11148 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11149
11150         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11151         (elf_machine_rela_relative): Add a missing declaration.
11152
11153 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11154
11155         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11156         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11157         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11158         ldd-rewrite scripts.
11159
11160 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11161
11162         * elf/ldd.bash.in: Update copyright message.
11163
11164 2001-09-17  H.J. Lu  <hjl@gnu.org>
11165
11166         * hurd/hurdmalloc.c (bcopy): Removed.
11167         (realloc): Replace bcopy with memcpy.
11168         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11169         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11170         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11171
11172         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11173         (gethostbyaddr): Likewise.
11174         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11175
11176 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11177
11178         * sysdeps/gnu/eval.c: Removed.
11179
11180 2001-09-18  Andreas Jaeger  <aj@suse.de>
11181
11182         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11183         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11184
11185         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11186         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11187
11188         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11189         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11190
11191 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11192
11193         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11194         nrules value.
11195
11196 2001-09-14  H.J. Lu  <hjl@gnu.org>
11197
11198         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11199
11200 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11201
11202         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11203         Patch by Florian La Roche <laroche@redhat.com>.
11204
11205         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11206
11207         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11208         ETHER_CRC_LEN.
11209
11210 2001-09-14  Andreas Schwab  <schwab@suse.de>
11211
11212         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11213         Sumner <bls@sgi.com>.
11214         * posix/execlp.c: Likewise.
11215
11216 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11217
11218         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11219         is already found earlier in the search scope.
11220
11221 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11222
11223         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11224         filter.
11225
11226 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11227
11228         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11229
11230 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11231
11232         * config.h.in: Enforce optimization to be used.
11233         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11234         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11235         * posix/Makefile (annexc-CFLAGS): Define to -O.
11236         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11237
11238 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11239
11240         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11241         Patch by Stephan Kulow.
11242
11243 2001-09-08  Ben Collins  <bcollins@debian.org>
11244
11245         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11246         usage of RESOLVE() (r_type, not reloc->r_type).
11247
11248 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11249
11250         * elf/dl-object.c: Avoid allocating extra memory block for name.
11251         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11252         allocated separately.
11253         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11254
11255 2001-09-08  H.J. Lu  <hjl@gnu.org>
11256
11257         * po/zh_TW.po: Fix a typo.
11258
11259 2001-09-07  Tom Rix  <trix@redhat.com>
11260
11261         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11262
11263 2001-08-26  Tom Rix  <trix@redhat.com>
11264
11265         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11266         command line options.
11267         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11268         * sysdeps/unix/sysv/aix/start.c: Removed.
11269         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11270         * sysdeps/unix/sysv/aix/init-first.c: New file.
11271         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11272
11273 2001-09-08  Ben Collins  <bcollins@debian.org>
11274
11275         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11276         * sysdeps/generic/dl-machine.h: Likewise.
11277         * sysdeps/hppa/dl-fptr.c: Likewise.
11278         * sysdeps/ia64/dl-fptr.c: Likewise.
11279         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11280         * sysdeps/mips/dl-machine.h: Likewise.
11281         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11282         * sysdeps/powerpc/dl-machine.c: Likewise.
11283
11284 2001-09-07  Ben Collins  <bcollins@debian.org>
11285
11286         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11287
11288         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11289
11290 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11291
11292         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11293         dependencies if necessary.
11294
11295         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11296         loaded directly) determine length if l_initfini list by iterating
11297         over its elements.  Minor optimizations.
11298         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11299         for dependency objects.
11300         If object was already loaded check whether any of the dependencies
11301         is already on the relocation dependency list.  If yes, remove the
11302         latter.  Minor optimizations.
11303         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11304         maps here.  Search l_initfini list only if the object was loaded
11305         directly and not only as a dependency.
11306         (_dl_lookup_symbol): Add relocation dependency also if object
11307         is not in global scope.  Remove test for self-reference here.
11308         (_dl_lookup_versioned_symbol): Likewise.
11309         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11310         element of first name record.
11311         * elf/loadtest.c: Add some more test to recognize early if an object
11312         wasn't unloaded.
11313         * elf/Makefile: Add rules to build and run reldep5.
11314         * elf/reldep5.c: New file.
11315         * elf/reldepmod5.c: New file.
11316         * elf/reldepmod6.c: New file.
11317
11318         * elf/reldep2.c: Fix typo.
11319
11320 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11321
11322         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11323         elements.  Change l_scope to be a pointer only.
11324         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11325         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11326         here add searchlist of newly open file to the dependency's scope.
11327         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11328         only searchlist from its scope.  Free own scope array if necessary.
11329         * elf/Makefile (tests): Add dblload and dblunload now.
11330
11331 2001-09-06  Andreas Jaeger  <aj@suse.de>
11332
11333         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11334         Stephen L Moshier.
11335
11336 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11337
11338         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11339         they both fail.
11340         * elf/dblload.c: New file.
11341         * elf/dblloadmod1.c: New file.
11342         * elf/dblloadmod2.c: New file.
11343         * elf/dblloadmod3.c: New file.
11344         * elf/dblunload.c: New file.
11345
11346 2001-09-04  Richard Henderson  <rth@redhat.com>
11347
11348         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11349         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11350
11351 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11352
11353         Correct very misleading message for error in failed runtime relocation.
11354         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11355         place of the error.
11356         (_dl_signal_cerror): Likewise.
11357         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11358         * elf/dl-close.c: Likewise.
11359         * elf/dl-deps.c: Likewise.
11360         * elf/dl-load.c: Likewise.
11361         * elf/dl-lookup.c: Likewise.
11362         * elf/dl-open.c: Likewise.
11363         * elf/dl-reloc.c: Likewise.
11364         * elf/dl-sym.c: Likewise.
11365         * elf/dl-version.c: Likewise.
11366         * sysdeps/generic/dl-sysdep.c: Likewise.
11367
11368 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11369
11370         * iconv/strtab.c (strtabinit): Initialize null Strent.
11371         (newstring): Move len == 0 handling...
11372         (strtabadd): ...here.
11373         If len == 1, return null Strent.
11374         When inserting a suffix of an existing string, check if
11375         it is not equal to some suffix already recorded.
11376         Copy left and right members over if adding longer string.
11377
11378 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11379
11380         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11381
11382         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11383         (__syscall_gethostname): Add prototype.
11384
11385 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11386
11387         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11388
11389 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11390
11391         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11392
11393 2001-08-27  Roland McGrath  <roland@frob.com>
11394
11395         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11396         short, copy that much into NAME anyway before returning error.
11397
11398 2001-09-01  Richard Henderson  <rth@redhat.com>
11399
11400         * sysdeps/alpha/elf/Dist: Remove file.
11401         * sysdeps/alpha/elf/Makefile: Remove file.
11402         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11403         * sysdeps/alpha/elf/crtend.S: Remove file.
11404         * sysdeps/alpha/elf/initfini.c: New file.
11405
11406 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11407
11408         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11409         * iconv/tst-iconv3.c: Likewise.
11410
11411 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11412
11413         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11414
11415 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11416
11417         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11418         export it.
11419         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11420         * iconv/iconv_prog.c (insert_cache): New function.
11421         (print_known_names): If cache is used call insert_cache to use the
11422         information from the cache [PR libc/2509].
11423
11424 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11425
11426         * time/strptime.c (strptime_internal): Recognize 'l' format and
11427         handle it like 'I' for symmetry with strftime.
11428
11429 2001-08-31  Richard Henderson  <rth@redhat.com>
11430
11431         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11432         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11433         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11434         (print_statistics): Make scalar unsigned long long.
11435         * sysdeps/alpha/hp-timing.h: New file.
11436
11437 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11438
11439         * stdio-common/perror.c (perror): Save errno early, pass it
11440         down to perror_internal.
11441         (perror_internal): Add errnum argument.
11442
11443 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11444
11445         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11446         Don't add old memory content for R_ALPHA_REFQUAD.
11447
11448 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11449
11450         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11451         memory correctly.
11452
11453         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11454         instead of open, __close instead of close, __getpagesize instead
11455         of getpagesize.
11456
11457         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11458         instead of strnlen.
11459         * include/string.h (strndupa): Redefine here to use __strnlen
11460         instead of strnlen.
11461         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11462
11463         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11464         connected).
11465
11466 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11467
11468         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11469         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11470         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11471         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11472         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11473         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11474         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11475
11476 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11477
11478         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11479
11480 2001-08-30  Andreas Jaeger  <aj@suse.de>
11481
11482         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11483         contributed Stephen L Moshier.
11484
11485 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11486
11487         * sunrpc/etc.rpc (sgi_fam): Add.
11488
11489 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11490
11491         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11492
11493 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11494
11495         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11496         first is from a previous call.
11497         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11498
11499 2001-08-29  Andreas Schwab  <schwab@suse.de>
11500
11501         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11502
11503 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11504
11505         * config.make.in (INSTALL_SCRIPT): Define.
11506         * Makeconfig (INSTALL_SCRIPT): Define.
11507         * Makerules (do-install-script): New macro to install scripts using
11508         INSTALL_SCRIPT.
11509         (install-bin-script): New rule to install scripts with
11510         do-install-script.
11511         (install-bin-script-nosubdir): New rule.
11512         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11513         (distinfo-vars): Add $(install-bin-script).
11514         * Rules (others): Likewise.
11515         * Makefile (glibcbug): Install with install-bin-script.
11516         * debug/Makefile (xtrace): Likewise.
11517         (catchsegv): Likewise.
11518         * elf/Makefile (ldd): Likewise.
11519         * malloc/Makefile (mtrace): Likewise.
11520         * timezone/Makefile (tzselect): Likewise.
11521
11522 2001-08-29  H.J. Lu  <hjl@gnu.org>
11523
11524         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11525         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11526         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11527
11528 2001-08-29  Andreas Schwab  <schwab@suse.de>
11529
11530         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11531
11532 2001-08-28  H.J. Lu  <hjl@gnu.org>
11533
11534         * Makeconfig (combreloc-LDFLAGS): New variable.
11535         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11536         * config.make.in (have-z-combreloc): New variable.
11537         * configure.in: Substitute libc_cv_z_combreloc.
11538
11539 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11540
11541         * po/sv.po: Update from translation team.
11542         * po/fr.po: Likewise.
11543         * po/da.po: Likewise.
11544
11545 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11546
11547         * Makerules: Fix a typo: MD% -> MD5.
11548
11549 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11550
11551         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11552         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11553
11554 2001-08-28  Andreas Jaeger  <aj@suse.de>
11555
11556         * manual/libc-texinfo.sh: Add entry about free manuals.
11557
11558         * manual/contrib.texi (Contributors): Fix cross reference.
11559
11560         * manual/libc.texinfo (Copying): Include freemanuals.
11561
11562         * manual/Makefile (appendices): Add freemanuals.
11563
11564         * manual/freemanuals.texi: New file.
11565         Patch by Brian Youmans <3diff@gnu.org>.
11566
11567         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11568         smaller table.
11569
11570         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11571         table on separate page.
11572         Patch by Brian Youmans <3diff@gnu.org>.
11573
11574 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11575
11576         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11577         the connection went down after we first used it try to connect
11578         again and resend the message before printing to the console.
11579         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11580
11581 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11582
11583         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11584         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11585         bit set.
11586
11587 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11588
11589         * iconv/strtab.c (searchstring): Use correct length for comparison.
11590         (strtabadd): Account total size correct if new string has old string as
11591         substring.
11592
11593 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11594
11595         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11596
11597 2001-08-27  Andreas Jaeger  <aj@suse.de>
11598
11599         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11600
11601         * math/libm-test.inc (j0_test): Add extra tests.
11602         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11603         not x, in Hankel approximation.
11604         Patches by Stephen L Moshier.
11605
11606 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11607
11608         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11609         link_map.
11610
11611         * configure.in: Fix test for .rela.dyn section.
11612
11613         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11614
11615 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11616
11617         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11618         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11619         Pass type_class to _dl_lookup_*.
11620         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11621         Pass around just type_class instead of noexec, noplt pair.
11622         (_dl_lookup_versioned_symbol): Likewise.
11623         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11624         noexec, noplt pair.
11625         (_dl_lookup_versioned_symbol_skip): Likewise.
11626         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11627         * elf/do-lookup.h (do_lookup): Likewise.
11628         * include/link.h (struct link_map): Replace noexec and noplt fields
11629         in l_lookup_cache with type_class field.
11630         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11631         ELF_RTYPE_CLASS_COPY): Define.
11632         Adjust prototypes for _dl_lookup_symbol and
11633         _dl_lookup_versioned_symbol.
11634         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11635         elf_machine_lookup_noexec_p): Remove.
11636         (elf_machine_type_class): Define.
11637         * sysdeps/arm/dl-machine.h: Likewise.
11638         * sysdeps/hppa/dl-machine.h: Likewise.
11639         * sysdeps/cris/dl-machine.h: Likewise.
11640         * sysdeps/i386/dl-machine.h: Likewise.
11641         * sysdeps/ia64/dl-machine.h: Likewise.
11642         * sysdeps/m68k/dl-machine.h: Likewise.
11643         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11644         * sysdeps/mips/dl-machine.h: Likewise.
11645         * sysdeps/powerpc/dl-machine.h: Likewise.
11646         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11647         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11648         * sysdeps/sh/dl-machine.h: Likewise.
11649         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11650         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11651
11652 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11653
11654         * manual/message.texi (Advanced gettext functions): Change
11655         description of plural forms for Slovak.
11656         Reported by Marcel Telka <marcel@telka.sk>.
11657
11658         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11659         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11660
11661 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11662
11663         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11664         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11665
11666 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11667
11668         * include/link.h (struct link_map): Add l_lookup_cache element.
11669         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11670         (RESOLVE_MAP): Likewise.
11671         (_dl_relocate_object): Remove cache initialization.
11672         * elf/dl-lookup.c: Rip out cache handling code.
11673         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11674         declarations.
11675
11676         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11677         remove some __builtin_expect.
11678         (_dl_lookup_versioned_symbol): Likewise.
11679
11680         * config.h.in: Add HAVE_Z_COMBRELOC.
11681         * configure.in: Add test for -z combreloc.
11682
11683         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11684         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11685         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11686         case to almost no code.
11687
11688 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11689
11690         * po/tr.po: Update from translation team.
11691
11692 2001-08-24  Andreas Jaeger  <aj@suse.de>
11693
11694         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11695         make clean works.
11696
11697 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11698
11699         * elf/rtld.c (print_statistics): Printf % after percent values.
11700         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11701
11702         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11703         don't have to compute the hash value and initialize current_value.
11704         Move reference_name variable to where it is needed.
11705         (_dl_lookup_versioned_symbol): Likewise.
11706
11707 2001-08-24  Roland McGrath  <roland@frob.com>
11708
11709         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11710         Just test that strerror returns non-null for a few errno codes.
11711
11712 2001-08-23  Roland McGrath  <roland@frob.com>
11713
11714         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11715         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11716
11717         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11718
11719         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11720         __mach_reply_port.
11721
11722 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11723
11724         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11725         returns NULL.
11726
11727         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11728         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11729         doesn't do it.
11730         * elf/rtld.c: Include <sys/param.h>.
11731         * elf/dl-reloc.c: Likewise.
11732
11733 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11734
11735         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11736         empty to prevent junk from being generated.
11737         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11738
11739 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11740
11741         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11742         records.  Rename endrel to relative, initialize it to r, and use it
11743         in elf_machine_rel_relative calls.  Point r after relative relocs.
11744
11745 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11746
11747         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11748         of R_386_NONE.
11749
11750 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11751
11752         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11753         necessary.  Undefine newly defined macros at the end.
11754         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11755         Rename from elf_machine_rel_relative.
11756         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11757         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11758         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11759         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11760         Likewise.
11761         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
11762         Likewise.
11763         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
11764         Fix argument types.
11765         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
11766         Fix argument types.
11767         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
11768         Likewise.  Fix argument types.
11769         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
11770         Likewise.  Fix argument types.
11771         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
11772         Fix argument types.
11773         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
11774         ElfW(Rel) in argument.
11775         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
11776         function.
11777
11778 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
11779
11780         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
11781
11782 2001-08-24  Andreas Jaeger  <aj@suse.de>
11783
11784         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
11785         Stephen L Moshier <moshier@mediaone.net>.
11786
11787 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11788
11789         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
11790         first if RELCOUNT is set.
11791
11792         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
11793         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
11794         elf_machine_rel_relative.
11795         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
11796         Minor optimizations.
11797         * sysdeps/arm/dl-machine.h: Likewise.
11798         * sysdeps/cris/dl-machine.h: Likewise.
11799         * sysdeps/hppa/dl-machine.h: Likewise.
11800         * sysdeps/i386/dl-machine.h: Likewise.
11801         * sysdeps/ia64/dl-machine.h: Likewise.
11802         * sysdeps/m68k/dl-machine.h: Likewise.
11803         * sysdeps/mips/dl-machine.h: Likewise.
11804         * sysdeps/powerpc/dl-machine.h: Likewise.
11805         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11806         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11807         * sysdeps/sh/dl-machine.h: Likewise.
11808         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11809         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11810
11811 2001-08-23  Roland McGrath  <roland@frob.com>
11812
11813         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
11814
11815         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
11816         sysdeps/mach version.  Implement counting ("recursive") mutexes
11817         on top of cthreads mutexes.
11818         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
11819
11820         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
11821         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
11822         (__libc_cleanup_region_start, __libc_cleanup_region_end,
11823         __libc_clean_end): Define these to call the cleanup function after
11824         normal exit when they're supposed to.
11825
11826         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
11827         Take new first arg DOIT, a boolean saying whether to really install
11828         any cleanup handler.
11829         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
11830         (__libc_cleanup_end): Likewise.
11831         * sysdeps/generic/bits/libc-lock.h: Same changes.
11832         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
11833         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
11834         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
11835         Likewise.
11836         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
11837         * sysdeps/generic/bits/stdio-lock.h
11838         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
11839
11840 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11841
11842         * elf/ldconfig.c (search_dir): Remove stale symlinks.
11843
11844 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11845
11846         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
11847         functions.
11848         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
11849         lookups in cache.
11850         (_dl_lookup_versioned_symbol): Likewise.
11851         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
11852         relocation lookup.
11853         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
11854         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
11855         (lookup_cache, lookup_cache_versioned): Add declarations.
11856
11857 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11858
11859         * stdlib/tst-random.c (main): Swap parameters in fail call.
11860         Patch by Pete Bevin <pete@petebevin.com>.
11861
11862 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
11863
11864         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
11865
11866 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
11867
11868         * malloc/obstack.c: Indent preprocessor directives.
11869         Patch by Jim Meyering <meyering@ascend.com>.
11870
11871         * po/ja.po: Update from translation team.
11872
11873 2001-08-23  Roland McGrath  <roland@frob.com>
11874
11875         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
11876
11877         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
11878         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
11879
11880 2001-08-22  Roland McGrath  <roland@frob.com>
11881
11882         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
11883         __libc_lock_define_recursive.
11884         * elf/dl-open.c: Don't declare it here any more.
11885         * elf/dl-close.c: Likewise.
11886         * elf/dl-lookup.c: Likewise.
11887         * elf/dl-iteratephdr.c: Likewise.
11888         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
11889         __libc_lock_unlock_recursive.
11890         * elf/dl-close.c (_dl_close): Likewise
11891         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
11892         * elf/dl-open.c (_dl_open): Likewise
11893
11894         * sysdeps/generic/bits/libc-lock.h
11895         (__libc_lock_define_recursive): New macro.
11896         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
11897         (_IO_lock_lock): Use __libc_lock_lock_recursive.
11898         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
11899
11900         * conform/conformtest.pl (checknamespace): Sort the output list.
11901
11902         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
11903         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
11904         definitions conditional on [__USE_XOPEN].
11905
11906         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
11907         these unconditionally, not only use [__USE_BSD], so as to match
11908         the sysdeps/unix/sysv/linux files.
11909
11910 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11911
11912         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
11913         avoid warnings.
11914
11915         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
11916         DL_LOOKUP_ADDRESS.
11917
11918 2001-08-22  Roland McGrath  <roland@frob.com>
11919
11920         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
11921         conditionalization of sa_handler/sa_sigaction member types to
11922         match the sysdeps/unix/sysv/linux file.
11923
11924 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11925
11926         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
11927         symbol sizes a bit better.
11928
11929         * sysdeps/ia64/strncpy.S: Complete rewrite.
11930         Contributed by Jakub Jelinek <jakub@redhat.com>.
11931
11932         * string/stratcliff.c (main): Add strncpy test.
11933
11934 2001-08-22  Roland McGrath  <roland@frob.com>
11935
11936         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
11937         and don't declare unsetenv or _environ directly.
11938         (unsetenv): Return int, not void.  Use __environ instead of _environ.
11939
11940 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
11941
11942         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
11943         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
11944         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
11945         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
11946         test for cmsg struct size.
11947
11948 2001-04-23  Paul Eggert  <eggert@twinsun.com>
11949
11950         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
11951         Rename __argc to ___argc in prototypes to avoid compatibility
11952         problems with systems that reserve the identifier "__argc".
11953         Similarly for __argv.
11954
11955 2001-08-21  Roland McGrath  <roland@frob.com>
11956
11957         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
11958
11959         * mach/Makefile (tests): Removed.
11960         * mach/hello.c: File removed.
11961
11962 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
11963
11964         * po/sv.po: Update from translation team.
11965
11966         * stdio-common/vfscanf.c: Fix handling of %l[].
11967         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
11968
11969         * libio/Makefile (tests): Add tst-sscanf.
11970         * libio/tst-sscanf.c: New file.
11971
11972         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
11973         * malloc/mtrace.c (tr_where): dli_sname always points to a
11974         non-empty string if != NULL.
11975         Reported by Tim Janik <timj@gtk.org>.
11976
11977 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
11978
11979         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
11980         buf.  Free resources on failure.
11981         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
11982         (makefd_xprt): Likewise.
11983         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
11984         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
11985         * sunrpc/auth_unix.c (authunix_create): Likewise.
11986
11987 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
11988
11989         * string/strnlen.c: Remove.
11990         * sysdeps/generic/strnlen.c: New file.
11991         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
11992
11993 2001-08-21  Roland McGrath  <roland@frob.com>
11994
11995         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
11996         as a macro, not an extern inline function.
11997
11998         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
11999         * Versions.def (libc): Add GLIBC_2.2.5 set.
12000         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12001         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12002
12003 2001-08-20  Roland McGrath  <roland@frob.com>
12004
12005         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12006         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12007
12008 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12009
12010         * string/bits/string2.h: Remove strnlen optimization here.
12011         * sysdeps/i386/i486/bits/string.h: Add it here.
12012
12013 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12014
12015         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12016
12017 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12018
12019         * po/gl.po: Update from translation team.
12020
12021 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12022
12023         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12024         * misc/err.c (convert_and_print): Likewise.
12025
12026         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12027         function calls.
12028
12029 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12030
12031         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12032         change of the gregset_t type.
12033         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12034
12035 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12036
12037         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12038
12039 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12040
12041         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12042
12043         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12044
12045 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12046
12047         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12048         before calling the cthreads initialization code.
12049
12050 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12051
12052         * argp/argp-help.c: Fix two problems introduced in last change.
12053
12054         * include/dirent.h: Include <dirstream.h> first.
12055
12056 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12057
12058         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12059
12060         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12061         * sunrpc/xdr_rec.c: Likewise.
12062         * sunrpc/xdr_mem.c: Likewise.
12063         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12064         * sunrpc/rpc_cmsg.c: Likewise.
12065         * sunrpc/getrpcport.c (getrpcport): Likewise.
12066         * sunrpc/clnt_simp.c (callrpc): Likewise.
12067         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12068         * string/envz.c: Likewise.
12069
12070         * po/ko.po: Update from translation team.
12071
12072         * argp/argp-help.c: Handle wide oriented stderr stream.
12073
12074 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12075
12076         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12077         __builtin_expect.
12078
12079         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12080
12081         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12082         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12083         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12084
12085         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12086
12087         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12088
12089         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12090
12091         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12092         wchar_t for function declarations and defintions.
12093
12094         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12095         Define suseconds_t if it hasn't happened yet.
12096
12097         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12098
12099         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12100
12101         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12102         <stddef.h>.
12103
12104         * conform/data/stddef.h-data: Remove wint_t.
12105
12106         * conform/conformtest.pl: Change namespace test to take #undef
12107         lines into account.
12108
12109         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12110
12111         * conform/data/sys/socket.h-data: Add sockatmark.
12112
12113 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12114
12115         * io/fts.c: Update from recent BSD source.
12116
12117 2001-08-17  Roland McGrath  <roland@frob.com>
12118
12119         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12120         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12121         Likewise.
12122
12123 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12124
12125         * locale/duplocale.c (__duplocale): Also initialize the special
12126         __ctype_* elements.
12127
12128         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12129
12130 2001-08-17  Andreas Jaeger  <aj@suse.de>
12131
12132         * misc/getpass.c: Include wchar.h for prototypes.
12133         * malloc/obstack.c: Likewise.
12134
12135 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12136
12137         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12138
12139         * wcsmbs/wcscoll.c: Also define __wcscoll.
12140         * include/wchar.h: Declare __wcscoll.
12141
12142         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12143         * libio/vwprintf.c: Likewise.
12144         * libio/wprintf.c: Likewise.
12145
12146         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12147
12148 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12149
12150         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12151         instead of mbrtowc.
12152         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12153         wcslen, and __wcscoll instead of wcscoll.
12154
12155         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12156
12157         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12158         __getuid instead of getuid.
12159
12160         * stdio-common/perror.c (perror): Use __close instead of close.
12161         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12162         * libio/freopen.c (freopen): Likewise.
12163         * libio/freopen64.c (freopen64): Likewise.
12164
12165         * libio/tst-ungetwc2.c (main): Define str const.
12166
12167         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12168         * libio/fwprintf.c: Also define __fwprintf.
12169         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12170         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12171         * assert/assert-perr.c: Likewise.
12172         * assert/assert.c: Likewise.
12173         * gmon/gmon.c: Likewise.
12174         * inet/rcmd.c: Likewise.
12175         * malloc/obstack.c: Likewise.
12176         * misc/err.c: Likewise.
12177         * misc/error.c: Likewise.
12178         * misc/getpass.c: Likewise.
12179         * posix/getopt.c: Likewise.
12180         * resolv/res_hconf.c: Likewise.
12181         * stdio-common/perror.c: Likewise.
12182         * stdio-common/psignal.c: Likewise.
12183         * stdlib/fmtmsg.c: Likewise.
12184         * sunrpc/auth_unix.c: Likewise.
12185         * sunrpc/clnt_perr.c: Likewise.
12186         * sunrpc/clnt_tcp.c: Likewise.
12187         * sunrpc/clnt_udp.c: Likewise.
12188         * sunrpc/clnt_unix.c: Likewise.
12189         * sunrpc/svc_simple.c: Likewise.
12190         * sunrpc/svc_tcp.c: Likewise.
12191         * sunrpc/svc_udp.c: Likewise.
12192         * sunrpc/svc_unix.c: Likewise.
12193         * sunrpc/xdr.c: Likewise.
12194         * sunrpc/xdr_array.c: Likewise.
12195         * sunrpc/xdr_rec.c: Likewise.
12196         * sunrpc/xdr_ref.c: Likewise.
12197         * sysdeps/generic/wordexp.c: Likewise.
12198
12199         * po/it.po: Update from translation team.
12200
12201         * misc/err.c: Handle wide oriented stderr stream.
12202
12203 2001-08-14  Tom Rix  <trix@redhat.com>
12204
12205         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12206         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12207
12208 2001-08-13  Tom Rix  <trix@redhat.com>
12209
12210         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12211         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12212         and __intptr_t.
12213
12214 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12215
12216         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12217         Store the access registers to the ucontext structure.
12218         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12219         Likewise.
12220
12221         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12222         Load the access registers from the ucontext structure.
12223         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12224         Likewise.
12225
12226         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12227         offsets to the new ucontext layout.
12228         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12229
12230         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12231         of the ucontext structure.
12232         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12233
12234 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12235
12236         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12237         (error_at_line): Likewise.
12238
12239         * stdio-common/perror.c (perror): Implement according to standard.
12240         The stream orientation must not be changed if the stream was not
12241         oriented before the call.
12242         * stdio-common/Makefile (tests): Add tst-perror.
12243         * stdio-common/tst-perror.c: New file.
12244
12245
12246 See ChangeLog.12 for earlier changes.