Update.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
2
3         * string/stratcliff.c: Some more strncpy tests.
4         Patch by Daniel Jacobowitz <drow@mvista.com>.
5
6 2002-09-08  Roland McGrath  <roland@redhat.com>
7
8         * resolv/resolv.h: Include <sys/types.h> for u_long even in
9         the [__need_res_state] case.
10         Reported by Bruno Haible <bruno@clisp.org>.
11
12 2002-09-04  Bruno Haible  <bruno@clisp.org>
13
14         * sysdeps/generic/bits/ustat.h: Comment fix.
15         * io/sys/sendfile.h: Comment fix.
16         * sysdeps/posix/pread.c: Comment fix.
17         * sysdeps/posix/pread64.c: Comment fix.
18         * sysdeps/posix/pwrite.c: Comment fix.
19         * sysdeps/posix/pwrite64.c: Comment fix.
20
21 2002-09-06  Roland McGrath  <roland@redhat.com>
22
23         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
24         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
25         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
26         (_UTSNAME_MACHINE_LENGTH): Likewise.
27         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
28
29 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
30
31         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
32         test for filesystem type name of mount points.
33
34         * include/errno.h: Use errno definition with __thread for now only
35         in libc and ld.so.
36
37         * test-skeleton.c (main): Improve error message for unexpected
38         signal case.
39
40 2002-09-05  Roland McGrath  <roland@redhat.com>
41
42         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
43         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
44
45 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
46
47         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
48         case of failure.
49
50 2002-09-04  Bruno Haible  <bruno@clisp.org>
51
52         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
53         sigset_get_old_mask): Turn into inline functions.
54         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
55         sigset_get_old_mask): Likewise.
56         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
57         sigset_get_old_mask): Likewise.
58         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
59         syntax.
60
61         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
62
63         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
64         default definitions.
65         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
66         _sys_nerr_internal instead of _sys_nerr.
67
68         * nscd/connections.c (handle_request): Declare CALLER inside #if.
69
70 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
71
72         * sysdeps/powerpc/__longjmp.S: Moved to...
73         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
74         * sysdeps/powerpc/add_n.S: Moved to...
75         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
76         * sysdeps/powerpc/addmul_1.S: Moved to...
77         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
78         * sysdeps/powerpc/atomicity.h: Moved to...
79         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
80         * sysdeps/powerpc/backtrace.c: Moved to...
81         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
82         * sysdeps/powerpc/bp-asm.h: Moved to...
83         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
84         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
85         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
86         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
87         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
88         * sysdeps/powerpc/dl-machine.c: Moved to...
89         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
90         * sysdeps/powerpc/dl-machine.h: Moved to...
91         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
92         * sysdeps/powerpc/dl-start.S: Moved to...
93         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
94         * sysdeps/powerpc/gprrest0.S: Moved to...
95         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
96         * sysdeps/powerpc/gprrest1.S: Moved to...
97         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
98         * sysdeps/powerpc/gprsave0.S: Moved to...
99         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
100         * sysdeps/powerpc/gprsave1.S: Moved to...
101         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
102         * sysdeps/powerpc/lshift.S: Moved to...
103         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
104         * sysdeps/powerpc/memset.S: Moved to...
105         * sysdeps/powerpc/powerpc32/memset.S: ...here.
106         * sysdeps/powerpc/mul_1.S: Moved to...
107         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
108         * sysdeps/powerpc/ppc-mcount.S: Moved to...
109         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
110         * sysdeps/powerpc/register-dump.h: Moved to...
111         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
112         * sysdeps/powerpc/rshift.S: Moved to...
113         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
114         * sysdeps/powerpc/setjmp.S: Moved to...
115         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
116         * sysdeps/powerpc/stpcpy.S: Moved to...
117         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
118         * sysdeps/powerpc/strchr.S: Moved to...
119         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
120         * sysdeps/powerpc/strcmp.S: Moved to...
121         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
122         * sysdeps/powerpc/strcpy.S: Moved to...
123         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
124         * sysdeps/powerpc/strlen.S: Moved to...
125         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
126         * sysdeps/powerpc/sub_n.S: Moved to...
127         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
128         * sysdeps/powerpc/submul_1.S: Moved to...
129         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
130         * sysdeps/powerpc/elf/bzero.S: Moved to...
131         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
132         * sysdeps/powerpc/elf/start.S: Moved to...
133         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
134         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
135         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
136         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
137         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
138         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
139         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
140         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
141         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
142         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
143         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
144         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
145         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
146         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
147         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
148         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
149         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
150         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
151         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
152         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
153         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
154         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
155         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
156         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
157         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
158         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
159         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
160         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
161         powerpc/powerpc64.
162
163 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
164
165         * FAQ.in: Add powerpc64 to supported targets list. Also state the
166         minimum gcc version is 3.2
167         * README: Add powerpc64 to supported targets list.
168         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
169         Add powerpc64 and machine=powerpc/powerpc64.
170         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
171         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
172         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
173         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
174         * sysdeps/powerpc/powerpc32/Dist: New file.
175         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
176         * sysdeps/powerpc/powerpc32/Implies: New file.
177         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
178         ($(with-fp) = no): Move test to powerpc32/Makefile.
179         ($(subdir) = misc): Move to powerpc32/Makefile.
180         ($(build-shared) = yes): Move to powerpc32/Makefile.
181         ($(subdir) = csu): Move to powerpc32/Makefile.
182         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
183         * sysdeps/powerpc/powerpc32/Makefile: New file.
184         * sysdeps/powerpc/Versions: Remove libgcc functions.
185         * sysdeps/powerpc/powerpc32/Versions: New file.
186         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
187         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
188         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
189         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
190         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
191         ($machine): Add powerpc/powerpc64 to if ... | for
192         libc_cv_slibdir=/libc64.
193         (powerpc*): Set ldd_rewrite_script.
194         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
195         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
196         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
197         Add clone.S.
198         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
199         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
200         functions.  Remove GLIBC_2.2 functions except getrlimit and
201         setrlimit.  Moved them to ...
202         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
203
204 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
205
206         * libio/tst-atime.c: Include <errno.h>.
207         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
208
209 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
210
211         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
212         warnings of some compilers.
213         (build_collating_symbol): Change the type of characters from
214         "unsigned char" to "char", and append a cast to "char*" pointer in
215         array subscript.
216         (build_collating_symbol): Likewise.
217         (build_equiv_class): Likewise.
218         (build_charclass): Likewise.
219         (re_compile_pattern): Remove incorrect cast.
220         (re_compile_fastmap_iter): Change the type of characters from
221         "unsigned char" to "char", and append a cast to "char*" pointer
222         in array subscript.
223         (parse_bracket_exp): Likewise.
224         * posix/regex_internal.c (re_string_construct_common): Likewise.
225         (re_string_allocate): Likewise.
226         (re_string_construct): Likewise.
227         (re_string_realloc_buffers): Likewise.
228         (build_wcs_buffer): Likewise.
229         (re_string_reconstruct): Likewise.
230         * posix/regex_internal.h: Change the type of characters in
231         re_string_t and bracket_elem_t from "unsigned char" to "char".
232         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
233         warnings of some compilers.
234         (transit_state_bkref_loop): Change the type of characters from
235         "unsigned char" to "char", and append a cast to "char*" pointer in
236         array subscript.
237         (check_node_accept_bytes): Likewise.
238         (find_collation_sequence_value): Likewise.
239
240 2002-09-04  Roland McGrath  <roland@redhat.com>
241
242         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
243         from 1024 to 65536, to avoid buffer overrun.
244
245 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
246
247         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
248
249 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
250
251         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
252         for filesystem.
253
254 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
255
256         * posix/bug-regex11.c: New test.
257         * posix/Makefile (tests): Add bug-regex11.
258
259 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
260
261         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
262         newlocale.
263
264 2002-09-02  Roland McGrath  <roland@redhat.com>
265
266         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
267         __pthread_initialize_minimal and __libc_check_standard_fds to
268         match the generic version.
269
270         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
271         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
272
273         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
274         warnings on platorms where char is unsigned.
275
276 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
277
278         * version.h (VERSION): Bump to 2.2.93.
279
280         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
281
282 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
283
284         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
285         as relocated.
286
287 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
288
289         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
290
291 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
292
293         * locale/localeinfo.h (struct locale_data): Add private.ctype.
294         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
295         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
296         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
297         (__wcsmbs_load_conv): Remove const from argument.
298         (_nl_cleanup_ctype): New proto.
299         (get_gconv_fcts): New function.
300         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
301         (__wcsmbs_to_wc): Rename back to...
302         (to_wc): ... this.
303         (__wcsmbs_gconv_fcts): Rename to...
304         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
305         (lock): Removed.
306         (__libc_setlocale_lock): New extern.
307         (__wcsmbs_load_conv): Remove const from argument.
308         Initialize new_category->private.ctype instead of a global
309         variable.
310         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
311         update_function_ptrs.  No locking is necessary.
312         (_nl_cleanup_ctype): New function.
313         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
314         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
315         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
316         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
317         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
318         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
319         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
320         * wcsmbs/wctob.c (wctob): Likewise.
321         * stdlib/mblen.c (mblen): Likewise.
322         * stdlib/mbtowc.c (mbtowc): Likewise.
323         * stdlib/wctomb.c (wctomb): Likewise.
324         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
325         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
326         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
327         Removed.
328
329 2002-09-02  Roland McGrath  <roland@frob.com>
330
331         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
332
333 2002-09-01  Roland McGrath  <roland@redhat.com>
334
335         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
336         Variable declarations removed.
337         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
338         these functions to replace them.
339         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
340         functions plus an indirection rather than the old global variables.
341         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
342         Macros removed.
343         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
344         inline functions.
345         * ctype/ctype-info.c: Revert last reversion back the other way.
346         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
347         Define real function versions of include/ctype.h inlines here.
348         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
349         __ctype_tolower_loc, __ctype_toupper_loc.
350         * locale/lc-ctype.c: Revert last reversion back the other way.
351         (_nl_postload_ctype): If current thread uses the global locale,
352         update its tsd vars.
353         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
354         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
355         CTYPE_TOLOWER, CTYPE_TOUPPER.
356
357         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
358         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
359         from __libc_tsd_threadvar_location.
360         (__libc_tsd_set, __libc_tsd_get): Update uses.
361
362 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
363
364         * ctype/ctype.h: Undo the patch before the last one.  Put back the
365         macro definitions for the standard functions to access the
366         classification and mapping arrays.
367         * include/ctype.h: Partly revert last patch.  Move the macro
368         definitions for the exported functions back to the public header.
369         #undef all the macros defined here before redefining.
370         * ctype/ctype-info.c: Revert last patch.
371         * locale/lc-ctype.c: Revert last patch.
372
373         * ctype/Makefile (routines): Add isctype.
374         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
375         * ctype/ctype.h: Add declaration of isctype.
376         * include/ctype.h: Declare __isctype.
377         * ctype/isctype.c: New file.
378
379 2002-09-01  Roland McGrath  <roland@redhat.com>
380
381         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
382         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
383
384         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
385
386         * locale/findlocale.c (_nl_remove_locale): Don't search in
387         _nl_locale_file_list if DATA->alloc is ld_archive.
388         Use _nl_unload_locale to do the rest of the work.
389
390         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
391         of new structure to UNDELETABLE.
392
393         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
394         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
395         towlower, towupper): Macros removed.
396         * ctype/ctype.h (__tobody): Put parens around macro argument.
397         (__isctype): Macro removed.
398         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
399         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
400         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
401         tolower, toupper): Macros and inlines removed.
402         * include/ctype.h [! NOT_IN_libc]
403         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
404         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
405         tolower, toupper): Define here instead, using _NL_CURRENT.
406         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
407         using _NL_CURRENT.
408         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
409         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
410         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
411         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
412         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
413         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
414         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
415         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
416         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
417         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
418         (ISSORTMASK): Update use.
419         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
420         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
421         (_nss_files_getENTNAME_r): Likewise.
422         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
423         Likewise.
424
425         * Makerules (all-nonlib): Renamed from all-tests.
426         Include $(others) here too.
427         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
428         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
429         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
430         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
431         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
432         the program modules via cppflags-iterator.mk.
433         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
434         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
435
436 2002-08-31  Roland McGrath  <roland@redhat.com>
437
438         * posix/tst-getconf.sh: If no third arg, work with static linking.
439
440         * locale/categories.def (LC_TIME): No more _nl_postload_time.
441
442         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
443         [_NL_CURRENT_INDIRECT].
444
445 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
446
447         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
448
449 2002-08-31  Roland McGrath  <roland@redhat.com>
450
451         * locale/newlocale.c (__newlocale): Don't use strdup for names.
452         Instead, make the single allocation of the structure larger to hold
453         the name strings.
454         * locale/duplocale.c (__duplocale): Don't strdup names individually.
455         Instead, calculate size for a single allocation and copy into it.
456         * locale/freelocale.c (__freelocale): Don't free names individually.
457
458         * locale/newlocale.c (__newlocale): Don't leak old data or names.
459
460         * locale/xlocale.h (__locale_struct): Move __names member last,
461         for binary compatibility.
462
463         * locale/duplocale.c (__duplocale): Free names from the right array.
464
465         * locale/uselocale.c (__uselocale): Return previous locale when
466         setting a new one.
467
468         * locale/newlocale.c: Commit changes from 2002-08-30
469         batch where I failed to commit this file:
470         (__newlocale): Fill in __names array.
471
472 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
473
474         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
475         errlist-compat.c if versioning==yes.
476
477 2002-08-31  Andreas Jaeger  <aj@suse.de>
478
479         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
480         external functions with hidden attribute.
481         (elf_machine_rela): Optimize.
482
483         * sysdeps/x86_64/memset.S: New file.
484         * sysdeps/x86_64/bzero.S: New file.
485         * sysdeps/x86_64/stpcpy.S: New file.
486         * sysdeps/x86_64/strcat.S: New file.
487         * sysdeps/x86_64/strchr.S: New file.
488         * sysdeps/x86_64/strcpy.S: New file.
489         * sysdeps/x86_64/strcspn.S: New file.
490         * sysdeps/x86_64/strlen.S: New file.
491         * sysdeps/x86_64/strpbrk.S: New file.
492         * sysdeps/x86_64/strspn.S: New file.
493         * sysdeps/x86_64/strcmp.S: New file.
494         * sysdeps/x86_64/strtok_r.S: New file.
495         * sysdeps/x86_64/strtok.S: New file.
496         * sysdeps/x86_64/memcpy.S: New file.
497         * sysdeps/x86_64/mempcpy.S: New file.
498
499         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
500
501         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
502
503 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
504
505         * stdio-common/Makefile (generated): Add errlist-compat.c.
506
507         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
508
509         * locale/localeinfo.h: Pretty printing.
510
511         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
512         form_number handling.
513
514 2002-08-31  Andreas Jaeger  <aj@suse.de>
515
516         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
517         double tests.
518
519         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
520         __start_context.
521
522         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
523
524         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
525
526         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
527         registers used for passing args.
528
529         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
530         all needed registers.
531
532         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
533         registers.
534
535         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
536         registers.
537
538 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
539
540         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
541         always_inline attribute.
542
543 2002-08-30  Roland McGrath  <roland@redhat.com>
544
545         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
546         presume it's the stub and bail without error.
547
548         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
549         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
550
551         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
552
553         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
554         macros replace the i686 versions for 64-bit mode.
555
556         * locale/duplocale.c: Include <string.h>.
557
558         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
559         [_LIBC] (category_to_name): Don't define the function.  Instead
560         define a macro using _nl_category_names.
561
562         * locale/xlocale.h (struct __locale_struct): New member `__names'.
563         * locale/xlocale.c (_nl_C_locobj): Update initializer.
564         * locale/global-locale.c (_nl_global_locale): Likewise.
565         * locale/duplocale.c (__duplocale): strdup __names elements.
566         * locale/freelocale.c (__freelocale): Free __names elements.
567         * locale/localename.c (_nl_current_names): Variable removed.
568         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
569         * locale/localeinfo.h (_nl_current_names): Removed decl.
570         * locale/setlocale.c: Use _nl_global_locale->__names in place of
571         _nl_current_names throughout.
572
573         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
574
575         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
576         and sys_nerr in the output file.
577
578         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
579         * scripts/cpp: Just use the environment variable.
580
581         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
582         * libio/tst-mmap-offend.c (do_test): Likewise.
583         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
584         * libio/tst-mmap-eofsync.c (do_test): Likewise.
585         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
586
587         * locale/localename.c: If the current locale is the global locale, use
588         _nl_current_names; otherwise use the locale object.
589
590 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
591
592         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
593         'm' to enable mmap I/O.
594         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
595         former wasn't used (anymore?).
596         (_IO_FLAGS2_MMAP): New define.
597         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
598         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
599         _IO_FLAGS2_MMAP bit is set.
600         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
601         Enable mmap-using mode only if 'm' was set.
602
603 2002-08-29  Roland McGrath  <roland@frob.com>
604
605         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
606
607         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
608         Change argument type from int to intptr_t.
609
610         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
611         initializer on [! _HURD_THREADVAR_H] (bad kludge).
612         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
613         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
614         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
615
616         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
617
618         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
619
620         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
621
622         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
623         * assert/assert-perr.c: Add libc_hidden_def.
624         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
625
626         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
627         found at all.
628         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
629         sys_errlist stuff to ...
630         * sysdeps/unix/sysv/linux/Versions: ... here.
631
632         * mach/mach.h: Include <features.h>.
633
634 2002-08-29  Roland McGrath  <roland@redhat.com>
635
636         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
637         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
638         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
639
640         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
641
642         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
643         (norm_add_slashes): alloca -> __alloca
644
645 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
646
647         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
648         string_malloced, it is unlikely to be set.
649         Only call free with non-NULL workspace.
650         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
651         -mcpu=ultrasparc, not only tune for it.
652         (ASFLAGS*): Set unconditionally.
653
654         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
655         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
656         p_vaddr/p_offset when computing LOADADDR.
657
658 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
659
660         * version.h (VERSION): Bump to 2.2.92.
661
662         * time/Makefile (tst-ftime_l-ENV): New variable.
663
664         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
665
666         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
667         <U017A>, <U017D> and <U0179>. Add missing mappings.
668         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
669
670         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
671         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
672         (struct tostruct): Use ACRINDEX as type for link field.
673         (statuc gmonparam): Likewise for froms.
674         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
675         kcount and froms.
676         (write_call_graph): Use correct type for from_index and to_index.
677         * gmon/mcount.c: Use correct types for frompcindex and toindex
678         variables.
679         Patches by Dan Kegel <dank@kegel.com>.
680
681         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
682         canonical name.
683
684         * time/strptime.c (ISSPACE): New #define.  Use isspace or
685         __isspace_l.  Replace calls to isspace.
686         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
687
688 2002-08-29  Roland McGrath  <roland@redhat.com>
689
690         * string/tst-strxfrm.c: Remove __ from function names.
691
692 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
693
694         * include/wchar.h: Declare __mbsrtowcs_l.
695         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
696         * wcsmbs/mbsrtowcs.c: Add support for compilation with
697         USE_IN_EXTENDED_LOCALE_MODEL.
698         * wcsmbs/mbsrtowcs_l: New file.
699         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
700         define as static.  Change all uses.
701         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
702         Change all callers.
703         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
704         * time/strftime.c: When translating for the extended locale model
705         use the _l functions.
706         * time/Makefile (tests): Add tst-ftime_l.
707         * time/tst-ftime_l.c: New file.
708
709 2002-08-28  Roland McGrath  <roland@redhat.com>
710
711         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
712         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
713         from _nl_find_locale ok if for _nl_C_name.
714
715         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
716         iterator to refer to each category's _nl_current_LC_FOO symbol, so
717         we know they are all linked in.
718
719         * NEWS: Added 2.2.6 text from 2.2 branch version.
720
721         * time/strptime.c (strptime_internal): Remove spurious const.
722
723         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
724         _nl_select_era_entry): Moved to ...
725         * time/era.c: ... here, new file.
726         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
727         Add internal_function to definitions.  Take an additional argument
728         giving the `struct locale_data *' to use.
729         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
730         _nl_parse_alt_digit): Moved to ...
731         * time/alt_digit.c: ... here, new file.
732         * time/lc-time-cleanup.c: New file.
733         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
734         * locale/localeinfo.h (_nl_postload_time): Remove decl.
735         (_nl_cleanup_time): Declare it.
736         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
737         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
738         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
739         * time/strftime.c: Pass locale data to helper functions.
740         * time/strptime.c: Likewise.
741
742         * locale/localeinfo.h (struct locale_data): New member `private'
743         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
744         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
745         * locale/C-collate.c: Update initializer.
746         * locale/C-identification.c: Likewise.
747         * locale/C-measurement.c: Likewise.
748         * locale/C-telephone.c: Likewise.
749         * locale/C-address.c: Likewise.
750         * locale/C-name.c: Likewise.
751         * locale/C-paper.c: Likewise.
752         * locale/C-time.c: Likewise.
753         * locale/C-numeric.c: Likewise.
754         * locale/C-monetary.c: Likewise.
755         * locale/C-messages.c : Likewise.
756         * locale/C-ctype.c: Likewise.
757
758         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
759         Redefine this too.
760
761 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
762
763         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
764         (_rtld_global): Use it.
765
766         * sysdeps/gnu/Dist: Remove errlist-compat.c.
767         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
768         object directory.  Pass all Versions files to the awk script.
769         * sysdeps/gnu/errlist-compat.c: Removed.
770         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
771         first Versions file in the search path which has them.
772         Allow multiple errlist symbol versions to have the same count of
773         errors.
774         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
775         of "errlist-compat.c".
776         * sysdeps/gnu/errlist.c: Regenerated.
777         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
778         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
779         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
780         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
781         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
782         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
783         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
784         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
785         ECANCELLED if not defined by kernel headers.
786         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
787         already defined by kernel headers.
788         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
789         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
790         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
791         is a macro.
792         * Versions.def (GLIBC_2.3) [librt]: Add.
793
794         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
795
796 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
797
798         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
799         missing comma to .type directive.
800
801 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
802
803         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
804         unconditionally.
805         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
806         check.
807         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
808
809 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
810
811         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
812         check to close_and_out close.  Replace return NULL statements where
813         fd might be >= 0 with goto close_and_out.  Close the file descriptor
814         when it is no longer needed.
815
816 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
817
818         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
819         string constants.
820         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
821         * sysdeps/arm/dl-machine.h: Likewise.
822         * sysdeps/cris/dl-machine.h: Likewise.
823         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
824         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
825
826 2002-08-28  Roland McGrath  <roland@redhat.com>
827
828         * Makeconfig (default_cflags): Revert unintended change.
829
830 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
831
832         * version.h (VERSION): Bump to 2.2.91.
833
834         * configure.in: Disable TLS support by default for now.
835
836         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
837
838         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
839         warnings.
840
841         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
842
843         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
844         fprintf/fwprintf calls.
845
846 2002-08-28  Roland McGrath  <roland@redhat.com>
847
848         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
849         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
850
851         * locale/setlocale.c: Declare postload functions weak.
852
853         * elf/tst-tls1-static.c: New file.
854         * elf/tst-tls2-static.c: New file.
855         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
856
857         Make uselocale support static linking.
858         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
859         This file again just defines _nl_C_locobj.
860         (_nl_C_locobj): Use a categories.def iterator in the initializer.
861         * locale/global-locale.c: New file.  Define _nl_global_locale here,
862         using all weak references in the initializer.
863         * locale/Makefile (aux): Add global-locale.
864         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
865         these unconditional, along with the tsd decl.
866         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
867         Define it under these conditions.
868         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
869         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
870         `extern __thread struct locale_data *const *'.
871         [NL_CURRENT_INDIRECT]
872         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
873         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
874         the thread variable _nl_current_LC_FOO and also a special absolute
875         symbol _nl_current_LC_FOO_used.
876         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
877         Set each _nl_current_LC_FOO symbol to point into the new locale,
878         using weak references to test if _nl_current_LC_FOO_used was linked in.
879         * locale/setlocale.c [! SHARED]: Replace this conditional ...
880         [NL_CURRENT_INDIRECT]: ... with this one.
881         (_nl_current, _nl_C): Variables removed.
882         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
883         weak references to _nl_current_LC_FOO_used.
884         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
885         (free_category): New function, broken out of ...
886         (free_mem): ... here.  Call that.
887         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
888         instead of a loop.
889
890         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
891         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
892         it is already absolute.
893
894         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
895         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
896         [$(build-static) = yes] (tests-static): New variable.
897         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
898
899 2002-08-26  Christoph Hellwig  <hch@lst.de>
900
901         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
902         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
903
904 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
905
906         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
907
908         * sysdeps/s390/Dist: Add bits/link.h.
909
910         * sysdeps/sh/Dist: New file.
911
912         * sysdeps/ia64/Dist: Add ia64libgcc.S.
913
914         * sysdeps/wordsize-32/Dist: New file.
915
916         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
917         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
918         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
919
920         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
921         sys/personality.h.
922
923         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
924         sparc/dl-brk.S.
925
926         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
927
928         * sysdeps/unix/bsd/sun/Dist: New file.
929
930         * sysdeps/unix/bsd/osf/Dist: New file.
931
932         * sysdeps/unix/bsd/hp/Dist: New file.
933
934         * sysdeps/unix/arm/Dist: New file.
935
936         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
937
938         * sysdeps/mach/hurd/Dist: Add set-init.c.
939
940         * sysdeps/i386/Dist: Add bits/link.h.
941
942         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
943
944         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
945
946         * locale/Makefile (distribute): Add hashval.h.
947
948         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
949
950         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
951
952         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
953         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
954         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
955         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
956         implementations.
957         * libio/stdio.h: Likewise.
958         * locale/locale.h: Likewise.
959         * math/math.h: Likewise.
960         * math/bits/mathcalls.h: Likewise.
961         * setjmp/setjmp.h: Likewise.
962         * signal/signal.h: Likewise.
963         * stdlib/stdlib.h: Likewise.
964         * string/string.h: Likewise.
965         * time/time.h: Likewise.
966         * wcsmbs/wchar.h: Likewise.
967         * wctype/wctype.h: Likewise.
968
969 2002-08-28  Roland McGrath  <roland@redhat.com>
970
971         * locale/tst-C-locale.c (run_test): Remove __ from function names.
972
973 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
974             Roland McGrath <roland@redhat.com>
975
976         * locale/hashval.h (compute_hashval): Use prototype defn.
977         (hashval_t): New macro, defined to unsigned long int
978         if not already defined.
979         (compute_hashval): Return hashval_t instead of unsigned long int.
980         * locale/loadarchive.c (hashval_t): New macro.
981         * locale/programs/locarchive.c: Include hashval.h directly instead
982         of simple-hash.h.
983         (compute_hashval, hashval_t): Define these macros first.
984         (insert_name): Use archive_hashval instead of compute_hashval.
985         (add_locale, delete_locales_from_archive): Likewise.
986
987 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
988
989         * locale/programs/locarchive.c (insert_name): Suppress warnings about
990         hash collisions if be_quiet.
991
992 2002-08-27  Roland McGrath  <roland@redhat.com>
993
994         * locale/locale.h (__newlocale, __duplocale, __freelocale,
995         __uselocale): Don't declare these any more.
996         * include/locale.h (__uselocale): Declare here instead, using __typeof.
997
998         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
999         and treat it as an EOF return.
1000         * sysdeps/unix/readdir_r.c: Likewise.
1001
1002         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1003         From Alexandre Oliva <aoliva@redhat.com>.
1004         * sysdeps/gnu/errlist-compat.c: Regenerated.
1005
1006 2002-08-27  Brian Youmans  <3diff@gnu.org>
1007
1008         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1009         wording at request of copyright holder Stephen Moshier.
1010         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1011         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1012         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1013         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1014         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1015         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1016         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1017         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1018         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1019         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1020         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1021         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1022         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1023         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1024
1025 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1026
1027         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1028         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1029         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1030         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1031         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1032         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1033         * wctype/iswctype_l.c (iswctype_l): Likewise.
1034
1035 2002-08-27  Roland McGrath  <roland@redhat.com>
1036
1037         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1038
1039         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1040         * stdlib/stdlib.h: Don't declare __*_l names.
1041         * include/stdlib.h: Declare them here instead.
1042         * include/string.h: Don't declare __*_l names.
1043         * string/string.h: Declare them here instead.
1044         * time/time.h: Don't declare __*_l names.
1045         * include/time.h: Declare them here instead.
1046         * wcsmbs/wchar.h: Don't declare __*_l names.
1047         * include/wchar.h: Declare them here instead.
1048         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1049         Don't declare __*_l names.
1050         * include/wctype.h: Declare them here instead.
1051         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1052         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1053         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1054         * include/langinfo.h: Declare it here with __typeof.
1055
1056         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1057         instead, taking an extra __locale_t argument.
1058         * time/Makefile (routines): Add strptime_l.
1059         * time/time.h (__strptime_l, strptime_l): Declare them.
1060         * time/strptime_l.c: New file.
1061
1062         * time/time.h (__strftime_l, strftime_l): Declare them.
1063         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1064         * time/strftime_l.c: New file.
1065         * time/wcsftime_l.c: New file.
1066         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1067         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1068         strftime_l, wcsftime_l.
1069         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1070         or __wcsftime_l instead, taking an extra __locale_t argument.
1071
1072         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1073         (libc: GLIBC_2.3): ... here.
1074
1075 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1076
1077         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1078
1079         * Makefile (distribute): Add LICENSES.
1080
1081         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1082         sys/debugreg.h.
1083
1084         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1085
1086         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1087
1088         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1089
1090         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1091
1092         * sysdeps/mach/hurd/alpha/Dist: New file.
1093
1094         * sysdeps/arm/Dist: Add bits/link.h.
1095
1096         * sunrpc/Makefile: Distribute thrsvc.
1097
1098         * stdio-common/Makefile: Remove more left-overs from old stdio.
1099
1100         * include/linewrap.h: Removed.
1101
1102         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1103
1104         * intl/Makefile (distribute): Add plural-eval.c.
1105
1106 2002-08-27  Roland McGrath  <roland@redhat.com>
1107
1108         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1109         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1110         Say mtab is in either /var/run or /etc.
1111
1112 2002-08-26  Roland McGrath  <roland@redhat.com>
1113
1114         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1115         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1116
1117         * sysdeps/gnu/Versions: New file.
1118         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1119         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1120         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1121         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1122         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1123         and _sys_nerr_internal instead of anything else.  Make it include
1124         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1125         Make it emit some asm magic if [EMIT_ERR_MAX].
1126         * sysdeps/gnu/errlist.c: Regenerated.
1127         * sysdeps/gnu/errlist-compat.awk: New file.
1128         * sysdeps/gnu/errlist-compat.c: New file (generated).
1129         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1130         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1131         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1132         (SYS_ERRLIST, SYS_NERR): Macros removed.
1133         (sys_nerr, _sys_nerr): Remove these weak aliases.
1134         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1135         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1136         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1137
1138         * include/libc-symbols.h (declare_symbol): New macro.
1139         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1140         * configure.in: New check to define it.
1141         * configure: Regenerated.
1142
1143 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1144
1145         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1146         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1147
1148         * Make-dist: Remove traces of old stdio.
1149         * Makeconfig: Likewise.
1150
1151         * locale/Makefile (localedef-aux): New variable.  Only md5
1152         assigned to it.  These files are not ddistributed in this directory.
1153
1154         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1155         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1156         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1157
1158         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1159
1160         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1161         set h_errno to NO_RECOVERY [PR libc/4360].
1162
1163 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1164
1165         * libio/Makefile (tests): Add bug-fopena+.
1166         * libio/bug-fopena+.c: New file.
1167         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1168         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1169
1170         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1171
1172         * locale/xlocale.c: Fix the last change.  The variable still has
1173         to end in _data.
1174         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1175         (__libc_tsd_set): Add _data prefix to variable name.
1176
1177 2002-08-26  Roland McGrath  <roland@redhat.com>
1178
1179         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1180         macro with inline function.
1181         (sigset_get_old_mask): Likewise.
1182         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1183         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1184         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1185         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1186         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1187         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1188         values.
1189         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1190         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1191
1192 2002-07-06  Bruno Haible  <bruno@clisp.org>
1193
1194         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1195         sigset_get_old_mask): Make it work with larger sigset_t.
1196         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1197         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1198         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1199
1200 2002-08-26  Roland McGrath  <roland@redhat.com>
1201
1202         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1203         * manual/filesys.texi (File Times): Document lutimes and futimes.
1204         * misc/Makefile (routines): Add them.
1205         * misc/Versions (libc: GLIBC_2.3): Likewise.
1206         * sysdeps/generic/lutimes.c: New file.
1207         * sysdeps/generic/futimes.c: New file.
1208         * sysdeps/mach/hurd/lutimes.c: New file.
1209         * sysdeps/mach/hurd/futimes.c: New file.
1210
1211         * manual/filesys.texi (File Times): Add explicit note about null
1212         pointer argument to utimes.
1213
1214 2002-08-26  Roland McGrath  <roland@frob.com>
1215
1216         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1217         (__ifreq): Add a cast.  Remove an unused variable.
1218
1219         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1220         _HURD_THREADVAR_LOCALE.
1221
1222 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1223
1224         * posix/regexec.c (re_search_stub): Return correct match length
1225         if start != 0.
1226         * posix/bug-regex10.c: New test.
1227         * posix/Makefile (tests): Add bug-regex10.
1228
1229 2002-08-26  Brian Youmans  <3diff@gnu.org>
1230
1231         * COPYING.LIB: Replaced with fresh copy from
1232         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1233         suggested copying permission notice now says version 2.1 instead
1234         of version 2.
1235
1236         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1237         from Library GPL.
1238         * crypt/crypt_util.c: Likewise.
1239         * crypt/ufc.c: Likewise.
1240         * elf/dl-conflict.c: Likewise.
1241         * elf/dl-iteratephdr.c: Likewise.
1242         * iconv/iconvconfig.h: Likewise.
1243         * malloc/arena.c: Likewise.
1244         * malloc/hooks.c: Likewise.
1245         * malloc/malloc.c: Likewise.
1246         * posix/glob/Makefile.ami: Likewise.
1247         * posix/glob/Makefile.in: Likewise.
1248         * stdlib/gmp-impl.h: Likewise.
1249         * stdlib/gmp.h: Likewise.
1250         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1251         * sysdeps/generic/strnlen.c: Likewise.
1252         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1253         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1254         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1255         * sysdeps/mach/hurd/spawni.c: Likewise.
1256         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1257         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1258         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1259         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1260         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1261         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1262
1263         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1264         Lesser GPL copying permission notice from 2 to 2.1.
1265         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1266         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1267         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1268         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1269         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1270         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1271         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1272         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1273         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1274         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1275         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1276         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1277         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1278         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1279         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1280         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1281         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1282         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1283         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1284         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1285         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1286         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1287         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1288         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1289         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1290         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1291         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1292         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1293         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1294         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1295         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1296         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1297         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1298         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1299         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1300         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1301         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1302         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1303         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1304         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1305         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1306         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1307         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1308         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1309         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1310         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1311         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1312         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1313         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1314         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1315         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1316         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1317         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1318         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1319         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1320
1321         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1322         Moshier and Lesser GPL copying permission notice, per license from
1323         Moshier.
1324         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1325         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1326         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1327         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1328         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1329         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1330         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1331         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1332         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1333         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1334         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1335         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1336         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1337         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1338
1339         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1340         notice, per license from copyright holder Stephen Moshier.
1341         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1342         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1343         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1344         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1345         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1346         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1347         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1348         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1349         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1350
1351 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1352
1353         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1354         (shared-only-routines): Likewise.
1355
1356 2002-08-26  Roland McGrath  <roland@redhat.com>
1357
1358         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1359         name of "", store a null pointer instead.
1360
1361         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1362         * configure: Regenerated.
1363
1364         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1365         Initialize this instead of __libc_tsd_LOCALE_data.
1366
1367         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1368         ptsname_r to EINVAL.
1369
1370         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1371
1372         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1373         implementations depend on pthreads.
1374         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1375         * rt/tst-aio64.c (do_test): Likewise.
1376         * rt/tst-aio2.c (do_test): Likewise.
1377         * rt/tst-aio3.c (do_test): Likewise.
1378         * rt/tst-aio4.c (do_test): Likewise.
1379         * rt/tst-aio5.c (do_test): Likewise.
1380         * rt/tst-aio6.c (do_test): Likewise.
1381         * rt/tst-aio7.c (do_test): Likewise.
1382
1383         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1384         void so as to avoid compiler warnings.
1385
1386         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1387         _IO_wide_data_FD, which is never used here.
1388
1389         * libio/iofread.c
1390         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1391         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1392         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1393
1394         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1395         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1396
1397         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1398         (closelog): Likewise.
1399
1400 2002-07-06  Bruno Haible  <bruno@clisp.org>
1401
1402         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1403
1404         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1405         * sysdeps/unix/alpha/pipe.S: ... here.
1406         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1407
1408         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1409
1410         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1411         * sysdeps/unix/i386/fork.S: Likewise.
1412         * sysdeps/unix/i386/pipe.S: Likewise.
1413         * sysdeps/unix/i386/wait.S: Likewise.
1414
1415         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1416         * sysdeps/unix/arm/fork.S: Likewise.
1417
1418         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1419         arguments.
1420         (DO_CALL): Swap argument order.
1421         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1422         arguments.
1423         (DO_CALL): Swap argument order.
1424         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1425         arguments.
1426         (DO_CALL): Swap argument order.
1427         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1428         arguments.
1429         (DO_CALL): Swap argument order.
1430         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1431         arguments.
1432         (DO_CALL): Swap argument order.
1433         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1434         arguments.
1435         (DO_CALL): Swap argument order.
1436         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1437         arguments.
1438         (DO_CALL): Swap argument order.
1439
1440         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1441         (L): Define right for ELF.
1442         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1443         Now defined in sysdeps/i386/sysdep.h.
1444
1445         * sysdeps/posix/readv.c: Ansify function definition.
1446         * sysdeps/posix/writev.c: Likewise.
1447
1448         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1449         have the same size. Avoid direct cast from size_t to off_t.
1450
1451         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1452         nul byte in entry[n].ut_user.
1453         (simulate_logout): Likewise.
1454
1455         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1456         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1457         existence of corresponding members of 'struct utmp'.
1458         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1459         !_HAVE_UT_TYPE.
1460
1461         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1462         allocate a buffer of at least BUFSIZ bytes, not just of
1463         sizeof (struct dirent).
1464
1465         * sysdeps/generic/glob.c: Include <limits.h>.
1466         (NAME_MAX): Define a fallback.
1467         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1468         stack.
1469         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1470         (main): Allocate enough room for a 'struct dirent64' on the stack.
1471         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1472         'struct dirent'.
1473
1474         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1475         kernel-features.h.
1476
1477         * inet/htontest.c: Include <sys/types.h>.
1478
1479         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1480
1481         * include/sys/sysctl.h: Comment fix.
1482
1483         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1484         _dl_load_lock.
1485         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1486
1487         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1488
1489         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1490         (__getpeername): New alias.
1491         (__getsockname): New alias.
1492         (__socket): New alias.
1493
1494         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1495
1496         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1497         (__fcntl_internal): New alias.
1498         (__profil): New alias.
1499
1500 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1501
1502         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1503         entry was for getaddr* lookup or not.  Add only matching cache
1504         entry.  Change all callers [PR libc/4317].
1505
1506         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1507         finding the read position [PR libc/4265].
1508         * libio/Makefile (tests): Add bug-rewind2.
1509         * libio/bug-rewind2.c: New file.
1510
1511         * libio/bug-rewind.c: Fix creation of temp file.
1512
1513 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1514
1515         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1516         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1517         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1518         to ENOENT if no entry is found.
1519         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1520         failure.
1521         * nis/nss_compat/compat-initgroups.c: Likewise.
1522         * nis/nss_compat/compat-pwd.c: Likewise.
1523         * nis/nss_compat/compat-spwd.c: Likewise.
1524         * nis/nss_nis/nis-alias.c: Likewise.
1525         * nis/nss_nis/nis-ethers.c: Likewise.
1526         * nis/nss_nis/nis-grp.c: Likewise.
1527         * nis/nss_nis/nis-hosts.c: Likewise.
1528         * nis/nss_nis/nis-initgroups.c: Likewise.
1529         * nis/nss_nis/nis-netgrp.c: Likewise.
1530         * nis/nss_nis/nis-network.c: Likewise.
1531         * nis/nss_nis/nis-proto.c: Likewise.
1532         * nis/nss_nis/nis-publickey.c: Likewise.
1533         * nis/nss_nis/nis-pwd.c: Likewise.
1534         * nis/nss_nis/nis-rpc.c: Likewise.
1535         * nis/nss_nis/nis-service.c: Likewise.
1536         * nis/nss_nis/nis-spwd.c: Likewise.
1537         * resolv/nss_dns/dns-host.c: Likewise.
1538         * resolv/nss_dns/dns-network.c: Likewise.
1539         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1540         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1541         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1542         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1543         * nis/nss_nisplus/nisplus-network.c: Likewise.
1544         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1545         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1546         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1547         * nis/nss_nisplus/nisplus-service.c: Likewise.
1548         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1549         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1550         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1551         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1552         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1553
1554         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1555         declaring __restore and __restore_rt as hidden (if possible).
1556
1557 2002-08-25  Roland McGrath  <roland@redhat.com>
1558
1559         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1560
1561         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1562         (getutent_r_file, internal_getut_r): Updated all callers.
1563         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1564
1565 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1566
1567         * locale/programs/locale.c: Don't print aliases for non-existing
1568         locales for 'locale -a'.
1569         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1570
1571 2002-07-19  H.J. Lu  <hjl@gnu.org>
1572
1573         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1574
1575 2002-07-16  H.J. Lu  <hjl@gnu.org>
1576
1577         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1578         sys/personality.h.
1579         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1580
1581 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1582
1583         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1584         not moved ahead of the fputs call.
1585         * elf/tst-tlsmod2.c (in_dso): Likewise.
1586         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1587         * elf/tst-tlsmod4.c (in_dso): Likewise.
1588
1589 2002-08-25  Andreas Schwab  <schwab@suse.de>
1590
1591         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1592
1593 2002-08-25  Roland McGrath  <roland@redhat.com>
1594
1595         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1596         resetting handler, to avoid the possibility of a spurious SIGALRM
1597         delivered to the user's handler.
1598         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1599
1600         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1601         set -fkeep-inline-functions, which is not needed for the current file.
1602
1603         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1604         (_dl_setup_hash): Add attribute_hidden.
1605         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1606         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1607         (_dl_new_object, _dl_map_object_deps): Likewise.
1608         (_dl_map_object_deps_internal): Remove decl.
1609         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1610
1611         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1612         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1613         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1614         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1615         instead relying on the compiler to produce only GOTOFF variable refs.
1616
1617 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1618
1619         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1620
1621         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1622         inline to avoid defining it in every file which includes this header.
1623
1624         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1625         defining DONT_USE_BOOTSTRAP_MAP.
1626
1627         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1628         * libio/tst-mmap-setvbuf.c (main): Likewise.
1629         * libio/tst-widetext.c (main): Likewise.
1630
1631         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1632         message.
1633         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1634         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1635
1636         * sysdeps/i386/elf/configure.in: Unconditionally define
1637         PI_STATIC_AND_HIDDEN.
1638         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1639         PI_STATIC_AND_HIDDEN is defined as well.
1640         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1641
1642 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1643
1644         * sysdeps/ia64/bzero.S: Define __bzero as well.
1645
1646         * locale/programs/charmap.c (charmap_new_char): Don't use
1647         ULONG_MAX as maximum UCS4 value.
1648
1649         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1650
1651         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1652
1653         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1654         * malloc/malloc.c (mALLINFo): Likewise.
1655
1656         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1657
1658         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1659         examining result of _IO_do_flush call.
1660
1661         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1662         Use prec not spec when sizing buffers.
1663
1664         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1665         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1666         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1667         * stdio-common/vfscanf.c (inchar): Likewise.
1668         * misc/efgcvt_r.c (fcvt_r): Likewise.
1669         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1670         * elf/readlib.c (process_file): Likewise.
1671         * elf/sprof.c (load_profdata): Likewise.
1672         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1673         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1674         * locale/programs/charmap.c (charmap_read): Likewise.
1675         * libio/fileops.c: Likewise.
1676         * libio/fmemopen.c: Likewise.
1677         * stdlib/strtod.c: Likewise.
1678         * elf/dl-load.c: Likewise.
1679         * iconv/iconvconfig.c: Likewise.
1680         * iconv/iconv_prog.c (process_block): Likewise.
1681         * elf/rtld.c (dl_main): Likewise.
1682
1683         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1684         macro to calm down the compiler.
1685
1686         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1687
1688         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1689
1690         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1691         placement of errno definition.
1692         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1693         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1694         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1695         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1696         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1697
1698         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1699         from 1024 to 65536, to avoid buffer overrun.
1700
1701 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1702
1703         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1704         from 1024 to 65536, to avoid buffer overrun.
1705         * resolv/res_query.c (MAXPACKET): Likewise.
1706
1707 2002-08-24  Andreas Jaeger  <aj@suse.de>
1708
1709         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1710
1711 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1712
1713         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1714         two52 locally.
1715         (log2): Likewise.
1716         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1717         Patch by Simon Gee <simong@agile.tv>.
1718
1719         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
1720         Prefer reading /proc/stat since it is more uniform across
1721         architectures.
1722
1723         * manual/texinfo.tex: Update to latest official version.
1724
1725         * sysvipc/sys/shm.h: Remove SHMLBA definition.
1726         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
1727         * sysdeps/gnu/bits/shm.h: Likewise.
1728         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
1729         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
1730         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
1731         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
1732         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
1733         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
1734         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
1735         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
1736         since this is what the kernel says.
1737
1738         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
1739         since ssize_t is needed as well.  Replace const with __const.
1740
1741 2002-08-23  Roland McGrath  <roland@redhat.com>
1742
1743         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
1744         __malloc_hook, __realloc_hook, __memalign_hook,
1745         __after_morecore_hook): Variable definitions moved to ...
1746         * malloc/malloc.c: ... here, so as to be before all references.
1747
1748         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
1749         global variable reference in an unused asm parameter, to ensure the
1750         compiler has set up the GOT register before we use it.
1751
1752         * malloc/hooks.c: Move variable definitions ahead of uses.
1753         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
1754         initializers that make reference to variables they define.
1755
1756 2002-08-23  Andreas Jaeger  <aj@suse.de>
1757
1758         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
1759         alloca, free, qsort.
1760
1761         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
1762
1763         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
1764         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1765
1766         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
1767         <hch@lst.de>.
1768         * sysdeps/generic/fgetxattr.c: New file.
1769         * sysdeps/generic/flistxattr.c: New file.
1770         * sysdeps/generic/fremovexattr.c: New file.
1771         * sysdeps/generic/fsetxattr.c: New file.
1772         * sysdeps/generic/getxattr.c: New file.
1773         * sysdeps/generic/listxattr.c: New file.
1774         * sysdeps/generic/lgetxattr.c: New file.
1775         * sysdeps/generic/llistxattr.c: New file.
1776         * sysdeps/generic/lremovexattr.c: New file.
1777         * sysdeps/generic/lsetxattr.c: New file.
1778         * sysdeps/generic/removexattr.c: New file.
1779         * sysdeps/generic/setxattr.c: New file.
1780         * misc/Makefile (headers): Add sys/xattr.h.
1781         (routines): Add *xattr calls.
1782         * misc/Versions: Add *xattr calls with version 2.3.
1783         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
1784         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
1785         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
1786         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
1787         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
1788         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
1789         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1790         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
1791
1792 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
1793
1794         * sysdeps/powerpc/elf/libc-start.c
1795         (__cache_line_size): Declare.
1796         (__aux_init_cache): New function.
1797         (__libc_start_main): Change type of `auxvec' parameter to
1798         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
1799         __aux_init_cache.
1800         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
1801         (__cache_line_size): Declare.
1802         (__aux_init_cache): New function.
1803         (DL_PLATFORM_INIT): Define.
1804         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
1805         value to select the correct stride for dcbz.
1806
1807 2002-08-22  Andreas Jaeger  <aj@suse.de>
1808
1809         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
1810         shmat.
1811
1812 2002-08-22  Roland McGrath  <roland@redhat.com>
1813
1814         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
1815         position indicated by locrectab against file bounds before rounding to
1816         page size.  In mapping loop, always set TO before breaking out of
1817         contiguous range coalescing loop.
1818
1819         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
1820         (or MAP_COPY if available) instead of MAP_SHARED.
1821
1822         * scripts/firstversions.awk: When encountering a version newer than
1823         the specified earliest version, be sure to emit the specified earliest
1824         version first if any renaming of an older version to that has been.
1825
1826 2002-08-21  Roland McGrath  <roland@redhat.com>
1827
1828         * configure.in: Make GCC version check require 3.[2-9]* and no others.
1829         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
1830         (Configuring and compiling): Don't mention older GCC versions any more.
1831         * INSTALL: Regenerated.
1832
1833         * manual/install.texi (Configuring and compiling, Installation,
1834         Running make install, Linux): Linux -> GNU/Linux where appropriate.
1835
1836         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
1837         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
1838         and with noinline otherwise.  Remove hack alloca use to prevent
1839         inlining, we can ask for it explicitly nowadays.
1840
1841         * dlfcn/bug-dlsym1.c: New file.
1842         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
1843         * dlfcn/Makefile (distribute): Add them.
1844         (tests): Add bug-dlsym1 here.
1845         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
1846         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
1847         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
1848
1849 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
1850
1851         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
1852         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
1853         before relocation.
1854         (_dl_start): Don't use local bootstrap_map variable if
1855         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
1856         pass bootstrap_map to _dl_start_final in this case either.  Don't
1857         pass start_time to _dl_start_final ever.
1858         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
1859
1860         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
1861         This cripples the scope lists necessary to search for symbols in
1862         dependencies which are not in the global scope.
1863
1864         * include/setjmp.h (__libc_longjmp): Add declaration.
1865
1866 2002-08-21  Andreas Jaeger  <aj@suse.de>
1867
1868         * sysdeps/x86_64/_mcount.S: Fix assembler.
1869
1870         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
1871         with biarch support.
1872
1873 2002-08-21  Andreas Jaeger  <aj@suse.de>
1874
1875         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
1876
1877         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
1878
1879         * sysdeps/x86_64/machine-gmon.h: New file.
1880         * sysdeps/x86_64/_mcount.S: New file.
1881
1882 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
1883
1884         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
1885         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
1886         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
1887         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
1888         to TL_INIT_TP.  Otherwise pass 1.
1889         * include/link.h (struct link_map): Add l_tls_tp_initialized.
1890         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
1891
1892 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
1893
1894         * locale/programs/localedef.c (add_to_readlist): Error about
1895         circular dependencies only if the locale in question hasn't
1896         been finished.
1897         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
1898         CTYPE_LOCALE to load_locale.
1899         * locale/programs/locfile.c (locfile_read): Don't include
1900         unneeded but available locales in locale_mask.
1901
1902         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
1903         print any messages about enlarging archive.
1904
1905 2002-08-20  Brian Youmans  <3diff@gnu.org>
1906
1907         * manual/contrib.texi: Removed licenses, added acknowledgements
1908         for contributions by Intel, IBM, Craig Metz.
1909         * LICENSES: New file, contains the text of all non-FSF licenses in the
1910         distribution that require putting the notice in the accompanying
1911         documentation.
1912         * README.template, README: Mention LICENSES.
1913
1914         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
1915         new one modelled on the modern BSD license, per recent letter
1916         of permission from CMU.
1917         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
1918
1919         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
1920         from IBM to FSF, per the recent Software Letter.  Changed the
1921         distribution terms from GPL to LGPL.
1922
1923         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
1924         copying permission notice (Lesser GPL), per recent IBM Software Letter.
1925         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1926         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1927         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1928         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1929         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1930         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1931         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1932         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1933
1934         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
1935         from IBM to FSF, per the recent Software Letter.  Corrected the
1936         text of the copying permission notice to say Lesser GPL instead
1937         of GPL in warranty disclaimer paragraph.
1938         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1939         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1940         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1941         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1942         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1943         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1944         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1945         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1946         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1947         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1948         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1949         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1950         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1951         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1952         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1953         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1954         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1955         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1956         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1957         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1958         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1959
1960         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
1961         permission notice to say Lesser GPL instead of GPL in warranty
1962         disclaimer paragraph.
1963         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1964         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1965         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1966         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1967         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1968         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1969         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1970         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1971         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1972         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1973         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1974         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1975         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1976         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1977         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1978         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1979         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1980         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1981         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1982         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1983         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1984         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1985         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
1986
1987 2002-08-20  Roland McGrath  <roland@redhat.com>
1988
1989         Fix ABI compatibility with libc compiled with old tools on powerpc.
1990         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
1991         and Jack Howarth <howarth@bromo.med.uc.edu>.
1992         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
1993         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
1994         pass -DHAVE_DOT_HIDDEN for these files.
1995         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
1996         __floatdisf.
1997         * sysdeps/powerpc/divdi3.c: New file.
1998         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
1999         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2000
2001 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2002
2003         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2004         partially overlapping mappings.  Remove unneeded (char *) casts.
2005         Never allow duplication of ranges in mapped areas.
2006
2007 2002-08-20  Roland McGrath  <roland@redhat.com>
2008
2009         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2010         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2011
2012 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2013
2014         * include/unistd.h: Don't hide _exit.
2015
2016         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2017         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2018         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2019         argument 1 to TLS_INIT_TP.
2020         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2021
2022         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2023
2024         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2025         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2026         memory allocation to...
2027         (allocate_dtv): ...here.  New function.
2028         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2029         call allocate_dtv instead of _dl_allocate_tls_storage.
2030         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2031         (_dl_get_tls_static_info): New function.
2032         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2033         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2034
2035 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2036
2037         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2038         immediately if result == NULL.
2039
2040 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2041
2042         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2043
2044 2002-08-18  Roland McGrath  <roland@frob.com>
2045
2046         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2047         instead of __file_name_split.
2048         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2049
2050         * sysdeps/mach/hurd/dl-sysdep.c
2051         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2052         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2053
2054 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2055
2056         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2057         in change before last: MAX -> MIN.
2058
2059 2002-08-15  Roland McGrath  <roland@redhat.com>
2060
2061         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2062         if seek would go past it.
2063         (mmap_remap_check): If file position is at or past EOF after check,
2064         leave read pointers at EOF and don't seek.
2065
2066         * libio/tst-mmap-offend.c: New file.
2067         * libio/Makefile (tests): Add it.
2068
2069         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2070         the name as passed, rather than the name in the archive dictionary.
2071
2072 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2073
2074         * csu/Makefile: Define elide-routines.os not static-only-routines.
2075
2076         * include/sched.h (__clone): Add varargs at the end.
2077
2078         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2079         case.
2080         (TLS_INIT_HELPER): If defined, use it.
2081         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2082
2083 2002-08-15  Roland McGrath  <roland@redhat.com>
2084
2085         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2086         on L->l_prev; it can happen under rtld --verify too.
2087
2088         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2089         header separately, just map an initial window of 2MB from the file
2090         and remap if that is not large enough to cover the whole header.
2091
2092 2002-08-15  Andreas Jaeger  <aj@suse.de>
2093
2094         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2095         version 2.3.
2096         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2097         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2098         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2099         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2100         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2101         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2102         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2103         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2104         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2105         Patch by Andreas Gruenbacher <agruen@suse.de>.
2106
2107         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2108
2109 2002-08-14  Roland McGrath  <roland@redhat.com>
2110
2111         * locale/locarchive.h (struct locale_category_data): Give this name to
2112         the type of locale_data_t's elements.
2113         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2114         (add_locale): Use that to sort the categories by size and put all
2115         those that fit into two pages into the LC_ALL block, instead of
2116         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2117         (show_archive_content): Detect categories inside LC_ALL block
2118         directly, instead of hard-coding.
2119         (oldlocrecentcmp): Compare just on file locations used.
2120
2121 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2122
2123         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2124         (oldlocrecentcmp): New function.
2125         (enlarge_archive): Re-add locales in the order they were added
2126         to the archive.
2127         (add_locale): Put all the small locale files together, if the small
2128         locale file block would occupy less pages if page size aligned, align
2129         it.
2130         (show_archive_content): Adjust for locale archives optimized for speed.
2131
2132 2002-08-14  Roland McGrath  <roland@frob.com>
2133
2134         * configure.in: Use "MISSING" as not-found value for MIG.
2135         * sysdeps/mach/configure.in: Fatal if mig not found.
2136         * configure, sysdeps/mach/configure: Regenerated.
2137
2138 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2139
2140         * locale/loadarchive.c (archfname): Add missing slash.
2141
2142         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2143         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2144
2145 2002-08-12  Roland McGrath  <roland@redhat.com>
2146
2147         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2148         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2149         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2150         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2151         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2152         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2153         * sysdeps/generic/waitpid.c: Likewise.
2154
2155         * include/net/if.h: New file.  Use libc_hidden_proto
2156         for if_nametoindex and if_indextoname.
2157         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2158         * sysdeps/mach/hurd/if_index.c: Likewise.
2159         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2160
2161         * include/grp.h (setgroups): Add libc_hidden_proto.
2162         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2163         * sysdeps/mach/hurd/setgroups.c: Likewise.
2164         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2165         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2166
2167 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2168
2169         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2170         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2171         * sysdeps/generic/setegid.c (setegid): Likewise.
2172         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2173         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2174         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2175         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2176         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2177         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2178         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2179         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2180         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2181         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2182         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2183         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2184         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2185
2186         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2187         __lxstat_internal, __lxstat64_internal): Remove.
2188         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2189         Add hidden_proto.
2190         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2191         Remove INTDEF where present, remove #undef at the beginning.
2192         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2193         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2194         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2195         * sysdeps/generic/xstat.c (__xstat): Likewise.
2196         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2197         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2198         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2199         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2200         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2201         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2202         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2203         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2204         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2205         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2206         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2207         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2208         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2209         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2210         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2211         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2212         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2213         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2214         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2215         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2216         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2217         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2218         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2219         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2220         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2221         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2222         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2223         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2224         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2225         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2226         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2227         * sysdeps/unix/xstat.c (__xstat): Likewise.
2228
2229         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2230         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2231         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2232         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2233         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2234         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2235         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2236
2237         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2238         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2239         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2240         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2241         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2242         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2243         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2244         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2245         Likewise.
2246         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2247         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2248         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2249         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2250         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2251         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2252         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2253         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2254
2255         * include/string.h (strcoll): Add libc_hidden_proto.
2256         * string/strcoll.c (strcoll): Add libc_hidden_def.
2257
2258         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2259
2260 2002-08-11  Philip Blundell  <philb@gnu.org>
2261
2262         * sysdeps/arm/Makefile: New file.
2263
2264 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2265
2266         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2267         by another '|', end of regex or enclosing ')', clear branch.
2268         * posix/bug-regex9.c: New test.
2269         * posix/Makefile (tests): Add bug-regex9.
2270
2271 2002-08-12  Roland McGrath  <roland@redhat.com>
2272
2273         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2274         start count condition, use TOTAL instead of variable that was never
2275         set.  Fix outer loop termination condition to TOTAL >= after update.
2276
2277         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2278         dl_tls_static_align and dl_tls_static_nelem.
2279
2280 2002-08-11  Roland McGrath  <roland@redhat.com>
2281
2282         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2283         of the TLS macros, otherwise the compiler might not have initialized
2284         the PIC register yet when we use the PLT via asm.
2285         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2286         * elf/tst-tlsmod2.c (in_dso): Likewise.
2287
2288         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2289
2290         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2291         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2292
2293         * include/unistd.h: Use libc_hidden_proto for getdomainname
2294         and getlogin_r.
2295         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2296         * sysdeps/mach/hurd/getdomain.c: Likewise.
2297         * sysdeps/unix/getlogin_r.c: Likewise.
2298         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2299         * sysdeps/generic/getlogin_r.c: Likewise.
2300
2301         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2302         * sunrpc/rtime.c: Add libc_hidden_def.
2303
2304         * include/string.h: Use libc_hidden_proto for basename.
2305         * string/basename.c [_LIBC]: Add libc_hidden_def.
2306
2307         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2308
2309         * locale/loadarchive.c: munmap -> __munmap throughout.
2310
2311         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2312         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2313         * sysdeps/generic/gai_strerror.c: Likewise.
2314
2315         * include/sys/errno.h: New file.
2316
2317         * include/signal.h: No libc_hidden_proto for raise,
2318         __libc_current_sigrtmin, __libc_current_sigrtmax.
2319         These need to be overridden by linuxthreads.
2320         * sysdeps/posix/raise.c: Reverted.
2321         * sysdeps/generic/raise.c: Reverted.
2322         * signal/allocrtsig.c: Reverted.
2323
2324         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2325
2326 2002-08-10  Roland McGrath  <roland@redhat.com>
2327
2328         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2329         * locale/localeinfo.h: Declare it.
2330         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2331         current locale if it's not in the file list.
2332         Call _nl_archive_subfreeres.
2333
2334 2002-08-10  Andreas Jaeger  <aj@suse.de>
2335
2336         * sysdeps/i386/strchr.S: Add comment.
2337
2338 2002-08-10  Roland McGrath  <roland@redhat.com>
2339
2340         * include/wchar.h (putwc): Use libc_hidden_proto.
2341         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2342         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2343         * stdio-common/dprintf.c: Add libc_hidden_def.
2344         * stdio-common/fprintf.c: Likewise.
2345         * stdio-common/sprintf.c: Likewise.
2346         * stdio-common/sscanf.c: Likewise.
2347         * libio/iofwrite.c: Likewise.
2348         * libio/memstream.c: Likewise.
2349         * libio/putwc.c: Likewise.
2350         * stdio-common/perror.c: Likewise.
2351         * sysdeps/posix/remove.c: Likewise.
2352         * sysdeps/generic/remove.c: Likewise.
2353         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2354         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2355
2356 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2357
2358         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2359         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2360         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2361         towlower, towupper): Add libc_hidden_weak.
2362
2363         * include/bits/dlfcn.h: New file.
2364         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2365
2366         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2367         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2368         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2369         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2370         * include/shadow.h (_nss_files_parse_spent): Likewise.
2371         * include/netdb.h (_nss_files_parse_protoent,
2372         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2373         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2374         (LINE_PARSER): Use it.
2375         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2376         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2377
2378         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2379         #endif.
2380
2381         * manual/debug.texi (%MENU%): Remove trailing dot.
2382         Reported by <hayastan132@hotmail.com>.
2383
2384         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2385         aliases.
2386         (lseek): Dummy.
2387         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2388         Likewise.
2389
2390 2002-08-09  Roland McGrath  <roland@redhat.com>
2391
2392         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2393         name to find codeset name (if any) and normalize it.  If the
2394         normalized name differs, look up only that in the archive.
2395         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2396         contains a codeset, normalize the codeset store only the normalized
2397         name in the archive.  If not, add an alias containing the locale's
2398         normalized codeset name.  Apply codeset name normalization when
2399         matching entries in the alias file.
2400
2401         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2402         decrement HEAD->namehash_used here.
2403         (add_locale): Only need to insert name string when name_offset != 0.
2404
2405         * locale/programs/localedef.c (options): Add -A/--alias-file.
2406         (alias_file): New variable.
2407         (parse_opt): Grok -A, set that.
2408         * locale/programs/localedef.h: Declare it.
2409
2410         * locale/locarchive.h (struct locrecent): Add `refs' member.
2411         * locale/programs/locarchive.c (insert_name): New function, broken out
2412         of ...
2413         (add_locale_to_archive): ... here.  Call that.
2414         (add_alias): New function.
2415         (add_locale): New static function, add_locale_to_archive renamed.
2416         (add_locale_to_archive): Call that and use add_alias to add an alias
2417         for the name with codeset if the given name lacks it.
2418         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2419
2420         * locale/Makefile (routines): Add loadarchive.
2421         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2422         (_nl_load_locale_from_archive): New function.
2423         * locale/localeinfo.h: Declare it.
2424         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2425         try _nl_load_locale_from_archive first.
2426
2427         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2428         broken out of _nl_load_locale.
2429         (_nl_load_locale): Call that.
2430         * locale/localeinfo.h: Declare it.
2431         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2432         (struct locale_data): Remove unused member `options'.
2433         * locale/findlocale.c (_nl_remove_locale): Update uses.
2434         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2435         * locale/C-collate.c: Update initializer.
2436         * locale/C-identification.c: Likewise.
2437         * locale/C-measurement.c: Likewise.
2438         * locale/C-telephone.c: Likewise.
2439         * locale/C-address.c: Likewise.
2440         * locale/C-name.c: Likewise.
2441         * locale/C-paper.c: Likewise.
2442         * locale/C-time.c: Likewise.
2443         * locale/C-numeric.c: Likewise.
2444         * locale/C-monetary.c: Likewise.
2445         * locale/C-messages.c : Likewise.
2446         * locale/C-ctype.c: Likewise.
2447
2448         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2449         use CHAR_BIT instead of BITSPERBYTE.
2450
2451         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2452         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2453         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2454         (_nl_remove_locale): Likewise.
2455         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2456
2457         * locale/findlocale.c (_nl_default_locale_path): New variable.
2458         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2459         * locale/localeinfo.h: Declare it.
2460         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2461         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2462         * locale/newlocale.c (__newlocale): Likewise.
2463
2464         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2465         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2466         * sysdeps/generic/morecore.c: Likewise.
2467         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2468         (__libc_current_sigrtmax): Likewise.
2469
2470 2002-08-08  Roland McGrath  <roland@redhat.com>
2471
2472         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2473         * catgets/open_catalog.c (__open_catalog): Likewise.
2474
2475         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2476         from typo INITIAL_NUM_NANES.
2477         (create_archive): Update use.
2478
2479 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2480
2481         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2482
2483 2002-08-08  Roland McGrath  <roland@frob.com>
2484
2485         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2486
2487 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2488
2489         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2490         else and undefine after including wcstol_l.c.
2491         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2492
2493 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2494
2495         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2496
2497 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2498
2499         * configure.in: Make the test for broken_alias_attribute stricter.
2500
2501 2002-05-24  Robert Love  <rml@tech9.net>
2502
2503         * posix/Makefile (routines): Add sched_getaffinity and
2504         sched_setaffinity.
2505         * posix/sched.h: Add declarations for sched_getaffinity and
2506         sched_setaffinity.
2507         * sysdeps/generic/sched_getaffinity.c: New file.
2508         * sysdeps/generic/sched_setaffinity.c: New file.
2509         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2510         sched_setaffinity.
2511
2512 2002-08-06  Andreas Schwab  <schwab@suse.de>
2513
2514         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2515
2516 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2517
2518         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2519         message.
2520
2521         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2522         It is known to be defined.
2523
2524         * include/string.h: Define index and rindex only if _ISOMAC is not
2525         defined.
2526
2527         * elf/rtld.c: Include <errno.h>.
2528         * sysdeps/generic/libc-tls.c: Likewise.
2529
2530 2002-08-07  Roland McGrath  <roland@redhat.com>
2531
2532         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2533         it internally.
2534         (precsize_aton): Likewise.
2535
2536         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2537         the static symbols added in the last change (doofus is me).
2538
2539         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2540         loop to notice missing categories in a composite name.
2541
2542         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2543         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2544         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2545         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2546
2547 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2548
2549         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2550
2551 2002-08-07  Roland McGrath  <roland@redhat.com>
2552
2553         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2554         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2555         Reported by Jakub Jelinek  <jakub@redhat.com>.
2556
2557 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2558
2559         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2560         division.
2561
2562 2002-08-06  Roland McGrath  <roland@redhat.com>
2563
2564         * include/getopt.h: Put private decls inside [_GETOPT_H].
2565         Use libc_hidden_proto for getopt_long, getopt_long_only.
2566         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2567         Add libc_hidden_def.
2568
2569         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2570         Define as a macro for __dl_iterate_phdr.
2571
2572         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2573         made static.  Add __ name as a strong alias.
2574         (internal_endnetgrent): Likewise.
2575         (internal_getnetgrent_r): Likewise.
2576
2577         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2578         with no __ prefix.
2579         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2580         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2581         all *_l functions with no __ prefix.
2582         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2583         * ctype/ctype_l.c: Likewise.
2584         * locale/nl_langinfo.c: Likewise.
2585         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2586         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2587         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2588         * wctype/wctype.h [__USE_GNU]: Likewise.
2589         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2590         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2591         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2592         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2593         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2594         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2595         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2596         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2597         (__wcscasecmp_l): Add libc_hidden_def.
2598         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2599         (__wcsncasecmp_l): Add libc_hidden_def.
2600         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2601         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2602         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2603         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2604         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2605         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2606         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2607         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2608         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2609         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2610         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2611         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2612         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2613         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2614
2615 2002-08-05  Roland McGrath  <roland@redhat.com>
2616
2617         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2618         netname2user, host2netname, user2netname, key_gendes.
2619         * sunrpc/netname.c: Add libc_hidden_def.
2620         * sunrpc/key_call.c: Likewise.
2621
2622         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2623         freeaddrinfo.
2624         * inet/getnameinfo.c: Add libc_hidden_def.
2625         * sysdeps/generic/getaddrinfo.c: Likewise.
2626         * sysdeps/posix/getaddrinfo.c: Likewise.
2627
2628         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2629         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2630         * wcsmbs/wmemset.c: Add libc_hidden_def.
2631
2632         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2633         (index, rindex): Define as macros for strchr, strrchr.
2634
2635         * string/envz.c (envz_strip): index -> strchr
2636
2637         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2638         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2639
2640         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2641         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2642
2643         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2644         * stdlib/wctomb.c: Add libc_hidden_def.
2645
2646         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2647         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2648         * resolv/herror.c: Likewise.
2649         * inet/rcmd.c: Add libc_hidden_def.
2650         * inet/ruserpass.c: Likewise.
2651         * inet/getnetgrent_r.c: Likewise.
2652
2653         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2654         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2655         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2656         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2657         libc_hidden_def.
2658         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2659         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2660
2661         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2662         __libc_system.
2663         (__libc_system): Call it, putting just the line == NULL test here.
2664
2665         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2666         variables work right.
2667
2668         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2669         * elf/dl-close.c (_dl_close): Likewise.
2670
2671         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2672         in6addr_any, in6addr_loopback.  Remove decls for
2673         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2674         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2675         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2676         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2677         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2678         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2679         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2680         in6addr_loopback.
2681         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2682
2683         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2684         ether_aton_r.
2685         * inet/ether_aton_r.c: Add libc_hidden_def.
2686         * inet/ether_ntoa_r.c: Likewise.
2687
2688         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2689         xprt_unregister.
2690         * sunrpc/svc.c: Add libc_hidden_def.
2691         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2692         pmap_set, pmap_unset.
2693         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2694         * sunrpc/pm_getport.c: Likewise.
2695         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2696         * sunrpc/publickey.c: Add libc_hidden_def.
2697
2698 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2699
2700         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2701         the other memset call in this function.
2702
2703         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2704         at correct index.  Clear BSS region now that memalign is used.
2705
2706 2002-08-05  Roland McGrath  <roland@redhat.com>
2707
2708         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2709         * sysdeps/generic/uname.c: Add libc_hidden_def.
2710         * sysdeps/mach/hurd/uname.c: Likewise.
2711
2712 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2713
2714         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2715         wcspbrk): Add libc_hidden_proto.
2716         * time/strftime.c (my_strftime): Add libc_hidden_def.
2717         (strftime): Remove libc_hidden_def.
2718         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2719         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
2720         * wcsmbs/wcsspn.c (wcsspn): Likewise.
2721         * wcsmbs/wcscmp.c (wcscmp): Likewise.
2722         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
2723         * wcsmbs/wcscoll.c (wcscoll): Likewise.
2724
2725         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
2726         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2727         __rpc_thread_createerr): Add libc_hidden_proto.
2728         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
2729         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
2730         __rpc_thread_createerr): Add libc_hidden_def.
2731
2732         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
2733         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
2734         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
2735         clnt_perror, clnt_sperror): Add libc_hidden_def.
2736         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
2737
2738         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
2739         libc_hidden_proto.
2740         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
2741         * sunrpc/des_soft.c (des_setparity): Likewise.
2742
2743         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
2744         Add libc_hidden_proto.
2745         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
2746         Add libc_hidden_def.
2747
2748 2002-08-05  Roland McGrath  <roland@redhat.com>
2749
2750         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
2751         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
2752         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
2753         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
2754         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
2755         old data, abandoning the original memory allocated by rtld at startup,
2756         instead of calling realloc normally.
2757
2758 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2759
2760         * po/fr.po: Update from translation team.
2761
2762 2002-08-04  Roland McGrath  <roland@redhat.com>
2763
2764         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
2765         then generate a dummy module under the given name, obeying the
2766         normal rules for the "caller" field.
2767
2768         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
2769         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
2770
2771         * include/pthread.h: Don't declare __pthread_initialize_minimal as
2772         weak here; we declare it weak or strong in the one place we use it.
2773         * sysdeps/generic/libc-start.c: ... which is here.
2774         Don't make the decl weak if [USE_TLS], since static programs need TLS
2775         setup even when single-threaded.
2776
2777         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
2778
2779         * elf/Makefile (test-srcs): Add $(modules-names) to it.
2780         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
2781         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
2782         all these variables.
2783
2784 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2785
2786         * include/stdio.h: Don't define macro magic to redirect function
2787         calls if _ISOMAC is defined.
2788
2789         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
2790         ldouble asin tests.
2791
2792 2002-08-04  Roland McGrath  <roland@redhat.com>
2793
2794         * stdlib/lrand48_r.c: Add libc_hidden_def.
2795
2796         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
2797         TCB with __libc_memalign instead of mmap.
2798         (_dl_deallocate_tls): Free it with free instead of munmap.
2799
2800         * Makerules (cpp-srcs-left): When setting this to run
2801         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
2802         words.  Combine the two loops into one on the concatenated list,
2803         including those as well as $(test-srcs).
2804
2805         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
2806         since we align here with optimally minimal waste anyway.
2807         (malloc): Just call that.
2808
2809         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
2810         the right variable.
2811
2812         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
2813         to compute memory location for l_tls_initimage.
2814         * elf/rtld.c (_dl_start): Likewise.
2815         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
2816
2817         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
2818         because the .d file is generated in the non-shared case and
2819         so fails to catch them otherwise.
2820
2821         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
2822         split out of _dl_allocate_tls.
2823         (_dl_allocate_tls_init): Likewise.
2824         (_dl_allocate_tls): Call those.
2825         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
2826         * elf/rtld.c (dl_main): Call them separately instead of calling
2827         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
2828         is finished, so that the initializer data has been relocated before we
2829         copy it into the main thread's TLS block.
2830
2831         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
2832         loop conditions, prevented the last used module from being initialized.
2833
2834 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2835
2836         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
2837         if glob resp. globfree are not macros.
2838         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
2839         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
2840         Add libc_hidden_ver.
2841         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
2842         libc_hidden_def.
2843         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
2844         instead of libc_hidden_weak.
2845         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
2846         libc_hidden_ver instead of libc_hidden_def.
2847         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
2848         libc_hidden_ver instead of libc_hidden_def.
2849         (wcstoll, wcstoq): Remove libc_hidden_weak.
2850         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
2851         libc_hidden_ver.
2852         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
2853         libc_hidden_ver.
2854         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
2855         libc_hidden_ver.
2856         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
2857         libc_hidden_ver.
2858
2859 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2860
2861         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
2862         to access _sys_siglist.
2863         * string/strsignal.c: Likewise.
2864         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
2865         * sysdeps/gnu/siglist.c: Likewise.
2866         * sysdeps/unix/siglist.c: Likewise.
2867         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
2868
2869         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
2870
2871         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
2872
2873         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
2874         alias and use it.
2875         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
2876
2877         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
2878         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
2879         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
2880
2881         * include/time.h: Add libc_hidden_proto for __gmtime_r.
2882         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
2883
2884         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
2885         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
2886         and __gconv_get_cache respectively.
2887         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
2888         defined static.  Change all users.
2889         (__gconv_get_cache): New function.
2890         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
2891         (__gconv_get_alias_db): New function.
2892         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
2893         (__conv_modules_db): Likewise.
2894         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
2895         and __gconv_get_alias_db.
2896         * iconv/iconv_prog.c: Use the new functions instead of accessing the
2897         variables.
2898
2899         * include/stdlib.h: Add prototype and libc_hidden_proto for
2900         __default_morecore.
2901         * sysdeps/generic/morecore.c: Include <stdlib.h>.
2902
2903         * malloc/obstack.c: Remove fputs macro.
2904
2905         * malloc/mtrace.c: Remove fopen macro.
2906
2907 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
2908
2909         * manual/debug.texi: Fix spelling to programmatically.
2910         Reported by <hayastan132@hotmail.com>.
2911
2912 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
2913
2914         * include/libio.h: Add libc_hidden_proto for __uflow.
2915         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
2916         fgetpos to _IO_* names.
2917         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
2918         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
2919         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
2920         putwc_unlocked, vswscanf.
2921         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
2922         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
2923         * libio/fseek.c: Likewise.
2924         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
2925         not fopencookie.
2926         * libio/genops.c (__uflow): Add libc_hidden_def.
2927         * libio/iofflush_u.c (fflush_unlocked): Likewise.
2928         * libio/iofgets_u.c (fgets_unlocked): Likewise.
2929         * libio/iofputs_u.c (fputs_unlocked): Likewise.
2930         * libio/iofputws_u.c (fputws_unlocked): Likewise.
2931         * libio/iofread_u.c (fread_unlocked): Likewise.
2932         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
2933         * libio/iovswscanf.c (vswscanf): Likewise.
2934         * libio/putwc_u.c (putwc_unlocked): Likewise.
2935         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
2936         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
2937         * malloc/mtrace.c: Likewise.
2938
2939         * sunrpc/clnt_perr.c: Remove fputs macro.
2940         * sunrpc/svc_simple.c: Likewise.
2941         * sunrpc/svc_tcp.c: Likewise.
2942         * sunrpc/svc_udp.c: Likewise.
2943         * sunrpc/xdr_rec.c: Likewise.
2944         * sunrpc/xdr_ref.c: Likewise.
2945
2946         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
2947         iconv_prog, linereader, and charmap-dir.
2948         * locale/Makefile: Likewise for locale and charmap-dir.
2949         * malloc/Makefile: Likewise for memusagestat.
2950         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
2951         * sunrpc/Makefile: Likewise for rpc_main.
2952         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
2953         * timezone/Makefile: Likewise for zic.
2954
2955         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
2956
2957         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
2958         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
2959         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
2960         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
2961         _dl_close.
2962
2963         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
2964         __wunderflow.
2965         * libio/genops.c (__underflow): Add libc_hidden_def.
2966         * libio/wgenops.c (__wuflow): Likewise.
2967         (__wunderflow): Likewise.
2968
2969         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
2970         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
2971
2972         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
2973         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
2974
2975         * include/string.h: Add libc_hidden_proto for __strverscmp.
2976         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
2977
2978         * include/unistd.h: Add libc_hidden_proto for __sysconf.
2979         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
2980         * sysdeps/posix/sysconf.c: Likewise.
2981         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
2982         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
2983
2984         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
2985         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
2986         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
2987         __iswxdigit_l, __towlower_l, __towupper_l.
2988         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
2989         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
2990
2991         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
2992         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
2993         * sysdeps/mach/hurd/xmknod.c: Likewise.
2994         * sysdeps/unix/xmknod.c: Likewise.
2995         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
2996         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
2997         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
2998
2999         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3000
3001 2002-08-03  Roland McGrath  <roland@redhat.com>
3002
3003         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3004         setpriority.
3005         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3006         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3007         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3008         * sysdeps/mach/hurd/setpriority.c: Likewise.
3009         * sysdeps/mach/hurd/getpriority.c: Likewise.
3010         * sysdeps/generic/setpriority.c: Likewise.
3011         * sysdeps/generic/getpriority.c: Likewise.
3012
3013         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3014         * malloc/mcheck.c: Add libc_hidden_def.
3015
3016         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3017         * misc/hsearch_r.c: Add libc_hidden_def.
3018
3019         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3020         * posix/fnmatch.c: Add libc_hidden_weak.
3021
3022         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3023         execl, execle, execlp, execvp, getpid, getsid.
3024         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3025         * sysdeps/unix/alarm.c: Likewise.
3026         * posix/confstr.c: Likewise.
3027         * posix/execvp.c: Likewise.
3028         * posix/execlp.c: Likewise.
3029         * posix/execle.c: Likewise.
3030         * posix/execl.c: Likewise.
3031         * sysdeps/generic/getsid.c: Likewise.
3032         * sysdeps/mach/hurd/getsid.c: Likewise.
3033         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3034         * sysdeps/mach/hurd/getpid.c: Likewise.
3035
3036         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3037         qecvt_r, qfcvt_r, lrand48_r.
3038         * misc/efgcvt_r.c: Add libc_hidden_def.
3039
3040         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3041         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3042
3043         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3044         * locale/nl_langinfo.c: Add libc_hidden_def.
3045
3046         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3047         * sysdeps/generic/glob.c: Add libc_hidden_def.
3048         * sysdeps/generic/glob64.c: Likewise.
3049         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3050
3051         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3052
3053         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3054
3055         * locale/setlocale.c (_nl_current_names): Variable moved ...
3056         * locale/localename.c (_nl_current_names): ... here, new file.
3057         Make it global, with attribute_hidden.
3058         * locale/localeinfo.h: Declare it.
3059         * locale/Makefile (aux): Add localename.
3060         * locale/localename.c (__current_locale_name): New function.
3061         * include/locale.h (__current_locale_name): Declare it.
3062         * intl/dcigettext.c (guess_category_value): Use that instead of
3063         calling setlocale.
3064
3065         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3066         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3067         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3068         * locale/newlocale.c: Add alias to __ name.
3069         * locale/duplocale.c: Likewise.
3070         * locale/freelocale.c: Likewise.
3071         * locale/uselocale.c: New file.
3072         * locale/Makefile (routines): Add it.
3073         * locale/Versions (libc: GLIBC_2.3): New set.
3074         Add newlocale, duplocale, freelocale, uselocale.
3075         (libc: GLIBC_PRIVATE): Add __uselocale.
3076
3077         * locale/localeinfo.h [SHARED]
3078         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3079         (_NL_CURRENT_DATA): Define using that.
3080         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3081         (_NL_CURRENT_DEFINE): Define to empty.
3082         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3083         conditionalized on this.
3084         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3085         taking initializer of _nl_C_locobj.
3086         [SHARED] (_nl_global_locale): New variable, using that initializer.
3087         (_nl_C_locobj): Use new macro for initialzier.
3088         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3089         [! SHARED] (CATEGORY_USED): New macro.
3090         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3091         (setdata, setlocale): Use that macro instead of examining _nl_current.
3092         (setdata): Set the slot in _nl_global_locale.
3093         Conditionalize setting of _nl_current on [! SHARED].
3094         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3095         declaration as an extern.
3096         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3097
3098         * include/locale.h: Use libc_hidden_proto for setlocale.
3099         * locale/setlocale.c: Add libc_hidden_def.
3100
3101         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3102
3103         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3104         * misc/hsearch_r.c: Add libc_hidden_def.
3105         * misc/lsearch.c: Likewise.
3106
3107         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3108         endttyent.
3109         * misc/getttyent.c: Add libc_hidden_def.
3110
3111         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3112         * malloc/mcheck.c: Add libc_hidden_def.
3113
3114         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3115         * include/argz.h: Use libc_hidden_proto for argz_delete.
3116         * string/argz-delete.c: Add libc_hidden_def.
3117         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3118
3119         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3120         HIDDEN_JUMPTARGET for _exit.
3121         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3122         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3123         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3124         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3125
3126         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3127         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3128         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3129         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3130
3131         * include/stdlib.h: Use libc_hidden_proto for abort,
3132         __strtof_internal, __strtod_internal, __strtold_internal,
3133         __strtol_internal, __strtoll_internal, __strtoul_internal,
3134         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3135         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3136         __strtoul_l_internal, __strtoull_l_internal.
3137         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3138         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3139         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3140         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3141         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3142         __wcsncasecmp_l.
3143         * sysdeps/generic/abort.c: Add libc_hidden_def.
3144         * stdlib/strtod.c: Likewise.
3145         * sysdeps/generic/strtol.c: Likewise.
3146         * sysdeps/wordsize-64/strtol.c: Likewise.
3147         * sysdeps/wordsize-64/wcstol.c: Likewise.
3148         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3149
3150         * include/stdlib.h: Use libc_hidden_proto for qsort.
3151         * stdlib/msort.c: Add libc_hidden_def.
3152
3153         * include/utime.h: Use libc_hidden_proto for utime.
3154         * sysdeps/generic/utime.c: Add libc_hidden_def.
3155         * sysdeps/unix/utime.c: Likewise.
3156
3157         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3158         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3159         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3160         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3161         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3162
3163         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3164         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3165         and __libc_current_sigrtmax.
3166         * signal/sigismem.c: Add libc_hidden_def.
3167         * signal/sigfillset.c: Likewise.
3168         * signal/sigempty.c: Likewise.
3169         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3170         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3171         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3172         * sysdeps/posix/raise.c: Likewise.
3173         * sysdeps/generic/raise.c: Likewise.
3174
3175 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3176
3177         * include/string.h: Use libc_hidden_proto for __stpcpy.
3178         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3179         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3180         * sysdeps/generic/stpcpy.c: Likewise.
3181         * sysdeps/i386/stpcpy.S: Likewise.
3182         * sysdeps/i386/i586/stpcpy.S: Likewise.
3183         * sysdeps/powerpc/stpcpy.S: Likewise.
3184         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3185         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3186
3187         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3188         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3189         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3190         libc_hidden_def.
3191         * string/strdup.c (__strdup): Likewise.
3192         * string/strndup.c (__strndup): Likewise.
3193         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3194         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3195
3196 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3197
3198         * include/libio.h: New file.
3199         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3200         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3201         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3202         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3203         * sysdeps/unix/common/syscalls.list: Likewise.
3204         * sysdeps/unix/inet/syscalls.list: Likewise.
3205         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3206         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3207         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3208         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3209         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3210         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3211         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3212         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3213         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3214         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3215         * sysdeps/unix/syscalls.list: Likewise.
3216
3217 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3218             Ulrich Drepper  <drepper@redhat.com>
3219
3220         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3221         the arguments is big enough to cause an overflow.
3222
3223 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3224
3225         * assert/assert.c: Use hidden_def not INTDEF.
3226
3227 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3228
3229         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3230         not defined.
3231
3232 2002-08-03  Roland McGrath  <roland@redhat.com>
3233
3234         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3235         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3236         verr, verrx.
3237         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3238         * misc/syslog.c: Add libc_hidden_def.
3239         * misc/err.c: Likewise.
3240         * stdlib/exit.c: Likewise.
3241         * stdlib/bsearch.c: Likewise.
3242         * sysdeps/generic/getenv.c: Likewise.
3243
3244         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3245
3246         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3247         libc_hidden_weak for every system call symbol defined.
3248
3249         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3250         timelocal, localtime, strftime.
3251         * time/asctime.c: Add libc_hidden_def.
3252         * time/mktime.c: Likewise.
3253         * time/localtime.c: Likewise.
3254         * time/strftime.c: Likewise.
3255         * time/strptime.c: Likewise.
3256         * sysdeps/generic/time.c: Likewise.
3257         * sysdeps/unix/time.c: Likewise.
3258         * sysdeps/unix/sysv/i386/time.S: Likewise.
3259         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3260
3261         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3262         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3263         * resolv/inet_ntop.c: Likewise.
3264         * resolv/inet_pton.c: Likewise.
3265         * inet/inet_mkadr.c: Add libc_hidden_def.
3266         * inet/inet_netof.c: Likewise.
3267         * resolv/inet_addr.c: Likewise.
3268
3269         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3270         clauses from conditionals for now.  Will have to be fixed later
3271         for older compilers.
3272
3273         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3274
3275 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3276
3277         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3278         broken alias attribute handling.
3279         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3280
3281 2002-08-02  Roland McGrath  <roland@frob.com>
3282
3283         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3284         since it sets the variables we use in a -D switch.
3285
3286 2002-08-02  Roland McGrath  <roland@redhat.com>
3287
3288         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3289         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3290         matches long int, not int.
3291
3292         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3293         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3294         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3295         * wctype/wctrans.c (wctrans): Likewise.
3296         * wctype/wctype.c (__wctype): Likewise.
3297         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3298
3299 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3300
3301         * assert/assert.c (__assert_fail): Fix typo in comment.
3302
3303         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3304         * sunrpc/rpc_thread.c: Define it without static.
3305         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3306
3307 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3308
3309         * assert/assert.c (__assert_fail): Remove undef.
3310         Replace INTDEF with libc_hidden_def.
3311         * assert/__assert.c (__assert): Remove INTUSE.
3312         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3313         libc_hidden_weak.
3314         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3315         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3316         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3317         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3318         libm_hiden_ver): Define.
3319         * include/assert.h (__assert_fail_internal): Remove.
3320         (__assert_fail): Add prototype.  Add hidden_proto.
3321         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3322         libc_hidden_proto.
3323         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3324         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3325         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3326         Add libc_hidden_proto.
3327         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3328         __fcntl): Add libc_hidden_proto.  Remove macros.
3329         (__open_internal, __fcntl_internal): Remove.
3330         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3331         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3332         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3333         libc_hiden_proto.
3334         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3335         libc_hidden_def.
3336         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3337         Add libc_hidden_def.
3338         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3339         * sysdeps/generic/open.c (__open): Remove undef.
3340         Add libc_hidden_def.  Remove INTDEF.
3341         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3342         Add libc_hidden_def.
3343         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3344         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3345         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3346         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3347         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3348         (__libc_fcntl): Add libc_hidden_def.
3349         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3350         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3351         (__libc_open): Add libc_hidden_def.
3352         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3353         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3354         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3355         Add libc_hidden_def.
3356         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3357         Add libc_hidden_def.
3358         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3359         undef.
3360         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3361         (__libc_fcntl): Add libc_hidden_def.
3362         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3363         __getpgid_internal, __chown_internal): Remove.
3364         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3365         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3366         __GI___chown): Add.
3367         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3368         __getpid_internal, __open_internal, __write_internal): Remove.
3369         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3370         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3371         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3372         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3373         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3374         Replace INTDEF with libc_hidden_def.
3375         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3376         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3377         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3378         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3379         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3380         Add libc_hidden_proto.
3381         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3382         * include/sys/select.h (__select): Likewise.
3383         * include/sys/socket.h (__send): Likewise.
3384         * include/sys/statfs.h (__statfs): Likewise.
3385         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3386         __getpid, __getpgid, __setpgid, __close, __read, __write,
3387         __getpagesize, __sbrk): Likewise.
3388         (__chown_internal, __dup2_internal, __getpid_internal,
3389         __getpgid_internal, __close_internal, __write_internal,
3390         __getpagesize_internal): Remove.
3391         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3392         Remove macros.
3393         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3394         * include/sched.h (__sched_setscheduler): Likewise.
3395         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3396         * include/stdlib.h (__secure_getenv): Likewise.
3397         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3398         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3399         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3400         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3401         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3402         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3403         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3404         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3405         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3406         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3407         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3408         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3409         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3410         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3411         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3412         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3413         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3414         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3415         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3416         * libio/genops.c (__overflow): Add libc_hidden_def.
3417         * libio/iovdprintf.c: Remove libio.h include.
3418         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3419         libc_hidden_weak): Define to nothing if not defined.
3420         (__overflow, __woverflow): Add libc_hidden_proto.
3421         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3422         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3423         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3424         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3425         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3426         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3427         and libc_hidden_def.
3428         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3429         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3430         (__getpgid): Add libc_hidden_proto.
3431         (__bsd_getpgrp): Remove INTUSE.
3432         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3433         libc_hidden_def.
3434         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3435         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3436         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3437         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3438         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3439         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3440         __rpc_thread_createerr): Add libc_hidden_def.
3441         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3442         libc_hidden_def.
3443         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3444         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3445         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3446         * sysdeps/generic/chown.c (__chown): Likewise.
3447         * sysdeps/generic/close.c (__close): Likewise.
3448         * sysdeps/generic/dup2.c (__dup2): Likewise.
3449         * sysdeps/generic/pipe.c (__pipe): Likewise.
3450         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3451         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3452         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3453         * sysdeps/generic/read.c (__libc_read): Likewise.
3454         (__read): Add libc_hidden_weak.
3455         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3456         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3457         * sysdeps/generic/select.c (__select): Likewise.
3458         * sysdeps/generic/send.c (__send): Likewise.
3459         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3460         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3461         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3462         * sysdeps/generic/statfs.c (__statfs): Likewise.
3463         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3464         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3465         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3466         Remove undef and INTDEF.
3467         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3468         * sysdeps/generic/getpid.c (__getpid): Likewise.
3469         * sysdeps/generic/write.c (__libc_write): Likewise.
3470         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3471         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3472         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3473         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3474         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3475         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3476         Remove undef and INTDEF.
3477         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3478         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3479         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3480         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3481         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3482         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3483         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3484         (__pipe): Add libc_hidden_def.
3485         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3486         libc_hidden_weak.
3487         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3488         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3489         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3490         (__read): Add libc_hidden_weak.
3491         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3492         (__libc_pwrite64): Add libc_hidden_def.
3493         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3494         * sysdeps/mach/hurd/select.c (__select): Likewise.
3495         * sysdeps/mach/hurd/send.c (__send): Likewise.
3496         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3497         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3498         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3499         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3500         * sysdeps/posix/dup2.c: Likewise.
3501         Remove undef and INTDEF.
3502         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3503         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3504         (__pwrite64): Add libc_hidden_weak.
3505         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3506         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3507         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3508         * sysdeps/standalone/close.c (__close): Likewise.
3509         * sysdeps/standalone/write.c (__libc_write): Likewise.
3510         (__write): Add libc_hidden_weak.
3511         * sysdeps/standalone/read.c (__read): Likewise.
3512         (__libc_read): Add libc_hidden_def.
3513         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3514         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3515         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3516         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3517         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3518         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3519         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3520         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3521         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3522         __GI___sigaction): Add.
3523         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3524         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3525         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3526         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3527         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3528         __GI___setpgid): Add.
3529         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3530         Remove undef and INTDEF.
3531         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3532         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3533         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3534         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3535         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3536         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3537         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3538         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3539         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3540         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3541         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3542         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3543         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3544         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3545         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3546         __GI___statfs, __GI___send): Add.
3547         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3548         libc_hidden_ver resp. libc_hidden_def.
3549         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3550         libc_hidden_def.
3551         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3552         Likewise.  Remove undef and INTDEF.
3553         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3554         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3555         __GI___statfs, __GI___send): Add.
3556         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3557         libc_hidden_def.
3558         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3559         Likewise.
3560         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3561         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3562         libc_hidden_ver resp. libc_hidden_def.
3563         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3564         __GI___send): Add.
3565         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3566         Add libc_hidden_weak.
3567         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3568         Add libc_hidden_def.
3569         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3570         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3571         libc_hidden_weak.
3572         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3573         resp. libc_hidden_def.
3574         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3575         libc_hidden_weak.
3576         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3577         INTDEF.
3578         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3579         Likewise.  Remove undef.
3580         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3581         libc_hidden_weak.
3582         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3583         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3584         libc_hidden_weak.
3585         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3586         libc_hidden_def.
3587         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3588         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3589         Likewise.  Remove undef and INTDEF.
3590         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3591         libc_hidden_def.
3592         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3593         libc_hidden_weak.
3594         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3595         libc_hidden_def.
3596         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3597         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3598         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3599         libc_hidden_weak.
3600         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3601         Add libc_hidden_def.
3602         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3603         __GI___statfs): Add.
3604         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3605         libc_hidden_weak.
3606         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3607         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3608         Remove undef and INTDEF.
3609         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3610         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3611         libc_hidden_def.
3612         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3613         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3614         libc_hidden_weak.
3615         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3616         libc_hidden_def.
3617         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3618         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3619         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3620         Add.
3621         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3622         libc_hidden_def.  Remove undef and INTDEF.
3623         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3624         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3625         libc_hidden_def.
3626         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3627         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3628         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3629         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3630         Remove undef and INTDEF.
3631         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3632         broken visibility attribute handling.
3633         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3634
3635 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3636
3637         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3638         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3639
3640         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3641         previous patch.
3642
3643 2002-06-29  Todd Fries  <todd@openbsd.org>
3644
3645         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3646
3647 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3648
3649         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3650
3651 2002-07-30  Roland McGrath  <roland@redhat.com>
3652
3653         * resolv/resolv.h (_res): Define macro unconditionally.
3654         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3655         * include/resolv.h: ... here.
3656         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3657         as a __thread variable.
3658         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3659         a __thread variable instead of a global.
3660         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3661
3662         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3663         time we test it.
3664
3665         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3666
3667         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3668         decls of memset and memcpy.
3669
3670         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3671         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3672
3673         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3674
3675         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3676         (__libc_tsd_define): Define using __thread.
3677
3678         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3679         (__rpc_thread_variables): Use __libc_tsd_get.
3680         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3681         __rpc_thread_variables, which might allocate what we're about to free.
3682
3683         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3684         thread-local variable.
3685         * resolv/netdb.h (h_errno): Define macro unconditionally.
3686         [_LIBC] (__set_h_errno): Macro moved to ...
3687         * include/netdb.h: ... here.
3688         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3689         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3690         [! _LIBC_REENTRANT]: #undef h_errno here.
3691
3692         * include/errno.h: Protect from multiple inclusion.
3693
3694         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3695         before defining them, since Linux's <linux/posix_types.h> might have
3696         defined them.
3697
3698 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3699
3700         * malloc/malloc.c (public_cALLOc): Check for overflow on
3701         multiplication.
3702         * sunrpc/xdr_array.c (xdr_array): Likewise.
3703         * sunrpc/rpc/types.h (mem_free): Add comment.
3704         Patch by Solar Designer <solar@openwall.com>.
3705
3706 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3707
3708         * sysdeps/unix/sysv/linux/kernel-features.h
3709         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3710
3711 2002-08-01  Roland McGrath  <roland@redhat.com>
3712
3713         * libio/fileops.c (_IO_file_sync_mmap): New function.
3714         (_IO_file_jumps_mmap): Use it.
3715         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3716         repeat the stat check and resize the mapped buffer as necessary.
3717
3718 2002-07-31  Roland McGrath  <roland@redhat.com>
3719
3720         * libio/fileops.c (decide_maybe_mmap): New static function.
3721         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
3722         mmap the file contents.  Then switch the jump tables to the mmap
3723         tables if it worked, or the vanilla file tables if not.
3724         (_IO_file_underflow_maybe_mmap): New function.
3725         (_IO_file_seekoff_maybe_mmap): New function.
3726         (_IO_file_xsgetn_maybe_mmap): New function.
3727         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
3728         * libio/libioP.h: Declare those.
3729         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
3730         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
3731         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
3732         If the stream is read-only, set its jump tables to those new ones.
3733         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
3734         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
3735         We need the tables set before _IO_file_attach.
3736
3737         * libio/tst-mmap-eofsync.c: New file.
3738         * libio/tst-mmap-fflushsync.c: New file.
3739         * libio/bug-mmap-fflush.c: New file.
3740         * libio/tst-mmap2-eofsync.c: New file.
3741         * libio/Makefile (tests): Add them.
3742
3743         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
3744         _IO_file_underflow_mmap fails, it already set the appropriate bit.
3745
3746 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
3747
3748         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
3749         Declarations moved to <bits/sys_errlist.h>.  Include that file.
3750         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
3751         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
3752         declare sys_errlist and sys_nerr.
3753         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
3754         provide declarations.
3755
3756 2002-07-31  Roland McGrath  <roland@redhat.com>
3757
3758         * elf/rtld.c (dl_main): Fix typo in error message.
3759
3760 2002-07-31  Roland McGrath  <roland@frob.com>
3761
3762         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
3763         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
3764         sysdeps/mach/hurd/dl-sysdep.c change.
3765
3766 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
3767
3768         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
3769         -r`/build/include for kernel headers.
3770
3771         * po/fi.po: New file.
3772
3773 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
3774
3775         * configure.in (static_nss): Set to `yes' if --disable-shared.
3776
3777 2002-07-23  Bruno Haible  <bruno@clisp.org>
3778
3779         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
3780         is set.
3781
3782 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3783
3784         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
3785         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
3786         arguments.
3787
3788 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3789
3790         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
3791         alias.
3792
3793 2002-07-21  Bruno Haible  <bruno@clisp.org>
3794
3795         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
3796         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
3797         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
3798         trans_sysdep_tab_offset.
3799         (struct sysdep_segment): New type.
3800         (struct sysdep_string): New type.
3801         (SEGMENTS_END): New macro.
3802         * intl/gettextP.h (struct sysdep_string_desc): New type.
3803         (struct loaded_domain): New fields malloced, n_sysdep_strings,
3804         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
3805         orig_tab, trans_tab, hash_tab to const pointers because they point
3806         into read-only memory.
3807         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
3808         (PRI*): Define fallback values.
3809         (get_sysdep_segment_value): New function.
3810         (_nl_load_domain): Distinguish major and minor revision parts. Add
3811         support for minor revision 1 with system dependent strings.
3812         (_nl_unload_domain): Also free the 'malloced' field.
3813         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
3814         now done in loadmsgcat.c. Add support for system dependent strings.
3815
3816 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3817
3818         * posix/bug-regex7.c: New file.
3819         * posix/bug-regex8.c: New file.
3820         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
3821
3822 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
3823
3824         * posix/bug-regex4.c (main): Fix typos.
3825         * posix/bug-regex6.c (main): Likewise.
3826
3827 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
3828
3829         * posix/bug-regex6.c (main): Fix warnings.
3830
3831         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
3832
3833         * iconv/iconv_prog.c (main): Improve error message for the cases
3834         where -t and/or -f parameter are missing.
3835
3836 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
3837
3838         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
3839         (re_search): Likewise.
3840         (re_match_2): Likewise.
3841         (re_search_2): Likewise.
3842         (re_search_stub): New function.
3843         (re_search_2_stub): New function.
3844         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
3845
3846 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
3847
3848         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
3849         (re_string_eoi): Use STOP instead of LEN.
3850         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
3851         (re_string_construct): Likewise.
3852         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
3853         * posix/regexec.c (re_search_internal): Add a new argument STOP
3854         so that it can handle the argument STOP of re_search_2 and re_match_2
3855         correctly.
3856         (regexec): Adapt to new I/F of re_search_internal.
3857         (re_search_stub): Likewise.
3858
3859 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
3860
3861         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
3862
3863         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
3864
3865         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
3866         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
3867         of __divdi3.
3868
3869         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
3870         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
3871         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
3872         alias for adjtimex syscall.
3873
3874         * elf/dl-minimal.c: Define __assert_fail_internal.
3875         * assert/assert.c: Likewise.
3876         * include/assert.h: Define __assert_file macro if !SHARED and not
3877         NOT_IN_libc.
3878
3879         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
3880         programs.
3881         * locale/Makefile: Likewise.
3882         * nscd/Makefile: Likewise.
3883         * catgets/Makefile: Likewise.
3884
3885 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3886
3887         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
3888         compute current position.
3889
3890         * stdio-common/tst-fseek.c (main): Improve error messages.
3891
3892         * libio/tst-freopen.c (main): Remove unused variable.
3893
3894         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
3895         succesful seek call.  Simplify error checking.
3896
3897 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
3898
3899         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
3900         * sysdeps/ia64/fpu/libm_support.h: Likewise.
3901
3902 2002-07-19  Roland McGrath  <roland@frob.com>
3903
3904         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
3905         __libc_enable_secure is set.
3906
3907 2002-07-24  Roland McGrath  <roland@frob.com>
3908
3909         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
3910         This implementation supports only IPv4.
3911         * inet/ifaddrs.h: New file.
3912         * sysdeps/generic/ifaddrs.c: New file.
3913         * sysdeps/gnu/ifaddrs.c: New file.
3914         * inet/test-ifaddrs.c: New file.
3915         * inet/Makefile (routines): Add ifaddrs.
3916         (headers): Add ifaddrs.h here.
3917         (tests): Add test-ifaddrs.
3918         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
3919
3920         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
3921         socket call to get an AF_INET socket, instead of using __opensock.
3922         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
3923
3924         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
3925         if not -1 use it instead of calling __opensock.
3926         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
3927         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
3928         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
3929
3930         * sysdeps/mach/hurd/ifreq.h: New file.
3931         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
3932         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
3933         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
3934
3935         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
3936         which gets moved around.  Calculate size of mmap'd buffer instead.
3937
3938 2002-07-24  Philip Blundell  <philb@gnu.org>
3939
3940         * sysdeps/unix/arm/brk.S: Improve schedule.
3941         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
3942         efficient instruction.
3943         (__socket): Optimize return sequence.
3944
3945 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3946
3947         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
3948         sockets on old kernels.
3949
3950 2002-07-22  Philip Blundell  <philb@gnu.org>
3951
3952         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
3953         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
3954         alias.
3955
3956 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
3957
3958         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
3959         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
3960
3961         * locale/programs/locarchive.c (add_locale_to_archive): Correct
3962         test to detect duplicate locales.
3963
3964         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
3965         position would be before beginning of file.
3966         (_IO_file_seekoff_mmap): Likewise.
3967         * libio/Makefile (tests): Add bug-fseek.
3968         * libio/bug-fseek.c: New file.
3969
3970         * intl/explodename.c: Remove support for CEN-style locale variables.
3971         It was never used and shouldn't be since it's not portable.
3972         * intl/finddomain.c: Likewise.
3973         * intl/l10nflist.c: Likewise.
3974         * intl/loadinfo.h: Likewise.
3975         * locale/findlocale.c: Likewise.
3976
3977 2002-07-24  Roland McGrath  <roland@frob.com>
3978
3979         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
3980         position, calculate it to take into account an active pushback buffer.
3981
3982         * libio/Makefile (tests): Add bug-ungetc.
3983         * libio/bug-ungetc.c: New file.
3984
3985 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
3986
3987         * sysdeps/generic/libc-tls.c: New file.
3988         * csu/Makefile (routines): Add libc-tls.
3989         (static-only-routines): Add libc-tls.
3990         * elf/dl-support.c (_dl_phdr): New variable.
3991         (_dl_phnum): New variable.
3992         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
3993         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
3994         for !SHARED.  First look through auxiliary vector.  If TLS always
3995         call __pthread_initialize_minimal.
3996
3997         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
3998         in mmap call is never zero.
3999
4000 2002-07-23  Andreas Jaeger  <aj@suse.de>
4001
4002         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4003         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4004
4005 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4006
4007         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4008         creation and removal of the temp file.
4009
4010         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4011         file creation.
4012         * test-skeleton.c (create_temp_file): New function.
4013
4014 2002-07-22  Andreas Jaeger  <aj@suse.de>
4015
4016         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4017         local label.
4018
4019 2002-07-21  Roland McGrath  <roland@frob.com>
4020
4021         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4022         put -I../include before -I../stdlib so we get the right errno.h et al.
4023         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4024         (CFLAGS-wcstof.c): Likewise.
4025         (CFLAGS-wcstold.c): Likewise.
4026         (CFLAGS-wcstod_l.c): Likewise.
4027         (CFLAGS-wcstof_l.c): Likewise.
4028         (CFLAGS-wcstold_l.c): Likewise.
4029
4030 2002-07-19  Roland McGrath  <roland@frob.com>
4031
4032         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4033
4034 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4035
4036         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4037         __ASSUME_AT_XID is defined.
4038         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4039         for 2.4.1 and up.
4040         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4041         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4042
4043         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4044         (CFLAGS-wcstof.c): Likewise.
4045         (CFLAGS-wcstold.c): Likewise.
4046         (CFLAGS-wcstod_l.c): Likewise.
4047         (CFLAGS-wcstof_l.c): Likewise.
4048         (CFLAGS-wcstold_l.c): Likewise.
4049
4050 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4051
4052         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4053         __priority_which_t): Always typedef to int for C++.
4054
4055 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4056
4057         * configure.in: Add test for __thread support in compiler.
4058         * config.h.in: Add HAVE___THREAD.
4059         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4060         * include/sys/errno.h: Moved to...
4061         * stdlib/sys/errno.h: ...here.  New file.
4062         * stdlib/errno.h: New file.  Moved from...
4063         * include/errno.h: ...here.  Changed into an internal header defining
4064         libc-local things like __set_errno.
4065         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4066         bits/errno.h.
4067         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4068         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4069         either.
4070         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4071         from...
4072         (_dl_start_final): ...here.  Add code to initialize tls elements from
4073         bootstrap_map.
4074         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4075         if USE_TLS && HAVE___THREAD.
4076         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4077         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4078         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4079         * sysdeps/standalone/bits/errno.h: Likewise.
4080         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4081         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4082         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4083         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4084         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4085         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4086         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4087         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4088         use GL(dl_rtld_map), use map parameter.
4089         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4090         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4091         USE_TLS && HAVE___THREAD.
4092         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4093         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4094         TLS code sequence.
4095         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4096
4097         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4098         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4099         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4100         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4101         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4102         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4103
4104 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4105
4106         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4107         MS_INVALIDATE values.
4108
4109 2002-07-17  Andreas Schwab  <schwab@suse.de>
4110             Ulrich Drepper  <drepper@redhat.com>
4111
4112         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4113         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4114         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4115         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4116
4117 2002-07-01  H.J. Lu  <hjl@gnu.org>
4118
4119         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4120         return value.
4121
4122         * elf/circlemod1.c (circlemod1): Return int.
4123         * elf/circlemod2.c (circlemod2): Likewise.
4124         * elf/circlemod2a.c (circlemod2): Likewise.
4125         * elf/circlemod3.c (circlemod3): Likewise.
4126         (circlemod3a): A new function.
4127
4128 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4129
4130         * catgets/tst-catgets.c (main): Don't expect results for
4131         untranslated messages.
4132
4133         * glibcbug.in: Fix little typo.  Remove STDIO.
4134
4135         * config.h.in: Fail if __FAST_MATH__ is defined.
4136         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4137         (CPPFLAGS-test-idouble.c): Likewise.
4138         (CPPFLAGS-test-ildouble.c): Likewise.
4139
4140 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4141
4142         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4143         * intl/tst-gettext.c: Correctly handle untranslated messages in
4144         positive tests.
4145
4146         * po/de.po: Update from translation team.
4147
4148 2002-07-02  H.J. Lu  <hjl@gnu.org>
4149
4150         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4151         use ll/sc.
4152         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4153
4154         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4155         to 2.4.0 for mips.
4156
4157 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4158
4159         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4160         TLS fail if USE_TLS is not defined.
4161
4162         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4163         and adjust state for seek position.  [PR libc/4070]
4164         * libio/Makefile (tests): Add bug-rewind.
4165         * libio/bug-rewind.c: New file.
4166
4167 2002-07-12  Philip Blundell  <philb@gnu.org>
4168
4169         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4170         (__backtrace): Use it.
4171         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4172
4173 2002-07-12  Philip Blundell  <philb@gnu.org>
4174
4175         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4176         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4177         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4178         (elf_machine_rela): Remove unused variable.
4179
4180         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4181         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4182         define.
4183
4184 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4185
4186         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4187
4188 2002-07-14  Andreas Jaeger  <aj@suse.de>
4189
4190         * sysdeps/x86_64/bits/link.h: Add biarch support.
4191
4192 2002-07-13  Andreas Jaeger  <aj@suse.de>
4193
4194         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4195         Use correct indices.
4196         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4197
4198 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4199
4200         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4201         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4202         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4203         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4204         * sysdeps/s390/s390-32/bits/link.h: Remove.
4205         * sysdeps/s390/s390-64/bits/link.h: Remove.
4206         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4207         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4208         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4209         * sysdeps/s390/bits/wordsize.h: New file.
4210         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4211         elfclass.h.
4212         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4213         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4214         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4215         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4216         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4217         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4218         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4219         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4220         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4221         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4222         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4223         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4224         resource.h.
4225         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4226         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4227         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4228         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4229         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4230         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4231         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4232         sigaction.h.
4233         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4234         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4235         siginfo.h.
4236         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4237         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4238         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4239         socket.h.
4240         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4241         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4242         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4243         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4244         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4245         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4246         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4247         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4248         procfs.h.
4249         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4250         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4251         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4252         ucontext.h.
4253         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4254         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4255
4256 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4257
4258         * Versions.def (libc): Add GLIBC_2.3.
4259         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4260         * stdlib/canonicalize.c: Add compatibility version for realpath
4261         and make new code available in GLIBC_2.3.
4262
4263 2002-07-06  Bruno Haible  <bruno@clisp.org>
4264
4265         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4266
4267 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4268
4269         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4270         function do_init.  Use __libc_once.
4271         (do_init): New function.
4272
4273         * iconvdata/iso8859-11.h: Removed.
4274         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4275         (distribute): Remove iso8859-11.h.
4276         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4277
4278         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4279         underflow operation if c == (W)EOF.
4280
4281 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4282
4283         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4284         non-zero, adjust exponent.
4285         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4286         Remove NO_LONG_DOUBLE aliases.
4287         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4288         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4289         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4290         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4291         1**y and -1**+-Inf.
4292         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4293         Fix BITS_PER_MP_LIMB 32 extraction.
4294         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4295         exceptions for qNaNs.
4296         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4297         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4298         Raise exceptions when needed.  Don't recurse unnecessarily.
4299         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4300         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4301         exceptions for qNaNs.
4302         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4303         to fix *quo return value sign.
4304         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4305         case -Inf argument.
4306         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4307
4308 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4309
4310         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4311         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4312         -DNDEBUG.
4313
4314 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4315
4316         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4317         the result.
4318
4319         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4320         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4321
4322         * Versions.def (libthread_db): Add GLIBC_2.3.
4323
4324 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4325
4326         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4327         new stream if possible.
4328         * libio/freopen64.c (freopen64): Likewise.
4329         * libio/Makefile (tests): Add tst-freopen.
4330         * libio/tst-freopen.c: New file.
4331
4332 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4333
4334         * libio/stdio.h (obstack_printf): Add format attribute.
4335         (obstack_vprintf): Likewise.
4336
4337 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4338
4339         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4340         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4341         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4342         architectures.
4343
4344 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4345
4346         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4347         (init_dfa): ...here.
4348
4349 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4350
4351         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4352         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4353         nodes in parse trees.
4354         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4355         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4356         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4357         nodes which can epsilon transit.
4358         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4359         to IS_EPSILON_NODE macro.
4360         * posix/regexec.c (update_regs): New function to update registers
4361         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4362         (proceed_next_node): Use the entities of the nodes to determine
4363         whether the node can transit to.
4364         (set_regs): Use update_regs function to update registers.
4365
4366 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4367
4368         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4369         * posix/bug-regex6.c: New file.
4370         * posix/Makefile (tests): Add bug-regex6.
4371         (bug-regex6-ENV): Set LOCPATH.
4372
4373 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4374
4375         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4376         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4377
4378 2002-07-06  Bruno Haible  <bruno@clisp.org>
4379
4380         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4381
4382 2002-07-06  Bruno Haible  <bruno@clisp.org>
4383
4384         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4385         declarations.
4386
4387         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4388
4389         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4390
4391         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4392         not _UTSNAME_H.
4393         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4394
4395         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4396         * sysdeps/generic/bits/ustat.h: Likewise.
4397
4398         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4399
4400 2002-07-08  Andreas Jaeger  <aj@suse.de>
4401
4402         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4403
4404 2002-07-08  Andreas Jaeger  <aj@suse.de>
4405
4406         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4407
4408 2002-07-06  Andreas Jaeger  <aj@suse.de>
4409
4410         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4411         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4412         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4413         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4414         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4415         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4416         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4417         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4418         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4419         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4420         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4421
4422 2002-06-05  Brian Youmans <3diff@gnu.org>
4423
4424         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4425         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4426         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4427         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4428         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4429         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4430         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4431         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4432         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4433         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4434         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4435         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4436         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4437         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4438         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4439         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4440         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4441         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4442         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4443         * sysdeps/ia64/fpu/e_log.S: Likewise.
4444         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4445         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4446         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4447         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4448         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4449         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4450         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4451         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4452         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4453         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4454         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4455         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4456         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4457         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4458         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4459         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4460         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4461         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4462         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4463         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4464         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4465         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4466         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4467         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4468         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4469         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4470         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4471         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4472         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4473         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4474         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4475         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4476         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4477         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4478         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4479         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4480         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4481         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4482         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4483         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4484         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4485         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4486         * sysdeps/ia64/fpu/s_round.S: Likewise.
4487         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4488         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4489         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4490         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4491         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4492         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4493         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4494         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4495         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4496         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4497         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4498         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4499         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4500         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4501         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4502         reflect IBM donation of math library to FSF
4503         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4504         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4505         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4506         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4507         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4508         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4509         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4510         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4511         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4512         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4513         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4514         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4515         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4516         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4517         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4518         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4519         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4520         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4521         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4522         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4523         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4524         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4525         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4526         * sysdeps/vax/__longjmp.c: Likewise.
4527         * sysdeps/vax/setjmp.c: Likewise.
4528         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4529         remove advertising clause
4530         * sysdeps/vax/htonl.s: Likewise.
4531         * sysdeps/vax/htons.s: Likewise.
4532         * libio/wfiledoalloc.c: Likewise.
4533         * stdlib/random.c: Likewise.
4534         * stdlib/random_r.c: Likewise.
4535         * sysdeps/mach/sys/reboot.h: Likewise.
4536         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4537         * sysdeps/posix/getaddrinfo.c: Likewise.
4538         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4539         GPL and corrected pointer to point to the correct license.
4540
4541 2002-07-04  Andreas Jaeger  <aj@suse.de>
4542
4543         * scripts/config.guess: New upstream version.
4544         * scripts/config.sub: Likewise.
4545
4546 2002-07-02  Andreas Schwab  <schwab@suse.de>
4547
4548         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4549         in parallel to bumping up the buffer pointer.
4550
4551 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4552
4553         * math/libm-test.inc (acos_test): Add missing L suffix for
4554         expected result.
4555         (cpow_test): Likewise.
4556         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4557         error for acos (0.0625).
4558
4559 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4560
4561         * locale/iso-639.def: Add entry for Ganda.
4562         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4563         definition.
4564         (address_finish): Handle entries with two letter ISO 639 code.
4565
4566         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4567         directory if it existed before.
4568         * iconv/iconvconfig.c: Implement --prefix option.
4569
4570         * math/libm-test.inc (cexp_test): Add missing L suffix for
4571         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4572         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4573         1.25 i).
4574
4575 2002-05-29  H.J. Lu  <hjl@gnu.org>
4576
4577         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4578         is turned on.
4579
4580 2002-05-28  H.J. Lu  <hjl@gnu.org>
4581
4582         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4583         are not dlopened on the dependency list of a dlopened object.
4584
4585 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4586
4587         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4588         dependencies if they are created between objects which are created
4589         while processing RTLD_NOW for objects loaded as part of the same
4590         dlopen call.
4591
4592 2002-06-14  H.J. Lu  <hjl@gnu.org>
4593
4594         * elf/Makefile (tests): Add circleload1.
4595         (modules-names): Add circlemod1, circlemod2, circlemod3,
4596         circlemod1a, circlemod2a and circlemod3a.
4597         ($(objpfx)circleload1): New target.
4598         ($(objpfx)circleload1.out): Likewise.
4599         ($(objpfx)circlemod1.so): Likewise.
4600         ($(objpfx)circlemod2.so): Likewise.
4601         ($(objpfx)circlemod1a.so): Likewise.
4602         ($(objpfx)circlemod2a.so): Likewise.
4603         * elf/circleload1.c: New file.
4604         * elf/circlemod1.c: New file.
4605         * elf/circlemod1a.c: New file.
4606         * elf/circlemod2.c: New file.
4607         * elf/circlemod2a.c: New file.
4608         * elf/circlemod3.c: New file.
4609         * elf/circlemod3a.c: New file.
4610
4611 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4612
4613         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4614         file descriptor.
4615         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4616         add check for fd not open for writing.
4617
4618         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4619         completed element(s) and do not suspend thread if so.  Patch
4620         heavily modified by drepper.
4621
4622         * rt/tst-aio7.c: New file.  Regression test for problems which the
4623         above three changes fix.
4624         * rt/Makefile (tests): Add tst-aio7.
4625
4626 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4627
4628         * rt/tst-aio6.c: Fix comment.
4629
4630         * catgets/gencat.c (read_input_file): Handle more than one slash
4631         at end of line correctly [PR libc/3926].
4632         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4633
4634         * catgets/sample.SJIS: Add test case for above bug.
4635         * catgets/test-gencat.c: Adjust test code.
4636         * catgets/test-gencat.sh: Adjust expected results.
4637
4638         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4639         to skip relative relocations.
4640         Patch by Geoff Keating <geoffk@redhat.com>.
4641
4642 2002-05-26  Bruno Haible  <bruno@clisp.org>
4643
4644         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4645         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4646         All callers changed.
4647         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4648         STANDARD_FROM_LOOP_ERR_HANDLER.
4649         (utf8_internal_loop): Likewise.
4650         (ucs2_internal_loop): Likewise.
4651         (internal_ucs2_loop): Perform error handling like in
4652         STANDARD_FROM_LOOP_ERR_HANDLER.
4653         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4654         in STANDARD_FROM_LOOP_ERR_HANDLER.
4655         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4656         handling.
4657         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4658         in STANDARD_FROM_LOOP_ERR_HANDLER.
4659         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4660         handling.
4661         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4662         in STANDARD_FROM_LOOP_ERR_HANDLER.
4663         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4664         handling.
4665         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4666         STANDARD_FROM_LOOP_ERR_HANDLER.
4667         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4668         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4669         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4670         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4671         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4672         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4673         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4674         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4675         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4676         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4677         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4678         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4679         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4680         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4681         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4682         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4683         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4684         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4685         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4686         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4687         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4688         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4689         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4690         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4691         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4692         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4693         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4694         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4695         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4696         an error, still set result = __GCONV_ILLEGAL_INPUT.
4697         (BODY for TO_LOOP): Likewise.
4698         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4699         STANDARD_FROM_LOOP_ERR_HANDLER.
4700         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4701         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4702         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4703         handling.
4704         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4705         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4706         STANDARD_FROM_LOOP_ERR_HANDLER.
4707         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4708         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4709         STANDARD_FROM_LOOP_ERR_HANDLER.
4710         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4711         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4712         STANDARD_FROM_LOOP_ERR_HANDLER.
4713         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4714         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4715         STANDARD_FROM_LOOP_ERR_HANDLER.
4716         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4717         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4718         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4719         handling.
4720         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4721         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
4722         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
4723         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
4724
4725 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
4726
4727         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
4728         labels in assembler instructions.
4729
4730 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
4731
4732         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
4733         not enough content is available.
4734         * libio/tst-eof.c: New file.
4735         * libio/Makefile (tests): Add tst-eof.
4736
4737         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
4738         update atime.
4739         * libio/tst-atime.c: New file.
4740         * libio/Makefile (tests): Add tst-atime.
4741
4742         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
4743         handling of overly long words.
4744
4745 2002-06-25  Andreas Jaeger  <aj@suse.de>
4746
4747         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
4748         to not use 32-bit pc relative relocations.
4749         (elf_machine_dynamic): Likewise.
4750
4751 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4752
4753         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
4754         (__GETDENTS): Check for failed getdents64 syscall.
4755         * dirent/Makefile (tests): Add bug-readdir1.
4756         * dirent/bug-readdir1.c: New file.
4757
4758 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
4759
4760         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
4761         lookups.
4762         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
4763         code.  Print TLS modid and offset for modules containing PT_TLS
4764         segments.
4765
4766 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4767
4768         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4769         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4770         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4771         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4772
4773 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4774
4775         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
4776         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
4777         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
4778         * nss/getXXent_r.c (NEW, NEW1): Define.
4779         (NEW (REENTRANT_GETNAME)): Strong alias to
4780         INTERNAL (REENTRANT_GETNAME).
4781         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
4782
4783 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
4784
4785         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
4786         (_IO_file_jumps_mmap): Use it.
4787         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
4788         * libio/libioP.h: Remove _IO_wdefault_setbuf and
4789         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
4790         prototype.
4791         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
4792         (_IO_wfile_jumps_mmap): Don't use it anymore.
4793         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
4794         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
4795         _IO_wdefault_setbuf.
4796         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
4797         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
4798         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
4799
4800 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
4801
4802         * libio/Makefile (tests): Add tst-mmap-setvbuf.
4803         * libio/tst-mmap-setvbuf.c: New test.
4804
4805 2002-06-21  Andreas Jaeger  <aj@suse.de>
4806
4807         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
4808
4809 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
4810
4811         * include/unistd.h (__fork_internal): Remove.
4812         (__fork): Don't define to __fork_internal.
4813         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
4814         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
4815         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
4816         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
4817         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
4818
4819 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4820
4821         * po/hr.po: New file.
4822
4823 2002-06-11  Wolfram Gloger  <wg@malloc.de>
4824
4825         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
4826         Reported by Michael Meissner <meissner@redhat.com>.
4827
4828 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
4829
4830         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
4831         Patch by Hans Boehm <hans_boehm@hp.com>.
4832
4833 2002-06-20  Andreas Jaeger  <aj@suse.de>
4834
4835         * math/libm-test.inc: Use exact values as input parameters,
4836         compute output parameters with 36 digits for 128-bit long doubles.
4837         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
4838         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
4839         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
4840
4841 2002-06-13  Stephen L Moshier  <steve@moshier.net>
4842
4843         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
4844         argument or result is subnormal.
4845
4846 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
4847
4848         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
4849         quotient.
4850         * sysdeps/i386/fpu/s_remquof.S: Likewise.
4851         * sysdeps/i386/fpu/s_remquol.S: Likewise.
4852
4853         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
4854
4855 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
4856
4857         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
4858         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
4859         Reported by Peter A. Buhr.
4860
4861 2002-06-15  Roland McGrath  <roland@frob.com>
4862
4863         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
4864         warning.
4865
4866         * sysdeps/mach/hurd/getcwd.c
4867         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
4868
4869         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
4870         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
4871
4872         * sysdeps/alpha/divrem.h: Use local label instead of global one for
4873         jump to local subroutine.
4874
4875 2002-06-14  Roland McGrath  <roland@frob.com>
4876
4877         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
4878         * sysdeps/mach/hurd/Makeconfig: ... here.
4879
4880 2002-06-13  Andreas Schwab  <schwab@suse.de>
4881
4882         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
4883         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
4884         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
4885
4886 2002-06-13  Roland McGrath  <roland@frob.com>
4887
4888         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
4889         * hurd/hurdstartup.c (_hurd_startup): Likewise.
4890         Use intptr_t instead of int for argc in stack layout.
4891         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
4892         (_dl_init_first): Likewise.
4893         (_hurd_stack_setup): Likewise.
4894         (init1): Add a cast.
4895         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
4896
4897         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
4898         argument to pfinet_siocgifconf RPC.
4899
4900 2002-06-13  Andreas Schwab  <schwab@suse.de>
4901
4902         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
4903         expansion order.
4904
4905 2002-06-12  Roland McGrath  <roland@frob.com>
4906
4907         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
4908         if already defined.
4909         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
4910         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
4911
4912 2002-06-11  Roland McGrath  <roland@frob.com>
4913
4914         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
4915         file on [!RTLD_STAT64].
4916         * sysdeps/mach/hurd/fxstat64.c: Likewise.
4917
4918         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
4919         (__fdopen): Use INTUSE.
4920         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
4921
4922         * stdio-common/tmpfile64.c: File removed.
4923         * sysdeps/generic/tmpfile64.c: New file.
4924         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
4925         if not already defined.
4926         (tmpfile): Use it in place of __GT_FILE.
4927
4928         * include/unistd.h: Declare __chown_internal.
4929
4930         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
4931         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
4932
4933 2002-06-09  Roland McGrath  <roland@frob.com>
4934
4935         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
4936         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
4937         value of HURD_INTERFACE_VERSION >= 20020609.
4938         * sysdeps/mach/hurd/configure: Regenerated.
4939         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
4940         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
4941         convert a struct stat64 into a struct stat and return 0 or -1
4942         with errno set to EOVERFLOW.
4943         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
4944         for struct statfs64 to struct statfs.
4945         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
4946         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
4947         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
4948         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
4949         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
4950         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
4951         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
4952         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
4953         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
4954         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
4955         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
4956         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
4957         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
4958         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
4959         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
4960         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
4961         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
4962         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
4963         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
4964         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
4965         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
4966         Use struct stat64 for io_stat argument.
4967         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
4968         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
4969         to io_seek.
4970         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
4971         * hurd/fd-write.c (_hurd_fd_write): Likewise.
4972         * hurd/hurd/fd.h: Update decls.
4973         * sysdeps/mach/hurd/getcwd.c
4974         (_hurd_canonicalize_directory_name_internal): Use ino64_t
4975         and struct dirent64.
4976         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
4977         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
4978         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
4979         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
4980
4981 2002-06-08  Roland McGrath  <roland@frob.com>
4982
4983         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
4984         instead of unsigned long int for __allocation and __size members.
4985
4986 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
4987
4988         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
4989         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
4990         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
4991         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
4992
4993 2002-06-07  Roland McGrath  <roland@frob.com>
4994
4995         * sysdeps/mach/hurd/bits/environments.h: File removed.
4996
4997 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
4998
4999         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5000         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5001         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5002         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5003         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5004         (sendfile64): Likewise.
5005         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5006         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5007         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5008         Likewise.
5009         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5010
5011         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5012         already defined.
5013
5014 2002-06-04  Bruno Haible  <bruno@clisp.org>
5015
5016         * sysdeps/cris/stackinfo.h: New file.
5017
5018         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5019         to an integer type before performing bit operations on it.
5020
5021 2002-06-05  Roland McGrath  <roland@frob.com>
5022
5023         * sysdeps/generic/sendfile.c: Include <errno.h>.
5024         * sysdeps/generic/sendfile64.c: Likewise.
5025
5026         * io/Makefile (routines): Add sendfile and sendfile64.
5027         (headers): Add sys/sendfile.h to the list.
5028         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5029         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5030         * io/sys/sendfile.h: ... here.
5031         * sysdeps/generic/sendfile.c: New file.
5032         * sysdeps/generic/sendfile64.c: New file.
5033
5034         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5035         Move sendfile, sendfile64 to ...
5036         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5037         * sysdeps/mach/hurd/sendfile.c: New file.
5038         * sysdeps/mach/hurd/sendfile64.c: New file.
5039
5040         * sysdeps/mach/nanosleep.c: New file.
5041
5042 2002-06-04  Roland McGrath  <roland@frob.com>
5043
5044         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5045         * sysdeps/alpha/elf/configure: New file (generated).
5046
5047 2002-06-02  Roland McGrath  <roland@frob.com>
5048
5049         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5050
5051 2002-06-01  Roland McGrath  <roland@frob.com>
5052
5053         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5054         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5055
5056 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5057
5058         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5059         Add nsmap.
5060         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5061         Remove nstimes setting.
5062         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5063         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5064         there is mix of IPv6 and IPv4 nameservers.
5065         Use nsmap array to find free slots and preserve nameserver ordering.
5066         Fix RES_ROTATE.
5067
5068 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5069
5070         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5071         use this header with LFS.
5072
5073         * po/sk.po: Update from translation team.
5074
5075 2002-05-28  Andreas Schwab  <schwab@suse.de>
5076
5077         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5078         message when finding object of wrong class.
5079
5080 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5081
5082         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5083         Patch by <radu@netsoft.ro>.
5084
5085 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5086
5087         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5088         Add readahead.
5089         * sysdeps/unix/sysv/linux/readahead.c: New file.
5090         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5091         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5092         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5093         Add sendfile64 alias to sendfile syscall.
5094         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5095         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5096         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5097         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5098         syscall.
5099
5100         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5101         special section for PIC register loading.
5102         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5103
5104         * config.h.in: Define HAVE_HIDDEN.
5105         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5106
5107         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5108
5109 2002-05-28  Roland McGrath  <roland@frob.com>
5110
5111         * sysdeps/mach/alpha/setfpucw.c: New file.
5112
5113 2002-05-26  Roland McGrath  <roland@frob.com>
5114
5115         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5116         Use integer_t instead of int for IOC_VOID case.
5117
5118 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5119
5120         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5121
5122 2002-05-26  Bruno Haible  <bruno@clisp.org>
5123
5124         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5125         end of the ISO-8859-7 from idx table.
5126
5127 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5128
5129         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5130
5131 2002-05-24  David S. Miller  <davem@redhat.com>
5132
5133         * string/bits/string2.h (memset): Do not try to optimize when
5134         not _STRING_ARCH_unaligned if GCC will do the right thing.
5135
5136 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5137
5138         * posix/regex.c: Define `inline' as a macro into nothing for the
5139         compilers which lack the keyword.
5140         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5141         for the compatibility of gawk.
5142         * posix/regcomp.c: Add fake implementation of isblank() for the
5143         environments which lack the function.
5144         Don't use free_charset() in case of non-i18n envs.
5145         (build_range_exp): Don't use i18n related code in case of non-i18n
5146         envs.
5147         (build_collating_symbol): Likewise.
5148         (build_equiv_class): Likewise.
5149         (build_charclass): Likewise.
5150         (re_compile_fastmap_iter): Likewise.
5151         (parse_bracket_exp): Likewise.
5152         (build_word_op): Likewise.
5153         (regfree): Don't use free_charset() in case of non-i18n envs.
5154         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5155         re_token_type_t in case of non-i18n envs.
5156         Don't define re_charset_t in case of non-i18n envs.
5157         Change the type of wcs of re_string_t from wchar_t to wint_t,
5158         since we store also WEOF.
5159         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5160         the type of wcs of re_string_t from wchar_t to wint_t.
5161         (re_string_reconstruct): Likewise.
5162         (create_ci_newstate): Don't use i18n related code in case of
5163         non-i18n envs.
5164         (create_cd_newstate): Likewise.
5165
5166 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5167
5168         * iconv/loop.c: Fix typo.
5169
5170 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5171
5172         * inet/ether_line.c (ether_line): Fix a typo causing only
5173         lower 4 bits of each ethernet address byte being assigned.
5174         Don't modify what line points to.
5175         * inet/tst-ether_aton.c (main): Add ether_line tests.
5176
5177 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5178
5179         * manual/filesys.texi: Don't make readlink example leak memory
5180         when readlink fails.
5181
5182 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5183
5184         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5185         some more security checks.
5186
5187 2002-05-17  David S. Miller  <davem@redhat.com>
5188
5189         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5190
5191 2002-05-16  David S. Miller  <davem@redhat.com>
5192
5193         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5194         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5195         (elf_machine_load_address): Likewise.
5196         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5197
5198         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5199         is unaligned, do not forget to fully initialize %g1 magic value.
5200
5201         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5202         register definitions and provide 32-bit variants of structures
5203         during 64-bit builds.
5204
5205         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5206         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5207         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5208         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5209         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5210         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5211         Do not clear implicit one bit here, it must be done post-rounding.
5212         Only pad to the left using left shift if value uses less than the
5213         available fractional bits.
5214
5215 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5216
5217         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5218         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5219         (shared-only-routines): Likewise.
5220         * sysdeps/powerpc/libgcc-compat.c: New file.
5221         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5222         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5223         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5224         * sysdeps/wordsize-32/shdi3.c: Removed.
5225
5226 2002-05-16  Bruno Haible  <bruno@clisp.org>
5227
5228         * MakeTAGS (libc.pot): Don't sort the output.
5229         * po/header.pot: Update to match xgettext 0.11 output.
5230
5231 2002-05-16  Bruno Haible  <bruno@clisp.org>
5232
5233         * MakeTAGS (subdirs): Remove duplicates.
5234
5235 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5236
5237         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5238         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5239         alias.
5240
5241 2002-05-19  Andreas Jaeger  <aj@suse.de>
5242
5243         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5244         installation in /usr/local.
5245
5246 2002-05-16  Bruno Haible  <bruno@clisp.org>
5247
5248         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5249         string as argument of #error.
5250
5251 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5252
5253         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5254         don't define static.  Remove old __realpath function.  TC1 of
5255         POSIX 2001 will allow the second parameter to be NULL.
5256         * stdlib/test-canon.c: Comment out test for NULL as second
5257         parameter of realpath.
5258
5259         * time/offtime.c (__offtime): Set errno if overflow is detected.
5260
5261         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5262         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5263         dl-brk and dl-sbrk.
5264
5265         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5266         (fdimf): Likewise.
5267
5268 2002-05-15  Roland McGrath  <roland@frob.com>
5269
5270         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5271
5272 2002-05-12  Bruno Haible  <bruno@clisp.org>
5273
5274         * iconvdata/testdata/EUC-JISX0213: New file.
5275         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5276         * iconvdata/testdata/SHIFT_JISX0213: New file.
5277         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5278         * iconvdata/testdata/ISO-2022-JP-3: New file.
5279         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5280         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5281         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5282         contains comments indicating precomposed characters.
5283
5284 2002-04-21  Bruno Haible  <bruno@clisp.org>
5285
5286         * iconvdata/iso-2022-jp-3.c: New file.
5287         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5288         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5289         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5290         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5291         (distribute): Add iso-2022-jp-3.c.
5292
5293 2002-05-12  Bruno Haible  <bruno@clisp.org>
5294
5295         * iconvdata/tst-table-to.c (main): Restore handling of
5296         transliterations, broken by last patch.
5297
5298 2002-05-12  Bruno Haible  <bruno@clisp.org>
5299
5300         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5301
5302 2002-05-12  Bruno Haible  <bruno@clisp.org>
5303
5304         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5305         when there is not enough room in the output buffer.
5306         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5307
5308 2002-04-20  Bruno Haible  <bruno@clisp.org>
5309
5310         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5311         macros.
5312         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5313         Also make this macro work if FROM_DIRECTION evaluates to 0.
5314         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5315         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5316         of consume_incomplete.
5317         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5318         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5319         4, not 8.
5320         * iconvdata/cp1258.c: Likewise.
5321         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5322         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5323         not 2.
5324         * iconvdata/ibm933.c: Likewise.
5325         * iconvdata/ibm935.c: Likewise.
5326         * iconvdata/ibm937.c: Likewise.
5327         * iconvdata/ibm939.c: Likewise.
5328         * iconvdata/iso-2022-cn.c: Define
5329         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5330         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5331         * iconvdata/iso-2022-cn-ext.c: Likewise.
5332         * iconvdata/iso-2022-jp.c: Define
5333         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5334         {MIN,MAX}_NEEDED_{FROM,TO}.
5335         * iconvdata/tcvn5712-1.c: Define
5336         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5337         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5338         * iconvdata/euc-jisx0213.c: Define
5339         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5340         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5341         * iconvdata/shift_jisx0213.c: Likewise.
5342
5343 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5344
5345         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5346         shdi3, fixdfdi, fixsfdi in csu dir.
5347         (shared-only-routines): Likewise.
5348         * sysdeps/wordsize-32/cmpdi2.c: New file.
5349         * sysdeps/wordsize-32/shdi3.c: New file.
5350         * sysdeps/wordsize-32/fixdfdi.c: New file.
5351         * sysdeps/wordsize-32/fixsfdi.c: New file.
5352         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5353         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5354         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5355
5356         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5357         Only use va_arg if the argument will be used [PR libc/3259].
5358
5359 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5360
5361         * catgets/catgets.c (catopen): Free buffer if internal catalog
5362         open fails.
5363
5364 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5365
5366         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5367         non-buffering methods.
5368         * debug/pcprofiledump.c: Implement -u option.
5369         Patch by Roger Luethi <rl@hellgate.ch>.
5370
5371 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5372
5373         * include/netinet/in.h (bindresvport_internal): Add prototype.
5374         * include/rpc/auth.h  (authunix_create_internal,
5375         authunix_create_default_internal, authnone_create_internal,
5376         authdes_pk_create_internal): Add prototypes.
5377         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5378         clntudp_create_internal, clntudp_bufcreate_internal,
5379         clntunix_create_internal): Add prototypes.
5380         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5381         svc_getreq_internal, svc_getreq_common_internal,
5382         svc_getreqset_internal, svc_getreq_poll_internal,
5383         svc_register_internal, svc_unregister_internal,
5384         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5385         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5386         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5387         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5388         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5389         * inet/rcmd.c (rcmd_af): Use __listen.
5390         (rresvport_af): Use __bind.
5391         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5392         authunix_create, authunix_create_default, authnone_create,
5393         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5394         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5395         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5396         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5397         _authenticate, add INTDEF after such function definitions.
5398         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5399         __setsockopt, __getsockname instead of non-__ variants.
5400         * sunrpc/pmap_rmt.c: Likewise.
5401         * sunrpc/rtime.c: Likewise.
5402         * sunrpc/svc_udp.c: Likewise.
5403         * sunrpc/clnt_unix.c: Likewise.
5404         * sunrpc/svc_unix.c: Likewise.
5405         * sunrpc/bindrsvprt.c: Likewise.
5406         * sunrpc/svc_tcp.c: Likewise.
5407         * sunrpc/auth_none.c: Likewise.
5408         * sunrpc/clnt_raw.c: Likewise.
5409         * sunrpc/clnt_tcp.c: Likewise.
5410         * sunrpc/auth_unix.c: Likewise.
5411         * sunrpc/key_call.c: Likewise.
5412         * sunrpc/clnt_gen.c: Likewise.
5413         * sunrpc/pm_getmaps.c: Likewise.
5414         * sunrpc/clnt_simp.c: Likewise.
5415         * sunrpc/pmap_clnt.c: Likewise.
5416         * sunrpc/svc_run.c: Likewise.
5417         * sunrpc/svc.c: Likewise.
5418         * sunrpc/svc_simple.c: Likewise.
5419         * sunrpc/pm_getport.c: Likewise.
5420         * sunrpc/auth_des.c: Likewise.
5421         * sunrpc/svc_auth.c: Likewise.
5422         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5423         __register_frame_info_table_bases, __deregister_frame_info_bases):
5424         Add INTDEF.
5425         (__register_frame_info_bases_internal,
5426         __register_frame_info_table_bases_internal,
5427         __deregister_frame_info_bases_internal): Add prototypes.
5428         (__register_frame_info, __register_frame): Use INTUSE in call to
5429         __register_frame_info_bases.
5430         (__register_frame_info_table): Similarly.
5431         (__deregister_frame_info, __deregister_frame): Similarly.
5432         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5433         sendto as weak alias.
5434         * sysdeps/mach/hurd/sendto.c: Likewise.
5435         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5436         recvfrom as weak alias.
5437         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5438         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5439         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5440         recvmsg as weak alias.
5441         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5442         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5443         sendmsg as weak alias.
5444         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5445         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5446         setsockopt, add setsockopt as weak alias.
5447         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5448         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5449         weak alias.
5450         * sysdeps/mach/hurd/bind.c: Likewise.
5451         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5452         as weak alias.
5453         * sysdeps/mach/hurd/listen.c: Likewise.
5454         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5455         getsockname, add getsockname as weak alias.
5456         * sysdeps/mach/hurd/getsockname.c: Likewise.
5457         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5458         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5459         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5460         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5461         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5462         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5463         Add aliases.
5464         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5465         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5466         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5467         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5468         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5469         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5470         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5471         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5472         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5473         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5474         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5475         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5476
5477 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5478
5479         * locale/programs/localedef.h (show_archive_content): Add verbose
5480         argument.
5481         * locale/programs/localedef.c (main): Adjust caller.
5482         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5483         types.
5484         (nameentcmp, dataentcmp): New functions.
5485         (xstrcmp): Remove.
5486         (show_archive_content): Print verbose listing with --list-archive -v.
5487
5488 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5489
5490         * locale/programs/locarchive.c (open_archive): Take extra argument
5491         readonly.  If true open file with O_RDONLY and don't create the
5492         archive if it doesn't exist.
5493         Adapt all callers.
5494         (close_archive): Don't do anything if fd element is -1.
5495         * locale/programs/localedef.h (open_archive): Adjust prototype.
5496         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5497         call.
5498
5499         * malloc/malloc.c (__posix_memalign): Correct check for size of
5500         alignment value [PR libc/3444].
5501
5502         * include/stdio.h: Remove references to old stdio implementation.
5503
5504         * libio/Makefile (bug-ungetwc2-ENV): Define.
5505
5506 2002-05-13  Roland McGrath  <roland@frob.com>
5507
5508         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5509
5510         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5511
5512 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5513
5514         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5515         Allocate three, not two, more than LEN when appending '/.'.
5516         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5517         if NAME ends with '/.' if it is shorter than 2 chars.
5518
5519 2002-05-12  Roland McGrath  <roland@frob.com>
5520
5521         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5522         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5523
5524         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5525         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5526
5527 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5528
5529         * sysdeps/ia64/Makefile: Remove extra endif.
5530         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5531
5532 2002-05-10  Andreas Schwab  <schwab@suse.de>
5533
5534         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5535
5536 2002-05-09  Andreas Jaeger  <aj@suse.de>
5537
5538         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5539         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5540         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5541
5542         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5543         * sysdeps/wordsize-64/glob.c: ...here.
5544         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5545         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5546         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5547
5548 2002-05-08  Roland McGrath  <roland@frob.com>
5549
5550         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5551         O_NOTRANS flag in "." lookup.
5552
5553 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5554
5555         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5556
5557 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5558
5559         * locale/duplocale.c (__duplocale): Update special members only
5560         when allocation succeeded.
5561
5562 2002-05-03  Roland McGrath  <roland@frob.com>
5563
5564         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5565         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5566
5567 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5568
5569         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5570         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5571         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5572         * sysdeps/ia64/ia64libgcc.S: New file.
5573
5574 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5575
5576         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5577
5578         * malloc/memusage.c: Distinguish anonymous mmap.
5579
5580 2002-05-01  Roland McGrath  <roland@frob.com>
5581
5582         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5583         and use INTDEF on it.
5584         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5585
5586         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5587
5588         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5589
5590 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5591
5592         * malloc/memusage.c: Add support for tracking mmap & friends.
5593         * malloc/memusage.sh: Implement -m/--mmap option.
5594
5595 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5596
5597         * locale/programs/locarchive.c (create_archive): Add archivefname
5598         argument, create fname from it.
5599         (enlarge_archive): Honour output_prefix.
5600         (open_archive): Likewise.
5601
5602 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5603
5604         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5605         too many stpcpy macros.
5606
5607 2002-04-26  Bruno Haible  <bruno@clisp.org>
5608
5609         * locale/programs/ld-collate.c (collate_read): Cast first argument
5610         for "%.*s" to int.
5611
5612 2002-04-26  Bruno Haible  <bruno@clisp.org>
5613
5614         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5615         __dcngettext_internal): New declarations.
5616         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5617         attribute declarations.
5618
5619 2002-04-30  Roland McGrath  <roland@frob.com>
5620
5621         Removed old GNU stdio implementation; GNU libio is now the only option.
5622         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5623         Define USE_IN_LIBIO unconditionally.
5624         * configure: Regenerated.
5625         * Makeconfig (stdio): Set to libio by default.
5626         * config.make.in (stdio): Variable removed.
5627         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5628         * sysdeps/unix/sysv/linux/configure: Regenerated.
5629         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5630         * sysdeps/mach/hurd/configure: Regenerated.
5631         * stdio/.cvsignore: File removed.
5632         * stdio/Makefile: File removed.
5633         * stdio/Versions: File removed.
5634         * stdio/__fbufsize.c: File removed.
5635         * stdio/__flbf.c: File removed.
5636         * stdio/__fpending.c: File removed.
5637         * stdio/__fpurge.c: File removed.
5638         * stdio/__freadable.c: File removed.
5639         * stdio/__freading.c: File removed.
5640         * stdio/__fsetlocking.c: File removed.
5641         * stdio/__fwritable.c: File removed.
5642         * stdio/__fwriting.c: File removed.
5643         * stdio/clearerr.c: File removed.
5644         * stdio/fclose.c: File removed.
5645         * stdio/fcloseall.c: File removed.
5646         * stdio/feof.c: File removed.
5647         * stdio/ferror.c: File removed.
5648         * stdio/fflush.c: File removed.
5649         * stdio/fgetc.c: File removed.
5650         * stdio/fgetpos.c: File removed.
5651         * stdio/fgets.c: File removed.
5652         * stdio/fileno.c: File removed.
5653         * stdio/fmemopen.c: File removed.
5654         * stdio/fopen.c: File removed.
5655         * stdio/fopncook.c: File removed.
5656         * stdio/fputc.c: File removed.
5657         * stdio/fputs.c: File removed.
5658         * stdio/fread.c: File removed.
5659         * stdio/freopen.c: File removed.
5660         * stdio/fseek.c: File removed.
5661         * stdio/fsetpos.c: File removed.
5662         * stdio/ftell.c: File removed.
5663         * stdio/fwrite.c: File removed.
5664         * stdio/getc.c: File removed.
5665         * stdio/getchar.c: File removed.
5666         * stdio/getdelim.c: File removed.
5667         * stdio/gets.c: File removed.
5668         * stdio/glue.c: File removed.
5669         * stdio/internals.c: File removed.
5670         * stdio/linewrap.c: File removed.
5671         * stdio/linewrap.h: File removed.
5672         * stdio/memstream.c: File removed.
5673         * stdio/newstream.c: File removed.
5674         * stdio/obstream.c: File removed.
5675         * stdio/putc.c: File removed.
5676         * stdio/putchar.c: File removed.
5677         * stdio/puts.c: File removed.
5678         * stdio/rewind.c: File removed.
5679         * stdio/setbuf.c: File removed.
5680         * stdio/setbuffer.c: File removed.
5681         * stdio/setlinebuf.c: File removed.
5682         * stdio/setvbuf.c: File removed.
5683         * stdio/stdio.h: File removed.
5684         * stdio/ungetc.c: File removed.
5685         * stdio/vasprintf.c: File removed.
5686         * stdio/vscanf.c: File removed.
5687         * stdio/vsnprintf.c: File removed.
5688         * stdio/vsprintf.c: File removed.
5689         * stdio/vsscanf.c: File removed.
5690         * sysdeps/generic/defs.c: File removed.
5691         * sysdeps/generic/fdopen.c: File removed.
5692         * sysdeps/generic/pipestream.c: File removed.
5693         * sysdeps/generic/stdio_init.c: File removed.
5694         * sysdeps/generic/sysd-stdio.c: File removed.
5695         * sysdeps/generic/vdprintf.c: File removed.
5696         * sysdeps/mach/hurd/defs.c: File removed.
5697         * sysdeps/mach/hurd/fdopen.c: File removed.
5698         * sysdeps/mach/hurd/pipestream.c: File removed.
5699         * sysdeps/mach/hurd/stdio_init.c: File removed.
5700         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5701         * sysdeps/mach/hurd/vdprintf.c: File removed.
5702         * sysdeps/posix/defs.c: File removed.
5703         * sysdeps/posix/fdopen.c: File removed.
5704         * sysdeps/posix/pipestream.c: File removed.
5705         * sysdeps/posix/stdio_init.c: File removed.
5706         * sysdeps/posix/vdprintf.c: File removed.
5707         * sysdeps/unix/pipestream.c: File removed.
5708         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5709         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5710         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5711
5712 2002-04-29  Roland McGrath  <roland@frob.com>
5713
5714         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5715
5716 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5717
5718         * sysdeps/generic/tls.h: Describe what must be defined.
5719
5720         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
5721         glob_in_dir [PR libc/3385].
5722         * posix/globtest.sh: Add test case.
5723
5724         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
5725         //TRANSLIT twice.
5726
5727 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
5728
5729         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
5730         _internal symbol handling.
5731         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
5732
5733 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5734
5735         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
5736         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
5737
5738 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
5739
5740         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
5741         not _LIBC and RE_ENABLE_I18N.
5742         (build_range_exp): Implement for not _LIBC.
5743         (build_collating_symbol): Likewise.
5744         (parse_bracket_exp): Unify redundant error handlings.
5745         Don't erase mbcset for non matching list in multibyte envs.
5746         (build_word_op): Add '_' to matching list for \w operator.
5747         * posix/regex_internal.c (re_string_construct): Invoke
5748         build_upper_buffer in case of not RE_ENABLE_I18N.
5749         (re_string_reconstruct): Don't touch cur_state in case of not
5750         RE_ENABLE_I18N.
5751         * posix/regex_internal.h (attribute_hidden): New macro in case of
5752         not _LIBC.
5753         (re_charset_t): Define range_starts/ends in case of not _LIBC.
5754         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
5755         RE_ENABLE_I18N.
5756         (transit_state_mb): Likewise.
5757         (check_node_accept_bytes): Implement the code evaluating range
5758         expression in case of not _LIBC.
5759         (find_collation_sequence_value): Hide in case of not _LIBC.
5760
5761 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
5762
5763         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
5764         i386/semctl.c.
5765         (__old_semctl, __new_semctl): Only use va_arg if the argument will
5766         be used.
5767
5768 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
5769
5770         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
5771
5772         * sysdeps/ia64/strncpy.S: Fix recovery code.
5773         Patch by David Mosberger <davidm@hpl.hp.com>.
5774
5775 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5776
5777         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
5778         GLIBC_2.2.6.
5779
5780 2002-04-14  Bruno Haible  <bruno@clisp.org>
5781
5782         * posix/regex.c (re_max_failures): Add back symbol for binary
5783         compatibility.
5784
5785 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
5786
5787         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
5788         of buffer building functions.
5789         * posix/regex_internal.c (re_string_allocate): New function.
5790         (re_string_realloc_buffers): New function.
5791         (re_string_skip_chars): New function.
5792         (re_string_reconstruct): New function.
5793         (re_string_construct): Adapt it to new interface of buffer building
5794         functions.
5795         (re_string_construct_common): Likewise.
5796         (build_wcs_buffer): Likewise.
5797         (build_wcs_upper_buffer): Likewise.
5798         (build_upper_buffer): Likewise.
5799         (re_string_translate_buffer): Likewise.
5800         (re_string_context_at): Adapt it to variable length buffers.
5801         * posix/regex_internal.h (re_string_t): Add new fields to handle
5802         variable length buffers.
5803         (re_match_context_t): Likewise.
5804         * posix/regexec.c (re_search_internal): Adapt it to new interface
5805         of re_string_t and re_match_context_t.
5806         (acquire_init_state_context): Likewise.
5807         (check_matching): Likewise.
5808         (check_halt_state_context): Likewise.
5809         (proceed_next_node): Likewise.
5810         (set_regs): Likewise.
5811         (sift_states_backward): Likewise.
5812         (clean_state_log_if_need): Likewise.
5813         (sift_states_iter_mb): Likewise.
5814         (sift_states_iter_bkref): Likewise.
5815         (add_epsilon_backreference): Likewise.
5816         (transit_state): Likewise.
5817         (transit_state_sb): Likewise.
5818         (transit_state_mb): Likewise.
5819         (transit_state_bkref): Likewise.
5820         (transit_state_bkref_loop): Likewise.
5821         (check_node_accept): Likewise.
5822         (match_ctx_init): Likewise.
5823         (extend_buffers): New function.
5824
5825 2002-04-21  Bruno Haible  <bruno@clisp.org>
5826
5827         * iconvdata/tst-table.sh: For the second check, use the truncated
5828         GB18030 charmap table, like for the first check.
5829
5830 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5831
5832         * elf/dl-load.c (open_verify): Correct __lseek parameters.
5833         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
5834
5835 2002-04-23  H.J. Lu  <hjl@gnu.org>
5836
5837         * include/math.h (isfinite): Fix a typo.
5838
5839 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
5840
5841         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
5842         which is created by the test suite.
5843
5844 2002-04-20  Bruno Haible  <bruno@clisp.org>
5845
5846         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
5847         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
5848
5849 2002-04-20  Bruno Haible  <bruno@clisp.org>
5850
5851         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
5852         to avoid gcc warning.
5853
5854 2002-04-20  Bruno Haible  <bruno@clisp.org>
5855
5856         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
5857         of data->__statep->__count.
5858
5859 2002-04-20  Bruno Haible  <bruno@clisp.org>
5860
5861         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
5862         tag characters.
5863         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
5864
5865 2002-04-24  Roland McGrath  <roland@frob.com>
5866
5867         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
5868         use END macro instead of our own .end directive.
5869         Use `callsys' insn mnemonic instead of `call_pal'.
5870
5871         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
5872
5873         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
5874         macro; we need this for Hurd.
5875
5876         Log entry was missing for 2002/03/24 commit of rev 1.8,
5877         goes with 2002-03-17 changes.
5878         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
5879         (sysdep_routines): Append ioperm here.
5880         (sysdep_headers): Append sys/io.h here.
5881
5882 2002-04-23  Roland McGrath  <roland@frob.com>
5883
5884         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
5885         * sysdeps/mach/hurd/sendto.c: Likewise.
5886         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
5887         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
5888         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
5889
5890 2002-04-22  Roland McGrath  <roland@frob.com>
5891
5892         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
5893         failure from i386_io_perm_* RPCs to ENOSYS.
5894
5895 2002-04-22  Andreas Jaeger  <aj@suse.de>
5896
5897         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
5898
5899         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
5900
5901         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
5902         register instead of destroying %rbx.
5903
5904 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
5905
5906         * string/string.h: Declare strerror_r also for XPG6.
5907
5908 2002-04-19  Roland McGrath  <roland@frob.com>
5909
5910         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
5911
5912 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
5913
5914         * Makefile: Add handling of xtests and xcheck targets.
5915         * MakeTAGS: Likewise.
5916         * Makeconfig: Likewise.
5917         * Makerules: Likewise.
5918         * Rules: Likewise.
5919         * manual/Makefile: Likewise.
5920         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
5921         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
5922
5923 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
5924
5925         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
5926         authnone_private_s.
5927         * sunrpc/auth_none.c: Include bits/libc-lock.h.
5928         Delete #ifdef _RPC_THREAD_SAFE_ block.
5929         (authnone_private): Make a struct, not a pointer to struct.
5930         (authnone_private_guard): New once-control variable.
5931         (authnone_create_once): New function, split out of
5932         authnone_create.  No need to allocate memory.
5933         (authnone_create): Just call authnone_create_once via
5934         __libc_once, then return &authnone_private->no_client.
5935         (authnone_marshal): Access private data via CLIENT argument,
5936         not authnone_private pointer.
5937         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
5938         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
5939         authnone_private_s.
5940
5941 2002-04-12  H.J. Lu  <hjl@gnu.org>
5942
5943         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
5944
5945 2002-04-18  Bruno Haible  <bruno@clisp.org>
5946
5947         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5948         FROM_DIRECTION): Make the FROM direction stateless.
5949         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
5950         FROM_DIRECTION): Likewise.
5951
5952 2002-04-15  Bruno Haible  <bruno@clisp.org>
5953
5954         * iconvdata/JISX0213.TXT: New file.
5955         * iconvdata/jisx0213.h: New file.
5956         * iconvdata/jisx0213.c: New file.
5957         * iconvdata/euc-jisx0213.c: New file.
5958         * iconvdata/shift_jisx0213.c: New file.
5959         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
5960         * iconvdata/EUC-JISX0213.precomposed: New file.
5961         * iconvdata/SHIFT_JISX0213.precomposed: New file.
5962         * iconvdata/SHIFT_JISX0213.irreversible: New file.
5963         * iconvdata/tst-table-to.c (main): Make it work for encodings for
5964         which the "to" direction is stateful.
5965         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
5966         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
5967         SHIFT_JISX0213.
5968         (libJISX0213-routines): New variable.
5969         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
5970         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
5971         (LDFLAGS-libJISX0213.so): New variable.
5972         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
5973         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
5974         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
5975
5976 2002-04-15  Bruno Haible  <bruno@clisp.org>
5977
5978         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
5979         uint32_t.  Update to Unicode 3.2.
5980         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
5981         (BODY for TO_LOOP): Handle the ASCII range specially.
5982         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
5983         * iconvdata/testdata/BIG5HKSCS: Remove a character.
5984         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
5985
5986 2002-04-15  Bruno Haible  <bruno@clisp.org>
5987
5988         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
5989         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
5990
5991 2002-04-15  Bruno Haible  <bruno@clisp.org>
5992
5993         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
5994         (ucs4_to_cns11643): Update.
5995         * iconvdata/cns11643.c: Update to Unicode 3.2.
5996         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
5997         __cns11643_from_ucs4p2_tab): Regenerated.
5998         (__cns11643_from_ucs4p2c_tab): New array.
5999         * iconvdata/cvs11643l1.c: Update comments.
6000         * iconvdata/EUC-TW.irreversible: Remove two entries.
6001
6002 2002-04-15  Bruno Haible  <bruno@clisp.org>
6003
6004         * locale/C-translit.h.in: Update to Unicode 3.2.
6005         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6006         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6007
6008 2002-04-15  Bruno Haible  <bruno@clisp.org>
6009
6010         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6011         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6012
6013 2002-04-15  Bruno Haible  <bruno@clisp.org>
6014
6015         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6016         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6017         always one byte, not 0 bytes in some cases and 2 bytes in others.
6018
6019         * iconvdata/tst-table-from.c (main): Correct the usage message.
6020
6021 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6022
6023         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6024         (parse_dup_op): Fix error handling like "a{}".
6025         (parse_bracket_exp): Add error handling.
6026         (fetch_number): Add error handling for "a{<very_large_number>}".
6027
6028 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6029
6030         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6031         in case that the symbol name is too long.
6032         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6033         in case of REG_ICASE.
6034
6035 2002-04-19  Andreas Jaeger  <aj@suse.de>
6036
6037         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6038         <hartvige@mips.com>.
6039
6040 2002-04-15  H.J. Lu  <hjl@gnu.org>
6041
6042         * include/math.h (__finitel_internal): Declare only if
6043         __NO_LONG_DOUBLE_MATH is not defined.
6044         (__isinfl_internal): Likewise.
6045         (__isnanl_internal): Likewise.
6046
6047         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6048         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6049         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6050         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6051         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6052         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6053         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6054
6055         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6056         __fcntl_internal.
6057
6058         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6059         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6060
6061 2002-04-15  Bruno Haible  <bruno@clisp.org>
6062
6063         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6064         (BODY for TO_LOOP): Likewise.
6065         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6066         * iconvdata/tst-table.sh: Add support for encodings which contain
6067         precomposed Unicode characters, known to the iconv converter in both
6068         directions but not listed in the charmap.
6069         * iconvdata/IBM856.irreversible: New file.
6070         * iconvdata/IBM922.irreversible: New file.
6071         * iconvdata/IBM1132.irreversible: New file.
6072         * iconvdata/IBM1133.irreversible: New file.
6073         * iconvdata/IBM1160.irreversible: New file.
6074         * iconvdata/IBM1161.irreversible: New file.
6075         * iconvdata/IBM1163.irreversible: New file.
6076         * iconvdata/IBM1164.irreversible: New file.
6077         * iconvdata/ARMSCII-8.irreversible: New file.
6078         * iconvdata/TCVN5712-1.precomposed: New file.
6079         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6080         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6081         ARMSCII-8, TCVN5712-1.
6082         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6083         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6084         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6085         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6086
6087 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6088
6089         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6090         for EVENING69.  Include offsets in TZ environment variable.
6091
6092 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6093
6094         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6095         avoid compiler warnings.
6096
6097         * locale/programs/localedef.c (main): Always call
6098         construct_output_path.
6099
6100         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6101
6102         * locale/programs/locfile.c (to_archive): New variable.  To collect
6103         data which has to be added to the locale archive.
6104         (write_all_categories): Take new third parameter with locale name.
6105         Unless no_archive flag set add new locale data to the archive
6106         (write_locale_data): Unless no-archive flag set store generated data
6107         in to_archive data structure instead of generation output file.
6108         Add new parameter with locale category index.
6109         * locale/programs/locfile.h: Add new parameters in declaractions of
6110         write_all_categories and write_locale_data.
6111         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6112         --add-to-archive, and --delete-from-archive options.  Pass extra
6113         parameter to write_all_categories.
6114         * locale/programs/localedef.h: Add prototypes for functions in
6115         locarchive.c.
6116         * locale/locarchive.h: New file.
6117         * locale/programs/locarchive.c: New file.
6118         * locale/Makefile (distribute): Add programs/locarchive.c and
6119         locarchive.h.
6120         (localedef-modules): Add md5 and locarchive.
6121         Add vpath to crypt subdir for md5.c.
6122
6123         * locale/programs/ld-address.c: Pass locale category ID as new second
6124         parameter to write_locale_data.
6125         * locale/programs/ld-collate.c: Likewise.
6126         * locale/programs/ld-ctype.c: Likewise.
6127         * locale/programs/ld-identification.c: Likewise.
6128         * locale/programs/ld-measurement.c: Likewise.
6129         * locale/programs/ld-messages.c: Likewise.
6130         * locale/programs/ld-monetary.c: Likewise.
6131         * locale/programs/ld-name.c: Likewise.
6132         * locale/programs/ld-numeric.c: Likewise.
6133         * locale/programs/ld-paper.c: Likewise.
6134         * locale/programs/ld-telephone.c: Likewise.
6135         * locale/programs/ld-time.c: Likewise.
6136
6137         * locale/simple-hash.c: Move compute_hashval function from here...
6138         * locale/hashval.h: ...to here.  New file.
6139         * locale/simple-hash.h: Add prototype for compute_hashval.
6140
6141         * include/libintl.h: Minor cleanups.
6142
6143 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6144
6145         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6146
6147 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6148
6149         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6150
6151 2002-04-14  Bruno Haible  <bruno@clisp.org>
6152
6153         * locale/programs/charmap.c (charmap_read): Don't access result if
6154         result == NULL.
6155
6156 2002-02-17  Andreas Schwab  <schwab@suse.de>
6157
6158         * elf/reldep7.c: New file.
6159         * elf/reldep7mod1.c: New file.
6160         * elf/reldep7mod2.c: New file.
6161         * elf/Makefile: Add rules to build and run reldep7.
6162
6163 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6164
6165         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6166         the end of the function.  Pass original flags to recursive call if
6167         add_dependency failed.
6168         (_dl_lookup_versioned_symbol): Likewise.
6169
6170 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6171
6172         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6173         early, but check whether it overflowed afterwards.
6174         * time/tst-mktime.c (main): Add new tests.
6175
6176 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6177
6178         * debug/xtrace.sh: Fix program name in help message.
6179         Patch by Roger Luethi <rl@hellgate.ch>.
6180
6181         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6182         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6183         NOT_IN_libc.
6184         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6185         * sysdeps/mach/hurd/lxstat.c: Likewise.
6186         * sysdeps/unix/common/lxstat.c: Likewise.
6187         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6188         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6189         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6190         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6191         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6192         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6193         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6194         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6195         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6196
6197         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6198         prototypes.  Add __mbrlen and __mbrtowc macros.
6199         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6200         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6201
6202         * include/unistd.h: Add prototype for __write_internal and add
6203         __libc_write macro is SHARED.
6204         * sysdeps/generic/write.c: Use INTDEF for __write.
6205         * sysdeps/mach/hurd/write.c: Likewise.
6206         * sysdeps/unix/sysv/aix/write.c: Likewise.
6207         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6208
6209         * assert/assert.c: Replace STR_N_SIZE with something usable in
6210         macro arguments.
6211         * assert/assert-perr.c: Likewise.
6212
6213         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6214         SA_LEN macro to use it if not NOT_IN_libc.
6215         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6216
6217         * include/fcntl.h: Declare __open_internal and define __open and
6218         __libc_open macros if not NOT_IN_libc.
6219         * sysdeps/generic/open.c: Use INTDEF for __open.
6220         * sysdeps/mach/hurd/open.c: Likewise.
6221         * sysdeps/unix/sysv/aix/open.c: Likewise.
6222         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6223
6224         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6225         has correct number.
6226
6227         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6228         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6229         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6230         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6231
6232         * include/wctype.h: Declare __iswalpha_l_internal,
6233         __iswdigit_l_internal, __iswspace_l_internal,
6234         __iswxdigit_l_internal, and __iswctype_internal.  Define
6235         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6236         __iswxdigit_l macros if not NOT_IN_libc.
6237         * wctype/iswctype.c: Use INTDEF for __iswctype.
6238         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6239
6240         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6241         __isnan_internal, and __isnanl_internal.
6242         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6243         __isnan, and __isnanl.
6244         * stdio-common/printf_size.c: Likewise.
6245         * sysdeps/generic/printf_fphex.c: Likewise.
6246         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6247         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6248         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6249         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6250         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6251         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6252         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6253         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6254         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6255         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6256         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6257         * sysdeps/m68k/s_isinfl.c: Likewise.
6258         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6259         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6260
6261         * include/sys/time.h: Declare __gettimeofday_internal and define
6262         __gettimeofday macro if not NOT_IN_libc.
6263         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6264         * sysdeps/mach/gettimeofday.c: Likewise.
6265         * sysdeps/posix/gettimeofday.c: Likewise.
6266         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6267         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6268         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6269         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6270
6271         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6272         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6273         Remove __lstat and __fstat inline functions.
6274         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6275         * sysdeps/mach/hurd/fxstat.c: Likewise.
6276         * sysdeps/unix/fxstat.c: Likewise.
6277         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6278         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6279         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6280         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6281         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6282         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6283         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6284         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6285         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6286
6287         * include/unistd.h: Declare __getpid_internal and define
6288         __getpid macro if not NOT_IN_libc.
6289         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6290         * sysdeps/generic/getpid.c: Likewise.
6291         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6292         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6293
6294         * include/unistd.h: Declare __getpgid_internal and define
6295         __getpgid macro if not NOT_IN_libc.
6296         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6297         * sysdeps/mach/hurd/getpgid.c: Likewise.
6298         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6299         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6300         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6301         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6302
6303         * include/unistd.h: Declare __getpagesize_internal and define
6304         __getpagesize macro if not NOT_IN_libc.
6305         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6306         __getpagesize.
6307         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6308         * sysdeps/mach/getpagesize.c: Likewise.
6309         * sysdeps/posix/getpagesize.c: Likewise.
6310         * sysdeps/unix/getpagesize.c: Likewise.
6311         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6312         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6313         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6314         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6315
6316 2002-04-13  Andreas Jaeger  <aj@suse.de>
6317
6318         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6319         as clobber to reduce register pressure.
6320         (__strpbrk_cg): Likewise.
6321         (__mempcpy_by4): Likewise.
6322         (__strstr_cg): Likewise.
6323         Add prototype for __memrchr.
6324
6325 2002-04-13  Andreas Schwab  <schwab@suse.de>
6326
6327         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6328         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6329         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6330
6331 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6332
6333         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6334         check whether the caller prefers getting the most recent version of
6335         a symbol of the earliest version.
6336         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6337         _dl_do_lookup to also take the new parameter and pass it on.
6338         Change 'explicit' parameter of _dl_lookup_symbol and
6339         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6340         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6341         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6342         _dl_lookup_versioned_symbol.
6343         * elf/dl-reloc.c: Likewise.
6344         * elf/dl-runtime.c: Likewise.
6345         * elf/dl-sym.c: Likewise.
6346         * sysdeps/mips/dl-machine.h: Likewise.
6347
6348 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6349
6350         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6351         in a token.
6352         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6353
6354 2002-04-10  Andreas Jaeger  <aj@suse.de>
6355
6356         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6357
6358         * include/argz.h: Remove extra char from last patch.
6359
6360 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6361
6362         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6363         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6364         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6365         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6366         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6367         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6368         __chown_internal.
6369         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6370
6371         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6372         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6373         * intl/ngettext.c: Likewise.
6374
6375         * include/sys/socket.h: Declare __connect_internal and define
6376         __connect macro if not NOT_IN_libc.
6377         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6378         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6379         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6380
6381         * include/unistd.h: Declare __close_internal and define __close macro
6382         if not NOT_IN_libc.
6383         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6384         WJUMP3): Add extra parenthesis to avoid expanding element names with
6385         macors like __close.
6386         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6387
6388         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6389         if not NOT_IN_libc.
6390         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6391         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6392         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6393
6394         * include/unistd.h: Declare __fork_internal and define __fork macro
6395         if not NOT_IN_libc.
6396         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6397         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6398         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6399
6400         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6401         __fsetlocking macro to use it if not NOT_IN_libc.
6402         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6403
6404         * libio/__fbufsize.c: Correct copyright.
6405         * libio/__flbf.c: Likewise.
6406         * libio/__fpending.c: Likewise.
6407         * libio/__fpurge.c: Likewise.
6408         * libio/__freadable.c: Likewise.
6409         * libio/__freading.c: Likewise.
6410         * libio/__fsetlocking.c: Likewise.
6411         * libio/__fwritable.c: Likewise.
6412         * libio/__fwriting.c: Likewise.
6413
6414         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6415         macro to use it if not NOT_IN_libc.
6416         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6417
6418         * include/mntent.h: Declare __setmntent_internal,
6419         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6420         __getmntent_r, and __endmntent macros to use these functions if not
6421         NOT_IN_libc.
6422         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6423         __endmntent.
6424
6425         * include/math.h: Declare __finite_internal, __finitef_internal, and
6426         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6427         these functions.
6428         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6429         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6430         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6431         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6432         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6433         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6434         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6435         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6436         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6437         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6438
6439         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6440         to use this function if not NOT_IN_libc.
6441         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6442         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6443         * sysdeps/mach/hurd/fcntl.c: Likewise.
6444         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6445         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6446
6447         * include/argz.h: Declare __argz_count_internal and
6448         __argz_stringify_internal.
6449         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6450         __argz_stringify.
6451         * string/argz-count.c: Use INTDEF for __argz_count.
6452         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6453
6454         * include/stdlib.h: Declare __cxa_atexit_internal and define
6455         __cxa_atexit macro if not NOT_IN_libc.
6456         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6457         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6458
6459         * assert/assert.c: Use INTDEF for __assert_fail.
6460         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6461         * include/assert.h: Declare __assert_fail_internal.
6462
6463         * extra-lib.mk: Mark assignment to lib with override.
6464
6465 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6466
6467         * Makerules: Use cppflags-iterator.mk to add defines for all test
6468         source files.
6469
6470 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6471
6472         * elf/elf.h: Define R_SH_TLS_xxx macros.
6473         * elf/rtld.c: Remove an extra parenthesis.
6474         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6475         TLS_GD macros.
6476         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6477         * sysdeps/sh/dl-lookupcfg.h: New file.
6478         * sysdeps/sh/dl-tls.h: New file.
6479         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6480         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6481         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6482         R_SH_TLS_TPOFF32 relocations.
6483
6484 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6485
6486         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6487         of NOT_IN_LIBC.
6488         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6489         * include/stdlib.h: Likewise.
6490
6491 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6492
6493         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6494         instead of _RTLD_LOCAL.
6495         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6496         * include/unistd.h: Likewise.
6497         * sysdeps/generic/ldsodefs.h: Likewise.
6498
6499         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6500         if in libc or ld.so.
6501
6502 2002-04-08  Andreas Jaeger  <aj@suse.de>
6503
6504         * elf/cache.c (print_entry): Support x86-64.
6505
6506 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6507
6508         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6509         with one accessing the locale data structures directly.
6510         * stdio-common/printf-prs.c: Include localeinfo.h for new
6511         MB_CUR_MAX definition.
6512
6513         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6514         is the name of the source file without extension.
6515         * Makefile (distribute): Add cppflags-iterator.mk.
6516         * cppflags-iterator.mk: New file.
6517         * extra-lib.mk: For the sources of the library run
6518         cppflags-iterator.mk.
6519
6520         * include/libintl.h: Declare __dcgettext_internal and
6521         _libc_intl_domainname_internal.  Define __dcgettext using these
6522         two symbols if used in libc itself.
6523         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6524         _libc_intl_domainname_internal.
6525         * argp/argp-parse.c: Likewise.
6526         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6527         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6528         * intl/gettext.c: Likewise.
6529         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6530         alias.
6531         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6532         __dcgettext.
6533         * posix/regex_internal.c (gettext): Likewise.
6534
6535 2002-04-08  Andreas Jaeger  <aj@suse.de>
6536
6537         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6538
6539         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6540         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6541         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6542         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6543         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6544         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6545
6546 2002-04-08  Roland McGrath  <roland@frob.com>
6547
6548         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6549         widening __hurd_fail value.
6550
6551 2002-04-07  Roland McGrath  <roland@frob.com>
6552
6553         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6554         <mach/machine/alpha_instruction.h>.
6555         (_hurd_setup_sighandler): Take proper arguments for current decls.
6556         Update code to use _hurdsig_catch_fault.
6557         Use `callsys' instruction instead of `call_pal'.
6558         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6559
6560         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6561         (ALIGN, at, AT, fp): New macros.
6562
6563 2002-04-06  Roland McGrath  <roland@frob.com>
6564
6565         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6566
6567         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6568         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6569
6570         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6571         * sysdeps/mach/hurd/connect.c: Likewise.
6572         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6573         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6574
6575         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6576         __msg_sig_post RPC.
6577
6578         * hurd/catch-exc.c: Use integer_t instead of int.
6579         * hurd/hurdfault.c: Likewise.
6580
6581         * sysdeps/mach/hurd/alpha/exc2signal.c
6582         (_hurd_exception2signal): Rewritten.
6583         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6584         (_hurd_longjmp_thread_state): Rewritten.
6585
6586 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6587
6588         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6589         DB_LOOKUP_FCT prototype.
6590         * nss/getXXent_r.c: Likewise.
6591         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6592         * inet/getaliasname_r.c: Likewise.
6593         * inet/getnetbyad_r.c: Likewise.
6594         * inet/getnetbynm_r.c: Likewise.
6595         * inet/getnetent_r.c: Likewise.
6596         * inet/getproto_r.c: Likewise.
6597         * inet/getprtent_r.c: Likewise.
6598         * inet/getprtname_r.c: Likewise.
6599         * inet/getrpcbyname_r.c: Likewise.
6600         * inet/getrpcbynumber_r.c: Likewise.
6601         * inet/getrpcent_r.c: Likewise.
6602         * inet/getservent_r.c: Likewise.
6603         * inet/getsrvbynm_r.c: Likewise.
6604         * inet/getsrvbypt_r.c: Likewise.
6605         * shadow/getspent_r.c: Likewise.
6606         * shadow/getspnam_r.c: Likewise.
6607
6608         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6609
6610         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6611         Use i686-friendly PIC code.
6612         * sysdeps/i386/elf/setjmp.S: Likewise.
6613
6614         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6615
6616         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6617         list.
6618         * elf/Versions: Remove it here.
6619
6620 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6621
6622         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6623         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6624
6625 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6626
6627         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6628         test just before the test runs.
6629         * intl/tst-translit.sh: Likewise.
6630         * intl/tst-codeset.sh: Likewise.
6631
6632         * timezone/zic.c: Update from tzcode2002c.
6633         * timezone/asia: Update from tzdata2002c.
6634         * timezone/backward: Likewise.
6635         * timezone/europe: Likewise.
6636         * timezone/northamerica: Likewise.
6637         * timezone/northamerica: Likewise.
6638         * timezone/northamerica: Likewise.
6639         * timezone/southamerica: Likewise.
6640         * timezone/zone.tab: Likewise.
6641
6642 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6643
6644         * sysdeps/generic/brk.c (__curbrk): Declare.
6645         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6646         * sysdeps/generic/dl-sbrk.c: Likewise.
6647         * sysdeps/unix/arm/dl-brk.S: New file.
6648         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6649         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6650         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6651         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6652         * sysdeps/unix/i386/dl-brk.S: New file.
6653         * sysdeps/unix/mips/dl-brk.S: New file.
6654         * sysdeps/unix/sparc/dl-brk.S: New file.
6655         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6656         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6657         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6658         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6659
6660 2002-04-03  Andreas Schwab  <schwab@suse.de>
6661
6662         * Makefile (headers): Add gnu/lib-names.h here instead of
6663         install-others.
6664         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6665         installation rule.
6666         (install-headers): Add dependency on install-headers-nosubdir.
6667         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6668         instead of install-others.
6669         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6670         installation rule.
6671
6672 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6673
6674         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6675         Reported by Sam Roberts <sroberts@uniserve.com>.
6676
6677 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6678
6679         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6680         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6681         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6682         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6683
6684 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6685
6686         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6687         (RTLD_START): Ditto.
6688         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6689         dependency violation.
6690
6691 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6692
6693         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6694         all variable declarations.
6695
6696 2002-04-04  Andreas Schwab  <schwab@suse.de>
6697
6698         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6699
6700 2002-04-04  Andreas Jaeger  <aj@suse.de>
6701
6702         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6703         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6704
6705         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6706         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6707         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6708
6709         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6710
6711         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6712
6713         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6714         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6715
6716         * configure.in: Handle all mips entries the same.
6717
6718         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6719         * sysdeps/mips/mips3/*: Likewise.
6720         * sysdeps/mips/p40/bits/endian.h: Likewise.
6721
6722 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
6723
6724         * misc/dirname.c (dirname): Ignore trailing slashes at end of
6725         non-null result [PR libc/2600].
6726
6727         * misc/tst-dirname.c: Add more tests.
6728
6729 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6730
6731         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
6732         define a code_set_name provide one based on the filename.
6733
6734         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
6735
6736 2001-12-28  Andreas Jaeger  <aj@suse.de>
6737
6738         * time/mktime.c (__mktime_internal): Check for year < 70
6739         [PR libc/2738].
6740
6741 2002-04-03  Andreas Jaeger  <aj@suse.de>
6742
6743         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
6744         shmat.
6745         Reported by Andi Kleen <ak@suse.de>.
6746
6747 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
6748
6749         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
6750         * sysdeps/generic/w_lgammaf.c: Likewise.
6751         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
6752
6753         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
6754         Adjust for new output format of the backtrace functions.
6755
6756         * misc/syslog.c (vsyslog): Only use cleanup handler if
6757         _LIBC_REENTRANT is defined [PR libc/2924].
6758
6759         * libio/Makefile (tests): Add bug-ungetwc2.
6760         * libio/bug-ungetwc2.c: New file.
6761
6762         * manual/install.texi: Typographical and grammatical cleanup.
6763         Patch by Dennis Grace <dgrace@us.ibm.com>.
6764
6765         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
6766         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
6767
6768         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
6769         always "&".  Adjust callers.
6770         Add "_" prefix to several generated definitions.
6771         Patch by paul@serice.net [PR libc/3158].
6772
6773 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6774
6775         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
6776         size of _dl_arm_cap_flags.
6777         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
6778
6779         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
6780         Define as 8.
6781
6782 2002-03-22  H.J. Lu  <hjl@gnu.org>
6783
6784         * scripts/firstversions.awk: Check the first version.
6785
6786 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6787
6788         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
6789         dependencies must be stable to work correctly.
6790         Reported by martin.lubich@datacon.at.
6791
6792         * libio/bug-ungetwc1.c: New file.
6793         * libio/Makefile (tests): Add bug-ungetwc1.
6794
6795         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
6796         if stream was last used for writing.
6797
6798         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
6799         number [PR libc/3111].
6800
6801         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
6802         to ...
6803         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
6804
6805 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
6806
6807         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
6808         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
6809         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
6810         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
6811         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
6812
6813 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
6814
6815         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
6816         dynamic tags.
6817
6818 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
6819
6820         * sysdeps/i386/fpu/s_fabs.S: New file.
6821         * sysdeps/i386/fpu/s_fabsf.S: New file.
6822         * sysdeps/i386/fpu/s_fabsl.S: New file.
6823         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
6824         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
6825         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
6826
6827 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6828
6829         * rt/tst-shm.c (do_test): Add one more test for size of shared
6830         memory object.
6831
6832 2002-03-29  Wolfram Gloger  <wg@malloc.de>
6833
6834         * malloc/malloc.c: Add short description and prototypes for
6835         malloc_get_state, malloc_set_state and posix_memalign, for
6836         consistency and to avoid warnings with -Wstrict-prototypes.
6837         Reported by Andreas Jaeger <aj@suse.de>.
6838
6839 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
6840
6841         * po/gl.po: Update from translation team.
6842
6843 2002-03-31  Roland McGrath  <roland@frob.com>
6844
6845         * hurd/hurdselect.c (_hurd_select): Fix
6846         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
6847         Use a union rather than casts to compare mach_msg_type_t as int.
6848
6849 2002-03-25  Roland McGrath  <roland@frob.com>
6850
6851         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
6852         check off the end of NAME when it's shorter than 2 chars.
6853         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
6854
6855 2002-03-17  Roland McGrath  <roland@frob.com>
6856
6857         * sysdeps/mach/hurd/i386/sys/io.h: New file.
6858         * sysdeps/mach/hurd/i386/ioperm.c: New file.
6859         * sysdeps/mach/hurd/i386/Dist: Add them.
6860         * sysdeps/mach/hurd/i386/Versions
6861         (libc: GLIBC_2.2.6): New set, add ioperm.
6862         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
6863         (mach_interface_list): Check for mach_i386.defs.
6864         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
6865         * sysdeps/mach/configure: Regenerated.
6866
6867 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
6868
6869         * po/fr.po: Update from translation team.
6870
6871 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
6872
6873         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
6874         getpriority from syscalls list.
6875
6876 2002-03-28  Andreas Jaeger  <aj@suse.de>
6877
6878         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
6879         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
6880         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
6881         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
6882
6883 2002-03-27  Andreas Jaeger  <aj@suse.de>
6884
6885         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6886         sigcontext): Follow further kernel change.
6887
6888         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
6889         kernel change.
6890
6891         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
6892         Change for struct sigcontext change.
6893
6894         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
6895         Follow changes in struct sigcontext.
6896
6897         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
6898         sysycall, use wrapper instead.
6899
6900 2002-03-26  Andreas Jaeger  <aj@suse.de>
6901
6902         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
6903         read and write accesses as detailed as possible.
6904         (__memcpy_by2): Likewise.
6905         (__memcpy_g): Likewise.
6906         (memmove): Likewise.
6907         (memcmp): Likewise.
6908         (__memset_ccn_by4): Likewise.
6909         (__memset_ccn_by2): Likewise.
6910         (__memset_gcn_by4): Likewise.
6911         (__memset_gcn_by2): Likewise.
6912         (memchr): Likewise.
6913         (__memrchr): Likewise.
6914         (rawmemchr): Likewise.
6915         (__strlen_g): Likewise.
6916         (__strcpy_g): Likewise.
6917         (__mempcpy_by4): Likewise.
6918         (__mempcpy_by2): Likewise.
6919         (__mempcpy_byn): Likewise.
6920         (__stpcpy_g): Likewise.
6921         (__strncpy_by4): Likewise.
6922         (__strncpy_by2): Likewise.
6923         (__strncpy_byn): Likewise.
6924         (__strncpy_gg): Likewise.
6925         (__strcat_c): Likewise.
6926         (__strcat_g): Likewise.
6927         (__strncat_g): Likewise.
6928         (__strcmp_gg): Likewise.
6929         (__strncmp_g): Likewise.
6930         (__strchr_c): Likewise.
6931         (__strchr_g): Likewise.
6932         (__strchrnul_c): Likewise.
6933         (__strchrnul_g): Likewise.
6934         (__strrchr_c): Likewise.
6935         (__strrchr_g): Likewise.
6936         (__strrchr_c): Likewise.
6937         (__strrchr_g): Likewise.
6938         (__strcspn_c1): Likewise.
6939         (__strcspn_cg): Likewise.
6940         (__strcspn_g): Likewise.
6941         (__strcspn_g): Likewise.
6942         (__strspn_c1): Likewise.
6943         (__strspn_cg): Likewise.
6944         (__strspn_g): Likewise.
6945         (__strspn_g): Likewise.
6946         (__strpbrk_cg): Likewise.
6947         (__strpbrk_g): Likewise.
6948         (__strstr_cg): Likewise.
6949         (__strstr_g): Likewise.
6950
6951         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
6952         Michal Ludvig <mludvig@suse.cz>.
6953
6954         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
6955         compatibilty, adjust for kernel changes.
6956
6957         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
6958         sigcontext): Adjust for kernel changes.
6959
6960 2002-03-25  Andreas Jaeger  <aj@suse.de>
6961
6962         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
6963         little endian.
6964         Reported by Artur Zaprzala <zybi@talex.com.pl>.
6965
6966 2002-03-24  Andreas Jaeger  <aj@suse.de>
6967
6968         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
6969
6970         * stdio-common/tst-fdopen.c (main): Remove unused variable.
6971
6972         * iconv/tst-iconv3.c (main): Use correct printf strings.
6973
6974 2002-03-18  Roland McGrath  <roland@frob.com>
6975
6976         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
6977         (CMGROUP_MAX): New macro.
6978
6979 2002-03-23  Roland McGrath  <roland@frob.com>
6980
6981         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
6982         * sysdeps/posix/shm_unlink.c: Likewise.
6983
6984 2002-03-22  Roland McGrath  <roland@frob.com>
6985
6986         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
6987         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
6988         under --enable-libio.
6989         * sysdeps/mach/hurd/configure: Regenerated.
6990
6991 2002-03-23  Roland McGrath  <roland@frob.com>
6992
6993         * sysdeps/mach/hurd/i386/Makefile
6994         (sysdep_routines, shared-only-routines): Don't add framestate,
6995         reverting 2001-10-02 change.
6996         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
6997         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
6998         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
6999         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7000         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7001         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7002         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7003         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7004         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7005         Do it here instead, only if [$(unwind-find-fde) = yes].
7006
7007 2002-03-23  Andreas Jaeger  <aj@suse.de>
7008
7009         * signal/signal.h: Fix typo. Patch by Steve Kemp
7010         <skx@tardis.ed.ac.uk>.
7011
7012 2002-03-22  Andreas Jaeger  <aj@suse.de>
7013
7014         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7015         getresuid.
7016
7017         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7018         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7019         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7020         user_fpregs_struct): Rename fwd.
7021
7022         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7023         Follow sigcontext changes.
7024
7025 2002-03-22  Andreas Jaeger  <aj@suse.de>
7026
7027         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7028         changes for NaNs on MIPS.
7029         Patch by Hartvig Ekner <hartvige@mips.com>.
7030
7031 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7032
7033         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7034         Use realloc if too large.
7035         (addgrbyid): Likewise.
7036         * nscd/hstcache.c (addhstbyname): Likewise.
7037         (addhstbyaddr): Likewise.
7038         (addhstbynamev6): Likewise.
7039         (addhstbyaddrv6): Likewise.
7040         * nscd/pwdcache.c (addpwbyname): Likewise.
7041         (addpwbyuid): Likewise.
7042
7043 2002-03-21  Andreas Jaeger  <aj@suse.de>
7044
7045         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7046         _fpstate): Add separate struct for x86-64.
7047
7048         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7049         user_fpregs_struct): Change member names to follow kernel.
7050
7051 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7052
7053         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7054         Correctly close the UDP connection right away [PR libc/3120].
7055
7056 2002-03-20  Andreas Jaeger  <aj@suse.de>
7057
7058         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7059         user_fpregs_struct): Fix for changed kernel struct.
7060         (struct user_regs_struct): Likewise.
7061         (struct user): Likewise.
7062         Add 32-bit x86 compatibility.
7063
7064         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7065
7066 2002-03-19  Andreas Jaeger  <aj@suse.de>
7067
7068         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7069
7070 2002-03-18  Andreas Jaeger  <aj@suse.de>
7071
7072         * iconvdata/Makefile: Only run tests when shared libs are
7073         available.
7074
7075 2002-03-17  Andreas Jaeger  <aj@suse.de>
7076
7077         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7078
7079         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7080
7081         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7082         bits.
7083
7084         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7085         (CAUSE_SHIFT): New macro.
7086         Patch by Hartvig Ekner <hartvige@mips.com>.
7087
7088         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7089         * sysdeps/generic/unwind-pe.h: Likewise.
7090
7091         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7092         type to _IO_setb.
7093
7094         * libio/stdio.c (AL2): Define variant when visibility attribute is
7095         not supported.
7096
7097         * include/libc-symbols.h (_INTVARDEF): Define variant when
7098         visibility attribute is not supported.
7099
7100 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7101
7102         * po/fr.po: Update from translation team.
7103
7104 2002-02-25  Bruno Haible  <bruno@clisp.org>
7105
7106         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7107
7108 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7109
7110         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7111         buffers if _IO_file_attach failed.
7112
7113         * libio/fileops.c (_IO_file_open): Close file descriptor if
7114         _IO_SEEKOFF call failed.
7115
7116 2002-03-15  H.J. Lu  <hjl@gnu.org>
7117             Ulrich Drepper  <drepper@redhat.com>
7118
7119         * configure.in: Check for availability of
7120         init_array/fini_array/preinit_array handling in binutils.
7121         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7122         * config.make.in (have-initfini-array): New variable.
7123
7124 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7125
7126         * stdio-common/tst-printf.c (main): Comment out one test which
7127         checked the compiler's ability to fold floating-point constants
7128         but not really printf.
7129         (rfg3): Make s const.
7130         * stdio-common/tst-printf.sh: Adjust for removed test.
7131
7132         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7133         internal function.  Adjust for internal_function calling convention.
7134         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7135         as internal_function.
7136
7137         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7138         hidden.
7139
7140         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7141         declaration and definition.
7142         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7143         declaration.
7144         * nss/getXXent_r.c: Likewise.
7145         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7146         definition.
7147
7148         * include/time.h: Declare __localtime_r as hidden.
7149
7150         * include/aliases.h: Declare __getaliasent_r as hidden.
7151         * include/grp.h: Declare __getgrent_r as hidden.
7152         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7153         __getservent_r, and __getprotoent_r as hidden.
7154         * include/pwd.h: Declare __getpwent_r as hidden.
7155         * include/shadow.h: Declare __getspent_r as hidden.
7156         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7157
7158         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7159         and __gconv_transliterate as hidden.
7160         Add internal_function to __gconv_get_path declaration.
7161         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7162         definition.  Add attribute_hidden to __gconv_read_conf definition.
7163
7164 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7165
7166         * elf/rtld.c: Declare _environ as hidden.
7167         * sysdeps/generic/dl-environ.c: Likewise.
7168         * sysdeps/generic/dl-sysdep.c: Likewise.
7169
7170         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7171         _dl_mcount_internal as hidden.
7172
7173         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7174         * sysdeps/generic/dl-brk.c: New file.
7175         * sysdeps/generic/dl-sbrk.c: New file.
7176         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7177         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7178
7179         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7180         (__errno_location): New function.  Declare errno as hidden.
7181         * elf/rtld.c (_dl_argc): Define as hidden.
7182         (_dl_skip_args): Define as hidden.
7183         (_begin, _end): Declare as hidden.
7184         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7185         * sysdeps/generic/entry.h (_start): Declare as hidden.
7186         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7187         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7188         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7189         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7190
7191 2002-03-14  Roland McGrath  <roland@frob.com>
7192
7193         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7194
7195         * Makeconfig (%.v.i, %.v): New implicit rules.
7196         (preprocess-versions): Variable removed.
7197         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7198         shlib-versions input files as dependencies.
7199         ($(common-objpfx)soversions.i): Depend on that instead of the input
7200         files.  Use it as input instead of using a pipeline.
7201         (postclean-generated): Append soversions.i, shlib-versions.v, and
7202         shlib-versions.v.i here.
7203         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7204         the Versions.def input files as dependencies.
7205         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7206         ($(common-objpfx)Versions.all): Depend on that instead of the input
7207         files.  Use it as input instead of using a pipeline.
7208         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7209         (postclean-generated): Append those .v and .v.i files here.
7210
7211 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7212
7213         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7214         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7215         Remove.
7216
7217 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7218
7219         * sysdeps/generic/mp_clz_tab.c: New file.
7220         * sysdeps/i386/mp_clz_tab.c: New file.
7221         * sysdeps/hppa/mp_clz_tab.c: New file.
7222         * sysdeps/powerpc/mp_clz_tab.c: New file.
7223         * stdlib/Makefile (aux): Revert last patch.
7224         * math/Makefile (gmp-objs): Likewise.
7225
7226 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7227
7228         * time/strftime.c: Comment fixes for references to obsolescent
7229         standards, In most cases the simplest fix is to remove the
7230         confusing comments.  Cross-referencing all the standards properly
7231         is a bit of a pain, and it should be enough to put that info in
7232         the documentation as I did in my recent time.texi patch.
7233
7234 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7235
7236         * manual/time.texi (Formatting Calendar Time):
7237         ISO C99 also specifies the E and O modifiers.
7238         %P is a GNU extension, and is not in ISO C99.
7239         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7240         %T is also in ISO C99.
7241         The RFC 822 example is not valid in arbitrary locales.
7242         Reword the POSIX.2 wording slightly, to make it a bit clearer
7243         that POSIX.2 formats are also supported by later POSIX versions.
7244         If a format was introduced in ISO C99 it is also required by
7245         POSIX.1-2001.
7246
7247 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7248
7249         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7250         _sys_nerr_internal with INTVARDEF2.
7251         * include/libc-symbols.h (INTVARDEF2): New macro.
7252         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7253         (_sys_nerr_internal): Library.
7254
7255         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7256         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7257
7258         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7259
7260 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7261
7262         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7263
7264 2002-03-02  Andreas Schwab  <schwab@suse.de>
7265
7266         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7267         'h' flag and positional arg.
7268         * stdio-common/tst-printf.c (rfg3): New function to test
7269         positional arguments.
7270         (main): Fix some warnings.
7271
7272 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7273
7274         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7275         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7276
7277 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7278
7279         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7280
7281         * include/locale.h (_nl_C_locobj): Declare as hidden.
7282
7283         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7284         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7285
7286         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7287
7288         * include/sys/gmon.h: Declare _gmonparam as hidden.
7289
7290         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7291         (__ctype32_wctrans): Likewise.
7292         (__ctype32_width): Likewise.
7293
7294         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7295         use of __ttyname.
7296
7297         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7298         Define as hidden.
7299         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7300         hidden.  Change all users of these variables.
7301
7302         * posix/regex_internal.h (__re_error_msgid): Renamed from
7303         re_error_msgid.  Declare as hidden.
7304         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7305         hidden.
7306
7307         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7308         (__printf_function_table): Likewise.
7309         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7310         hidden.
7311         (__printf_function_table): Likewise.
7312
7313         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7314         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7315
7316         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7317         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7318
7319         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7320         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7321
7322 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7323
7324         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7325         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7326         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7327         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7328         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7329         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7330         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7331         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7332         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7333         _nl_C_LC_CTYPE_width: Declare as hidden.
7334         * include/locale.h: Declare _nl_locale_file_list.
7335         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7336         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7337         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7338         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7339         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7340         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7341         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7342         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7343         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7344         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7345         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7346         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7347         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7348         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7349         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7350         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7351         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7352         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7353         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7354         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7355         _nl_C_LC_CTYPE_width, and as hidden.
7356         * locale/findlocale.c: Declare _nl_C as hidden.
7357         * locale/newlocale.c: Likewise.
7358         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7359         _nl_locale_file_list.
7360         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7361         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7362         Define _nl_C_locobj as hidden.
7363
7364         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7365         (_mtrace_line): Likewise.
7366
7367         * include/time.h: Declare __mon_yday as hidden.
7368         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7369
7370         * libio/libioP.h: Declare __libio_codecvt as hidden.
7371         * libio/fileops.c: Declare __libio_translit as hidden.
7372         * libio/iofwide.c: Define __libio_translit as hidden.
7373
7374         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7375         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7376         * login/getutline_r.c: Likewise.
7377         * login/utmpname.c: Likewise.
7378
7379         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7380         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7381         __libc_utmp_file_name as hidden.
7382
7383         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7384         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7385         * locale/freelocale.c: Likewise.
7386         * locale/lc-time.c: Likewise.
7387
7388         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7389         (__libc_ptyname2): Likewise.
7390         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7391         hidden.
7392         (__libc_ptyname2): Likewise.
7393
7394         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7395         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7396         * sysdeps/generic/init-first.c: Likewise.
7397         * sysdeps/i386/init-first.c: Likewise.
7398         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7399         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7400         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7401         * sysdeps/sh/init-first.c: Likewise.
7402         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7403         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7404
7405         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7406         (_itowa_upper_digits): Likewise.
7407
7408         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7409         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7410         as hidden.
7411
7412         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7413         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7414         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7415         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7416
7417         * gmon/gmon.c (__bb_head): Define as hidden.
7418         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7419
7420         * argp/argp-parse.c (_argp_hang): Define as static.
7421
7422         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7423         handling in latest compilers.
7424
7425         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7426         define alias.
7427         * libio/fileops.c (_IO_file_jumps): Likewise.
7428         * libio/stdfiles.c (_IO_list_all): Likewise.
7429         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7430
7431         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7432         include/malloc.h.
7433         * include/malloc.h: Add __libc_malloc_initialized declaration
7434         here.  Mark variable hidden.
7435         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7436
7437         * elf/dl-open.c (__libc_argc): Declare as hidden.
7438         (__libc_argv): Likewise.
7439         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7440         (__libc_argv): Likewise.
7441         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7442         __libc_argv as hidden.
7443         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7444         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7445         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7446         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7447
7448         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7449         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7450         * stdlib/erand48.c: Likewise.
7451         * stdlib/jrand48.c: Likewise.
7452         * stdlib/lcong48.c: Likewise.
7453         * stdlib/lrand48.c: Likewise.
7454         * stdlib/mrand48.c: Likewise.
7455         * stdlib/nrand48.c: Likewise.
7456         * stdlib/seed48.c: Likewise.
7457         * stdlib/srand48.c: Likewise.
7458
7459         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7460         (_itoa_lower_digits_internal): New declaration.
7461         (_itoa_upper_digits_internal): New declaration.
7462         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7463         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7464         (_itoa_upper_digits_internal): New declaration.
7465         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7466         _itoa_lower_digits.
7467         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7468         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7469
7470         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7471         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7472
7473         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7474         (_itowa_lower_digits): Likewise.
7475         (_itowa_upper_digits): Likewise.
7476         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7477         (_itowa_upper_digits): Likewise.
7478
7479         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7480         not already defined.
7481         (GERMANIC_PLURAL): Declare as hidden.
7482
7483         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7484         (attribute_hidden): Define as empty macro if not already defined.
7485
7486         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7487         (__gconv_max_path_elem_len): Likewise.
7488         (__gconv_path_envvar): Likewise.
7489
7490         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7491         * stdlib/Makefile (aux): Remove mp_clz_tab.
7492         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7493
7494         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7495
7496         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7497
7498         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7499         _nl_category_names, _nl_category_name_sizes, _nl_current,
7500         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7501
7502         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7503         (_nl_current_default_domain): Likewise
7504         (_nl_state_lock): Likewise.
7505         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7506         (_nl_current_default_domain): Likewise
7507         (_nl_state_lock): Likewise.
7508         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7509
7510         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7511         (_fpioconst_pow10): Likewise.
7512
7513         * include/time.h (_tmbuf): Add attribute_hidden.
7514
7515         * time/tzset.c (tzstring_list): Define as static.
7516
7517         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7518         __use_tzfile declaration.
7519
7520         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7521         and __wcsmbs_last_locale declaration.
7522
7523 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7524
7525         * timezone/Makefile (tzbases): Move systemv from here...
7526         (tzlinks): to here, since the entries in systemv were all changed
7527         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7528         tested) by Peter Breitenlohner.
7529
7530 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7531
7532         * time/tst-posixtz.c (tests): Add new tests.
7533         (main): Test whether tzset() sets daylight properly.
7534
7535 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7536
7537         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7538         __tzname_cur_max setting...
7539         (tzset_internal): ...here.
7540
7541 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7542
7543         * time/tzset.c (compute_change): Don't return any value.
7544         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7545         (__tz_convert): But here.
7546
7547 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7548
7549         * manual/examples/mkfsock.c: Include <string.h> as well.
7550         Patch by Alain De Carolis <alaind@wseurope.com>.
7551
7552 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7553
7554         * posix/regexec.c (re_match): Fix incorrect register sizes.
7555         (re_search): Likewise.
7556
7557 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7558
7559         * posix/regcomp.c (regfree): Remove a disused condition.
7560         * posix/regex_internal.c (re_acquire_state): Likewise.
7561         (re_acquire_state_context): Likewise.
7562         (register_state): Remove a redundant malloc invocation.
7563         * posix/regex_internal.h: (re_state_table_entry): Simplify
7564         the structure.
7565
7566 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7567
7568         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7569         handling conditions.
7570         (regerror): Likewise.
7571         (regfree): Likewise.
7572         (re_compile_internal): Likewise.
7573         (init_dfa): Likewise.
7574         (init_word_char): Likewise.
7575         (create_initial_state): Likewise.
7576         (analyze): Likewise.
7577         (analyze_tree): Likewise.
7578         (duplicate_node): Likewise.
7579         (calc_eclosure): Likewise.
7580         (calc_eclosure_iter): Likewise.
7581         (parse): Likewise.
7582         (parse_reg_exp): Likewise.
7583         (parse_branch): Likewise.
7584         (parse_expression): Likewise.
7585         (parse_subexp): Likewise.
7586         (parse_dup_op): Likewise.
7587         (parse_bracket_exp): Likewise.
7588         (build_equiv_class): Likewise.
7589         (build_charclass): Likewise.
7590         (build_word_op): Likewise.
7591         (fetch_number): Likewise.
7592         (create_tree): Likewise.
7593         (duplicate_tree): Likewise.
7594         * posix/regex.c (BE): New macro.
7595         * posix/regexec.c (re_match): Add __builtin_expect to error
7596         handling conditions.
7597         (re_match_2): Likewise.
7598         (re_search): Likewise.
7599         (re_search_internal): Likewise.
7600         (check_matching): Likewise.
7601         (proceed_next_node): Likewise.
7602         (set_regs): Likewise.
7603         (sift_states_backward): Likewise.
7604         (add_epsilon_backreference): Likewise.
7605         (transit_state): Likewise.
7606         (transit_state_sb): Likewise.
7607         (transit_state_mb): Likewise.
7608         (transit_state_bkref): Likewise.
7609         (transit_state_bkref_loop): Likewise.
7610         (build_trtable): Likewise.
7611         (group_nodes_into_DFAstates): Likewise.
7612         (match_ctx_init): Likewise.
7613         (match_ctx_add_entry): Likewise.
7614         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7615         to error handling conditions.
7616         (re_string_construct_toupper): Likewise.
7617         (build_wcs_buffer): Likewise.
7618         (build_wcs_upper_buffer): Likewise.
7619         (build_upper_buffer): Likewise.
7620         (re_string_translate_buffer): Likewise.
7621         (re_node_set_alloc): Likewise.
7622         (re_node_set_init_1): Likewise.
7623         (re_node_set_init_2): Likewise.
7624         (re_node_set_init_copy): Likewise.
7625         (re_node_set_intersect): Likewise.
7626         (re_node_set_init_union): Likewise.
7627         (re_node_set_merge): Likewise.
7628         (re_node_set_insert): Likewise.
7629         (re_dfa_add_node): Likewise.
7630         (re_acquire_state): Likewise.
7631         (re_acquire_state_context): Likewise.
7632         (create_new_state_common): Likewise.
7633         (register_state): Likewise.
7634         (create_ci_new_state): Likewise.
7635         (create_cd_new_state): Likewise.
7636         (re_string_context_at): Remove redundant condition.
7637
7638 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7639
7640         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7641
7642         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7643
7644 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7645
7646         * sysdeps/i386/elf/configure.in: Fix comment.
7647
7648         * sysdeps/sparc/sparc64/configure.in: New file.
7649         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7650         if .dynamic comes before .got.
7651         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7652
7653         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7654         HP_TIMING_ACCUM): Fix typos.
7655
7656 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7657
7658         * string/strfry.c: Add some more randomness to the seed.
7659         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7660
7661         * po/es.po: Update from translation team.
7662         * po/fr.po: Likewise.
7663
7664         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7665
7666         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7667         when determining type of format.
7668         Patch by James Antill <james@anqd.org> [PR libc/2787].
7669
7670 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7671
7672         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7673
7674 2002-03-11  Roland McGrath  <roland@frob.com>
7675
7676         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7677
7678         * Versions.def (libc): Add GLIBC_2.2.6.
7679         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7680         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7681         __errno_location instead of __hurd_errno_location, and don't inline it.
7682         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7683         * hurd/errno.c: New file.
7684         * hurd/Makefile (routines): Add errno.
7685
7686 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7687
7688         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7689         ridiculously large widths and precisions [PR libc/3026].
7690
7691 2002-03-11  Andreas Jaeger  <aj@suse.de>
7692
7693         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7694         support.
7695         Patch by Susanne Oberhauser <froh@SuSE.de>.
7696
7697 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7698
7699         * inet/rexec.c (ahostbuf): Define as static.
7700
7701         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7702         (__ctype32_wctrans): Likewise.
7703         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7704         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7705         (__ctype32_wctrans): Likewise.
7706         (__ctype32_width): Likewise.
7707
7708         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7709         They were never exported anyway.
7710
7711         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7712         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7713         exported.
7714         * include/sys/gmon.h: Declare _gmonparam.
7715
7716         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7717         symbols for getdents64.  They were never exported.
7718
7719 2002-03-09  Roland McGrath  <roland@frob.com>
7720
7721         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
7722         Reported by Jon Arney <jarney1@cox.net>.
7723
7724 2002-02-23  Roland McGrath  <roland@frob.com>
7725
7726         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
7727         declaration.
7728         (__hurd_errno_location): Function removed.
7729
7730 2002-03-06  Andreas Jaeger  <aj@suse.de>
7731
7732         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
7733         32-bit.
7734
7735 2002-03-04  Andreas Jaeger  <aj@suse.de>
7736
7737         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
7738
7739         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
7740         x86-64.
7741
7742         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
7743
7744         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
7745
7746         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
7747
7748         * sysdeps/x86_64/bits/setjmp.h: New file.
7749
7750         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
7751
7752         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
7753
7754         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
7755         for x86.
7756         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
7757         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
7758
7759 2002-02-28  Bo Thorsen  <bo@suse.de>
7760
7761         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
7762         version.
7763
7764 2002-03-03  Andreas Jaeger  <aj@suse.de>
7765
7766         * sysdeps/x86_64/bits/wordsize.h: New file.
7767
7768         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
7769         * elf/tst-tlsmod1.c: Likewise.
7770
7771         * posix/regcomp.c: Get regex.h from include dir for internal
7772         prototypes.
7773
7774         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
7775         to libc-internal.h and include it.
7776         * include/libc-internal.h: Add __init_misc.
7777
7778         * misc/init-misc.c: Include libc-internal.h for prototypes.
7779
7780         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
7781
7782         * misc/error.c [_LIBC]: Include libioP.h for prototype of
7783         _IO_putc_internal.
7784
7785 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
7786
7787         * posix/regcomp.c: Compatibility changes to allow using the code
7788         outside glibc.
7789
7790 2002-02-28  Hartvig Ekner <hartvige@mips.com>
7791
7792         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
7793         compiled non-PIC.
7794
7795 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
7796
7797         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
7798         of .str elements in the returned data structure.
7799
7800         * elf/elf.h: Add Alpha TLS bits.
7801
7802 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7803
7804         * sysdeps/unix/sysv/linux/nice.c: New file.
7805
7806 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
7807
7808         * elf/Makefile (dl-routines): Add dl-origin.
7809         (elide-routines.os): Add dl-origin.
7810         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
7811         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
7812         _dl_debug_state.
7813         * include/libc-symbols.c: Define attribute_hidden depending on
7814         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
7815
7816         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
7817         * elf/dl-load.c: Likewise.
7818         * elf/rtld.c: Likewise.
7819         * include/unistd.h: Declare __libc_enable_secure_internal.
7820         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
7821         Use INTUSE with __libc_enable_secure.
7822         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
7823
7824         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
7825         * elf/dl-error.c: Likewise,
7826         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
7827
7828         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
7829         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
7830         function definition.  Use INTDEF with _dl_get_origin.
7831         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
7832
7833         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
7834         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
7835
7836         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
7837         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
7838         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
7839
7840         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
7841         * elf/dl-deps.c: Likewise.
7842         * elf/dl-error.c: Likewise.
7843         * elf/dl-fini.c: Likewise.
7844         * elf/dl-init.c: Likewise.
7845         * elf/dl-load.c: Likewise.
7846         * elf/dl-lookup.c: Likewise.
7847         * elf/dl-reloc.c: Likewise.
7848         * elf/dl-version.c: Likewise.
7849         * elf/do-lookup.h: Likewise.
7850         * sysdeps/arm/dl-machine.h: Likewise.
7851         * sysdeps/cris/dl-machine.h: Likewise.
7852         * sysdeps/hppa/dl-machine.h: Likewise.
7853         * sysdeps/i386/dl-machine.h: Likewise.
7854         * sysdeps/m68k/dl-machine.h: Likewise.
7855         * sysdeps/powerpc/dl-machine.h: Likewise.
7856         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7857         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7858         * sysdeps/sh/dl-machine.h: Likewise.
7859         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
7860         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
7861         * sysdeps/x86_64/dl-machine.h: Likewise.
7862         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
7863         _dl_argv[0].  Use INTUSE with _dl_argv.
7864         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
7865         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
7866
7867 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7868
7869         * elf/rtld.c (_rtld_global): Remove .protected.
7870         (_rtld_local): Strong alias to _rtld_global.
7871         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
7872         only .os object.
7873         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
7874         _rtld_local instead of _rtld_global.
7875         (_rtld_local): Add hidden extern, possibly in .sdata section.
7876         * configure.in: Add tests for visibility attribute and .sdata.
7877         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
7878         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
7879         * sysdeps/arm/dl-machine.h: Likewise.
7880         * sysdeps/generic/ldsodefs.h: Likewise.
7881         * sysdeps/hppa/dl-machine.h: Likewise.
7882         * sysdeps/cris/dl-machine.h: Likewise.
7883         * sysdeps/i386/dl-machine.h: Likewise.
7884         * sysdeps/ia64/dl-machine.h: Likewise.
7885         * sysdeps/m68k/dl-machine.h: Likewise.
7886         * sysdeps/mips/mips64/dl-machine.h: Likewise.
7887         * sysdeps/mips/dl-machine.h: Likewise.
7888         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
7889         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
7890         * sysdeps/sh/dl-machine.h: Likewise.
7891         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
7892         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
7893         * sysdeps/x86_64/dl-machine.h: Likewise.
7894
7895 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7896
7897         * login/login.c (login): Always initialize ut_line field
7898         [PR libc/2991].
7899
7900 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
7901
7902         * sysdeps/i386/Makefile (sysdep_routines): Add
7903         divdi3 in csu dir.
7904         (shared-only-routines): Likewise.
7905         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
7906         (shared-only-routines): Likewise.
7907         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
7908         (shared-only-routines): Likewise.
7909         * sysdeps/wordsize-32/divdi3.c: New file.
7910
7911 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
7912
7913         * locale/iso-4217.def: Remove obsolete currencies for countries
7914         with Euro.
7915
7916 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
7917
7918         * posix/regcomp.c (regcomp): Remove a redundant condition.
7919         (init_word_char): Add a check on malloc failure.
7920         (create_initial_state): Likewise.
7921         (duplicate_node): Likewise.
7922         (calc_eclosure): Likewise.
7923         (calc_eclosure_iter): Likewise.
7924         (parse_expression): Likewise.
7925         (parse_bracket_exp): Remove unnecessary malloc invocations.
7926         (build_equiv_class): Likewise.
7927         (build_charclass): Likewise.
7928         * posix/regex_internal.c (re_node_set_intersect): Add a check
7929         on malloc failure.
7930         (re_node_set_add_intersect): Likewise.
7931         (re_node_set_merge): Likewise.
7932         (re_acquire_state): Likewise.
7933         (re_acquire_state_context): Likewise.
7934         (create_newstate_common): Likewise.
7935         (register_state): Likewise.
7936         (create_ci_newstate): Likewise.
7937         (create_cd_newstate): Likewise.
7938         * posix/regex_internal.h: Fix prototypes of re_acquire_state
7939         and re_acquire_state_context.
7940         * posix/regexec.c (regexec): Suit it to the error handling of
7941         re_search_internal.
7942         (re_match): Likewise.
7943         (re_search): Likewise.
7944         (re_search_internal): Add a check on malloc failure.
7945         (acquire_init_state_context): Likewise.
7946         (check_matching): Likewise.
7947         (proceed_next_node): Likewise.
7948         (set_regs): Likewise.
7949         (sift_states_backward): Likewise.
7950         (sift_states_iter_bkref): Likewise.
7951         (add_epsilon_backreference): Likewise.
7952         (transit_state): Likewise.
7953         (transit_state_sb): Likewise.
7954         (transit_state_mb): Likewise.
7955         (transit_state_bkref_loop): Likewise.
7956         (build_trtable): Likewise.
7957         (group_nodes_into_DFAstates): Likewise.
7958         (match_ctx_init): Likewise.
7959         (match_ctx_add_entry): Likewise.
7960
7961 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7962
7963         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
7964         l_libname if profiling is enabled [PR libc/2916].
7965
7966         * sysdeps/ia64/dl-tls.h: New file.
7967
7968 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
7969
7970         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
7971         Work around an Alpha gas bug.
7972
7973 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
7974
7975         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
7976         uses read to load the catalog.
7977         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
7978
7979 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
7980
7981         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
7982         regex_internal.c, and regex_internal.h.
7983         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
7984         * posix/regex.c: Complete rewrite.
7985         * posix/regexec.c: New file.
7986         * posix/regcomp.c: New file.
7987         * posix/regex_internal.c: New file.
7988         * posix/regex_internal.h: New file.
7989         * posix/regex.h (RE_ICASE): New macro.
7990         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
7991
7992         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
7993         ungetwc.  It's a macro.
7994         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
7995         implementation.
7996         Reported by Jason Merrill <jason@redhat.com>.
7997
7998 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
7999
8000         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8001         position to fp->_offset if it is set.
8002         * stdio-common/Makefile (tests): Add tst-fdopen.
8003         * stdio-common/tst-fdopen.c: New test.
8004
8005 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8006
8007         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8008         * stdio-common/tst-ungetc.c (main): Add another test.
8009
8010 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8011
8012         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8013         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8014         aliases.  Add prototypes for the new aliases.
8015         * assert/assert.c: Likewise.
8016         * include/libc-symbols.h: Likewise.
8017         * include/stdio.h: Likewise.
8018         * include/netinet/in.h: Likewise.
8019         * include/rpc/auth.h: Likewise.
8020         * include/rpc/auth_unix.h: Likewise.
8021         * include/rpc/key_prot.h: Likewise.
8022         * include/rpc/pmap_prot.h: Likewise.
8023         * include/rpc/pmap_rmt.h: Likewise.
8024         * include/rpc/rpc_msg.h: Likewise.
8025         * include/rpc/xdr.h: Likewise.
8026         * inet/gethstbyad_r.c: Likewise.
8027         * inet/gethstbynm2_r.c: Likewise.
8028         * inet/gethstbynm_r.c: Likewise.
8029         * inet/gethstent_r.c: Likewise.
8030         * inet/in6_addr.c: Likewise.
8031         * libio/__fpurge.c: Likewise.
8032         * libio/filedoalloc.c: Likewise.
8033         * libio/fileops.c: Likewise.
8034         * libio/ftello.c: Likewise.
8035         * libio/ftello64.c: Likewise.
8036         * libio/genops.c: Likewise.
8037         * libio/iofclose.c: Likewise.
8038         * libio/iofdopen.c: Likewise.
8039         * libio/iofflush.c: Likewise.
8040         * libio/iofflush_u.c: Likewise.
8041         * libio/iofgetpos.c: Likewise.
8042         * libio/iofgetpos64.c: Likewise.
8043         * libio/iofgets.c: Likewise.
8044         * libio/iofgets_u.c: Likewise.
8045         * libio/iofopen.c: Likewise.
8046         * libio/iofopncook.c: Likewise.
8047         * libio/iofputs.c: Likewise.
8048         * libio/iofread.c: Likewise.
8049         * libio/iofread_u.c: Likewise.
8050         * libio/iofsetpos.c: Likewise.
8051         * libio/iofsetpos64.c: Likewise.
8052         * libio/ioftell.c: Likewise.
8053         * libio/iofwrite.c: Likewise.
8054         * libio/iogetline.c: Likewise.
8055         * libio/iogets.c: Likewise.
8056         * libio/iogetwline.c: Likewise.
8057         * libio/iolibio.h: Likewise.
8058         * libio/iopadn.c: Likewise.
8059         * libio/iopopen.c: Likewise.
8060         * libio/ioseekoff.c: Likewise.
8061         * libio/ioseekpos.c: Likewise.
8062         * libio/iosetbuffer.c: Likewise.
8063         * libio/iosetvbuf.c: Likewise.
8064         * libio/ioungetc.c: Likewise.
8065         * libio/ioungetwc.c: Likewise.
8066         * libio/iovdprintf.c: Likewise.
8067         * libio/iovsprintf.c: Likewise.
8068         * libio/iovsscanf.c: Likewise.
8069         * libio/libioP.h: Likewise.
8070         * libio/memstream.c: Likewise.
8071         * libio/obprintf.c: Likewise.
8072         * libio/oldfileops.c: Likewise.
8073         * libio/oldiofclose.c: Likewise.
8074         * libio/oldiofdopen.c: Likewise.
8075         * libio/oldiofgetpos.c: Likewise.
8076         * libio/oldiofgetpos64.c: Likewise.
8077         * libio/oldiofopen.c: Likewise.
8078         * libio/oldiofsetpos.c: Likewise.
8079         * libio/oldiofsetpos64.c: Likewise.
8080         * libio/oldiopopen.c: Likewise.
8081         * libio/oldstdfiles.c: Likewise.
8082         * libio/putc.c: Likewise.
8083         * libio/setbuf.c: Likewise.
8084         * libio/setlinebuf.c: Likewise.
8085         * libio/stdfiles.c: Likewise.
8086         * libio/stdio.c: Likewise.
8087         * libio/strops.c: Likewise.
8088         * libio/vasprintf.c: Likewise.
8089         * libio/vscanf.c: Likewise.
8090         * libio/vsnprintf.c: Likewise.
8091         * libio/vswprintf.c: Likewise.
8092         * libio/wfiledoalloc.c: Likewise.
8093         * libio/wfileops.c: Likewise.
8094         * libio/wgenops.c: Likewise.
8095         * libio/wstrops.c: Likewise.
8096         * malloc/mtrace.c: Likewise.
8097         * misc/error.c: Likewise.
8098         * misc/syslog.c: Likewise.
8099         * nss/getXXbyYY_r.c: Likewise.
8100         * nss/getXXent_r.c: Likewise.
8101         * nss/hosts-lookup.c: Likewise.
8102         * stdio-common/getw.c
8103         * stdio-common/printf-prs.c: Likewise.
8104         * stdio-common/printf_fp.c: Likewise.
8105         * stdio-common/printf_size.c: Likewise.
8106         * stdio-common/putw.c: Likewise.
8107         * stdio-common/scanf.c: Likewise.
8108         * stdio-common/sprintf.c: Likewise.
8109         * stdio-common/tmpfile64.c: Likewise.
8110         * stdio-common/vfprintf.c: Likewise.
8111         * stdio-common/vfscanf.c: Likewise.
8112         * stdlib/strfmon.c: Likewise.
8113         * sunrpc/auth_des.c: Likewise.
8114         * sunrpc/auth_none.c: Likewise.
8115         * sunrpc/auth_unix.c: Likewise.
8116         * sunrpc/authdes_prot.c: Likewise.
8117         * sunrpc/authuxprot.c: Likewise.
8118         * sunrpc/clnt_perr.c: Likewise.
8119         * sunrpc/clnt_raw.c: Likewise.
8120         * sunrpc/clnt_tcp.c: Likewise.
8121         * sunrpc/clnt_udp.c: Likewise.
8122         * sunrpc/clnt_unix.c: Likewise.
8123         * sunrpc/key_call.c: Likewise.
8124         * sunrpc/key_prot.c: Likewise.
8125         * sunrpc/openchild.c: Likewise.
8126         * sunrpc/pm_getmaps.c: Likewise.
8127         * sunrpc/pm_getport.c: Likewise.
8128         * sunrpc/pmap_clnt.c: Likewise.
8129         * sunrpc/pmap_prot.c: Likewise.
8130         * sunrpc/pmap_prot2.c: Likewise.
8131         * sunrpc/pmap_rmt.c: Likewise.
8132         * sunrpc/rpc_cmsg.c: Likewise.
8133         * sunrpc/rpc_prot.c: Likewise.
8134         * sunrpc/svc_authux.c: Likewise.
8135         * sunrpc/svc_raw.c: Likewise.
8136         * sunrpc/svc_simple.c: Likewise.
8137         * sunrpc/svc_tcp.c: Likewise.
8138         * sunrpc/svc_udp.c: Likewise.
8139         * sunrpc/svc_unix.c: Likewise.
8140         * sunrpc/xdr.c: Likewise.
8141         * sunrpc/xdr_array.c: Likewise.
8142         * sunrpc/xdr_mem.c: Likewise.
8143         * sunrpc/xdr_rec.c: Likewise.
8144         * sunrpc/xdr_ref.c: Likewise.
8145         * sunrpc/xdr_stdio.c: Likewise.
8146         * sysdeps/generic/_strerror.c: Likewise.
8147         * sysdeps/generic/printf_fphex.c: Likewise.
8148         * sysdeps/generic/tmpfile.c: Likewise.
8149         * sysdeps/gnu/errlist.awk: Likewise.
8150         * sysdeps/gnu/errlist.c: Likewise.
8151
8152         * libio/Makefile (routines): Remove iosprint.
8153         * libio/iosprintf.c: Removed
8154
8155
8156 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8157
8158         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8159         non_dynamic_init and exported now.
8160         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8161         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8162         !SHARED.
8163         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8164         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8165         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8166
8167 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8168
8169         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8170         true in this case.
8171
8172         * locale/iso-639.def: Add language codes for Walloon.
8173
8174         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8175         total number of relocations performed.
8176
8177         * elf/sprof.c (load_profdata): If do_test provide information as
8178         to why loading failed.
8179         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8180         hist_hdr.dimen.
8181
8182         * csu/set-init.c: Moved to...
8183         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8184         * csu/Makefile: Don't compile set-init.
8185         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8186         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8187         to __libc_init.
8188         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8189         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8190         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8191         __libc_init.
8192         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8193         __libc_subinit.
8194
8195 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8196
8197         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8198         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8199         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8200         (_dl_deallocate_tls): New function.
8201         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8202         _dl_deallocate_tls.
8203
8204 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8205
8206         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8207         * stdio-common/tst-fseek.c (main): Add test for this.
8208
8209 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8210
8211         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8212
8213 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8214
8215         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8216         pointer before dereferencing.
8217
8218 2002-02-18  Roland McGrath  <roland@frob.com>
8219
8220         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8221
8222         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8223         Use task_policy in place of task_priority.
8224
8225         * sysdeps/generic/bits/mman.h
8226         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8227         * sysdeps/mach/msync.c: New file.
8228
8229         * sysdeps/mach/powerpc/syscall.S: New file.
8230
8231         * mach/msg.c [MACH_MSG_OVERWRITE]
8232         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8233         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8234
8235         * sysdeps/mach/configure.in: Check for clock.defs to put into
8236         mach_interface_list.
8237         * sysdeps/mach/configure: Regenerated.
8238
8239         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8240         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8241         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8242         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8243         (mach-shortcuts): Add device_read_overwrite_request,
8244         device_read_overwrite, vm_read_overwrite, thread_switch.
8245
8246         * configure.in (base_machine): Set to $machine by default.
8247         * configure: Regenerated.
8248
8249         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8250         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8251         * sysdeps/mach/configure: Regenerated.
8252         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8253
8254         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8255
8256         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8257
8258         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8259         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8260
8261 2002-02-17  Roland McGrath  <roland@frob.com>
8262
8263         * sysdeps/mach/hurd/times.c
8264         [NO_CREATION_TIME] (startup_time): New static variable.
8265         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8266         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8267         creation_time from task_basic_info.
8268         (__times): Use __gettimeofday instead of __host_get_time.
8269
8270         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8271         Use untyped Mach IPC message format.
8272
8273         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8274
8275         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8276         _S_catch_exception_raise_state_identity,
8277         _hurdsig_fault_catch_exception_raise_state,
8278         _hurdsig_fault_catch_exception_raise_state_identity.
8279
8280         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8281
8282         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8283         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8284
8285         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8286         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8287
8288         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8289         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8290         them as no-op macros.
8291         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8292         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8293
8294         * sysdeps/powerpc/dl-machine.h
8295         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8296
8297         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8298         Use untyped Mach IPC message format.
8299
8300         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8301         Handle untyped Mach IPC message formats.
8302
8303         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8304         Expect different argument conventions when this is defined.
8305         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8306         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8307         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8308         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8309         for OSF Mach variant.
8310         (faulted): Use mig_reply_error_t for REPLY.
8311         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8312         in __thread_set_exception_ports call.
8313         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8314         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8315
8316         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8317         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8318         on Darwin, which includes bogons.
8319
8320         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8321         variable LOADBASE so it's not declared when it's not used.
8322
8323 2002-02-16  Roland McGrath  <roland@frob.com>
8324
8325         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8326         to use BI.creation_time.
8327
8328         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8329
8330         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8331         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8332         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8333         host_page_size instead of vm_statistics.
8334
8335         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8336         mach_interface.h here, since not all variants use that name.
8337
8338         * sysdeps/mach/configure.in: Add some checks for Mach headers
8339         to ensure a sane installation.
8340         (mach_interface_list): Define this variable by checking for .defs
8341         files found in various variants.
8342         * configure.in (mach_interface_list): AC_SUBST this.
8343         * config.make.in (mach-interface-list): New substituted variable.
8344         * mach/Makefile (user-interfaces): Define this using the value
8345         of $(mach-interface-list) instead of mach, mach4.
8346         Updated other references to mach_interface to use it as well.
8347
8348         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8349
8350         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8351         mig_reply_error_t for OSF Mach variant.
8352
8353         * mach/Makefile (routines): Remove bootprivport.
8354         * mach/bootprivport.c: File removed.  It has never been used.
8355
8356         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8357         Grok the OSF flavor of message format.
8358         (mach_msg_destroy_port): For MAKE_SEND and
8359         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8360         no-senders notification.
8361
8362 2002-02-06  Roland McGrath  <roland@frob.com>
8363
8364         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8365         to here if 2.0 compatibility enabled ...
8366         (libc: GLIBC_2.1.3): ... from here.
8367
8368 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8369
8370         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8371         generation counter.
8372         * elf/dl-close.c (_dl_close): Likewise.
8373
8374 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8375
8376         * elf/Makefile: Add rules to build and run tst-tls8.
8377         * elf/tst-tls8.c: New file.
8378         * elf/tst-tlsmod4.c: New file.
8379
8380         * stdlib/test-a64l.c (tests): Add more test cases.
8381
8382         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8383         Reported by Walter Harms <WHarms@bfs.de>.
8384
8385 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8386
8387         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8388         definitions for struct sigcontext.
8389         Suggested by David Mosberger-Tang.
8390
8391 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8392
8393         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8394         for removing reference of module in slotinfo list.
8395         (_dl_close): Use remove_slotinfo.
8396         * sysdeps/generic/dl-tls.c: General pretty printing.
8397         (oom): Define only if SHARED.
8398         (_dl_next_tls_modid): Correct starting point for the case we assume
8399         there is a gap.  Add missing instruction grouping (doh!).  Correct
8400         tests for reaching maximum index.
8401         * elf/Makefile: Add rules to build and run tst-tls7.
8402         * elf/tst-tls7.c: New file.
8403         * elf/tst-tlsmod3.c: New file.
8404
8405         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8406         USE_TLS.
8407         * elf/tst-tlsmod2.c: Likewise.
8408
8409         * elf/dl-close.c (_dl_close): When closing an object using TLS
8410         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8411         true.  Increment dl_tls_generation only if we closed any TLS-using
8412         object.
8413         * elf/tst-tls6.c: New file.
8414         * elf/Makefile: Add rules to build and run tst-tls6.
8415
8416         * po/da.po: Update from translation team.
8417
8418         * locale/categories.def: Fix typo [PR libc/2948].
8419         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8420         [PR libc/2949].
8421         * locale/iso-4217.def: Update from official version [PR libc/2950].
8422         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8423         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8424         message if input is too confusion instead of using assert.
8425         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8426         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8427
8428         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8429         * elf/tst-tls2.c: Likewise.
8430         * elf/tst-tls3.c: Likewise.
8431
8432 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8433
8434         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8435
8436 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8437
8438         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8439         if this is really necessary.
8440
8441         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8442         slotinfo array.
8443         (free_mem): Free memory for the slotinfo array if possible.
8444
8445 2002-02-12  Andreas Schwab  <schwab@suse.de>
8446
8447         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8448
8449 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8450
8451         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8452         TLS_DTV_UNALLOCATE.
8453         (oom): New function.
8454         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8455         (_dl_determine_tlsoffset): Likewise.
8456         (_dl_allocate_tls): Likewise.
8457         (__TLS_GET_ADDR): Define if not already defined.
8458         (_dl_tls_symaddr): New function.
8459         (allocate_and_init): New function.
8460         (__tls_get_addr): Actually implement handling of generation counter
8461         and deferred allocation.
8462         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8463         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8464         _dl_tls_generation.
8465         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8466         Declare _dl_tls_symaddr.
8467         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8468         SHARED.
8469         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8470         l_tls_previmage.
8471         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8472         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8473         (_dl_vsym): Likewise.
8474         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8475         layout.
8476         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8477         nextimage list handling.  Instead add all modules using TLS to
8478         dl_tls_dtv_slotinfo_list.
8479         * elf/dl-open.c (dl_open_worker): After successfully loading all
8480         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8481         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8482         empty segment don't do anything.  Remove handling of initimage list.
8483         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8484         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8485         * elf/dl-minimal.c: Define __libc_memalign.
8486         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8487         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8488         _dl_tls_generation.
8489         * include/stdlib.h: Declare __libc_memalign.
8490
8491         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8492         * elf/tst-tls4.c: New file.
8493         * elf/tst-tls5.c: New file.
8494         * elf/tst-tlsmod2.c: New file.
8495
8496         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8497
8498         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8499
8500         * elf/tst-tls1.c: Use test-skeleton.c.
8501         * elf/tst-tls2.c: Likewise.
8502         * elf/tst-tls3.c: Likewise.
8503
8504         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8505
8506 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8507
8508         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8509
8510 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8511
8512         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8513
8514         * elf/tst-tls3.c: New file.
8515         * elf/tst-tlsmod1.c: New file.
8516         * elf/Makefile: Add rules to build and run tst-tls3.
8517
8518         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8519         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8520         TLS relocations.
8521
8522         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8523
8524         * po/fr.po: Update from translation team.
8525
8526         * elf/tls-macros.h: Add alternative macros for use in PIC.
8527
8528         * elf/dl-lookup.c: Include <tls.h>.
8529         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8530
8531         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8532         required by passing pointer to last element of the list.
8533
8534         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8535         l_tls_initimage to a place where it actually is performed.
8536
8537         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8538         after globfree() calls.
8539
8540         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8541         (openaux): Pass open_mode as new last argument to _dl_map_object.
8542         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8543         open_mode element of args variable with it.
8544         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8545         _dl_map_object_deps.
8546         * elf/rtld.c (dl_main): Add zero as last parameter to
8547         _dl_map_object_deps call.
8548         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8549         * elf/nodlopen2.c: New file.
8550         * elf/nodlopenmod2.c: New file.
8551         * elf/Makefile: Add rules to build and run nodlopen2.
8552
8553         * elf/tst-tls1.c: Move TLS helper macros to...
8554         * elf/tls-macros.h: ...here.  New file.
8555         * elf/tst-tls2.c: New file.
8556         * elf/Makefile (tests): Add tst-tls2.
8557         (distribute): Add tls-macros.h.
8558
8559         * po/sv.po: Update from translation team.
8560
8561         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8562         architecture specific definitions from the actual test code.
8563
8564         * po/tr.po: Update from translation team.
8565
8566 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8567
8568         * elf/Makefile (tests): Add tst-tls1.
8569         * elf/tst-tls1.c: New file.
8570
8571         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8572         alignment of TCB for now.
8573
8574         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8575         initialization image for the application itself.
8576
8577         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8578         loop to initialize TLS block.
8579
8580 2002-02-08  Richard Henderson  <rth@redhat.com>
8581
8582         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8583         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8584
8585         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8586
8587 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8588
8589         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8590
8591 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8592
8593         * po/ca.po: Update from translation team.
8594         * po/sk.po: Likewise.
8595
8596         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8597         (dl_main): Move dtv/static TLS handling before relocation.
8598         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8599         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8600         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8601         so far uses TLS initialize GL(dl_tls_static_size) and
8602         GL(dl_tls_static_align) to account for the TCB.
8603         (_dl_allocate_tls): New function.
8604         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8605         _dl_initial_dtv_malloced.
8606
8607         * configure.in: Test for __builtin_memset more realistically.
8608
8609         * csu/version.c (banner): If TLS support is available say so.
8610
8611 2002-02-04  H.J. Lu  <hjl@gnu.org>
8612
8613         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8614         __attribute_used__.
8615         (__dl_runtime_resolve): Likewise.
8616
8617         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8618         declaration.
8619
8620 2001-11-15  H.J. Lu  <hjl@gnu.org>
8621
8622         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8623         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8624
8625         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8626
8627 2002-02-07  H.J. Lu  <hjl@gnu.org>
8628
8629         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8630         ".set noreorder".
8631         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8632         Likewise.
8633
8634 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8635
8636         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8637
8638         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8639         ___tls_get_addr_internal.
8640         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8641
8642         * po/ko.po: Update from translation team.
8643
8644 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8645
8646         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8647         attribute, change __pad{1,2} type to unsigned int.
8648         (struct stat64): Remove packed attribute.
8649
8650 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8651
8652         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8653
8654 2002-02-07  Andreas Schwab  <schwab@suse.de>
8655
8656         * configure.in: Fix check for -zcombreloc.
8657
8658 2002-02-06  H.J. Lu  <hjl@gnu.org>
8659
8660         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8661         * configure.in: Check if __builtin_memset really works.
8662         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8663         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8664
8665 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8666
8667         * io/bug-ftw3.c (main): Don't try the test if root.
8668
8669 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8670
8671         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8672         constraints.
8673         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8674         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8675         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8676         Likewise.
8677         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8678         a weak alias for __clone.
8679         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8680         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8681         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8682         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8683         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8684         a weak alias for __mmap64.
8685
8686 2002-02-05  H.J. Lu  <hjl@gnu.org>
8687
8688         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8689         (atomic_add): Likewise.
8690         (compare_and_swap): Likewise.
8691         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8692
8693 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8694
8695         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8696
8697         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8698         alignment of the TCB and store total size and alignment of static
8699         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8700         tls_index is a typedef.
8701         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8702         _dl_tls_static_align.
8703         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8704         * elf/dl-support.c: Define _dl_tls_static_size and
8705         _dl_tls_static_align.
8706
8707 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8708
8709         * configure.in: Add --without-tls option.
8710         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8711         --without-tls is given.
8712
8713         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8714
8715         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8716
8717 2002-02-06  Roland McGrath  <roland@frob.com>
8718
8719         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
8720         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
8721
8722         * scripts/versions.awk: Improve error message for missing version.
8723         Each version inherits from the last one only if they have the same
8724         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
8725         but not GLIBC_x and FOO_y.
8726
8727         * scripts/firstversions.awk: Handle libraries that don't have each
8728         particular version named in the third column of shlib-versions.
8729
8730         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
8731
8732 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8733
8734         * Versions.def [ld]: Add GLIBC_2.3.
8735         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
8736         * elf/Makefile (dl-routines): Add dl-tls.
8737         (distribute): Add dl-tls.h.
8738         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8739         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8740         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
8741         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
8742         along with the other info in the link map.  Change queueing of init
8743         images for double linked list.  Use _dl_next_tls_modid to compute
8744         l_tls_modid.
8745         * elf/rtld.c (_dl_start_final): Store alignment requirement
8746         along with the other info in rtld map and executable map.
8747         (dl_main): Add ld.so to the init image list if necessary.  Compute
8748         final module ID with _dl_next_tls_modid.
8749         * include/link.h (struct link_map): Add l_tls_previmage and
8750         l_tls_align.
8751         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
8752         * sysdeps/i386/elf/Versions: New file.
8753         * sysdeps/generic/dl-tls.c: New file.
8754         * sysdeps/generic/dl-tls.h: New file.
8755         * sysdeps/i386/dl-tls.h: New file.
8756
8757 2002-02-06  Roland McGrath  <roland@frob.com>
8758
8759         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
8760         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
8761
8762 2002-01-05  Roland McGrath  <roland@frob.com>
8763
8764         * sysdeps/mach/configure.in: New file.
8765         * sysdeps/mach/configure: New generated file.
8766
8767         * mach/Makefile (user-interfaces): Remove default_pager_helper.
8768         It has never been used by anything.
8769
8770 2002-02-06  H.J. Lu  <hjl@gnu.org>
8771
8772         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
8773         is included.
8774
8775 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8776
8777         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
8778         attribute((packed)) to counter stupid people misusing gcc options.
8779         (struct stat64): Likewise.
8780
8781 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8782
8783         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
8784         the variables which are used as booleans.
8785
8786 2002-02-06  Andreas Jaeger  <aj@suse.de>
8787
8788         * include/libc-symbols.h (INTUSE): Renamed from INT.
8789         * elf/dl-deps.c: Change users.
8790         * sysdeps/generic/dl-sysdep.c: Likewise.
8791         * sysdeps/generic/dl-cache.c: Likewise.
8792         * elf/dl-reloc.c: Likewise.
8793         * elf/rtld.c: Likewise.
8794         * elf/dl-version.c: Likewise.
8795         * elf/dl-load.c: Likewise.
8796         * elf/dl-dst.h: Likewise.
8797         * elf/dl-init.c: Likewise.
8798         * elf/dl-error.c: Likewise.
8799         * elf/dl-fini.c: Likewise.
8800         * elf/dl-runtime.c: Likewise.
8801         * elf/do-lookup.h: Likewise.
8802
8803         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
8804         definition.
8805         * stdio-common/_itowa.h: Likewise.
8806
8807 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8808
8809         * elf/dl-minimal.c: Define _itoa_lower_digits.
8810
8811         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
8812         DT_FLAGS set.
8813
8814         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
8815         loading modules with the DF_STATIC_TLS flag set.
8816         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
8817         element.
8818         * include/link.h (struct link_map): Add l_flags field.
8819         * elf/elf.h (DF_STATIC_TLS): New definition.
8820
8821         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
8822         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
8823
8824         * elf/rtld.c (process_dl_debug): Correct printing help message.
8825         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
8826         for %s.
8827
8828         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
8829         definition and pass &errno in use of this variable.
8830         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
8831
8832 2002-02-04  Andreas Schwab  <schwab@suse.de>
8833
8834         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
8835         * locale/programs/charmap-dir.c: Wrap calls that output messages
8836         with WITH_CUR_LOCALE.  Include "localedef.h" first.
8837         * locale/programs/charmap.c: Likewise.
8838         * locale/programs/ld-address.c: Likewise.
8839         * locale/programs/ld-collate.c: Likewise.
8840         * locale/programs/ld-ctype.c: Likewise.
8841         * locale/programs/ld-identification.c: Likewise.
8842         * locale/programs/ld-measurement.c: Likewise.
8843         * locale/programs/ld-messages.c: Likewise.
8844         * locale/programs/ld-monetary.c: Likewise.
8845         * locale/programs/ld-name.c: Likewise.
8846         * locale/programs/ld-numeric.c: Likewise.
8847         * locale/programs/ld-paper.c: Likewise.
8848         * locale/programs/ld-telephone.c: Likewise.
8849         * locale/programs/ld-time.c: Likewise.
8850         * locale/programs/linereader.c: Likewise.
8851         * locale/programs/linereader.h: Likewise.
8852         * locale/programs/localedef.c: Likewise.
8853         * locale/programs/locfile.c: Likewise.
8854         * locale/programs/repertoire.c: Likewise.
8855
8856 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
8857
8858         * elf/rtld.c (_dl_start_final): Determine load address to locate
8859         ehdr with GL(dl_rtld_map).l_map_start.
8860
8861         * po/ca.po: Update from translation team.
8862
8863         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
8864         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
8865         header entry.
8866         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
8867         _dl_tls_module_cnt.
8868         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
8869
8870 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
8871
8872         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
8873         * include/link.h (struct link_map): Add various members for TLS
8874         information.
8875         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
8876         _rtld_tlsoffset, add _dl_initimage_list.
8877         * sysdeps/i386/dl-lookupcfg.h: New file.
8878         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
8879         TLS relocation.  When using TLS we now use RESOLVE_MAP.
8880         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
8881         is used.
8882
8883         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
8884         unused.
8885
8886         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
8887         thread-pointer as soon as possible.
8888         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
8889         elements in rtld_global.
8890         * sysdeps/generic/tls.h: New file.
8891         * elf/Makefile (distribute): Add tls.h.
8892         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
8893         relocations.  Not complete yet.
8894
8895         * resolv/resolv.h: Allow user to define __need_res_state and only
8896         define __res_start structure then.
8897         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
8898
8899         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
8900         dl_cpuclock_offset initialization to _dl_start_final.
8901         (_dl_show_auxv): Avoid unnecessary sign extension.
8902         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
8903
8904 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8905
8906         * config.h.in: Add HAVE_TLS_SUPPORT.
8907         * sysdeps/i386/elf/configure.in: New file.
8908
8909 2002-02-03  Andreas Schwab  <schwab@suse.de>
8910
8911         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
8912         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
8913
8914 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
8915
8916         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
8917         alloca if the memory reqirements are too high.
8918
8919 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
8920
8921         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
8922         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
8923         the former is available anyway and speed isn't important here.
8924         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
8925         * elf/dl-version.c (match_symbol): Likewise.
8926         (_dl_check_map_versions): Likewise.
8927         * elf/rtld.c (process_envvars): Likewise.
8928         (print_statistics): Likewise.
8929         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
8930         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
8931         bases.  Add assert to catch uses of unimplemented features.
8932         (__strsep): Add assert to catch uses of unimplemented features.
8933         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
8934         and avoid inline optimization.
8935         * elf/rtld.c (process_envvars): Likewise.
8936         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
8937         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
8938         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
8939
8940 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8941
8942         * stdio-common/_itoa.h: Minor simplifications of the code.
8943         * stdio-common/_itoa.c: Likewise.
8944
8945         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
8946         instead of _dl_printf for debugging info output.
8947
8948         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
8949         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
8950
8951 2002-02-01  H.J. Lu  <hjl@gnu.org>
8952
8953         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
8954         (atomic_add): Likewise.
8955         (compare_and_swap): Return 0 only when failed to compare. Use
8956         branch likely.
8957
8958         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
8959         branch likely.
8960
8961 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
8962
8963         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
8964
8965 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8966
8967         * elf/dl-minimal.c (__strsep): New minimal implementation.
8968
8969 2002-02-02  Paul Eggert  <eggert@twinsun.com>
8970
8971         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
8972         (__mktime_internal): If no tm_isdst is requested, prefer solutions
8973         with tm_isdst > 0 when the requested time falls within a
8974         spring-forward gap [PR libc/2894].
8975
8976 2002-02-03  Andreas Schwab  <schwab@suse.de>
8977
8978         * stdio-common/tst-rndseek.c: Increase timeout.
8979
8980 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
8981
8982         Change ld.so to not use functions which are exported.  One cannot
8983         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
8984         definitions.
8985         * include/libc-symbols.h: Define INT and INTDEF.
8986         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
8987         _dl_signal_error_internal, _dl_map_object_internal,
8988         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
8989         _dl_lookup_versioned_symbol_internal,
8990         _dl_relocate_object_internal, _dl_debug_state_internal,
8991         _dl_start_profile_internal, and _dl_unload_cache_internal.
8992         * include/dlfcn.h: Declare _dl_catch_error_internal.
8993         * elf/rtld.c: Use INT for calls to any of the *_internal functions
8994         above.  Add INTDEF to function definitions.
8995         * elf/dl-debug.c: Likewise.
8996         * elf/dl-deps.c: Likewise.
8997         * elf/dl-dst.h: Likewise.
8998         * elf/dl-error.c: Likewise.
8999         * elf/dl-fini.c: Likewise.
9000         * elf/dl-init.c: Likewise.
9001         * elf/dl-load.c: Likewise.
9002         * elf/dl-lookup.c: Likewise.
9003         * elf/dl-misc.c: Likewise.
9004         * elf/dl-open.c: Likewise.
9005         * elf/dl-profile.c: Likewise.
9006         * elf/dl-reloc.c: Likewise.
9007         * elf/dl-runtime.c: Likewise.
9008         * elf/dl-version.c: Likewise.
9009         * elf/do-lookup.h: Likewise.
9010         * sysdeps/generic/dl-cache.c: Likewise.
9011         * sysdeps/generic/dl-sysdep.c: Likewise.
9012         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9013         instead of _dl_init.
9014         * sysdeps/arm/dl-machine.h: Likewise.
9015         * sysdeps/cris/dl-machine.h: Likewise.
9016         * sysdeps/hppa/dl-machine.h: Likewise.
9017         * sysdeps/i386/dl-machine.h: Likewise.
9018         * sysdeps/ia64/dl-machine.h: Likewise.
9019         * sysdeps/m68k/dl-machine.h: Likewise.
9020         * sysdeps/mips/dl-machine.h: Likewise.
9021         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9022         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9023         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9024         * sysdeps/sh/dl-machine.h: Likewise.
9025         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9026         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9027         * sysdeps/x86_64/dl-machine.h: Likewise.
9028         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9029
9030         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9031         and _dl_debug_initialize.
9032
9033         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9034         more information.
9035         * elf/rtld.c (dl_main): Avoid strrchr.
9036         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9037         result of readlink.  Search from the back for '/'.
9038
9039         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9040         strncpy if possible.
9041
9042         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9043         strncmp.
9044         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9045         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9046         strspn, and strcspn.
9047         (process_envvars): Don't use strcspn.
9048
9049         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9050         (_dl_dst_substitute): Likewise.
9051
9052 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9053
9054         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9055         code which is never used when relocating ld.so itself.
9056
9057         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9058         starting ld.so itself.  Move l_addr variable initialization closer
9059         to use.
9060         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9061
9062 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9063
9064         * Versions.def (libc): Add GLIBC_PRIVATE.
9065         (libdb, libnss_db, libdb1): Remove.
9066         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9067         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9068         (libpthread): Add GLIBC_PRIVATE.
9069         (libresolv): Likewise, remove GLIBC_2.1.
9070         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9071         GLIBC_2.2.3, GLIBC_2.3.
9072         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9073         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9074         _dl_sym, _dl_vsym): Likewise.
9075         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9076         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9077         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9078         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9079         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9080         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9081         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9082         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9083         Likewise.
9084         (_dl_object_relocation_scope): Remove.
9085         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9086         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9087         __gconv_cache): Move to GLIBC_PRIVATE.
9088         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9089         __internal_setnetgrent): Likewise.
9090         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9091         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9092         * locale/Versions (__collate_element_hash, __collate_element_strings,
9093         __collate_symbol_classes, __collate_symbol_hash,
9094         __collate_symbol_strings, _nl_current_LC_COLLATE,
9095         _nl_current_LC_CTYPE): Likewise.
9096         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9097         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9098         (libnss_nis, libnss_nisplus): Likewise.
9099         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9100         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9101         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9102         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9103         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9104         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9105         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9106         __ns_get16, __ns_samename): Likewise.
9107         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9108         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9109         GLIBC_PRIVATE.
9110         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9111         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9112         __libc_connect): Likewise.
9113         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9114         Likewise.
9115         * stdlib/Versions (__libc_system): Likewise.
9116         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9117         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9118         * sysdeps/ia64/fpu/Versions: Likewise.
9119         * sysdeps/ia64/Versions: Likewise.
9120         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9121         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9122         to GLIBC_PRIVATE.
9123         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9124         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9125         __libc_sigaction): Likewise.
9126         * termios/Versions (__libc_tcdrain): Likewise.
9127
9128         * misc/sys/cdefs (__attribute_noinline__): Define.
9129         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9130         __attribute_noinline__.
9131
9132         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9133         * elf/dl-xstat64.c: New file.
9134         * elf/dl-fxstat64.c: New file.
9135         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9136         don't export __fxstat64 at multiple versions.
9137         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9138         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9139
9140 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9141
9142         * locale/program/ld-collate.c (collate_finish): Assign a wide
9143         char collation sequence value to multi character collating
9144         elements, and avoid over writing by non-character elements.
9145
9146 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9147
9148         * elf/Makefile (distribute): Add dl-procinfo.c.
9149         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9150         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9151
9152 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9153
9154         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9155         definition.
9156         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9157         _rtld_global struct.
9158         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9159         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9160         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9161         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9162         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9163         _dl_fpu_control_set): Remove unused externs.
9164         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9165         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9166         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9167         related variables in _rtld_global struct.
9168         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9169         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9170         unused extern.
9171
9172 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9173
9174         * sysdeps/generic/dl-procinfo.c: New file.
9175
9176 2002-02-01  Andreas Schwab  <schwab@suse.de>
9177
9178         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9179
9180 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9181
9182         * elf/rtld.c (_dl_start): Mark as internal_function.
9183         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9184         in register.
9185         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9186         General pretty printing.
9187
9188 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9189
9190         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9191         * elf/dl-reloc.c: Pretty printing.
9192         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9193         procinfo-related variables in rtld_global struct.
9194         * elf/dl-support.c: Likewise.
9195         * elf/rtld.c: Likewise.
9196         * sysdeps/i386/i686/Makefile: Likewise.
9197         * sysdeps/i386/i686/hp-timing.c: Likewise.
9198         * sysdeps/i386/i686/hp-timing.h: Likewise.
9199         * sysdeps/ia64/Makefile: Likewise.
9200         * sysdeps/ia64/hp-timing.c: Likewise.
9201         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9202         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9203         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9204         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9205         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9206         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9207         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9208         * sysdeps/x86_64/Makefile: Likewise.
9209
9210         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9211         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9212         _dl_debug_fd to rtld_global.
9213         * elf/Versions: Likewise.
9214         * elf/dl-close.c: Likewise.
9215         * elf/dl-iteratephdr.c: Likewise.
9216         * elf/dl-lookup.c: Likewise.
9217         * elf/dl-misc.c: Likewise.
9218         * elf/dl-open.c: Likewise.
9219         * elf/dl-support.c: Likewise.
9220         * elf/do-lookup.h: Likewise.
9221         * elf/rtld.c: Likewise.
9222         * sysdeps/generic/dl-cache.c: Likewise.
9223         * sysdeps/generic/dl-sysdep.c: Likewise.
9224         * sysdeps/ia64/Versions: Likewise.
9225         * sysdeps/unix/clock_gettime.c: Likewise.
9226         * sysdeps/unix/clock_settime.c: Likewise.
9227         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9228         * sysdeps/sparc/Versions: Removed.
9229         * sysdeps/i386/i686/Versions : Removed.
9230         * sysdeps/x86_64/Versions: Removed.
9231         * configure.in: Define HAVE_PROTECTED if .protected is available.
9232         * config.h.in: Add entry for HAVE_PROTECTED.
9233
9234 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9235
9236         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9237         code in struct _rtld_global.  Export this struct, remove all
9238         exports for the signal variables.
9239         * sysdeps/arm/dl-machine: Likewise.
9240         * sysdeps/generic/dl-origin: Likewise.
9241         * sysdeps/generic/dl-sysdep: Likewise.
9242         * sysdeps/generic/dl-cache: Likewise.
9243         * sysdeps/hppa/dl-fptr: Likewise.
9244         * sysdeps/hppa/dl-machine: Likewise.
9245         * sysdeps/cris/dl-machine: Likewise.
9246         * sysdeps/i386/dl-machine: Likewise.
9247         * sysdeps/ia64/dl-machine: Likewise.
9248         * sysdeps/m68k/dl-machine: Likewise.
9249         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9250         * sysdeps/mips/mips64/dl-machine: Likewise.
9251         * sysdeps/mips/dl-machine: Likewise.
9252         * sysdeps/powerpc/elf/libc-start: Likewise.
9253         * sysdeps/powerpc/dl-machine: Likewise.
9254         * sysdeps/powerpc/dl-start: Likewise.
9255         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9256         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9257         * sysdeps/sh/dl-machine: Likewise.
9258         * sysdeps/s390/s390-32/dl-machine: Likewise.
9259         * sysdeps/s390/s390-64/dl-machine: Likewise.
9260         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9261         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9262         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9263         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9264         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9265         * sysdeps/x86_64/dl-machine: Likewise.
9266
9267 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9268
9269         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9270         are too high.
9271
9272 2002-01-31  Andreas Schwab  <schwab@suse.de>
9273
9274         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9275
9276 2002-01-31  Andreas Schwab  <schwab@suse.de>
9277
9278         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9279         reference to _dl_pagesize.
9280
9281 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9282
9283         * Versions.def [ld]: Add GLIBC_2.3.
9284         * elf/dl-addr.c: Move global variables for SHARED code in struct
9285         _rtld_global.  Export this struct, remove all exports for the
9286         signal variables.
9287         * elf/dl-close.c: Likewise.
9288         * elf/dl-conflict.c: Likewise.
9289         * elf/dl-debug.c: Likewise.
9290         * elf/dl-deps.c: Likewise.
9291         * elf/dl-dst.h: Likewise.
9292         * elf/dl-error.c: Likewise.
9293         * elf/dl-fini.c: Likewise.
9294         * elf/dl-init.c: Likewise.
9295         * elf/dl-iteratephdr.c: Likewise.
9296         * elf/dl-libc.c: Likewise.
9297         * elf/dl-load.c: Likewise.
9298         * elf/dl-lookup.c: Likewise.
9299         * elf/dl-minimal.c: Likewise.
9300         * elf/dl-object.c: Likewise.
9301         * elf/dl-open.c: Likewise.
9302         * elf/dl-profile.c: Likewise.
9303         * elf/dl-profstub.c: Likewise.
9304         * elf/dl-reloc.c: Likewise.
9305         * elf/dl-runtime.c: Likewise.
9306         * elf/dl-support.c: Likewise.
9307         * elf/dl-sym.c: Likewise.
9308         * elf/dl-version.c: Likewise.
9309         * elf/do-lookup.h: Likewise.
9310         * elf/do-rel.h: Likewise.
9311         * elf/dynamic-link.h: Likewise.
9312         * elf/rtld.c: Likewise.
9313         * sysdeps/generic/dl-cache.c: Likewise.
9314         * sysdeps/generic/dl-sysdep.c: Likewise.
9315         * sysdeps/generic/ldsodefs.h: Likewise.
9316         * sysdeps/generic/libc-start.c: Likewise.
9317         * sysdeps/i386/dl-machine.h: Likewise.
9318         * sysdeps/ia64/dl-fptr.c: Likewise.
9319         * sysdeps/ia64/dl-machine.h: Likewise.
9320         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9321         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9322         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9323         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9324         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9325         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9326         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9327         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9328
9329 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9330
9331         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9332         to avoid warning
9333         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9334
9335         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9336         SHARED version.
9337         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9338
9339         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9340
9341 2002-01-29  Ben Collins  <bcollins@debian.org>
9342
9343         * string/bits/string2.h (__mempcpy): Protect size arg for
9344         addition when using __builtin_memcpy.
9345
9346 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9347
9348         * stdlib/Makefile (tests): Add tst-qsort.
9349         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9350
9351         * manual/signal.texi (Process Signal Mask): Document that
9352         pthread_sigmask, not sigprocmask, must be used in MT programs.
9353         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9354
9355         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9356         found.
9357         * misc/Makefile (tests): Add tst-hsearch.
9358         * misc/tst-hsearch.c: New file.
9359
9360 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9361
9362         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9363         * malloc/malloc.h: Likewise.
9364         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9365         * malloc/arena.c: New file.
9366         * malloc/hooks.c: New file.
9367         * malloc/tst-mallocstate.c: New file.
9368         * malloc/Makefile: Add new testcase tst-mallocstate.
9369         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9370
9371 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9372
9373         * stdlib/msort.c: Remove last patch.  The optimization violates the
9374         same rule which qsort.c had problems with.
9375
9376 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9377
9378         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9379         to a pivot element that lies outside the array to be sorted, as
9380         ISO C99 requires that the comparison function be called only with
9381         addresses of array elements [PR libc/2880].
9382
9383 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9384
9385         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9386         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9387
9388         * timezone/asia: Update from tzdata2002b.
9389         * timezone/australasia: Likewise.
9390         * timezone/backward: Likewise.
9391         * timezone/europe: Likewise.
9392         * timezone/leapseconds: Likewise.
9393         * timezone/iso3166.tab: Likewise.
9394         * timezone/zone.tab: Likewise.
9395
9396 2002-01-23  Richard Henderson  <rth@redhat.com>
9397
9398         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9399
9400 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9401
9402         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9403         this element [PR libc/2855].
9404
9405         * string/strcoll.c: Handle zero-length arguments specially
9406         [PR libc/2856].
9407
9408 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9409
9410         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9411         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9412         short lengths and constant src.
9413         (strcpy): Don't optimize for gcc 3.0+.
9414         (__stpcpy): For gcc 3.0+, don't use
9415         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9416         for short string literal src.
9417
9418 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9419
9420         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9421         Set for arm, too.
9422
9423 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9424
9425         * manual/llio.texi (Linked Channels, Cleaning Streams):
9426         Make it clearer that a just-opened input stream might need cleaning.
9427
9428 2002-01-21  H.J. Lu  <hjl@gnu.org>
9429
9430         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9431         Don't use label at end of compound statement.
9432
9433 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9434
9435         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9436         Remove test for negative integer arg; sin_pi does it correctly.
9437
9438 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9439
9440         * nscd/Makefile (distribute): Filter out xmalloc.c.
9441
9442 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9443
9444         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9445         Set offset if read end wasn't the buffer end.
9446         (_IO_file_seekoff_mmap): New function.
9447         (_IO_file_xsgetn_mmap): New function.
9448         (_IO_file_jumps_mmap): Use the two new functions.
9449         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9450         != end buffer.
9451         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9452         _IO_file_underflow_mmap.
9453         * libio/iofopen.c: Don't position file descriptor at end of file.
9454         * libio/tst-widetext.c: Improve error messages.
9455         * stdio-common/tst-rndseek.c: Likewise.
9456
9457 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9458
9459         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9460         end of enum for !_GNU_SOURCE.
9461         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9462         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9463         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9464         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9465         values unless _GNU_SOURCE.
9466
9467         * iconvdata/tcvn5712-1.c: Minor cleanups.
9468
9469 2002-01-18  Andreas Schwab  <schwab@suse.de>
9470
9471         * sysdeps/unix/sysv/linux/configure.in
9472         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9473
9474 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9475
9476         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9477         more efficient "Towers of Hanoi" mergesort.
9478         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9479         for generic, sizeof(int) and sizeof(long) variants respectively.
9480
9481 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9482
9483         * manual/syslog.texi (openlog): Describe possible problems with
9484         first parameter.
9485         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9486
9487         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9488         * nscd/connections.c (begin_drop_privileges): New function.
9489         (finish_drop_privileges): New function.
9490         (nscd_init): Call the new functions which also install all groups
9491         for the server user.
9492         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9493         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9494
9495 2002-01-17  H.J. Lu  <hjl@gnu.org>
9496
9497         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9498         `const' from `got'.
9499
9500 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9501
9502         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9503         instructions for pointer operations.
9504         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9505
9506 2002-01-17  Andreas Jaeger  <aj@suse.de>
9507
9508         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9509         __uint128_t build-in.
9510
9511         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9512         PowerPC, sync with 2.2 branch.
9513
9514 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9515
9516         * posix/getconf.c: Update copyright year.
9517         * nss/getent.c: Likewise.
9518         * nscd/nscd_nischeck.c: Likewise.
9519         * iconv/iconvconfig.c: Likewise.
9520         * iconv/iconv_prog.c: Likewise.
9521         * elf/ldconfig.c: Likewise.
9522         * catgets/gencat.c: Likewise.
9523         * csu/version.c: Likewise.
9524         * elf/ldd.bash.in: Likewise.
9525         * elf/sprof.c (print_version): Likewise.
9526         * locale/programs/locale.c: Likewise.
9527         * locale/programs/localedef.c: Likewise.
9528         * nscd/nscd.c (print_version): Likewise.
9529         * debug/xtrace.sh: Likewise.
9530         * malloc/memusage.sh: Likewise.
9531         * malloc/mtrace.pl: Likewise.
9532
9533 2002-01-16  Andreas Schwab  <schwab@suse.de>
9534
9535         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9536         reliably remove "-ia64" from rtld name.
9537
9538 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9539
9540         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9541         Patch by Yu Shao <yshao@redhat.com>.
9542
9543 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9544
9545         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9546         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9547         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9548
9549 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9550
9551         * sysdeps/s390/fpu/libm-test-ulps: Update.
9552
9553 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9554
9555         * elf/elf.h: Update x86 relocations.
9556
9557 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9558
9559         * locale/programs/charmap.c (new_width): Check whether byte
9560         sequences for both ends of range have the same length.
9561
9562 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9563
9564         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9565
9566 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9567
9568         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9569         string literals.
9570         (__full_ieee754_sqrt): Add __attribute_used__.
9571
9572 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9573
9574         * sysdeps/generic/group_member.c (__group_member): Also check
9575         groups[0] [PR libc/2781].
9576
9577 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9578
9579         * Makefile (distribute): Add scripts/cpp.
9580         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9581         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9582         unwind-dw2-fde.h, and dwarf2.h.
9583         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9584         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9585         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9586         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9587
9588 2002-01-07  Roland McGrath  <roland@frob.com>
9589
9590         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9591         volatile on type of ARGC so the compiler doesn't get clever.
9592
9593 2002-01-07  Andreas Jaeger  <aj@suse.de>
9594
9595         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9596         * sysdeps/i386/bits/byteswap.h: Likewise.
9597         * sysdeps/ia64/bits/byteswap.h: Likewise.
9598         * sysdeps/m68k/bits/byteswap.h: Likewise.
9599         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9600         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9601
9602 2002-01-02  Bruno Haible  <bruno@clisp.org>
9603
9604         * intl/plural.y: Fix %expect count.
9605
9606 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9607
9608         * elf/Makefile (routines, shared-only-routines): Add
9609         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9610         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9611         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9612         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9613         Optimize if .eh_frame section contains no FDEs.
9614         (__register_frame, __deregister_frame_info_bases,
9615         __deregister_frame): Likewise.
9616         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9617         DW_CFA_restore handling.
9618
9619 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9620
9621         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9622
9623         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9624         for x < 0.25 and restore original range reduction method.
9625         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9626
9627 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9628
9629         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9630         (_IO_file_close_mmap): New function.
9631         (_IO_file_jumps_mmap): New variable.
9632         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9633         trying to convert rest of byte buffer.
9634         (_IO_wfile_underflow_mmap): New function.
9635         (_IO_wfile_jumps_mmap): New variable.
9636         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9637         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9638         (_IO_new_fopen): Call __fopen_internal.
9639         * libio/iofopen64.c: Just call __fopen_internal.
9640         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9641         successfully.
9642         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9643         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9644         _IO_file_close_mmap.
9645
9646         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9647         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9648
9649         * stdio-common/Makefile (tests): Add tst-rndseek.
9650         * stdio-common/tst-rndseek.c: New file.
9651
9652 2002-01-05  Roland McGrath  <roland@frob.com>
9653
9654         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9655         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9656         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9657         * sysdeps/mach/hurd/configure: Regenerated.
9658
9659 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9660
9661         * elf/elf.h: Add more TLS definitions.
9662
9663 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9664
9665         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9666
9667 2002-01-02  Roland McGrath  <roland@frob.com>
9668
9669         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9670         __sigisemptyset.  Don't use MASK uninitialized.
9671
9672         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9673         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9674         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9675         __sigdelset, __sigaddset, __sigorset.
9676
9677         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9678         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9679
9680         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9681         _hurd_ports is null.
9682
9683         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9684         for old CMU and new OSF Mach interface flavors.
9685         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9686         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9687
9688         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9689
9690         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9691         Pass extra arguments to task_create for OSF variant.
9692         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9693
9694         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9695         conditional on [HAVE_AUX_VECTOR].
9696
9697         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9698         mach_msg_timeout_t as type of final argument.
9699
9700         * hurd/privports.c (__get_privileged_ports):
9701         Change host_priv_t to mach_port_t in argument type.
9702         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9703         Update decls.
9704
9705         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9706         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9707         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9708         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9709         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9710         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9711
9712 2002-01-01  Roland McGrath  <roland@frob.com>
9713
9714         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9715
9716 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9717
9718         * include/stdlib.h: Define inlines for the _l variants of the strto*
9719         functions.
9720
9721 2002-01-01  Roland McGrath  <roland@frob.com>
9722
9723         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
9724
9725         * mach/Machrules (MIG): Set CPP as well as CC.
9726
9727 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
9728
9729         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
9730         locale to parse /proc/loadavg [PR libc/2760].
9731
9732 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
9733
9734         * elf/dl-conflict.c: Include sys/param.h.
9735         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
9736         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
9737         warning.
9738         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
9739         literals to avoid warnings.
9740
9741 2001-12-31  Andreas Jaeger  <aj@suse.de>
9742
9743         * configure.in: Don't check for gsed since we do not use it anywhere.
9744
9745 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9746
9747         * io/fts.c: Update from BSD to fix memory leaks.
9748
9749 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
9750
9751         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
9752         * elf/chroot_canon.c: Likewise.
9753         * elf/dl-object.c: Likewise.
9754         * iconv/iconv_charmap.c: Likewise.
9755         * iconv/iconv_prog.c: Likewise.
9756         * libio/iogetdelim.c: Likewise.
9757         * locale/lc-time.c: Likewise.
9758         * stdlib/canonicalize.c: Likewise.
9759         * sunrpc/svc.c: Likewise.
9760         * sysdeps/generic/glob.c: Likewise.
9761
9762 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9763
9764         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
9765         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
9766         remove high order bit from the program counter.
9767         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
9768
9769 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9770
9771         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
9772         unnecessary code and add missing reloc types.
9773         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
9774         case for reloc type R_390_NONE.
9775
9776 2001-12-28  Andreas Jaeger  <aj@suse.de>
9777
9778         * io/bug-ftw3.c: Include string.h for prototypes.
9779
9780         * crypt/md5test.c (main): Remove unused variable.
9781
9782         * dlfcn/modstatic.c: Add prototype to avoid warning.
9783
9784 2001-12-26  Roland McGrath  <roland@frob.com>
9785
9786         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
9787         check only (SS->pending & MASK) for the signal to return.
9788         From Jeroen Dekkers <jeroen@dekkers.cx>.
9789
9790 2001-12-22  Roland McGrath  <roland@frob.com>
9791
9792         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
9793         Use preprocessor #if conditionals instead of `if' to avoid
9794         warnings about divide by zero in dead code.
9795
9796         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
9797         _hurd_port_init, and __hurd_self_sigstate.
9798
9799         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
9800
9801 2001-12-21  Andreas Jaeger  <aj@suse.de>
9802
9803         * elf/dblloadmod1.c: Add prototype to avoid warning.
9804         * elf/dblloadmod2.c: Likewise.
9805         * elf/dblloadmod3.c: Likewise.
9806         * elf/reldepmod5.c: Likewise.
9807         * elf/reldepmod6.c: Likewise.
9808
9809         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
9810         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
9811         used on all architectures.
9812
9813         * sunrpc/svc_tcp.c: Add noreturn attribute for
9814         svctcp_rendezvous_abort.
9815         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
9816
9817         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
9818         to avoid warning.
9819
9820 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
9821
9822         * manual/llio.texi (aio_fsync): Fix a typo.
9823         Patch by Tammy Fox <tfox@redhat.com>.
9824
9825 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
9826
9827         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
9828         stack bias from child stack pointer before passing it to clone syscall.
9829
9830 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
9831
9832         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
9833         _SC_TZNAME_MAX.
9834         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
9835         Reported by Thorsten Kukuk <kukuk@suse.de>.
9836
9837         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
9838         add some casts.
9839
9840         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
9841
9842 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
9843
9844         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
9845         conforming: return EBADF if file descriptor is invalid and EINVAL
9846         if file descriptor is no valid tty.
9847         * login/tst-grantpt.c: New file.
9848         * login/Makefile (tests): Add tst-grantpt.
9849
9850 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
9851
9852         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
9853         different than implemented in last patch.
9854         * io/bug-ftw3.c: Adjust test for changed handling of
9855         inaccessibility of toplevel dir.
9856
9857 2001-12-16  Roland McGrath  <roland@frob.com>
9858
9859         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
9860         * grp/initgroups.c (internal_getgrouplist): Likewise.
9861
9862         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
9863         `default:' to silence new GCC warning.
9864         Rewrite cast of lvalue to silence new GCC warning.
9865
9866         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
9867
9868         * sysdeps/mach/hurd/spawni.c: New file, by me with a
9869         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
9870
9871 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
9872
9873         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
9874         Patch by Stephen R. van den Berg.
9875
9876         * crypt/md5.h: Define md5_uintptr.
9877
9878 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9879
9880         * libio/tst_swprintf.c (main): Add test for string argument with
9881         zero precision.
9882         * stdio-common/Makefile (tests): Add tst-sprintf.
9883         * stdio-common/tst-sprintf.c: New file.
9884
9885 2001-12-13  Andreas Schwab  <schwab@suse.de>
9886
9887         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
9888         zero precision with wide character string format.
9889
9890 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
9891
9892         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
9893         but have a user supplied buffer, return the empty buffer, not NULL.
9894
9895 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
9896
9897         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
9898         Patch by Eric Sharkey <sharkey@netrics.com>.
9899
9900         * crypt/md5test.c (main): Add test for multiple calls to
9901         __md5_process_bytes to itererate over input string.
9902
9903 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
9904
9905         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
9906         from __nis_findfastest.  Take timeout value from parameter.
9907         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
9908         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
9909         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
9910
9911 2001-12-12  Andreas Jaeger  <aj@suse.de>
9912
9913         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
9914         combreloc test so that it works in this case.
9915
9916         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
9917
9918 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
9919
9920         * sysdeps/sh/Makefile: New file.
9921         * sysdeps/sh/_mcount.S: New file.
9922         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
9923         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
9924
9925 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
9926
9927         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
9928         limitation [PR libc/2564].
9929
9930 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
9931
9932         * elf/Makefile (dl-routines): Add conflict.
9933         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
9934         (ld.so): Add _begin local symbol.
9935         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
9936         Define.
9937         * elf/dl-deps.c (_dl_build_local_scope): New function.
9938         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
9939         of all libraries.
9940         * elf/do-rel.h (VALIDX): Define.
9941         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
9942         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
9943         can be skipped.
9944         * elf/dl-conflict.c: New file.
9945         * elf/dl-lookup.c (_dl_debug_bindings): New function.
9946         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
9947         non-NULL.
9948         (_dl_lookup_symbol_skip): Likewise.
9949         (_dl_lookup_versioned_symbol): Likewise.
9950         (_dl_lookup_versioned_symbol_skip): Likewise.
9951         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
9952         define to ElfW(Rel).
9953         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
9954         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
9955         ranges.
9956         Don't adjust address dynamic tags if l_addr is 0.
9957         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
9958         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
9959         (VALIDX, ADDRIDX): Define.
9960         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
9961         (dl_main): Print library list for LD_TRACE_PRELINKING.
9962         If prelinking information can be used, skip relocating libraries and
9963         call _dl_resolve_conflicts instead.
9964         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
9965         * elf/dl-load.c (_dl_map_object): Don't create fake libs
9966         if LD_TRACE_PRELINKING.
9967         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
9968         + DT_ADDRNUM.
9969         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
9970         (DL_DEBUG_PRELINK): Define.
9971         (_dl_resolve_conflicts): Add prototype.
9972
9973         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
9974         .plt for prelinked libraries where prelinking info cannot be used.
9975         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
9976         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
9977         * sysdeps/arm/bits/link.h: New file.
9978         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
9979         content of .got[1].
9980         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9981         (ELF_MACHINE_PLT_REL): Define.
9982         (elf_machine_rela, elf_machine_rela_relative): New functions.
9983         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
9984         of adjusting it if prelinked and prelinking cannot be used.
9985         * sysdeps/i386/bits/link.h: New file.
9986         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
9987         content of .got[1].
9988         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
9989         (ELF_MACHINE_PLT_REL): Define.
9990         (elf_machine_rela, elf_machine_rela_relative): New functions.
9991         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
9992         of adjusting it if prelinked and prelinking cannot be used.
9993         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
9994         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
9995         to find out map for R_PPC_JMP_SLOT relocs.
9996         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
9997         (OPCODE_BA): Define.
9998         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
9999         libraries where prelinking info cannot be used.
10000         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10001         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10002         (elf_machine_rela): Set value to 0 if relocating conflicts.
10003         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10004         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10005         (sparc64_fixup_plt): Fix a typo.
10006         (elf_machine_rela): Set value to 0 if relocating conflicts.
10007         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10008         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10009         libraries where prelinking info cannot be used.
10010         * sysdeps/sh/bits/link.h: New file.
10011         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10012         content of .got[1].
10013         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10014         of adjusting it if prelinked and prelinking cannot be used.
10015         * sysdeps/s390/s390-32/bits/link.h: New file.
10016         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10017         Save original content of .got[1].
10018         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10019         of adjusting it if prelinked and prelinking cannot be used.
10020         * sysdeps/s390/s390-64/bits/link.h: New file.
10021         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10022         Save original content of .got[1].
10023         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10024         of adjusting it if prelinked and prelinking cannot be used.
10025         * sysdeps/x86_64/bits/link.h: New file.
10026         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10027         Save original content of .got[1].
10028         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10029         of adjusting it if prelinked and prelinking cannot be used.
10030
10031 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10032
10033         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10034         where appropriate instead of numbers.  Little optimizations.
10035
10036 2001-12-10  Roland McGrath  <roland@frob.com>
10037
10038         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10039         set it.
10040
10041         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10042         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10043
10044         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10045         Fix conditionals so this is set by default for stdio and not for libio.
10046         * sysdeps/mach/hurd/configure: Regenerated.
10047
10048 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10049
10050         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10051
10052 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10053
10054         * io/Makefile (tests): Add bug-ftw3.
10055         * io/bug-ftw3.c: New file.
10056
10057         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10058         matches and GLOB_NOCHECK is set.
10059         * posix/globtest.sh: Correct expected result for NOCHECK test.
10060
10061         * po/ca.po: Update from translation team.
10062
10063 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10064
10065         Implement transliteration of characters in strings of the locale
10066         definitions.
10067         * locale/programs/linereader.c: Adjust for additional parameter to
10068         lr_token.
10069         (get_string): If character <Uxxxx> is not found try to transliterate
10070         it.
10071         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10072         lr_token.  Add const to charmap parameter of all functions.
10073         (find_translit, find_translit2): New functions.
10074         * locale/programs/charmap.c: Adjust for additional parameter to
10075         lr_token.
10076         * locale/programs/repertoire.c: Likewise.
10077         * locale/programs/linereader.h: Likewise.
10078         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10079         parameter of all functions.
10080         * locale/programs/ld-collate.c: Likewise.
10081         * locale/programs/ld-identification.c: Likewise.
10082         * locale/programs/ld-measurement.c: Likewise.
10083         * locale/programs/ld-messages.c: Likewise.
10084         * locale/programs/ld-monetary.c: Likewise.
10085         * locale/programs/ld-name.c: Likewise.
10086         * locale/programs/ld-numeric.c: Likewise.
10087         * locale/programs/ld-paper.c: Likewise.
10088         * locale/programs/ld-paper.c: Likewise.
10089         * locale/programs/ld-telephone.c: Likewise.
10090         * locale/programs/ld-time.c: Likewise.
10091         * locale/programs/locfile.c: Likewise.
10092         * locale/programs/localedef.c: Likewise.
10093         * locale/programs/localedef.h: Likewise.
10094         * locale/programs/locfile.h: Likewise.  Add declaration for
10095         find_translit.
10096         * locale/programs/simple-hash.c: Add const to first parameter of
10097         find_entry, iterate_table, and lookup.
10098         * locale/programs/simple-hash.h: Likewise.
10099         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10100         instead.
10101         * include/locale.h: Define __LC_LAST.
10102         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10103
10104 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10105
10106         * sysdeps/powerpc/Dist: Update for recent FP changes.
10107         * sysdeps/powerpc/fpu/Dist: Likewise.
10108
10109 2001-12-07  Andreas Schwab  <schwab@suse.de>
10110
10111         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10112
10113 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10114
10115         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10116         save/restore functions here.
10117         (libm-support): Don't define these functions here.
10118         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10119         functions here.
10120         * sysdeps/powerpc/fe_nomask.c: Move to...
10121         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10122         * sysdeps/powerpc/fprrest.S: Move to...
10123         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10124         * sysdeps/powerpc/fprsave.S: Move to...
10125         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10126
10127 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10128
10129         * sysdeps/unix/sysv/linux/opensock.c: New file.
10130
10131 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10132
10133         * config.make.in (with-fp): Define from configure.
10134         * configure.in: Substitute with_fp.
10135         * configure: Regenerate.
10136         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10137         specified, and don't change FPU environment.
10138
10139 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10140
10141         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10142         * assert/assert.c: Check result of __asprintf call and don't use
10143         string if it failed.
10144         * assert/assert-perr.c: Likewise.
10145         * inet/rcmd.c: Likewise.
10146         * locale/programs/localedef.c (main): Check result of
10147         construct_output_path and exit if it failed.
10148         (construct_output_path): Check result of asprintf and mkdir calls and
10149         fail if they failed.
10150         * posix/getopt.c: Check result of __asprintf calls and fail if
10151         they failed.
10152         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10153
10154 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10155
10156         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10157         patch.
10158         * sysdeps/generic/strncase.c: Likewise.
10159         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10160
10161 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10162
10163         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10164
10165         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10166         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10167         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10168         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10169         * sysdeps/powerpc/fclrexcpt.c: Move to...
10170         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10171         * sysdeps/powerpc/fpu_control.h: Move to...
10172         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10173
10174 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10175
10176         * iconvdata/ibm1129.h: Remove duplicate mappings.
10177         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10178         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10179         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10180
10181         * timezone/zic.c: Fix handling of turnaround times.
10182         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10183
10184 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10185
10186         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10187         overflow problem.
10188
10189 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10190
10191         * posix/regex.c: For use outside glibc defined bounded pointer
10192         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10193
10194         * iconvdata/Makefile (modules): Add TCVN5712-1.
10195         * iconvdata/TESTS: Add TCVN5712-1.
10196         * iconvdata/gconv-modules: Likewise.
10197         * iconvdata/tcvn5712-1.c: New file.
10198         * iconvdata/testdata/TCVN-5712: New file.
10199         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10200
10201 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10202
10203         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10204
10205 2001-12-02  Roland McGrath  <roland@frob.com>
10206
10207         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10208
10209         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10210         Reported by Jeff Bailey <jbailey@nisa.net>.
10211
10212         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10213         Reported by Jeff Bailey <jbailey@nisa.net>.
10214
10215         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10216         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10217         Reported by Jeff Bailey <jbailey@nisa.net>.
10218
10219 2001-12-01  Roland McGrath  <roland@frob.com>
10220
10221         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10222         missing backslash in test arguments.
10223         * sysdeps/mach/hurd/configure: Regenerated.
10224
10225 2001-11-26  Roland McGrath  <roland@frob.com>
10226
10227         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10228         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10229
10230 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * iconvdata/Makefile (modules): Add ARMSCII-8.
10233         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10234         * iconvdata/armscii-8.c: New file.
10235
10236 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10237
10238         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10239         don't match, fix {{a,b},c} globbing, clean up.
10240         Patch by Flavio Veloso <flaviovs@magnux.com>.
10241         * posix/globtest.sh: Add new tests.
10242
10243 2001-11-29  Andreas Jaeger  <aj@suse.de>
10244
10245         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10246         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10247
10248         * sysdeps/generic/abort.c: Include libioP.h for
10249         _IO_flush_all_lockp prototype.
10250
10251 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10252
10253         * posix/regex.h: Define __restrict_arr correctly.
10254
10255 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10256
10257         * iconvdata/ibm1163.c: New file.
10258         * iconvdata/ibm1163.h: New file.
10259         * iconvdata/ibm1164.c: New file.
10260         * iconvdata/ibm1164.h: New file.
10261         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10262         * iconvdata/Makefile: Likewise.
10263         * iconvdata/testdata/IBM1163: New file.
10264         * iconvdata/testdata/IBM1163..UTF8: New file.
10265         * iconvdata/testdata/IBM1164: New file.
10266         * iconvdata/testdata/IBM1164..UTF8: New file.
10267         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10268
10269         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10270         * iconvdata/ibm1124.h: Likewise.
10271         * iconvdata/ibm1132.h: Likewise.
10272         * iconvdata/ibm1133.h: Likewise.
10273         * iconvdata/ibm1160.h: Likewise.
10274         * iconvdata/ibm1161.h: Likewise.
10275         * iconvdata/ibm1162.h: Likewise.
10276         * iconvdata/ibm856.h: Likewise.
10277         * iconvdata/ibm922.h: Likewise.
10278         * iconvdata/ibm930.h: Likewise.
10279         * iconvdata/ibm932.h: Likewise.
10280         * iconvdata/ibm933.h: Likewise.
10281         * iconvdata/ibm935.h: Likewise.
10282         * iconvdata/ibm937.h: Likewise.
10283         * iconvdata/ibm939.h: Likewise.
10284         * iconvdata/ibm943.h: Likewise.
10285         * iconvdata/ibm930.c: Pretty printing.
10286         * iconvdata/ibm937.c: Avoid access accross array boundary.
10287
10288         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10289         the current locale's codeset.
10290         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10291         empty input string.
10292         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10293         and from-charset.  Don't determine locale's charset here.
10294
10295         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10296         as the old _IO_flush_all but lock only if parameter is nonzero.
10297         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10298         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10299         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10300         if libio is used [PR libc/2575].
10301
10302 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10303
10304         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10305         __signbitl): Only define for ISO C99.
10306
10307 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10308
10309         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10310         herrnop to NETDB_INTERNAL if we run out of buffer space.
10311
10312 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10313
10314         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10315         overflow test for platforms with signed char.
10316         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10317
10318 2001-11-28  Bruno Haible  <bruno@clisp.org>
10319
10320         * locale/programs/simple-hash.c (lookup_2): Remove function.
10321         (insert_entry_2): Call lookup instead of lookup_2.
10322
10323 2001-03-04  Bruno Haible  <bruno@clisp.org>
10324
10325         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10326
10327 2001-10-31  Bruno Haible  <bruno@clisp.org>
10328
10329         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10330
10331 2001-03-21  Bruno Haible  <bruno@clisp.org>
10332
10333         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10334         chokes on empty macro arguments.
10335         * intl/plural.y: Add #pragma for alloca on AIX 3.
10336
10337 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10338
10339         * intl/dcigettext.c (guess_category_value): Only implement for
10340         glibc.  Otherwise rely on function _nl_locale_name which isn't
10341         present in the glibc sources.
10342
10343 2001-09-24  Bruno Haible  <bruno@clisp.org>
10344
10345         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10346         transliteration when building on a glibc system but outside glibc.
10347
10348 2001-09-22  Bruno Haible  <bruno@clisp.org>
10349
10350         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10351         * intl/dcigettext.c (plural_eval): Remove function, moved to
10352         intl/plural-eval.c.
10353         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10354         Include plural-eval.c.
10355
10356 2001-09-22  Bruno Haible  <bruno@clisp.org>
10357
10358         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10359         don't start with a digit; nplurals must be positive.
10360
10361 2001-09-02  Bruno Haible  <bruno@clisp.org>
10362
10363         * intl/plural-exp.h: New file, extracted from gettextP.h.
10364         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10365         * intl/gettextP.h (struct expression, struct parse_args,
10366         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10367         * intl/loadmsgcat.c: Include plural-exp.h.
10368         (PLURAL_PARSE): Move macro to plural-exp.h.
10369         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10370         plural-exp.c.
10371         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10372         EXTRACT_PLURAL_EXPRESSION.
10373         (_nl_unload_domain): Update.
10374         * intl/dcigettext.c: Include plural-exp.h.
10375         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10376         (FREE_EXPRESSION): Move macro to plural-exp.h.
10377         * intl/Makefile (routines): Add plural-exp.
10378         (distribute): Add plural-exp.h.
10379
10380 2001-07-28  Bruno Haible  <bruno@clisp.org>
10381
10382         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10383         isdigit, tolower argument to 'unsigned char'.
10384         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10385         'unsigned char'.
10386         * intl/localealias.c (read_alias_file): Cast isspace argument to
10387         'unsigned char'.
10388
10389 2001-10-20  Bruno Haible  <bruno@clisp.org>
10390
10391         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10392         anyway.)
10393         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10394         with the variable 'index' in plural_lookup.
10395         * intl/l10nflist.c (strchr): Likewise.
10396         * intl/localealias.c (strchr): Likewise.
10397
10398         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10399         * intl/bindtextdom.c: Likewise.
10400         * intl/dcigettext.c: Likewise.
10401         * intl/dgettext.c: Likewise.
10402         * intl/dngettext.c: Likewise.
10403         * intl/explodename.c: Likewise.
10404         * intl/finddomain.c: Likewise.
10405         * intl/gettext.c: Likewise.
10406         * intl/l10nflist.c: Likewise.
10407         * intl/loadmsgcat.c: Likewise.
10408         * intl/localealias.c: Likewise.
10409         * intl/ngettext.c: Likewise.
10410         * intl/textdomain.c: Likewise.
10411         * intl/gettext.h: Assume <limits.h> exists.
10412
10413 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10414
10415         * stdio-common/Makefile (tests): Add scanf11.
10416         * stdio-common/scanf11.c: New file.
10417
10418 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10419
10420         * version.h (RELEASE): Define as development.
10421         (VERSION): Set to 2.2.90.
10422
10423 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10424
10425         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10426         * nis/nss_nis/nis-grp.c: Likewise.
10427         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10428
10429         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10430         * nis/nss_nis/nis-pwd.c: Likewise.
10431         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10432
10433         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10434         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10435         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10436
10437         * nscd/grpcache.c: Use strtoul instead of atol.
10438         * nscd/pwdcache.c: Likewise.
10439         * nss/getent.c: Likewise.
10440
10441 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10442
10443         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10444         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10445
10446 2001-11-19  Bruno Haible  <bruno@clisp.org>
10447
10448         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10449         90%.
10450         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10451         improves the quality of the hash function, especially for short
10452         strings.
10453
10454 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10455
10456         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10457         are found call conv_error and not input_error [PR libc/2669].
10458
10459         * math/bits/mathcalls.h: Mark ceil and floor as const.
10460         Reported by David Mosberger.
10461
10462 2001-11-21  Jim Meyering  <meyering@lucent.com>
10463
10464         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10465         Define to be __-prefixed.
10466         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10467
10468 2001-11-26  Andreas Jaeger  <aj@suse.de>
10469
10470         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10471         avoid warning.
10472
10473 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10474
10475         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10476         initialization.
10477
10478         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10479         unused variables.  Fix threshold for returning 1.0.
10480
10481         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10482         argument.
10483
10484         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10485         remove unused variables.
10486
10487         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10488
10489         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10490         include local math header files.
10491
10492 2001-11-22  Andreas Jaeger  <aj@suse.de>
10493
10494         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10495         avoid warning.
10496
10497 2001-11-21  Andreas Jaeger  <aj@suse.de>
10498
10499         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10500
10501         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10502         sys/debugreg.h
10503
10504 2001-11-15  Andreas Jaeger  <aj@suse.de>
10505
10506         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10507         compilers that support it.
10508
10509         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10510         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10511         * stdlib/stdlib.h: Likewise.
10512
10513 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10514
10515         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10516         statement with gotos.
10517         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10518
10519 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10520
10521         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10522
10523 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10524
10525         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10526
10527 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10528             H.J. Lu  <hjl@gnu.org>
10529
10530         * Versions.def (libc): Add GCC_3.0.
10531         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10532         if gcc supports this flag.
10533         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10534         (gcc3): Allow glibc to be compiled with gcc 3.x.
10535         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10536         * config.make.in (static-libgcc, unwind-find-fde): Add.
10537         * Makerules (build-shlib-helper, build-module-helper): Use it.
10538         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10539         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10540         necessary.
10541         (_fini): Call __deregister_frame_info_bases if
10542         __register_frame_info_bases was used to register.
10543         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10544         for GLIBC_2.0.
10545         (__register_frame_info_bases, __register_frame_info_table_bases,
10546         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10547         * elf/Makefile (routines): Add unwind-dw2-fde.
10548         (shared-only-routines): Add unwind-dw2-fde.
10549         * sysdeps/alpha/gccframe.h: New file.
10550         * sysdeps/arm/gccframe.h: New file.
10551         * sysdeps/generic/framestate.c: New file.
10552         * sysdeps/generic/dwarf2.h: New file.
10553         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10554         * sysdeps/generic/unwind-dw2-fde.c: New file.
10555         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10556         * sysdeps/generic/unwind-dw2-fde.h: New file.
10557         * sysdeps/generic/unwind-dw2.c: New file.
10558         * sysdeps/generic/unwind-pe.h: New file.
10559         * sysdeps/generic/unwind.h: New file.
10560         * sysdeps/hppa/gccframe.h: New file.
10561         * sysdeps/i386/gccframe.h: New file.
10562         * sysdeps/m68k/gccframe.h: New file.
10563         * sysdeps/mips/gccframe.h: New file.
10564         * sysdeps/powerpc/gccframe.h: New file.
10565         * sysdeps/s390/gccframe.h: New file.
10566         * sysdeps/sh/gccframe.h: New file.
10567         * sysdeps/sparc/gccframe.h: New file.
10568         * sysdeps/vax/gccframe.h: New file.
10569         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10570         Set on all architectures except ia64.
10571         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10572         for i386.
10573         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10574         __deregister_frame_info): Move to elf/Versions.
10575         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10576         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10577         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10578         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10579         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10580         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10581         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10582         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10583         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10584         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10585         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10586         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10587         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10588         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10589         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10590         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10591         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10592         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10593
10594 2001-11-15  Jeff Law  <law@redhat.com>
10595
10596         * posix/regex.c (uintptr_t): Do not provide a definition if the
10597         system provided one.
10598
10599 2001-11-13  Roland McGrath  <roland@frob.com>
10600
10601         * stdio-common/tmpfile.c: Moved to ...
10602         * sysdeps/generic/tmpfile.c: ... here.
10603         * sysdeps/mach/hurd/tmpfile.c: New file.
10604
10605         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10606         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10607         (fopenport): Define as weak alias.
10608
10609         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10610         * libio/libioP.h: ... to here.
10611
10612 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10613
10614         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10615         program header twice.  Construct list with the needed information.
10616
10617 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10618
10619         * po/ca.po: Update from translation team.
10620
10621         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10622         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10623         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10624         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10625
10626 2001-11-10  Andreas Jaeger  <aj@suse.de>
10627
10628         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10629         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10630         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10631
10632 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10633
10634         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10635         correctly.
10636         * elf/dl-load.c (is_dst): New function.
10637         (_dl_dst_count): Use is_dst to check for DST variable.
10638         (_dl_dst_substitute): Likewise.
10639
10640 2001-11-09  Roland McGrath  <roland@frob.com>
10641
10642         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10643         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10644         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10645         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10646         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10647         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10648         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10649         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10650         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10651         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10652         * sysdeps/mach/hurd/powerpc/Dist: New file.
10653
10654         * hurd/privports.c (__get_privileged_ports):
10655         Only contact the proc server if necessary for this call.
10656         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10657         Check error return for mach_port_mod_refs.
10658
10659 2001-11-09  Andreas Schwab  <schwab@suse.de>
10660
10661         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10662
10663 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10664
10665         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10666         object is always the last in the list.
10667         (_dl_map_object_from_fd): Delete code to remove from object list
10668         when DF_1_NOOPEN is seen.  This is done in lose.
10669
10670 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10671
10672         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10673
10674 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10675
10676         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10677         HWCAP_CHECK macro code.
10678
10679         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10680         Now returns MAP_FAILED on error.
10681         * elf/rtld.c: Adjust caller.
10682         * sysdeps/generic/dl-cache.c: Likewise.
10683         * sysdeps/generic/ldsodefs.h: Adjust description.
10684
10685         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10686         (_dl_check_map_versions): Likewise.
10687
10688 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10689
10690         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10691         _dl_signal_error directly, always use lose.  Set fd to -1 after
10692         file is closed.
10693         (lose): Don't call close if fd == -1.
10694
10695 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10696
10697         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10698          Also fix typo @code {mbsinit} to @code{mbsinit}.
10699
10700 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10701
10702         * elf/dl-profile.c: Replace state variable with simple flag named
10703         running.  Remove commented-out code.
10704
10705         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10706         (_dl_init_paths): Likewise.
10707         (_dl_map_object_from_fd): Likewise.
10708         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10709
10710 2001-11-06  Roland McGrath  <roland@frob.com>
10711
10712         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10713         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10714
10715         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10716         sysdeps/powerpc/elf/sysdep.h.
10717         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10718
10719 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10720
10721         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
10722         speed.
10723         (process_envvars): Some more optimizations.
10724         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
10725
10726         * elf/elf.h: Add dynamic tag definitions for prelinking.
10727
10728         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
10729         Rewrite code to remove environment varables for SUID binaries.
10730         Small optimization in LD_PROFILE handling.
10731         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
10732         changes.
10733         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
10734
10735         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
10736
10737         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
10738         strings.  Change type of second parameter.
10739         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
10740         for last change.
10741
10742         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
10743
10744 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
10745
10746         * manual/string.texi: Fix typos.
10747         * manual/examples/argp-ex2.c: Likewise.
10748
10749 2001-11-05  Roland McGrath  <roland@frob.com>
10750
10751         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
10752         the more-specific unix/sysv/linux/powerpc file and breaks everything.
10753         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
10754         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
10755         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
10756         here, put under [__ELF__].
10757
10758 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
10759
10760         * manual/charset.texi: Extensive editing work.
10761         * manual/nss.texi: Likewise.
10762         Changes by Dennis Grace <dgrace@us.ibm.com>.
10763
10764 2001-11-04  Roland McGrath  <roland@frob.com>
10765
10766         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
10767         parameter to dir_mkfile.
10768
10769 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
10770
10771         * string/bits/string2.h (__strndup): If n is smaller than len, set
10772         len to n + 1.
10773         * string/tester.c (test_strndup): New function.
10774         (main): Call it.
10775
10776 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
10777
10778         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
10779
10780         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
10781         * scripts/cpp: New file.
10782
10783         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
10784         for rtld_search_dirs content.  Minor optimizations.
10785
10786 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10787
10788         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
10789         avoiding unnecessary duplication.
10790
10791 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
10792
10793         * elf/dl-load.c (_dl_map_object): If library was found using
10794         LD_LIBRARY_PATH, don't try RUNPATH list.
10795
10796 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10797
10798         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
10799         Correct second argument of register_dump call.
10800         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
10801         Likewise.
10802
10803 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
10804
10805         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
10806         modules.
10807         * iconvdata/TESTS: Likewise.
10808         * iconvdata/gconv-modules: Likewise.
10809         * iconvdata/ibm1132.c: New file.
10810         * iconvdata/ibm1132.h: New file.
10811         * iconvdata/ibm1133.c: New file.
10812         * iconvdata/ibm1133.h: New file.
10813         * iconvdata/ibm1162.c: New file.
10814         * iconvdata/ibm1162.h: New file.
10815         * iconvdata/testdata/IBM1132: New file.
10816         * iconvdata/testdata/IBM1132..UTF8: New file.
10817         * iconvdata/testdata/IBM1133: New file.
10818         * iconvdata/testdata/IBM1133..UTF8: New file.
10819         * iconvdata/testdata/IBM1162: New file.
10820         * iconvdata/testdata/IBM1162..UTF8: New file.
10821         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
10822
10823         * string/string.h: Fix typo in comment.
10824         * wcsmbs/wchar.h: Likewise.
10825
10826 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
10827
10828         * manual/getopt.texi (getopt_long, getopt_long_only): Include
10829         const in type of longopts parameter.
10830
10831 2001-10-29  Andreas Jaeger  <aj@suse.de>
10832
10833         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
10834
10835 2001-10-29  Kevin Ryde  <user42@zip.com.au>
10836
10837         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
10838         output, clarify `#' behaviour on 0.
10839         (Floating-Point Conversions): Clarify that %g only uses %e when
10840         the exponent would be greater than 1.
10841
10842 2001-10-28  Roland McGrath  <roland@frob.com>
10843
10844         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
10845         * sysdeps/mach/powerpc/machine-sp.h: New file.
10846         * sysdeps/mach/powerpc/sysdep.h: New file.
10847         * sysdeps/mach/powerpc/thread_state.h: New file.
10848
10849         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
10850         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
10851         expect to need the same thing on every platform.
10852
10853         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
10854         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
10855
10856         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
10857         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
10858         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
10859         Move all these assembly-related definitions to ...
10860         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
10861
10862         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
10863         by Peter Bruin <pjbruin@dds.nl>.
10864
10865         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
10866         packing results for a `poll' call.
10867
10868 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10869
10870         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
10871         correctly.
10872         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
10873         bracket expression.
10874
10875         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
10876         nrules value.
10877         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
10878
10879 2001-10-24  H.J. Lu  <hjl@gnu.org>
10880
10881         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
10882         Use __BEGIN_DECLS/__END_DECLS around prototypes.
10883         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
10884
10885 2001-10-21  Jim Meyering  <meyering@lucent.com>
10886
10887         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
10888         this code would end up calling gettext even in packages built
10889         with --disable-nls.
10890         * posix/getopt.c (_): Likewise.
10891         * posix/regex.c (_): Likewise.
10892
10893 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
10894
10895         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
10896         lookup not ip6.int.
10897         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
10898         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
10899
10900 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
10901
10902         * misc/sys/cdefs.h (__attribute_used__): Define.
10903         * elf/rtld.c (_dl_start): Add __attribute_used__.
10904         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
10905
10906 2001-10-25  Andreas Schwab  <schwab@suse.de>
10907
10908         * stdlib/a64l.c: Expect least significant digit first.
10909         * stdlib/l64a.c: Produce least significant digit first.
10910         * stdlib/Makefile (tests): Add test-a64l.
10911         * stdlib/test-a64l.c: New file.
10912         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
10913
10914 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
10915
10916         * po/sk.po: Update from translation team.
10917
10918 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
10919
10920         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
10921
10922 2001-10-18  Andreas Schwab  <schwab@suse.de>
10923
10924         * math/libm-test.inc (print_ulps): Print ulp values rounded to
10925         next whole number.
10926         (print_function_ulps): Likewise.
10927         (print_complex_function_ulps): Likewise.
10928         (print_max_error): Likewise.
10929         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
10930
10931 2001-10-16  Andreas Schwab  <schwab@suse.de>
10932
10933         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
10934         implementation.
10935
10936         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
10937         BSD_SETJMP or BSD__SETJMP is defined, resp.
10938         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
10939         a tail call to __sigsetjmp that would require extending the
10940         caller's frame.
10941         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
10942         * sysdeps/m68k/bsd-setjmp.S: Deleted.
10943         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
10944         Reported by Jes Sorensen <jes@trained-monkey.org>.
10945
10946 2001-10-16  Andreas Jaeger  <aj@suse.de>
10947
10948         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
10949         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
10950         close PR libc/2589.
10951
10952 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
10953
10954         * po/ca.po: New file.  Contributed by the translation team.
10955
10956 2001-10-15  Ralf Baechle  <ralf@gnu.org>
10957
10958         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
10959         a varargs prototype.  Remove dependency from kernel header files.
10960
10961         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
10962         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
10963
10964 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10965
10966         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
10967         to generate hexadecimal identifier.
10968         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
10969
10970 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
10971
10972         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
10973
10974 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
10975
10976         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
10977         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
10978         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10979
10980         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
10981         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
10982         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
10983         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
10984         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
10985         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
10986
10987         * timezone/africa: Update from tzdata2001d.
10988         * timezone/asia: Likewise.
10989         * timezone/australasia: Likewise.
10990         * timezone/backward: Likewise.
10991         * timezone/europe: Likewise.
10992         * timezone/leapseconds: Likewise.
10993         * timezone/northamerica: Likewise.
10994         * timezone/southamerica: Likewise.
10995         * timezone/zone.tab: Likewise.
10996
10997 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10998
10999         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11000         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11001
11002 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11003
11004         * elf/elf.h (PT_TLS): New definition.
11005
11006 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11007
11008         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11009         bits/errno.h
11010
11011 2001-10-07  Roland McGrath  <roland@frob.com>
11012
11013         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11014
11015 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11016
11017         * elf/elf.h: Add more ELFOSABI_* constants.
11018
11019 2001-10-04  Ben Collins  <bcollins@debian.org>
11020
11021         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11022         decleration of __need_wchar_t.
11023
11024 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11025
11026         * string/bits/string2.h (__strsep_g): Add prototype.
11027         (__strsep): Use it.
11028         * string/Versions (__strsep): Remove.
11029         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11030
11031 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11032
11033         * manua/llio.texi: Clarify file references added by mmap.
11034         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11035
11036 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11037
11038         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11039         Add sc_loadrs and sc_rbs_bas to match current kernel.
11040
11041 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11042
11043         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11044
11045         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11046
11047 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11048
11049         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11050         object has been bumped because of relocation dependency, avoid
11051         duplicates in l_scope.
11052         (show_scope): Fix typos.
11053         * elf/Makefile: Add rules to build and run reldep6.
11054         * elf/reldep6.c: New file.
11055         * elf/reldep6mod0.c: New file.
11056         * elf/reldep6mod1.c: New file.
11057         * elf/reldep6mod2.c: New file.
11058         * elf/reldep6mod3.c: New file.
11059         * elf/reldep6mod4.c: New file.
11060
11061 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11062
11063         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11064         sparc64_fixup_plt.
11065         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11066         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11067         for non-lazy binding. Fix .plt[32768+] handling.
11068         (elf_machine_plt_value): Don't add addend.
11069         (elf_machine_rela): Call sparc64_fixup_plt instead of
11070         elf_machine_fixup_plt.
11071         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11072         dynamic linker at 0xfffff800XXXXXXXX.
11073
11074         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11075
11076 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11077
11078         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11079
11080 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11081
11082         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11083         declare __cmsg_data field if its size would be bigger than 0.
11084         (CMSG_DATA): Adjust accordingly.
11085         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11086         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11087         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11088         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11089         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11090         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11091         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11092
11093 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11094
11095         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11096         * iconvdata/testdata/IBM1160: New file.
11097         * iconvdata/testdata/IBM1160..UTF8: New file.
11098         * iconvdata/testdata/IBM1161: New file.
11099         * iconvdata/testdata/IBM1161..UTF8: New file.
11100         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11101
11102 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11103
11104         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11105         UL_SETFSIZE computations better.
11106
11107         * rt/Makefile: Remove use of filter for librt again.
11108
11109         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11110         UL_SETFSIZE computations better.
11111
11112         * string/Versions: Export __strsep for GLIBC_2.2.5.
11113         * string/bits/string2.h: Define all __STRING_INLINE functions if
11114         _FORCE_INLINES is defined.
11115         Use int instead of char of parameter types.
11116         (__strsep): Don't use __strsep_g.  Don't define it.
11117         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11118         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11119         __strcpy_small.
11120         (__stpcpy_a_small): Renamed from __stpcpy_small.
11121         (__strcspn_c1): Don't define if _FORCE_INLINES.
11122         (__strspn_c1): Likewise.
11123
11124 2001-09-22  Ben Collins  <bcollins@debian.org>
11125
11126         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11127         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11128         * sysdeps/ia64/bits/sigaction.h: Likewise.
11129         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11130
11131 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11132
11133         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11134
11135 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11136
11137         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11138
11139 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11140
11141         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11142
11143 2001-09-20  H.J. Lu  <hjl@gnu.org>
11144
11145         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11146         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11147         for __RTLD_SPROF.
11148         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11149         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11150
11151 2001-09-20  H.J. Lu  <hjl@gnu.org>
11152
11153         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11154         don't add 1.
11155
11156 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11157
11158         * nss/getent.c: Accept -s parameter to overwrite rules in
11159         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11160
11161         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11162         with as many ".0" as necessary to form a complete address
11163         inet_network understands.
11164
11165         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11166         calls.
11167
11168 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11169
11170         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11171         _JMPBUF_UNWINDS.
11172         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11173
11174 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11175
11176         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11177         IBM1161.
11178         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11179         * iconvdata/ibm1160.c: New file.
11180         * iconvdata/ibm1160.h: New file.
11181         * iconvdata/ibm1161.c: New file.
11182         * iconvdata/ibm1161.h: New file.
11183         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11184
11185 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11186
11187         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11188         difference between base address and first PT_LOAD's virtual address,
11189         not the base address.
11190
11191 2001-09-11  Tom Rix  <trix@redhat.com>
11192
11193         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11194         ifdef for __getopt_clean_environment.
11195         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11196
11197 2001-09-22  Andreas Jaeger  <aj@suse.de>
11198
11199         * elf/reldep4.c (main): Add proper prototype to fix warning.
11200
11201         * elf/reldep5.c (main): Remove unused variable.
11202
11203         * math/math_private.h: Add prototypes.
11204
11205 2001-09-21  Andreas Jaeger  <aj@suse.de>
11206
11207         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11208         * sysdeps/x86_64/Dist: New file.
11209         * sysdeps/x86_64/soft-fp/Dist: New file.
11210
11211         * sysdeps/gnu/Dist: Remove eval.c.
11212
11213 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11214
11215         * malloc/memusage.c (realloc): Don't count already allocated
11216         memory in the sums.
11217         (me): Always use dlsym() to find the real implementations.
11218
11219         * malloc/memusage.sh: Make -n option actually do something.
11220
11221 2001-09-20  Andreas Jaeger  <aj@suse.de>
11222
11223         * elf/elf.h (R_390_NUM): Correct value.
11224
11225         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11226         libpthread.
11227
11228         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11229         for x86-64, install x86-64 into */lib64.
11230
11231         * shlib-versions: Add x86-64.
11232
11233         * elf/elf.h: Add x86-64 relocations.
11234
11235 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11236
11237         * po/fr.po: Update from translation team.
11238
11239 2001-09-19  Andreas Jaeger  <aj@suse.de>
11240
11241         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11242         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11243         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11244         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11245         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11246         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11247         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11248         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11249         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11250         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11251         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11252         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11253         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11254         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11255         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11256         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11257         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11258         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11259         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11260         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11261         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11262         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11263         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11264         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11265         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11266         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11267         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11268         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11269         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11270         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11271         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11272         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11273         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11274         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11275         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11276         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11277         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11278         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11279         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11280         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11281         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11282         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11283         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11284         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11285         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11286         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11287         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11288         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11289         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11290         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11291         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11292         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11293         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11294         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11295         * sysdeps/unix/x86_64/sysdep.S: New file.
11296         * sysdeps/unix/x86_64/sysdep.h: New file.
11297         * sysdeps/x86_64/Implies: New file.
11298         * sysdeps/x86_64/Makefile: New file.
11299         * sysdeps/x86_64/Versions: New file.
11300         * sysdeps/x86_64/__longjmp.S: New file.
11301         * sysdeps/x86_64/abort-instr.h: New file.
11302         * sysdeps/x86_64/atomicity.h: New file.
11303         * sysdeps/x86_64/bits/endian.h: New file.
11304         * sysdeps/x86_64/bits/setjmp.h: New file.
11305         * sysdeps/x86_64/bits/string.h: New file.
11306         * sysdeps/x86_64/bp-asm.h: New file.
11307         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11308         * sysdeps/x86_64/bsd-setjmp.S: New file.
11309         * sysdeps/x86_64/dl-machine.h: New file.
11310         * sysdeps/x86_64/elf/initfini.c: New file.
11311         * sysdeps/x86_64/elf/start.S: New file.
11312         * sysdeps/x86_64/ffs.c: New file.
11313         * sysdeps/x86_64/ffsll.c: New file.
11314         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11315         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11316         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11317         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11318         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11319         * sysdeps/x86_64/fpu/e_expl.c: New file.
11320         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11321         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11322         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11323         * sysdeps/x86_64/fpu/e_logl.S: New file.
11324         * sysdeps/x86_64/fpu/e_powl.S: New file.
11325         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11326         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11327         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11328         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11329         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11330         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11331         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11332         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11333         * sysdeps/x86_64/fpu/fegetround.c: New file.
11334         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11335         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11336         * sysdeps/x86_64/fpu/fesetround.c: New file.
11337         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11338         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11339         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11340         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11341         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11342         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11343         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11344         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11345         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11346         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11347         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11348         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11349         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11350         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11351         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11352         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11353         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11354         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11355         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11356         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11357         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11358         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11359         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11360         * sysdeps/x86_64/gmp-mparam.h: New file.
11361         * sysdeps/x86_64/hp-timing.c: New file.
11362         * sysdeps/x86_64/hp-timing.h: New file.
11363         * sysdeps/x86_64/htonl.S: New file.
11364         * sysdeps/x86_64/memusage.h: New file.
11365         * sysdeps/x86_64/setjmp.S: New file.
11366         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11367         * sysdeps/x86_64/stackinfo.h: New file.
11368         * sysdeps/x86_64/sysdep.h: New file.
11369         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11370
11371         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11372         L Moshier.
11373
11374 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11375
11376         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11377         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11378
11379 2001-09-18  Andreas Schwab  <schwab@suse.de>
11380
11381         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11382         list, now that l_scope is a pointer.
11383
11384         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11385         scope list.
11386
11387 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11388
11389         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11390         (elf_machine_rela_relative): Add a missing declaration.
11391
11392 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11393
11394         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11395         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11396         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11397         ldd-rewrite scripts.
11398
11399 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11400
11401         * elf/ldd.bash.in: Update copyright message.
11402
11403 2001-09-17  H.J. Lu  <hjl@gnu.org>
11404
11405         * hurd/hurdmalloc.c (bcopy): Removed.
11406         (realloc): Replace bcopy with memcpy.
11407         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11408         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11409         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11410
11411         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11412         (gethostbyaddr): Likewise.
11413         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11414
11415 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11416
11417         * sysdeps/gnu/eval.c: Removed.
11418
11419 2001-09-18  Andreas Jaeger  <aj@suse.de>
11420
11421         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11422         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11423
11424         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11425         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11426
11427         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11428         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11429
11430 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11431
11432         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11433         nrules value.
11434
11435 2001-09-14  H.J. Lu  <hjl@gnu.org>
11436
11437         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11438
11439 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11440
11441         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11442         Patch by Florian La Roche <laroche@redhat.com>.
11443
11444         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11445
11446         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11447         ETHER_CRC_LEN.
11448
11449 2001-09-14  Andreas Schwab  <schwab@suse.de>
11450
11451         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11452         Sumner <bls@sgi.com>.
11453         * posix/execlp.c: Likewise.
11454
11455 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11456
11457         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11458         is already found earlier in the search scope.
11459
11460 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11461
11462         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11463         filter.
11464
11465 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11466
11467         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11468
11469 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11470
11471         * config.h.in: Enforce optimization to be used.
11472         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11473         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11474         * posix/Makefile (annexc-CFLAGS): Define to -O.
11475         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11476
11477 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11478
11479         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11480         Patch by Stephan Kulow.
11481
11482 2001-09-08  Ben Collins  <bcollins@debian.org>
11483
11484         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11485         usage of RESOLVE() (r_type, not reloc->r_type).
11486
11487 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11488
11489         * elf/dl-object.c: Avoid allocating extra memory block for name.
11490         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11491         allocated separately.
11492         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11493
11494 2001-09-08  H.J. Lu  <hjl@gnu.org>
11495
11496         * po/zh_TW.po: Fix a typo.
11497
11498 2001-09-07  Tom Rix  <trix@redhat.com>
11499
11500         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11501
11502 2001-08-26  Tom Rix  <trix@redhat.com>
11503
11504         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11505         command line options.
11506         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11507         * sysdeps/unix/sysv/aix/start.c: Removed.
11508         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11509         * sysdeps/unix/sysv/aix/init-first.c: New file.
11510         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11511
11512 2001-09-08  Ben Collins  <bcollins@debian.org>
11513
11514         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11515         * sysdeps/generic/dl-machine.h: Likewise.
11516         * sysdeps/hppa/dl-fptr.c: Likewise.
11517         * sysdeps/ia64/dl-fptr.c: Likewise.
11518         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11519         * sysdeps/mips/dl-machine.h: Likewise.
11520         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11521         * sysdeps/powerpc/dl-machine.c: Likewise.
11522
11523 2001-09-07  Ben Collins  <bcollins@debian.org>
11524
11525         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11526
11527         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11528
11529 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11530
11531         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11532         dependencies if necessary.
11533
11534         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11535         loaded directly) determine length if l_initfini list by iterating
11536         over its elements.  Minor optimizations.
11537         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11538         for dependency objects.
11539         If object was already loaded check whether any of the dependencies
11540         is already on the relocation dependency list.  If yes, remove the
11541         latter.  Minor optimizations.
11542         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11543         maps here.  Search l_initfini list only if the object was loaded
11544         directly and not only as a dependency.
11545         (_dl_lookup_symbol): Add relocation dependency also if object
11546         is not in global scope.  Remove test for self-reference here.
11547         (_dl_lookup_versioned_symbol): Likewise.
11548         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11549         element of first name record.
11550         * elf/loadtest.c: Add some more test to recognize early if an object
11551         wasn't unloaded.
11552         * elf/Makefile: Add rules to build and run reldep5.
11553         * elf/reldep5.c: New file.
11554         * elf/reldepmod5.c: New file.
11555         * elf/reldepmod6.c: New file.
11556
11557         * elf/reldep2.c: Fix typo.
11558
11559 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11560
11561         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11562         elements.  Change l_scope to be a pointer only.
11563         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11564         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11565         here add searchlist of newly open file to the dependency's scope.
11566         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11567         only searchlist from its scope.  Free own scope array if necessary.
11568         * elf/Makefile (tests): Add dblload and dblunload now.
11569
11570 2001-09-06  Andreas Jaeger  <aj@suse.de>
11571
11572         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11573         Stephen L Moshier.
11574
11575 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11576
11577         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11578         they both fail.
11579         * elf/dblload.c: New file.
11580         * elf/dblloadmod1.c: New file.
11581         * elf/dblloadmod2.c: New file.
11582         * elf/dblloadmod3.c: New file.
11583         * elf/dblunload.c: New file.
11584
11585 2001-09-04  Richard Henderson  <rth@redhat.com>
11586
11587         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11588         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11589
11590 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11591
11592         Correct very misleading message for error in failed runtime relocation.
11593         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11594         place of the error.
11595         (_dl_signal_cerror): Likewise.
11596         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11597         * elf/dl-close.c: Likewise.
11598         * elf/dl-deps.c: Likewise.
11599         * elf/dl-load.c: Likewise.
11600         * elf/dl-lookup.c: Likewise.
11601         * elf/dl-open.c: Likewise.
11602         * elf/dl-reloc.c: Likewise.
11603         * elf/dl-sym.c: Likewise.
11604         * elf/dl-version.c: Likewise.
11605         * sysdeps/generic/dl-sysdep.c: Likewise.
11606
11607 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11608
11609         * iconv/strtab.c (strtabinit): Initialize null Strent.
11610         (newstring): Move len == 0 handling...
11611         (strtabadd): ...here.
11612         If len == 1, return null Strent.
11613         When inserting a suffix of an existing string, check if
11614         it is not equal to some suffix already recorded.
11615         Copy left and right members over if adding longer string.
11616
11617 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11618
11619         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11620
11621         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11622         (__syscall_gethostname): Add prototype.
11623
11624 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11625
11626         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11627
11628 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11629
11630         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11631
11632 2001-08-27  Roland McGrath  <roland@frob.com>
11633
11634         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11635         short, copy that much into NAME anyway before returning error.
11636
11637 2001-09-01  Richard Henderson  <rth@redhat.com>
11638
11639         * sysdeps/alpha/elf/Dist: Remove file.
11640         * sysdeps/alpha/elf/Makefile: Remove file.
11641         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11642         * sysdeps/alpha/elf/crtend.S: Remove file.
11643         * sysdeps/alpha/elf/initfini.c: New file.
11644
11645 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11646
11647         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11648         * iconv/tst-iconv3.c: Likewise.
11649
11650 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11651
11652         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11653
11654 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11655
11656         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11657         export it.
11658         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11659         * iconv/iconv_prog.c (insert_cache): New function.
11660         (print_known_names): If cache is used call insert_cache to use the
11661         information from the cache [PR libc/2509].
11662
11663 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11664
11665         * time/strptime.c (strptime_internal): Recognize 'l' format and
11666         handle it like 'I' for symmetry with strftime.
11667
11668 2001-08-31  Richard Henderson  <rth@redhat.com>
11669
11670         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11671         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11672         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11673         (print_statistics): Make scalar unsigned long long.
11674         * sysdeps/alpha/hp-timing.h: New file.
11675
11676 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11677
11678         * stdio-common/perror.c (perror): Save errno early, pass it
11679         down to perror_internal.
11680         (perror_internal): Add errnum argument.
11681
11682 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11683
11684         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11685         Don't add old memory content for R_ALPHA_REFQUAD.
11686
11687 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11688
11689         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11690         memory correctly.
11691
11692         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11693         instead of open, __close instead of close, __getpagesize instead
11694         of getpagesize.
11695
11696         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11697         instead of strnlen.
11698         * include/string.h (strndupa): Redefine here to use __strnlen
11699         instead of strnlen.
11700         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11701
11702         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11703         connected).
11704
11705 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11706
11707         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11708         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11709         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11710         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11711         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11712         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11713         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11714
11715 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11716
11717         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11718
11719 2001-08-30  Andreas Jaeger  <aj@suse.de>
11720
11721         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
11722         contributed Stephen L Moshier.
11723
11724 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11725
11726         * sunrpc/etc.rpc (sgi_fam): Add.
11727
11728 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11729
11730         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
11731
11732 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11733
11734         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
11735         first is from a previous call.
11736         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
11737
11738 2001-08-29  Andreas Schwab  <schwab@suse.de>
11739
11740         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
11741
11742 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11743
11744         * config.make.in (INSTALL_SCRIPT): Define.
11745         * Makeconfig (INSTALL_SCRIPT): Define.
11746         * Makerules (do-install-script): New macro to install scripts using
11747         INSTALL_SCRIPT.
11748         (install-bin-script): New rule to install scripts with
11749         do-install-script.
11750         (install-bin-script-nosubdir): New rule.
11751         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
11752         (distinfo-vars): Add $(install-bin-script).
11753         * Rules (others): Likewise.
11754         * Makefile (glibcbug): Install with install-bin-script.
11755         * debug/Makefile (xtrace): Likewise.
11756         (catchsegv): Likewise.
11757         * elf/Makefile (ldd): Likewise.
11758         * malloc/Makefile (mtrace): Likewise.
11759         * timezone/Makefile (tzselect): Likewise.
11760
11761 2001-08-29  H.J. Lu  <hjl@gnu.org>
11762
11763         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
11764         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
11765         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
11766
11767 2001-08-29  Andreas Schwab  <schwab@suse.de>
11768
11769         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
11770
11771 2001-08-28  H.J. Lu  <hjl@gnu.org>
11772
11773         * Makeconfig (combreloc-LDFLAGS): New variable.
11774         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
11775         * config.make.in (have-z-combreloc): New variable.
11776         * configure.in: Substitute libc_cv_z_combreloc.
11777
11778 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
11779
11780         * po/sv.po: Update from translation team.
11781         * po/fr.po: Likewise.
11782         * po/da.po: Likewise.
11783
11784 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11785
11786         * Makerules: Fix a typo: MD% -> MD5.
11787
11788 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
11789
11790         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
11791         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
11792
11793 2001-08-28  Andreas Jaeger  <aj@suse.de>
11794
11795         * manual/libc-texinfo.sh: Add entry about free manuals.
11796
11797         * manual/contrib.texi (Contributors): Fix cross reference.
11798
11799         * manual/libc.texinfo (Copying): Include freemanuals.
11800
11801         * manual/Makefile (appendices): Add freemanuals.
11802
11803         * manual/freemanuals.texi: New file.
11804         Patch by Brian Youmans <3diff@gnu.org>.
11805
11806         * manual/libm-err-tab.pl: Pretty print more platforms, print a
11807         smaller table.
11808
11809         * manual/math.texi (Errors in Math Functions): Fix grammar, start
11810         table on separate page.
11811         Patch by Brian Youmans <3diff@gnu.org>.
11812
11813 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11814
11815         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
11816         the connection went down after we first used it try to connect
11817         again and resend the message before printing to the console.
11818         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
11819
11820 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11821
11822         * string/tst-strlen.c (main): Test strnlen (, -1) too.
11823         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
11824         bit set.
11825
11826 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
11827
11828         * iconv/strtab.c (searchstring): Use correct length for comparison.
11829         (strtabadd): Account total size correct if new string has old string as
11830         substring.
11831
11832 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
11833
11834         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
11835
11836 2001-08-27  Andreas Jaeger  <aj@suse.de>
11837
11838         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
11839
11840         * math/libm-test.inc (j0_test): Add extra tests.
11841         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
11842         not x, in Hankel approximation.
11843         Patches by Stephen L Moshier.
11844
11845 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11846
11847         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
11848         link_map.
11849
11850         * configure.in: Fix test for .rela.dyn section.
11851
11852         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
11853
11854 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11855
11856         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
11857         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
11858         Pass type_class to _dl_lookup_*.
11859         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
11860         Pass around just type_class instead of noexec, noplt pair.
11861         (_dl_lookup_versioned_symbol): Likewise.
11862         (_dl_lookup_symbol_skip): Pass around just type_class instead of
11863         noexec, noplt pair.
11864         (_dl_lookup_versioned_symbol_skip): Likewise.
11865         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
11866         * elf/do-lookup.h (do_lookup): Likewise.
11867         * include/link.h (struct link_map): Replace noexec and noplt fields
11868         in l_lookup_cache with type_class field.
11869         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
11870         ELF_RTYPE_CLASS_COPY): Define.
11871         Adjust prototypes for _dl_lookup_symbol and
11872         _dl_lookup_versioned_symbol.
11873         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
11874         elf_machine_lookup_noexec_p): Remove.
11875         (elf_machine_type_class): Define.
11876         * sysdeps/arm/dl-machine.h: Likewise.
11877         * sysdeps/hppa/dl-machine.h: Likewise.
11878         * sysdeps/cris/dl-machine.h: Likewise.
11879         * sysdeps/i386/dl-machine.h: Likewise.
11880         * sysdeps/ia64/dl-machine.h: Likewise.
11881         * sysdeps/m68k/dl-machine.h: Likewise.
11882         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11883         * sysdeps/mips/dl-machine.h: Likewise.
11884         * sysdeps/powerpc/dl-machine.h: Likewise.
11885         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
11886         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
11887         * sysdeps/sh/dl-machine.h: Likewise.
11888         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
11889         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
11890
11891 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11892
11893         * manual/message.texi (Advanced gettext functions): Change
11894         description of plural forms for Slovak.
11895         Reported by Marcel Telka <marcel@telka.sk>.
11896
11897         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
11898         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
11899
11900 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
11901
11902         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
11903         typo.  Patch by Florian La Roche <laroche@redhat.com>.
11904
11905 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
11906
11907         * include/link.h (struct link_map): Add l_lookup_cache element.
11908         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
11909         (RESOLVE_MAP): Likewise.
11910         (_dl_relocate_object): Remove cache initialization.
11911         * elf/dl-lookup.c: Rip out cache handling code.
11912         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
11913         declarations.
11914
11915         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
11916         remove some __builtin_expect.
11917         (_dl_lookup_versioned_symbol): Likewise.
11918
11919         * config.h.in: Add HAVE_Z_COMBRELOC.
11920         * configure.in: Add test for -z combreloc.
11921
11922         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
11923         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
11924         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
11925         case to almost no code.
11926
11927 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
11928
11929         * po/tr.po: Update from translation team.
11930
11931 2001-08-24  Andreas Jaeger  <aj@suse.de>
11932
11933         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
11934         make clean works.
11935
11936 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11937
11938         * elf/rtld.c (print_statistics): Printf % after percent values.
11939         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
11940
11941         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
11942         don't have to compute the hash value and initialize current_value.
11943         Move reference_name variable to where it is needed.
11944         (_dl_lookup_versioned_symbol): Likewise.
11945
11946 2001-08-24  Roland McGrath  <roland@frob.com>
11947
11948         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
11949         Just test that strerror returns non-null for a few errno codes.
11950
11951 2001-08-23  Roland McGrath  <roland@frob.com>
11952
11953         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
11954         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
11955
11956         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
11957
11958         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
11959         __mach_reply_port.
11960
11961 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11962
11963         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
11964         returns NULL.
11965
11966         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
11967         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
11968         doesn't do it.
11969         * elf/rtld.c: Include <sys/param.h>.
11970         * elf/dl-reloc.c: Likewise.
11971
11972 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
11973
11974         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
11975         empty to prevent junk from being generated.
11976         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
11977
11978 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11979
11980         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
11981         records.  Rename endrel to relative, initialize it to r, and use it
11982         in elf_machine_rel_relative calls.  Point r after relative relocs.
11983
11984 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
11985
11986         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
11987         of R_386_NONE.
11988
11989 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
11990
11991         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
11992         necessary.  Undefine newly defined macros at the end.
11993         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
11994         Rename from elf_machine_rel_relative.
11995         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
11996         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
11997         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
11998         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
11999         Likewise.
12000         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12001         Likewise.
12002         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12003         Fix argument types.
12004         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12005         Fix argument types.
12006         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12007         Likewise.  Fix argument types.
12008         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12009         Likewise.  Fix argument types.
12010         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12011         Fix argument types.
12012         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12013         ElfW(Rel) in argument.
12014         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12015         function.
12016
12017 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12018
12019         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12020
12021 2001-08-24  Andreas Jaeger  <aj@suse.de>
12022
12023         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12024         Stephen L Moshier <moshier@mediaone.net>.
12025
12026 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12027
12028         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12029         first if RELCOUNT is set.
12030
12031         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12032         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12033         elf_machine_rel_relative.
12034         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12035         Minor optimizations.
12036         * sysdeps/arm/dl-machine.h: Likewise.
12037         * sysdeps/cris/dl-machine.h: Likewise.
12038         * sysdeps/hppa/dl-machine.h: Likewise.
12039         * sysdeps/i386/dl-machine.h: Likewise.
12040         * sysdeps/ia64/dl-machine.h: Likewise.
12041         * sysdeps/m68k/dl-machine.h: Likewise.
12042         * sysdeps/mips/dl-machine.h: Likewise.
12043         * sysdeps/powerpc/dl-machine.h: Likewise.
12044         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12045         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12046         * sysdeps/sh/dl-machine.h: Likewise.
12047         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12048         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12049
12050 2001-08-23  Roland McGrath  <roland@frob.com>
12051
12052         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12053
12054         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12055         sysdeps/mach version.  Implement counting ("recursive") mutexes
12056         on top of cthreads mutexes.
12057         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12058
12059         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12060         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12061         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12062         __libc_clean_end): Define these to call the cleanup function after
12063         normal exit when they're supposed to.
12064
12065         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12066         Take new first arg DOIT, a boolean saying whether to really install
12067         any cleanup handler.
12068         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12069         (__libc_cleanup_end): Likewise.
12070         * sysdeps/generic/bits/libc-lock.h: Same changes.
12071         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12072         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12073         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12074         Likewise.
12075         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12076         * sysdeps/generic/bits/stdio-lock.h
12077         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12078
12079 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12080
12081         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12082
12083 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12084
12085         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12086         functions.
12087         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12088         lookups in cache.
12089         (_dl_lookup_versioned_symbol): Likewise.
12090         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12091         relocation lookup.
12092         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12093         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12094         (lookup_cache, lookup_cache_versioned): Add declarations.
12095
12096 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12097
12098         * stdlib/tst-random.c (main): Swap parameters in fail call.
12099         Patch by Pete Bevin <pete@petebevin.com>.
12100
12101 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12102
12103         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12104
12105 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12106
12107         * malloc/obstack.c: Indent preprocessor directives.
12108         Patch by Jim Meyering <meyering@ascend.com>.
12109
12110         * po/ja.po: Update from translation team.
12111
12112 2001-08-23  Roland McGrath  <roland@frob.com>
12113
12114         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12115
12116         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12117         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12118
12119 2001-08-22  Roland McGrath  <roland@frob.com>
12120
12121         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12122         __libc_lock_define_recursive.
12123         * elf/dl-open.c: Don't declare it here any more.
12124         * elf/dl-close.c: Likewise.
12125         * elf/dl-lookup.c: Likewise.
12126         * elf/dl-iteratephdr.c: Likewise.
12127         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12128         __libc_lock_unlock_recursive.
12129         * elf/dl-close.c (_dl_close): Likewise
12130         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12131         * elf/dl-open.c (_dl_open): Likewise
12132
12133         * sysdeps/generic/bits/libc-lock.h
12134         (__libc_lock_define_recursive): New macro.
12135         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12136         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12137         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12138
12139         * conform/conformtest.pl (checknamespace): Sort the output list.
12140
12141         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12142         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12143         definitions conditional on [__USE_XOPEN].
12144
12145         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12146         these unconditionally, not only use [__USE_BSD], so as to match
12147         the sysdeps/unix/sysv/linux files.
12148
12149 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12150
12151         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12152         avoid warnings.
12153
12154         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12155         DL_LOOKUP_ADDRESS.
12156
12157 2001-08-22  Roland McGrath  <roland@frob.com>
12158
12159         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12160         conditionalization of sa_handler/sa_sigaction member types to
12161         match the sysdeps/unix/sysv/linux file.
12162
12163 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12164
12165         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12166         symbol sizes a bit better.
12167
12168         * sysdeps/ia64/strncpy.S: Complete rewrite.
12169         Contributed by Jakub Jelinek <jakub@redhat.com>.
12170
12171         * string/stratcliff.c (main): Add strncpy test.
12172
12173 2001-08-22  Roland McGrath  <roland@frob.com>
12174
12175         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12176         and don't declare unsetenv or _environ directly.
12177         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12178
12179 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12180
12181         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12182         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12183         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12184         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12185         test for cmsg struct size.
12186
12187 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12188
12189         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12190         Rename __argc to ___argc in prototypes to avoid compatibility
12191         problems with systems that reserve the identifier "__argc".
12192         Similarly for __argv.
12193
12194 2001-08-21  Roland McGrath  <roland@frob.com>
12195
12196         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12197
12198         * mach/Makefile (tests): Removed.
12199         * mach/hello.c: File removed.
12200
12201 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12202
12203         * po/sv.po: Update from translation team.
12204
12205         * stdio-common/vfscanf.c: Fix handling of %l[].
12206         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12207
12208         * libio/Makefile (tests): Add tst-sscanf.
12209         * libio/tst-sscanf.c: New file.
12210
12211         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12212         * malloc/mtrace.c (tr_where): dli_sname always points to a
12213         non-empty string if != NULL.
12214         Reported by Tim Janik <timj@gtk.org>.
12215
12216 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12217
12218         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12219         buf.  Free resources on failure.
12220         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12221         (makefd_xprt): Likewise.
12222         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12223         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12224         * sunrpc/auth_unix.c (authunix_create): Likewise.
12225
12226 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12227
12228         * string/strnlen.c: Remove.
12229         * sysdeps/generic/strnlen.c: New file.
12230         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12231
12232 2001-08-21  Roland McGrath  <roland@frob.com>
12233
12234         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12235         as a macro, not an extern inline function.
12236
12237         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12238         * Versions.def (libc): Add GLIBC_2.2.5 set.
12239         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12240         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12241
12242 2001-08-20  Roland McGrath  <roland@frob.com>
12243
12244         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12245         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12246
12247 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12248
12249         * string/bits/string2.h: Remove strnlen optimization here.
12250         * sysdeps/i386/i486/bits/string.h: Add it here.
12251
12252 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12253
12254         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12255
12256 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12257
12258         * po/gl.po: Update from translation team.
12259
12260 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12261
12262         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12263         * misc/err.c (convert_and_print): Likewise.
12264
12265         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12266         function calls.
12267
12268 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12269
12270         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12271         change of the gregset_t type.
12272         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12273
12274 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12275
12276         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12277
12278 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12279
12280         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12281
12282         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12283
12284 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12285
12286         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12287         before calling the cthreads initialization code.
12288
12289 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12290
12291         * argp/argp-help.c: Fix two problems introduced in last change.
12292
12293         * include/dirent.h: Include <dirstream.h> first.
12294
12295 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12296
12297         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12298
12299         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12300         * sunrpc/xdr_rec.c: Likewise.
12301         * sunrpc/xdr_mem.c: Likewise.
12302         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12303         * sunrpc/rpc_cmsg.c: Likewise.
12304         * sunrpc/getrpcport.c (getrpcport): Likewise.
12305         * sunrpc/clnt_simp.c (callrpc): Likewise.
12306         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12307         * string/envz.c: Likewise.
12308
12309         * po/ko.po: Update from translation team.
12310
12311         * argp/argp-help.c: Handle wide oriented stderr stream.
12312
12313 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12314
12315         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12316         __builtin_expect.
12317
12318         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12319
12320         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12321         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12322         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12323
12324         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12325
12326         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12327
12328         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12329
12330         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12331         wchar_t for function declarations and defintions.
12332
12333         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12334         Define suseconds_t if it hasn't happened yet.
12335
12336         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12337
12338         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12339
12340         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12341         <stddef.h>.
12342
12343         * conform/data/stddef.h-data: Remove wint_t.
12344
12345         * conform/conformtest.pl: Change namespace test to take #undef
12346         lines into account.
12347
12348         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12349
12350         * conform/data/sys/socket.h-data: Add sockatmark.
12351
12352 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12353
12354         * io/fts.c: Update from recent BSD source.
12355
12356 2001-08-17  Roland McGrath  <roland@frob.com>
12357
12358         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12359         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12360         Likewise.
12361
12362 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12363
12364         * locale/duplocale.c (__duplocale): Also initialize the special
12365         __ctype_* elements.
12366
12367         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12368
12369 2001-08-17  Andreas Jaeger  <aj@suse.de>
12370
12371         * misc/getpass.c: Include wchar.h for prototypes.
12372         * malloc/obstack.c: Likewise.
12373
12374 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12375
12376         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12377
12378         * wcsmbs/wcscoll.c: Also define __wcscoll.
12379         * include/wchar.h: Declare __wcscoll.
12380
12381         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12382         * libio/vwprintf.c: Likewise.
12383         * libio/wprintf.c: Likewise.
12384
12385         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12386
12387 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12388
12389         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12390         instead of mbrtowc.
12391         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12392         wcslen, and __wcscoll instead of wcscoll.
12393
12394         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12395
12396         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12397         __getuid instead of getuid.
12398
12399         * stdio-common/perror.c (perror): Use __close instead of close.
12400         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12401         * libio/freopen.c (freopen): Likewise.
12402         * libio/freopen64.c (freopen64): Likewise.
12403
12404         * libio/tst-ungetwc2.c (main): Define str const.
12405
12406         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12407         * libio/fwprintf.c: Also define __fwprintf.
12408         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12409         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12410         * assert/assert-perr.c: Likewise.
12411         * assert/assert.c: Likewise.
12412         * gmon/gmon.c: Likewise.
12413         * inet/rcmd.c: Likewise.
12414         * malloc/obstack.c: Likewise.
12415         * misc/err.c: Likewise.
12416         * misc/error.c: Likewise.
12417         * misc/getpass.c: Likewise.
12418         * posix/getopt.c: Likewise.
12419         * resolv/res_hconf.c: Likewise.
12420         * stdio-common/perror.c: Likewise.
12421         * stdio-common/psignal.c: Likewise.
12422         * stdlib/fmtmsg.c: Likewise.
12423         * sunrpc/auth_unix.c: Likewise.
12424         * sunrpc/clnt_perr.c: Likewise.
12425         * sunrpc/clnt_tcp.c: Likewise.
12426         * sunrpc/clnt_udp.c: Likewise.
12427         * sunrpc/clnt_unix.c: Likewise.
12428         * sunrpc/svc_simple.c: Likewise.
12429         * sunrpc/svc_tcp.c: Likewise.
12430         * sunrpc/svc_udp.c: Likewise.
12431         * sunrpc/svc_unix.c: Likewise.
12432         * sunrpc/xdr.c: Likewise.
12433         * sunrpc/xdr_array.c: Likewise.
12434         * sunrpc/xdr_rec.c: Likewise.
12435         * sunrpc/xdr_ref.c: Likewise.
12436         * sysdeps/generic/wordexp.c: Likewise.
12437
12438         * po/it.po: Update from translation team.
12439
12440         * misc/err.c: Handle wide oriented stderr stream.
12441
12442 2001-08-14  Tom Rix  <trix@redhat.com>
12443
12444         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12445         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12446
12447 2001-08-13  Tom Rix  <trix@redhat.com>
12448
12449         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12450         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12451         and __intptr_t.
12452
12453 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12454
12455         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12456         Store the access registers to the ucontext structure.
12457         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12458         Likewise.
12459
12460         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12461         Load the access registers from the ucontext structure.
12462         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12463         Likewise.
12464
12465         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12466         offsets to the new ucontext layout.
12467         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12468
12469         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12470         of the ucontext structure.
12471         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12472
12473 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12474
12475         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12476         (error_at_line): Likewise.
12477
12478         * stdio-common/perror.c (perror): Implement according to standard.
12479         The stream orientation must not be changed if the stream was not
12480         oriented before the call.
12481         * stdio-common/Makefile (tests): Add tst-perror.
12482         * stdio-common/tst-perror.c: New file.
12483
12484
12485 See ChangeLog.12 for earlier changes.