Update.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-17  Ulrich Drepper  <drepper@redhat.com>
2
3         * include/sys/socket.h: Declare __libc_send, __libc_recv,
4         __libc_sendto, __libc_sendmsg, __libc_recvmsg, and __libc_accept.
5
6         * include/unistd.h: Declare __libc_fork.
7
8 2002-09-17  Roland McGrath  <roland@redhat.com>
9
10         * sunrpc/xcrypt.c (passwd2des_internal): Renamed fom passwd2des.
11         (passwd2des): Define it as an alias.
12         (xencrypt, xdecrypt): Call passwd2des_internal instead of passwd2des.
13
14 2002-09-12  Bruno Haible  <bruno@clisp.org>
15
16         * include/sys/sysctl.h (__sysctl): Add libc_hidden_proto.
17         * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Add libc_hidden_def.
18
19         * include/rpc/xdr.h (xdrstdio_create): Add libc_hidden_proto.
20         * sunrpc/xdr_stdio.c (xdrstdio_create): Add libc_hidden_def.
21
22 2002-09-05  Steven Munroe  <sjmunroe@us.ibm.com>
23
24         * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc64__]
25         (__ASSUME_TRUNCATE64_SYSCALL, __ASSUME_STAT64_SYSCALL, __ASSUME_IPC64,
26         __ASSUME_FCNTL64, __ASSUME_MMAP2_SYSCALL): Don't define these.
27         PowerPC64 does not have separate 64-bit syscalls.
28
29 2002-09-16  Roland McGrath  <roland@redhat.com>
30
31         * sysdeps/unix/sysv/linux/powerpc/mmap64.c (__mmap64): Add a cast.
32
33         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h (INLINE_SYSCALL):
34         New macro.
35
36         * elf/rtld.c [HP_TIMING_NONAVAIL]: Fix last change for this case.
37
38         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
39         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
40         * sysdeps/generic/_exit.c: Likewise.
41
42 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
43
44         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Regenerate.
45
46         * elf/rtld.c (struct dl_start_final_info): New.
47         (_dl_start_final): Change second argument to struct
48         dl_start_final_info *.  Set start_time from info.
49         (_dl_start): Remove bootstrap_map variable, add info.
50         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
51         store HP_TIMING_NOW result into info.start_time.
52
53 2002-09-16  Andreas Jaeger  <aj@suse.de>
54
55         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
56         to _Exit.
57         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
58
59 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
60
61         * sysdeps/powerpc/abort-instr.h: New file.
62
63 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
64
65         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
66         comment.
67
68         * test-skeleton.c (main): Provide more information in case waitpid
69         fails.
70
71         * include/unistd.h: Declare __exit_thread.
72         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
73         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
74         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
75         * sysdeps/unix/sysv/linux/_exit.c: New file.
76         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
77         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
78         Add exit-thread.
79
80         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
81
82 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
83
84         * sysdeps/i386/dl-machine.h (elf_machine_rel)
85         (case R_386_TLS_DTPMOD32): Don't use addend.
86         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
87         (elf_machine_rela): Add support for TLS relocs.
88
89 2002-09-14  Roland McGrath  <roland@redhat.com>
90
91         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
92
93 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
94
95         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
96         specific asm macros for multiple percision integer math.
97
98 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
99
100         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
101         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
102         Remove per-machine conditionals for FLAG_* cases.
103         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
104         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
105         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
106
107 2002-09-10  Alan Modra <amodra@bigpond.net.au>
108
109         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
110         defined in entry.h.
111         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
112         lowest address for profiling in  __monstartup call.
113         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
114
115 2002-09-14  Roland McGrath  <roland@redhat.com>
116
117         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
118         instead of __NR_pread.
119         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
120         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
121         instead of __NR_pwrite.
122         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
123
124 2002-09-13  Roland McGrath  <roland@redhat.com>
125
126         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
127
128 2002-09-13  Andreas Jaeger  <aj@suse.de>
129
130         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
131         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
132
133 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
134
135         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
136
137 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
138
139         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
140         reading the headers.
141
142 2002-09-12  Roland McGrath  <roland@redhat.com>
143
144         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
145         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
146         find the ELF header.
147
148         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
149         executable if needed, in case it's actually a shared object.
150
151 2002-09-11  Roland McGrath  <roland@redhat.com>
152
153         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
154         l_map_start to adjust l_tls_initimage.
155
156         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
157         when using h_errno and it's not set to NETDB_INTERNAL.
158         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
159
160         * Makefile ($(common-objpfx)testrun.sh): New target.
161         (others): Depend on it.
162         (postclean-generated): Append it.
163
164         * nss/bug-erange.c: New file.
165         * nss/Makefile (tests): Add it.
166
167         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
168         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
169
170         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
171         strncmp, keeps the code smaller for a non-performance-critical case.
172
173         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
174         no longer wrongly matches arbitrary prefixes of NAME.
175         Reported by Jakub Jelinek <jakub@redhat.com>.
176
177 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
178
179         * posix/bug-regex11.c (tests): New array.
180         (main): Rewritten to run more different tests.
181
182 2002-09-10  Roland McGrath  <roland@redhat.com>
183
184         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
185         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
186         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
187
188         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
189         well so we don't get it declared by include/math.h's hidden_proto.
190         Then do hidden_proto for __isnanf locally so hidden_def works right.
191
192         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
193         a cast to turn nl_langinfo return value into an integer.
194
195 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
196
197         * posix/regexec.c (build_trtable): Fix the destination of
198         newline to prevent wrong states from overwriting.
199         Append break statements to optimization.
200
201 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
202
203         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
204         (build_range_exp): Add castings to strlen invocations.
205         (build_collating_symbol): Restore the type of characters from "char"
206         to "unsigned char", and supplement castings.
207         (build_collating_symbol): Likewise.
208         (build_equiv_class): Likewise.
209         (build_charclass): Likewise.
210         (seek_collating_symbol_entry): Likewise.
211         (parse_bracket_exp): Likewise.
212         (build_word_op): Supplement a casting.
213         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
214         (re_string_allocate): Fix castings.
215         (re_string_construct): Likewise.
216         (re_string_construct_common): Likewise.
217         (re_string_realloc_buffers): Likewise.
218         (build_wcs_buffer): Likewise.
219         (build_wcs_upper_buffer): Likewise.
220         (re_string_skip_chars): Likewise.
221         (re_string_reconstruct): Likewise.
222         * posix/regex_internal.h: Restore the type of characters in
223         re_string_t and bracket_elem_t from "char" to "unsigned char".
224         (re_string_elem_size_at): Fix castings.
225         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
226         (transit_state_bkref_loop): Restore the type of characters from
227         "char" to "unsigned char", and append a cast to "char*" pointer in
228         array subscript.
229         (check_node_accept_bytes): Likewise.
230         (find_collation_sequence_value): Likewise.
231
232 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
233
234         * sysdeps/mips/memcpy.S: New file.
235         * sysdeps/mips/memset.S: New file.
236         * sysdeps/mips/fpu/e_sqrt.c:  New file.
237         * sysdeps/mips/fpu/e_sqrtf.c: New file.
238
239         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
240         functional before. Also removed all SHLIB_COMPAT stuff.
241         * fpu/fegetenv.c: Likewise.
242         * fpu/fesetenv.c:: Likewise.
243         * fpu/feupdateenv.c: Likewise.
244         * fpu/fgetexcptflg.c: Likewise.
245         * fpu/fraiseexcpt.c: Likewise.
246
247         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
248
249 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
250
251         * include/math.h (__finite_internal, __finitef_internal,
252         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
253         (isfinite): Remove.
254         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
255         __isinfl, __isnanl): Add hidden_proto.
256         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
257         libm_hidden_proto.
258         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
259         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
260         __is{inf,nan} calls.
261         * stdio-common/printf_size.c (printf_size): Likewise.
262         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
263         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
264         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
265         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
266         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
267         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
268         (__finite): Add hidden_def.
269         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
270         (__finitef): Add hidden_def.
271         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
272         (__finitel): Add hidden_def.
273         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
274         hidden_def.
275         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
276         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
277         libm_hidden_def.
278         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
279         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
280         hidden_def.
281         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
282         (__isinfl): Remove INTDEF.
283         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
284         hidden_def.
285         (__isnanl): Remove INTDEF.
286         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
287         libm_hidden_def.
288         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
289         instead of sin and cos.
290         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
291         Add hidden_def.
292         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
293         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
294         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
295         libm_hidden_def.
296         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
297         Add hidden_def.
298         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
299         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
300         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
301         libm_hidden_def.
302         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
303         libm_hidden_def.
304         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
305         Add hidden_def.
306         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
307         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
308         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
309         libm_hidden_def.
310         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
311         __finitel_internal): Remove aliases.
312         (__finite, __finitef, __finitel): Add hidden_def.
313         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
314         __isnanl_internal): Remove aliases.
315         (__isnan, __isnanf, __isnanl): Add hidden_def.
316         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
317         __isinfl_internal): Remove aliases.
318         (__isinf, __isinff, __isinfl): Add hidden_def.
319         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
320         __fpclassifyl): Add libm_hidden_def.
321         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
322         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
323         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
324         (hidden_defx): Define and use.
325         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
326         libm_hidden_def.
327         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
328         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
329         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
330         Remove INTDEF.
331         (__isnan, __isnanf): Add hidden_def.
332         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
333         (__finitel): Add libm_hidden_def.
334         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
335
336         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
337         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
338         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
339         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
340         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
341         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
342         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
343         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
344         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
345         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
346         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
347         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
348         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
349         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
350         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
351         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
352         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
353         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
354         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
355         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
356         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
357         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
358         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
359         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
360         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
361         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
362         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
363
364 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
365
366         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
367
368 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
369
370         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
371         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
372
373 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
374
375         * string/stratcliff.c: Some more strncpy tests.
376         Patch by Daniel Jacobowitz <drow@mvista.com>.
377
378 2002-09-08  Roland McGrath  <roland@redhat.com>
379
380         * resolv/resolv.h: Include <sys/types.h> for u_long even in
381         the [__need_res_state] case.
382         Reported by Bruno Haible <bruno@clisp.org>.
383
384 2002-09-04  Bruno Haible  <bruno@clisp.org>
385
386         * sysdeps/generic/bits/ustat.h: Comment fix.
387         * io/sys/sendfile.h: Comment fix.
388         * sysdeps/posix/pread.c: Comment fix.
389         * sysdeps/posix/pread64.c: Comment fix.
390         * sysdeps/posix/pwrite.c: Comment fix.
391         * sysdeps/posix/pwrite64.c: Comment fix.
392
393 2002-09-06  Roland McGrath  <roland@redhat.com>
394
395         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
396         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
397         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
398         (_UTSNAME_MACHINE_LENGTH): Likewise.
399         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
400
401 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
402
403         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
404         test for filesystem type name of mount points.
405
406         * include/errno.h: Use errno definition with __thread for now only
407         in libc and ld.so.
408
409         * test-skeleton.c (main): Improve error message for unexpected
410         signal case.
411
412 2002-09-05  Roland McGrath  <roland@redhat.com>
413
414         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
415         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
416
417 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
418
419         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
420         case of failure.
421
422 2002-09-04  Bruno Haible  <bruno@clisp.org>
423
424         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
425         sigset_get_old_mask): Turn into inline functions.
426         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
427         sigset_get_old_mask): Likewise.
428         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
429         sigset_get_old_mask): Likewise.
430         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
431         syntax.
432
433         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
434
435         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
436         default definitions.
437         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
438         _sys_nerr_internal instead of _sys_nerr.
439
440         * nscd/connections.c (handle_request): Declare CALLER inside #if.
441
442 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
443
444         * sysdeps/powerpc/__longjmp.S: Moved to...
445         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
446         * sysdeps/powerpc/add_n.S: Moved to...
447         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
448         * sysdeps/powerpc/addmul_1.S: Moved to...
449         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
450         * sysdeps/powerpc/atomicity.h: Moved to...
451         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
452         * sysdeps/powerpc/backtrace.c: Moved to...
453         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
454         * sysdeps/powerpc/bp-asm.h: Moved to...
455         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
456         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
457         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
458         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
459         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
460         * sysdeps/powerpc/dl-machine.c: Moved to...
461         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
462         * sysdeps/powerpc/dl-machine.h: Moved to...
463         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
464         * sysdeps/powerpc/dl-start.S: Moved to...
465         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
466         * sysdeps/powerpc/gprrest0.S: Moved to...
467         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
468         * sysdeps/powerpc/gprrest1.S: Moved to...
469         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
470         * sysdeps/powerpc/gprsave0.S: Moved to...
471         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
472         * sysdeps/powerpc/gprsave1.S: Moved to...
473         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
474         * sysdeps/powerpc/lshift.S: Moved to...
475         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
476         * sysdeps/powerpc/memset.S: Moved to...
477         * sysdeps/powerpc/powerpc32/memset.S: ...here.
478         * sysdeps/powerpc/mul_1.S: Moved to...
479         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
480         * sysdeps/powerpc/ppc-mcount.S: Moved to...
481         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
482         * sysdeps/powerpc/register-dump.h: Moved to...
483         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
484         * sysdeps/powerpc/rshift.S: Moved to...
485         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
486         * sysdeps/powerpc/setjmp.S: Moved to...
487         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
488         * sysdeps/powerpc/stpcpy.S: Moved to...
489         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
490         * sysdeps/powerpc/strchr.S: Moved to...
491         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
492         * sysdeps/powerpc/strcmp.S: Moved to...
493         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
494         * sysdeps/powerpc/strcpy.S: Moved to...
495         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
496         * sysdeps/powerpc/strlen.S: Moved to...
497         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
498         * sysdeps/powerpc/sub_n.S: Moved to...
499         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
500         * sysdeps/powerpc/submul_1.S: Moved to...
501         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
502         * sysdeps/powerpc/elf/bzero.S: Moved to...
503         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
504         * sysdeps/powerpc/elf/start.S: Moved to...
505         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
506         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
507         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
508         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
509         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
510         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
511         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
512         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
513         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
514         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
515         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
516         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
517         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
518         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
519         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
520         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
521         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
522         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
523         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
524         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
525         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
526         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
527         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
528         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
529         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
530         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
532         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
533         powerpc/powerpc64.
534
535 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
536
537         * FAQ.in: Add powerpc64 to supported targets list. Also state the
538         minimum gcc version is 3.2
539         * README: Add powerpc64 to supported targets list.
540         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
541         Add powerpc64 and machine=powerpc/powerpc64.
542         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
543         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
544         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
545         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
546         * sysdeps/powerpc/powerpc32/Dist: New file.
547         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
548         * sysdeps/powerpc/powerpc32/Implies: New file.
549         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
550         ($(with-fp) = no): Move test to powerpc32/Makefile.
551         ($(subdir) = misc): Move to powerpc32/Makefile.
552         ($(build-shared) = yes): Move to powerpc32/Makefile.
553         ($(subdir) = csu): Move to powerpc32/Makefile.
554         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
555         * sysdeps/powerpc/powerpc32/Makefile: New file.
556         * sysdeps/powerpc/Versions: Remove libgcc functions.
557         * sysdeps/powerpc/powerpc32/Versions: New file.
558         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
559         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
560         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
561         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
562         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
563         ($machine): Add powerpc/powerpc64 to if ... | for
564         libc_cv_slibdir=/libc64.
565         (powerpc*): Set ldd_rewrite_script.
566         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
567         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
568         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
569         Add clone.S.
570         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
571         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
572         functions.  Remove GLIBC_2.2 functions except getrlimit and
573         setrlimit.  Moved them to ...
574         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
575
576 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
577
578         * libio/tst-atime.c: Include <errno.h>.
579         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
580
581 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
582
583         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
584         warnings of some compilers.
585         (build_collating_symbol): Change the type of characters from
586         "unsigned char" to "char", and append a cast to "char*" pointer in
587         array subscript.
588         (build_collating_symbol): Likewise.
589         (build_equiv_class): Likewise.
590         (build_charclass): Likewise.
591         (re_compile_pattern): Remove incorrect cast.
592         (re_compile_fastmap_iter): Change the type of characters from
593         "unsigned char" to "char", and append a cast to "char*" pointer
594         in array subscript.
595         (parse_bracket_exp): Likewise.
596         * posix/regex_internal.c (re_string_construct_common): Likewise.
597         (re_string_allocate): Likewise.
598         (re_string_construct): Likewise.
599         (re_string_realloc_buffers): Likewise.
600         (build_wcs_buffer): Likewise.
601         (re_string_reconstruct): Likewise.
602         * posix/regex_internal.h: Change the type of characters in
603         re_string_t and bracket_elem_t from "unsigned char" to "char".
604         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
605         warnings of some compilers.
606         (transit_state_bkref_loop): Change the type of characters from
607         "unsigned char" to "char", and append a cast to "char*" pointer in
608         array subscript.
609         (check_node_accept_bytes): Likewise.
610         (find_collation_sequence_value): Likewise.
611
612 2002-09-04  Roland McGrath  <roland@redhat.com>
613
614         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
615         from 1024 to 65536, to avoid buffer overrun.
616
617 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
618
619         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
620
621 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
622
623         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
624         for filesystem.
625
626 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
627
628         * posix/bug-regex11.c: New test.
629         * posix/Makefile (tests): Add bug-regex11.
630
631 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
632
633         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
634         newlocale.
635
636 2002-09-02  Roland McGrath  <roland@redhat.com>
637
638         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
639         __pthread_initialize_minimal and __libc_check_standard_fds to
640         match the generic version.
641
642         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
643         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
644
645         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
646         warnings on platorms where char is unsigned.
647
648 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
649
650         * version.h (VERSION): Bump to 2.2.93.
651
652         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
653
654 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
655
656         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
657         as relocated.
658
659 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
660
661         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
662
663 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
664
665         * locale/localeinfo.h (struct locale_data): Add private.ctype.
666         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
667         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
668         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
669         (__wcsmbs_load_conv): Remove const from argument.
670         (_nl_cleanup_ctype): New proto.
671         (get_gconv_fcts): New function.
672         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
673         (__wcsmbs_to_wc): Rename back to...
674         (to_wc): ... this.
675         (__wcsmbs_gconv_fcts): Rename to...
676         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
677         (lock): Removed.
678         (__libc_setlocale_lock): New extern.
679         (__wcsmbs_load_conv): Remove const from argument.
680         Initialize new_category->private.ctype instead of a global
681         variable.
682         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
683         update_function_ptrs.  No locking is necessary.
684         (_nl_cleanup_ctype): New function.
685         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
686         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
687         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
688         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
689         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
690         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
691         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
692         * wcsmbs/wctob.c (wctob): Likewise.
693         * stdlib/mblen.c (mblen): Likewise.
694         * stdlib/mbtowc.c (mbtowc): Likewise.
695         * stdlib/wctomb.c (wctomb): Likewise.
696         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
697         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
698         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
699         Removed.
700
701 2002-09-02  Roland McGrath  <roland@frob.com>
702
703         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
704
705 2002-09-01  Roland McGrath  <roland@redhat.com>
706
707         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
708         Variable declarations removed.
709         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
710         these functions to replace them.
711         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
712         functions plus an indirection rather than the old global variables.
713         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
714         Macros removed.
715         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
716         inline functions.
717         * ctype/ctype-info.c: Revert last reversion back the other way.
718         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
719         Define real function versions of include/ctype.h inlines here.
720         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
721         __ctype_tolower_loc, __ctype_toupper_loc.
722         * locale/lc-ctype.c: Revert last reversion back the other way.
723         (_nl_postload_ctype): If current thread uses the global locale,
724         update its tsd vars.
725         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
726         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
727         CTYPE_TOLOWER, CTYPE_TOUPPER.
728
729         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
730         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
731         from __libc_tsd_threadvar_location.
732         (__libc_tsd_set, __libc_tsd_get): Update uses.
733
734 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
735
736         * ctype/ctype.h: Undo the patch before the last one.  Put back the
737         macro definitions for the standard functions to access the
738         classification and mapping arrays.
739         * include/ctype.h: Partly revert last patch.  Move the macro
740         definitions for the exported functions back to the public header.
741         #undef all the macros defined here before redefining.
742         * ctype/ctype-info.c: Revert last patch.
743         * locale/lc-ctype.c: Revert last patch.
744
745         * ctype/Makefile (routines): Add isctype.
746         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
747         * ctype/ctype.h: Add declaration of isctype.
748         * include/ctype.h: Declare __isctype.
749         * ctype/isctype.c: New file.
750
751 2002-09-01  Roland McGrath  <roland@redhat.com>
752
753         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
754         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
755
756         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
757
758         * locale/findlocale.c (_nl_remove_locale): Don't search in
759         _nl_locale_file_list if DATA->alloc is ld_archive.
760         Use _nl_unload_locale to do the rest of the work.
761
762         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
763         of new structure to UNDELETABLE.
764
765         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
766         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
767         towlower, towupper): Macros removed.
768         * ctype/ctype.h (__tobody): Put parens around macro argument.
769         (__isctype): Macro removed.
770         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
771         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
772         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
773         tolower, toupper): Macros and inlines removed.
774         * include/ctype.h [! NOT_IN_libc]
775         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
776         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
777         tolower, toupper): Define here instead, using _NL_CURRENT.
778         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
779         using _NL_CURRENT.
780         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
781         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
782         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
783         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
784         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
785         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
786         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
787         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
788         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
789         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
790         (ISSORTMASK): Update use.
791         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
792         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
793         (_nss_files_getENTNAME_r): Likewise.
794         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
795         Likewise.
796
797         * Makerules (all-nonlib): Renamed from all-tests.
798         Include $(others) here too.
799         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
800         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
801         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
802         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
803         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
804         the program modules via cppflags-iterator.mk.
805         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
806         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
807
808 2002-08-31  Roland McGrath  <roland@redhat.com>
809
810         * posix/tst-getconf.sh: If no third arg, work with static linking.
811
812         * locale/categories.def (LC_TIME): No more _nl_postload_time.
813
814         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
815         [_NL_CURRENT_INDIRECT].
816
817 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
818
819         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
820
821 2002-08-31  Roland McGrath  <roland@redhat.com>
822
823         * locale/newlocale.c (__newlocale): Don't use strdup for names.
824         Instead, make the single allocation of the structure larger to hold
825         the name strings.
826         * locale/duplocale.c (__duplocale): Don't strdup names individually.
827         Instead, calculate size for a single allocation and copy into it.
828         * locale/freelocale.c (__freelocale): Don't free names individually.
829
830         * locale/newlocale.c (__newlocale): Don't leak old data or names.
831
832         * locale/xlocale.h (__locale_struct): Move __names member last,
833         for binary compatibility.
834
835         * locale/duplocale.c (__duplocale): Free names from the right array.
836
837         * locale/uselocale.c (__uselocale): Return previous locale when
838         setting a new one.
839
840         * locale/newlocale.c: Commit changes from 2002-08-30
841         batch where I failed to commit this file:
842         (__newlocale): Fill in __names array.
843
844 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
845
846         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
847         errlist-compat.c if versioning==yes.
848
849 2002-08-31  Andreas Jaeger  <aj@suse.de>
850
851         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
852         external functions with hidden attribute.
853         (elf_machine_rela): Optimize.
854
855         * sysdeps/x86_64/memset.S: New file.
856         * sysdeps/x86_64/bzero.S: New file.
857         * sysdeps/x86_64/stpcpy.S: New file.
858         * sysdeps/x86_64/strcat.S: New file.
859         * sysdeps/x86_64/strchr.S: New file.
860         * sysdeps/x86_64/strcpy.S: New file.
861         * sysdeps/x86_64/strcspn.S: New file.
862         * sysdeps/x86_64/strlen.S: New file.
863         * sysdeps/x86_64/strpbrk.S: New file.
864         * sysdeps/x86_64/strspn.S: New file.
865         * sysdeps/x86_64/strcmp.S: New file.
866         * sysdeps/x86_64/strtok_r.S: New file.
867         * sysdeps/x86_64/strtok.S: New file.
868         * sysdeps/x86_64/memcpy.S: New file.
869         * sysdeps/x86_64/mempcpy.S: New file.
870
871         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
872
873         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
874
875 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
876
877         * stdio-common/Makefile (generated): Add errlist-compat.c.
878
879         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
880
881         * locale/localeinfo.h: Pretty printing.
882
883         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
884         form_number handling.
885
886 2002-08-31  Andreas Jaeger  <aj@suse.de>
887
888         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
889         double tests.
890
891         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
892         __start_context.
893
894         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
895
896         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
897
898         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
899         registers used for passing args.
900
901         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
902         all needed registers.
903
904         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
905         registers.
906
907         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
908         registers.
909
910 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
911
912         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
913         always_inline attribute.
914
915 2002-08-30  Roland McGrath  <roland@redhat.com>
916
917         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
918         presume it's the stub and bail without error.
919
920         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
921         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
922
923         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
924
925         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
926         macros replace the i686 versions for 64-bit mode.
927
928         * locale/duplocale.c: Include <string.h>.
929
930         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
931         [_LIBC] (category_to_name): Don't define the function.  Instead
932         define a macro using _nl_category_names.
933
934         * locale/xlocale.h (struct __locale_struct): New member `__names'.
935         * locale/xlocale.c (_nl_C_locobj): Update initializer.
936         * locale/global-locale.c (_nl_global_locale): Likewise.
937         * locale/duplocale.c (__duplocale): strdup __names elements.
938         * locale/freelocale.c (__freelocale): Free __names elements.
939         * locale/localename.c (_nl_current_names): Variable removed.
940         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
941         * locale/localeinfo.h (_nl_current_names): Removed decl.
942         * locale/setlocale.c: Use _nl_global_locale->__names in place of
943         _nl_current_names throughout.
944
945         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
946
947         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
948         and sys_nerr in the output file.
949
950         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
951         * scripts/cpp: Just use the environment variable.
952
953         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
954         * libio/tst-mmap-offend.c (do_test): Likewise.
955         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
956         * libio/tst-mmap-eofsync.c (do_test): Likewise.
957         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
958
959         * locale/localename.c: If the current locale is the global locale, use
960         _nl_current_names; otherwise use the locale object.
961
962 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
963
964         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
965         'm' to enable mmap I/O.
966         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
967         former wasn't used (anymore?).
968         (_IO_FLAGS2_MMAP): New define.
969         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
970         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
971         _IO_FLAGS2_MMAP bit is set.
972         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
973         Enable mmap-using mode only if 'm' was set.
974
975 2002-08-29  Roland McGrath  <roland@frob.com>
976
977         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
978
979         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
980         Change argument type from int to intptr_t.
981
982         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
983         initializer on [! _HURD_THREADVAR_H] (bad kludge).
984         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
985         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
986         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
987
988         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
989
990         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
991
992         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
993
994         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
995         * assert/assert-perr.c: Add libc_hidden_def.
996         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
997
998         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
999         found at all.
1000         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
1001         sys_errlist stuff to ...
1002         * sysdeps/unix/sysv/linux/Versions: ... here.
1003
1004         * mach/mach.h: Include <features.h>.
1005
1006 2002-08-29  Roland McGrath  <roland@redhat.com>
1007
1008         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
1009         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
1010         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
1011
1012         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
1013
1014         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
1015         (norm_add_slashes): alloca -> __alloca
1016
1017 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
1018
1019         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
1020         string_malloced, it is unlikely to be set.
1021         Only call free with non-NULL workspace.
1022         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
1023         -mcpu=ultrasparc, not only tune for it.
1024         (ASFLAGS*): Set unconditionally.
1025
1026         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
1027         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
1028         p_vaddr/p_offset when computing LOADADDR.
1029
1030 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
1031
1032         * version.h (VERSION): Bump to 2.2.92.
1033
1034         * time/Makefile (tst-ftime_l-ENV): New variable.
1035
1036         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1037
1038         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1039         <U017A>, <U017D> and <U0179>. Add missing mappings.
1040         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1041
1042         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1043         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1044         (struct tostruct): Use ACRINDEX as type for link field.
1045         (statuc gmonparam): Likewise for froms.
1046         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1047         kcount and froms.
1048         (write_call_graph): Use correct type for from_index and to_index.
1049         * gmon/mcount.c: Use correct types for frompcindex and toindex
1050         variables.
1051         Patches by Dan Kegel <dank@kegel.com>.
1052
1053         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1054         canonical name.
1055
1056         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1057         __isspace_l.  Replace calls to isspace.
1058         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1059
1060 2002-08-29  Roland McGrath  <roland@redhat.com>
1061
1062         * string/tst-strxfrm.c: Remove __ from function names.
1063
1064 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1065
1066         * include/wchar.h: Declare __mbsrtowcs_l.
1067         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1068         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1069         USE_IN_EXTENDED_LOCALE_MODEL.
1070         * wcsmbs/mbsrtowcs_l: New file.
1071         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1072         define as static.  Change all uses.
1073         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1074         Change all callers.
1075         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1076         * time/strftime.c: When translating for the extended locale model
1077         use the _l functions.
1078         * time/Makefile (tests): Add tst-ftime_l.
1079         * time/tst-ftime_l.c: New file.
1080
1081 2002-08-28  Roland McGrath  <roland@redhat.com>
1082
1083         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1084         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1085         from _nl_find_locale ok if for _nl_C_name.
1086
1087         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1088         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1089         we know they are all linked in.
1090
1091         * NEWS: Added 2.2.6 text from 2.2 branch version.
1092
1093         * time/strptime.c (strptime_internal): Remove spurious const.
1094
1095         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1096         _nl_select_era_entry): Moved to ...
1097         * time/era.c: ... here, new file.
1098         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1099         Add internal_function to definitions.  Take an additional argument
1100         giving the `struct locale_data *' to use.
1101         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1102         _nl_parse_alt_digit): Moved to ...
1103         * time/alt_digit.c: ... here, new file.
1104         * time/lc-time-cleanup.c: New file.
1105         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1106         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1107         (_nl_cleanup_time): Declare it.
1108         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1109         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1110         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1111         * time/strftime.c: Pass locale data to helper functions.
1112         * time/strptime.c: Likewise.
1113
1114         * locale/localeinfo.h (struct locale_data): New member `private'
1115         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1116         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1117         * locale/C-collate.c: Update initializer.
1118         * locale/C-identification.c: Likewise.
1119         * locale/C-measurement.c: Likewise.
1120         * locale/C-telephone.c: Likewise.
1121         * locale/C-address.c: Likewise.
1122         * locale/C-name.c: Likewise.
1123         * locale/C-paper.c: Likewise.
1124         * locale/C-time.c: Likewise.
1125         * locale/C-numeric.c: Likewise.
1126         * locale/C-monetary.c: Likewise.
1127         * locale/C-messages.c : Likewise.
1128         * locale/C-ctype.c: Likewise.
1129
1130         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1131         Redefine this too.
1132
1133 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1134
1135         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1136         (_rtld_global): Use it.
1137
1138         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1139         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1140         object directory.  Pass all Versions files to the awk script.
1141         * sysdeps/gnu/errlist-compat.c: Removed.
1142         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1143         first Versions file in the search path which has them.
1144         Allow multiple errlist symbol versions to have the same count of
1145         errors.
1146         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1147         of "errlist-compat.c".
1148         * sysdeps/gnu/errlist.c: Regenerated.
1149         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1150         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1151         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1152         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1153         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1154         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1155         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1156         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1157         ECANCELLED if not defined by kernel headers.
1158         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1159         already defined by kernel headers.
1160         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1161         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1162         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1163         is a macro.
1164         * Versions.def (GLIBC_2.3) [librt]: Add.
1165
1166         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1167
1168 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1169
1170         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1171         missing comma to .type directive.
1172
1173 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1174
1175         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1176         unconditionally.
1177         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1178         check.
1179         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1180
1181 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1182
1183         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1184         check to close_and_out close.  Replace return NULL statements where
1185         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1186         when it is no longer needed.
1187
1188 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1189
1190         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1191         string constants.
1192         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1193         * sysdeps/arm/dl-machine.h: Likewise.
1194         * sysdeps/cris/dl-machine.h: Likewise.
1195         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1196         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1197
1198 2002-08-28  Roland McGrath  <roland@redhat.com>
1199
1200         * Makeconfig (default_cflags): Revert unintended change.
1201
1202 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1203
1204         * version.h (VERSION): Bump to 2.2.91.
1205
1206         * configure.in: Disable TLS support by default for now.
1207
1208         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1209
1210         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1211         warnings.
1212
1213         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1214
1215         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1216         fprintf/fwprintf calls.
1217
1218 2002-08-28  Roland McGrath  <roland@redhat.com>
1219
1220         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1221         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1222
1223         * locale/setlocale.c: Declare postload functions weak.
1224
1225         * elf/tst-tls1-static.c: New file.
1226         * elf/tst-tls2-static.c: New file.
1227         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1228
1229         Make uselocale support static linking.
1230         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1231         This file again just defines _nl_C_locobj.
1232         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1233         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1234         using all weak references in the initializer.
1235         * locale/Makefile (aux): Add global-locale.
1236         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1237         these unconditional, along with the tsd decl.
1238         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1239         Define it under these conditions.
1240         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1241         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1242         `extern __thread struct locale_data *const *'.
1243         [NL_CURRENT_INDIRECT]
1244         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1245         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1246         the thread variable _nl_current_LC_FOO and also a special absolute
1247         symbol _nl_current_LC_FOO_used.
1248         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1249         Set each _nl_current_LC_FOO symbol to point into the new locale,
1250         using weak references to test if _nl_current_LC_FOO_used was linked in.
1251         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1252         [NL_CURRENT_INDIRECT]: ... with this one.
1253         (_nl_current, _nl_C): Variables removed.
1254         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1255         weak references to _nl_current_LC_FOO_used.
1256         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1257         (free_category): New function, broken out of ...
1258         (free_mem): ... here.  Call that.
1259         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1260         instead of a loop.
1261
1262         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1263         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1264         it is already absolute.
1265
1266         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1267         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1268         [$(build-static) = yes] (tests-static): New variable.
1269         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1270
1271 2002-08-26  Christoph Hellwig  <hch@lst.de>
1272
1273         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1274         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1275
1276 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1277
1278         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1279
1280         * sysdeps/s390/Dist: Add bits/link.h.
1281
1282         * sysdeps/sh/Dist: New file.
1283
1284         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1285
1286         * sysdeps/wordsize-32/Dist: New file.
1287
1288         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1289         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1290         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1291
1292         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1293         sys/personality.h.
1294
1295         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1296         sparc/dl-brk.S.
1297
1298         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1299
1300         * sysdeps/unix/bsd/sun/Dist: New file.
1301
1302         * sysdeps/unix/bsd/osf/Dist: New file.
1303
1304         * sysdeps/unix/bsd/hp/Dist: New file.
1305
1306         * sysdeps/unix/arm/Dist: New file.
1307
1308         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1309
1310         * sysdeps/mach/hurd/Dist: Add set-init.c.
1311
1312         * sysdeps/i386/Dist: Add bits/link.h.
1313
1314         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1315
1316         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1317
1318         * locale/Makefile (distribute): Add hashval.h.
1319
1320         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1321
1322         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1323
1324         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1325         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1326         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1327         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1328         implementations.
1329         * libio/stdio.h: Likewise.
1330         * locale/locale.h: Likewise.
1331         * math/math.h: Likewise.
1332         * math/bits/mathcalls.h: Likewise.
1333         * setjmp/setjmp.h: Likewise.
1334         * signal/signal.h: Likewise.
1335         * stdlib/stdlib.h: Likewise.
1336         * string/string.h: Likewise.
1337         * time/time.h: Likewise.
1338         * wcsmbs/wchar.h: Likewise.
1339         * wctype/wctype.h: Likewise.
1340
1341 2002-08-28  Roland McGrath  <roland@redhat.com>
1342
1343         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1344
1345 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1346             Roland McGrath <roland@redhat.com>
1347
1348         * locale/hashval.h (compute_hashval): Use prototype defn.
1349         (hashval_t): New macro, defined to unsigned long int
1350         if not already defined.
1351         (compute_hashval): Return hashval_t instead of unsigned long int.
1352         * locale/loadarchive.c (hashval_t): New macro.
1353         * locale/programs/locarchive.c: Include hashval.h directly instead
1354         of simple-hash.h.
1355         (compute_hashval, hashval_t): Define these macros first.
1356         (insert_name): Use archive_hashval instead of compute_hashval.
1357         (add_locale, delete_locales_from_archive): Likewise.
1358
1359 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1360
1361         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1362         hash collisions if be_quiet.
1363
1364 2002-08-27  Roland McGrath  <roland@redhat.com>
1365
1366         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1367         __uselocale): Don't declare these any more.
1368         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1369
1370         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1371         and treat it as an EOF return.
1372         * sysdeps/unix/readdir_r.c: Likewise.
1373
1374         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1375         From Alexandre Oliva <aoliva@redhat.com>.
1376         * sysdeps/gnu/errlist-compat.c: Regenerated.
1377
1378 2002-08-27  Brian Youmans  <3diff@gnu.org>
1379
1380         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1381         wording at request of copyright holder Stephen Moshier.
1382         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1383         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1384         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1385         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1386         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1387         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1388         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1389         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1390         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1391         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1392         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1393         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1394         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1395         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1396
1397 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1398
1399         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1400         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1401         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1402         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1403         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1404         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1405         * wctype/iswctype_l.c (iswctype_l): Likewise.
1406
1407 2002-08-27  Roland McGrath  <roland@redhat.com>
1408
1409         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1410
1411         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1412         * stdlib/stdlib.h: Don't declare __*_l names.
1413         * include/stdlib.h: Declare them here instead.
1414         * include/string.h: Don't declare __*_l names.
1415         * string/string.h: Declare them here instead.
1416         * time/time.h: Don't declare __*_l names.
1417         * include/time.h: Declare them here instead.
1418         * wcsmbs/wchar.h: Don't declare __*_l names.
1419         * include/wchar.h: Declare them here instead.
1420         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1421         Don't declare __*_l names.
1422         * include/wctype.h: Declare them here instead.
1423         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1424         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1425         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1426         * include/langinfo.h: Declare it here with __typeof.
1427
1428         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1429         instead, taking an extra __locale_t argument.
1430         * time/Makefile (routines): Add strptime_l.
1431         * time/time.h (__strptime_l, strptime_l): Declare them.
1432         * time/strptime_l.c: New file.
1433
1434         * time/time.h (__strftime_l, strftime_l): Declare them.
1435         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1436         * time/strftime_l.c: New file.
1437         * time/wcsftime_l.c: New file.
1438         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1439         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1440         strftime_l, wcsftime_l.
1441         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1442         or __wcsftime_l instead, taking an extra __locale_t argument.
1443
1444         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1445         (libc: GLIBC_2.3): ... here.
1446
1447 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1448
1449         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1450
1451         * Makefile (distribute): Add LICENSES.
1452
1453         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1454         sys/debugreg.h.
1455
1456         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1457
1458         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1459
1460         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1461
1462         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1463
1464         * sysdeps/mach/hurd/alpha/Dist: New file.
1465
1466         * sysdeps/arm/Dist: Add bits/link.h.
1467
1468         * sunrpc/Makefile: Distribute thrsvc.
1469
1470         * stdio-common/Makefile: Remove more left-overs from old stdio.
1471
1472         * include/linewrap.h: Removed.
1473
1474         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1475
1476         * intl/Makefile (distribute): Add plural-eval.c.
1477
1478 2002-08-27  Roland McGrath  <roland@redhat.com>
1479
1480         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1481         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1482         Say mtab is in either /var/run or /etc.
1483
1484 2002-08-26  Roland McGrath  <roland@redhat.com>
1485
1486         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1487         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1488
1489         * sysdeps/gnu/Versions: New file.
1490         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1491         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1492         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1493         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1494         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1495         and _sys_nerr_internal instead of anything else.  Make it include
1496         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1497         Make it emit some asm magic if [EMIT_ERR_MAX].
1498         * sysdeps/gnu/errlist.c: Regenerated.
1499         * sysdeps/gnu/errlist-compat.awk: New file.
1500         * sysdeps/gnu/errlist-compat.c: New file (generated).
1501         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1502         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1503         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1504         (SYS_ERRLIST, SYS_NERR): Macros removed.
1505         (sys_nerr, _sys_nerr): Remove these weak aliases.
1506         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1507         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1508         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1509
1510         * include/libc-symbols.h (declare_symbol): New macro.
1511         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1512         * configure.in: New check to define it.
1513         * configure: Regenerated.
1514
1515 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1516
1517         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1518         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1519
1520         * Make-dist: Remove traces of old stdio.
1521         * Makeconfig: Likewise.
1522
1523         * locale/Makefile (localedef-aux): New variable.  Only md5
1524         assigned to it.  These files are not ddistributed in this directory.
1525
1526         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1527         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1528         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1529
1530         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1531
1532         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1533         set h_errno to NO_RECOVERY [PR libc/4360].
1534
1535 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1536
1537         * libio/Makefile (tests): Add bug-fopena+.
1538         * libio/bug-fopena+.c: New file.
1539         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1540         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1541
1542         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1543
1544         * locale/xlocale.c: Fix the last change.  The variable still has
1545         to end in _data.
1546         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1547         (__libc_tsd_set): Add _data prefix to variable name.
1548
1549 2002-08-26  Roland McGrath  <roland@redhat.com>
1550
1551         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1552         macro with inline function.
1553         (sigset_get_old_mask): Likewise.
1554         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1555         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1556         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1557         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1558         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1559         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1560         values.
1561         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1562         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1563
1564 2002-07-06  Bruno Haible  <bruno@clisp.org>
1565
1566         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1567         sigset_get_old_mask): Make it work with larger sigset_t.
1568         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1569         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1570         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1571
1572 2002-08-26  Roland McGrath  <roland@redhat.com>
1573
1574         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1575         * manual/filesys.texi (File Times): Document lutimes and futimes.
1576         * misc/Makefile (routines): Add them.
1577         * misc/Versions (libc: GLIBC_2.3): Likewise.
1578         * sysdeps/generic/lutimes.c: New file.
1579         * sysdeps/generic/futimes.c: New file.
1580         * sysdeps/mach/hurd/lutimes.c: New file.
1581         * sysdeps/mach/hurd/futimes.c: New file.
1582
1583         * manual/filesys.texi (File Times): Add explicit note about null
1584         pointer argument to utimes.
1585
1586 2002-08-26  Roland McGrath  <roland@frob.com>
1587
1588         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1589         (__ifreq): Add a cast.  Remove an unused variable.
1590
1591         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1592         _HURD_THREADVAR_LOCALE.
1593
1594 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1595
1596         * posix/regexec.c (re_search_stub): Return correct match length
1597         if start != 0.
1598         * posix/bug-regex10.c: New test.
1599         * posix/Makefile (tests): Add bug-regex10.
1600
1601 2002-08-26  Brian Youmans  <3diff@gnu.org>
1602
1603         * COPYING.LIB: Replaced with fresh copy from
1604         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1605         suggested copying permission notice now says version 2.1 instead
1606         of version 2.
1607
1608         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1609         from Library GPL.
1610         * crypt/crypt_util.c: Likewise.
1611         * crypt/ufc.c: Likewise.
1612         * elf/dl-conflict.c: Likewise.
1613         * elf/dl-iteratephdr.c: Likewise.
1614         * iconv/iconvconfig.h: Likewise.
1615         * malloc/arena.c: Likewise.
1616         * malloc/hooks.c: Likewise.
1617         * malloc/malloc.c: Likewise.
1618         * posix/glob/Makefile.ami: Likewise.
1619         * posix/glob/Makefile.in: Likewise.
1620         * stdlib/gmp-impl.h: Likewise.
1621         * stdlib/gmp.h: Likewise.
1622         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1623         * sysdeps/generic/strnlen.c: Likewise.
1624         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1625         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1626         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1627         * sysdeps/mach/hurd/spawni.c: Likewise.
1628         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1629         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1630         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1631         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1632         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1633         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1634
1635         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1636         Lesser GPL copying permission notice from 2 to 2.1.
1637         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1638         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1639         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1640         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1641         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1642         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1643         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1644         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1645         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1646         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1647         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1648         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1649         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1650         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1651         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1652         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1653         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1654         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1655         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1656         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1657         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1658         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1659         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1660         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1661         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1662         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1663         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1664         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1665         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1666         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1667         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1668         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1669         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1670         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1671         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1672         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1673         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1674         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1675         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1676         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1677         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1678         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1679         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1680         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1681         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1682         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1683         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1684         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1685         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1686         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1687         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1688         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1689         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1690         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1691         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1692
1693         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1694         Moshier and Lesser GPL copying permission notice, per license from
1695         Moshier.
1696         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1697         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1698         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1699         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1700         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1701         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1702         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1703         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1704         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1705         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1706         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1707         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1708         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1709         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1710
1711         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1712         notice, per license from copyright holder Stephen Moshier.
1713         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1714         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1715         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1716         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1717         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1718         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1719         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1720         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1721         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1722
1723 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1724
1725         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1726         (shared-only-routines): Likewise.
1727
1728 2002-08-26  Roland McGrath  <roland@redhat.com>
1729
1730         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1731         name of "", store a null pointer instead.
1732
1733         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1734         * configure: Regenerated.
1735
1736         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1737         Initialize this instead of __libc_tsd_LOCALE_data.
1738
1739         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1740         ptsname_r to EINVAL.
1741
1742         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1743
1744         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1745         implementations depend on pthreads.
1746         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1747         * rt/tst-aio64.c (do_test): Likewise.
1748         * rt/tst-aio2.c (do_test): Likewise.
1749         * rt/tst-aio3.c (do_test): Likewise.
1750         * rt/tst-aio4.c (do_test): Likewise.
1751         * rt/tst-aio5.c (do_test): Likewise.
1752         * rt/tst-aio6.c (do_test): Likewise.
1753         * rt/tst-aio7.c (do_test): Likewise.
1754
1755         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1756         void so as to avoid compiler warnings.
1757
1758         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1759         _IO_wide_data_FD, which is never used here.
1760
1761         * libio/iofread.c
1762         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1763         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1764         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1765
1766         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1767         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1768
1769         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1770         (closelog): Likewise.
1771
1772 2002-07-06  Bruno Haible  <bruno@clisp.org>
1773
1774         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1775
1776         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1777         * sysdeps/unix/alpha/pipe.S: ... here.
1778         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1779
1780         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1781
1782         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1783         * sysdeps/unix/i386/fork.S: Likewise.
1784         * sysdeps/unix/i386/pipe.S: Likewise.
1785         * sysdeps/unix/i386/wait.S: Likewise.
1786
1787         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1788         * sysdeps/unix/arm/fork.S: Likewise.
1789
1790         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1791         arguments.
1792         (DO_CALL): Swap argument order.
1793         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1794         arguments.
1795         (DO_CALL): Swap argument order.
1796         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1797         arguments.
1798         (DO_CALL): Swap argument order.
1799         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1800         arguments.
1801         (DO_CALL): Swap argument order.
1802         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1803         arguments.
1804         (DO_CALL): Swap argument order.
1805         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1806         arguments.
1807         (DO_CALL): Swap argument order.
1808         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1809         arguments.
1810         (DO_CALL): Swap argument order.
1811
1812         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1813         (L): Define right for ELF.
1814         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1815         Now defined in sysdeps/i386/sysdep.h.
1816
1817         * sysdeps/posix/readv.c: Ansify function definition.
1818         * sysdeps/posix/writev.c: Likewise.
1819
1820         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1821         have the same size. Avoid direct cast from size_t to off_t.
1822
1823         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1824         nul byte in entry[n].ut_user.
1825         (simulate_logout): Likewise.
1826
1827         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1828         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1829         existence of corresponding members of 'struct utmp'.
1830         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1831         !_HAVE_UT_TYPE.
1832
1833         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1834         allocate a buffer of at least BUFSIZ bytes, not just of
1835         sizeof (struct dirent).
1836
1837         * sysdeps/generic/glob.c: Include <limits.h>.
1838         (NAME_MAX): Define a fallback.
1839         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1840         stack.
1841         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1842         (main): Allocate enough room for a 'struct dirent64' on the stack.
1843         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1844         'struct dirent'.
1845
1846         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1847         kernel-features.h.
1848
1849         * inet/htontest.c: Include <sys/types.h>.
1850
1851         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1852
1853         * include/sys/sysctl.h: Comment fix.
1854
1855         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1856         _dl_load_lock.
1857         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1858
1859         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1860
1861         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1862         (__getpeername): New alias.
1863         (__getsockname): New alias.
1864         (__socket): New alias.
1865
1866         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1867
1868         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1869         (__fcntl_internal): New alias.
1870         (__profil): New alias.
1871
1872 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1873
1874         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1875         entry was for getaddr* lookup or not.  Add only matching cache
1876         entry.  Change all callers [PR libc/4317].
1877
1878         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1879         finding the read position [PR libc/4265].
1880         * libio/Makefile (tests): Add bug-rewind2.
1881         * libio/bug-rewind2.c: New file.
1882
1883         * libio/bug-rewind.c: Fix creation of temp file.
1884
1885 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1886
1887         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1888         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1889         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1890         to ENOENT if no entry is found.
1891         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1892         failure.
1893         * nis/nss_compat/compat-initgroups.c: Likewise.
1894         * nis/nss_compat/compat-pwd.c: Likewise.
1895         * nis/nss_compat/compat-spwd.c: Likewise.
1896         * nis/nss_nis/nis-alias.c: Likewise.
1897         * nis/nss_nis/nis-ethers.c: Likewise.
1898         * nis/nss_nis/nis-grp.c: Likewise.
1899         * nis/nss_nis/nis-hosts.c: Likewise.
1900         * nis/nss_nis/nis-initgroups.c: Likewise.
1901         * nis/nss_nis/nis-netgrp.c: Likewise.
1902         * nis/nss_nis/nis-network.c: Likewise.
1903         * nis/nss_nis/nis-proto.c: Likewise.
1904         * nis/nss_nis/nis-publickey.c: Likewise.
1905         * nis/nss_nis/nis-pwd.c: Likewise.
1906         * nis/nss_nis/nis-rpc.c: Likewise.
1907         * nis/nss_nis/nis-service.c: Likewise.
1908         * nis/nss_nis/nis-spwd.c: Likewise.
1909         * resolv/nss_dns/dns-host.c: Likewise.
1910         * resolv/nss_dns/dns-network.c: Likewise.
1911         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1912         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1913         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1914         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1915         * nis/nss_nisplus/nisplus-network.c: Likewise.
1916         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1917         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1918         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1919         * nis/nss_nisplus/nisplus-service.c: Likewise.
1920         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1921         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1922         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1923         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1924         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1925
1926         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1927         declaring __restore and __restore_rt as hidden (if possible).
1928
1929 2002-08-25  Roland McGrath  <roland@redhat.com>
1930
1931         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1932
1933         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1934         (getutent_r_file, internal_getut_r): Updated all callers.
1935         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1936
1937 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1938
1939         * locale/programs/locale.c: Don't print aliases for non-existing
1940         locales for 'locale -a'.
1941         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1942
1943 2002-07-19  H.J. Lu  <hjl@gnu.org>
1944
1945         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1946
1947 2002-07-16  H.J. Lu  <hjl@gnu.org>
1948
1949         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1950         sys/personality.h.
1951         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1952
1953 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1954
1955         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1956         not moved ahead of the fputs call.
1957         * elf/tst-tlsmod2.c (in_dso): Likewise.
1958         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1959         * elf/tst-tlsmod4.c (in_dso): Likewise.
1960
1961 2002-08-25  Andreas Schwab  <schwab@suse.de>
1962
1963         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1964
1965 2002-08-25  Roland McGrath  <roland@redhat.com>
1966
1967         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1968         resetting handler, to avoid the possibility of a spurious SIGALRM
1969         delivered to the user's handler.
1970         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1971
1972         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1973         set -fkeep-inline-functions, which is not needed for the current file.
1974
1975         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1976         (_dl_setup_hash): Add attribute_hidden.
1977         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1978         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1979         (_dl_new_object, _dl_map_object_deps): Likewise.
1980         (_dl_map_object_deps_internal): Remove decl.
1981         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1982
1983         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1984         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1985         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1986         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1987         instead relying on the compiler to produce only GOTOFF variable refs.
1988
1989 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1990
1991         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1992
1993         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1994         inline to avoid defining it in every file which includes this header.
1995
1996         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1997         defining DONT_USE_BOOTSTRAP_MAP.
1998
1999         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
2000         * libio/tst-mmap-setvbuf.c (main): Likewise.
2001         * libio/tst-widetext.c (main): Likewise.
2002
2003         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
2004         message.
2005         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
2006         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
2007
2008         * sysdeps/i386/elf/configure.in: Unconditionally define
2009         PI_STATIC_AND_HIDDEN.
2010         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
2011         PI_STATIC_AND_HIDDEN is defined as well.
2012         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
2013
2014 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
2015
2016         * sysdeps/ia64/bzero.S: Define __bzero as well.
2017
2018         * locale/programs/charmap.c (charmap_new_char): Don't use
2019         ULONG_MAX as maximum UCS4 value.
2020
2021         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
2022
2023         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
2024
2025         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
2026         * malloc/malloc.c (mALLINFo): Likewise.
2027
2028         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
2029
2030         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
2031         examining result of _IO_do_flush call.
2032
2033         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
2034         Use prec not spec when sizing buffers.
2035
2036         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2037         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2038         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2039         * stdio-common/vfscanf.c (inchar): Likewise.
2040         * misc/efgcvt_r.c (fcvt_r): Likewise.
2041         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2042         * elf/readlib.c (process_file): Likewise.
2043         * elf/sprof.c (load_profdata): Likewise.
2044         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2045         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2046         * locale/programs/charmap.c (charmap_read): Likewise.
2047         * libio/fileops.c: Likewise.
2048         * libio/fmemopen.c: Likewise.
2049         * stdlib/strtod.c: Likewise.
2050         * elf/dl-load.c: Likewise.
2051         * iconv/iconvconfig.c: Likewise.
2052         * iconv/iconv_prog.c (process_block): Likewise.
2053         * elf/rtld.c (dl_main): Likewise.
2054
2055         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2056         macro to calm down the compiler.
2057
2058         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2059
2060         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2061
2062         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2063         placement of errno definition.
2064         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2065         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2066         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2067         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2068         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2069
2070         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2071         from 1024 to 65536, to avoid buffer overrun.
2072
2073 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2074
2075         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2076         from 1024 to 65536, to avoid buffer overrun.
2077         * resolv/res_query.c (MAXPACKET): Likewise.
2078
2079 2002-08-24  Andreas Jaeger  <aj@suse.de>
2080
2081         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2082
2083 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2084
2085         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2086         two52 locally.
2087         (log2): Likewise.
2088         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2089         Patch by Simon Gee <simong@agile.tv>.
2090
2091         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2092         Prefer reading /proc/stat since it is more uniform across
2093         architectures.
2094
2095         * manual/texinfo.tex: Update to latest official version.
2096
2097         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2098         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2099         * sysdeps/gnu/bits/shm.h: Likewise.
2100         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2101         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2102         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2103         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2104         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2105         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2106         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2107         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2108         since this is what the kernel says.
2109
2110         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2111         since ssize_t is needed as well.  Replace const with __const.
2112
2113 2002-08-23  Roland McGrath  <roland@redhat.com>
2114
2115         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2116         __malloc_hook, __realloc_hook, __memalign_hook,
2117         __after_morecore_hook): Variable definitions moved to ...
2118         * malloc/malloc.c: ... here, so as to be before all references.
2119
2120         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2121         global variable reference in an unused asm parameter, to ensure the
2122         compiler has set up the GOT register before we use it.
2123
2124         * malloc/hooks.c: Move variable definitions ahead of uses.
2125         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2126         initializers that make reference to variables they define.
2127
2128 2002-08-23  Andreas Jaeger  <aj@suse.de>
2129
2130         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2131         alloca, free, qsort.
2132
2133         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2134
2135         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2136         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2137
2138         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2139         <hch@lst.de>.
2140         * sysdeps/generic/fgetxattr.c: New file.
2141         * sysdeps/generic/flistxattr.c: New file.
2142         * sysdeps/generic/fremovexattr.c: New file.
2143         * sysdeps/generic/fsetxattr.c: New file.
2144         * sysdeps/generic/getxattr.c: New file.
2145         * sysdeps/generic/listxattr.c: New file.
2146         * sysdeps/generic/lgetxattr.c: New file.
2147         * sysdeps/generic/llistxattr.c: New file.
2148         * sysdeps/generic/lremovexattr.c: New file.
2149         * sysdeps/generic/lsetxattr.c: New file.
2150         * sysdeps/generic/removexattr.c: New file.
2151         * sysdeps/generic/setxattr.c: New file.
2152         * misc/Makefile (headers): Add sys/xattr.h.
2153         (routines): Add *xattr calls.
2154         * misc/Versions: Add *xattr calls with version 2.3.
2155         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2156         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2157         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2158         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2159         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2160         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2161         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2162         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2163
2164 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2165
2166         * sysdeps/powerpc/elf/libc-start.c
2167         (__cache_line_size): Declare.
2168         (__aux_init_cache): New function.
2169         (__libc_start_main): Change type of `auxvec' parameter to
2170         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2171         __aux_init_cache.
2172         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2173         (__cache_line_size): Declare.
2174         (__aux_init_cache): New function.
2175         (DL_PLATFORM_INIT): Define.
2176         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2177         value to select the correct stride for dcbz.
2178
2179 2002-08-22  Andreas Jaeger  <aj@suse.de>
2180
2181         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2182         shmat.
2183
2184 2002-08-22  Roland McGrath  <roland@redhat.com>
2185
2186         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2187         position indicated by locrectab against file bounds before rounding to
2188         page size.  In mapping loop, always set TO before breaking out of
2189         contiguous range coalescing loop.
2190
2191         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2192         (or MAP_COPY if available) instead of MAP_SHARED.
2193
2194         * scripts/firstversions.awk: When encountering a version newer than
2195         the specified earliest version, be sure to emit the specified earliest
2196         version first if any renaming of an older version to that has been.
2197
2198 2002-08-21  Roland McGrath  <roland@redhat.com>
2199
2200         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2201         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2202         (Configuring and compiling): Don't mention older GCC versions any more.
2203         * INSTALL: Regenerated.
2204
2205         * manual/install.texi (Configuring and compiling, Installation,
2206         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2207
2208         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2209         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2210         and with noinline otherwise.  Remove hack alloca use to prevent
2211         inlining, we can ask for it explicitly nowadays.
2212
2213         * dlfcn/bug-dlsym1.c: New file.
2214         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2215         * dlfcn/Makefile (distribute): Add them.
2216         (tests): Add bug-dlsym1 here.
2217         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2218         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2219         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2220
2221 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2222
2223         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2224         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2225         before relocation.
2226         (_dl_start): Don't use local bootstrap_map variable if
2227         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2228         pass bootstrap_map to _dl_start_final in this case either.  Don't
2229         pass start_time to _dl_start_final ever.
2230         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2231
2232         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2233         This cripples the scope lists necessary to search for symbols in
2234         dependencies which are not in the global scope.
2235
2236         * include/setjmp.h (__libc_longjmp): Add declaration.
2237
2238 2002-08-21  Andreas Jaeger  <aj@suse.de>
2239
2240         * sysdeps/x86_64/_mcount.S: Fix assembler.
2241
2242         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2243         with biarch support.
2244
2245 2002-08-21  Andreas Jaeger  <aj@suse.de>
2246
2247         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2248
2249         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2250
2251         * sysdeps/x86_64/machine-gmon.h: New file.
2252         * sysdeps/x86_64/_mcount.S: New file.
2253
2254 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2255
2256         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2257         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2258         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2259         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2260         to TL_INIT_TP.  Otherwise pass 1.
2261         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2262         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2263
2264 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2265
2266         * locale/programs/localedef.c (add_to_readlist): Error about
2267         circular dependencies only if the locale in question hasn't
2268         been finished.
2269         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2270         CTYPE_LOCALE to load_locale.
2271         * locale/programs/locfile.c (locfile_read): Don't include
2272         unneeded but available locales in locale_mask.
2273
2274         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2275         print any messages about enlarging archive.
2276
2277 2002-08-20  Brian Youmans  <3diff@gnu.org>
2278
2279         * manual/contrib.texi: Removed licenses, added acknowledgements
2280         for contributions by Intel, IBM, Craig Metz.
2281         * LICENSES: New file, contains the text of all non-FSF licenses in the
2282         distribution that require putting the notice in the accompanying
2283         documentation.
2284         * README.template, README: Mention LICENSES.
2285
2286         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2287         new one modelled on the modern BSD license, per recent letter
2288         of permission from CMU.
2289         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2290
2291         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2292         from IBM to FSF, per the recent Software Letter.  Changed the
2293         distribution terms from GPL to LGPL.
2294
2295         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2296         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2297         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2298         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2299         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2300         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2301         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2302         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2303         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2304         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2305
2306         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2307         from IBM to FSF, per the recent Software Letter.  Corrected the
2308         text of the copying permission notice to say Lesser GPL instead
2309         of GPL in warranty disclaimer paragraph.
2310         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2311         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2312         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2313         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2314         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2315         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2316         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2317         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2318         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2319         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2320         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2321         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2322         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2323         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2324         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2325         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2326         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2327         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2328         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2329         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2330         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2331
2332         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2333         permission notice to say Lesser GPL instead of GPL in warranty
2334         disclaimer paragraph.
2335         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2336         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2337         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2338         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2339         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2340         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2341         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2342         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2343         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2344         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2345         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2346         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2347         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2348         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2349         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2350         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2351         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2352         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2353         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2354         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2355         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2356         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2357         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2358
2359 2002-08-20  Roland McGrath  <roland@redhat.com>
2360
2361         Fix ABI compatibility with libc compiled with old tools on powerpc.
2362         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2363         and Jack Howarth <howarth@bromo.med.uc.edu>.
2364         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2365         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2366         pass -DHAVE_DOT_HIDDEN for these files.
2367         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2368         __floatdisf.
2369         * sysdeps/powerpc/divdi3.c: New file.
2370         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2371         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2372
2373 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2374
2375         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2376         partially overlapping mappings.  Remove unneeded (char *) casts.
2377         Never allow duplication of ranges in mapped areas.
2378
2379 2002-08-20  Roland McGrath  <roland@redhat.com>
2380
2381         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2382         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2383
2384 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2385
2386         * include/unistd.h: Don't hide _exit.
2387
2388         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2389         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2390         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2391         argument 1 to TLS_INIT_TP.
2392         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2393
2394         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2395
2396         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2397         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2398         memory allocation to...
2399         (allocate_dtv): ...here.  New function.
2400         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2401         call allocate_dtv instead of _dl_allocate_tls_storage.
2402         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2403         (_dl_get_tls_static_info): New function.
2404         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2405         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2406
2407 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2408
2409         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2410         immediately if result == NULL.
2411
2412 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2413
2414         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2415
2416 2002-08-18  Roland McGrath  <roland@frob.com>
2417
2418         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2419         instead of __file_name_split.
2420         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2421
2422         * sysdeps/mach/hurd/dl-sysdep.c
2423         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2424         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2425
2426 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2427
2428         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2429         in change before last: MAX -> MIN.
2430
2431 2002-08-15  Roland McGrath  <roland@redhat.com>
2432
2433         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2434         if seek would go past it.
2435         (mmap_remap_check): If file position is at or past EOF after check,
2436         leave read pointers at EOF and don't seek.
2437
2438         * libio/tst-mmap-offend.c: New file.
2439         * libio/Makefile (tests): Add it.
2440
2441         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2442         the name as passed, rather than the name in the archive dictionary.
2443
2444 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2445
2446         * csu/Makefile: Define elide-routines.os not static-only-routines.
2447
2448         * include/sched.h (__clone): Add varargs at the end.
2449
2450         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2451         case.
2452         (TLS_INIT_HELPER): If defined, use it.
2453         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2454
2455 2002-08-15  Roland McGrath  <roland@redhat.com>
2456
2457         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2458         on L->l_prev; it can happen under rtld --verify too.
2459
2460         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2461         header separately, just map an initial window of 2MB from the file
2462         and remap if that is not large enough to cover the whole header.
2463
2464 2002-08-15  Andreas Jaeger  <aj@suse.de>
2465
2466         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2467         version 2.3.
2468         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2469         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2470         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2471         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2472         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2473         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2474         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2475         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2476         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2477         Patch by Andreas Gruenbacher <agruen@suse.de>.
2478
2479         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2480
2481 2002-08-14  Roland McGrath  <roland@redhat.com>
2482
2483         * locale/locarchive.h (struct locale_category_data): Give this name to
2484         the type of locale_data_t's elements.
2485         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2486         (add_locale): Use that to sort the categories by size and put all
2487         those that fit into two pages into the LC_ALL block, instead of
2488         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2489         (show_archive_content): Detect categories inside LC_ALL block
2490         directly, instead of hard-coding.
2491         (oldlocrecentcmp): Compare just on file locations used.
2492
2493 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2494
2495         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2496         (oldlocrecentcmp): New function.
2497         (enlarge_archive): Re-add locales in the order they were added
2498         to the archive.
2499         (add_locale): Put all the small locale files together, if the small
2500         locale file block would occupy less pages if page size aligned, align
2501         it.
2502         (show_archive_content): Adjust for locale archives optimized for speed.
2503
2504 2002-08-14  Roland McGrath  <roland@frob.com>
2505
2506         * configure.in: Use "MISSING" as not-found value for MIG.
2507         * sysdeps/mach/configure.in: Fatal if mig not found.
2508         * configure, sysdeps/mach/configure: Regenerated.
2509
2510 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2511
2512         * locale/loadarchive.c (archfname): Add missing slash.
2513
2514         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2515         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2516
2517 2002-08-12  Roland McGrath  <roland@redhat.com>
2518
2519         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2520         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2521         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2522         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2523         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2524         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2525         * sysdeps/generic/waitpid.c: Likewise.
2526
2527         * include/net/if.h: New file.  Use libc_hidden_proto
2528         for if_nametoindex and if_indextoname.
2529         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2530         * sysdeps/mach/hurd/if_index.c: Likewise.
2531         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2532
2533         * include/grp.h (setgroups): Add libc_hidden_proto.
2534         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2535         * sysdeps/mach/hurd/setgroups.c: Likewise.
2536         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2537         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2538
2539 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2540
2541         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2542         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2543         * sysdeps/generic/setegid.c (setegid): Likewise.
2544         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2545         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2546         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2547         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2548         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2549         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2550         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2551         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2552         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2553         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2554         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2555         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2556         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2557
2558         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2559         __lxstat_internal, __lxstat64_internal): Remove.
2560         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2561         Add hidden_proto.
2562         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2563         Remove INTDEF where present, remove #undef at the beginning.
2564         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2565         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2566         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2567         * sysdeps/generic/xstat.c (__xstat): Likewise.
2568         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2569         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2570         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2571         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2572         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2573         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2574         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2575         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2576         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2577         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2578         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2579         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2580         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2581         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2582         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2583         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2584         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2585         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2586         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2587         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2588         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2589         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2590         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2591         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2592         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2593         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2594         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2595         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2596         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2597         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2598         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2599         * sysdeps/unix/xstat.c (__xstat): Likewise.
2600
2601         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2602         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2603         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2604         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2605         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2606         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2607         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2608
2609         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2610         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2611         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2612         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2613         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2614         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2615         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2616         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2617         Likewise.
2618         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2619         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2620         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2621         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2622         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2623         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2624         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2625         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2626
2627         * include/string.h (strcoll): Add libc_hidden_proto.
2628         * string/strcoll.c (strcoll): Add libc_hidden_def.
2629
2630         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2631
2632 2002-08-11  Philip Blundell  <philb@gnu.org>
2633
2634         * sysdeps/arm/Makefile: New file.
2635
2636 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2637
2638         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2639         by another '|', end of regex or enclosing ')', clear branch.
2640         * posix/bug-regex9.c: New test.
2641         * posix/Makefile (tests): Add bug-regex9.
2642
2643 2002-08-12  Roland McGrath  <roland@redhat.com>
2644
2645         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2646         start count condition, use TOTAL instead of variable that was never
2647         set.  Fix outer loop termination condition to TOTAL >= after update.
2648
2649         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2650         dl_tls_static_align and dl_tls_static_nelem.
2651
2652 2002-08-11  Roland McGrath  <roland@redhat.com>
2653
2654         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2655         of the TLS macros, otherwise the compiler might not have initialized
2656         the PIC register yet when we use the PLT via asm.
2657         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2658         * elf/tst-tlsmod2.c (in_dso): Likewise.
2659
2660         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2661
2662         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2663         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2664
2665         * include/unistd.h: Use libc_hidden_proto for getdomainname
2666         and getlogin_r.
2667         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2668         * sysdeps/mach/hurd/getdomain.c: Likewise.
2669         * sysdeps/unix/getlogin_r.c: Likewise.
2670         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2671         * sysdeps/generic/getlogin_r.c: Likewise.
2672
2673         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2674         * sunrpc/rtime.c: Add libc_hidden_def.
2675
2676         * include/string.h: Use libc_hidden_proto for basename.
2677         * string/basename.c [_LIBC]: Add libc_hidden_def.
2678
2679         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2680
2681         * locale/loadarchive.c: munmap -> __munmap throughout.
2682
2683         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2684         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2685         * sysdeps/generic/gai_strerror.c: Likewise.
2686
2687         * include/sys/errno.h: New file.
2688
2689         * include/signal.h: No libc_hidden_proto for raise,
2690         __libc_current_sigrtmin, __libc_current_sigrtmax.
2691         These need to be overridden by linuxthreads.
2692         * sysdeps/posix/raise.c: Reverted.
2693         * sysdeps/generic/raise.c: Reverted.
2694         * signal/allocrtsig.c: Reverted.
2695
2696         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2697
2698 2002-08-10  Roland McGrath  <roland@redhat.com>
2699
2700         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2701         * locale/localeinfo.h: Declare it.
2702         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2703         current locale if it's not in the file list.
2704         Call _nl_archive_subfreeres.
2705
2706 2002-08-10  Andreas Jaeger  <aj@suse.de>
2707
2708         * sysdeps/i386/strchr.S: Add comment.
2709
2710 2002-08-10  Roland McGrath  <roland@redhat.com>
2711
2712         * include/wchar.h (putwc): Use libc_hidden_proto.
2713         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2714         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2715         * stdio-common/dprintf.c: Add libc_hidden_def.
2716         * stdio-common/fprintf.c: Likewise.
2717         * stdio-common/sprintf.c: Likewise.
2718         * stdio-common/sscanf.c: Likewise.
2719         * libio/iofwrite.c: Likewise.
2720         * libio/memstream.c: Likewise.
2721         * libio/putwc.c: Likewise.
2722         * stdio-common/perror.c: Likewise.
2723         * sysdeps/posix/remove.c: Likewise.
2724         * sysdeps/generic/remove.c: Likewise.
2725         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2726         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2727
2728 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2729
2730         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2731         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2732         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2733         towlower, towupper): Add libc_hidden_weak.
2734
2735         * include/bits/dlfcn.h: New file.
2736         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2737
2738         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2739         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2740         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2741         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2742         * include/shadow.h (_nss_files_parse_spent): Likewise.
2743         * include/netdb.h (_nss_files_parse_protoent,
2744         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2745         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2746         (LINE_PARSER): Use it.
2747         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2748         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2749
2750         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2751         #endif.
2752
2753         * manual/debug.texi (%MENU%): Remove trailing dot.
2754         Reported by <hayastan132@hotmail.com>.
2755
2756         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2757         aliases.
2758         (lseek): Dummy.
2759         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2760         Likewise.
2761
2762 2002-08-09  Roland McGrath  <roland@redhat.com>
2763
2764         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2765         name to find codeset name (if any) and normalize it.  If the
2766         normalized name differs, look up only that in the archive.
2767         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2768         contains a codeset, normalize the codeset store only the normalized
2769         name in the archive.  If not, add an alias containing the locale's
2770         normalized codeset name.  Apply codeset name normalization when
2771         matching entries in the alias file.
2772
2773         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2774         decrement HEAD->namehash_used here.
2775         (add_locale): Only need to insert name string when name_offset != 0.
2776
2777         * locale/programs/localedef.c (options): Add -A/--alias-file.
2778         (alias_file): New variable.
2779         (parse_opt): Grok -A, set that.
2780         * locale/programs/localedef.h: Declare it.
2781
2782         * locale/locarchive.h (struct locrecent): Add `refs' member.
2783         * locale/programs/locarchive.c (insert_name): New function, broken out
2784         of ...
2785         (add_locale_to_archive): ... here.  Call that.
2786         (add_alias): New function.
2787         (add_locale): New static function, add_locale_to_archive renamed.
2788         (add_locale_to_archive): Call that and use add_alias to add an alias
2789         for the name with codeset if the given name lacks it.
2790         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2791
2792         * locale/Makefile (routines): Add loadarchive.
2793         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2794         (_nl_load_locale_from_archive): New function.
2795         * locale/localeinfo.h: Declare it.
2796         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2797         try _nl_load_locale_from_archive first.
2798
2799         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2800         broken out of _nl_load_locale.
2801         (_nl_load_locale): Call that.
2802         * locale/localeinfo.h: Declare it.
2803         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2804         (struct locale_data): Remove unused member `options'.
2805         * locale/findlocale.c (_nl_remove_locale): Update uses.
2806         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2807         * locale/C-collate.c: Update initializer.
2808         * locale/C-identification.c: Likewise.
2809         * locale/C-measurement.c: Likewise.
2810         * locale/C-telephone.c: Likewise.
2811         * locale/C-address.c: Likewise.
2812         * locale/C-name.c: Likewise.
2813         * locale/C-paper.c: Likewise.
2814         * locale/C-time.c: Likewise.
2815         * locale/C-numeric.c: Likewise.
2816         * locale/C-monetary.c: Likewise.
2817         * locale/C-messages.c : Likewise.
2818         * locale/C-ctype.c: Likewise.
2819
2820         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2821         use CHAR_BIT instead of BITSPERBYTE.
2822
2823         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2824         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2825         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2826         (_nl_remove_locale): Likewise.
2827         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2828
2829         * locale/findlocale.c (_nl_default_locale_path): New variable.
2830         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2831         * locale/localeinfo.h: Declare it.
2832         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2833         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2834         * locale/newlocale.c (__newlocale): Likewise.
2835
2836         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2837         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2838         * sysdeps/generic/morecore.c: Likewise.
2839         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2840         (__libc_current_sigrtmax): Likewise.
2841
2842 2002-08-08  Roland McGrath  <roland@redhat.com>
2843
2844         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2845         * catgets/open_catalog.c (__open_catalog): Likewise.
2846
2847         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2848         from typo INITIAL_NUM_NANES.
2849         (create_archive): Update use.
2850
2851 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2852
2853         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2854
2855 2002-08-08  Roland McGrath  <roland@frob.com>
2856
2857         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2858
2859 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2860
2861         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2862         else and undefine after including wcstol_l.c.
2863         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2864
2865 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2866
2867         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2868
2869 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2870
2871         * configure.in: Make the test for broken_alias_attribute stricter.
2872
2873 2002-05-24  Robert Love  <rml@tech9.net>
2874
2875         * posix/Makefile (routines): Add sched_getaffinity and
2876         sched_setaffinity.
2877         * posix/sched.h: Add declarations for sched_getaffinity and
2878         sched_setaffinity.
2879         * sysdeps/generic/sched_getaffinity.c: New file.
2880         * sysdeps/generic/sched_setaffinity.c: New file.
2881         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2882         sched_setaffinity.
2883
2884 2002-08-06  Andreas Schwab  <schwab@suse.de>
2885
2886         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2887
2888 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2889
2890         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2891         message.
2892
2893         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2894         It is known to be defined.
2895
2896         * include/string.h: Define index and rindex only if _ISOMAC is not
2897         defined.
2898
2899         * elf/rtld.c: Include <errno.h>.
2900         * sysdeps/generic/libc-tls.c: Likewise.
2901
2902 2002-08-07  Roland McGrath  <roland@redhat.com>
2903
2904         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2905         it internally.
2906         (precsize_aton): Likewise.
2907
2908         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2909         the static symbols added in the last change (doofus is me).
2910
2911         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2912         loop to notice missing categories in a composite name.
2913
2914         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2915         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2916         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2917         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2918
2919 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2920
2921         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2922
2923 2002-08-07  Roland McGrath  <roland@redhat.com>
2924
2925         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2926         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2927         Reported by Jakub Jelinek  <jakub@redhat.com>.
2928
2929 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2930
2931         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2932         division.
2933
2934 2002-08-06  Roland McGrath  <roland@redhat.com>
2935
2936         * include/getopt.h: Put private decls inside [_GETOPT_H].
2937         Use libc_hidden_proto for getopt_long, getopt_long_only.
2938         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2939         Add libc_hidden_def.
2940
2941         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2942         Define as a macro for __dl_iterate_phdr.
2943
2944         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2945         made static.  Add __ name as a strong alias.
2946         (internal_endnetgrent): Likewise.
2947         (internal_getnetgrent_r): Likewise.
2948
2949         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2950         with no __ prefix.
2951         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2952         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2953         all *_l functions with no __ prefix.
2954         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2955         * ctype/ctype_l.c: Likewise.
2956         * locale/nl_langinfo.c: Likewise.
2957         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2958         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2959         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2960         * wctype/wctype.h [__USE_GNU]: Likewise.
2961         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2962         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2963         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2964         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2965         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2966         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2967         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2968         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2969         (__wcscasecmp_l): Add libc_hidden_def.
2970         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2971         (__wcsncasecmp_l): Add libc_hidden_def.
2972         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2973         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2974         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2975         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2976         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2977         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2978         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2979         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2980         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2981         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2982         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2983         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2984         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2985         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2986
2987 2002-08-05  Roland McGrath  <roland@redhat.com>
2988
2989         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2990         netname2user, host2netname, user2netname, key_gendes.
2991         * sunrpc/netname.c: Add libc_hidden_def.
2992         * sunrpc/key_call.c: Likewise.
2993
2994         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2995         freeaddrinfo.
2996         * inet/getnameinfo.c: Add libc_hidden_def.
2997         * sysdeps/generic/getaddrinfo.c: Likewise.
2998         * sysdeps/posix/getaddrinfo.c: Likewise.
2999
3000         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
3001         * wcsmbs/wmemchr.c: Add libc_hidden_def.
3002         * wcsmbs/wmemset.c: Add libc_hidden_def.
3003
3004         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
3005         (index, rindex): Define as macros for strchr, strrchr.
3006
3007         * string/envz.c (envz_strip): index -> strchr
3008
3009         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
3010         * sunrpc/rpc_prot.c: Add libc_hidden_def.
3011
3012         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
3013         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
3014
3015         * include/stdlib.h: Use libc_hidden_proto for wctomb.
3016         * stdlib/wctomb.c: Add libc_hidden_def.
3017
3018         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
3019         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
3020         * resolv/herror.c: Likewise.
3021         * inet/rcmd.c: Add libc_hidden_def.
3022         * inet/ruserpass.c: Likewise.
3023         * inet/getnetgrent_r.c: Likewise.
3024
3025         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
3026         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
3027         for svcerr_auth, svcerr_noprog, svcerr_progvers.
3028         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
3029         libc_hidden_def.
3030         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
3031         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
3032
3033         * sysdeps/posix/system.c (do_system): New function, guts broken out of
3034         __libc_system.
3035         (__libc_system): Call it, putting just the line == NULL test here.
3036
3037         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3038         variables work right.
3039
3040         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3041         * elf/dl-close.c (_dl_close): Likewise.
3042
3043         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3044         in6addr_any, in6addr_loopback.  Remove decls for
3045         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3046         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3047         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3048         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3049         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3050         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3051         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3052         in6addr_loopback.
3053         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3054
3055         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3056         ether_aton_r.
3057         * inet/ether_aton_r.c: Add libc_hidden_def.
3058         * inet/ether_ntoa_r.c: Likewise.
3059
3060         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3061         xprt_unregister.
3062         * sunrpc/svc.c: Add libc_hidden_def.
3063         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3064         pmap_set, pmap_unset.
3065         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3066         * sunrpc/pm_getport.c: Likewise.
3067         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3068         * sunrpc/publickey.c: Add libc_hidden_def.
3069
3070 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3071
3072         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3073         the other memset call in this function.
3074
3075         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3076         at correct index.  Clear BSS region now that memalign is used.
3077
3078 2002-08-05  Roland McGrath  <roland@redhat.com>
3079
3080         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3081         * sysdeps/generic/uname.c: Add libc_hidden_def.
3082         * sysdeps/mach/hurd/uname.c: Likewise.
3083
3084 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3085
3086         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3087         wcspbrk): Add libc_hidden_proto.
3088         * time/strftime.c (my_strftime): Add libc_hidden_def.
3089         (strftime): Remove libc_hidden_def.
3090         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3091         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3092         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3093         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3094         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3095         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3096
3097         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3098         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3099         __rpc_thread_createerr): Add libc_hidden_proto.
3100         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3101         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3102         __rpc_thread_createerr): Add libc_hidden_def.
3103
3104         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3105         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3106         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3107         clnt_perror, clnt_sperror): Add libc_hidden_def.
3108         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3109
3110         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3111         libc_hidden_proto.
3112         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3113         * sunrpc/des_soft.c (des_setparity): Likewise.
3114
3115         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3116         Add libc_hidden_proto.
3117         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3118         Add libc_hidden_def.
3119
3120 2002-08-05  Roland McGrath  <roland@redhat.com>
3121
3122         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3123         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3124         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3125         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3126         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3127         old data, abandoning the original memory allocated by rtld at startup,
3128         instead of calling realloc normally.
3129
3130 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3131
3132         * po/fr.po: Update from translation team.
3133
3134 2002-08-04  Roland McGrath  <roland@redhat.com>
3135
3136         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3137         then generate a dummy module under the given name, obeying the
3138         normal rules for the "caller" field.
3139
3140         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3141         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3142
3143         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3144         weak here; we declare it weak or strong in the one place we use it.
3145         * sysdeps/generic/libc-start.c: ... which is here.
3146         Don't make the decl weak if [USE_TLS], since static programs need TLS
3147         setup even when single-threaded.
3148
3149         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3150
3151         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3152         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3153         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3154         all these variables.
3155
3156 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3157
3158         * include/stdio.h: Don't define macro magic to redirect function
3159         calls if _ISOMAC is defined.
3160
3161         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3162         ldouble asin tests.
3163
3164 2002-08-04  Roland McGrath  <roland@redhat.com>
3165
3166         * stdlib/lrand48_r.c: Add libc_hidden_def.
3167
3168         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3169         TCB with __libc_memalign instead of mmap.
3170         (_dl_deallocate_tls): Free it with free instead of munmap.
3171
3172         * Makerules (cpp-srcs-left): When setting this to run
3173         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3174         words.  Combine the two loops into one on the concatenated list,
3175         including those as well as $(test-srcs).
3176
3177         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3178         since we align here with optimally minimal waste anyway.
3179         (malloc): Just call that.
3180
3181         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3182         the right variable.
3183
3184         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3185         to compute memory location for l_tls_initimage.
3186         * elf/rtld.c (_dl_start): Likewise.
3187         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3188
3189         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3190         because the .d file is generated in the non-shared case and
3191         so fails to catch them otherwise.
3192
3193         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3194         split out of _dl_allocate_tls.
3195         (_dl_allocate_tls_init): Likewise.
3196         (_dl_allocate_tls): Call those.
3197         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3198         * elf/rtld.c (dl_main): Call them separately instead of calling
3199         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3200         is finished, so that the initializer data has been relocated before we
3201         copy it into the main thread's TLS block.
3202
3203         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3204         loop conditions, prevented the last used module from being initialized.
3205
3206 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3207
3208         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3209         if glob resp. globfree are not macros.
3210         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3211         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3212         Add libc_hidden_ver.
3213         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3214         libc_hidden_def.
3215         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3216         instead of libc_hidden_weak.
3217         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3218         libc_hidden_ver instead of libc_hidden_def.
3219         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3220         libc_hidden_ver instead of libc_hidden_def.
3221         (wcstoll, wcstoq): Remove libc_hidden_weak.
3222         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3223         libc_hidden_ver.
3224         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3225         libc_hidden_ver.
3226         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3227         libc_hidden_ver.
3228         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3229         libc_hidden_ver.
3230
3231 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3232
3233         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3234         to access _sys_siglist.
3235         * string/strsignal.c: Likewise.
3236         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3237         * sysdeps/gnu/siglist.c: Likewise.
3238         * sysdeps/unix/siglist.c: Likewise.
3239         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3240
3241         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3242
3243         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3244
3245         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3246         alias and use it.
3247         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3248
3249         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3250         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3251         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3252
3253         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3254         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3255
3256         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3257         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3258         and __gconv_get_cache respectively.
3259         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3260         defined static.  Change all users.
3261         (__gconv_get_cache): New function.
3262         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3263         (__gconv_get_alias_db): New function.
3264         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3265         (__conv_modules_db): Likewise.
3266         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3267         and __gconv_get_alias_db.
3268         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3269         variables.
3270
3271         * include/stdlib.h: Add prototype and libc_hidden_proto for
3272         __default_morecore.
3273         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3274
3275         * malloc/obstack.c: Remove fputs macro.
3276
3277         * malloc/mtrace.c: Remove fopen macro.
3278
3279 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3280
3281         * manual/debug.texi: Fix spelling to programmatically.
3282         Reported by <hayastan132@hotmail.com>.
3283
3284 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3285
3286         * include/libio.h: Add libc_hidden_proto for __uflow.
3287         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3288         fgetpos to _IO_* names.
3289         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3290         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3291         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3292         putwc_unlocked, vswscanf.
3293         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3294         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3295         * libio/fseek.c: Likewise.
3296         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3297         not fopencookie.
3298         * libio/genops.c (__uflow): Add libc_hidden_def.
3299         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3300         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3301         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3302         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3303         * libio/iofread_u.c (fread_unlocked): Likewise.
3304         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3305         * libio/iovswscanf.c (vswscanf): Likewise.
3306         * libio/putwc_u.c (putwc_unlocked): Likewise.
3307         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3308         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3309         * malloc/mtrace.c: Likewise.
3310
3311         * sunrpc/clnt_perr.c: Remove fputs macro.
3312         * sunrpc/svc_simple.c: Likewise.
3313         * sunrpc/svc_tcp.c: Likewise.
3314         * sunrpc/svc_udp.c: Likewise.
3315         * sunrpc/xdr_rec.c: Likewise.
3316         * sunrpc/xdr_ref.c: Likewise.
3317
3318         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3319         iconv_prog, linereader, and charmap-dir.
3320         * locale/Makefile: Likewise for locale and charmap-dir.
3321         * malloc/Makefile: Likewise for memusagestat.
3322         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3323         * sunrpc/Makefile: Likewise for rpc_main.
3324         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3325         * timezone/Makefile: Likewise for zic.
3326
3327         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3328
3329         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3330         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3331         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3332         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3333         _dl_close.
3334
3335         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3336         __wunderflow.
3337         * libio/genops.c (__underflow): Add libc_hidden_def.
3338         * libio/wgenops.c (__wuflow): Likewise.
3339         (__wunderflow): Likewise.
3340
3341         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3342         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3343
3344         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3345         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3346
3347         * include/string.h: Add libc_hidden_proto for __strverscmp.
3348         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3349
3350         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3351         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3352         * sysdeps/posix/sysconf.c: Likewise.
3353         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3354         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3355
3356         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3357         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3358         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3359         __iswxdigit_l, __towlower_l, __towupper_l.
3360         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3361         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3362
3363         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3364         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3365         * sysdeps/mach/hurd/xmknod.c: Likewise.
3366         * sysdeps/unix/xmknod.c: Likewise.
3367         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3368         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3369         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3370
3371         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3372
3373 2002-08-03  Roland McGrath  <roland@redhat.com>
3374
3375         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3376         setpriority.
3377         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3378         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3379         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3380         * sysdeps/mach/hurd/setpriority.c: Likewise.
3381         * sysdeps/mach/hurd/getpriority.c: Likewise.
3382         * sysdeps/generic/setpriority.c: Likewise.
3383         * sysdeps/generic/getpriority.c: Likewise.
3384
3385         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3386         * malloc/mcheck.c: Add libc_hidden_def.
3387
3388         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3389         * misc/hsearch_r.c: Add libc_hidden_def.
3390
3391         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3392         * posix/fnmatch.c: Add libc_hidden_weak.
3393
3394         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3395         execl, execle, execlp, execvp, getpid, getsid.
3396         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3397         * sysdeps/unix/alarm.c: Likewise.
3398         * posix/confstr.c: Likewise.
3399         * posix/execvp.c: Likewise.
3400         * posix/execlp.c: Likewise.
3401         * posix/execle.c: Likewise.
3402         * posix/execl.c: Likewise.
3403         * sysdeps/generic/getsid.c: Likewise.
3404         * sysdeps/mach/hurd/getsid.c: Likewise.
3405         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3406         * sysdeps/mach/hurd/getpid.c: Likewise.
3407
3408         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3409         qecvt_r, qfcvt_r, lrand48_r.
3410         * misc/efgcvt_r.c: Add libc_hidden_def.
3411
3412         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3413         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3414
3415         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3416         * locale/nl_langinfo.c: Add libc_hidden_def.
3417
3418         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3419         * sysdeps/generic/glob.c: Add libc_hidden_def.
3420         * sysdeps/generic/glob64.c: Likewise.
3421         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3422
3423         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3424
3425         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3426
3427         * locale/setlocale.c (_nl_current_names): Variable moved ...
3428         * locale/localename.c (_nl_current_names): ... here, new file.
3429         Make it global, with attribute_hidden.
3430         * locale/localeinfo.h: Declare it.
3431         * locale/Makefile (aux): Add localename.
3432         * locale/localename.c (__current_locale_name): New function.
3433         * include/locale.h (__current_locale_name): Declare it.
3434         * intl/dcigettext.c (guess_category_value): Use that instead of
3435         calling setlocale.
3436
3437         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3438         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3439         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3440         * locale/newlocale.c: Add alias to __ name.
3441         * locale/duplocale.c: Likewise.
3442         * locale/freelocale.c: Likewise.
3443         * locale/uselocale.c: New file.
3444         * locale/Makefile (routines): Add it.
3445         * locale/Versions (libc: GLIBC_2.3): New set.
3446         Add newlocale, duplocale, freelocale, uselocale.
3447         (libc: GLIBC_PRIVATE): Add __uselocale.
3448
3449         * locale/localeinfo.h [SHARED]
3450         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3451         (_NL_CURRENT_DATA): Define using that.
3452         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3453         (_NL_CURRENT_DEFINE): Define to empty.
3454         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3455         conditionalized on this.
3456         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3457         taking initializer of _nl_C_locobj.
3458         [SHARED] (_nl_global_locale): New variable, using that initializer.
3459         (_nl_C_locobj): Use new macro for initialzier.
3460         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3461         [! SHARED] (CATEGORY_USED): New macro.
3462         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3463         (setdata, setlocale): Use that macro instead of examining _nl_current.
3464         (setdata): Set the slot in _nl_global_locale.
3465         Conditionalize setting of _nl_current on [! SHARED].
3466         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3467         declaration as an extern.
3468         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3469
3470         * include/locale.h: Use libc_hidden_proto for setlocale.
3471         * locale/setlocale.c: Add libc_hidden_def.
3472
3473         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3474
3475         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3476         * misc/hsearch_r.c: Add libc_hidden_def.
3477         * misc/lsearch.c: Likewise.
3478
3479         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3480         endttyent.
3481         * misc/getttyent.c: Add libc_hidden_def.
3482
3483         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3484         * malloc/mcheck.c: Add libc_hidden_def.
3485
3486         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3487         * include/argz.h: Use libc_hidden_proto for argz_delete.
3488         * string/argz-delete.c: Add libc_hidden_def.
3489         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3490
3491         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3492         HIDDEN_JUMPTARGET for _exit.
3493         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3494         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3495         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3496         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3497
3498         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3499         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3500         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3501         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3502
3503         * include/stdlib.h: Use libc_hidden_proto for abort,
3504         __strtof_internal, __strtod_internal, __strtold_internal,
3505         __strtol_internal, __strtoll_internal, __strtoul_internal,
3506         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3507         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3508         __strtoul_l_internal, __strtoull_l_internal.
3509         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3510         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3511         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3512         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3513         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3514         __wcsncasecmp_l.
3515         * sysdeps/generic/abort.c: Add libc_hidden_def.
3516         * stdlib/strtod.c: Likewise.
3517         * sysdeps/generic/strtol.c: Likewise.
3518         * sysdeps/wordsize-64/strtol.c: Likewise.
3519         * sysdeps/wordsize-64/wcstol.c: Likewise.
3520         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3521
3522         * include/stdlib.h: Use libc_hidden_proto for qsort.
3523         * stdlib/msort.c: Add libc_hidden_def.
3524
3525         * include/utime.h: Use libc_hidden_proto for utime.
3526         * sysdeps/generic/utime.c: Add libc_hidden_def.
3527         * sysdeps/unix/utime.c: Likewise.
3528
3529         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3530         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3531         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3532         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3533         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3534
3535         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3536         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3537         and __libc_current_sigrtmax.
3538         * signal/sigismem.c: Add libc_hidden_def.
3539         * signal/sigfillset.c: Likewise.
3540         * signal/sigempty.c: Likewise.
3541         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3542         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3543         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3544         * sysdeps/posix/raise.c: Likewise.
3545         * sysdeps/generic/raise.c: Likewise.
3546
3547 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3548
3549         * include/string.h: Use libc_hidden_proto for __stpcpy.
3550         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3551         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3552         * sysdeps/generic/stpcpy.c: Likewise.
3553         * sysdeps/i386/stpcpy.S: Likewise.
3554         * sysdeps/i386/i586/stpcpy.S: Likewise.
3555         * sysdeps/powerpc/stpcpy.S: Likewise.
3556         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3557         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3558
3559         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3560         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3561         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3562         libc_hidden_def.
3563         * string/strdup.c (__strdup): Likewise.
3564         * string/strndup.c (__strndup): Likewise.
3565         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3566         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3567
3568 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3569
3570         * include/libio.h: New file.
3571         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3572         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3573         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3574         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3575         * sysdeps/unix/common/syscalls.list: Likewise.
3576         * sysdeps/unix/inet/syscalls.list: Likewise.
3577         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3578         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3579         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3580         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3581         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3582         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3583         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3584         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3585         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3586         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3587         * sysdeps/unix/syscalls.list: Likewise.
3588
3589 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3590             Ulrich Drepper  <drepper@redhat.com>
3591
3592         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3593         the arguments is big enough to cause an overflow.
3594
3595 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3596
3597         * assert/assert.c: Use hidden_def not INTDEF.
3598
3599 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3600
3601         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3602         not defined.
3603
3604 2002-08-03  Roland McGrath  <roland@redhat.com>
3605
3606         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3607         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3608         verr, verrx.
3609         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3610         * misc/syslog.c: Add libc_hidden_def.
3611         * misc/err.c: Likewise.
3612         * stdlib/exit.c: Likewise.
3613         * stdlib/bsearch.c: Likewise.
3614         * sysdeps/generic/getenv.c: Likewise.
3615
3616         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3617
3618         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3619         libc_hidden_weak for every system call symbol defined.
3620
3621         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3622         timelocal, localtime, strftime.
3623         * time/asctime.c: Add libc_hidden_def.
3624         * time/mktime.c: Likewise.
3625         * time/localtime.c: Likewise.
3626         * time/strftime.c: Likewise.
3627         * time/strptime.c: Likewise.
3628         * sysdeps/generic/time.c: Likewise.
3629         * sysdeps/unix/time.c: Likewise.
3630         * sysdeps/unix/sysv/i386/time.S: Likewise.
3631         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3632
3633         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3634         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3635         * resolv/inet_ntop.c: Likewise.
3636         * resolv/inet_pton.c: Likewise.
3637         * inet/inet_mkadr.c: Add libc_hidden_def.
3638         * inet/inet_netof.c: Likewise.
3639         * resolv/inet_addr.c: Likewise.
3640
3641         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3642         clauses from conditionals for now.  Will have to be fixed later
3643         for older compilers.
3644
3645         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3646
3647 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3648
3649         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3650         broken alias attribute handling.
3651         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3652
3653 2002-08-02  Roland McGrath  <roland@frob.com>
3654
3655         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3656         since it sets the variables we use in a -D switch.
3657
3658 2002-08-02  Roland McGrath  <roland@redhat.com>
3659
3660         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3661         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3662         matches long int, not int.
3663
3664         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3665         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3666         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3667         * wctype/wctrans.c (wctrans): Likewise.
3668         * wctype/wctype.c (__wctype): Likewise.
3669         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3670
3671 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3672
3673         * assert/assert.c (__assert_fail): Fix typo in comment.
3674
3675         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3676         * sunrpc/rpc_thread.c: Define it without static.
3677         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3678
3679 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3680
3681         * assert/assert.c (__assert_fail): Remove undef.
3682         Replace INTDEF with libc_hidden_def.
3683         * assert/__assert.c (__assert): Remove INTUSE.
3684         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3685         libc_hidden_weak.
3686         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3687         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3688         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3689         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3690         libm_hiden_ver): Define.
3691         * include/assert.h (__assert_fail_internal): Remove.
3692         (__assert_fail): Add prototype.  Add hidden_proto.
3693         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3694         libc_hidden_proto.
3695         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3696         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3697         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3698         Add libc_hidden_proto.
3699         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3700         __fcntl): Add libc_hidden_proto.  Remove macros.
3701         (__open_internal, __fcntl_internal): Remove.
3702         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3703         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3704         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3705         libc_hiden_proto.
3706         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3707         libc_hidden_def.
3708         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3709         Add libc_hidden_def.
3710         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3711         * sysdeps/generic/open.c (__open): Remove undef.
3712         Add libc_hidden_def.  Remove INTDEF.
3713         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3714         Add libc_hidden_def.
3715         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3716         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3717         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3718         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3719         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3720         (__libc_fcntl): Add libc_hidden_def.
3721         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3722         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3723         (__libc_open): Add libc_hidden_def.
3724         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3725         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3726         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3727         Add libc_hidden_def.
3728         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3729         Add libc_hidden_def.
3730         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3731         undef.
3732         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3733         (__libc_fcntl): Add libc_hidden_def.
3734         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3735         __getpgid_internal, __chown_internal): Remove.
3736         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3737         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3738         __GI___chown): Add.
3739         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3740         __getpid_internal, __open_internal, __write_internal): Remove.
3741         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3742         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3743         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3744         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3745         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3746         Replace INTDEF with libc_hidden_def.
3747         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3748         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3749         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3750         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3751         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3752         Add libc_hidden_proto.
3753         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3754         * include/sys/select.h (__select): Likewise.
3755         * include/sys/socket.h (__send): Likewise.
3756         * include/sys/statfs.h (__statfs): Likewise.
3757         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3758         __getpid, __getpgid, __setpgid, __close, __read, __write,
3759         __getpagesize, __sbrk): Likewise.
3760         (__chown_internal, __dup2_internal, __getpid_internal,
3761         __getpgid_internal, __close_internal, __write_internal,
3762         __getpagesize_internal): Remove.
3763         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3764         Remove macros.
3765         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3766         * include/sched.h (__sched_setscheduler): Likewise.
3767         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3768         * include/stdlib.h (__secure_getenv): Likewise.
3769         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3770         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3771         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3772         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3773         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3774         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3775         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3776         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3777         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3778         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3779         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3780         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3781         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3782         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3783         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3784         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3785         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3786         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3787         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3788         * libio/genops.c (__overflow): Add libc_hidden_def.
3789         * libio/iovdprintf.c: Remove libio.h include.
3790         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3791         libc_hidden_weak): Define to nothing if not defined.
3792         (__overflow, __woverflow): Add libc_hidden_proto.
3793         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3794         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3795         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3796         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3797         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3798         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3799         and libc_hidden_def.
3800         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3801         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3802         (__getpgid): Add libc_hidden_proto.
3803         (__bsd_getpgrp): Remove INTUSE.
3804         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3805         libc_hidden_def.
3806         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3807         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3808         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3809         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3810         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3811         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3812         __rpc_thread_createerr): Add libc_hidden_def.
3813         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3814         libc_hidden_def.
3815         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3816         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3817         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3818         * sysdeps/generic/chown.c (__chown): Likewise.
3819         * sysdeps/generic/close.c (__close): Likewise.
3820         * sysdeps/generic/dup2.c (__dup2): Likewise.
3821         * sysdeps/generic/pipe.c (__pipe): Likewise.
3822         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3823         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3824         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3825         * sysdeps/generic/read.c (__libc_read): Likewise.
3826         (__read): Add libc_hidden_weak.
3827         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3828         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3829         * sysdeps/generic/select.c (__select): Likewise.
3830         * sysdeps/generic/send.c (__send): Likewise.
3831         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3832         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3833         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3834         * sysdeps/generic/statfs.c (__statfs): Likewise.
3835         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3836         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3837         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3838         Remove undef and INTDEF.
3839         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3840         * sysdeps/generic/getpid.c (__getpid): Likewise.
3841         * sysdeps/generic/write.c (__libc_write): Likewise.
3842         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3843         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3844         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3845         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3846         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3847         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3848         Remove undef and INTDEF.
3849         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3850         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3851         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3852         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3853         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3854         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3855         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3856         (__pipe): Add libc_hidden_def.
3857         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3858         libc_hidden_weak.
3859         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3860         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3861         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3862         (__read): Add libc_hidden_weak.
3863         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3864         (__libc_pwrite64): Add libc_hidden_def.
3865         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3866         * sysdeps/mach/hurd/select.c (__select): Likewise.
3867         * sysdeps/mach/hurd/send.c (__send): Likewise.
3868         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3869         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3870         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3871         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3872         * sysdeps/posix/dup2.c: Likewise.
3873         Remove undef and INTDEF.
3874         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3875         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3876         (__pwrite64): Add libc_hidden_weak.
3877         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3878         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3879         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3880         * sysdeps/standalone/close.c (__close): Likewise.
3881         * sysdeps/standalone/write.c (__libc_write): Likewise.
3882         (__write): Add libc_hidden_weak.
3883         * sysdeps/standalone/read.c (__read): Likewise.
3884         (__libc_read): Add libc_hidden_def.
3885         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3886         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3887         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3888         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3889         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3890         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3891         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3892         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3893         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3894         __GI___sigaction): Add.
3895         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3896         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3897         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3898         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3899         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3900         __GI___setpgid): Add.
3901         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3902         Remove undef and INTDEF.
3903         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3904         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3905         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3906         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3907         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3908         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3909         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3910         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3911         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3912         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3913         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3914         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3915         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3916         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3917         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3918         __GI___statfs, __GI___send): Add.
3919         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3920         libc_hidden_ver resp. libc_hidden_def.
3921         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3922         libc_hidden_def.
3923         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3924         Likewise.  Remove undef and INTDEF.
3925         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3926         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3927         __GI___statfs, __GI___send): Add.
3928         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3929         libc_hidden_def.
3930         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3931         Likewise.
3932         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3933         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3934         libc_hidden_ver resp. libc_hidden_def.
3935         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3936         __GI___send): Add.
3937         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3938         Add libc_hidden_weak.
3939         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3940         Add libc_hidden_def.
3941         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3942         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3943         libc_hidden_weak.
3944         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3945         resp. libc_hidden_def.
3946         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3947         libc_hidden_weak.
3948         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3949         INTDEF.
3950         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3951         Likewise.  Remove undef.
3952         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3953         libc_hidden_weak.
3954         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3955         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3956         libc_hidden_weak.
3957         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3958         libc_hidden_def.
3959         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3960         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3961         Likewise.  Remove undef and INTDEF.
3962         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3963         libc_hidden_def.
3964         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3965         libc_hidden_weak.
3966         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3967         libc_hidden_def.
3968         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3969         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3970         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3971         libc_hidden_weak.
3972         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3973         Add libc_hidden_def.
3974         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3975         __GI___statfs): Add.
3976         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3977         libc_hidden_weak.
3978         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3979         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3980         Remove undef and INTDEF.
3981         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3982         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3983         libc_hidden_def.
3984         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3985         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3986         libc_hidden_weak.
3987         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3988         libc_hidden_def.
3989         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3990         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3991         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3992         Add.
3993         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3994         libc_hidden_def.  Remove undef and INTDEF.
3995         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3996         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3997         libc_hidden_def.
3998         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3999         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
4000         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
4001         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
4002         Remove undef and INTDEF.
4003         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
4004         broken visibility attribute handling.
4005         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
4006
4007 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
4008
4009         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
4010         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
4011
4012         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
4013         previous patch.
4014
4015 2002-06-29  Todd Fries  <todd@openbsd.org>
4016
4017         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
4018
4019 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4020
4021         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
4022
4023 2002-07-30  Roland McGrath  <roland@redhat.com>
4024
4025         * resolv/resolv.h (_res): Define macro unconditionally.
4026         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
4027         * include/resolv.h: ... here.
4028         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
4029         as a __thread variable.
4030         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
4031         a __thread variable instead of a global.
4032         * resolv/res_data.c [_LIBC]: Don't #undef _res.
4033
4034         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
4035         time we test it.
4036
4037         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4038
4039         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4040         decls of memset and memcpy.
4041
4042         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4043         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4044
4045         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4046
4047         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4048         (__libc_tsd_define): Define using __thread.
4049
4050         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4051         (__rpc_thread_variables): Use __libc_tsd_get.
4052         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4053         __rpc_thread_variables, which might allocate what we're about to free.
4054
4055         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4056         thread-local variable.
4057         * resolv/netdb.h (h_errno): Define macro unconditionally.
4058         [_LIBC] (__set_h_errno): Macro moved to ...
4059         * include/netdb.h: ... here.
4060         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4061         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4062         [! _LIBC_REENTRANT]: #undef h_errno here.
4063
4064         * include/errno.h: Protect from multiple inclusion.
4065
4066         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4067         before defining them, since Linux's <linux/posix_types.h> might have
4068         defined them.
4069
4070 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4071
4072         * malloc/malloc.c (public_cALLOc): Check for overflow on
4073         multiplication.
4074         * sunrpc/xdr_array.c (xdr_array): Likewise.
4075         * sunrpc/rpc/types.h (mem_free): Add comment.
4076         Patch by Solar Designer <solar@openwall.com>.
4077
4078 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4079
4080         * sysdeps/unix/sysv/linux/kernel-features.h
4081         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4082
4083 2002-08-01  Roland McGrath  <roland@redhat.com>
4084
4085         * libio/fileops.c (_IO_file_sync_mmap): New function.
4086         (_IO_file_jumps_mmap): Use it.
4087         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4088         repeat the stat check and resize the mapped buffer as necessary.
4089
4090 2002-07-31  Roland McGrath  <roland@redhat.com>
4091
4092         * libio/fileops.c (decide_maybe_mmap): New static function.
4093         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4094         mmap the file contents.  Then switch the jump tables to the mmap
4095         tables if it worked, or the vanilla file tables if not.
4096         (_IO_file_underflow_maybe_mmap): New function.
4097         (_IO_file_seekoff_maybe_mmap): New function.
4098         (_IO_file_xsgetn_maybe_mmap): New function.
4099         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4100         * libio/libioP.h: Declare those.
4101         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4102         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4103         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4104         If the stream is read-only, set its jump tables to those new ones.
4105         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4106         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4107         We need the tables set before _IO_file_attach.
4108
4109         * libio/tst-mmap-eofsync.c: New file.
4110         * libio/tst-mmap-fflushsync.c: New file.
4111         * libio/bug-mmap-fflush.c: New file.
4112         * libio/tst-mmap2-eofsync.c: New file.
4113         * libio/Makefile (tests): Add them.
4114
4115         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4116         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4117
4118 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4119
4120         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4121         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4122         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4123         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4124         declare sys_errlist and sys_nerr.
4125         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4126         provide declarations.
4127
4128 2002-07-31  Roland McGrath  <roland@redhat.com>
4129
4130         * elf/rtld.c (dl_main): Fix typo in error message.
4131
4132 2002-07-31  Roland McGrath  <roland@frob.com>
4133
4134         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4135         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4136         sysdeps/mach/hurd/dl-sysdep.c change.
4137
4138 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4139
4140         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4141         -r`/build/include for kernel headers.
4142
4143         * po/fi.po: New file.
4144
4145 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4146
4147         * configure.in (static_nss): Set to `yes' if --disable-shared.
4148
4149 2002-07-23  Bruno Haible  <bruno@clisp.org>
4150
4151         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4152         is set.
4153
4154 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4155
4156         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4157         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4158         arguments.
4159
4160 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4161
4162         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4163         alias.
4164
4165 2002-07-21  Bruno Haible  <bruno@clisp.org>
4166
4167         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4168         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4169         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4170         trans_sysdep_tab_offset.
4171         (struct sysdep_segment): New type.
4172         (struct sysdep_string): New type.
4173         (SEGMENTS_END): New macro.
4174         * intl/gettextP.h (struct sysdep_string_desc): New type.
4175         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4176         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4177         orig_tab, trans_tab, hash_tab to const pointers because they point
4178         into read-only memory.
4179         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4180         (PRI*): Define fallback values.
4181         (get_sysdep_segment_value): New function.
4182         (_nl_load_domain): Distinguish major and minor revision parts. Add
4183         support for minor revision 1 with system dependent strings.
4184         (_nl_unload_domain): Also free the 'malloced' field.
4185         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4186         now done in loadmsgcat.c. Add support for system dependent strings.
4187
4188 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4189
4190         * posix/bug-regex7.c: New file.
4191         * posix/bug-regex8.c: New file.
4192         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4193
4194 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4195
4196         * posix/bug-regex4.c (main): Fix typos.
4197         * posix/bug-regex6.c (main): Likewise.
4198
4199 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4200
4201         * posix/bug-regex6.c (main): Fix warnings.
4202
4203         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4204
4205         * iconv/iconv_prog.c (main): Improve error message for the cases
4206         where -t and/or -f parameter are missing.
4207
4208 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4209
4210         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4211         (re_search): Likewise.
4212         (re_match_2): Likewise.
4213         (re_search_2): Likewise.
4214         (re_search_stub): New function.
4215         (re_search_2_stub): New function.
4216         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4217
4218 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4219
4220         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4221         (re_string_eoi): Use STOP instead of LEN.
4222         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4223         (re_string_construct): Likewise.
4224         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4225         * posix/regexec.c (re_search_internal): Add a new argument STOP
4226         so that it can handle the argument STOP of re_search_2 and re_match_2
4227         correctly.
4228         (regexec): Adapt to new I/F of re_search_internal.
4229         (re_search_stub): Likewise.
4230
4231 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4232
4233         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4234
4235         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4236
4237         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4238         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4239         of __divdi3.
4240
4241         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4242         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4243         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4244         alias for adjtimex syscall.
4245
4246         * elf/dl-minimal.c: Define __assert_fail_internal.
4247         * assert/assert.c: Likewise.
4248         * include/assert.h: Define __assert_file macro if !SHARED and not
4249         NOT_IN_libc.
4250
4251         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4252         programs.
4253         * locale/Makefile: Likewise.
4254         * nscd/Makefile: Likewise.
4255         * catgets/Makefile: Likewise.
4256
4257 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4258
4259         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4260         compute current position.
4261
4262         * stdio-common/tst-fseek.c (main): Improve error messages.
4263
4264         * libio/tst-freopen.c (main): Remove unused variable.
4265
4266         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4267         succesful seek call.  Simplify error checking.
4268
4269 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4270
4271         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4272         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4273
4274 2002-07-19  Roland McGrath  <roland@frob.com>
4275
4276         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4277         __libc_enable_secure is set.
4278
4279 2002-07-24  Roland McGrath  <roland@frob.com>
4280
4281         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4282         This implementation supports only IPv4.
4283         * inet/ifaddrs.h: New file.
4284         * sysdeps/generic/ifaddrs.c: New file.
4285         * sysdeps/gnu/ifaddrs.c: New file.
4286         * inet/test-ifaddrs.c: New file.
4287         * inet/Makefile (routines): Add ifaddrs.
4288         (headers): Add ifaddrs.h here.
4289         (tests): Add test-ifaddrs.
4290         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4291
4292         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4293         socket call to get an AF_INET socket, instead of using __opensock.
4294         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4295
4296         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4297         if not -1 use it instead of calling __opensock.
4298         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4299         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4300         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4301
4302         * sysdeps/mach/hurd/ifreq.h: New file.
4303         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4304         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4305         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4306
4307         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4308         which gets moved around.  Calculate size of mmap'd buffer instead.
4309
4310 2002-07-24  Philip Blundell  <philb@gnu.org>
4311
4312         * sysdeps/unix/arm/brk.S: Improve schedule.
4313         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4314         efficient instruction.
4315         (__socket): Optimize return sequence.
4316
4317 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4318
4319         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4320         sockets on old kernels.
4321
4322 2002-07-22  Philip Blundell  <philb@gnu.org>
4323
4324         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4325         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4326         alias.
4327
4328 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4329
4330         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4331         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4332
4333         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4334         test to detect duplicate locales.
4335
4336         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4337         position would be before beginning of file.
4338         (_IO_file_seekoff_mmap): Likewise.
4339         * libio/Makefile (tests): Add bug-fseek.
4340         * libio/bug-fseek.c: New file.
4341
4342         * intl/explodename.c: Remove support for CEN-style locale variables.
4343         It was never used and shouldn't be since it's not portable.
4344         * intl/finddomain.c: Likewise.
4345         * intl/l10nflist.c: Likewise.
4346         * intl/loadinfo.h: Likewise.
4347         * locale/findlocale.c: Likewise.
4348
4349 2002-07-24  Roland McGrath  <roland@frob.com>
4350
4351         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4352         position, calculate it to take into account an active pushback buffer.
4353
4354         * libio/Makefile (tests): Add bug-ungetc.
4355         * libio/bug-ungetc.c: New file.
4356
4357 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4358
4359         * sysdeps/generic/libc-tls.c: New file.
4360         * csu/Makefile (routines): Add libc-tls.
4361         (static-only-routines): Add libc-tls.
4362         * elf/dl-support.c (_dl_phdr): New variable.
4363         (_dl_phnum): New variable.
4364         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4365         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4366         for !SHARED.  First look through auxiliary vector.  If TLS always
4367         call __pthread_initialize_minimal.
4368
4369         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4370         in mmap call is never zero.
4371
4372 2002-07-23  Andreas Jaeger  <aj@suse.de>
4373
4374         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4375         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4376
4377 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4378
4379         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4380         creation and removal of the temp file.
4381
4382         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4383         file creation.
4384         * test-skeleton.c (create_temp_file): New function.
4385
4386 2002-07-22  Andreas Jaeger  <aj@suse.de>
4387
4388         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4389         local label.
4390
4391 2002-07-21  Roland McGrath  <roland@frob.com>
4392
4393         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4394         put -I../include before -I../stdlib so we get the right errno.h et al.
4395         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4396         (CFLAGS-wcstof.c): Likewise.
4397         (CFLAGS-wcstold.c): Likewise.
4398         (CFLAGS-wcstod_l.c): Likewise.
4399         (CFLAGS-wcstof_l.c): Likewise.
4400         (CFLAGS-wcstold_l.c): Likewise.
4401
4402 2002-07-19  Roland McGrath  <roland@frob.com>
4403
4404         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4405
4406 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4407
4408         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4409         __ASSUME_AT_XID is defined.
4410         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4411         for 2.4.1 and up.
4412         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4413         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4414
4415         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4416         (CFLAGS-wcstof.c): Likewise.
4417         (CFLAGS-wcstold.c): Likewise.
4418         (CFLAGS-wcstod_l.c): Likewise.
4419         (CFLAGS-wcstof_l.c): Likewise.
4420         (CFLAGS-wcstold_l.c): Likewise.
4421
4422 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4423
4424         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4425         __priority_which_t): Always typedef to int for C++.
4426
4427 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4428
4429         * configure.in: Add test for __thread support in compiler.
4430         * config.h.in: Add HAVE___THREAD.
4431         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4432         * include/sys/errno.h: Moved to...
4433         * stdlib/sys/errno.h: ...here.  New file.
4434         * stdlib/errno.h: New file.  Moved from...
4435         * include/errno.h: ...here.  Changed into an internal header defining
4436         libc-local things like __set_errno.
4437         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4438         bits/errno.h.
4439         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4440         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4441         either.
4442         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4443         from...
4444         (_dl_start_final): ...here.  Add code to initialize tls elements from
4445         bootstrap_map.
4446         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4447         if USE_TLS && HAVE___THREAD.
4448         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4449         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4450         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4451         * sysdeps/standalone/bits/errno.h: Likewise.
4452         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4453         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4454         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4455         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4456         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4457         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4458         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4459         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4460         use GL(dl_rtld_map), use map parameter.
4461         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4462         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4463         USE_TLS && HAVE___THREAD.
4464         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4465         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4466         TLS code sequence.
4467         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4468
4469         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4470         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4471         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4472         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4473         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4474         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4475
4476 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4477
4478         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4479         MS_INVALIDATE values.
4480
4481 2002-07-17  Andreas Schwab  <schwab@suse.de>
4482             Ulrich Drepper  <drepper@redhat.com>
4483
4484         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4485         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4486         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4487         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4488
4489 2002-07-01  H.J. Lu  <hjl@gnu.org>
4490
4491         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4492         return value.
4493
4494         * elf/circlemod1.c (circlemod1): Return int.
4495         * elf/circlemod2.c (circlemod2): Likewise.
4496         * elf/circlemod2a.c (circlemod2): Likewise.
4497         * elf/circlemod3.c (circlemod3): Likewise.
4498         (circlemod3a): A new function.
4499
4500 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4501
4502         * catgets/tst-catgets.c (main): Don't expect results for
4503         untranslated messages.
4504
4505         * glibcbug.in: Fix little typo.  Remove STDIO.
4506
4507         * config.h.in: Fail if __FAST_MATH__ is defined.
4508         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4509         (CPPFLAGS-test-idouble.c): Likewise.
4510         (CPPFLAGS-test-ildouble.c): Likewise.
4511
4512 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4513
4514         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4515         * intl/tst-gettext.c: Correctly handle untranslated messages in
4516         positive tests.
4517
4518         * po/de.po: Update from translation team.
4519
4520 2002-07-02  H.J. Lu  <hjl@gnu.org>
4521
4522         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4523         use ll/sc.
4524         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4525
4526         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4527         to 2.4.0 for mips.
4528
4529 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4530
4531         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4532         TLS fail if USE_TLS is not defined.
4533
4534         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4535         and adjust state for seek position.  [PR libc/4070]
4536         * libio/Makefile (tests): Add bug-rewind.
4537         * libio/bug-rewind.c: New file.
4538
4539 2002-07-12  Philip Blundell  <philb@gnu.org>
4540
4541         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4542         (__backtrace): Use it.
4543         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4544
4545 2002-07-12  Philip Blundell  <philb@gnu.org>
4546
4547         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4548         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4549         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4550         (elf_machine_rela): Remove unused variable.
4551
4552         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4553         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4554         define.
4555
4556 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4557
4558         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4559
4560 2002-07-14  Andreas Jaeger  <aj@suse.de>
4561
4562         * sysdeps/x86_64/bits/link.h: Add biarch support.
4563
4564 2002-07-13  Andreas Jaeger  <aj@suse.de>
4565
4566         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4567         Use correct indices.
4568         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4569
4570 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4571
4572         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4573         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4574         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4575         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4576         * sysdeps/s390/s390-32/bits/link.h: Remove.
4577         * sysdeps/s390/s390-64/bits/link.h: Remove.
4578         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4579         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4580         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4581         * sysdeps/s390/bits/wordsize.h: New file.
4582         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4583         elfclass.h.
4584         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4585         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4586         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4587         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4588         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4589         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4590         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4591         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4592         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4593         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4594         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4595         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4596         resource.h.
4597         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4598         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4599         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4600         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4601         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4602         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4603         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4604         sigaction.h.
4605         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4606         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4607         siginfo.h.
4608         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4609         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4610         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4611         socket.h.
4612         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4613         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4614         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4615         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4616         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4617         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4618         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4619         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4620         procfs.h.
4621         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4622         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4623         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4624         ucontext.h.
4625         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4626         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4627
4628 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4629
4630         * Versions.def (libc): Add GLIBC_2.3.
4631         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4632         * stdlib/canonicalize.c: Add compatibility version for realpath
4633         and make new code available in GLIBC_2.3.
4634
4635 2002-07-06  Bruno Haible  <bruno@clisp.org>
4636
4637         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4638
4639 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4640
4641         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4642         function do_init.  Use __libc_once.
4643         (do_init): New function.
4644
4645         * iconvdata/iso8859-11.h: Removed.
4646         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4647         (distribute): Remove iso8859-11.h.
4648         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4649
4650         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4651         underflow operation if c == (W)EOF.
4652
4653 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4654
4655         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4656         non-zero, adjust exponent.
4657         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4658         Remove NO_LONG_DOUBLE aliases.
4659         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4660         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4661         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4662         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4663         1**y and -1**+-Inf.
4664         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4665         Fix BITS_PER_MP_LIMB 32 extraction.
4666         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4667         exceptions for qNaNs.
4668         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4669         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4670         Raise exceptions when needed.  Don't recurse unnecessarily.
4671         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4672         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4673         exceptions for qNaNs.
4674         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4675         to fix *quo return value sign.
4676         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4677         case -Inf argument.
4678         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4679
4680 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4681
4682         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4683         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4684         -DNDEBUG.
4685
4686 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4687
4688         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4689         the result.
4690
4691         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4692         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4693
4694         * Versions.def (libthread_db): Add GLIBC_2.3.
4695
4696 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4697
4698         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4699         new stream if possible.
4700         * libio/freopen64.c (freopen64): Likewise.
4701         * libio/Makefile (tests): Add tst-freopen.
4702         * libio/tst-freopen.c: New file.
4703
4704 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4705
4706         * libio/stdio.h (obstack_printf): Add format attribute.
4707         (obstack_vprintf): Likewise.
4708
4709 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4710
4711         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4712         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4713         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4714         architectures.
4715
4716 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4717
4718         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4719         (init_dfa): ...here.
4720
4721 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4722
4723         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4724         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4725         nodes in parse trees.
4726         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4727         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4728         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4729         nodes which can epsilon transit.
4730         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4731         to IS_EPSILON_NODE macro.
4732         * posix/regexec.c (update_regs): New function to update registers
4733         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4734         (proceed_next_node): Use the entities of the nodes to determine
4735         whether the node can transit to.
4736         (set_regs): Use update_regs function to update registers.
4737
4738 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4739
4740         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4741         * posix/bug-regex6.c: New file.
4742         * posix/Makefile (tests): Add bug-regex6.
4743         (bug-regex6-ENV): Set LOCPATH.
4744
4745 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4746
4747         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4748         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4749
4750 2002-07-06  Bruno Haible  <bruno@clisp.org>
4751
4752         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4753
4754 2002-07-06  Bruno Haible  <bruno@clisp.org>
4755
4756         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4757         declarations.
4758
4759         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4760
4761         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4762
4763         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4764         not _UTSNAME_H.
4765         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4766
4767         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4768         * sysdeps/generic/bits/ustat.h: Likewise.
4769
4770         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4771
4772 2002-07-08  Andreas Jaeger  <aj@suse.de>
4773
4774         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4775
4776 2002-07-08  Andreas Jaeger  <aj@suse.de>
4777
4778         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4779
4780 2002-07-06  Andreas Jaeger  <aj@suse.de>
4781
4782         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4783         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4784         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4785         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4786         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4787         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4788         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4789         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4790         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4791         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4792         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4793
4794 2002-06-05  Brian Youmans <3diff@gnu.org>
4795
4796         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4797         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4798         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4799         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4800         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4801         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4802         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4803         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4804         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4805         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4806         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4807         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4808         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4809         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4810         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4811         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4812         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4813         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4814         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4815         * sysdeps/ia64/fpu/e_log.S: Likewise.
4816         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4817         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4818         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4819         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4820         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4821         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4822         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4823         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4824         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4825         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4826         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4827         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4828         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4829         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4830         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4831         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4832         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4833         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4834         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4835         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4836         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4837         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4838         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4839         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4840         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4841         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4842         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4843         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4844         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4845         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4846         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4847         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4848         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4849         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4850         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4851         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4852         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4853         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4854         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4855         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4856         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4857         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4858         * sysdeps/ia64/fpu/s_round.S: Likewise.
4859         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4860         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4861         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4862         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4863         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4864         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4865         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4866         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4867         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4868         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4869         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4870         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4871         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4872         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4873         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4874         reflect IBM donation of math library to FSF
4875         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4876         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4877         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4878         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4879         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4880         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4881         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4882         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4883         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4884         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4885         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4886         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4887         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4888         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4889         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4890         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4891         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4892         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4893         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4894         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4895         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4896         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4897         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4898         * sysdeps/vax/__longjmp.c: Likewise.
4899         * sysdeps/vax/setjmp.c: Likewise.
4900         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4901         remove advertising clause
4902         * sysdeps/vax/htonl.s: Likewise.
4903         * sysdeps/vax/htons.s: Likewise.
4904         * libio/wfiledoalloc.c: Likewise.
4905         * stdlib/random.c: Likewise.
4906         * stdlib/random_r.c: Likewise.
4907         * sysdeps/mach/sys/reboot.h: Likewise.
4908         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4909         * sysdeps/posix/getaddrinfo.c: Likewise.
4910         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4911         GPL and corrected pointer to point to the correct license.
4912
4913 2002-07-04  Andreas Jaeger  <aj@suse.de>
4914
4915         * scripts/config.guess: New upstream version.
4916         * scripts/config.sub: Likewise.
4917
4918 2002-07-02  Andreas Schwab  <schwab@suse.de>
4919
4920         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4921         in parallel to bumping up the buffer pointer.
4922
4923 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4924
4925         * math/libm-test.inc (acos_test): Add missing L suffix for
4926         expected result.
4927         (cpow_test): Likewise.
4928         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4929         error for acos (0.0625).
4930
4931 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4932
4933         * locale/iso-639.def: Add entry for Ganda.
4934         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4935         definition.
4936         (address_finish): Handle entries with two letter ISO 639 code.
4937
4938         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4939         directory if it existed before.
4940         * iconv/iconvconfig.c: Implement --prefix option.
4941
4942         * math/libm-test.inc (cexp_test): Add missing L suffix for
4943         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4944         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4945         1.25 i).
4946
4947 2002-05-29  H.J. Lu  <hjl@gnu.org>
4948
4949         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4950         is turned on.
4951
4952 2002-05-28  H.J. Lu  <hjl@gnu.org>
4953
4954         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4955         are not dlopened on the dependency list of a dlopened object.
4956
4957 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4958
4959         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4960         dependencies if they are created between objects which are created
4961         while processing RTLD_NOW for objects loaded as part of the same
4962         dlopen call.
4963
4964 2002-06-14  H.J. Lu  <hjl@gnu.org>
4965
4966         * elf/Makefile (tests): Add circleload1.
4967         (modules-names): Add circlemod1, circlemod2, circlemod3,
4968         circlemod1a, circlemod2a and circlemod3a.
4969         ($(objpfx)circleload1): New target.
4970         ($(objpfx)circleload1.out): Likewise.
4971         ($(objpfx)circlemod1.so): Likewise.
4972         ($(objpfx)circlemod2.so): Likewise.
4973         ($(objpfx)circlemod1a.so): Likewise.
4974         ($(objpfx)circlemod2a.so): Likewise.
4975         * elf/circleload1.c: New file.
4976         * elf/circlemod1.c: New file.
4977         * elf/circlemod1a.c: New file.
4978         * elf/circlemod2.c: New file.
4979         * elf/circlemod2a.c: New file.
4980         * elf/circlemod3.c: New file.
4981         * elf/circlemod3a.c: New file.
4982
4983 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4984
4985         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4986         file descriptor.
4987         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4988         add check for fd not open for writing.
4989
4990         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4991         completed element(s) and do not suspend thread if so.  Patch
4992         heavily modified by drepper.
4993
4994         * rt/tst-aio7.c: New file.  Regression test for problems which the
4995         above three changes fix.
4996         * rt/Makefile (tests): Add tst-aio7.
4997
4998 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4999
5000         * rt/tst-aio6.c: Fix comment.
5001
5002         * catgets/gencat.c (read_input_file): Handle more than one slash
5003         at end of line correctly [PR libc/3926].
5004         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
5005
5006         * catgets/sample.SJIS: Add test case for above bug.
5007         * catgets/test-gencat.c: Adjust test code.
5008         * catgets/test-gencat.sh: Adjust expected results.
5009
5010         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
5011         to skip relative relocations.
5012         Patch by Geoff Keating <geoffk@redhat.com>.
5013
5014 2002-05-26  Bruno Haible  <bruno@clisp.org>
5015
5016         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
5017         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
5018         All callers changed.
5019         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
5020         STANDARD_FROM_LOOP_ERR_HANDLER.
5021         (utf8_internal_loop): Likewise.
5022         (ucs2_internal_loop): Likewise.
5023         (internal_ucs2_loop): Perform error handling like in
5024         STANDARD_FROM_LOOP_ERR_HANDLER.
5025         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
5026         in STANDARD_FROM_LOOP_ERR_HANDLER.
5027         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5028         handling.
5029         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
5030         in STANDARD_FROM_LOOP_ERR_HANDLER.
5031         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5032         handling.
5033         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
5034         in STANDARD_FROM_LOOP_ERR_HANDLER.
5035         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5036         handling.
5037         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5038         STANDARD_FROM_LOOP_ERR_HANDLER.
5039         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5040         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5041         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5042         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5043         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5044         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5045         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5046         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5047         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5048         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5049         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5050         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5051         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5052         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5053         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5054         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5055         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5056         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5057         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5058         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5059         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5060         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5061         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5062         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5063         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5064         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5065         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5066         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5067         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5068         an error, still set result = __GCONV_ILLEGAL_INPUT.
5069         (BODY for TO_LOOP): Likewise.
5070         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5071         STANDARD_FROM_LOOP_ERR_HANDLER.
5072         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5073         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5074         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5075         handling.
5076         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5077         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5078         STANDARD_FROM_LOOP_ERR_HANDLER.
5079         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5080         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5081         STANDARD_FROM_LOOP_ERR_HANDLER.
5082         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5083         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5084         STANDARD_FROM_LOOP_ERR_HANDLER.
5085         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5086         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5087         STANDARD_FROM_LOOP_ERR_HANDLER.
5088         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5089         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5090         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5091         handling.
5092         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5093         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5094         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5095         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5096
5097 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5098
5099         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5100         labels in assembler instructions.
5101
5102 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5103
5104         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5105         not enough content is available.
5106         * libio/tst-eof.c: New file.
5107         * libio/Makefile (tests): Add tst-eof.
5108
5109         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5110         update atime.
5111         * libio/tst-atime.c: New file.
5112         * libio/Makefile (tests): Add tst-atime.
5113
5114         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5115         handling of overly long words.
5116
5117 2002-06-25  Andreas Jaeger  <aj@suse.de>
5118
5119         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5120         to not use 32-bit pc relative relocations.
5121         (elf_machine_dynamic): Likewise.
5122
5123 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5124
5125         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5126         (__GETDENTS): Check for failed getdents64 syscall.
5127         * dirent/Makefile (tests): Add bug-readdir1.
5128         * dirent/bug-readdir1.c: New file.
5129
5130 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5131
5132         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5133         lookups.
5134         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5135         code.  Print TLS modid and offset for modules containing PT_TLS
5136         segments.
5137
5138 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5139
5140         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5141         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5142         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5143         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5144
5145 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5146
5147         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5148         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5149         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5150         * nss/getXXent_r.c (NEW, NEW1): Define.
5151         (NEW (REENTRANT_GETNAME)): Strong alias to
5152         INTERNAL (REENTRANT_GETNAME).
5153         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5154
5155 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5156
5157         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5158         (_IO_file_jumps_mmap): Use it.
5159         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5160         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5161         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5162         prototype.
5163         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5164         (_IO_wfile_jumps_mmap): Don't use it anymore.
5165         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5166         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5167         _IO_wdefault_setbuf.
5168         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5169         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5170         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5171
5172 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5173
5174         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5175         * libio/tst-mmap-setvbuf.c: New test.
5176
5177 2002-06-21  Andreas Jaeger  <aj@suse.de>
5178
5179         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5180
5181 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5182
5183         * include/unistd.h (__fork_internal): Remove.
5184         (__fork): Don't define to __fork_internal.
5185         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5186         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5187         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5188         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5189         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5190
5191 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5192
5193         * po/hr.po: New file.
5194
5195 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5196
5197         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5198         Reported by Michael Meissner <meissner@redhat.com>.
5199
5200 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5201
5202         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5203         Patch by Hans Boehm <hans_boehm@hp.com>.
5204
5205 2002-06-20  Andreas Jaeger  <aj@suse.de>
5206
5207         * math/libm-test.inc: Use exact values as input parameters,
5208         compute output parameters with 36 digits for 128-bit long doubles.
5209         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5210         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5211         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5212
5213 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5214
5215         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5216         argument or result is subnormal.
5217
5218 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5219
5220         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5221         quotient.
5222         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5223         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5224
5225         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5226
5227 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5228
5229         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5230         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5231         Reported by Peter A. Buhr.
5232
5233 2002-06-15  Roland McGrath  <roland@frob.com>
5234
5235         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5236         warning.
5237
5238         * sysdeps/mach/hurd/getcwd.c
5239         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5240
5241         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5242         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5243
5244         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5245         jump to local subroutine.
5246
5247 2002-06-14  Roland McGrath  <roland@frob.com>
5248
5249         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5250         * sysdeps/mach/hurd/Makeconfig: ... here.
5251
5252 2002-06-13  Andreas Schwab  <schwab@suse.de>
5253
5254         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5255         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5256         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5257
5258 2002-06-13  Roland McGrath  <roland@frob.com>
5259
5260         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5261         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5262         Use intptr_t instead of int for argc in stack layout.
5263         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5264         (_dl_init_first): Likewise.
5265         (_hurd_stack_setup): Likewise.
5266         (init1): Add a cast.
5267         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5268
5269         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5270         argument to pfinet_siocgifconf RPC.
5271
5272 2002-06-13  Andreas Schwab  <schwab@suse.de>
5273
5274         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5275         expansion order.
5276
5277 2002-06-12  Roland McGrath  <roland@frob.com>
5278
5279         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5280         if already defined.
5281         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5282         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5283
5284 2002-06-11  Roland McGrath  <roland@frob.com>
5285
5286         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5287         file on [!RTLD_STAT64].
5288         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5289
5290         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5291         (__fdopen): Use INTUSE.
5292         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5293
5294         * stdio-common/tmpfile64.c: File removed.
5295         * sysdeps/generic/tmpfile64.c: New file.
5296         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5297         if not already defined.
5298         (tmpfile): Use it in place of __GT_FILE.
5299
5300         * include/unistd.h: Declare __chown_internal.
5301
5302         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5303         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5304
5305 2002-06-09  Roland McGrath  <roland@frob.com>
5306
5307         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5308         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5309         value of HURD_INTERFACE_VERSION >= 20020609.
5310         * sysdeps/mach/hurd/configure: Regenerated.
5311         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5312         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5313         convert a struct stat64 into a struct stat and return 0 or -1
5314         with errno set to EOVERFLOW.
5315         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5316         for struct statfs64 to struct statfs.
5317         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5318         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5319         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5320         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5321         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5322         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5323         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5324         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5325         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5326         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5327         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5328         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5329         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5330         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5331         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5332         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5333         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5334         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5335         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5336         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5337         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5338         Use struct stat64 for io_stat argument.
5339         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5340         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5341         to io_seek.
5342         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5343         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5344         * hurd/hurd/fd.h: Update decls.
5345         * sysdeps/mach/hurd/getcwd.c
5346         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5347         and struct dirent64.
5348         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5349         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5350         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5351         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5352
5353 2002-06-08  Roland McGrath  <roland@frob.com>
5354
5355         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5356         instead of unsigned long int for __allocation and __size members.
5357
5358 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5359
5360         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5361         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5362         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5363         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5364
5365 2002-06-07  Roland McGrath  <roland@frob.com>
5366
5367         * sysdeps/mach/hurd/bits/environments.h: File removed.
5368
5369 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5370
5371         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5372         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5373         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5374         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5375         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5376         (sendfile64): Likewise.
5377         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5378         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5379         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5380         Likewise.
5381         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5382
5383         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5384         already defined.
5385
5386 2002-06-04  Bruno Haible  <bruno@clisp.org>
5387
5388         * sysdeps/cris/stackinfo.h: New file.
5389
5390         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5391         to an integer type before performing bit operations on it.
5392
5393 2002-06-05  Roland McGrath  <roland@frob.com>
5394
5395         * sysdeps/generic/sendfile.c: Include <errno.h>.
5396         * sysdeps/generic/sendfile64.c: Likewise.
5397
5398         * io/Makefile (routines): Add sendfile and sendfile64.
5399         (headers): Add sys/sendfile.h to the list.
5400         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5401         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5402         * io/sys/sendfile.h: ... here.
5403         * sysdeps/generic/sendfile.c: New file.
5404         * sysdeps/generic/sendfile64.c: New file.
5405
5406         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5407         Move sendfile, sendfile64 to ...
5408         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5409         * sysdeps/mach/hurd/sendfile.c: New file.
5410         * sysdeps/mach/hurd/sendfile64.c: New file.
5411
5412         * sysdeps/mach/nanosleep.c: New file.
5413
5414 2002-06-04  Roland McGrath  <roland@frob.com>
5415
5416         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5417         * sysdeps/alpha/elf/configure: New file (generated).
5418
5419 2002-06-02  Roland McGrath  <roland@frob.com>
5420
5421         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5422
5423 2002-06-01  Roland McGrath  <roland@frob.com>
5424
5425         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5426         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5427
5428 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5429
5430         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5431         Add nsmap.
5432         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5433         Remove nstimes setting.
5434         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5435         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5436         there is mix of IPv6 and IPv4 nameservers.
5437         Use nsmap array to find free slots and preserve nameserver ordering.
5438         Fix RES_ROTATE.
5439
5440 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5441
5442         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5443         use this header with LFS.
5444
5445         * po/sk.po: Update from translation team.
5446
5447 2002-05-28  Andreas Schwab  <schwab@suse.de>
5448
5449         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5450         message when finding object of wrong class.
5451
5452 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5453
5454         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5455         Patch by <radu@netsoft.ro>.
5456
5457 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5458
5459         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5460         Add readahead.
5461         * sysdeps/unix/sysv/linux/readahead.c: New file.
5462         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5463         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5464         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5465         Add sendfile64 alias to sendfile syscall.
5466         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5467         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5468         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5469         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5470         syscall.
5471
5472         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5473         special section for PIC register loading.
5474         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5475
5476         * config.h.in: Define HAVE_HIDDEN.
5477         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5478
5479         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5480
5481 2002-05-28  Roland McGrath  <roland@frob.com>
5482
5483         * sysdeps/mach/alpha/setfpucw.c: New file.
5484
5485 2002-05-26  Roland McGrath  <roland@frob.com>
5486
5487         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5488         Use integer_t instead of int for IOC_VOID case.
5489
5490 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5491
5492         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5493
5494 2002-05-26  Bruno Haible  <bruno@clisp.org>
5495
5496         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5497         end of the ISO-8859-7 from idx table.
5498
5499 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5500
5501         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5502
5503 2002-05-24  David S. Miller  <davem@redhat.com>
5504
5505         * string/bits/string2.h (memset): Do not try to optimize when
5506         not _STRING_ARCH_unaligned if GCC will do the right thing.
5507
5508 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5509
5510         * posix/regex.c: Define `inline' as a macro into nothing for the
5511         compilers which lack the keyword.
5512         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5513         for the compatibility of gawk.
5514         * posix/regcomp.c: Add fake implementation of isblank() for the
5515         environments which lack the function.
5516         Don't use free_charset() in case of non-i18n envs.
5517         (build_range_exp): Don't use i18n related code in case of non-i18n
5518         envs.
5519         (build_collating_symbol): Likewise.
5520         (build_equiv_class): Likewise.
5521         (build_charclass): Likewise.
5522         (re_compile_fastmap_iter): Likewise.
5523         (parse_bracket_exp): Likewise.
5524         (build_word_op): Likewise.
5525         (regfree): Don't use free_charset() in case of non-i18n envs.
5526         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5527         re_token_type_t in case of non-i18n envs.
5528         Don't define re_charset_t in case of non-i18n envs.
5529         Change the type of wcs of re_string_t from wchar_t to wint_t,
5530         since we store also WEOF.
5531         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5532         the type of wcs of re_string_t from wchar_t to wint_t.
5533         (re_string_reconstruct): Likewise.
5534         (create_ci_newstate): Don't use i18n related code in case of
5535         non-i18n envs.
5536         (create_cd_newstate): Likewise.
5537
5538 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5539
5540         * iconv/loop.c: Fix typo.
5541
5542 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5543
5544         * inet/ether_line.c (ether_line): Fix a typo causing only
5545         lower 4 bits of each ethernet address byte being assigned.
5546         Don't modify what line points to.
5547         * inet/tst-ether_aton.c (main): Add ether_line tests.
5548
5549 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5550
5551         * manual/filesys.texi: Don't make readlink example leak memory
5552         when readlink fails.
5553
5554 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5555
5556         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5557         some more security checks.
5558
5559 2002-05-17  David S. Miller  <davem@redhat.com>
5560
5561         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5562
5563 2002-05-16  David S. Miller  <davem@redhat.com>
5564
5565         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5566         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5567         (elf_machine_load_address): Likewise.
5568         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5569
5570         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5571         is unaligned, do not forget to fully initialize %g1 magic value.
5572
5573         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5574         register definitions and provide 32-bit variants of structures
5575         during 64-bit builds.
5576
5577         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5578         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5579         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5580         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5581         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5582         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5583         Do not clear implicit one bit here, it must be done post-rounding.
5584         Only pad to the left using left shift if value uses less than the
5585         available fractional bits.
5586
5587 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5588
5589         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5590         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5591         (shared-only-routines): Likewise.
5592         * sysdeps/powerpc/libgcc-compat.c: New file.
5593         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5594         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5595         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5596         * sysdeps/wordsize-32/shdi3.c: Removed.
5597
5598 2002-05-16  Bruno Haible  <bruno@clisp.org>
5599
5600         * MakeTAGS (libc.pot): Don't sort the output.
5601         * po/header.pot: Update to match xgettext 0.11 output.
5602
5603 2002-05-16  Bruno Haible  <bruno@clisp.org>
5604
5605         * MakeTAGS (subdirs): Remove duplicates.
5606
5607 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5608
5609         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5610         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5611         alias.
5612
5613 2002-05-19  Andreas Jaeger  <aj@suse.de>
5614
5615         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5616         installation in /usr/local.
5617
5618 2002-05-16  Bruno Haible  <bruno@clisp.org>
5619
5620         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5621         string as argument of #error.
5622
5623 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5624
5625         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5626         don't define static.  Remove old __realpath function.  TC1 of
5627         POSIX 2001 will allow the second parameter to be NULL.
5628         * stdlib/test-canon.c: Comment out test for NULL as second
5629         parameter of realpath.
5630
5631         * time/offtime.c (__offtime): Set errno if overflow is detected.
5632
5633         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5634         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5635         dl-brk and dl-sbrk.
5636
5637         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5638         (fdimf): Likewise.
5639
5640 2002-05-15  Roland McGrath  <roland@frob.com>
5641
5642         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5643
5644 2002-05-12  Bruno Haible  <bruno@clisp.org>
5645
5646         * iconvdata/testdata/EUC-JISX0213: New file.
5647         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5648         * iconvdata/testdata/SHIFT_JISX0213: New file.
5649         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5650         * iconvdata/testdata/ISO-2022-JP-3: New file.
5651         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5652         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5653         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5654         contains comments indicating precomposed characters.
5655
5656 2002-04-21  Bruno Haible  <bruno@clisp.org>
5657
5658         * iconvdata/iso-2022-jp-3.c: New file.
5659         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5660         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5661         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5662         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5663         (distribute): Add iso-2022-jp-3.c.
5664
5665 2002-05-12  Bruno Haible  <bruno@clisp.org>
5666
5667         * iconvdata/tst-table-to.c (main): Restore handling of
5668         transliterations, broken by last patch.
5669
5670 2002-05-12  Bruno Haible  <bruno@clisp.org>
5671
5672         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5673
5674 2002-05-12  Bruno Haible  <bruno@clisp.org>
5675
5676         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5677         when there is not enough room in the output buffer.
5678         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5679
5680 2002-04-20  Bruno Haible  <bruno@clisp.org>
5681
5682         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5683         macros.
5684         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5685         Also make this macro work if FROM_DIRECTION evaluates to 0.
5686         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5687         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5688         of consume_incomplete.
5689         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5690         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5691         4, not 8.
5692         * iconvdata/cp1258.c: Likewise.
5693         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5694         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5695         not 2.
5696         * iconvdata/ibm933.c: Likewise.
5697         * iconvdata/ibm935.c: Likewise.
5698         * iconvdata/ibm937.c: Likewise.
5699         * iconvdata/ibm939.c: Likewise.
5700         * iconvdata/iso-2022-cn.c: Define
5701         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5702         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5703         * iconvdata/iso-2022-cn-ext.c: Likewise.
5704         * iconvdata/iso-2022-jp.c: Define
5705         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5706         {MIN,MAX}_NEEDED_{FROM,TO}.
5707         * iconvdata/tcvn5712-1.c: Define
5708         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5709         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5710         * iconvdata/euc-jisx0213.c: Define
5711         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5712         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5713         * iconvdata/shift_jisx0213.c: Likewise.
5714
5715 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5716
5717         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5718         shdi3, fixdfdi, fixsfdi in csu dir.
5719         (shared-only-routines): Likewise.
5720         * sysdeps/wordsize-32/cmpdi2.c: New file.
5721         * sysdeps/wordsize-32/shdi3.c: New file.
5722         * sysdeps/wordsize-32/fixdfdi.c: New file.
5723         * sysdeps/wordsize-32/fixsfdi.c: New file.
5724         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5725         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5726         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5727
5728         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5729         Only use va_arg if the argument will be used [PR libc/3259].
5730
5731 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5732
5733         * catgets/catgets.c (catopen): Free buffer if internal catalog
5734         open fails.
5735
5736 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5737
5738         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5739         non-buffering methods.
5740         * debug/pcprofiledump.c: Implement -u option.
5741         Patch by Roger Luethi <rl@hellgate.ch>.
5742
5743 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5744
5745         * include/netinet/in.h (bindresvport_internal): Add prototype.
5746         * include/rpc/auth.h  (authunix_create_internal,
5747         authunix_create_default_internal, authnone_create_internal,
5748         authdes_pk_create_internal): Add prototypes.
5749         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5750         clntudp_create_internal, clntudp_bufcreate_internal,
5751         clntunix_create_internal): Add prototypes.
5752         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5753         svc_getreq_internal, svc_getreq_common_internal,
5754         svc_getreqset_internal, svc_getreq_poll_internal,
5755         svc_register_internal, svc_unregister_internal,
5756         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5757         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5758         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5759         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5760         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5761         * inet/rcmd.c (rcmd_af): Use __listen.
5762         (rresvport_af): Use __bind.
5763         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5764         authunix_create, authunix_create_default, authnone_create,
5765         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5766         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5767         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5768         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5769         _authenticate, add INTDEF after such function definitions.
5770         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5771         __setsockopt, __getsockname instead of non-__ variants.
5772         * sunrpc/pmap_rmt.c: Likewise.
5773         * sunrpc/rtime.c: Likewise.
5774         * sunrpc/svc_udp.c: Likewise.
5775         * sunrpc/clnt_unix.c: Likewise.
5776         * sunrpc/svc_unix.c: Likewise.
5777         * sunrpc/bindrsvprt.c: Likewise.
5778         * sunrpc/svc_tcp.c: Likewise.
5779         * sunrpc/auth_none.c: Likewise.
5780         * sunrpc/clnt_raw.c: Likewise.
5781         * sunrpc/clnt_tcp.c: Likewise.
5782         * sunrpc/auth_unix.c: Likewise.
5783         * sunrpc/key_call.c: Likewise.
5784         * sunrpc/clnt_gen.c: Likewise.
5785         * sunrpc/pm_getmaps.c: Likewise.
5786         * sunrpc/clnt_simp.c: Likewise.
5787         * sunrpc/pmap_clnt.c: Likewise.
5788         * sunrpc/svc_run.c: Likewise.
5789         * sunrpc/svc.c: Likewise.
5790         * sunrpc/svc_simple.c: Likewise.
5791         * sunrpc/pm_getport.c: Likewise.
5792         * sunrpc/auth_des.c: Likewise.
5793         * sunrpc/svc_auth.c: Likewise.
5794         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5795         __register_frame_info_table_bases, __deregister_frame_info_bases):
5796         Add INTDEF.
5797         (__register_frame_info_bases_internal,
5798         __register_frame_info_table_bases_internal,
5799         __deregister_frame_info_bases_internal): Add prototypes.
5800         (__register_frame_info, __register_frame): Use INTUSE in call to
5801         __register_frame_info_bases.
5802         (__register_frame_info_table): Similarly.
5803         (__deregister_frame_info, __deregister_frame): Similarly.
5804         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5805         sendto as weak alias.
5806         * sysdeps/mach/hurd/sendto.c: Likewise.
5807         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5808         recvfrom as weak alias.
5809         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5810         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5811         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5812         recvmsg as weak alias.
5813         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5814         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5815         sendmsg as weak alias.
5816         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5817         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5818         setsockopt, add setsockopt as weak alias.
5819         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5820         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5821         weak alias.
5822         * sysdeps/mach/hurd/bind.c: Likewise.
5823         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5824         as weak alias.
5825         * sysdeps/mach/hurd/listen.c: Likewise.
5826         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5827         getsockname, add getsockname as weak alias.
5828         * sysdeps/mach/hurd/getsockname.c: Likewise.
5829         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5830         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5831         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5832         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5833         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5834         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5835         Add aliases.
5836         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5837         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5838         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5839         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5840         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5841         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5842         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5843         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5844         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5845         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5846         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5847         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5848
5849 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5850
5851         * locale/programs/localedef.h (show_archive_content): Add verbose
5852         argument.
5853         * locale/programs/localedef.c (main): Adjust caller.
5854         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5855         types.
5856         (nameentcmp, dataentcmp): New functions.
5857         (xstrcmp): Remove.
5858         (show_archive_content): Print verbose listing with --list-archive -v.
5859
5860 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5861
5862         * locale/programs/locarchive.c (open_archive): Take extra argument
5863         readonly.  If true open file with O_RDONLY and don't create the
5864         archive if it doesn't exist.
5865         Adapt all callers.
5866         (close_archive): Don't do anything if fd element is -1.
5867         * locale/programs/localedef.h (open_archive): Adjust prototype.
5868         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5869         call.
5870
5871         * malloc/malloc.c (__posix_memalign): Correct check for size of
5872         alignment value [PR libc/3444].
5873
5874         * include/stdio.h: Remove references to old stdio implementation.
5875
5876         * libio/Makefile (bug-ungetwc2-ENV): Define.
5877
5878 2002-05-13  Roland McGrath  <roland@frob.com>
5879
5880         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5881
5882         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5883
5884 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5885
5886         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5887         Allocate three, not two, more than LEN when appending '/.'.
5888         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5889         if NAME ends with '/.' if it is shorter than 2 chars.
5890
5891 2002-05-12  Roland McGrath  <roland@frob.com>
5892
5893         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5894         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5895
5896         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5897         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5898
5899 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5900
5901         * sysdeps/ia64/Makefile: Remove extra endif.
5902         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5903
5904 2002-05-10  Andreas Schwab  <schwab@suse.de>
5905
5906         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5907
5908 2002-05-09  Andreas Jaeger  <aj@suse.de>
5909
5910         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5911         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5912         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5913
5914         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5915         * sysdeps/wordsize-64/glob.c: ...here.
5916         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5917         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5918         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5919
5920 2002-05-08  Roland McGrath  <roland@frob.com>
5921
5922         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5923         O_NOTRANS flag in "." lookup.
5924
5925 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5926
5927         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5928
5929 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5930
5931         * locale/duplocale.c (__duplocale): Update special members only
5932         when allocation succeeded.
5933
5934 2002-05-03  Roland McGrath  <roland@frob.com>
5935
5936         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5937         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5938
5939 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5940
5941         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5942         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5943         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5944         * sysdeps/ia64/ia64libgcc.S: New file.
5945
5946 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5947
5948         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5949
5950         * malloc/memusage.c: Distinguish anonymous mmap.
5951
5952 2002-05-01  Roland McGrath  <roland@frob.com>
5953
5954         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5955         and use INTDEF on it.
5956         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5957
5958         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5959
5960         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5961
5962 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5963
5964         * malloc/memusage.c: Add support for tracking mmap & friends.
5965         * malloc/memusage.sh: Implement -m/--mmap option.
5966
5967 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5968
5969         * locale/programs/locarchive.c (create_archive): Add archivefname
5970         argument, create fname from it.
5971         (enlarge_archive): Honour output_prefix.
5972         (open_archive): Likewise.
5973
5974 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5975
5976         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5977         too many stpcpy macros.
5978
5979 2002-04-26  Bruno Haible  <bruno@clisp.org>
5980
5981         * locale/programs/ld-collate.c (collate_read): Cast first argument
5982         for "%.*s" to int.
5983
5984 2002-04-26  Bruno Haible  <bruno@clisp.org>
5985
5986         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5987         __dcngettext_internal): New declarations.
5988         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5989         attribute declarations.
5990
5991 2002-04-30  Roland McGrath  <roland@frob.com>
5992
5993         Removed old GNU stdio implementation; GNU libio is now the only option.
5994         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5995         Define USE_IN_LIBIO unconditionally.
5996         * configure: Regenerated.
5997         * Makeconfig (stdio): Set to libio by default.
5998         * config.make.in (stdio): Variable removed.
5999         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
6000         * sysdeps/unix/sysv/linux/configure: Regenerated.
6001         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
6002         * sysdeps/mach/hurd/configure: Regenerated.
6003         * stdio/.cvsignore: File removed.
6004         * stdio/Makefile: File removed.
6005         * stdio/Versions: File removed.
6006         * stdio/__fbufsize.c: File removed.
6007         * stdio/__flbf.c: File removed.
6008         * stdio/__fpending.c: File removed.
6009         * stdio/__fpurge.c: File removed.
6010         * stdio/__freadable.c: File removed.
6011         * stdio/__freading.c: File removed.
6012         * stdio/__fsetlocking.c: File removed.
6013         * stdio/__fwritable.c: File removed.
6014         * stdio/__fwriting.c: File removed.
6015         * stdio/clearerr.c: File removed.
6016         * stdio/fclose.c: File removed.
6017         * stdio/fcloseall.c: File removed.
6018         * stdio/feof.c: File removed.
6019         * stdio/ferror.c: File removed.
6020         * stdio/fflush.c: File removed.
6021         * stdio/fgetc.c: File removed.
6022         * stdio/fgetpos.c: File removed.
6023         * stdio/fgets.c: File removed.
6024         * stdio/fileno.c: File removed.
6025         * stdio/fmemopen.c: File removed.
6026         * stdio/fopen.c: File removed.
6027         * stdio/fopncook.c: File removed.
6028         * stdio/fputc.c: File removed.
6029         * stdio/fputs.c: File removed.
6030         * stdio/fread.c: File removed.
6031         * stdio/freopen.c: File removed.
6032         * stdio/fseek.c: File removed.
6033         * stdio/fsetpos.c: File removed.
6034         * stdio/ftell.c: File removed.
6035         * stdio/fwrite.c: File removed.
6036         * stdio/getc.c: File removed.
6037         * stdio/getchar.c: File removed.
6038         * stdio/getdelim.c: File removed.
6039         * stdio/gets.c: File removed.
6040         * stdio/glue.c: File removed.
6041         * stdio/internals.c: File removed.
6042         * stdio/linewrap.c: File removed.
6043         * stdio/linewrap.h: File removed.
6044         * stdio/memstream.c: File removed.
6045         * stdio/newstream.c: File removed.
6046         * stdio/obstream.c: File removed.
6047         * stdio/putc.c: File removed.
6048         * stdio/putchar.c: File removed.
6049         * stdio/puts.c: File removed.
6050         * stdio/rewind.c: File removed.
6051         * stdio/setbuf.c: File removed.
6052         * stdio/setbuffer.c: File removed.
6053         * stdio/setlinebuf.c: File removed.
6054         * stdio/setvbuf.c: File removed.
6055         * stdio/stdio.h: File removed.
6056         * stdio/ungetc.c: File removed.
6057         * stdio/vasprintf.c: File removed.
6058         * stdio/vscanf.c: File removed.
6059         * stdio/vsnprintf.c: File removed.
6060         * stdio/vsprintf.c: File removed.
6061         * stdio/vsscanf.c: File removed.
6062         * sysdeps/generic/defs.c: File removed.
6063         * sysdeps/generic/fdopen.c: File removed.
6064         * sysdeps/generic/pipestream.c: File removed.
6065         * sysdeps/generic/stdio_init.c: File removed.
6066         * sysdeps/generic/sysd-stdio.c: File removed.
6067         * sysdeps/generic/vdprintf.c: File removed.
6068         * sysdeps/mach/hurd/defs.c: File removed.
6069         * sysdeps/mach/hurd/fdopen.c: File removed.
6070         * sysdeps/mach/hurd/pipestream.c: File removed.
6071         * sysdeps/mach/hurd/stdio_init.c: File removed.
6072         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6073         * sysdeps/mach/hurd/vdprintf.c: File removed.
6074         * sysdeps/posix/defs.c: File removed.
6075         * sysdeps/posix/fdopen.c: File removed.
6076         * sysdeps/posix/pipestream.c: File removed.
6077         * sysdeps/posix/stdio_init.c: File removed.
6078         * sysdeps/posix/vdprintf.c: File removed.
6079         * sysdeps/unix/pipestream.c: File removed.
6080         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6081         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6082         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6083
6084 2002-04-29  Roland McGrath  <roland@frob.com>
6085
6086         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6087
6088 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6089
6090         * sysdeps/generic/tls.h: Describe what must be defined.
6091
6092         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6093         glob_in_dir [PR libc/3385].
6094         * posix/globtest.sh: Add test case.
6095
6096         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6097         //TRANSLIT twice.
6098
6099 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6100
6101         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6102         _internal symbol handling.
6103         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6104
6105 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6106
6107         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6108         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6109
6110 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6111
6112         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6113         not _LIBC and RE_ENABLE_I18N.
6114         (build_range_exp): Implement for not _LIBC.
6115         (build_collating_symbol): Likewise.
6116         (parse_bracket_exp): Unify redundant error handlings.
6117         Don't erase mbcset for non matching list in multibyte envs.
6118         (build_word_op): Add '_' to matching list for \w operator.
6119         * posix/regex_internal.c (re_string_construct): Invoke
6120         build_upper_buffer in case of not RE_ENABLE_I18N.
6121         (re_string_reconstruct): Don't touch cur_state in case of not
6122         RE_ENABLE_I18N.
6123         * posix/regex_internal.h (attribute_hidden): New macro in case of
6124         not _LIBC.
6125         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6126         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6127         RE_ENABLE_I18N.
6128         (transit_state_mb): Likewise.
6129         (check_node_accept_bytes): Implement the code evaluating range
6130         expression in case of not _LIBC.
6131         (find_collation_sequence_value): Hide in case of not _LIBC.
6132
6133 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6134
6135         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6136         i386/semctl.c.
6137         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6138         be used.
6139
6140 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6141
6142         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6143
6144         * sysdeps/ia64/strncpy.S: Fix recovery code.
6145         Patch by David Mosberger <davidm@hpl.hp.com>.
6146
6147 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6148
6149         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6150         GLIBC_2.2.6.
6151
6152 2002-04-14  Bruno Haible  <bruno@clisp.org>
6153
6154         * posix/regex.c (re_max_failures): Add back symbol for binary
6155         compatibility.
6156
6157 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6158
6159         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6160         of buffer building functions.
6161         * posix/regex_internal.c (re_string_allocate): New function.
6162         (re_string_realloc_buffers): New function.
6163         (re_string_skip_chars): New function.
6164         (re_string_reconstruct): New function.
6165         (re_string_construct): Adapt it to new interface of buffer building
6166         functions.
6167         (re_string_construct_common): Likewise.
6168         (build_wcs_buffer): Likewise.
6169         (build_wcs_upper_buffer): Likewise.
6170         (build_upper_buffer): Likewise.
6171         (re_string_translate_buffer): Likewise.
6172         (re_string_context_at): Adapt it to variable length buffers.
6173         * posix/regex_internal.h (re_string_t): Add new fields to handle
6174         variable length buffers.
6175         (re_match_context_t): Likewise.
6176         * posix/regexec.c (re_search_internal): Adapt it to new interface
6177         of re_string_t and re_match_context_t.
6178         (acquire_init_state_context): Likewise.
6179         (check_matching): Likewise.
6180         (check_halt_state_context): Likewise.
6181         (proceed_next_node): Likewise.
6182         (set_regs): Likewise.
6183         (sift_states_backward): Likewise.
6184         (clean_state_log_if_need): Likewise.
6185         (sift_states_iter_mb): Likewise.
6186         (sift_states_iter_bkref): Likewise.
6187         (add_epsilon_backreference): Likewise.
6188         (transit_state): Likewise.
6189         (transit_state_sb): Likewise.
6190         (transit_state_mb): Likewise.
6191         (transit_state_bkref): Likewise.
6192         (transit_state_bkref_loop): Likewise.
6193         (check_node_accept): Likewise.
6194         (match_ctx_init): Likewise.
6195         (extend_buffers): New function.
6196
6197 2002-04-21  Bruno Haible  <bruno@clisp.org>
6198
6199         * iconvdata/tst-table.sh: For the second check, use the truncated
6200         GB18030 charmap table, like for the first check.
6201
6202 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6203
6204         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6205         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6206
6207 2002-04-23  H.J. Lu  <hjl@gnu.org>
6208
6209         * include/math.h (isfinite): Fix a typo.
6210
6211 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6212
6213         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6214         which is created by the test suite.
6215
6216 2002-04-20  Bruno Haible  <bruno@clisp.org>
6217
6218         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6219         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6220
6221 2002-04-20  Bruno Haible  <bruno@clisp.org>
6222
6223         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6224         to avoid gcc warning.
6225
6226 2002-04-20  Bruno Haible  <bruno@clisp.org>
6227
6228         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6229         of data->__statep->__count.
6230
6231 2002-04-20  Bruno Haible  <bruno@clisp.org>
6232
6233         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6234         tag characters.
6235         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6236
6237 2002-04-24  Roland McGrath  <roland@frob.com>
6238
6239         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6240         use END macro instead of our own .end directive.
6241         Use `callsys' insn mnemonic instead of `call_pal'.
6242
6243         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6244
6245         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6246         macro; we need this for Hurd.
6247
6248         Log entry was missing for 2002/03/24 commit of rev 1.8,
6249         goes with 2002-03-17 changes.
6250         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6251         (sysdep_routines): Append ioperm here.
6252         (sysdep_headers): Append sys/io.h here.
6253
6254 2002-04-23  Roland McGrath  <roland@frob.com>
6255
6256         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6257         * sysdeps/mach/hurd/sendto.c: Likewise.
6258         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6259         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6260         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6261
6262 2002-04-22  Roland McGrath  <roland@frob.com>
6263
6264         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6265         failure from i386_io_perm_* RPCs to ENOSYS.
6266
6267 2002-04-22  Andreas Jaeger  <aj@suse.de>
6268
6269         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6270
6271         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6272
6273         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6274         register instead of destroying %rbx.
6275
6276 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6277
6278         * string/string.h: Declare strerror_r also for XPG6.
6279
6280 2002-04-19  Roland McGrath  <roland@frob.com>
6281
6282         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6283
6284 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6285
6286         * Makefile: Add handling of xtests and xcheck targets.
6287         * MakeTAGS: Likewise.
6288         * Makeconfig: Likewise.
6289         * Makerules: Likewise.
6290         * Rules: Likewise.
6291         * manual/Makefile: Likewise.
6292         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6293         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6294
6295 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6296
6297         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6298         authnone_private_s.
6299         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6300         Delete #ifdef _RPC_THREAD_SAFE_ block.
6301         (authnone_private): Make a struct, not a pointer to struct.
6302         (authnone_private_guard): New once-control variable.
6303         (authnone_create_once): New function, split out of
6304         authnone_create.  No need to allocate memory.
6305         (authnone_create): Just call authnone_create_once via
6306         __libc_once, then return &authnone_private->no_client.
6307         (authnone_marshal): Access private data via CLIENT argument,
6308         not authnone_private pointer.
6309         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6310         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6311         authnone_private_s.
6312
6313 2002-04-12  H.J. Lu  <hjl@gnu.org>
6314
6315         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6316
6317 2002-04-18  Bruno Haible  <bruno@clisp.org>
6318
6319         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6320         FROM_DIRECTION): Make the FROM direction stateless.
6321         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6322         FROM_DIRECTION): Likewise.
6323
6324 2002-04-15  Bruno Haible  <bruno@clisp.org>
6325
6326         * iconvdata/JISX0213.TXT: New file.
6327         * iconvdata/jisx0213.h: New file.
6328         * iconvdata/jisx0213.c: New file.
6329         * iconvdata/euc-jisx0213.c: New file.
6330         * iconvdata/shift_jisx0213.c: New file.
6331         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6332         * iconvdata/EUC-JISX0213.precomposed: New file.
6333         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6334         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6335         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6336         which the "to" direction is stateful.
6337         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6338         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6339         SHIFT_JISX0213.
6340         (libJISX0213-routines): New variable.
6341         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6342         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6343         (LDFLAGS-libJISX0213.so): New variable.
6344         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6345         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6346         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6347
6348 2002-04-15  Bruno Haible  <bruno@clisp.org>
6349
6350         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6351         uint32_t.  Update to Unicode 3.2.
6352         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6353         (BODY for TO_LOOP): Handle the ASCII range specially.
6354         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6355         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6356         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6357
6358 2002-04-15  Bruno Haible  <bruno@clisp.org>
6359
6360         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6361         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6362
6363 2002-04-15  Bruno Haible  <bruno@clisp.org>
6364
6365         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6366         (ucs4_to_cns11643): Update.
6367         * iconvdata/cns11643.c: Update to Unicode 3.2.
6368         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6369         __cns11643_from_ucs4p2_tab): Regenerated.
6370         (__cns11643_from_ucs4p2c_tab): New array.
6371         * iconvdata/cvs11643l1.c: Update comments.
6372         * iconvdata/EUC-TW.irreversible: Remove two entries.
6373
6374 2002-04-15  Bruno Haible  <bruno@clisp.org>
6375
6376         * locale/C-translit.h.in: Update to Unicode 3.2.
6377         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6378         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6379
6380 2002-04-15  Bruno Haible  <bruno@clisp.org>
6381
6382         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6383         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6384
6385 2002-04-15  Bruno Haible  <bruno@clisp.org>
6386
6387         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6388         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6389         always one byte, not 0 bytes in some cases and 2 bytes in others.
6390
6391         * iconvdata/tst-table-from.c (main): Correct the usage message.
6392
6393 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6394
6395         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6396         (parse_dup_op): Fix error handling like "a{}".
6397         (parse_bracket_exp): Add error handling.
6398         (fetch_number): Add error handling for "a{<very_large_number>}".
6399
6400 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6401
6402         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6403         in case that the symbol name is too long.
6404         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6405         in case of REG_ICASE.
6406
6407 2002-04-19  Andreas Jaeger  <aj@suse.de>
6408
6409         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6410         <hartvige@mips.com>.
6411
6412 2002-04-15  H.J. Lu  <hjl@gnu.org>
6413
6414         * include/math.h (__finitel_internal): Declare only if
6415         __NO_LONG_DOUBLE_MATH is not defined.
6416         (__isinfl_internal): Likewise.
6417         (__isnanl_internal): Likewise.
6418
6419         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6420         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6421         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6422         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6423         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6424         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6425         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6426
6427         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6428         __fcntl_internal.
6429
6430         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6431         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6432
6433 2002-04-15  Bruno Haible  <bruno@clisp.org>
6434
6435         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6436         (BODY for TO_LOOP): Likewise.
6437         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6438         * iconvdata/tst-table.sh: Add support for encodings which contain
6439         precomposed Unicode characters, known to the iconv converter in both
6440         directions but not listed in the charmap.
6441         * iconvdata/IBM856.irreversible: New file.
6442         * iconvdata/IBM922.irreversible: New file.
6443         * iconvdata/IBM1132.irreversible: New file.
6444         * iconvdata/IBM1133.irreversible: New file.
6445         * iconvdata/IBM1160.irreversible: New file.
6446         * iconvdata/IBM1161.irreversible: New file.
6447         * iconvdata/IBM1163.irreversible: New file.
6448         * iconvdata/IBM1164.irreversible: New file.
6449         * iconvdata/ARMSCII-8.irreversible: New file.
6450         * iconvdata/TCVN5712-1.precomposed: New file.
6451         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6452         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6453         ARMSCII-8, TCVN5712-1.
6454         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6455         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6456         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6457         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6458
6459 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6460
6461         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6462         for EVENING69.  Include offsets in TZ environment variable.
6463
6464 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6465
6466         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6467         avoid compiler warnings.
6468
6469         * locale/programs/localedef.c (main): Always call
6470         construct_output_path.
6471
6472         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6473
6474         * locale/programs/locfile.c (to_archive): New variable.  To collect
6475         data which has to be added to the locale archive.
6476         (write_all_categories): Take new third parameter with locale name.
6477         Unless no_archive flag set add new locale data to the archive
6478         (write_locale_data): Unless no-archive flag set store generated data
6479         in to_archive data structure instead of generation output file.
6480         Add new parameter with locale category index.
6481         * locale/programs/locfile.h: Add new parameters in declaractions of
6482         write_all_categories and write_locale_data.
6483         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6484         --add-to-archive, and --delete-from-archive options.  Pass extra
6485         parameter to write_all_categories.
6486         * locale/programs/localedef.h: Add prototypes for functions in
6487         locarchive.c.
6488         * locale/locarchive.h: New file.
6489         * locale/programs/locarchive.c: New file.
6490         * locale/Makefile (distribute): Add programs/locarchive.c and
6491         locarchive.h.
6492         (localedef-modules): Add md5 and locarchive.
6493         Add vpath to crypt subdir for md5.c.
6494
6495         * locale/programs/ld-address.c: Pass locale category ID as new second
6496         parameter to write_locale_data.
6497         * locale/programs/ld-collate.c: Likewise.
6498         * locale/programs/ld-ctype.c: Likewise.
6499         * locale/programs/ld-identification.c: Likewise.
6500         * locale/programs/ld-measurement.c: Likewise.
6501         * locale/programs/ld-messages.c: Likewise.
6502         * locale/programs/ld-monetary.c: Likewise.
6503         * locale/programs/ld-name.c: Likewise.
6504         * locale/programs/ld-numeric.c: Likewise.
6505         * locale/programs/ld-paper.c: Likewise.
6506         * locale/programs/ld-telephone.c: Likewise.
6507         * locale/programs/ld-time.c: Likewise.
6508
6509         * locale/simple-hash.c: Move compute_hashval function from here...
6510         * locale/hashval.h: ...to here.  New file.
6511         * locale/simple-hash.h: Add prototype for compute_hashval.
6512
6513         * include/libintl.h: Minor cleanups.
6514
6515 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6516
6517         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6518
6519 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6520
6521         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6522
6523 2002-04-14  Bruno Haible  <bruno@clisp.org>
6524
6525         * locale/programs/charmap.c (charmap_read): Don't access result if
6526         result == NULL.
6527
6528 2002-02-17  Andreas Schwab  <schwab@suse.de>
6529
6530         * elf/reldep7.c: New file.
6531         * elf/reldep7mod1.c: New file.
6532         * elf/reldep7mod2.c: New file.
6533         * elf/Makefile: Add rules to build and run reldep7.
6534
6535 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6536
6537         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6538         the end of the function.  Pass original flags to recursive call if
6539         add_dependency failed.
6540         (_dl_lookup_versioned_symbol): Likewise.
6541
6542 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6543
6544         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6545         early, but check whether it overflowed afterwards.
6546         * time/tst-mktime.c (main): Add new tests.
6547
6548 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6549
6550         * debug/xtrace.sh: Fix program name in help message.
6551         Patch by Roger Luethi <rl@hellgate.ch>.
6552
6553         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6554         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6555         NOT_IN_libc.
6556         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6557         * sysdeps/mach/hurd/lxstat.c: Likewise.
6558         * sysdeps/unix/common/lxstat.c: Likewise.
6559         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6560         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6561         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6562         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6563         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6564         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6565         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6566         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6567         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6568
6569         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6570         prototypes.  Add __mbrlen and __mbrtowc macros.
6571         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6572         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6573
6574         * include/unistd.h: Add prototype for __write_internal and add
6575         __libc_write macro is SHARED.
6576         * sysdeps/generic/write.c: Use INTDEF for __write.
6577         * sysdeps/mach/hurd/write.c: Likewise.
6578         * sysdeps/unix/sysv/aix/write.c: Likewise.
6579         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6580
6581         * assert/assert.c: Replace STR_N_SIZE with something usable in
6582         macro arguments.
6583         * assert/assert-perr.c: Likewise.
6584
6585         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6586         SA_LEN macro to use it if not NOT_IN_libc.
6587         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6588
6589         * include/fcntl.h: Declare __open_internal and define __open and
6590         __libc_open macros if not NOT_IN_libc.
6591         * sysdeps/generic/open.c: Use INTDEF for __open.
6592         * sysdeps/mach/hurd/open.c: Likewise.
6593         * sysdeps/unix/sysv/aix/open.c: Likewise.
6594         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6595
6596         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6597         has correct number.
6598
6599         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6600         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6601         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6602         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6603
6604         * include/wctype.h: Declare __iswalpha_l_internal,
6605         __iswdigit_l_internal, __iswspace_l_internal,
6606         __iswxdigit_l_internal, and __iswctype_internal.  Define
6607         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6608         __iswxdigit_l macros if not NOT_IN_libc.
6609         * wctype/iswctype.c: Use INTDEF for __iswctype.
6610         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6611
6612         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6613         __isnan_internal, and __isnanl_internal.
6614         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6615         __isnan, and __isnanl.
6616         * stdio-common/printf_size.c: Likewise.
6617         * sysdeps/generic/printf_fphex.c: Likewise.
6618         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6619         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6620         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6621         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6622         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6623         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6624         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6625         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6626         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6627         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6628         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6629         * sysdeps/m68k/s_isinfl.c: Likewise.
6630         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6631         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6632
6633         * include/sys/time.h: Declare __gettimeofday_internal and define
6634         __gettimeofday macro if not NOT_IN_libc.
6635         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6636         * sysdeps/mach/gettimeofday.c: Likewise.
6637         * sysdeps/posix/gettimeofday.c: Likewise.
6638         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6639         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6640         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6641         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6642
6643         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6644         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6645         Remove __lstat and __fstat inline functions.
6646         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6647         * sysdeps/mach/hurd/fxstat.c: Likewise.
6648         * sysdeps/unix/fxstat.c: Likewise.
6649         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6650         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6651         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6652         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6653         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6654         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6655         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6656         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6657         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6658
6659         * include/unistd.h: Declare __getpid_internal and define
6660         __getpid macro if not NOT_IN_libc.
6661         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6662         * sysdeps/generic/getpid.c: Likewise.
6663         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6664         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6665
6666         * include/unistd.h: Declare __getpgid_internal and define
6667         __getpgid macro if not NOT_IN_libc.
6668         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6669         * sysdeps/mach/hurd/getpgid.c: Likewise.
6670         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6671         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6672         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6673         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6674
6675         * include/unistd.h: Declare __getpagesize_internal and define
6676         __getpagesize macro if not NOT_IN_libc.
6677         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6678         __getpagesize.
6679         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6680         * sysdeps/mach/getpagesize.c: Likewise.
6681         * sysdeps/posix/getpagesize.c: Likewise.
6682         * sysdeps/unix/getpagesize.c: Likewise.
6683         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6684         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6685         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6686         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6687
6688 2002-04-13  Andreas Jaeger  <aj@suse.de>
6689
6690         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6691         as clobber to reduce register pressure.
6692         (__strpbrk_cg): Likewise.
6693         (__mempcpy_by4): Likewise.
6694         (__strstr_cg): Likewise.
6695         Add prototype for __memrchr.
6696
6697 2002-04-13  Andreas Schwab  <schwab@suse.de>
6698
6699         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6700         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6701         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6702
6703 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6704
6705         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6706         check whether the caller prefers getting the most recent version of
6707         a symbol of the earliest version.
6708         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6709         _dl_do_lookup to also take the new parameter and pass it on.
6710         Change 'explicit' parameter of _dl_lookup_symbol and
6711         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6712         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6713         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6714         _dl_lookup_versioned_symbol.
6715         * elf/dl-reloc.c: Likewise.
6716         * elf/dl-runtime.c: Likewise.
6717         * elf/dl-sym.c: Likewise.
6718         * sysdeps/mips/dl-machine.h: Likewise.
6719
6720 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6721
6722         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6723         in a token.
6724         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6725
6726 2002-04-10  Andreas Jaeger  <aj@suse.de>
6727
6728         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6729
6730         * include/argz.h: Remove extra char from last patch.
6731
6732 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6733
6734         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6735         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6736         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6737         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6738         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6739         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6740         __chown_internal.
6741         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6742
6743         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6744         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6745         * intl/ngettext.c: Likewise.
6746
6747         * include/sys/socket.h: Declare __connect_internal and define
6748         __connect macro if not NOT_IN_libc.
6749         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6750         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6751         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6752
6753         * include/unistd.h: Declare __close_internal and define __close macro
6754         if not NOT_IN_libc.
6755         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6756         WJUMP3): Add extra parenthesis to avoid expanding element names with
6757         macors like __close.
6758         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6759
6760         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6761         if not NOT_IN_libc.
6762         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6763         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6764         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6765
6766         * include/unistd.h: Declare __fork_internal and define __fork macro
6767         if not NOT_IN_libc.
6768         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6769         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6770         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6771
6772         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6773         __fsetlocking macro to use it if not NOT_IN_libc.
6774         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6775
6776         * libio/__fbufsize.c: Correct copyright.
6777         * libio/__flbf.c: Likewise.
6778         * libio/__fpending.c: Likewise.
6779         * libio/__fpurge.c: Likewise.
6780         * libio/__freadable.c: Likewise.
6781         * libio/__freading.c: Likewise.
6782         * libio/__fsetlocking.c: Likewise.
6783         * libio/__fwritable.c: Likewise.
6784         * libio/__fwriting.c: Likewise.
6785
6786         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6787         macro to use it if not NOT_IN_libc.
6788         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6789
6790         * include/mntent.h: Declare __setmntent_internal,
6791         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6792         __getmntent_r, and __endmntent macros to use these functions if not
6793         NOT_IN_libc.
6794         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6795         __endmntent.
6796
6797         * include/math.h: Declare __finite_internal, __finitef_internal, and
6798         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6799         these functions.
6800         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6801         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6802         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6803         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6804         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6805         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6806         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6807         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6808         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6809         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6810
6811         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6812         to use this function if not NOT_IN_libc.
6813         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6814         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6815         * sysdeps/mach/hurd/fcntl.c: Likewise.
6816         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6817         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6818
6819         * include/argz.h: Declare __argz_count_internal and
6820         __argz_stringify_internal.
6821         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6822         __argz_stringify.
6823         * string/argz-count.c: Use INTDEF for __argz_count.
6824         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6825
6826         * include/stdlib.h: Declare __cxa_atexit_internal and define
6827         __cxa_atexit macro if not NOT_IN_libc.
6828         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6829         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6830
6831         * assert/assert.c: Use INTDEF for __assert_fail.
6832         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6833         * include/assert.h: Declare __assert_fail_internal.
6834
6835         * extra-lib.mk: Mark assignment to lib with override.
6836
6837 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6838
6839         * Makerules: Use cppflags-iterator.mk to add defines for all test
6840         source files.
6841
6842 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6843
6844         * elf/elf.h: Define R_SH_TLS_xxx macros.
6845         * elf/rtld.c: Remove an extra parenthesis.
6846         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6847         TLS_GD macros.
6848         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6849         * sysdeps/sh/dl-lookupcfg.h: New file.
6850         * sysdeps/sh/dl-tls.h: New file.
6851         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6852         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6853         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6854         R_SH_TLS_TPOFF32 relocations.
6855
6856 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6857
6858         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6859         of NOT_IN_LIBC.
6860         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6861         * include/stdlib.h: Likewise.
6862
6863 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6864
6865         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6866         instead of _RTLD_LOCAL.
6867         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6868         * include/unistd.h: Likewise.
6869         * sysdeps/generic/ldsodefs.h: Likewise.
6870
6871         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6872         if in libc or ld.so.
6873
6874 2002-04-08  Andreas Jaeger  <aj@suse.de>
6875
6876         * elf/cache.c (print_entry): Support x86-64.
6877
6878 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6879
6880         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6881         with one accessing the locale data structures directly.
6882         * stdio-common/printf-prs.c: Include localeinfo.h for new
6883         MB_CUR_MAX definition.
6884
6885         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6886         is the name of the source file without extension.
6887         * Makefile (distribute): Add cppflags-iterator.mk.
6888         * cppflags-iterator.mk: New file.
6889         * extra-lib.mk: For the sources of the library run
6890         cppflags-iterator.mk.
6891
6892         * include/libintl.h: Declare __dcgettext_internal and
6893         _libc_intl_domainname_internal.  Define __dcgettext using these
6894         two symbols if used in libc itself.
6895         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6896         _libc_intl_domainname_internal.
6897         * argp/argp-parse.c: Likewise.
6898         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6899         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6900         * intl/gettext.c: Likewise.
6901         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6902         alias.
6903         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6904         __dcgettext.
6905         * posix/regex_internal.c (gettext): Likewise.
6906
6907 2002-04-08  Andreas Jaeger  <aj@suse.de>
6908
6909         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6910
6911         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6912         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6913         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6914         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6915         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6916         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6917
6918 2002-04-08  Roland McGrath  <roland@frob.com>
6919
6920         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6921         widening __hurd_fail value.
6922
6923 2002-04-07  Roland McGrath  <roland@frob.com>
6924
6925         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6926         <mach/machine/alpha_instruction.h>.
6927         (_hurd_setup_sighandler): Take proper arguments for current decls.
6928         Update code to use _hurdsig_catch_fault.
6929         Use `callsys' instruction instead of `call_pal'.
6930         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6931
6932         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6933         (ALIGN, at, AT, fp): New macros.
6934
6935 2002-04-06  Roland McGrath  <roland@frob.com>
6936
6937         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6938
6939         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6940         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6941
6942         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6943         * sysdeps/mach/hurd/connect.c: Likewise.
6944         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6945         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6946
6947         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6948         __msg_sig_post RPC.
6949
6950         * hurd/catch-exc.c: Use integer_t instead of int.
6951         * hurd/hurdfault.c: Likewise.
6952
6953         * sysdeps/mach/hurd/alpha/exc2signal.c
6954         (_hurd_exception2signal): Rewritten.
6955         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6956         (_hurd_longjmp_thread_state): Rewritten.
6957
6958 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6959
6960         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6961         DB_LOOKUP_FCT prototype.
6962         * nss/getXXent_r.c: Likewise.
6963         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6964         * inet/getaliasname_r.c: Likewise.
6965         * inet/getnetbyad_r.c: Likewise.
6966         * inet/getnetbynm_r.c: Likewise.
6967         * inet/getnetent_r.c: Likewise.
6968         * inet/getproto_r.c: Likewise.
6969         * inet/getprtent_r.c: Likewise.
6970         * inet/getprtname_r.c: Likewise.
6971         * inet/getrpcbyname_r.c: Likewise.
6972         * inet/getrpcbynumber_r.c: Likewise.
6973         * inet/getrpcent_r.c: Likewise.
6974         * inet/getservent_r.c: Likewise.
6975         * inet/getsrvbynm_r.c: Likewise.
6976         * inet/getsrvbypt_r.c: Likewise.
6977         * shadow/getspent_r.c: Likewise.
6978         * shadow/getspnam_r.c: Likewise.
6979
6980         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6981
6982         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6983         Use i686-friendly PIC code.
6984         * sysdeps/i386/elf/setjmp.S: Likewise.
6985
6986         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6987
6988         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6989         list.
6990         * elf/Versions: Remove it here.
6991
6992 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6993
6994         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6995         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6996
6997 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6998
6999         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
7000         test just before the test runs.
7001         * intl/tst-translit.sh: Likewise.
7002         * intl/tst-codeset.sh: Likewise.
7003
7004         * timezone/zic.c: Update from tzcode2002c.
7005         * timezone/asia: Update from tzdata2002c.
7006         * timezone/backward: Likewise.
7007         * timezone/europe: Likewise.
7008         * timezone/northamerica: Likewise.
7009         * timezone/northamerica: Likewise.
7010         * timezone/northamerica: Likewise.
7011         * timezone/southamerica: Likewise.
7012         * timezone/zone.tab: Likewise.
7013
7014 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
7015
7016         * sysdeps/generic/brk.c (__curbrk): Declare.
7017         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
7018         * sysdeps/generic/dl-sbrk.c: Likewise.
7019         * sysdeps/unix/arm/dl-brk.S: New file.
7020         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
7021         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
7022         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
7023         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
7024         * sysdeps/unix/i386/dl-brk.S: New file.
7025         * sysdeps/unix/mips/dl-brk.S: New file.
7026         * sysdeps/unix/sparc/dl-brk.S: New file.
7027         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
7028         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
7029         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
7030         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
7031
7032 2002-04-03  Andreas Schwab  <schwab@suse.de>
7033
7034         * Makefile (headers): Add gnu/lib-names.h here instead of
7035         install-others.
7036         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7037         installation rule.
7038         (install-headers): Add dependency on install-headers-nosubdir.
7039         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7040         instead of install-others.
7041         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7042         installation rule.
7043
7044 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7045
7046         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7047         Reported by Sam Roberts <sroberts@uniserve.com>.
7048
7049 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7050
7051         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7052         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7053         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7054         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7055
7056 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7057
7058         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7059         (RTLD_START): Ditto.
7060         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7061         dependency violation.
7062
7063 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7064
7065         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7066         all variable declarations.
7067
7068 2002-04-04  Andreas Schwab  <schwab@suse.de>
7069
7070         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7071
7072 2002-04-04  Andreas Jaeger  <aj@suse.de>
7073
7074         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7075         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7076
7077         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7078         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7079         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7080
7081         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7082
7083         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7084
7085         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7086         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7087
7088         * configure.in: Handle all mips entries the same.
7089
7090         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7091         * sysdeps/mips/mips3/*: Likewise.
7092         * sysdeps/mips/p40/bits/endian.h: Likewise.
7093
7094 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7095
7096         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7097         non-null result [PR libc/2600].
7098
7099         * misc/tst-dirname.c: Add more tests.
7100
7101 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7102
7103         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7104         define a code_set_name provide one based on the filename.
7105
7106         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7107
7108 2001-12-28  Andreas Jaeger  <aj@suse.de>
7109
7110         * time/mktime.c (__mktime_internal): Check for year < 70
7111         [PR libc/2738].
7112
7113 2002-04-03  Andreas Jaeger  <aj@suse.de>
7114
7115         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7116         shmat.
7117         Reported by Andi Kleen <ak@suse.de>.
7118
7119 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7120
7121         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7122         * sysdeps/generic/w_lgammaf.c: Likewise.
7123         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7124
7125         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7126         Adjust for new output format of the backtrace functions.
7127
7128         * misc/syslog.c (vsyslog): Only use cleanup handler if
7129         _LIBC_REENTRANT is defined [PR libc/2924].
7130
7131         * libio/Makefile (tests): Add bug-ungetwc2.
7132         * libio/bug-ungetwc2.c: New file.
7133
7134         * manual/install.texi: Typographical and grammatical cleanup.
7135         Patch by Dennis Grace <dgrace@us.ibm.com>.
7136
7137         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7138         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7139
7140         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7141         always "&".  Adjust callers.
7142         Add "_" prefix to several generated definitions.
7143         Patch by paul@serice.net [PR libc/3158].
7144
7145 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7146
7147         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7148         size of _dl_arm_cap_flags.
7149         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7150
7151         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7152         Define as 8.
7153
7154 2002-03-22  H.J. Lu  <hjl@gnu.org>
7155
7156         * scripts/firstversions.awk: Check the first version.
7157
7158 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7159
7160         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7161         dependencies must be stable to work correctly.
7162         Reported by martin.lubich@datacon.at.
7163
7164         * libio/bug-ungetwc1.c: New file.
7165         * libio/Makefile (tests): Add bug-ungetwc1.
7166
7167         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7168         if stream was last used for writing.
7169
7170         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7171         number [PR libc/3111].
7172
7173         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7174         to ...
7175         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7176
7177 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7178
7179         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7180         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7181         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7182         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7183         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7184
7185 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7186
7187         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7188         dynamic tags.
7189
7190 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7191
7192         * sysdeps/i386/fpu/s_fabs.S: New file.
7193         * sysdeps/i386/fpu/s_fabsf.S: New file.
7194         * sysdeps/i386/fpu/s_fabsl.S: New file.
7195         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7196         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7197         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7198
7199 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7200
7201         * rt/tst-shm.c (do_test): Add one more test for size of shared
7202         memory object.
7203
7204 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7205
7206         * malloc/malloc.c: Add short description and prototypes for
7207         malloc_get_state, malloc_set_state and posix_memalign, for
7208         consistency and to avoid warnings with -Wstrict-prototypes.
7209         Reported by Andreas Jaeger <aj@suse.de>.
7210
7211 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7212
7213         * po/gl.po: Update from translation team.
7214
7215 2002-03-31  Roland McGrath  <roland@frob.com>
7216
7217         * hurd/hurdselect.c (_hurd_select): Fix
7218         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7219         Use a union rather than casts to compare mach_msg_type_t as int.
7220
7221 2002-03-25  Roland McGrath  <roland@frob.com>
7222
7223         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7224         check off the end of NAME when it's shorter than 2 chars.
7225         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7226
7227 2002-03-17  Roland McGrath  <roland@frob.com>
7228
7229         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7230         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7231         * sysdeps/mach/hurd/i386/Dist: Add them.
7232         * sysdeps/mach/hurd/i386/Versions
7233         (libc: GLIBC_2.2.6): New set, add ioperm.
7234         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7235         (mach_interface_list): Check for mach_i386.defs.
7236         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7237         * sysdeps/mach/configure: Regenerated.
7238
7239 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7240
7241         * po/fr.po: Update from translation team.
7242
7243 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7244
7245         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7246         getpriority from syscalls list.
7247
7248 2002-03-28  Andreas Jaeger  <aj@suse.de>
7249
7250         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7251         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7252         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7253         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7254
7255 2002-03-27  Andreas Jaeger  <aj@suse.de>
7256
7257         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7258         sigcontext): Follow further kernel change.
7259
7260         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7261         kernel change.
7262
7263         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7264         Change for struct sigcontext change.
7265
7266         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7267         Follow changes in struct sigcontext.
7268
7269         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7270         sysycall, use wrapper instead.
7271
7272 2002-03-26  Andreas Jaeger  <aj@suse.de>
7273
7274         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7275         read and write accesses as detailed as possible.
7276         (__memcpy_by2): Likewise.
7277         (__memcpy_g): Likewise.
7278         (memmove): Likewise.
7279         (memcmp): Likewise.
7280         (__memset_ccn_by4): Likewise.
7281         (__memset_ccn_by2): Likewise.
7282         (__memset_gcn_by4): Likewise.
7283         (__memset_gcn_by2): Likewise.
7284         (memchr): Likewise.
7285         (__memrchr): Likewise.
7286         (rawmemchr): Likewise.
7287         (__strlen_g): Likewise.
7288         (__strcpy_g): Likewise.
7289         (__mempcpy_by4): Likewise.
7290         (__mempcpy_by2): Likewise.
7291         (__mempcpy_byn): Likewise.
7292         (__stpcpy_g): Likewise.
7293         (__strncpy_by4): Likewise.
7294         (__strncpy_by2): Likewise.
7295         (__strncpy_byn): Likewise.
7296         (__strncpy_gg): Likewise.
7297         (__strcat_c): Likewise.
7298         (__strcat_g): Likewise.
7299         (__strncat_g): Likewise.
7300         (__strcmp_gg): Likewise.
7301         (__strncmp_g): Likewise.
7302         (__strchr_c): Likewise.
7303         (__strchr_g): Likewise.
7304         (__strchrnul_c): Likewise.
7305         (__strchrnul_g): Likewise.
7306         (__strrchr_c): Likewise.
7307         (__strrchr_g): Likewise.
7308         (__strrchr_c): Likewise.
7309         (__strrchr_g): Likewise.
7310         (__strcspn_c1): Likewise.
7311         (__strcspn_cg): Likewise.
7312         (__strcspn_g): Likewise.
7313         (__strcspn_g): Likewise.
7314         (__strspn_c1): Likewise.
7315         (__strspn_cg): Likewise.
7316         (__strspn_g): Likewise.
7317         (__strspn_g): Likewise.
7318         (__strpbrk_cg): Likewise.
7319         (__strpbrk_g): Likewise.
7320         (__strstr_cg): Likewise.
7321         (__strstr_g): Likewise.
7322
7323         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7324         Michal Ludvig <mludvig@suse.cz>.
7325
7326         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7327         compatibilty, adjust for kernel changes.
7328
7329         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7330         sigcontext): Adjust for kernel changes.
7331
7332 2002-03-25  Andreas Jaeger  <aj@suse.de>
7333
7334         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7335         little endian.
7336         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7337
7338 2002-03-24  Andreas Jaeger  <aj@suse.de>
7339
7340         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7341
7342         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7343
7344         * iconv/tst-iconv3.c (main): Use correct printf strings.
7345
7346 2002-03-18  Roland McGrath  <roland@frob.com>
7347
7348         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7349         (CMGROUP_MAX): New macro.
7350
7351 2002-03-23  Roland McGrath  <roland@frob.com>
7352
7353         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7354         * sysdeps/posix/shm_unlink.c: Likewise.
7355
7356 2002-03-22  Roland McGrath  <roland@frob.com>
7357
7358         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7359         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7360         under --enable-libio.
7361         * sysdeps/mach/hurd/configure: Regenerated.
7362
7363 2002-03-23  Roland McGrath  <roland@frob.com>
7364
7365         * sysdeps/mach/hurd/i386/Makefile
7366         (sysdep_routines, shared-only-routines): Don't add framestate,
7367         reverting 2001-10-02 change.
7368         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7369         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7370         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7371         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7372         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7373         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7374         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7375         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7376         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7377         Do it here instead, only if [$(unwind-find-fde) = yes].
7378
7379 2002-03-23  Andreas Jaeger  <aj@suse.de>
7380
7381         * signal/signal.h: Fix typo. Patch by Steve Kemp
7382         <skx@tardis.ed.ac.uk>.
7383
7384 2002-03-22  Andreas Jaeger  <aj@suse.de>
7385
7386         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7387         getresuid.
7388
7389         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7390         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7391         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7392         user_fpregs_struct): Rename fwd.
7393
7394         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7395         Follow sigcontext changes.
7396
7397 2002-03-22  Andreas Jaeger  <aj@suse.de>
7398
7399         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7400         changes for NaNs on MIPS.
7401         Patch by Hartvig Ekner <hartvige@mips.com>.
7402
7403 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7404
7405         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7406         Use realloc if too large.
7407         (addgrbyid): Likewise.
7408         * nscd/hstcache.c (addhstbyname): Likewise.
7409         (addhstbyaddr): Likewise.
7410         (addhstbynamev6): Likewise.
7411         (addhstbyaddrv6): Likewise.
7412         * nscd/pwdcache.c (addpwbyname): Likewise.
7413         (addpwbyuid): Likewise.
7414
7415 2002-03-21  Andreas Jaeger  <aj@suse.de>
7416
7417         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7418         _fpstate): Add separate struct for x86-64.
7419
7420         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7421         user_fpregs_struct): Change member names to follow kernel.
7422
7423 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7424
7425         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7426         Correctly close the UDP connection right away [PR libc/3120].
7427
7428 2002-03-20  Andreas Jaeger  <aj@suse.de>
7429
7430         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7431         user_fpregs_struct): Fix for changed kernel struct.
7432         (struct user_regs_struct): Likewise.
7433         (struct user): Likewise.
7434         Add 32-bit x86 compatibility.
7435
7436         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7437
7438 2002-03-19  Andreas Jaeger  <aj@suse.de>
7439
7440         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7441
7442 2002-03-18  Andreas Jaeger  <aj@suse.de>
7443
7444         * iconvdata/Makefile: Only run tests when shared libs are
7445         available.
7446
7447 2002-03-17  Andreas Jaeger  <aj@suse.de>
7448
7449         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7450
7451         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7452
7453         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7454         bits.
7455
7456         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7457         (CAUSE_SHIFT): New macro.
7458         Patch by Hartvig Ekner <hartvige@mips.com>.
7459
7460         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7461         * sysdeps/generic/unwind-pe.h: Likewise.
7462
7463         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7464         type to _IO_setb.
7465
7466         * libio/stdio.c (AL2): Define variant when visibility attribute is
7467         not supported.
7468
7469         * include/libc-symbols.h (_INTVARDEF): Define variant when
7470         visibility attribute is not supported.
7471
7472 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7473
7474         * po/fr.po: Update from translation team.
7475
7476 2002-02-25  Bruno Haible  <bruno@clisp.org>
7477
7478         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7479
7480 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7481
7482         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7483         buffers if _IO_file_attach failed.
7484
7485         * libio/fileops.c (_IO_file_open): Close file descriptor if
7486         _IO_SEEKOFF call failed.
7487
7488 2002-03-15  H.J. Lu  <hjl@gnu.org>
7489             Ulrich Drepper  <drepper@redhat.com>
7490
7491         * configure.in: Check for availability of
7492         init_array/fini_array/preinit_array handling in binutils.
7493         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7494         * config.make.in (have-initfini-array): New variable.
7495
7496 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7497
7498         * stdio-common/tst-printf.c (main): Comment out one test which
7499         checked the compiler's ability to fold floating-point constants
7500         but not really printf.
7501         (rfg3): Make s const.
7502         * stdio-common/tst-printf.sh: Adjust for removed test.
7503
7504         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7505         internal function.  Adjust for internal_function calling convention.
7506         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7507         as internal_function.
7508
7509         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7510         hidden.
7511
7512         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7513         declaration and definition.
7514         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7515         declaration.
7516         * nss/getXXent_r.c: Likewise.
7517         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7518         definition.
7519
7520         * include/time.h: Declare __localtime_r as hidden.
7521
7522         * include/aliases.h: Declare __getaliasent_r as hidden.
7523         * include/grp.h: Declare __getgrent_r as hidden.
7524         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7525         __getservent_r, and __getprotoent_r as hidden.
7526         * include/pwd.h: Declare __getpwent_r as hidden.
7527         * include/shadow.h: Declare __getspent_r as hidden.
7528         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7529
7530         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7531         and __gconv_transliterate as hidden.
7532         Add internal_function to __gconv_get_path declaration.
7533         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7534         definition.  Add attribute_hidden to __gconv_read_conf definition.
7535
7536 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7537
7538         * elf/rtld.c: Declare _environ as hidden.
7539         * sysdeps/generic/dl-environ.c: Likewise.
7540         * sysdeps/generic/dl-sysdep.c: Likewise.
7541
7542         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7543         _dl_mcount_internal as hidden.
7544
7545         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7546         * sysdeps/generic/dl-brk.c: New file.
7547         * sysdeps/generic/dl-sbrk.c: New file.
7548         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7549         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7550
7551         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7552         (__errno_location): New function.  Declare errno as hidden.
7553         * elf/rtld.c (_dl_argc): Define as hidden.
7554         (_dl_skip_args): Define as hidden.
7555         (_begin, _end): Declare as hidden.
7556         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7557         * sysdeps/generic/entry.h (_start): Declare as hidden.
7558         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7559         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7560         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7561         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7562
7563 2002-03-14  Roland McGrath  <roland@frob.com>
7564
7565         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7566
7567         * Makeconfig (%.v.i, %.v): New implicit rules.
7568         (preprocess-versions): Variable removed.
7569         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7570         shlib-versions input files as dependencies.
7571         ($(common-objpfx)soversions.i): Depend on that instead of the input
7572         files.  Use it as input instead of using a pipeline.
7573         (postclean-generated): Append soversions.i, shlib-versions.v, and
7574         shlib-versions.v.i here.
7575         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7576         the Versions.def input files as dependencies.
7577         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7578         ($(common-objpfx)Versions.all): Depend on that instead of the input
7579         files.  Use it as input instead of using a pipeline.
7580         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7581         (postclean-generated): Append those .v and .v.i files here.
7582
7583 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7584
7585         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7586         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7587         Remove.
7588
7589 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7590
7591         * sysdeps/generic/mp_clz_tab.c: New file.
7592         * sysdeps/i386/mp_clz_tab.c: New file.
7593         * sysdeps/hppa/mp_clz_tab.c: New file.
7594         * sysdeps/powerpc/mp_clz_tab.c: New file.
7595         * stdlib/Makefile (aux): Revert last patch.
7596         * math/Makefile (gmp-objs): Likewise.
7597
7598 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7599
7600         * time/strftime.c: Comment fixes for references to obsolescent
7601         standards, In most cases the simplest fix is to remove the
7602         confusing comments.  Cross-referencing all the standards properly
7603         is a bit of a pain, and it should be enough to put that info in
7604         the documentation as I did in my recent time.texi patch.
7605
7606 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7607
7608         * manual/time.texi (Formatting Calendar Time):
7609         ISO C99 also specifies the E and O modifiers.
7610         %P is a GNU extension, and is not in ISO C99.
7611         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7612         %T is also in ISO C99.
7613         The RFC 822 example is not valid in arbitrary locales.
7614         Reword the POSIX.2 wording slightly, to make it a bit clearer
7615         that POSIX.2 formats are also supported by later POSIX versions.
7616         If a format was introduced in ISO C99 it is also required by
7617         POSIX.1-2001.
7618
7619 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7620
7621         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7622         _sys_nerr_internal with INTVARDEF2.
7623         * include/libc-symbols.h (INTVARDEF2): New macro.
7624         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7625         (_sys_nerr_internal): Library.
7626
7627         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7628         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7629
7630         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7631
7632 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7633
7634         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7635
7636 2002-03-02  Andreas Schwab  <schwab@suse.de>
7637
7638         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7639         'h' flag and positional arg.
7640         * stdio-common/tst-printf.c (rfg3): New function to test
7641         positional arguments.
7642         (main): Fix some warnings.
7643
7644 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7645
7646         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7647         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7648
7649 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7650
7651         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7652
7653         * include/locale.h (_nl_C_locobj): Declare as hidden.
7654
7655         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7656         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7657
7658         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7659
7660         * include/sys/gmon.h: Declare _gmonparam as hidden.
7661
7662         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7663         (__ctype32_wctrans): Likewise.
7664         (__ctype32_width): Likewise.
7665
7666         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7667         use of __ttyname.
7668
7669         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7670         Define as hidden.
7671         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7672         hidden.  Change all users of these variables.
7673
7674         * posix/regex_internal.h (__re_error_msgid): Renamed from
7675         re_error_msgid.  Declare as hidden.
7676         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7677         hidden.
7678
7679         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7680         (__printf_function_table): Likewise.
7681         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7682         hidden.
7683         (__printf_function_table): Likewise.
7684
7685         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7686         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7687
7688         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7689         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7690
7691         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7692         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7693
7694 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7695
7696         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7697         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7698         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7699         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7700         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7701         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7702         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7703         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7704         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7705         _nl_C_LC_CTYPE_width: Declare as hidden.
7706         * include/locale.h: Declare _nl_locale_file_list.
7707         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7708         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7709         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7710         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7711         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7712         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7713         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7714         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7715         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7716         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7717         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7718         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7719         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7720         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7721         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7722         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7723         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7724         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7725         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7726         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7727         _nl_C_LC_CTYPE_width, and as hidden.
7728         * locale/findlocale.c: Declare _nl_C as hidden.
7729         * locale/newlocale.c: Likewise.
7730         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7731         _nl_locale_file_list.
7732         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7733         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7734         Define _nl_C_locobj as hidden.
7735
7736         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7737         (_mtrace_line): Likewise.
7738
7739         * include/time.h: Declare __mon_yday as hidden.
7740         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7741
7742         * libio/libioP.h: Declare __libio_codecvt as hidden.
7743         * libio/fileops.c: Declare __libio_translit as hidden.
7744         * libio/iofwide.c: Define __libio_translit as hidden.
7745
7746         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7747         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7748         * login/getutline_r.c: Likewise.
7749         * login/utmpname.c: Likewise.
7750
7751         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7752         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7753         __libc_utmp_file_name as hidden.
7754
7755         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7756         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7757         * locale/freelocale.c: Likewise.
7758         * locale/lc-time.c: Likewise.
7759
7760         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7761         (__libc_ptyname2): Likewise.
7762         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7763         hidden.
7764         (__libc_ptyname2): Likewise.
7765
7766         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7767         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7768         * sysdeps/generic/init-first.c: Likewise.
7769         * sysdeps/i386/init-first.c: Likewise.
7770         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7771         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7772         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7773         * sysdeps/sh/init-first.c: Likewise.
7774         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7775         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7776
7777         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7778         (_itowa_upper_digits): Likewise.
7779
7780         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7781         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7782         as hidden.
7783
7784         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7785         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7786         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7787         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7788
7789         * gmon/gmon.c (__bb_head): Define as hidden.
7790         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7791
7792         * argp/argp-parse.c (_argp_hang): Define as static.
7793
7794         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7795         handling in latest compilers.
7796
7797         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7798         define alias.
7799         * libio/fileops.c (_IO_file_jumps): Likewise.
7800         * libio/stdfiles.c (_IO_list_all): Likewise.
7801         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7802
7803         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7804         include/malloc.h.
7805         * include/malloc.h: Add __libc_malloc_initialized declaration
7806         here.  Mark variable hidden.
7807         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7808
7809         * elf/dl-open.c (__libc_argc): Declare as hidden.
7810         (__libc_argv): Likewise.
7811         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7812         (__libc_argv): Likewise.
7813         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7814         __libc_argv as hidden.
7815         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7816         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7817         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7818         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7819
7820         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7821         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7822         * stdlib/erand48.c: Likewise.
7823         * stdlib/jrand48.c: Likewise.
7824         * stdlib/lcong48.c: Likewise.
7825         * stdlib/lrand48.c: Likewise.
7826         * stdlib/mrand48.c: Likewise.
7827         * stdlib/nrand48.c: Likewise.
7828         * stdlib/seed48.c: Likewise.
7829         * stdlib/srand48.c: Likewise.
7830
7831         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7832         (_itoa_lower_digits_internal): New declaration.
7833         (_itoa_upper_digits_internal): New declaration.
7834         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7835         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7836         (_itoa_upper_digits_internal): New declaration.
7837         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7838         _itoa_lower_digits.
7839         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7840         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7841
7842         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7843         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7844
7845         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7846         (_itowa_lower_digits): Likewise.
7847         (_itowa_upper_digits): Likewise.
7848         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7849         (_itowa_upper_digits): Likewise.
7850
7851         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7852         not already defined.
7853         (GERMANIC_PLURAL): Declare as hidden.
7854
7855         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7856         (attribute_hidden): Define as empty macro if not already defined.
7857
7858         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7859         (__gconv_max_path_elem_len): Likewise.
7860         (__gconv_path_envvar): Likewise.
7861
7862         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7863         * stdlib/Makefile (aux): Remove mp_clz_tab.
7864         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7865
7866         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7867
7868         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7869
7870         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7871         _nl_category_names, _nl_category_name_sizes, _nl_current,
7872         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7873
7874         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7875         (_nl_current_default_domain): Likewise
7876         (_nl_state_lock): Likewise.
7877         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7878         (_nl_current_default_domain): Likewise
7879         (_nl_state_lock): Likewise.
7880         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7881
7882         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7883         (_fpioconst_pow10): Likewise.
7884
7885         * include/time.h (_tmbuf): Add attribute_hidden.
7886
7887         * time/tzset.c (tzstring_list): Define as static.
7888
7889         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7890         __use_tzfile declaration.
7891
7892         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7893         and __wcsmbs_last_locale declaration.
7894
7895 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7896
7897         * timezone/Makefile (tzbases): Move systemv from here...
7898         (tzlinks): to here, since the entries in systemv were all changed
7899         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7900         tested) by Peter Breitenlohner.
7901
7902 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7903
7904         * time/tst-posixtz.c (tests): Add new tests.
7905         (main): Test whether tzset() sets daylight properly.
7906
7907 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7908
7909         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7910         __tzname_cur_max setting...
7911         (tzset_internal): ...here.
7912
7913 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7914
7915         * time/tzset.c (compute_change): Don't return any value.
7916         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7917         (__tz_convert): But here.
7918
7919 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7920
7921         * manual/examples/mkfsock.c: Include <string.h> as well.
7922         Patch by Alain De Carolis <alaind@wseurope.com>.
7923
7924 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7925
7926         * posix/regexec.c (re_match): Fix incorrect register sizes.
7927         (re_search): Likewise.
7928
7929 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7930
7931         * posix/regcomp.c (regfree): Remove a disused condition.
7932         * posix/regex_internal.c (re_acquire_state): Likewise.
7933         (re_acquire_state_context): Likewise.
7934         (register_state): Remove a redundant malloc invocation.
7935         * posix/regex_internal.h: (re_state_table_entry): Simplify
7936         the structure.
7937
7938 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7939
7940         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7941         handling conditions.
7942         (regerror): Likewise.
7943         (regfree): Likewise.
7944         (re_compile_internal): Likewise.
7945         (init_dfa): Likewise.
7946         (init_word_char): Likewise.
7947         (create_initial_state): Likewise.
7948         (analyze): Likewise.
7949         (analyze_tree): Likewise.
7950         (duplicate_node): Likewise.
7951         (calc_eclosure): Likewise.
7952         (calc_eclosure_iter): Likewise.
7953         (parse): Likewise.
7954         (parse_reg_exp): Likewise.
7955         (parse_branch): Likewise.
7956         (parse_expression): Likewise.
7957         (parse_subexp): Likewise.
7958         (parse_dup_op): Likewise.
7959         (parse_bracket_exp): Likewise.
7960         (build_equiv_class): Likewise.
7961         (build_charclass): Likewise.
7962         (build_word_op): Likewise.
7963         (fetch_number): Likewise.
7964         (create_tree): Likewise.
7965         (duplicate_tree): Likewise.
7966         * posix/regex.c (BE): New macro.
7967         * posix/regexec.c (re_match): Add __builtin_expect to error
7968         handling conditions.
7969         (re_match_2): Likewise.
7970         (re_search): Likewise.
7971         (re_search_internal): Likewise.
7972         (check_matching): Likewise.
7973         (proceed_next_node): Likewise.
7974         (set_regs): Likewise.
7975         (sift_states_backward): Likewise.
7976         (add_epsilon_backreference): Likewise.
7977         (transit_state): Likewise.
7978         (transit_state_sb): Likewise.
7979         (transit_state_mb): Likewise.
7980         (transit_state_bkref): Likewise.
7981         (transit_state_bkref_loop): Likewise.
7982         (build_trtable): Likewise.
7983         (group_nodes_into_DFAstates): Likewise.
7984         (match_ctx_init): Likewise.
7985         (match_ctx_add_entry): Likewise.
7986         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7987         to error handling conditions.
7988         (re_string_construct_toupper): Likewise.
7989         (build_wcs_buffer): Likewise.
7990         (build_wcs_upper_buffer): Likewise.
7991         (build_upper_buffer): Likewise.
7992         (re_string_translate_buffer): Likewise.
7993         (re_node_set_alloc): Likewise.
7994         (re_node_set_init_1): Likewise.
7995         (re_node_set_init_2): Likewise.
7996         (re_node_set_init_copy): Likewise.
7997         (re_node_set_intersect): Likewise.
7998         (re_node_set_init_union): Likewise.
7999         (re_node_set_merge): Likewise.
8000         (re_node_set_insert): Likewise.
8001         (re_dfa_add_node): Likewise.
8002         (re_acquire_state): Likewise.
8003         (re_acquire_state_context): Likewise.
8004         (create_new_state_common): Likewise.
8005         (register_state): Likewise.
8006         (create_ci_new_state): Likewise.
8007         (create_cd_new_state): Likewise.
8008         (re_string_context_at): Remove redundant condition.
8009
8010 2002-01-16  Roger Sayle  <roger@eyesopen.com>
8011
8012         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
8013
8014         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
8015
8016 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
8017
8018         * sysdeps/i386/elf/configure.in: Fix comment.
8019
8020         * sysdeps/sparc/sparc64/configure.in: New file.
8021         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
8022         if .dynamic comes before .got.
8023         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
8024
8025         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
8026         HP_TIMING_ACCUM): Fix typos.
8027
8028 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8029
8030         * string/strfry.c: Add some more randomness to the seed.
8031         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
8032
8033         * po/es.po: Update from translation team.
8034         * po/fr.po: Likewise.
8035
8036         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8037
8038         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8039         when determining type of format.
8040         Patch by James Antill <james@anqd.org> [PR libc/2787].
8041
8042 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8043
8044         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8045
8046 2002-03-11  Roland McGrath  <roland@frob.com>
8047
8048         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8049
8050         * Versions.def (libc): Add GLIBC_2.2.6.
8051         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8052         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8053         __errno_location instead of __hurd_errno_location, and don't inline it.
8054         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8055         * hurd/errno.c: New file.
8056         * hurd/Makefile (routines): Add errno.
8057
8058 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8059
8060         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8061         ridiculously large widths and precisions [PR libc/3026].
8062
8063 2002-03-11  Andreas Jaeger  <aj@suse.de>
8064
8065         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8066         support.
8067         Patch by Susanne Oberhauser <froh@SuSE.de>.
8068
8069 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8070
8071         * inet/rexec.c (ahostbuf): Define as static.
8072
8073         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8074         (__ctype32_wctrans): Likewise.
8075         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8076         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8077         (__ctype32_wctrans): Likewise.
8078         (__ctype32_width): Likewise.
8079
8080         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8081         They were never exported anyway.
8082
8083         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8084         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8085         exported.
8086         * include/sys/gmon.h: Declare _gmonparam.
8087
8088         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8089         symbols for getdents64.  They were never exported.
8090
8091 2002-03-09  Roland McGrath  <roland@frob.com>
8092
8093         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8094         Reported by Jon Arney <jarney1@cox.net>.
8095
8096 2002-02-23  Roland McGrath  <roland@frob.com>
8097
8098         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8099         declaration.
8100         (__hurd_errno_location): Function removed.
8101
8102 2002-03-06  Andreas Jaeger  <aj@suse.de>
8103
8104         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8105         32-bit.
8106
8107 2002-03-04  Andreas Jaeger  <aj@suse.de>
8108
8109         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8110
8111         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8112         x86-64.
8113
8114         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8115
8116         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8117
8118         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8119
8120         * sysdeps/x86_64/bits/setjmp.h: New file.
8121
8122         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8123
8124         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8125
8126         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8127         for x86.
8128         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8129         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8130
8131 2002-02-28  Bo Thorsen  <bo@suse.de>
8132
8133         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8134         version.
8135
8136 2002-03-03  Andreas Jaeger  <aj@suse.de>
8137
8138         * sysdeps/x86_64/bits/wordsize.h: New file.
8139
8140         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8141         * elf/tst-tlsmod1.c: Likewise.
8142
8143         * posix/regcomp.c: Get regex.h from include dir for internal
8144         prototypes.
8145
8146         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8147         to libc-internal.h and include it.
8148         * include/libc-internal.h: Add __init_misc.
8149
8150         * misc/init-misc.c: Include libc-internal.h for prototypes.
8151
8152         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8153
8154         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8155         _IO_putc_internal.
8156
8157 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8158
8159         * posix/regcomp.c: Compatibility changes to allow using the code
8160         outside glibc.
8161
8162 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8163
8164         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8165         compiled non-PIC.
8166
8167 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8168
8169         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8170         of .str elements in the returned data structure.
8171
8172         * elf/elf.h: Add Alpha TLS bits.
8173
8174 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8175
8176         * sysdeps/unix/sysv/linux/nice.c: New file.
8177
8178 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8179
8180         * elf/Makefile (dl-routines): Add dl-origin.
8181         (elide-routines.os): Add dl-origin.
8182         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8183         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8184         _dl_debug_state.
8185         * include/libc-symbols.c: Define attribute_hidden depending on
8186         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8187
8188         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8189         * elf/dl-load.c: Likewise.
8190         * elf/rtld.c: Likewise.
8191         * include/unistd.h: Declare __libc_enable_secure_internal.
8192         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8193         Use INTUSE with __libc_enable_secure.
8194         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8195
8196         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8197         * elf/dl-error.c: Likewise,
8198         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8199
8200         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8201         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8202         function definition.  Use INTDEF with _dl_get_origin.
8203         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8204
8205         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8206         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8207
8208         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8209         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8210         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8211
8212         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8213         * elf/dl-deps.c: Likewise.
8214         * elf/dl-error.c: Likewise.
8215         * elf/dl-fini.c: Likewise.
8216         * elf/dl-init.c: Likewise.
8217         * elf/dl-load.c: Likewise.
8218         * elf/dl-lookup.c: Likewise.
8219         * elf/dl-reloc.c: Likewise.
8220         * elf/dl-version.c: Likewise.
8221         * elf/do-lookup.h: Likewise.
8222         * sysdeps/arm/dl-machine.h: Likewise.
8223         * sysdeps/cris/dl-machine.h: Likewise.
8224         * sysdeps/hppa/dl-machine.h: Likewise.
8225         * sysdeps/i386/dl-machine.h: Likewise.
8226         * sysdeps/m68k/dl-machine.h: Likewise.
8227         * sysdeps/powerpc/dl-machine.h: Likewise.
8228         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8229         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8230         * sysdeps/sh/dl-machine.h: Likewise.
8231         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8232         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8233         * sysdeps/x86_64/dl-machine.h: Likewise.
8234         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8235         _dl_argv[0].  Use INTUSE with _dl_argv.
8236         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8237         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8238
8239 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8240
8241         * elf/rtld.c (_rtld_global): Remove .protected.
8242         (_rtld_local): Strong alias to _rtld_global.
8243         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8244         only .os object.
8245         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8246         _rtld_local instead of _rtld_global.
8247         (_rtld_local): Add hidden extern, possibly in .sdata section.
8248         * configure.in: Add tests for visibility attribute and .sdata.
8249         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8250         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8251         * sysdeps/arm/dl-machine.h: Likewise.
8252         * sysdeps/generic/ldsodefs.h: Likewise.
8253         * sysdeps/hppa/dl-machine.h: Likewise.
8254         * sysdeps/cris/dl-machine.h: Likewise.
8255         * sysdeps/i386/dl-machine.h: Likewise.
8256         * sysdeps/ia64/dl-machine.h: Likewise.
8257         * sysdeps/m68k/dl-machine.h: Likewise.
8258         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8259         * sysdeps/mips/dl-machine.h: Likewise.
8260         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8261         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8262         * sysdeps/sh/dl-machine.h: Likewise.
8263         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8264         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8265         * sysdeps/x86_64/dl-machine.h: Likewise.
8266
8267 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8268
8269         * login/login.c (login): Always initialize ut_line field
8270         [PR libc/2991].
8271
8272 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8273
8274         * sysdeps/i386/Makefile (sysdep_routines): Add
8275         divdi3 in csu dir.
8276         (shared-only-routines): Likewise.
8277         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8278         (shared-only-routines): Likewise.
8279         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8280         (shared-only-routines): Likewise.
8281         * sysdeps/wordsize-32/divdi3.c: New file.
8282
8283 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8284
8285         * locale/iso-4217.def: Remove obsolete currencies for countries
8286         with Euro.
8287
8288 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8289
8290         * posix/regcomp.c (regcomp): Remove a redundant condition.
8291         (init_word_char): Add a check on malloc failure.
8292         (create_initial_state): Likewise.
8293         (duplicate_node): Likewise.
8294         (calc_eclosure): Likewise.
8295         (calc_eclosure_iter): Likewise.
8296         (parse_expression): Likewise.
8297         (parse_bracket_exp): Remove unnecessary malloc invocations.
8298         (build_equiv_class): Likewise.
8299         (build_charclass): Likewise.
8300         * posix/regex_internal.c (re_node_set_intersect): Add a check
8301         on malloc failure.
8302         (re_node_set_add_intersect): Likewise.
8303         (re_node_set_merge): Likewise.
8304         (re_acquire_state): Likewise.
8305         (re_acquire_state_context): Likewise.
8306         (create_newstate_common): Likewise.
8307         (register_state): Likewise.
8308         (create_ci_newstate): Likewise.
8309         (create_cd_newstate): Likewise.
8310         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8311         and re_acquire_state_context.
8312         * posix/regexec.c (regexec): Suit it to the error handling of
8313         re_search_internal.
8314         (re_match): Likewise.
8315         (re_search): Likewise.
8316         (re_search_internal): Add a check on malloc failure.
8317         (acquire_init_state_context): Likewise.
8318         (check_matching): Likewise.
8319         (proceed_next_node): Likewise.
8320         (set_regs): Likewise.
8321         (sift_states_backward): Likewise.
8322         (sift_states_iter_bkref): Likewise.
8323         (add_epsilon_backreference): Likewise.
8324         (transit_state): Likewise.
8325         (transit_state_sb): Likewise.
8326         (transit_state_mb): Likewise.
8327         (transit_state_bkref_loop): Likewise.
8328         (build_trtable): Likewise.
8329         (group_nodes_into_DFAstates): Likewise.
8330         (match_ctx_init): Likewise.
8331         (match_ctx_add_entry): Likewise.
8332
8333 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8334
8335         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8336         l_libname if profiling is enabled [PR libc/2916].
8337
8338         * sysdeps/ia64/dl-tls.h: New file.
8339
8340 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8341
8342         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8343         Work around an Alpha gas bug.
8344
8345 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8346
8347         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8348         uses read to load the catalog.
8349         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8350
8351 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8352
8353         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8354         regex_internal.c, and regex_internal.h.
8355         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8356         * posix/regex.c: Complete rewrite.
8357         * posix/regexec.c: New file.
8358         * posix/regcomp.c: New file.
8359         * posix/regex_internal.c: New file.
8360         * posix/regex_internal.h: New file.
8361         * posix/regex.h (RE_ICASE): New macro.
8362         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8363
8364         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8365         ungetwc.  It's a macro.
8366         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8367         implementation.
8368         Reported by Jason Merrill <jason@redhat.com>.
8369
8370 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8371
8372         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8373         position to fp->_offset if it is set.
8374         * stdio-common/Makefile (tests): Add tst-fdopen.
8375         * stdio-common/tst-fdopen.c: New test.
8376
8377 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8378
8379         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8380         * stdio-common/tst-ungetc.c (main): Add another test.
8381
8382 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8383
8384         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8385         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8386         aliases.  Add prototypes for the new aliases.
8387         * assert/assert.c: Likewise.
8388         * include/libc-symbols.h: Likewise.
8389         * include/stdio.h: Likewise.
8390         * include/netinet/in.h: Likewise.
8391         * include/rpc/auth.h: Likewise.
8392         * include/rpc/auth_unix.h: Likewise.
8393         * include/rpc/key_prot.h: Likewise.
8394         * include/rpc/pmap_prot.h: Likewise.
8395         * include/rpc/pmap_rmt.h: Likewise.
8396         * include/rpc/rpc_msg.h: Likewise.
8397         * include/rpc/xdr.h: Likewise.
8398         * inet/gethstbyad_r.c: Likewise.
8399         * inet/gethstbynm2_r.c: Likewise.
8400         * inet/gethstbynm_r.c: Likewise.
8401         * inet/gethstent_r.c: Likewise.
8402         * inet/in6_addr.c: Likewise.
8403         * libio/__fpurge.c: Likewise.
8404         * libio/filedoalloc.c: Likewise.
8405         * libio/fileops.c: Likewise.
8406         * libio/ftello.c: Likewise.
8407         * libio/ftello64.c: Likewise.
8408         * libio/genops.c: Likewise.
8409         * libio/iofclose.c: Likewise.
8410         * libio/iofdopen.c: Likewise.
8411         * libio/iofflush.c: Likewise.
8412         * libio/iofflush_u.c: Likewise.
8413         * libio/iofgetpos.c: Likewise.
8414         * libio/iofgetpos64.c: Likewise.
8415         * libio/iofgets.c: Likewise.
8416         * libio/iofgets_u.c: Likewise.
8417         * libio/iofopen.c: Likewise.
8418         * libio/iofopncook.c: Likewise.
8419         * libio/iofputs.c: Likewise.
8420         * libio/iofread.c: Likewise.
8421         * libio/iofread_u.c: Likewise.
8422         * libio/iofsetpos.c: Likewise.
8423         * libio/iofsetpos64.c: Likewise.
8424         * libio/ioftell.c: Likewise.
8425         * libio/iofwrite.c: Likewise.
8426         * libio/iogetline.c: Likewise.
8427         * libio/iogets.c: Likewise.
8428         * libio/iogetwline.c: Likewise.
8429         * libio/iolibio.h: Likewise.
8430         * libio/iopadn.c: Likewise.
8431         * libio/iopopen.c: Likewise.
8432         * libio/ioseekoff.c: Likewise.
8433         * libio/ioseekpos.c: Likewise.
8434         * libio/iosetbuffer.c: Likewise.
8435         * libio/iosetvbuf.c: Likewise.
8436         * libio/ioungetc.c: Likewise.
8437         * libio/ioungetwc.c: Likewise.
8438         * libio/iovdprintf.c: Likewise.
8439         * libio/iovsprintf.c: Likewise.
8440         * libio/iovsscanf.c: Likewise.
8441         * libio/libioP.h: Likewise.
8442         * libio/memstream.c: Likewise.
8443         * libio/obprintf.c: Likewise.
8444         * libio/oldfileops.c: Likewise.
8445         * libio/oldiofclose.c: Likewise.
8446         * libio/oldiofdopen.c: Likewise.
8447         * libio/oldiofgetpos.c: Likewise.
8448         * libio/oldiofgetpos64.c: Likewise.
8449         * libio/oldiofopen.c: Likewise.
8450         * libio/oldiofsetpos.c: Likewise.
8451         * libio/oldiofsetpos64.c: Likewise.
8452         * libio/oldiopopen.c: Likewise.
8453         * libio/oldstdfiles.c: Likewise.
8454         * libio/putc.c: Likewise.
8455         * libio/setbuf.c: Likewise.
8456         * libio/setlinebuf.c: Likewise.
8457         * libio/stdfiles.c: Likewise.
8458         * libio/stdio.c: Likewise.
8459         * libio/strops.c: Likewise.
8460         * libio/vasprintf.c: Likewise.
8461         * libio/vscanf.c: Likewise.
8462         * libio/vsnprintf.c: Likewise.
8463         * libio/vswprintf.c: Likewise.
8464         * libio/wfiledoalloc.c: Likewise.
8465         * libio/wfileops.c: Likewise.
8466         * libio/wgenops.c: Likewise.
8467         * libio/wstrops.c: Likewise.
8468         * malloc/mtrace.c: Likewise.
8469         * misc/error.c: Likewise.
8470         * misc/syslog.c: Likewise.
8471         * nss/getXXbyYY_r.c: Likewise.
8472         * nss/getXXent_r.c: Likewise.
8473         * nss/hosts-lookup.c: Likewise.
8474         * stdio-common/getw.c
8475         * stdio-common/printf-prs.c: Likewise.
8476         * stdio-common/printf_fp.c: Likewise.
8477         * stdio-common/printf_size.c: Likewise.
8478         * stdio-common/putw.c: Likewise.
8479         * stdio-common/scanf.c: Likewise.
8480         * stdio-common/sprintf.c: Likewise.
8481         * stdio-common/tmpfile64.c: Likewise.
8482         * stdio-common/vfprintf.c: Likewise.
8483         * stdio-common/vfscanf.c: Likewise.
8484         * stdlib/strfmon.c: Likewise.
8485         * sunrpc/auth_des.c: Likewise.
8486         * sunrpc/auth_none.c: Likewise.
8487         * sunrpc/auth_unix.c: Likewise.
8488         * sunrpc/authdes_prot.c: Likewise.
8489         * sunrpc/authuxprot.c: Likewise.
8490         * sunrpc/clnt_perr.c: Likewise.
8491         * sunrpc/clnt_raw.c: Likewise.
8492         * sunrpc/clnt_tcp.c: Likewise.
8493         * sunrpc/clnt_udp.c: Likewise.
8494         * sunrpc/clnt_unix.c: Likewise.
8495         * sunrpc/key_call.c: Likewise.
8496         * sunrpc/key_prot.c: Likewise.
8497         * sunrpc/openchild.c: Likewise.
8498         * sunrpc/pm_getmaps.c: Likewise.
8499         * sunrpc/pm_getport.c: Likewise.
8500         * sunrpc/pmap_clnt.c: Likewise.
8501         * sunrpc/pmap_prot.c: Likewise.
8502         * sunrpc/pmap_prot2.c: Likewise.
8503         * sunrpc/pmap_rmt.c: Likewise.
8504         * sunrpc/rpc_cmsg.c: Likewise.
8505         * sunrpc/rpc_prot.c: Likewise.
8506         * sunrpc/svc_authux.c: Likewise.
8507         * sunrpc/svc_raw.c: Likewise.
8508         * sunrpc/svc_simple.c: Likewise.
8509         * sunrpc/svc_tcp.c: Likewise.
8510         * sunrpc/svc_udp.c: Likewise.
8511         * sunrpc/svc_unix.c: Likewise.
8512         * sunrpc/xdr.c: Likewise.
8513         * sunrpc/xdr_array.c: Likewise.
8514         * sunrpc/xdr_mem.c: Likewise.
8515         * sunrpc/xdr_rec.c: Likewise.
8516         * sunrpc/xdr_ref.c: Likewise.
8517         * sunrpc/xdr_stdio.c: Likewise.
8518         * sysdeps/generic/_strerror.c: Likewise.
8519         * sysdeps/generic/printf_fphex.c: Likewise.
8520         * sysdeps/generic/tmpfile.c: Likewise.
8521         * sysdeps/gnu/errlist.awk: Likewise.
8522         * sysdeps/gnu/errlist.c: Likewise.
8523
8524         * libio/Makefile (routines): Remove iosprint.
8525         * libio/iosprintf.c: Removed
8526
8527
8528 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8529
8530         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8531         non_dynamic_init and exported now.
8532         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8533         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8534         !SHARED.
8535         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8536         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8537         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8538
8539 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8540
8541         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8542         true in this case.
8543
8544         * locale/iso-639.def: Add language codes for Walloon.
8545
8546         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8547         total number of relocations performed.
8548
8549         * elf/sprof.c (load_profdata): If do_test provide information as
8550         to why loading failed.
8551         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8552         hist_hdr.dimen.
8553
8554         * csu/set-init.c: Moved to...
8555         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8556         * csu/Makefile: Don't compile set-init.
8557         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8558         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8559         to __libc_init.
8560         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8561         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8562         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8563         __libc_init.
8564         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8565         __libc_subinit.
8566
8567 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8568
8569         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8570         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8571         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8572         (_dl_deallocate_tls): New function.
8573         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8574         _dl_deallocate_tls.
8575
8576 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8577
8578         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8579         * stdio-common/tst-fseek.c (main): Add test for this.
8580
8581 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8582
8583         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8584
8585 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8586
8587         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8588         pointer before dereferencing.
8589
8590 2002-02-18  Roland McGrath  <roland@frob.com>
8591
8592         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8593
8594         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8595         Use task_policy in place of task_priority.
8596
8597         * sysdeps/generic/bits/mman.h
8598         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8599         * sysdeps/mach/msync.c: New file.
8600
8601         * sysdeps/mach/powerpc/syscall.S: New file.
8602
8603         * mach/msg.c [MACH_MSG_OVERWRITE]
8604         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8605         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8606
8607         * sysdeps/mach/configure.in: Check for clock.defs to put into
8608         mach_interface_list.
8609         * sysdeps/mach/configure: Regenerated.
8610
8611         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8612         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8613         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8614         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8615         (mach-shortcuts): Add device_read_overwrite_request,
8616         device_read_overwrite, vm_read_overwrite, thread_switch.
8617
8618         * configure.in (base_machine): Set to $machine by default.
8619         * configure: Regenerated.
8620
8621         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8622         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8623         * sysdeps/mach/configure: Regenerated.
8624         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8625
8626         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8627
8628         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8629
8630         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8631         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8632
8633 2002-02-17  Roland McGrath  <roland@frob.com>
8634
8635         * sysdeps/mach/hurd/times.c
8636         [NO_CREATION_TIME] (startup_time): New static variable.
8637         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8638         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8639         creation_time from task_basic_info.
8640         (__times): Use __gettimeofday instead of __host_get_time.
8641
8642         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8643         Use untyped Mach IPC message format.
8644
8645         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8646
8647         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8648         _S_catch_exception_raise_state_identity,
8649         _hurdsig_fault_catch_exception_raise_state,
8650         _hurdsig_fault_catch_exception_raise_state_identity.
8651
8652         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8653
8654         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8655         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8656
8657         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8658         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8659
8660         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8661         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8662         them as no-op macros.
8663         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8664         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8665
8666         * sysdeps/powerpc/dl-machine.h
8667         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8668
8669         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8670         Use untyped Mach IPC message format.
8671
8672         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8673         Handle untyped Mach IPC message formats.
8674
8675         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8676         Expect different argument conventions when this is defined.
8677         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8678         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8679         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8680         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8681         for OSF Mach variant.
8682         (faulted): Use mig_reply_error_t for REPLY.
8683         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8684         in __thread_set_exception_ports call.
8685         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8686         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8687
8688         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8689         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8690         on Darwin, which includes bogons.
8691
8692         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8693         variable LOADBASE so it's not declared when it's not used.
8694
8695 2002-02-16  Roland McGrath  <roland@frob.com>
8696
8697         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8698         to use BI.creation_time.
8699
8700         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8701
8702         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8703         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8704         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8705         host_page_size instead of vm_statistics.
8706
8707         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8708         mach_interface.h here, since not all variants use that name.
8709
8710         * sysdeps/mach/configure.in: Add some checks for Mach headers
8711         to ensure a sane installation.
8712         (mach_interface_list): Define this variable by checking for .defs
8713         files found in various variants.
8714         * configure.in (mach_interface_list): AC_SUBST this.
8715         * config.make.in (mach-interface-list): New substituted variable.
8716         * mach/Makefile (user-interfaces): Define this using the value
8717         of $(mach-interface-list) instead of mach, mach4.
8718         Updated other references to mach_interface to use it as well.
8719
8720         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8721
8722         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8723         mig_reply_error_t for OSF Mach variant.
8724
8725         * mach/Makefile (routines): Remove bootprivport.
8726         * mach/bootprivport.c: File removed.  It has never been used.
8727
8728         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8729         Grok the OSF flavor of message format.
8730         (mach_msg_destroy_port): For MAKE_SEND and
8731         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8732         no-senders notification.
8733
8734 2002-02-06  Roland McGrath  <roland@frob.com>
8735
8736         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8737         to here if 2.0 compatibility enabled ...
8738         (libc: GLIBC_2.1.3): ... from here.
8739
8740 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8741
8742         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8743         generation counter.
8744         * elf/dl-close.c (_dl_close): Likewise.
8745
8746 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8747
8748         * elf/Makefile: Add rules to build and run tst-tls8.
8749         * elf/tst-tls8.c: New file.
8750         * elf/tst-tlsmod4.c: New file.
8751
8752         * stdlib/test-a64l.c (tests): Add more test cases.
8753
8754         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8755         Reported by Walter Harms <WHarms@bfs.de>.
8756
8757 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8758
8759         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8760         definitions for struct sigcontext.
8761         Suggested by David Mosberger-Tang.
8762
8763 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8764
8765         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8766         for removing reference of module in slotinfo list.
8767         (_dl_close): Use remove_slotinfo.
8768         * sysdeps/generic/dl-tls.c: General pretty printing.
8769         (oom): Define only if SHARED.
8770         (_dl_next_tls_modid): Correct starting point for the case we assume
8771         there is a gap.  Add missing instruction grouping (doh!).  Correct
8772         tests for reaching maximum index.
8773         * elf/Makefile: Add rules to build and run tst-tls7.
8774         * elf/tst-tls7.c: New file.
8775         * elf/tst-tlsmod3.c: New file.
8776
8777         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8778         USE_TLS.
8779         * elf/tst-tlsmod2.c: Likewise.
8780
8781         * elf/dl-close.c (_dl_close): When closing an object using TLS
8782         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8783         true.  Increment dl_tls_generation only if we closed any TLS-using
8784         object.
8785         * elf/tst-tls6.c: New file.
8786         * elf/Makefile: Add rules to build and run tst-tls6.
8787
8788         * po/da.po: Update from translation team.
8789
8790         * locale/categories.def: Fix typo [PR libc/2948].
8791         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8792         [PR libc/2949].
8793         * locale/iso-4217.def: Update from official version [PR libc/2950].
8794         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8795         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8796         message if input is too confusion instead of using assert.
8797         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8798         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8799
8800         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8801         * elf/tst-tls2.c: Likewise.
8802         * elf/tst-tls3.c: Likewise.
8803
8804 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8805
8806         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8807
8808 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8809
8810         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8811         if this is really necessary.
8812
8813         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8814         slotinfo array.
8815         (free_mem): Free memory for the slotinfo array if possible.
8816
8817 2002-02-12  Andreas Schwab  <schwab@suse.de>
8818
8819         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8820
8821 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8822
8823         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8824         TLS_DTV_UNALLOCATE.
8825         (oom): New function.
8826         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8827         (_dl_determine_tlsoffset): Likewise.
8828         (_dl_allocate_tls): Likewise.
8829         (__TLS_GET_ADDR): Define if not already defined.
8830         (_dl_tls_symaddr): New function.
8831         (allocate_and_init): New function.
8832         (__tls_get_addr): Actually implement handling of generation counter
8833         and deferred allocation.
8834         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8835         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8836         _dl_tls_generation.
8837         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8838         Declare _dl_tls_symaddr.
8839         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8840         SHARED.
8841         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8842         l_tls_previmage.
8843         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8844         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8845         (_dl_vsym): Likewise.
8846         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8847         layout.
8848         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8849         nextimage list handling.  Instead add all modules using TLS to
8850         dl_tls_dtv_slotinfo_list.
8851         * elf/dl-open.c (dl_open_worker): After successfully loading all
8852         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8853         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8854         empty segment don't do anything.  Remove handling of initimage list.
8855         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8856         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8857         * elf/dl-minimal.c: Define __libc_memalign.
8858         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8859         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8860         _dl_tls_generation.
8861         * include/stdlib.h: Declare __libc_memalign.
8862
8863         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8864         * elf/tst-tls4.c: New file.
8865         * elf/tst-tls5.c: New file.
8866         * elf/tst-tlsmod2.c: New file.
8867
8868         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8869
8870         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8871
8872         * elf/tst-tls1.c: Use test-skeleton.c.
8873         * elf/tst-tls2.c: Likewise.
8874         * elf/tst-tls3.c: Likewise.
8875
8876         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8877
8878 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8879
8880         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8881
8882 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8883
8884         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8885
8886         * elf/tst-tls3.c: New file.
8887         * elf/tst-tlsmod1.c: New file.
8888         * elf/Makefile: Add rules to build and run tst-tls3.
8889
8890         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8891         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8892         TLS relocations.
8893
8894         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8895
8896         * po/fr.po: Update from translation team.
8897
8898         * elf/tls-macros.h: Add alternative macros for use in PIC.
8899
8900         * elf/dl-lookup.c: Include <tls.h>.
8901         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8902
8903         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8904         required by passing pointer to last element of the list.
8905
8906         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8907         l_tls_initimage to a place where it actually is performed.
8908
8909         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8910         after globfree() calls.
8911
8912         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8913         (openaux): Pass open_mode as new last argument to _dl_map_object.
8914         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8915         open_mode element of args variable with it.
8916         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8917         _dl_map_object_deps.
8918         * elf/rtld.c (dl_main): Add zero as last parameter to
8919         _dl_map_object_deps call.
8920         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8921         * elf/nodlopen2.c: New file.
8922         * elf/nodlopenmod2.c: New file.
8923         * elf/Makefile: Add rules to build and run nodlopen2.
8924
8925         * elf/tst-tls1.c: Move TLS helper macros to...
8926         * elf/tls-macros.h: ...here.  New file.
8927         * elf/tst-tls2.c: New file.
8928         * elf/Makefile (tests): Add tst-tls2.
8929         (distribute): Add tls-macros.h.
8930
8931         * po/sv.po: Update from translation team.
8932
8933         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8934         architecture specific definitions from the actual test code.
8935
8936         * po/tr.po: Update from translation team.
8937
8938 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8939
8940         * elf/Makefile (tests): Add tst-tls1.
8941         * elf/tst-tls1.c: New file.
8942
8943         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8944         alignment of TCB for now.
8945
8946         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8947         initialization image for the application itself.
8948
8949         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8950         loop to initialize TLS block.
8951
8952 2002-02-08  Richard Henderson  <rth@redhat.com>
8953
8954         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8955         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8956
8957         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8958
8959 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8960
8961         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8962
8963 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8964
8965         * po/ca.po: Update from translation team.
8966         * po/sk.po: Likewise.
8967
8968         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8969         (dl_main): Move dtv/static TLS handling before relocation.
8970         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8971         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8972         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8973         so far uses TLS initialize GL(dl_tls_static_size) and
8974         GL(dl_tls_static_align) to account for the TCB.
8975         (_dl_allocate_tls): New function.
8976         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8977         _dl_initial_dtv_malloced.
8978
8979         * configure.in: Test for __builtin_memset more realistically.
8980
8981         * csu/version.c (banner): If TLS support is available say so.
8982
8983 2002-02-04  H.J. Lu  <hjl@gnu.org>
8984
8985         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8986         __attribute_used__.
8987         (__dl_runtime_resolve): Likewise.
8988
8989         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8990         declaration.
8991
8992 2001-11-15  H.J. Lu  <hjl@gnu.org>
8993
8994         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8995         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8996
8997         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8998
8999 2002-02-07  H.J. Lu  <hjl@gnu.org>
9000
9001         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
9002         ".set noreorder".
9003         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
9004         Likewise.
9005
9006 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9007
9008         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
9009
9010         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
9011         ___tls_get_addr_internal.
9012         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
9013
9014         * po/ko.po: Update from translation team.
9015
9016 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
9017
9018         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
9019         attribute, change __pad{1,2} type to unsigned int.
9020         (struct stat64): Remove packed attribute.
9021
9022 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9023
9024         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
9025
9026 2002-02-07  Andreas Schwab  <schwab@suse.de>
9027
9028         * configure.in: Fix check for -zcombreloc.
9029
9030 2002-02-06  H.J. Lu  <hjl@gnu.org>
9031
9032         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
9033         * configure.in: Check if __builtin_memset really works.
9034         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
9035         __GNUC_PREREQ (2, 96) before using __builtin_memset.
9036
9037 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9038
9039         * io/bug-ftw3.c (main): Don't try the test if root.
9040
9041 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9042
9043         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9044         constraints.
9045         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9046         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9047         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9048         Likewise.
9049         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9050         a weak alias for __clone.
9051         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9052         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9053         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9054         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9055         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9056         a weak alias for __mmap64.
9057
9058 2002-02-05  H.J. Lu  <hjl@gnu.org>
9059
9060         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9061         (atomic_add): Likewise.
9062         (compare_and_swap): Likewise.
9063         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9064
9065 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9066
9067         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9068
9069         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9070         alignment of the TCB and store total size and alignment of static
9071         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9072         tls_index is a typedef.
9073         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9074         _dl_tls_static_align.
9075         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9076         * elf/dl-support.c: Define _dl_tls_static_size and
9077         _dl_tls_static_align.
9078
9079 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9080
9081         * configure.in: Add --without-tls option.
9082         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9083         --without-tls is given.
9084
9085         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9086
9087         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9088
9089 2002-02-06  Roland McGrath  <roland@frob.com>
9090
9091         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9092         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9093
9094         * scripts/versions.awk: Improve error message for missing version.
9095         Each version inherits from the last one only if they have the same
9096         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9097         but not GLIBC_x and FOO_y.
9098
9099         * scripts/firstversions.awk: Handle libraries that don't have each
9100         particular version named in the third column of shlib-versions.
9101
9102         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9103
9104 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9105
9106         * Versions.def [ld]: Add GLIBC_2.3.
9107         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9108         * elf/Makefile (dl-routines): Add dl-tls.
9109         (distribute): Add dl-tls.h.
9110         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9111         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9112         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9113         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9114         along with the other info in the link map.  Change queueing of init
9115         images for double linked list.  Use _dl_next_tls_modid to compute
9116         l_tls_modid.
9117         * elf/rtld.c (_dl_start_final): Store alignment requirement
9118         along with the other info in rtld map and executable map.
9119         (dl_main): Add ld.so to the init image list if necessary.  Compute
9120         final module ID with _dl_next_tls_modid.
9121         * include/link.h (struct link_map): Add l_tls_previmage and
9122         l_tls_align.
9123         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9124         * sysdeps/i386/elf/Versions: New file.
9125         * sysdeps/generic/dl-tls.c: New file.
9126         * sysdeps/generic/dl-tls.h: New file.
9127         * sysdeps/i386/dl-tls.h: New file.
9128
9129 2002-02-06  Roland McGrath  <roland@frob.com>
9130
9131         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9132         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9133
9134 2002-01-05  Roland McGrath  <roland@frob.com>
9135
9136         * sysdeps/mach/configure.in: New file.
9137         * sysdeps/mach/configure: New generated file.
9138
9139         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9140         It has never been used by anything.
9141
9142 2002-02-06  H.J. Lu  <hjl@gnu.org>
9143
9144         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9145         is included.
9146
9147 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9148
9149         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9150         attribute((packed)) to counter stupid people misusing gcc options.
9151         (struct stat64): Likewise.
9152
9153 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9154
9155         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9156         the variables which are used as booleans.
9157
9158 2002-02-06  Andreas Jaeger  <aj@suse.de>
9159
9160         * include/libc-symbols.h (INTUSE): Renamed from INT.
9161         * elf/dl-deps.c: Change users.
9162         * sysdeps/generic/dl-sysdep.c: Likewise.
9163         * sysdeps/generic/dl-cache.c: Likewise.
9164         * elf/dl-reloc.c: Likewise.
9165         * elf/rtld.c: Likewise.
9166         * elf/dl-version.c: Likewise.
9167         * elf/dl-load.c: Likewise.
9168         * elf/dl-dst.h: Likewise.
9169         * elf/dl-init.c: Likewise.
9170         * elf/dl-error.c: Likewise.
9171         * elf/dl-fini.c: Likewise.
9172         * elf/dl-runtime.c: Likewise.
9173         * elf/do-lookup.h: Likewise.
9174
9175         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9176         definition.
9177         * stdio-common/_itowa.h: Likewise.
9178
9179 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9180
9181         * elf/dl-minimal.c: Define _itoa_lower_digits.
9182
9183         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9184         DT_FLAGS set.
9185
9186         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9187         loading modules with the DF_STATIC_TLS flag set.
9188         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9189         element.
9190         * include/link.h (struct link_map): Add l_flags field.
9191         * elf/elf.h (DF_STATIC_TLS): New definition.
9192
9193         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9194         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9195
9196         * elf/rtld.c (process_dl_debug): Correct printing help message.
9197         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9198         for %s.
9199
9200         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9201         definition and pass &errno in use of this variable.
9202         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9203
9204 2002-02-04  Andreas Schwab  <schwab@suse.de>
9205
9206         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9207         * locale/programs/charmap-dir.c: Wrap calls that output messages
9208         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9209         * locale/programs/charmap.c: Likewise.
9210         * locale/programs/ld-address.c: Likewise.
9211         * locale/programs/ld-collate.c: Likewise.
9212         * locale/programs/ld-ctype.c: Likewise.
9213         * locale/programs/ld-identification.c: Likewise.
9214         * locale/programs/ld-measurement.c: Likewise.
9215         * locale/programs/ld-messages.c: Likewise.
9216         * locale/programs/ld-monetary.c: Likewise.
9217         * locale/programs/ld-name.c: Likewise.
9218         * locale/programs/ld-numeric.c: Likewise.
9219         * locale/programs/ld-paper.c: Likewise.
9220         * locale/programs/ld-telephone.c: Likewise.
9221         * locale/programs/ld-time.c: Likewise.
9222         * locale/programs/linereader.c: Likewise.
9223         * locale/programs/linereader.h: Likewise.
9224         * locale/programs/localedef.c: Likewise.
9225         * locale/programs/locfile.c: Likewise.
9226         * locale/programs/repertoire.c: Likewise.
9227
9228 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9229
9230         * elf/rtld.c (_dl_start_final): Determine load address to locate
9231         ehdr with GL(dl_rtld_map).l_map_start.
9232
9233         * po/ca.po: Update from translation team.
9234
9235         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9236         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9237         header entry.
9238         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9239         _dl_tls_module_cnt.
9240         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9241
9242 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9243
9244         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9245         * include/link.h (struct link_map): Add various members for TLS
9246         information.
9247         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9248         _rtld_tlsoffset, add _dl_initimage_list.
9249         * sysdeps/i386/dl-lookupcfg.h: New file.
9250         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9251         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9252         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9253         is used.
9254
9255         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9256         unused.
9257
9258         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9259         thread-pointer as soon as possible.
9260         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9261         elements in rtld_global.
9262         * sysdeps/generic/tls.h: New file.
9263         * elf/Makefile (distribute): Add tls.h.
9264         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9265         relocations.  Not complete yet.
9266
9267         * resolv/resolv.h: Allow user to define __need_res_state and only
9268         define __res_start structure then.
9269         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9270
9271         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9272         dl_cpuclock_offset initialization to _dl_start_final.
9273         (_dl_show_auxv): Avoid unnecessary sign extension.
9274         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9275
9276 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9277
9278         * config.h.in: Add HAVE_TLS_SUPPORT.
9279         * sysdeps/i386/elf/configure.in: New file.
9280
9281 2002-02-03  Andreas Schwab  <schwab@suse.de>
9282
9283         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9284         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9285
9286 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9287
9288         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9289         alloca if the memory reqirements are too high.
9290
9291 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9292
9293         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9294         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9295         the former is available anyway and speed isn't important here.
9296         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9297         * elf/dl-version.c (match_symbol): Likewise.
9298         (_dl_check_map_versions): Likewise.
9299         * elf/rtld.c (process_envvars): Likewise.
9300         (print_statistics): Likewise.
9301         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9302         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9303         bases.  Add assert to catch uses of unimplemented features.
9304         (__strsep): Add assert to catch uses of unimplemented features.
9305         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9306         and avoid inline optimization.
9307         * elf/rtld.c (process_envvars): Likewise.
9308         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9309         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9310         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9311
9312 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9313
9314         * stdio-common/_itoa.h: Minor simplifications of the code.
9315         * stdio-common/_itoa.c: Likewise.
9316
9317         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9318         instead of _dl_printf for debugging info output.
9319
9320         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9321         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9322
9323 2002-02-01  H.J. Lu  <hjl@gnu.org>
9324
9325         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9326         (atomic_add): Likewise.
9327         (compare_and_swap): Return 0 only when failed to compare. Use
9328         branch likely.
9329
9330         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9331         branch likely.
9332
9333 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9334
9335         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9336
9337 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9338
9339         * elf/dl-minimal.c (__strsep): New minimal implementation.
9340
9341 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9342
9343         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9344         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9345         with tm_isdst > 0 when the requested time falls within a
9346         spring-forward gap [PR libc/2894].
9347
9348 2002-02-03  Andreas Schwab  <schwab@suse.de>
9349
9350         * stdio-common/tst-rndseek.c: Increase timeout.
9351
9352 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9353
9354         Change ld.so to not use functions which are exported.  One cannot
9355         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9356         definitions.
9357         * include/libc-symbols.h: Define INT and INTDEF.
9358         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9359         _dl_signal_error_internal, _dl_map_object_internal,
9360         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9361         _dl_lookup_versioned_symbol_internal,
9362         _dl_relocate_object_internal, _dl_debug_state_internal,
9363         _dl_start_profile_internal, and _dl_unload_cache_internal.
9364         * include/dlfcn.h: Declare _dl_catch_error_internal.
9365         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9366         above.  Add INTDEF to function definitions.
9367         * elf/dl-debug.c: Likewise.
9368         * elf/dl-deps.c: Likewise.
9369         * elf/dl-dst.h: Likewise.
9370         * elf/dl-error.c: Likewise.
9371         * elf/dl-fini.c: Likewise.
9372         * elf/dl-init.c: Likewise.
9373         * elf/dl-load.c: Likewise.
9374         * elf/dl-lookup.c: Likewise.
9375         * elf/dl-misc.c: Likewise.
9376         * elf/dl-open.c: Likewise.
9377         * elf/dl-profile.c: Likewise.
9378         * elf/dl-reloc.c: Likewise.
9379         * elf/dl-runtime.c: Likewise.
9380         * elf/dl-version.c: Likewise.
9381         * elf/do-lookup.h: Likewise.
9382         * sysdeps/generic/dl-cache.c: Likewise.
9383         * sysdeps/generic/dl-sysdep.c: Likewise.
9384         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9385         instead of _dl_init.
9386         * sysdeps/arm/dl-machine.h: Likewise.
9387         * sysdeps/cris/dl-machine.h: Likewise.
9388         * sysdeps/hppa/dl-machine.h: Likewise.
9389         * sysdeps/i386/dl-machine.h: Likewise.
9390         * sysdeps/ia64/dl-machine.h: Likewise.
9391         * sysdeps/m68k/dl-machine.h: Likewise.
9392         * sysdeps/mips/dl-machine.h: Likewise.
9393         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9394         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9395         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9396         * sysdeps/sh/dl-machine.h: Likewise.
9397         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9398         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9399         * sysdeps/x86_64/dl-machine.h: Likewise.
9400         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9401
9402         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9403         and _dl_debug_initialize.
9404
9405         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9406         more information.
9407         * elf/rtld.c (dl_main): Avoid strrchr.
9408         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9409         result of readlink.  Search from the back for '/'.
9410
9411         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9412         strncpy if possible.
9413
9414         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9415         strncmp.
9416         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9417         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9418         strspn, and strcspn.
9419         (process_envvars): Don't use strcspn.
9420
9421         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9422         (_dl_dst_substitute): Likewise.
9423
9424 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9425
9426         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9427         code which is never used when relocating ld.so itself.
9428
9429         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9430         starting ld.so itself.  Move l_addr variable initialization closer
9431         to use.
9432         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9433
9434 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9435
9436         * Versions.def (libc): Add GLIBC_PRIVATE.
9437         (libdb, libnss_db, libdb1): Remove.
9438         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9439         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9440         (libpthread): Add GLIBC_PRIVATE.
9441         (libresolv): Likewise, remove GLIBC_2.1.
9442         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9443         GLIBC_2.2.3, GLIBC_2.3.
9444         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9445         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9446         _dl_sym, _dl_vsym): Likewise.
9447         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9448         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9449         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9450         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9451         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9452         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9453         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9454         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9455         Likewise.
9456         (_dl_object_relocation_scope): Remove.
9457         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9458         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9459         __gconv_cache): Move to GLIBC_PRIVATE.
9460         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9461         __internal_setnetgrent): Likewise.
9462         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9463         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9464         * locale/Versions (__collate_element_hash, __collate_element_strings,
9465         __collate_symbol_classes, __collate_symbol_hash,
9466         __collate_symbol_strings, _nl_current_LC_COLLATE,
9467         _nl_current_LC_CTYPE): Likewise.
9468         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9469         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9470         (libnss_nis, libnss_nisplus): Likewise.
9471         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9472         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9473         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9474         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9475         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9476         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9477         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9478         __ns_get16, __ns_samename): Likewise.
9479         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9480         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9481         GLIBC_PRIVATE.
9482         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9483         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9484         __libc_connect): Likewise.
9485         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9486         Likewise.
9487         * stdlib/Versions (__libc_system): Likewise.
9488         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9489         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9490         * sysdeps/ia64/fpu/Versions: Likewise.
9491         * sysdeps/ia64/Versions: Likewise.
9492         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9493         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9494         to GLIBC_PRIVATE.
9495         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9496         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9497         __libc_sigaction): Likewise.
9498         * termios/Versions (__libc_tcdrain): Likewise.
9499
9500         * misc/sys/cdefs (__attribute_noinline__): Define.
9501         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9502         __attribute_noinline__.
9503
9504         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9505         * elf/dl-xstat64.c: New file.
9506         * elf/dl-fxstat64.c: New file.
9507         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9508         don't export __fxstat64 at multiple versions.
9509         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9510         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9511
9512 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9513
9514         * locale/program/ld-collate.c (collate_finish): Assign a wide
9515         char collation sequence value to multi character collating
9516         elements, and avoid over writing by non-character elements.
9517
9518 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9519
9520         * elf/Makefile (distribute): Add dl-procinfo.c.
9521         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9522         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9523
9524 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9525
9526         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9527         definition.
9528         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9529         _rtld_global struct.
9530         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9531         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9532         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9533         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9534         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9535         _dl_fpu_control_set): Remove unused externs.
9536         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9537         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9538         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9539         related variables in _rtld_global struct.
9540         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9541         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9542         unused extern.
9543
9544 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9545
9546         * sysdeps/generic/dl-procinfo.c: New file.
9547
9548 2002-02-01  Andreas Schwab  <schwab@suse.de>
9549
9550         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9551
9552 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9553
9554         * elf/rtld.c (_dl_start): Mark as internal_function.
9555         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9556         in register.
9557         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9558         General pretty printing.
9559
9560 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9561
9562         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9563         * elf/dl-reloc.c: Pretty printing.
9564         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9565         procinfo-related variables in rtld_global struct.
9566         * elf/dl-support.c: Likewise.
9567         * elf/rtld.c: Likewise.
9568         * sysdeps/i386/i686/Makefile: Likewise.
9569         * sysdeps/i386/i686/hp-timing.c: Likewise.
9570         * sysdeps/i386/i686/hp-timing.h: Likewise.
9571         * sysdeps/ia64/Makefile: Likewise.
9572         * sysdeps/ia64/hp-timing.c: Likewise.
9573         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9574         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9575         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9576         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9577         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9578         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9579         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9580         * sysdeps/x86_64/Makefile: Likewise.
9581
9582         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9583         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9584         _dl_debug_fd to rtld_global.
9585         * elf/Versions: Likewise.
9586         * elf/dl-close.c: Likewise.
9587         * elf/dl-iteratephdr.c: Likewise.
9588         * elf/dl-lookup.c: Likewise.
9589         * elf/dl-misc.c: Likewise.
9590         * elf/dl-open.c: Likewise.
9591         * elf/dl-support.c: Likewise.
9592         * elf/do-lookup.h: Likewise.
9593         * elf/rtld.c: Likewise.
9594         * sysdeps/generic/dl-cache.c: Likewise.
9595         * sysdeps/generic/dl-sysdep.c: Likewise.
9596         * sysdeps/ia64/Versions: Likewise.
9597         * sysdeps/unix/clock_gettime.c: Likewise.
9598         * sysdeps/unix/clock_settime.c: Likewise.
9599         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9600         * sysdeps/sparc/Versions: Removed.
9601         * sysdeps/i386/i686/Versions : Removed.
9602         * sysdeps/x86_64/Versions: Removed.
9603         * configure.in: Define HAVE_PROTECTED if .protected is available.
9604         * config.h.in: Add entry for HAVE_PROTECTED.
9605
9606 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9607
9608         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9609         code in struct _rtld_global.  Export this struct, remove all
9610         exports for the signal variables.
9611         * sysdeps/arm/dl-machine: Likewise.
9612         * sysdeps/generic/dl-origin: Likewise.
9613         * sysdeps/generic/dl-sysdep: Likewise.
9614         * sysdeps/generic/dl-cache: Likewise.
9615         * sysdeps/hppa/dl-fptr: Likewise.
9616         * sysdeps/hppa/dl-machine: Likewise.
9617         * sysdeps/cris/dl-machine: Likewise.
9618         * sysdeps/i386/dl-machine: Likewise.
9619         * sysdeps/ia64/dl-machine: Likewise.
9620         * sysdeps/m68k/dl-machine: Likewise.
9621         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9622         * sysdeps/mips/mips64/dl-machine: Likewise.
9623         * sysdeps/mips/dl-machine: Likewise.
9624         * sysdeps/powerpc/elf/libc-start: Likewise.
9625         * sysdeps/powerpc/dl-machine: Likewise.
9626         * sysdeps/powerpc/dl-start: Likewise.
9627         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9628         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9629         * sysdeps/sh/dl-machine: Likewise.
9630         * sysdeps/s390/s390-32/dl-machine: Likewise.
9631         * sysdeps/s390/s390-64/dl-machine: Likewise.
9632         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9633         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9634         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9635         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9636         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9637         * sysdeps/x86_64/dl-machine: Likewise.
9638
9639 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9640
9641         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9642         are too high.
9643
9644 2002-01-31  Andreas Schwab  <schwab@suse.de>
9645
9646         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9647
9648 2002-01-31  Andreas Schwab  <schwab@suse.de>
9649
9650         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9651         reference to _dl_pagesize.
9652
9653 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9654
9655         * Versions.def [ld]: Add GLIBC_2.3.
9656         * elf/dl-addr.c: Move global variables for SHARED code in struct
9657         _rtld_global.  Export this struct, remove all exports for the
9658         signal variables.
9659         * elf/dl-close.c: Likewise.
9660         * elf/dl-conflict.c: Likewise.
9661         * elf/dl-debug.c: Likewise.
9662         * elf/dl-deps.c: Likewise.
9663         * elf/dl-dst.h: Likewise.
9664         * elf/dl-error.c: Likewise.
9665         * elf/dl-fini.c: Likewise.
9666         * elf/dl-init.c: Likewise.
9667         * elf/dl-iteratephdr.c: Likewise.
9668         * elf/dl-libc.c: Likewise.
9669         * elf/dl-load.c: Likewise.
9670         * elf/dl-lookup.c: Likewise.
9671         * elf/dl-minimal.c: Likewise.
9672         * elf/dl-object.c: Likewise.
9673         * elf/dl-open.c: Likewise.
9674         * elf/dl-profile.c: Likewise.
9675         * elf/dl-profstub.c: Likewise.
9676         * elf/dl-reloc.c: Likewise.
9677         * elf/dl-runtime.c: Likewise.
9678         * elf/dl-support.c: Likewise.
9679         * elf/dl-sym.c: Likewise.
9680         * elf/dl-version.c: Likewise.
9681         * elf/do-lookup.h: Likewise.
9682         * elf/do-rel.h: Likewise.
9683         * elf/dynamic-link.h: Likewise.
9684         * elf/rtld.c: Likewise.
9685         * sysdeps/generic/dl-cache.c: Likewise.
9686         * sysdeps/generic/dl-sysdep.c: Likewise.
9687         * sysdeps/generic/ldsodefs.h: Likewise.
9688         * sysdeps/generic/libc-start.c: Likewise.
9689         * sysdeps/i386/dl-machine.h: Likewise.
9690         * sysdeps/ia64/dl-fptr.c: Likewise.
9691         * sysdeps/ia64/dl-machine.h: Likewise.
9692         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9693         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9694         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9695         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9696         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9697         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9698         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9699         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9700
9701 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9702
9703         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9704         to avoid warning
9705         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9706
9707         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9708         SHARED version.
9709         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9710
9711         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9712
9713 2002-01-29  Ben Collins  <bcollins@debian.org>
9714
9715         * string/bits/string2.h (__mempcpy): Protect size arg for
9716         addition when using __builtin_memcpy.
9717
9718 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9719
9720         * stdlib/Makefile (tests): Add tst-qsort.
9721         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9722
9723         * manual/signal.texi (Process Signal Mask): Document that
9724         pthread_sigmask, not sigprocmask, must be used in MT programs.
9725         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9726
9727         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9728         found.
9729         * misc/Makefile (tests): Add tst-hsearch.
9730         * misc/tst-hsearch.c: New file.
9731
9732 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9733
9734         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9735         * malloc/malloc.h: Likewise.
9736         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9737         * malloc/arena.c: New file.
9738         * malloc/hooks.c: New file.
9739         * malloc/tst-mallocstate.c: New file.
9740         * malloc/Makefile: Add new testcase tst-mallocstate.
9741         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9742
9743 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9744
9745         * stdlib/msort.c: Remove last patch.  The optimization violates the
9746         same rule which qsort.c had problems with.
9747
9748 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9749
9750         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9751         to a pivot element that lies outside the array to be sorted, as
9752         ISO C99 requires that the comparison function be called only with
9753         addresses of array elements [PR libc/2880].
9754
9755 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9756
9757         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9758         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9759
9760         * timezone/asia: Update from tzdata2002b.
9761         * timezone/australasia: Likewise.
9762         * timezone/backward: Likewise.
9763         * timezone/europe: Likewise.
9764         * timezone/leapseconds: Likewise.
9765         * timezone/iso3166.tab: Likewise.
9766         * timezone/zone.tab: Likewise.
9767
9768 2002-01-23  Richard Henderson  <rth@redhat.com>
9769
9770         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9771
9772 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9773
9774         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9775         this element [PR libc/2855].
9776
9777         * string/strcoll.c: Handle zero-length arguments specially
9778         [PR libc/2856].
9779
9780 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9781
9782         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9783         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9784         short lengths and constant src.
9785         (strcpy): Don't optimize for gcc 3.0+.
9786         (__stpcpy): For gcc 3.0+, don't use
9787         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9788         for short string literal src.
9789
9790 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9791
9792         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9793         Set for arm, too.
9794
9795 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9796
9797         * manual/llio.texi (Linked Channels, Cleaning Streams):
9798         Make it clearer that a just-opened input stream might need cleaning.
9799
9800 2002-01-21  H.J. Lu  <hjl@gnu.org>
9801
9802         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9803         Don't use label at end of compound statement.
9804
9805 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9806
9807         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9808         Remove test for negative integer arg; sin_pi does it correctly.
9809
9810 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9811
9812         * nscd/Makefile (distribute): Filter out xmalloc.c.
9813
9814 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9815
9816         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9817         Set offset if read end wasn't the buffer end.
9818         (_IO_file_seekoff_mmap): New function.
9819         (_IO_file_xsgetn_mmap): New function.
9820         (_IO_file_jumps_mmap): Use the two new functions.
9821         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9822         != end buffer.
9823         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9824         _IO_file_underflow_mmap.
9825         * libio/iofopen.c: Don't position file descriptor at end of file.
9826         * libio/tst-widetext.c: Improve error messages.
9827         * stdio-common/tst-rndseek.c: Likewise.
9828
9829 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9830
9831         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9832         end of enum for !_GNU_SOURCE.
9833         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9834         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9835         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9836         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9837         values unless _GNU_SOURCE.
9838
9839         * iconvdata/tcvn5712-1.c: Minor cleanups.
9840
9841 2002-01-18  Andreas Schwab  <schwab@suse.de>
9842
9843         * sysdeps/unix/sysv/linux/configure.in
9844         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9845
9846 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9847
9848         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9849         more efficient "Towers of Hanoi" mergesort.
9850         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9851         for generic, sizeof(int) and sizeof(long) variants respectively.
9852
9853 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9854
9855         * manual/syslog.texi (openlog): Describe possible problems with
9856         first parameter.
9857         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9858
9859         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9860         * nscd/connections.c (begin_drop_privileges): New function.
9861         (finish_drop_privileges): New function.
9862         (nscd_init): Call the new functions which also install all groups
9863         for the server user.
9864         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9865         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9866
9867 2002-01-17  H.J. Lu  <hjl@gnu.org>
9868
9869         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9870         `const' from `got'.
9871
9872 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9873
9874         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9875         instructions for pointer operations.
9876         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9877
9878 2002-01-17  Andreas Jaeger  <aj@suse.de>
9879
9880         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9881         __uint128_t build-in.
9882
9883         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9884         PowerPC, sync with 2.2 branch.
9885
9886 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9887
9888         * posix/getconf.c: Update copyright year.
9889         * nss/getent.c: Likewise.
9890         * nscd/nscd_nischeck.c: Likewise.
9891         * iconv/iconvconfig.c: Likewise.
9892         * iconv/iconv_prog.c: Likewise.
9893         * elf/ldconfig.c: Likewise.
9894         * catgets/gencat.c: Likewise.
9895         * csu/version.c: Likewise.
9896         * elf/ldd.bash.in: Likewise.
9897         * elf/sprof.c (print_version): Likewise.
9898         * locale/programs/locale.c: Likewise.
9899         * locale/programs/localedef.c: Likewise.
9900         * nscd/nscd.c (print_version): Likewise.
9901         * debug/xtrace.sh: Likewise.
9902         * malloc/memusage.sh: Likewise.
9903         * malloc/mtrace.pl: Likewise.
9904
9905 2002-01-16  Andreas Schwab  <schwab@suse.de>
9906
9907         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9908         reliably remove "-ia64" from rtld name.
9909
9910 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9911
9912         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9913         Patch by Yu Shao <yshao@redhat.com>.
9914
9915 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9916
9917         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9918         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9919         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9920
9921 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9922
9923         * sysdeps/s390/fpu/libm-test-ulps: Update.
9924
9925 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9926
9927         * elf/elf.h: Update x86 relocations.
9928
9929 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9930
9931         * locale/programs/charmap.c (new_width): Check whether byte
9932         sequences for both ends of range have the same length.
9933
9934 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9935
9936         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9937
9938 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9939
9940         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9941         string literals.
9942         (__full_ieee754_sqrt): Add __attribute_used__.
9943
9944 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9945
9946         * sysdeps/generic/group_member.c (__group_member): Also check
9947         groups[0] [PR libc/2781].
9948
9949 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9950
9951         * Makefile (distribute): Add scripts/cpp.
9952         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9953         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9954         unwind-dw2-fde.h, and dwarf2.h.
9955         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9956         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9957         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9958         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9959
9960 2002-01-07  Roland McGrath  <roland@frob.com>
9961
9962         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9963         volatile on type of ARGC so the compiler doesn't get clever.
9964
9965 2002-01-07  Andreas Jaeger  <aj@suse.de>
9966
9967         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9968         * sysdeps/i386/bits/byteswap.h: Likewise.
9969         * sysdeps/ia64/bits/byteswap.h: Likewise.
9970         * sysdeps/m68k/bits/byteswap.h: Likewise.
9971         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9972         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9973
9974 2002-01-02  Bruno Haible  <bruno@clisp.org>
9975
9976         * intl/plural.y: Fix %expect count.
9977
9978 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9979
9980         * elf/Makefile (routines, shared-only-routines): Add
9981         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9982         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9983         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9984         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9985         Optimize if .eh_frame section contains no FDEs.
9986         (__register_frame, __deregister_frame_info_bases,
9987         __deregister_frame): Likewise.
9988         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9989         DW_CFA_restore handling.
9990
9991 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9992
9993         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9994
9995         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9996         for x < 0.25 and restore original range reduction method.
9997         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9998
9999 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
10000
10001         * libio/fileops.c (_IO_file_underflow_mmap): New function.
10002         (_IO_file_close_mmap): New function.
10003         (_IO_file_jumps_mmap): New variable.
10004         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
10005         trying to convert rest of byte buffer.
10006         (_IO_wfile_underflow_mmap): New function.
10007         (_IO_wfile_jumps_mmap): New variable.
10008         * libio/iofopen.c (__fopen_maybe_mmap): New function.
10009         (__fopen_internal): New function.  Split out from _IO_new_fopen.
10010         (_IO_new_fopen): Call __fopen_internal.
10011         * libio/iofopen64.c: Just call __fopen_internal.
10012         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
10013         successfully.
10014         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
10015         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
10016         _IO_file_close_mmap.
10017
10018         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
10019         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
10020
10021         * stdio-common/Makefile (tests): Add tst-rndseek.
10022         * stdio-common/tst-rndseek.c: New file.
10023
10024 2002-01-05  Roland McGrath  <roland@frob.com>
10025
10026         * config.h.in (HAVE_MIG_RETCODE): New #undef.
10027         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
10028         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
10029         * sysdeps/mach/hurd/configure: Regenerated.
10030
10031 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
10032
10033         * elf/elf.h: Add more TLS definitions.
10034
10035 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
10036
10037         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10038
10039 2002-01-02  Roland McGrath  <roland@frob.com>
10040
10041         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10042         __sigisemptyset.  Don't use MASK uninitialized.
10043
10044         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10045         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10046         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10047         __sigdelset, __sigaddset, __sigorset.
10048
10049         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10050         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10051
10052         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10053         _hurd_ports is null.
10054
10055         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10056         for old CMU and new OSF Mach interface flavors.
10057         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10058         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10059
10060         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10061
10062         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10063         Pass extra arguments to task_create for OSF variant.
10064         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10065
10066         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10067         conditional on [HAVE_AUX_VECTOR].
10068
10069         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10070         mach_msg_timeout_t as type of final argument.
10071
10072         * hurd/privports.c (__get_privileged_ports):
10073         Change host_priv_t to mach_port_t in argument type.
10074         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10075         Update decls.
10076
10077         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10078         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10079         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10080         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10081         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10082         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10083
10084 2002-01-01  Roland McGrath  <roland@frob.com>
10085
10086         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10087
10088 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10089
10090         * include/stdlib.h: Define inlines for the _l variants of the strto*
10091         functions.
10092
10093 2002-01-01  Roland McGrath  <roland@frob.com>
10094
10095         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10096
10097         * mach/Machrules (MIG): Set CPP as well as CC.
10098
10099 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10100
10101         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10102         locale to parse /proc/loadavg [PR libc/2760].
10103
10104 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10105
10106         * elf/dl-conflict.c: Include sys/param.h.
10107         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10108         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10109         warning.
10110         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10111         literals to avoid warnings.
10112
10113 2001-12-31  Andreas Jaeger  <aj@suse.de>
10114
10115         * configure.in: Don't check for gsed since we do not use it anywhere.
10116
10117 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10118
10119         * io/fts.c: Update from BSD to fix memory leaks.
10120
10121 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10122
10123         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10124         * elf/chroot_canon.c: Likewise.
10125         * elf/dl-object.c: Likewise.
10126         * iconv/iconv_charmap.c: Likewise.
10127         * iconv/iconv_prog.c: Likewise.
10128         * libio/iogetdelim.c: Likewise.
10129         * locale/lc-time.c: Likewise.
10130         * stdlib/canonicalize.c: Likewise.
10131         * sunrpc/svc.c: Likewise.
10132         * sysdeps/generic/glob.c: Likewise.
10133
10134 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10135
10136         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10137         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10138         remove high order bit from the program counter.
10139         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10140
10141 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10142
10143         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10144         unnecessary code and add missing reloc types.
10145         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10146         case for reloc type R_390_NONE.
10147
10148 2001-12-28  Andreas Jaeger  <aj@suse.de>
10149
10150         * io/bug-ftw3.c: Include string.h for prototypes.
10151
10152         * crypt/md5test.c (main): Remove unused variable.
10153
10154         * dlfcn/modstatic.c: Add prototype to avoid warning.
10155
10156 2001-12-26  Roland McGrath  <roland@frob.com>
10157
10158         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10159         check only (SS->pending & MASK) for the signal to return.
10160         From Jeroen Dekkers <jeroen@dekkers.cx>.
10161
10162 2001-12-22  Roland McGrath  <roland@frob.com>
10163
10164         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10165         Use preprocessor #if conditionals instead of `if' to avoid
10166         warnings about divide by zero in dead code.
10167
10168         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10169         _hurd_port_init, and __hurd_self_sigstate.
10170
10171         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10172
10173 2001-12-21  Andreas Jaeger  <aj@suse.de>
10174
10175         * elf/dblloadmod1.c: Add prototype to avoid warning.
10176         * elf/dblloadmod2.c: Likewise.
10177         * elf/dblloadmod3.c: Likewise.
10178         * elf/reldepmod5.c: Likewise.
10179         * elf/reldepmod6.c: Likewise.
10180
10181         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10182         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10183         used on all architectures.
10184
10185         * sunrpc/svc_tcp.c: Add noreturn attribute for
10186         svctcp_rendezvous_abort.
10187         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10188
10189         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10190         to avoid warning.
10191
10192 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10193
10194         * manual/llio.texi (aio_fsync): Fix a typo.
10195         Patch by Tammy Fox <tfox@redhat.com>.
10196
10197 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10198
10199         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10200         stack bias from child stack pointer before passing it to clone syscall.
10201
10202 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10203
10204         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10205         _SC_TZNAME_MAX.
10206         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10207         Reported by Thorsten Kukuk <kukuk@suse.de>.
10208
10209         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10210         add some casts.
10211
10212         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10213
10214 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10215
10216         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10217         conforming: return EBADF if file descriptor is invalid and EINVAL
10218         if file descriptor is no valid tty.
10219         * login/tst-grantpt.c: New file.
10220         * login/Makefile (tests): Add tst-grantpt.
10221
10222 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10223
10224         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10225         different than implemented in last patch.
10226         * io/bug-ftw3.c: Adjust test for changed handling of
10227         inaccessibility of toplevel dir.
10228
10229 2001-12-16  Roland McGrath  <roland@frob.com>
10230
10231         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10232         * grp/initgroups.c (internal_getgrouplist): Likewise.
10233
10234         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10235         `default:' to silence new GCC warning.
10236         Rewrite cast of lvalue to silence new GCC warning.
10237
10238         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10239
10240         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10241         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10242
10243 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10244
10245         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10246         Patch by Stephen R. van den Berg.
10247
10248         * crypt/md5.h: Define md5_uintptr.
10249
10250 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10251
10252         * libio/tst_swprintf.c (main): Add test for string argument with
10253         zero precision.
10254         * stdio-common/Makefile (tests): Add tst-sprintf.
10255         * stdio-common/tst-sprintf.c: New file.
10256
10257 2001-12-13  Andreas Schwab  <schwab@suse.de>
10258
10259         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10260         zero precision with wide character string format.
10261
10262 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10263
10264         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10265         but have a user supplied buffer, return the empty buffer, not NULL.
10266
10267 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10268
10269         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10270         Patch by Eric Sharkey <sharkey@netrics.com>.
10271
10272         * crypt/md5test.c (main): Add test for multiple calls to
10273         __md5_process_bytes to itererate over input string.
10274
10275 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10276
10277         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10278         from __nis_findfastest.  Take timeout value from parameter.
10279         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10280         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10281         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10282
10283 2001-12-12  Andreas Jaeger  <aj@suse.de>
10284
10285         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10286         combreloc test so that it works in this case.
10287
10288         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10289
10290 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10291
10292         * sysdeps/sh/Makefile: New file.
10293         * sysdeps/sh/_mcount.S: New file.
10294         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10295         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10296
10297 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10298
10299         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10300         limitation [PR libc/2564].
10301
10302 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10303
10304         * elf/Makefile (dl-routines): Add conflict.
10305         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10306         (ld.so): Add _begin local symbol.
10307         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10308         Define.
10309         * elf/dl-deps.c (_dl_build_local_scope): New function.
10310         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10311         of all libraries.
10312         * elf/do-rel.h (VALIDX): Define.
10313         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10314         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10315         can be skipped.
10316         * elf/dl-conflict.c: New file.
10317         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10318         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10319         non-NULL.
10320         (_dl_lookup_symbol_skip): Likewise.
10321         (_dl_lookup_versioned_symbol): Likewise.
10322         (_dl_lookup_versioned_symbol_skip): Likewise.
10323         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10324         define to ElfW(Rel).
10325         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10326         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10327         ranges.
10328         Don't adjust address dynamic tags if l_addr is 0.
10329         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10330         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10331         (VALIDX, ADDRIDX): Define.
10332         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10333         (dl_main): Print library list for LD_TRACE_PRELINKING.
10334         If prelinking information can be used, skip relocating libraries and
10335         call _dl_resolve_conflicts instead.
10336         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10337         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10338         if LD_TRACE_PRELINKING.
10339         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10340         + DT_ADDRNUM.
10341         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10342         (DL_DEBUG_PRELINK): Define.
10343         (_dl_resolve_conflicts): Add prototype.
10344
10345         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10346         .plt for prelinked libraries where prelinking info cannot be used.
10347         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10348         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10349         * sysdeps/arm/bits/link.h: New file.
10350         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10351         content of .got[1].
10352         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10353         (ELF_MACHINE_PLT_REL): Define.
10354         (elf_machine_rela, elf_machine_rela_relative): New functions.
10355         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10356         of adjusting it if prelinked and prelinking cannot be used.
10357         * sysdeps/i386/bits/link.h: New file.
10358         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10359         content of .got[1].
10360         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10361         (ELF_MACHINE_PLT_REL): Define.
10362         (elf_machine_rela, elf_machine_rela_relative): New functions.
10363         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10364         of adjusting it if prelinked and prelinking cannot be used.
10365         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10366         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10367         to find out map for R_PPC_JMP_SLOT relocs.
10368         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10369         (OPCODE_BA): Define.
10370         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10371         libraries where prelinking info cannot be used.
10372         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10373         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10374         (elf_machine_rela): Set value to 0 if relocating conflicts.
10375         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10376         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10377         (sparc64_fixup_plt): Fix a typo.
10378         (elf_machine_rela): Set value to 0 if relocating conflicts.
10379         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10380         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10381         libraries where prelinking info cannot be used.
10382         * sysdeps/sh/bits/link.h: New file.
10383         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10384         content of .got[1].
10385         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10386         of adjusting it if prelinked and prelinking cannot be used.
10387         * sysdeps/s390/s390-32/bits/link.h: New file.
10388         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10389         Save original content of .got[1].
10390         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10391         of adjusting it if prelinked and prelinking cannot be used.
10392         * sysdeps/s390/s390-64/bits/link.h: New file.
10393         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10394         Save original content of .got[1].
10395         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10396         of adjusting it if prelinked and prelinking cannot be used.
10397         * sysdeps/x86_64/bits/link.h: New file.
10398         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10399         Save original content of .got[1].
10400         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10401         of adjusting it if prelinked and prelinking cannot be used.
10402
10403 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10404
10405         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10406         where appropriate instead of numbers.  Little optimizations.
10407
10408 2001-12-10  Roland McGrath  <roland@frob.com>
10409
10410         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10411         set it.
10412
10413         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10414         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10415
10416         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10417         Fix conditionals so this is set by default for stdio and not for libio.
10418         * sysdeps/mach/hurd/configure: Regenerated.
10419
10420 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10421
10422         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10423
10424 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10425
10426         * io/Makefile (tests): Add bug-ftw3.
10427         * io/bug-ftw3.c: New file.
10428
10429         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10430         matches and GLOB_NOCHECK is set.
10431         * posix/globtest.sh: Correct expected result for NOCHECK test.
10432
10433         * po/ca.po: Update from translation team.
10434
10435 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10436
10437         Implement transliteration of characters in strings of the locale
10438         definitions.
10439         * locale/programs/linereader.c: Adjust for additional parameter to
10440         lr_token.
10441         (get_string): If character <Uxxxx> is not found try to transliterate
10442         it.
10443         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10444         lr_token.  Add const to charmap parameter of all functions.
10445         (find_translit, find_translit2): New functions.
10446         * locale/programs/charmap.c: Adjust for additional parameter to
10447         lr_token.
10448         * locale/programs/repertoire.c: Likewise.
10449         * locale/programs/linereader.h: Likewise.
10450         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10451         parameter of all functions.
10452         * locale/programs/ld-collate.c: Likewise.
10453         * locale/programs/ld-identification.c: Likewise.
10454         * locale/programs/ld-measurement.c: Likewise.
10455         * locale/programs/ld-messages.c: Likewise.
10456         * locale/programs/ld-monetary.c: Likewise.
10457         * locale/programs/ld-name.c: Likewise.
10458         * locale/programs/ld-numeric.c: Likewise.
10459         * locale/programs/ld-paper.c: Likewise.
10460         * locale/programs/ld-paper.c: Likewise.
10461         * locale/programs/ld-telephone.c: Likewise.
10462         * locale/programs/ld-time.c: Likewise.
10463         * locale/programs/locfile.c: Likewise.
10464         * locale/programs/localedef.c: Likewise.
10465         * locale/programs/localedef.h: Likewise.
10466         * locale/programs/locfile.h: Likewise.  Add declaration for
10467         find_translit.
10468         * locale/programs/simple-hash.c: Add const to first parameter of
10469         find_entry, iterate_table, and lookup.
10470         * locale/programs/simple-hash.h: Likewise.
10471         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10472         instead.
10473         * include/locale.h: Define __LC_LAST.
10474         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10475
10476 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10477
10478         * sysdeps/powerpc/Dist: Update for recent FP changes.
10479         * sysdeps/powerpc/fpu/Dist: Likewise.
10480
10481 2001-12-07  Andreas Schwab  <schwab@suse.de>
10482
10483         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10484
10485 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10486
10487         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10488         save/restore functions here.
10489         (libm-support): Don't define these functions here.
10490         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10491         functions here.
10492         * sysdeps/powerpc/fe_nomask.c: Move to...
10493         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10494         * sysdeps/powerpc/fprrest.S: Move to...
10495         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10496         * sysdeps/powerpc/fprsave.S: Move to...
10497         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10498
10499 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10500
10501         * sysdeps/unix/sysv/linux/opensock.c: New file.
10502
10503 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10504
10505         * config.make.in (with-fp): Define from configure.
10506         * configure.in: Substitute with_fp.
10507         * configure: Regenerate.
10508         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10509         specified, and don't change FPU environment.
10510
10511 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10512
10513         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10514         * assert/assert.c: Check result of __asprintf call and don't use
10515         string if it failed.
10516         * assert/assert-perr.c: Likewise.
10517         * inet/rcmd.c: Likewise.
10518         * locale/programs/localedef.c (main): Check result of
10519         construct_output_path and exit if it failed.
10520         (construct_output_path): Check result of asprintf and mkdir calls and
10521         fail if they failed.
10522         * posix/getopt.c: Check result of __asprintf calls and fail if
10523         they failed.
10524         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10525
10526 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10527
10528         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10529         patch.
10530         * sysdeps/generic/strncase.c: Likewise.
10531         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10532
10533 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10534
10535         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10536
10537         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10538         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10539         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10540         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10541         * sysdeps/powerpc/fclrexcpt.c: Move to...
10542         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10543         * sysdeps/powerpc/fpu_control.h: Move to...
10544         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10545
10546 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10547
10548         * iconvdata/ibm1129.h: Remove duplicate mappings.
10549         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10550         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10551         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10552
10553         * timezone/zic.c: Fix handling of turnaround times.
10554         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10555
10556 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10557
10558         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10559         overflow problem.
10560
10561 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10562
10563         * posix/regex.c: For use outside glibc defined bounded pointer
10564         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10565
10566         * iconvdata/Makefile (modules): Add TCVN5712-1.
10567         * iconvdata/TESTS: Add TCVN5712-1.
10568         * iconvdata/gconv-modules: Likewise.
10569         * iconvdata/tcvn5712-1.c: New file.
10570         * iconvdata/testdata/TCVN-5712: New file.
10571         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10572
10573 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10574
10575         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10576
10577 2001-12-02  Roland McGrath  <roland@frob.com>
10578
10579         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10580
10581         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10582         Reported by Jeff Bailey <jbailey@nisa.net>.
10583
10584         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10585         Reported by Jeff Bailey <jbailey@nisa.net>.
10586
10587         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10588         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10589         Reported by Jeff Bailey <jbailey@nisa.net>.
10590
10591 2001-12-01  Roland McGrath  <roland@frob.com>
10592
10593         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10594         missing backslash in test arguments.
10595         * sysdeps/mach/hurd/configure: Regenerated.
10596
10597 2001-11-26  Roland McGrath  <roland@frob.com>
10598
10599         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10600         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10601
10602 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10603
10604         * iconvdata/Makefile (modules): Add ARMSCII-8.
10605         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10606         * iconvdata/armscii-8.c: New file.
10607
10608 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10609
10610         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10611         don't match, fix {{a,b},c} globbing, clean up.
10612         Patch by Flavio Veloso <flaviovs@magnux.com>.
10613         * posix/globtest.sh: Add new tests.
10614
10615 2001-11-29  Andreas Jaeger  <aj@suse.de>
10616
10617         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10618         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10619
10620         * sysdeps/generic/abort.c: Include libioP.h for
10621         _IO_flush_all_lockp prototype.
10622
10623 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10624
10625         * posix/regex.h: Define __restrict_arr correctly.
10626
10627 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10628
10629         * iconvdata/ibm1163.c: New file.
10630         * iconvdata/ibm1163.h: New file.
10631         * iconvdata/ibm1164.c: New file.
10632         * iconvdata/ibm1164.h: New file.
10633         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10634         * iconvdata/Makefile: Likewise.
10635         * iconvdata/testdata/IBM1163: New file.
10636         * iconvdata/testdata/IBM1163..UTF8: New file.
10637         * iconvdata/testdata/IBM1164: New file.
10638         * iconvdata/testdata/IBM1164..UTF8: New file.
10639         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10640
10641         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10642         * iconvdata/ibm1124.h: Likewise.
10643         * iconvdata/ibm1132.h: Likewise.
10644         * iconvdata/ibm1133.h: Likewise.
10645         * iconvdata/ibm1160.h: Likewise.
10646         * iconvdata/ibm1161.h: Likewise.
10647         * iconvdata/ibm1162.h: Likewise.
10648         * iconvdata/ibm856.h: Likewise.
10649         * iconvdata/ibm922.h: Likewise.
10650         * iconvdata/ibm930.h: Likewise.
10651         * iconvdata/ibm932.h: Likewise.
10652         * iconvdata/ibm933.h: Likewise.
10653         * iconvdata/ibm935.h: Likewise.
10654         * iconvdata/ibm937.h: Likewise.
10655         * iconvdata/ibm939.h: Likewise.
10656         * iconvdata/ibm943.h: Likewise.
10657         * iconvdata/ibm930.c: Pretty printing.
10658         * iconvdata/ibm937.c: Avoid access accross array boundary.
10659
10660         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10661         the current locale's codeset.
10662         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10663         empty input string.
10664         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10665         and from-charset.  Don't determine locale's charset here.
10666
10667         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10668         as the old _IO_flush_all but lock only if parameter is nonzero.
10669         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10670         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10671         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10672         if libio is used [PR libc/2575].
10673
10674 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10675
10676         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10677         __signbitl): Only define for ISO C99.
10678
10679 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10680
10681         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10682         herrnop to NETDB_INTERNAL if we run out of buffer space.
10683
10684 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10685
10686         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10687         overflow test for platforms with signed char.
10688         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10689
10690 2001-11-28  Bruno Haible  <bruno@clisp.org>
10691
10692         * locale/programs/simple-hash.c (lookup_2): Remove function.
10693         (insert_entry_2): Call lookup instead of lookup_2.
10694
10695 2001-03-04  Bruno Haible  <bruno@clisp.org>
10696
10697         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10698
10699 2001-10-31  Bruno Haible  <bruno@clisp.org>
10700
10701         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10702
10703 2001-03-21  Bruno Haible  <bruno@clisp.org>
10704
10705         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10706         chokes on empty macro arguments.
10707         * intl/plural.y: Add #pragma for alloca on AIX 3.
10708
10709 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10710
10711         * intl/dcigettext.c (guess_category_value): Only implement for
10712         glibc.  Otherwise rely on function _nl_locale_name which isn't
10713         present in the glibc sources.
10714
10715 2001-09-24  Bruno Haible  <bruno@clisp.org>
10716
10717         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10718         transliteration when building on a glibc system but outside glibc.
10719
10720 2001-09-22  Bruno Haible  <bruno@clisp.org>
10721
10722         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10723         * intl/dcigettext.c (plural_eval): Remove function, moved to
10724         intl/plural-eval.c.
10725         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10726         Include plural-eval.c.
10727
10728 2001-09-22  Bruno Haible  <bruno@clisp.org>
10729
10730         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10731         don't start with a digit; nplurals must be positive.
10732
10733 2001-09-02  Bruno Haible  <bruno@clisp.org>
10734
10735         * intl/plural-exp.h: New file, extracted from gettextP.h.
10736         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10737         * intl/gettextP.h (struct expression, struct parse_args,
10738         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10739         * intl/loadmsgcat.c: Include plural-exp.h.
10740         (PLURAL_PARSE): Move macro to plural-exp.h.
10741         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10742         plural-exp.c.
10743         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10744         EXTRACT_PLURAL_EXPRESSION.
10745         (_nl_unload_domain): Update.
10746         * intl/dcigettext.c: Include plural-exp.h.
10747         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10748         (FREE_EXPRESSION): Move macro to plural-exp.h.
10749         * intl/Makefile (routines): Add plural-exp.
10750         (distribute): Add plural-exp.h.
10751
10752 2001-07-28  Bruno Haible  <bruno@clisp.org>
10753
10754         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10755         isdigit, tolower argument to 'unsigned char'.
10756         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10757         'unsigned char'.
10758         * intl/localealias.c (read_alias_file): Cast isspace argument to
10759         'unsigned char'.
10760
10761 2001-10-20  Bruno Haible  <bruno@clisp.org>
10762
10763         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10764         anyway.)
10765         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10766         with the variable 'index' in plural_lookup.
10767         * intl/l10nflist.c (strchr): Likewise.
10768         * intl/localealias.c (strchr): Likewise.
10769
10770         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10771         * intl/bindtextdom.c: Likewise.
10772         * intl/dcigettext.c: Likewise.
10773         * intl/dgettext.c: Likewise.
10774         * intl/dngettext.c: Likewise.
10775         * intl/explodename.c: Likewise.
10776         * intl/finddomain.c: Likewise.
10777         * intl/gettext.c: Likewise.
10778         * intl/l10nflist.c: Likewise.
10779         * intl/loadmsgcat.c: Likewise.
10780         * intl/localealias.c: Likewise.
10781         * intl/ngettext.c: Likewise.
10782         * intl/textdomain.c: Likewise.
10783         * intl/gettext.h: Assume <limits.h> exists.
10784
10785 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10786
10787         * stdio-common/Makefile (tests): Add scanf11.
10788         * stdio-common/scanf11.c: New file.
10789
10790 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10791
10792         * version.h (RELEASE): Define as development.
10793         (VERSION): Set to 2.2.90.
10794
10795 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10796
10797         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10798         * nis/nss_nis/nis-grp.c: Likewise.
10799         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10800
10801         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10802         * nis/nss_nis/nis-pwd.c: Likewise.
10803         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10804
10805         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10806         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10807         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10808
10809         * nscd/grpcache.c: Use strtoul instead of atol.
10810         * nscd/pwdcache.c: Likewise.
10811         * nss/getent.c: Likewise.
10812
10813 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10814
10815         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10816         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10817
10818 2001-11-19  Bruno Haible  <bruno@clisp.org>
10819
10820         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10821         90%.
10822         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10823         improves the quality of the hash function, especially for short
10824         strings.
10825
10826 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10827
10828         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10829         are found call conv_error and not input_error [PR libc/2669].
10830
10831         * math/bits/mathcalls.h: Mark ceil and floor as const.
10832         Reported by David Mosberger.
10833
10834 2001-11-21  Jim Meyering  <meyering@lucent.com>
10835
10836         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10837         Define to be __-prefixed.
10838         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10839
10840 2001-11-26  Andreas Jaeger  <aj@suse.de>
10841
10842         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10843         avoid warning.
10844
10845 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10846
10847         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10848         initialization.
10849
10850         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10851         unused variables.  Fix threshold for returning 1.0.
10852
10853         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10854         argument.
10855
10856         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10857         remove unused variables.
10858
10859         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10860
10861         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10862         include local math header files.
10863
10864 2001-11-22  Andreas Jaeger  <aj@suse.de>
10865
10866         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10867         avoid warning.
10868
10869 2001-11-21  Andreas Jaeger  <aj@suse.de>
10870
10871         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10872
10873         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10874         sys/debugreg.h
10875
10876 2001-11-15  Andreas Jaeger  <aj@suse.de>
10877
10878         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10879         compilers that support it.
10880
10881         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10882         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10883         * stdlib/stdlib.h: Likewise.
10884
10885 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10886
10887         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10888         statement with gotos.
10889         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10890
10891 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10892
10893         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10894
10895 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10896
10897         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10898
10899 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10900             H.J. Lu  <hjl@gnu.org>
10901
10902         * Versions.def (libc): Add GCC_3.0.
10903         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10904         if gcc supports this flag.
10905         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10906         (gcc3): Allow glibc to be compiled with gcc 3.x.
10907         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10908         * config.make.in (static-libgcc, unwind-find-fde): Add.
10909         * Makerules (build-shlib-helper, build-module-helper): Use it.
10910         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10911         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10912         necessary.
10913         (_fini): Call __deregister_frame_info_bases if
10914         __register_frame_info_bases was used to register.
10915         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10916         for GLIBC_2.0.
10917         (__register_frame_info_bases, __register_frame_info_table_bases,
10918         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10919         * elf/Makefile (routines): Add unwind-dw2-fde.
10920         (shared-only-routines): Add unwind-dw2-fde.
10921         * sysdeps/alpha/gccframe.h: New file.
10922         * sysdeps/arm/gccframe.h: New file.
10923         * sysdeps/generic/framestate.c: New file.
10924         * sysdeps/generic/dwarf2.h: New file.
10925         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10926         * sysdeps/generic/unwind-dw2-fde.c: New file.
10927         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10928         * sysdeps/generic/unwind-dw2-fde.h: New file.
10929         * sysdeps/generic/unwind-dw2.c: New file.
10930         * sysdeps/generic/unwind-pe.h: New file.
10931         * sysdeps/generic/unwind.h: New file.
10932         * sysdeps/hppa/gccframe.h: New file.
10933         * sysdeps/i386/gccframe.h: New file.
10934         * sysdeps/m68k/gccframe.h: New file.
10935         * sysdeps/mips/gccframe.h: New file.
10936         * sysdeps/powerpc/gccframe.h: New file.
10937         * sysdeps/s390/gccframe.h: New file.
10938         * sysdeps/sh/gccframe.h: New file.
10939         * sysdeps/sparc/gccframe.h: New file.
10940         * sysdeps/vax/gccframe.h: New file.
10941         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10942         Set on all architectures except ia64.
10943         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10944         for i386.
10945         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10946         __deregister_frame_info): Move to elf/Versions.
10947         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10948         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10949         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10950         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10951         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10952         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10953         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10954         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10955         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10956         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10957         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10958         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10959         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10960         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10961         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10962         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10963         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10964         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10965
10966 2001-11-15  Jeff Law  <law@redhat.com>
10967
10968         * posix/regex.c (uintptr_t): Do not provide a definition if the
10969         system provided one.
10970
10971 2001-11-13  Roland McGrath  <roland@frob.com>
10972
10973         * stdio-common/tmpfile.c: Moved to ...
10974         * sysdeps/generic/tmpfile.c: ... here.
10975         * sysdeps/mach/hurd/tmpfile.c: New file.
10976
10977         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10978         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10979         (fopenport): Define as weak alias.
10980
10981         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10982         * libio/libioP.h: ... to here.
10983
10984 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10985
10986         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10987         program header twice.  Construct list with the needed information.
10988
10989 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10990
10991         * po/ca.po: Update from translation team.
10992
10993         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10994         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10995         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10996         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10997
10998 2001-11-10  Andreas Jaeger  <aj@suse.de>
10999
11000         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
11001         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
11002         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11003
11004 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11005
11006         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
11007         correctly.
11008         * elf/dl-load.c (is_dst): New function.
11009         (_dl_dst_count): Use is_dst to check for DST variable.
11010         (_dl_dst_substitute): Likewise.
11011
11012 2001-11-09  Roland McGrath  <roland@frob.com>
11013
11014         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
11015         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
11016         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
11017         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
11018         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
11019         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
11020         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
11021         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
11022         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
11023         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
11024         * sysdeps/mach/hurd/powerpc/Dist: New file.
11025
11026         * hurd/privports.c (__get_privileged_ports):
11027         Only contact the proc server if necessary for this call.
11028         Suggested by Neal H Walfield <neal@cs.uml.edu>.
11029         Check error return for mach_port_mod_refs.
11030
11031 2001-11-09  Andreas Schwab  <schwab@suse.de>
11032
11033         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
11034
11035 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
11036
11037         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11038         object is always the last in the list.
11039         (_dl_map_object_from_fd): Delete code to remove from object list
11040         when DF_1_NOOPEN is seen.  This is done in lose.
11041
11042 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11043
11044         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11045
11046 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11047
11048         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11049         HWCAP_CHECK macro code.
11050
11051         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11052         Now returns MAP_FAILED on error.
11053         * elf/rtld.c: Adjust caller.
11054         * sysdeps/generic/dl-cache.c: Likewise.
11055         * sysdeps/generic/ldsodefs.h: Adjust description.
11056
11057         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11058         (_dl_check_map_versions): Likewise.
11059
11060 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11061
11062         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11063         _dl_signal_error directly, always use lose.  Set fd to -1 after
11064         file is closed.
11065         (lose): Don't call close if fd == -1.
11066
11067 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11068
11069         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11070          Also fix typo @code {mbsinit} to @code{mbsinit}.
11071
11072 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11073
11074         * elf/dl-profile.c: Replace state variable with simple flag named
11075         running.  Remove commented-out code.
11076
11077         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11078         (_dl_init_paths): Likewise.
11079         (_dl_map_object_from_fd): Likewise.
11080         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11081
11082 2001-11-06  Roland McGrath  <roland@frob.com>
11083
11084         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11085         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11086
11087         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11088         sysdeps/powerpc/elf/sysdep.h.
11089         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11090
11091 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11092
11093         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11094         speed.
11095         (process_envvars): Some more optimizations.
11096         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11097
11098         * elf/elf.h: Add dynamic tag definitions for prelinking.
11099
11100         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11101         Rewrite code to remove environment varables for SUID binaries.
11102         Small optimization in LD_PROFILE handling.
11103         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11104         changes.
11105         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11106
11107         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11108
11109         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11110         strings.  Change type of second parameter.
11111         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11112         for last change.
11113
11114         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11115
11116 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11117
11118         * manual/string.texi: Fix typos.
11119         * manual/examples/argp-ex2.c: Likewise.
11120
11121 2001-11-05  Roland McGrath  <roland@frob.com>
11122
11123         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11124         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11125         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11126         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11127         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11128         here, put under [__ELF__].
11129
11130 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11131
11132         * manual/charset.texi: Extensive editing work.
11133         * manual/nss.texi: Likewise.
11134         Changes by Dennis Grace <dgrace@us.ibm.com>.
11135
11136 2001-11-04  Roland McGrath  <roland@frob.com>
11137
11138         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11139         parameter to dir_mkfile.
11140
11141 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11142
11143         * string/bits/string2.h (__strndup): If n is smaller than len, set
11144         len to n + 1.
11145         * string/tester.c (test_strndup): New function.
11146         (main): Call it.
11147
11148 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11149
11150         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11151
11152         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11153         * scripts/cpp: New file.
11154
11155         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11156         for rtld_search_dirs content.  Minor optimizations.
11157
11158 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11159
11160         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11161         avoiding unnecessary duplication.
11162
11163 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11164
11165         * elf/dl-load.c (_dl_map_object): If library was found using
11166         LD_LIBRARY_PATH, don't try RUNPATH list.
11167
11168 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11169
11170         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11171         Correct second argument of register_dump call.
11172         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11173         Likewise.
11174
11175 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11176
11177         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11178         modules.
11179         * iconvdata/TESTS: Likewise.
11180         * iconvdata/gconv-modules: Likewise.
11181         * iconvdata/ibm1132.c: New file.
11182         * iconvdata/ibm1132.h: New file.
11183         * iconvdata/ibm1133.c: New file.
11184         * iconvdata/ibm1133.h: New file.
11185         * iconvdata/ibm1162.c: New file.
11186         * iconvdata/ibm1162.h: New file.
11187         * iconvdata/testdata/IBM1132: New file.
11188         * iconvdata/testdata/IBM1132..UTF8: New file.
11189         * iconvdata/testdata/IBM1133: New file.
11190         * iconvdata/testdata/IBM1133..UTF8: New file.
11191         * iconvdata/testdata/IBM1162: New file.
11192         * iconvdata/testdata/IBM1162..UTF8: New file.
11193         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11194
11195         * string/string.h: Fix typo in comment.
11196         * wcsmbs/wchar.h: Likewise.
11197
11198 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11199
11200         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11201         const in type of longopts parameter.
11202
11203 2001-10-29  Andreas Jaeger  <aj@suse.de>
11204
11205         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11206
11207 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11208
11209         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11210         output, clarify `#' behaviour on 0.
11211         (Floating-Point Conversions): Clarify that %g only uses %e when
11212         the exponent would be greater than 1.
11213
11214 2001-10-28  Roland McGrath  <roland@frob.com>
11215
11216         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11217         * sysdeps/mach/powerpc/machine-sp.h: New file.
11218         * sysdeps/mach/powerpc/sysdep.h: New file.
11219         * sysdeps/mach/powerpc/thread_state.h: New file.
11220
11221         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11222         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11223         expect to need the same thing on every platform.
11224
11225         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11226         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11227
11228         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11229         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11230         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11231         Move all these assembly-related definitions to ...
11232         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11233
11234         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11235         by Peter Bruin <pjbruin@dds.nl>.
11236
11237         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11238         packing results for a `poll' call.
11239
11240 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11241
11242         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11243         correctly.
11244         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11245         bracket expression.
11246
11247         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11248         nrules value.
11249         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11250
11251 2001-10-24  H.J. Lu  <hjl@gnu.org>
11252
11253         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11254         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11255         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11256
11257 2001-10-21  Jim Meyering  <meyering@lucent.com>
11258
11259         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11260         this code would end up calling gettext even in packages built
11261         with --disable-nls.
11262         * posix/getopt.c (_): Likewise.
11263         * posix/regex.c (_): Likewise.
11264
11265 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11266
11267         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11268         lookup not ip6.int.
11269         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11270         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11271
11272 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11273
11274         * misc/sys/cdefs.h (__attribute_used__): Define.
11275         * elf/rtld.c (_dl_start): Add __attribute_used__.
11276         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11277
11278 2001-10-25  Andreas Schwab  <schwab@suse.de>
11279
11280         * stdlib/a64l.c: Expect least significant digit first.
11281         * stdlib/l64a.c: Produce least significant digit first.
11282         * stdlib/Makefile (tests): Add test-a64l.
11283         * stdlib/test-a64l.c: New file.
11284         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11285
11286 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11287
11288         * po/sk.po: Update from translation team.
11289
11290 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11291
11292         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11293
11294 2001-10-18  Andreas Schwab  <schwab@suse.de>
11295
11296         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11297         next whole number.
11298         (print_function_ulps): Likewise.
11299         (print_complex_function_ulps): Likewise.
11300         (print_max_error): Likewise.
11301         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11302
11303 2001-10-16  Andreas Schwab  <schwab@suse.de>
11304
11305         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11306         implementation.
11307
11308         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11309         BSD_SETJMP or BSD__SETJMP is defined, resp.
11310         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11311         a tail call to __sigsetjmp that would require extending the
11312         caller's frame.
11313         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11314         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11315         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11316         Reported by Jes Sorensen <jes@trained-monkey.org>.
11317
11318 2001-10-16  Andreas Jaeger  <aj@suse.de>
11319
11320         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11321         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11322         close PR libc/2589.
11323
11324 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11325
11326         * po/ca.po: New file.  Contributed by the translation team.
11327
11328 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11329
11330         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11331         a varargs prototype.  Remove dependency from kernel header files.
11332
11333         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11334         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11335
11336 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11337
11338         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11339         to generate hexadecimal identifier.
11340         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11341
11342 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11343
11344         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11345
11346 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11347
11348         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11349         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11350         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11351
11352         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11353         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11354         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11355         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11356         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11357         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11358
11359         * timezone/africa: Update from tzdata2001d.
11360         * timezone/asia: Likewise.
11361         * timezone/australasia: Likewise.
11362         * timezone/backward: Likewise.
11363         * timezone/europe: Likewise.
11364         * timezone/leapseconds: Likewise.
11365         * timezone/northamerica: Likewise.
11366         * timezone/southamerica: Likewise.
11367         * timezone/zone.tab: Likewise.
11368
11369 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11370
11371         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11372         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11373
11374 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11375
11376         * elf/elf.h (PT_TLS): New definition.
11377
11378 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11379
11380         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11381         bits/errno.h
11382
11383 2001-10-07  Roland McGrath  <roland@frob.com>
11384
11385         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11386
11387 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11388
11389         * elf/elf.h: Add more ELFOSABI_* constants.
11390
11391 2001-10-04  Ben Collins  <bcollins@debian.org>
11392
11393         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11394         decleration of __need_wchar_t.
11395
11396 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11397
11398         * string/bits/string2.h (__strsep_g): Add prototype.
11399         (__strsep): Use it.
11400         * string/Versions (__strsep): Remove.
11401         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11402
11403 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11404
11405         * manua/llio.texi: Clarify file references added by mmap.
11406         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11407
11408 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11409
11410         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11411         Add sc_loadrs and sc_rbs_bas to match current kernel.
11412
11413 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11414
11415         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11416
11417         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11418
11419 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11420
11421         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11422         object has been bumped because of relocation dependency, avoid
11423         duplicates in l_scope.
11424         (show_scope): Fix typos.
11425         * elf/Makefile: Add rules to build and run reldep6.
11426         * elf/reldep6.c: New file.
11427         * elf/reldep6mod0.c: New file.
11428         * elf/reldep6mod1.c: New file.
11429         * elf/reldep6mod2.c: New file.
11430         * elf/reldep6mod3.c: New file.
11431         * elf/reldep6mod4.c: New file.
11432
11433 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11434
11435         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11436         sparc64_fixup_plt.
11437         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11438         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11439         for non-lazy binding. Fix .plt[32768+] handling.
11440         (elf_machine_plt_value): Don't add addend.
11441         (elf_machine_rela): Call sparc64_fixup_plt instead of
11442         elf_machine_fixup_plt.
11443         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11444         dynamic linker at 0xfffff800XXXXXXXX.
11445
11446         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11447
11448 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11449
11450         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11451
11452 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11453
11454         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11455         declare __cmsg_data field if its size would be bigger than 0.
11456         (CMSG_DATA): Adjust accordingly.
11457         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11458         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11459         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11460         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11461         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11462         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11463         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11464
11465 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11466
11467         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11468         * iconvdata/testdata/IBM1160: New file.
11469         * iconvdata/testdata/IBM1160..UTF8: New file.
11470         * iconvdata/testdata/IBM1161: New file.
11471         * iconvdata/testdata/IBM1161..UTF8: New file.
11472         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11473
11474 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11475
11476         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11477         UL_SETFSIZE computations better.
11478
11479         * rt/Makefile: Remove use of filter for librt again.
11480
11481         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11482         UL_SETFSIZE computations better.
11483
11484         * string/Versions: Export __strsep for GLIBC_2.2.5.
11485         * string/bits/string2.h: Define all __STRING_INLINE functions if
11486         _FORCE_INLINES is defined.
11487         Use int instead of char of parameter types.
11488         (__strsep): Don't use __strsep_g.  Don't define it.
11489         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11490         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11491         __strcpy_small.
11492         (__stpcpy_a_small): Renamed from __stpcpy_small.
11493         (__strcspn_c1): Don't define if _FORCE_INLINES.
11494         (__strspn_c1): Likewise.
11495
11496 2001-09-22  Ben Collins  <bcollins@debian.org>
11497
11498         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11499         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11500         * sysdeps/ia64/bits/sigaction.h: Likewise.
11501         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11502
11503 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11504
11505         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11506
11507 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11508
11509         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11510
11511 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11512
11513         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11514
11515 2001-09-20  H.J. Lu  <hjl@gnu.org>
11516
11517         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11518         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11519         for __RTLD_SPROF.
11520         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11521         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11522
11523 2001-09-20  H.J. Lu  <hjl@gnu.org>
11524
11525         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11526         don't add 1.
11527
11528 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11529
11530         * nss/getent.c: Accept -s parameter to overwrite rules in
11531         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11532
11533         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11534         with as many ".0" as necessary to form a complete address
11535         inet_network understands.
11536
11537         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11538         calls.
11539
11540 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11541
11542         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11543         _JMPBUF_UNWINDS.
11544         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11545
11546 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11547
11548         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11549         IBM1161.
11550         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11551         * iconvdata/ibm1160.c: New file.
11552         * iconvdata/ibm1160.h: New file.
11553         * iconvdata/ibm1161.c: New file.
11554         * iconvdata/ibm1161.h: New file.
11555         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11556
11557 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11558
11559         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11560         difference between base address and first PT_LOAD's virtual address,
11561         not the base address.
11562
11563 2001-09-11  Tom Rix  <trix@redhat.com>
11564
11565         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11566         ifdef for __getopt_clean_environment.
11567         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11568
11569 2001-09-22  Andreas Jaeger  <aj@suse.de>
11570
11571         * elf/reldep4.c (main): Add proper prototype to fix warning.
11572
11573         * elf/reldep5.c (main): Remove unused variable.
11574
11575         * math/math_private.h: Add prototypes.
11576
11577 2001-09-21  Andreas Jaeger  <aj@suse.de>
11578
11579         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11580         * sysdeps/x86_64/Dist: New file.
11581         * sysdeps/x86_64/soft-fp/Dist: New file.
11582
11583         * sysdeps/gnu/Dist: Remove eval.c.
11584
11585 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11586
11587         * malloc/memusage.c (realloc): Don't count already allocated
11588         memory in the sums.
11589         (me): Always use dlsym() to find the real implementations.
11590
11591         * malloc/memusage.sh: Make -n option actually do something.
11592
11593 2001-09-20  Andreas Jaeger  <aj@suse.de>
11594
11595         * elf/elf.h (R_390_NUM): Correct value.
11596
11597         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11598         libpthread.
11599
11600         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11601         for x86-64, install x86-64 into */lib64.
11602
11603         * shlib-versions: Add x86-64.
11604
11605         * elf/elf.h: Add x86-64 relocations.
11606
11607 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11608
11609         * po/fr.po: Update from translation team.
11610
11611 2001-09-19  Andreas Jaeger  <aj@suse.de>
11612
11613         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11614         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11615         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11616         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11617         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11618         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11619         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11620         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11621         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11622         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11623         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11624         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11625         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11626         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11627         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11628         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11629         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11630         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11631         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11632         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11633         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11634         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11635         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11636         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11637         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11638         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11639         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11640         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11641         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11642         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11643         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11644         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11645         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11646         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11647         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11648         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11649         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11650         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11651         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11652         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11653         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11654         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11655         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11656         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11657         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11658         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11659         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11660         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11661         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11662         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11663         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11664         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11665         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11666         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11667         * sysdeps/unix/x86_64/sysdep.S: New file.
11668         * sysdeps/unix/x86_64/sysdep.h: New file.
11669         * sysdeps/x86_64/Implies: New file.
11670         * sysdeps/x86_64/Makefile: New file.
11671         * sysdeps/x86_64/Versions: New file.
11672         * sysdeps/x86_64/__longjmp.S: New file.
11673         * sysdeps/x86_64/abort-instr.h: New file.
11674         * sysdeps/x86_64/atomicity.h: New file.
11675         * sysdeps/x86_64/bits/endian.h: New file.
11676         * sysdeps/x86_64/bits/setjmp.h: New file.
11677         * sysdeps/x86_64/bits/string.h: New file.
11678         * sysdeps/x86_64/bp-asm.h: New file.
11679         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11680         * sysdeps/x86_64/bsd-setjmp.S: New file.
11681         * sysdeps/x86_64/dl-machine.h: New file.
11682         * sysdeps/x86_64/elf/initfini.c: New file.
11683         * sysdeps/x86_64/elf/start.S: New file.
11684         * sysdeps/x86_64/ffs.c: New file.
11685         * sysdeps/x86_64/ffsll.c: New file.
11686         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11687         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11688         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11689         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11690         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11691         * sysdeps/x86_64/fpu/e_expl.c: New file.
11692         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11693         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11694         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11695         * sysdeps/x86_64/fpu/e_logl.S: New file.
11696         * sysdeps/x86_64/fpu/e_powl.S: New file.
11697         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11698         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11699         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11700         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11701         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11702         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11703         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11704         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11705         * sysdeps/x86_64/fpu/fegetround.c: New file.
11706         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11707         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11708         * sysdeps/x86_64/fpu/fesetround.c: New file.
11709         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11710         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11711         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11712         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11713         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11714         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11715         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11716         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11717         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11718         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11719         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11720         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11721         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11722         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11723         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11724         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11725         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11726         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11727         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11728         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11729         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11730         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11731         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11732         * sysdeps/x86_64/gmp-mparam.h: New file.
11733         * sysdeps/x86_64/hp-timing.c: New file.
11734         * sysdeps/x86_64/hp-timing.h: New file.
11735         * sysdeps/x86_64/htonl.S: New file.
11736         * sysdeps/x86_64/memusage.h: New file.
11737         * sysdeps/x86_64/setjmp.S: New file.
11738         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11739         * sysdeps/x86_64/stackinfo.h: New file.
11740         * sysdeps/x86_64/sysdep.h: New file.
11741         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11742
11743         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11744         L Moshier.
11745
11746 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11747
11748         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11749         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11750
11751 2001-09-18  Andreas Schwab  <schwab@suse.de>
11752
11753         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11754         list, now that l_scope is a pointer.
11755
11756         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11757         scope list.
11758
11759 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11760
11761         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11762         (elf_machine_rela_relative): Add a missing declaration.
11763
11764 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11765
11766         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11767         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11768         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11769         ldd-rewrite scripts.
11770
11771 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11772
11773         * elf/ldd.bash.in: Update copyright message.
11774
11775 2001-09-17  H.J. Lu  <hjl@gnu.org>
11776
11777         * hurd/hurdmalloc.c (bcopy): Removed.
11778         (realloc): Replace bcopy with memcpy.
11779         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11780         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11781         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11782
11783         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11784         (gethostbyaddr): Likewise.
11785         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11786
11787 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11788
11789         * sysdeps/gnu/eval.c: Removed.
11790
11791 2001-09-18  Andreas Jaeger  <aj@suse.de>
11792
11793         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11794         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11795
11796         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11797         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11798
11799         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11800         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11801
11802 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11803
11804         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11805         nrules value.
11806
11807 2001-09-14  H.J. Lu  <hjl@gnu.org>
11808
11809         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11810
11811 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11812
11813         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11814         Patch by Florian La Roche <laroche@redhat.com>.
11815
11816         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11817
11818         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11819         ETHER_CRC_LEN.
11820
11821 2001-09-14  Andreas Schwab  <schwab@suse.de>
11822
11823         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11824         Sumner <bls@sgi.com>.
11825         * posix/execlp.c: Likewise.
11826
11827 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11828
11829         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11830         is already found earlier in the search scope.
11831
11832 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11833
11834         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11835         filter.
11836
11837 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11838
11839         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11840
11841 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11842
11843         * config.h.in: Enforce optimization to be used.
11844         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11845         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11846         * posix/Makefile (annexc-CFLAGS): Define to -O.
11847         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11848
11849 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11850
11851         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11852         Patch by Stephan Kulow.
11853
11854 2001-09-08  Ben Collins  <bcollins@debian.org>
11855
11856         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11857         usage of RESOLVE() (r_type, not reloc->r_type).
11858
11859 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11860
11861         * elf/dl-object.c: Avoid allocating extra memory block for name.
11862         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11863         allocated separately.
11864         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11865
11866 2001-09-08  H.J. Lu  <hjl@gnu.org>
11867
11868         * po/zh_TW.po: Fix a typo.
11869
11870 2001-09-07  Tom Rix  <trix@redhat.com>
11871
11872         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11873
11874 2001-08-26  Tom Rix  <trix@redhat.com>
11875
11876         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11877         command line options.
11878         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11879         * sysdeps/unix/sysv/aix/start.c: Removed.
11880         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11881         * sysdeps/unix/sysv/aix/init-first.c: New file.
11882         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11883
11884 2001-09-08  Ben Collins  <bcollins@debian.org>
11885
11886         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11887         * sysdeps/generic/dl-machine.h: Likewise.
11888         * sysdeps/hppa/dl-fptr.c: Likewise.
11889         * sysdeps/ia64/dl-fptr.c: Likewise.
11890         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11891         * sysdeps/mips/dl-machine.h: Likewise.
11892         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11893         * sysdeps/powerpc/dl-machine.c: Likewise.
11894
11895 2001-09-07  Ben Collins  <bcollins@debian.org>
11896
11897         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11898
11899         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11900
11901 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11902
11903         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11904         dependencies if necessary.
11905
11906         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11907         loaded directly) determine length if l_initfini list by iterating
11908         over its elements.  Minor optimizations.
11909         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11910         for dependency objects.
11911         If object was already loaded check whether any of the dependencies
11912         is already on the relocation dependency list.  If yes, remove the
11913         latter.  Minor optimizations.
11914         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11915         maps here.  Search l_initfini list only if the object was loaded
11916         directly and not only as a dependency.
11917         (_dl_lookup_symbol): Add relocation dependency also if object
11918         is not in global scope.  Remove test for self-reference here.
11919         (_dl_lookup_versioned_symbol): Likewise.
11920         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11921         element of first name record.
11922         * elf/loadtest.c: Add some more test to recognize early if an object
11923         wasn't unloaded.
11924         * elf/Makefile: Add rules to build and run reldep5.
11925         * elf/reldep5.c: New file.
11926         * elf/reldepmod5.c: New file.
11927         * elf/reldepmod6.c: New file.
11928
11929         * elf/reldep2.c: Fix typo.
11930
11931 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11932
11933         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11934         elements.  Change l_scope to be a pointer only.
11935         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11936         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11937         here add searchlist of newly open file to the dependency's scope.
11938         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11939         only searchlist from its scope.  Free own scope array if necessary.
11940         * elf/Makefile (tests): Add dblload and dblunload now.
11941
11942 2001-09-06  Andreas Jaeger  <aj@suse.de>
11943
11944         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11945         Stephen L Moshier.
11946
11947 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11948
11949         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11950         they both fail.
11951         * elf/dblload.c: New file.
11952         * elf/dblloadmod1.c: New file.
11953         * elf/dblloadmod2.c: New file.
11954         * elf/dblloadmod3.c: New file.
11955         * elf/dblunload.c: New file.
11956
11957 2001-09-04  Richard Henderson  <rth@redhat.com>
11958
11959         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11960         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11961
11962 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11963
11964         Correct very misleading message for error in failed runtime relocation.
11965         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11966         place of the error.
11967         (_dl_signal_cerror): Likewise.
11968         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11969         * elf/dl-close.c: Likewise.
11970         * elf/dl-deps.c: Likewise.
11971         * elf/dl-load.c: Likewise.
11972         * elf/dl-lookup.c: Likewise.
11973         * elf/dl-open.c: Likewise.
11974         * elf/dl-reloc.c: Likewise.
11975         * elf/dl-sym.c: Likewise.
11976         * elf/dl-version.c: Likewise.
11977         * sysdeps/generic/dl-sysdep.c: Likewise.
11978
11979 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11980
11981         * iconv/strtab.c (strtabinit): Initialize null Strent.
11982         (newstring): Move len == 0 handling...
11983         (strtabadd): ...here.
11984         If len == 1, return null Strent.
11985         When inserting a suffix of an existing string, check if
11986         it is not equal to some suffix already recorded.
11987         Copy left and right members over if adding longer string.
11988
11989 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11990
11991         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11992
11993         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11994         (__syscall_gethostname): Add prototype.
11995
11996 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11997
11998         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11999
12000 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
12001
12002         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
12003
12004 2001-08-27  Roland McGrath  <roland@frob.com>
12005
12006         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
12007         short, copy that much into NAME anyway before returning error.
12008
12009 2001-09-01  Richard Henderson  <rth@redhat.com>
12010
12011         * sysdeps/alpha/elf/Dist: Remove file.
12012         * sysdeps/alpha/elf/Makefile: Remove file.
12013         * sysdeps/alpha/elf/crtbegin.S: Remove file.
12014         * sysdeps/alpha/elf/crtend.S: Remove file.
12015         * sysdeps/alpha/elf/initfini.c: New file.
12016
12017 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
12018
12019         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
12020         * iconv/tst-iconv3.c: Likewise.
12021
12022 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
12023
12024         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
12025
12026 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
12027
12028         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
12029         export it.
12030         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
12031         * iconv/iconv_prog.c (insert_cache): New function.
12032         (print_known_names): If cache is used call insert_cache to use the
12033         information from the cache [PR libc/2509].
12034
12035 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
12036
12037         * time/strptime.c (strptime_internal): Recognize 'l' format and
12038         handle it like 'I' for symmetry with strftime.
12039
12040 2001-08-31  Richard Henderson  <rth@redhat.com>
12041
12042         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12043         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12044         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12045         (print_statistics): Make scalar unsigned long long.
12046         * sysdeps/alpha/hp-timing.h: New file.
12047
12048 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12049
12050         * stdio-common/perror.c (perror): Save errno early, pass it
12051         down to perror_internal.
12052         (perror_internal): Add errnum argument.
12053
12054 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12055
12056         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12057         Don't add old memory content for R_ALPHA_REFQUAD.
12058
12059 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12060
12061         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12062         memory correctly.
12063
12064         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12065         instead of open, __close instead of close, __getpagesize instead
12066         of getpagesize.
12067
12068         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12069         instead of strnlen.
12070         * include/string.h (strndupa): Redefine here to use __strnlen
12071         instead of strnlen.
12072         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12073
12074         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12075         connected).
12076
12077 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12078
12079         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12080         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12081         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12082         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12083         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12084         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12085         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12086
12087 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12088
12089         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12090
12091 2001-08-30  Andreas Jaeger  <aj@suse.de>
12092
12093         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12094         contributed Stephen L Moshier.
12095
12096 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12097
12098         * sunrpc/etc.rpc (sgi_fam): Add.
12099
12100 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12101
12102         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12103
12104 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12105
12106         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12107         first is from a previous call.
12108         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12109
12110 2001-08-29  Andreas Schwab  <schwab@suse.de>
12111
12112         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12113
12114 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12115
12116         * config.make.in (INSTALL_SCRIPT): Define.
12117         * Makeconfig (INSTALL_SCRIPT): Define.
12118         * Makerules (do-install-script): New macro to install scripts using
12119         INSTALL_SCRIPT.
12120         (install-bin-script): New rule to install scripts with
12121         do-install-script.
12122         (install-bin-script-nosubdir): New rule.
12123         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12124         (distinfo-vars): Add $(install-bin-script).
12125         * Rules (others): Likewise.
12126         * Makefile (glibcbug): Install with install-bin-script.
12127         * debug/Makefile (xtrace): Likewise.
12128         (catchsegv): Likewise.
12129         * elf/Makefile (ldd): Likewise.
12130         * malloc/Makefile (mtrace): Likewise.
12131         * timezone/Makefile (tzselect): Likewise.
12132
12133 2001-08-29  H.J. Lu  <hjl@gnu.org>
12134
12135         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12136         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12137         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12138
12139 2001-08-29  Andreas Schwab  <schwab@suse.de>
12140
12141         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12142
12143 2001-08-28  H.J. Lu  <hjl@gnu.org>
12144
12145         * Makeconfig (combreloc-LDFLAGS): New variable.
12146         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12147         * config.make.in (have-z-combreloc): New variable.
12148         * configure.in: Substitute libc_cv_z_combreloc.
12149
12150 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12151
12152         * po/sv.po: Update from translation team.
12153         * po/fr.po: Likewise.
12154         * po/da.po: Likewise.
12155
12156 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12157
12158         * Makerules: Fix a typo: MD% -> MD5.
12159
12160 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12161
12162         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12163         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12164
12165 2001-08-28  Andreas Jaeger  <aj@suse.de>
12166
12167         * manual/libc-texinfo.sh: Add entry about free manuals.
12168
12169         * manual/contrib.texi (Contributors): Fix cross reference.
12170
12171         * manual/libc.texinfo (Copying): Include freemanuals.
12172
12173         * manual/Makefile (appendices): Add freemanuals.
12174
12175         * manual/freemanuals.texi: New file.
12176         Patch by Brian Youmans <3diff@gnu.org>.
12177
12178         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12179         smaller table.
12180
12181         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12182         table on separate page.
12183         Patch by Brian Youmans <3diff@gnu.org>.
12184
12185 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12186
12187         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12188         the connection went down after we first used it try to connect
12189         again and resend the message before printing to the console.
12190         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12191
12192 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12193
12194         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12195         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12196         bit set.
12197
12198 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12199
12200         * iconv/strtab.c (searchstring): Use correct length for comparison.
12201         (strtabadd): Account total size correct if new string has old string as
12202         substring.
12203
12204 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12205
12206         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12207
12208 2001-08-27  Andreas Jaeger  <aj@suse.de>
12209
12210         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12211
12212         * math/libm-test.inc (j0_test): Add extra tests.
12213         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12214         not x, in Hankel approximation.
12215         Patches by Stephen L Moshier.
12216
12217 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12218
12219         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12220         link_map.
12221
12222         * configure.in: Fix test for .rela.dyn section.
12223
12224         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12225
12226 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12227
12228         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12229         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12230         Pass type_class to _dl_lookup_*.
12231         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12232         Pass around just type_class instead of noexec, noplt pair.
12233         (_dl_lookup_versioned_symbol): Likewise.
12234         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12235         noexec, noplt pair.
12236         (_dl_lookup_versioned_symbol_skip): Likewise.
12237         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12238         * elf/do-lookup.h (do_lookup): Likewise.
12239         * include/link.h (struct link_map): Replace noexec and noplt fields
12240         in l_lookup_cache with type_class field.
12241         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12242         ELF_RTYPE_CLASS_COPY): Define.
12243         Adjust prototypes for _dl_lookup_symbol and
12244         _dl_lookup_versioned_symbol.
12245         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12246         elf_machine_lookup_noexec_p): Remove.
12247         (elf_machine_type_class): Define.
12248         * sysdeps/arm/dl-machine.h: Likewise.
12249         * sysdeps/hppa/dl-machine.h: Likewise.
12250         * sysdeps/cris/dl-machine.h: Likewise.
12251         * sysdeps/i386/dl-machine.h: Likewise.
12252         * sysdeps/ia64/dl-machine.h: Likewise.
12253         * sysdeps/m68k/dl-machine.h: Likewise.
12254         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12255         * sysdeps/mips/dl-machine.h: Likewise.
12256         * sysdeps/powerpc/dl-machine.h: Likewise.
12257         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12258         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12259         * sysdeps/sh/dl-machine.h: Likewise.
12260         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12261         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12262
12263 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12264
12265         * manual/message.texi (Advanced gettext functions): Change
12266         description of plural forms for Slovak.
12267         Reported by Marcel Telka <marcel@telka.sk>.
12268
12269         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12270         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12271
12272 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12273
12274         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12275         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12276
12277 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12278
12279         * include/link.h (struct link_map): Add l_lookup_cache element.
12280         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12281         (RESOLVE_MAP): Likewise.
12282         (_dl_relocate_object): Remove cache initialization.
12283         * elf/dl-lookup.c: Rip out cache handling code.
12284         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12285         declarations.
12286
12287         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12288         remove some __builtin_expect.
12289         (_dl_lookup_versioned_symbol): Likewise.
12290
12291         * config.h.in: Add HAVE_Z_COMBRELOC.
12292         * configure.in: Add test for -z combreloc.
12293
12294         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12295         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12296         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12297         case to almost no code.
12298
12299 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12300
12301         * po/tr.po: Update from translation team.
12302
12303 2001-08-24  Andreas Jaeger  <aj@suse.de>
12304
12305         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12306         make clean works.
12307
12308 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12309
12310         * elf/rtld.c (print_statistics): Printf % after percent values.
12311         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12312
12313         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12314         don't have to compute the hash value and initialize current_value.
12315         Move reference_name variable to where it is needed.
12316         (_dl_lookup_versioned_symbol): Likewise.
12317
12318 2001-08-24  Roland McGrath  <roland@frob.com>
12319
12320         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12321         Just test that strerror returns non-null for a few errno codes.
12322
12323 2001-08-23  Roland McGrath  <roland@frob.com>
12324
12325         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12326         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12327
12328         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12329
12330         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12331         __mach_reply_port.
12332
12333 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12334
12335         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12336         returns NULL.
12337
12338         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12339         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12340         doesn't do it.
12341         * elf/rtld.c: Include <sys/param.h>.
12342         * elf/dl-reloc.c: Likewise.
12343
12344 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12345
12346         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12347         empty to prevent junk from being generated.
12348         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12349
12350 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12351
12352         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12353         records.  Rename endrel to relative, initialize it to r, and use it
12354         in elf_machine_rel_relative calls.  Point r after relative relocs.
12355
12356 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12357
12358         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12359         of R_386_NONE.
12360
12361 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12362
12363         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12364         necessary.  Undefine newly defined macros at the end.
12365         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12366         Rename from elf_machine_rel_relative.
12367         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12368         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12369         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12370         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12371         Likewise.
12372         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12373         Likewise.
12374         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12375         Fix argument types.
12376         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12377         Fix argument types.
12378         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12379         Likewise.  Fix argument types.
12380         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12381         Likewise.  Fix argument types.
12382         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12383         Fix argument types.
12384         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12385         ElfW(Rel) in argument.
12386         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12387         function.
12388
12389 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12390
12391         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12392
12393 2001-08-24  Andreas Jaeger  <aj@suse.de>
12394
12395         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12396         Stephen L Moshier <moshier@mediaone.net>.
12397
12398 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12399
12400         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12401         first if RELCOUNT is set.
12402
12403         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12404         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12405         elf_machine_rel_relative.
12406         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12407         Minor optimizations.
12408         * sysdeps/arm/dl-machine.h: Likewise.
12409         * sysdeps/cris/dl-machine.h: Likewise.
12410         * sysdeps/hppa/dl-machine.h: Likewise.
12411         * sysdeps/i386/dl-machine.h: Likewise.
12412         * sysdeps/ia64/dl-machine.h: Likewise.
12413         * sysdeps/m68k/dl-machine.h: Likewise.
12414         * sysdeps/mips/dl-machine.h: Likewise.
12415         * sysdeps/powerpc/dl-machine.h: Likewise.
12416         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12417         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12418         * sysdeps/sh/dl-machine.h: Likewise.
12419         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12420         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12421
12422 2001-08-23  Roland McGrath  <roland@frob.com>
12423
12424         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12425
12426         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12427         sysdeps/mach version.  Implement counting ("recursive") mutexes
12428         on top of cthreads mutexes.
12429         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12430
12431         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12432         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12433         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12434         __libc_clean_end): Define these to call the cleanup function after
12435         normal exit when they're supposed to.
12436
12437         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12438         Take new first arg DOIT, a boolean saying whether to really install
12439         any cleanup handler.
12440         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12441         (__libc_cleanup_end): Likewise.
12442         * sysdeps/generic/bits/libc-lock.h: Same changes.
12443         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12444         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12445         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12446         Likewise.
12447         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12448         * sysdeps/generic/bits/stdio-lock.h
12449         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12450
12451 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12452
12453         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12454
12455 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12456
12457         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12458         functions.
12459         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12460         lookups in cache.
12461         (_dl_lookup_versioned_symbol): Likewise.
12462         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12463         relocation lookup.
12464         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12465         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12466         (lookup_cache, lookup_cache_versioned): Add declarations.
12467
12468 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12469
12470         * stdlib/tst-random.c (main): Swap parameters in fail call.
12471         Patch by Pete Bevin <pete@petebevin.com>.
12472
12473 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12474
12475         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12476
12477 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12478
12479         * malloc/obstack.c: Indent preprocessor directives.
12480         Patch by Jim Meyering <meyering@ascend.com>.
12481
12482         * po/ja.po: Update from translation team.
12483
12484 2001-08-23  Roland McGrath  <roland@frob.com>
12485
12486         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12487
12488         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12489         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12490
12491 2001-08-22  Roland McGrath  <roland@frob.com>
12492
12493         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12494         __libc_lock_define_recursive.
12495         * elf/dl-open.c: Don't declare it here any more.
12496         * elf/dl-close.c: Likewise.
12497         * elf/dl-lookup.c: Likewise.
12498         * elf/dl-iteratephdr.c: Likewise.
12499         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12500         __libc_lock_unlock_recursive.
12501         * elf/dl-close.c (_dl_close): Likewise
12502         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12503         * elf/dl-open.c (_dl_open): Likewise
12504
12505         * sysdeps/generic/bits/libc-lock.h
12506         (__libc_lock_define_recursive): New macro.
12507         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12508         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12509         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12510
12511         * conform/conformtest.pl (checknamespace): Sort the output list.
12512
12513         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12514         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12515         definitions conditional on [__USE_XOPEN].
12516
12517         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12518         these unconditionally, not only use [__USE_BSD], so as to match
12519         the sysdeps/unix/sysv/linux files.
12520
12521 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12522
12523         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12524         avoid warnings.
12525
12526         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12527         DL_LOOKUP_ADDRESS.
12528
12529 2001-08-22  Roland McGrath  <roland@frob.com>
12530
12531         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12532         conditionalization of sa_handler/sa_sigaction member types to
12533         match the sysdeps/unix/sysv/linux file.
12534
12535 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12536
12537         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12538         symbol sizes a bit better.
12539
12540         * sysdeps/ia64/strncpy.S: Complete rewrite.
12541         Contributed by Jakub Jelinek <jakub@redhat.com>.
12542
12543         * string/stratcliff.c (main): Add strncpy test.
12544
12545 2001-08-22  Roland McGrath  <roland@frob.com>
12546
12547         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12548         and don't declare unsetenv or _environ directly.
12549         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12550
12551 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12552
12553         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12554         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12555         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12556         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12557         test for cmsg struct size.
12558
12559 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12560
12561         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12562         Rename __argc to ___argc in prototypes to avoid compatibility
12563         problems with systems that reserve the identifier "__argc".
12564         Similarly for __argv.
12565
12566 2001-08-21  Roland McGrath  <roland@frob.com>
12567
12568         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12569
12570         * mach/Makefile (tests): Removed.
12571         * mach/hello.c: File removed.
12572
12573 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12574
12575         * po/sv.po: Update from translation team.
12576
12577         * stdio-common/vfscanf.c: Fix handling of %l[].
12578         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12579
12580         * libio/Makefile (tests): Add tst-sscanf.
12581         * libio/tst-sscanf.c: New file.
12582
12583         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12584         * malloc/mtrace.c (tr_where): dli_sname always points to a
12585         non-empty string if != NULL.
12586         Reported by Tim Janik <timj@gtk.org>.
12587
12588 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12589
12590         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12591         buf.  Free resources on failure.
12592         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12593         (makefd_xprt): Likewise.
12594         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12595         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12596         * sunrpc/auth_unix.c (authunix_create): Likewise.
12597
12598 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12599
12600         * string/strnlen.c: Remove.
12601         * sysdeps/generic/strnlen.c: New file.
12602         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12603
12604 2001-08-21  Roland McGrath  <roland@frob.com>
12605
12606         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12607         as a macro, not an extern inline function.
12608
12609         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12610         * Versions.def (libc): Add GLIBC_2.2.5 set.
12611         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12612         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12613
12614 2001-08-20  Roland McGrath  <roland@frob.com>
12615
12616         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12617         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12618
12619 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12620
12621         * string/bits/string2.h: Remove strnlen optimization here.
12622         * sysdeps/i386/i486/bits/string.h: Add it here.
12623
12624 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12625
12626         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12627
12628 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12629
12630         * po/gl.po: Update from translation team.
12631
12632 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12633
12634         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12635         * misc/err.c (convert_and_print): Likewise.
12636
12637         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12638         function calls.
12639
12640 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12641
12642         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12643         change of the gregset_t type.
12644         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12645
12646 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12647
12648         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12649
12650 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12651
12652         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12653
12654         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12655
12656 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12657
12658         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12659         before calling the cthreads initialization code.
12660
12661 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12662
12663         * argp/argp-help.c: Fix two problems introduced in last change.
12664
12665         * include/dirent.h: Include <dirstream.h> first.
12666
12667 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12668
12669         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12670
12671         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12672         * sunrpc/xdr_rec.c: Likewise.
12673         * sunrpc/xdr_mem.c: Likewise.
12674         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12675         * sunrpc/rpc_cmsg.c: Likewise.
12676         * sunrpc/getrpcport.c (getrpcport): Likewise.
12677         * sunrpc/clnt_simp.c (callrpc): Likewise.
12678         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12679         * string/envz.c: Likewise.
12680
12681         * po/ko.po: Update from translation team.
12682
12683         * argp/argp-help.c: Handle wide oriented stderr stream.
12684
12685 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12686
12687         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12688         __builtin_expect.
12689
12690         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12691
12692         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12693         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12694         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12695
12696         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12697
12698         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12699
12700         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12701
12702         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12703         wchar_t for function declarations and defintions.
12704
12705         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12706         Define suseconds_t if it hasn't happened yet.
12707
12708         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12709
12710         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12711
12712         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12713         <stddef.h>.
12714
12715         * conform/data/stddef.h-data: Remove wint_t.
12716
12717         * conform/conformtest.pl: Change namespace test to take #undef
12718         lines into account.
12719
12720         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12721
12722         * conform/data/sys/socket.h-data: Add sockatmark.
12723
12724 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12725
12726         * io/fts.c: Update from recent BSD source.
12727
12728 2001-08-17  Roland McGrath  <roland@frob.com>
12729
12730         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12731         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12732         Likewise.
12733
12734 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12735
12736         * locale/duplocale.c (__duplocale): Also initialize the special
12737         __ctype_* elements.
12738
12739         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12740
12741 2001-08-17  Andreas Jaeger  <aj@suse.de>
12742
12743         * misc/getpass.c: Include wchar.h for prototypes.
12744         * malloc/obstack.c: Likewise.
12745
12746 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12747
12748         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12749
12750         * wcsmbs/wcscoll.c: Also define __wcscoll.
12751         * include/wchar.h: Declare __wcscoll.
12752
12753         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12754         * libio/vwprintf.c: Likewise.
12755         * libio/wprintf.c: Likewise.
12756
12757         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12758
12759 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12760
12761         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12762         instead of mbrtowc.
12763         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12764         wcslen, and __wcscoll instead of wcscoll.
12765
12766         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12767
12768         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12769         __getuid instead of getuid.
12770
12771         * stdio-common/perror.c (perror): Use __close instead of close.
12772         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12773         * libio/freopen.c (freopen): Likewise.
12774         * libio/freopen64.c (freopen64): Likewise.
12775
12776         * libio/tst-ungetwc2.c (main): Define str const.
12777
12778         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12779         * libio/fwprintf.c: Also define __fwprintf.
12780         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12781         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12782         * assert/assert-perr.c: Likewise.
12783         * assert/assert.c: Likewise.
12784         * gmon/gmon.c: Likewise.
12785         * inet/rcmd.c: Likewise.
12786         * malloc/obstack.c: Likewise.
12787         * misc/err.c: Likewise.
12788         * misc/error.c: Likewise.
12789         * misc/getpass.c: Likewise.
12790         * posix/getopt.c: Likewise.
12791         * resolv/res_hconf.c: Likewise.
12792         * stdio-common/perror.c: Likewise.
12793         * stdio-common/psignal.c: Likewise.
12794         * stdlib/fmtmsg.c: Likewise.
12795         * sunrpc/auth_unix.c: Likewise.
12796         * sunrpc/clnt_perr.c: Likewise.
12797         * sunrpc/clnt_tcp.c: Likewise.
12798         * sunrpc/clnt_udp.c: Likewise.
12799         * sunrpc/clnt_unix.c: Likewise.
12800         * sunrpc/svc_simple.c: Likewise.
12801         * sunrpc/svc_tcp.c: Likewise.
12802         * sunrpc/svc_udp.c: Likewise.
12803         * sunrpc/svc_unix.c: Likewise.
12804         * sunrpc/xdr.c: Likewise.
12805         * sunrpc/xdr_array.c: Likewise.
12806         * sunrpc/xdr_rec.c: Likewise.
12807         * sunrpc/xdr_ref.c: Likewise.
12808         * sysdeps/generic/wordexp.c: Likewise.
12809
12810         * po/it.po: Update from translation team.
12811
12812         * misc/err.c: Handle wide oriented stderr stream.
12813
12814 2001-08-14  Tom Rix  <trix@redhat.com>
12815
12816         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12817         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12818
12819 2001-08-13  Tom Rix  <trix@redhat.com>
12820
12821         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12822         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12823         and __intptr_t.
12824
12825 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12826
12827         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12828         Store the access registers to the ucontext structure.
12829         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12830         Likewise.
12831
12832         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12833         Load the access registers from the ucontext structure.
12834         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12835         Likewise.
12836
12837         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12838         offsets to the new ucontext layout.
12839         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12840
12841         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12842         of the ucontext structure.
12843         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12844
12845 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12846
12847         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12848         (error_at_line): Likewise.
12849
12850         * stdio-common/perror.c (perror): Implement according to standard.
12851         The stream orientation must not be changed if the stream was not
12852         oriented before the call.
12853         * stdio-common/Makefile (tests): Add tst-perror.
12854         * stdio-common/tst-perror.c: New file.
12855
12856
12857 See ChangeLog.12 for earlier changes.