* stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
[platform/upstream/glibc.git] / ChangeLog
1 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
2
3         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
4         specific asm macros for multiple percision integer math.
5
6 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
7
8         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
9         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
10         Remove per-machine conditionals for FLAG_* cases.
11         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
12         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
13         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
14
15 2002-09-10  Alan Modra <amodra@bigpond.net.au>
16
17         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
18         defined in entry.h.
19         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
20         lowest address for profiling in  __monstartup call.
21         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
22
23 2002-09-14  Roland McGrath  <roland@redhat.com>
24
25         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
26         instead of __NR_pread.
27         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
28         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
29         instead of __NR_pwrite.
30         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
31
32 2002-09-13  Roland McGrath  <roland@redhat.com>
33
34         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
35
36 2002-09-13  Andreas Jaeger  <aj@suse.de>
37
38         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
39         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
40
41 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
42
43         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
44
45 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
46
47         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
48         reading the headers.
49
50 2002-09-12  Roland McGrath  <roland@redhat.com>
51
52         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
53         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
54         find the ELF header.
55
56         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
57         executable if needed, in case it's actually a shared object.
58
59 2002-09-11  Roland McGrath  <roland@redhat.com>
60
61         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
62         l_map_start to adjust l_tls_initimage.
63
64         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
65         when using h_errno and it's not set to NETDB_INTERNAL.
66         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
67
68         * Makefile ($(common-objpfx)testrun.sh): New target.
69         (others): Depend on it.
70         (postclean-generated): Append it.
71
72         * nss/bug-erange.c: New file.
73         * nss/Makefile (tests): Add it.
74
75         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
76         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
77
78         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
79         strncmp, keeps the code smaller for a non-performance-critical case.
80
81         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
82         no longer wrongly matches arbitrary prefixes of NAME.
83         Reported by Jakub Jelinek <jakub@redhat.com>.
84
85 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
86
87         * posix/bug-regex11.c (tests): New array.
88         (main): Rewritten to run more different tests.
89
90 2002-09-10  Roland McGrath  <roland@redhat.com>
91
92         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
93         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
94         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
95
96         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
97         well so we don't get it declared by include/math.h's hidden_proto.
98         Then do hidden_proto for __isnanf locally so hidden_def works right.
99
100         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
101         a cast to turn nl_langinfo return value into an integer.
102
103 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
104
105         * posix/regexec.c (build_trtable): Fix the destination of
106         newline to prevent wrong states from overwriting.
107         Append break statements to optimization.
108
109 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
110
111         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
112         (build_range_exp): Add castings to strlen invocations.
113         (build_collating_symbol): Restore the type of characters from "char"
114         to "unsigned char", and supplement castings.
115         (build_collating_symbol): Likewise.
116         (build_equiv_class): Likewise.
117         (build_charclass): Likewise.
118         (seek_collating_symbol_entry): Likewise.
119         (parse_bracket_exp): Likewise.
120         (build_word_op): Supplement a casting.
121         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
122         (re_string_allocate): Fix castings.
123         (re_string_construct): Likewise.
124         (re_string_construct_common): Likewise.
125         (re_string_realloc_buffers): Likewise.
126         (build_wcs_buffer): Likewise.
127         (build_wcs_upper_buffer): Likewise.
128         (re_string_skip_chars): Likewise.
129         (re_string_reconstruct): Likewise.
130         * posix/regex_internal.h: Restore the type of characters in
131         re_string_t and bracket_elem_t from "char" to "unsigned char".
132         (re_string_elem_size_at): Fix castings.
133         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
134         (transit_state_bkref_loop): Restore the type of characters from
135         "char" to "unsigned char", and append a cast to "char*" pointer in
136         array subscript.
137         (check_node_accept_bytes): Likewise.
138         (find_collation_sequence_value): Likewise.
139
140 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
141
142         * sysdeps/mips/memcpy.S: New file.
143         * sysdeps/mips/memset.S: New file.
144         * sysdeps/mips/fpu/e_sqrt.c:  New file.
145         * sysdeps/mips/fpu/e_sqrtf.c: New file.
146
147         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
148         functional before. Also removed all SHLIB_COMPAT stuff.
149         * fpu/fegetenv.c: Likewise.
150         * fpu/fesetenv.c:: Likewise.
151         * fpu/feupdateenv.c: Likewise.
152         * fpu/fgetexcptflg.c: Likewise.
153         * fpu/fraiseexcpt.c: Likewise.
154
155         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
156
157 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
158
159         * include/math.h (__finite_internal, __finitef_internal,
160         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
161         (isfinite): Remove.
162         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
163         __isinfl, __isnanl): Add hidden_proto.
164         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
165         libm_hidden_proto.
166         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
167         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
168         __is{inf,nan} calls.
169         * stdio-common/printf_size.c (printf_size): Likewise.
170         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
171         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
172         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
173         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
174         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
175         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
176         (__finite): Add hidden_def.
177         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
178         (__finitef): Add hidden_def.
179         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
180         (__finitel): Add hidden_def.
181         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
182         hidden_def.
183         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
184         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
185         libm_hidden_def.
186         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
187         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
188         hidden_def.
189         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
190         (__isinfl): Remove INTDEF.
191         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
192         hidden_def.
193         (__isnanl): Remove INTDEF.
194         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
195         libm_hidden_def.
196         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
197         instead of sin and cos.
198         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
199         Add hidden_def.
200         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
201         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
202         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
203         libm_hidden_def.
204         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
205         Add hidden_def.
206         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
207         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
208         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
209         libm_hidden_def.
210         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
211         libm_hidden_def.
212         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
213         Add hidden_def.
214         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
215         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
216         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
217         libm_hidden_def.
218         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
219         __finitel_internal): Remove aliases.
220         (__finite, __finitef, __finitel): Add hidden_def.
221         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
222         __isnanl_internal): Remove aliases.
223         (__isnan, __isnanf, __isnanl): Add hidden_def.
224         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
225         __isinfl_internal): Remove aliases.
226         (__isinf, __isinff, __isinfl): Add hidden_def.
227         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
228         __fpclassifyl): Add libm_hidden_def.
229         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
230         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
231         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
232         (hidden_defx): Define and use.
233         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
234         libm_hidden_def.
235         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
236         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
237         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
238         Remove INTDEF.
239         (__isnan, __isnanf): Add hidden_def.
240         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
241         (__finitel): Add libm_hidden_def.
242         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
243
244         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
245         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
246         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
247         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
248         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
249         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
250         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
251         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
252         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
253         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
254         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
255         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
256         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
257         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
258         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
259         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
260         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
261         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
262         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
263         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
264         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
265         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
266         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
267         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
268         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
269         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
270         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
271
272 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
273
274         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
275
276 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
277
278         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
279         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
280
281 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
282
283         * string/stratcliff.c: Some more strncpy tests.
284         Patch by Daniel Jacobowitz <drow@mvista.com>.
285
286 2002-09-08  Roland McGrath  <roland@redhat.com>
287
288         * resolv/resolv.h: Include <sys/types.h> for u_long even in
289         the [__need_res_state] case.
290         Reported by Bruno Haible <bruno@clisp.org>.
291
292 2002-09-04  Bruno Haible  <bruno@clisp.org>
293
294         * sysdeps/generic/bits/ustat.h: Comment fix.
295         * io/sys/sendfile.h: Comment fix.
296         * sysdeps/posix/pread.c: Comment fix.
297         * sysdeps/posix/pread64.c: Comment fix.
298         * sysdeps/posix/pwrite.c: Comment fix.
299         * sysdeps/posix/pwrite64.c: Comment fix.
300
301 2002-09-06  Roland McGrath  <roland@redhat.com>
302
303         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
304         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
305         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
306         (_UTSNAME_MACHINE_LENGTH): Likewise.
307         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
308
309 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
310
311         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
312         test for filesystem type name of mount points.
313
314         * include/errno.h: Use errno definition with __thread for now only
315         in libc and ld.so.
316
317         * test-skeleton.c (main): Improve error message for unexpected
318         signal case.
319
320 2002-09-05  Roland McGrath  <roland@redhat.com>
321
322         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
323         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
324
325 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
326
327         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
328         case of failure.
329
330 2002-09-04  Bruno Haible  <bruno@clisp.org>
331
332         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
333         sigset_get_old_mask): Turn into inline functions.
334         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
335         sigset_get_old_mask): Likewise.
336         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
337         sigset_get_old_mask): Likewise.
338         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
339         syntax.
340
341         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
342
343         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
344         default definitions.
345         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
346         _sys_nerr_internal instead of _sys_nerr.
347
348         * nscd/connections.c (handle_request): Declare CALLER inside #if.
349
350 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
351
352         * sysdeps/powerpc/__longjmp.S: Moved to...
353         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
354         * sysdeps/powerpc/add_n.S: Moved to...
355         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
356         * sysdeps/powerpc/addmul_1.S: Moved to...
357         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
358         * sysdeps/powerpc/atomicity.h: Moved to...
359         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
360         * sysdeps/powerpc/backtrace.c: Moved to...
361         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
362         * sysdeps/powerpc/bp-asm.h: Moved to...
363         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
364         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
365         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
366         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
367         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
368         * sysdeps/powerpc/dl-machine.c: Moved to...
369         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
370         * sysdeps/powerpc/dl-machine.h: Moved to...
371         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
372         * sysdeps/powerpc/dl-start.S: Moved to...
373         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
374         * sysdeps/powerpc/gprrest0.S: Moved to...
375         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
376         * sysdeps/powerpc/gprrest1.S: Moved to...
377         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
378         * sysdeps/powerpc/gprsave0.S: Moved to...
379         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
380         * sysdeps/powerpc/gprsave1.S: Moved to...
381         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
382         * sysdeps/powerpc/lshift.S: Moved to...
383         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
384         * sysdeps/powerpc/memset.S: Moved to...
385         * sysdeps/powerpc/powerpc32/memset.S: ...here.
386         * sysdeps/powerpc/mul_1.S: Moved to...
387         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
388         * sysdeps/powerpc/ppc-mcount.S: Moved to...
389         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
390         * sysdeps/powerpc/register-dump.h: Moved to...
391         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
392         * sysdeps/powerpc/rshift.S: Moved to...
393         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
394         * sysdeps/powerpc/setjmp.S: Moved to...
395         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
396         * sysdeps/powerpc/stpcpy.S: Moved to...
397         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
398         * sysdeps/powerpc/strchr.S: Moved to...
399         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
400         * sysdeps/powerpc/strcmp.S: Moved to...
401         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
402         * sysdeps/powerpc/strcpy.S: Moved to...
403         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
404         * sysdeps/powerpc/strlen.S: Moved to...
405         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
406         * sysdeps/powerpc/sub_n.S: Moved to...
407         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
408         * sysdeps/powerpc/submul_1.S: Moved to...
409         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
410         * sysdeps/powerpc/elf/bzero.S: Moved to...
411         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
412         * sysdeps/powerpc/elf/start.S: Moved to...
413         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
414         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
415         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
416         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
417         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
418         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
419         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
420         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
421         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
422         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
423         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
424         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
425         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
426         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
427         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
428         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
429         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
430         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
431         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
432         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
433         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
434         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
435         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
436         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
437         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
438         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
439         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
440         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
441         powerpc/powerpc64.
442
443 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
444
445         * FAQ.in: Add powerpc64 to supported targets list. Also state the
446         minimum gcc version is 3.2
447         * README: Add powerpc64 to supported targets list.
448         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
449         Add powerpc64 and machine=powerpc/powerpc64.
450         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
451         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
452         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
453         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
454         * sysdeps/powerpc/powerpc32/Dist: New file.
455         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
456         * sysdeps/powerpc/powerpc32/Implies: New file.
457         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
458         ($(with-fp) = no): Move test to powerpc32/Makefile.
459         ($(subdir) = misc): Move to powerpc32/Makefile.
460         ($(build-shared) = yes): Move to powerpc32/Makefile.
461         ($(subdir) = csu): Move to powerpc32/Makefile.
462         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
463         * sysdeps/powerpc/powerpc32/Makefile: New file.
464         * sysdeps/powerpc/Versions: Remove libgcc functions.
465         * sysdeps/powerpc/powerpc32/Versions: New file.
466         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
467         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
468         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
469         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
470         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
471         ($machine): Add powerpc/powerpc64 to if ... | for
472         libc_cv_slibdir=/libc64.
473         (powerpc*): Set ldd_rewrite_script.
474         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
475         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
476         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
477         Add clone.S.
478         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
479         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
480         functions.  Remove GLIBC_2.2 functions except getrlimit and
481         setrlimit.  Moved them to ...
482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
483
484 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
485
486         * libio/tst-atime.c: Include <errno.h>.
487         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
488
489 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
490
491         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
492         warnings of some compilers.
493         (build_collating_symbol): Change the type of characters from
494         "unsigned char" to "char", and append a cast to "char*" pointer in
495         array subscript.
496         (build_collating_symbol): Likewise.
497         (build_equiv_class): Likewise.
498         (build_charclass): Likewise.
499         (re_compile_pattern): Remove incorrect cast.
500         (re_compile_fastmap_iter): Change the type of characters from
501         "unsigned char" to "char", and append a cast to "char*" pointer
502         in array subscript.
503         (parse_bracket_exp): Likewise.
504         * posix/regex_internal.c (re_string_construct_common): Likewise.
505         (re_string_allocate): Likewise.
506         (re_string_construct): Likewise.
507         (re_string_realloc_buffers): Likewise.
508         (build_wcs_buffer): Likewise.
509         (re_string_reconstruct): Likewise.
510         * posix/regex_internal.h: Change the type of characters in
511         re_string_t and bracket_elem_t from "unsigned char" to "char".
512         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
513         warnings of some compilers.
514         (transit_state_bkref_loop): Change the type of characters from
515         "unsigned char" to "char", and append a cast to "char*" pointer in
516         array subscript.
517         (check_node_accept_bytes): Likewise.
518         (find_collation_sequence_value): Likewise.
519
520 2002-09-04  Roland McGrath  <roland@redhat.com>
521
522         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
523         from 1024 to 65536, to avoid buffer overrun.
524
525 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
526
527         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
528
529 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
530
531         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
532         for filesystem.
533
534 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
535
536         * posix/bug-regex11.c: New test.
537         * posix/Makefile (tests): Add bug-regex11.
538
539 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
540
541         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
542         newlocale.
543
544 2002-09-02  Roland McGrath  <roland@redhat.com>
545
546         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
547         __pthread_initialize_minimal and __libc_check_standard_fds to
548         match the generic version.
549
550         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
551         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
552
553         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
554         warnings on platorms where char is unsigned.
555
556 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
557
558         * version.h (VERSION): Bump to 2.2.93.
559
560         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
561
562 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
563
564         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
565         as relocated.
566
567 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
568
569         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
570
571 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
572
573         * locale/localeinfo.h (struct locale_data): Add private.ctype.
574         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
575         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
576         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
577         (__wcsmbs_load_conv): Remove const from argument.
578         (_nl_cleanup_ctype): New proto.
579         (get_gconv_fcts): New function.
580         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
581         (__wcsmbs_to_wc): Rename back to...
582         (to_wc): ... this.
583         (__wcsmbs_gconv_fcts): Rename to...
584         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
585         (lock): Removed.
586         (__libc_setlocale_lock): New extern.
587         (__wcsmbs_load_conv): Remove const from argument.
588         Initialize new_category->private.ctype instead of a global
589         variable.
590         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
591         update_function_ptrs.  No locking is necessary.
592         (_nl_cleanup_ctype): New function.
593         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
594         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
595         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
596         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
597         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
598         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
599         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
600         * wcsmbs/wctob.c (wctob): Likewise.
601         * stdlib/mblen.c (mblen): Likewise.
602         * stdlib/mbtowc.c (mbtowc): Likewise.
603         * stdlib/wctomb.c (wctomb): Likewise.
604         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
605         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
606         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
607         Removed.
608
609 2002-09-02  Roland McGrath  <roland@frob.com>
610
611         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
612
613 2002-09-01  Roland McGrath  <roland@redhat.com>
614
615         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
616         Variable declarations removed.
617         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
618         these functions to replace them.
619         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
620         functions plus an indirection rather than the old global variables.
621         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
622         Macros removed.
623         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
624         inline functions.
625         * ctype/ctype-info.c: Revert last reversion back the other way.
626         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
627         Define real function versions of include/ctype.h inlines here.
628         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
629         __ctype_tolower_loc, __ctype_toupper_loc.
630         * locale/lc-ctype.c: Revert last reversion back the other way.
631         (_nl_postload_ctype): If current thread uses the global locale,
632         update its tsd vars.
633         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
634         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
635         CTYPE_TOLOWER, CTYPE_TOUPPER.
636
637         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
638         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
639         from __libc_tsd_threadvar_location.
640         (__libc_tsd_set, __libc_tsd_get): Update uses.
641
642 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
643
644         * ctype/ctype.h: Undo the patch before the last one.  Put back the
645         macro definitions for the standard functions to access the
646         classification and mapping arrays.
647         * include/ctype.h: Partly revert last patch.  Move the macro
648         definitions for the exported functions back to the public header.
649         #undef all the macros defined here before redefining.
650         * ctype/ctype-info.c: Revert last patch.
651         * locale/lc-ctype.c: Revert last patch.
652
653         * ctype/Makefile (routines): Add isctype.
654         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
655         * ctype/ctype.h: Add declaration of isctype.
656         * include/ctype.h: Declare __isctype.
657         * ctype/isctype.c: New file.
658
659 2002-09-01  Roland McGrath  <roland@redhat.com>
660
661         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
662         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
663
664         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
665
666         * locale/findlocale.c (_nl_remove_locale): Don't search in
667         _nl_locale_file_list if DATA->alloc is ld_archive.
668         Use _nl_unload_locale to do the rest of the work.
669
670         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
671         of new structure to UNDELETABLE.
672
673         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
674         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
675         towlower, towupper): Macros removed.
676         * ctype/ctype.h (__tobody): Put parens around macro argument.
677         (__isctype): Macro removed.
678         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
679         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
680         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
681         tolower, toupper): Macros and inlines removed.
682         * include/ctype.h [! NOT_IN_libc]
683         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
684         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
685         tolower, toupper): Define here instead, using _NL_CURRENT.
686         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
687         using _NL_CURRENT.
688         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
689         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
690         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
691         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
692         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
693         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
694         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
695         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
696         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
697         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
698         (ISSORTMASK): Update use.
699         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
700         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
701         (_nss_files_getENTNAME_r): Likewise.
702         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
703         Likewise.
704
705         * Makerules (all-nonlib): Renamed from all-tests.
706         Include $(others) here too.
707         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
708         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
709         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
710         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
711         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
712         the program modules via cppflags-iterator.mk.
713         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
714         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
715
716 2002-08-31  Roland McGrath  <roland@redhat.com>
717
718         * posix/tst-getconf.sh: If no third arg, work with static linking.
719
720         * locale/categories.def (LC_TIME): No more _nl_postload_time.
721
722         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
723         [_NL_CURRENT_INDIRECT].
724
725 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
726
727         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
728
729 2002-08-31  Roland McGrath  <roland@redhat.com>
730
731         * locale/newlocale.c (__newlocale): Don't use strdup for names.
732         Instead, make the single allocation of the structure larger to hold
733         the name strings.
734         * locale/duplocale.c (__duplocale): Don't strdup names individually.
735         Instead, calculate size for a single allocation and copy into it.
736         * locale/freelocale.c (__freelocale): Don't free names individually.
737
738         * locale/newlocale.c (__newlocale): Don't leak old data or names.
739
740         * locale/xlocale.h (__locale_struct): Move __names member last,
741         for binary compatibility.
742
743         * locale/duplocale.c (__duplocale): Free names from the right array.
744
745         * locale/uselocale.c (__uselocale): Return previous locale when
746         setting a new one.
747
748         * locale/newlocale.c: Commit changes from 2002-08-30
749         batch where I failed to commit this file:
750         (__newlocale): Fill in __names array.
751
752 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
753
754         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
755         errlist-compat.c if versioning==yes.
756
757 2002-08-31  Andreas Jaeger  <aj@suse.de>
758
759         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
760         external functions with hidden attribute.
761         (elf_machine_rela): Optimize.
762
763         * sysdeps/x86_64/memset.S: New file.
764         * sysdeps/x86_64/bzero.S: New file.
765         * sysdeps/x86_64/stpcpy.S: New file.
766         * sysdeps/x86_64/strcat.S: New file.
767         * sysdeps/x86_64/strchr.S: New file.
768         * sysdeps/x86_64/strcpy.S: New file.
769         * sysdeps/x86_64/strcspn.S: New file.
770         * sysdeps/x86_64/strlen.S: New file.
771         * sysdeps/x86_64/strpbrk.S: New file.
772         * sysdeps/x86_64/strspn.S: New file.
773         * sysdeps/x86_64/strcmp.S: New file.
774         * sysdeps/x86_64/strtok_r.S: New file.
775         * sysdeps/x86_64/strtok.S: New file.
776         * sysdeps/x86_64/memcpy.S: New file.
777         * sysdeps/x86_64/mempcpy.S: New file.
778
779         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
780
781         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
782
783 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
784
785         * stdio-common/Makefile (generated): Add errlist-compat.c.
786
787         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
788
789         * locale/localeinfo.h: Pretty printing.
790
791         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
792         form_number handling.
793
794 2002-08-31  Andreas Jaeger  <aj@suse.de>
795
796         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
797         double tests.
798
799         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
800         __start_context.
801
802         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
803
804         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
805
806         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
807         registers used for passing args.
808
809         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
810         all needed registers.
811
812         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
813         registers.
814
815         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
816         registers.
817
818 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
819
820         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
821         always_inline attribute.
822
823 2002-08-30  Roland McGrath  <roland@redhat.com>
824
825         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
826         presume it's the stub and bail without error.
827
828         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
829         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
830
831         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
832
833         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
834         macros replace the i686 versions for 64-bit mode.
835
836         * locale/duplocale.c: Include <string.h>.
837
838         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
839         [_LIBC] (category_to_name): Don't define the function.  Instead
840         define a macro using _nl_category_names.
841
842         * locale/xlocale.h (struct __locale_struct): New member `__names'.
843         * locale/xlocale.c (_nl_C_locobj): Update initializer.
844         * locale/global-locale.c (_nl_global_locale): Likewise.
845         * locale/duplocale.c (__duplocale): strdup __names elements.
846         * locale/freelocale.c (__freelocale): Free __names elements.
847         * locale/localename.c (_nl_current_names): Variable removed.
848         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
849         * locale/localeinfo.h (_nl_current_names): Removed decl.
850         * locale/setlocale.c: Use _nl_global_locale->__names in place of
851         _nl_current_names throughout.
852
853         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
854
855         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
856         and sys_nerr in the output file.
857
858         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
859         * scripts/cpp: Just use the environment variable.
860
861         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
862         * libio/tst-mmap-offend.c (do_test): Likewise.
863         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
864         * libio/tst-mmap-eofsync.c (do_test): Likewise.
865         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
866
867         * locale/localename.c: If the current locale is the global locale, use
868         _nl_current_names; otherwise use the locale object.
869
870 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
871
872         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
873         'm' to enable mmap I/O.
874         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
875         former wasn't used (anymore?).
876         (_IO_FLAGS2_MMAP): New define.
877         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
878         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
879         _IO_FLAGS2_MMAP bit is set.
880         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
881         Enable mmap-using mode only if 'm' was set.
882
883 2002-08-29  Roland McGrath  <roland@frob.com>
884
885         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
886
887         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
888         Change argument type from int to intptr_t.
889
890         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
891         initializer on [! _HURD_THREADVAR_H] (bad kludge).
892         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
893         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
894         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
895
896         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
897
898         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
899
900         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
901
902         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
903         * assert/assert-perr.c: Add libc_hidden_def.
904         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
905
906         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
907         found at all.
908         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
909         sys_errlist stuff to ...
910         * sysdeps/unix/sysv/linux/Versions: ... here.
911
912         * mach/mach.h: Include <features.h>.
913
914 2002-08-29  Roland McGrath  <roland@redhat.com>
915
916         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
917         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
918         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
919
920         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
921
922         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
923         (norm_add_slashes): alloca -> __alloca
924
925 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
926
927         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
928         string_malloced, it is unlikely to be set.
929         Only call free with non-NULL workspace.
930         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
931         -mcpu=ultrasparc, not only tune for it.
932         (ASFLAGS*): Set unconditionally.
933
934         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
935         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
936         p_vaddr/p_offset when computing LOADADDR.
937
938 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
939
940         * version.h (VERSION): Bump to 2.2.92.
941
942         * time/Makefile (tst-ftime_l-ENV): New variable.
943
944         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
945
946         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
947         <U017A>, <U017D> and <U0179>. Add missing mappings.
948         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
949
950         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
951         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
952         (struct tostruct): Use ACRINDEX as type for link field.
953         (statuc gmonparam): Likewise for froms.
954         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
955         kcount and froms.
956         (write_call_graph): Use correct type for from_index and to_index.
957         * gmon/mcount.c: Use correct types for frompcindex and toindex
958         variables.
959         Patches by Dan Kegel <dank@kegel.com>.
960
961         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
962         canonical name.
963
964         * time/strptime.c (ISSPACE): New #define.  Use isspace or
965         __isspace_l.  Replace calls to isspace.
966         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
967
968 2002-08-29  Roland McGrath  <roland@redhat.com>
969
970         * string/tst-strxfrm.c: Remove __ from function names.
971
972 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
973
974         * include/wchar.h: Declare __mbsrtowcs_l.
975         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
976         * wcsmbs/mbsrtowcs.c: Add support for compilation with
977         USE_IN_EXTENDED_LOCALE_MODEL.
978         * wcsmbs/mbsrtowcs_l: New file.
979         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
980         define as static.  Change all uses.
981         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
982         Change all callers.
983         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
984         * time/strftime.c: When translating for the extended locale model
985         use the _l functions.
986         * time/Makefile (tests): Add tst-ftime_l.
987         * time/tst-ftime_l.c: New file.
988
989 2002-08-28  Roland McGrath  <roland@redhat.com>
990
991         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
992         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
993         from _nl_find_locale ok if for _nl_C_name.
994
995         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
996         iterator to refer to each category's _nl_current_LC_FOO symbol, so
997         we know they are all linked in.
998
999         * NEWS: Added 2.2.6 text from 2.2 branch version.
1000
1001         * time/strptime.c (strptime_internal): Remove spurious const.
1002
1003         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1004         _nl_select_era_entry): Moved to ...
1005         * time/era.c: ... here, new file.
1006         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1007         Add internal_function to definitions.  Take an additional argument
1008         giving the `struct locale_data *' to use.
1009         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1010         _nl_parse_alt_digit): Moved to ...
1011         * time/alt_digit.c: ... here, new file.
1012         * time/lc-time-cleanup.c: New file.
1013         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1014         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1015         (_nl_cleanup_time): Declare it.
1016         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1017         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1018         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1019         * time/strftime.c: Pass locale data to helper functions.
1020         * time/strptime.c: Likewise.
1021
1022         * locale/localeinfo.h (struct locale_data): New member `private'
1023         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1024         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1025         * locale/C-collate.c: Update initializer.
1026         * locale/C-identification.c: Likewise.
1027         * locale/C-measurement.c: Likewise.
1028         * locale/C-telephone.c: Likewise.
1029         * locale/C-address.c: Likewise.
1030         * locale/C-name.c: Likewise.
1031         * locale/C-paper.c: Likewise.
1032         * locale/C-time.c: Likewise.
1033         * locale/C-numeric.c: Likewise.
1034         * locale/C-monetary.c: Likewise.
1035         * locale/C-messages.c : Likewise.
1036         * locale/C-ctype.c: Likewise.
1037
1038         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1039         Redefine this too.
1040
1041 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1042
1043         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1044         (_rtld_global): Use it.
1045
1046         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1047         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1048         object directory.  Pass all Versions files to the awk script.
1049         * sysdeps/gnu/errlist-compat.c: Removed.
1050         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1051         first Versions file in the search path which has them.
1052         Allow multiple errlist symbol versions to have the same count of
1053         errors.
1054         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1055         of "errlist-compat.c".
1056         * sysdeps/gnu/errlist.c: Regenerated.
1057         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1058         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1059         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1060         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1061         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1062         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1063         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1064         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1065         ECANCELLED if not defined by kernel headers.
1066         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1067         already defined by kernel headers.
1068         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1069         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1070         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1071         is a macro.
1072         * Versions.def (GLIBC_2.3) [librt]: Add.
1073
1074         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1075
1076 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1077
1078         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1079         missing comma to .type directive.
1080
1081 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1082
1083         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1084         unconditionally.
1085         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1086         check.
1087         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1088
1089 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1090
1091         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1092         check to close_and_out close.  Replace return NULL statements where
1093         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1094         when it is no longer needed.
1095
1096 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1097
1098         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1099         string constants.
1100         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1101         * sysdeps/arm/dl-machine.h: Likewise.
1102         * sysdeps/cris/dl-machine.h: Likewise.
1103         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1104         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1105
1106 2002-08-28  Roland McGrath  <roland@redhat.com>
1107
1108         * Makeconfig (default_cflags): Revert unintended change.
1109
1110 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1111
1112         * version.h (VERSION): Bump to 2.2.91.
1113
1114         * configure.in: Disable TLS support by default for now.
1115
1116         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1117
1118         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1119         warnings.
1120
1121         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1122
1123         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1124         fprintf/fwprintf calls.
1125
1126 2002-08-28  Roland McGrath  <roland@redhat.com>
1127
1128         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1129         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1130
1131         * locale/setlocale.c: Declare postload functions weak.
1132
1133         * elf/tst-tls1-static.c: New file.
1134         * elf/tst-tls2-static.c: New file.
1135         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1136
1137         Make uselocale support static linking.
1138         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1139         This file again just defines _nl_C_locobj.
1140         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1141         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1142         using all weak references in the initializer.
1143         * locale/Makefile (aux): Add global-locale.
1144         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1145         these unconditional, along with the tsd decl.
1146         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1147         Define it under these conditions.
1148         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1149         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1150         `extern __thread struct locale_data *const *'.
1151         [NL_CURRENT_INDIRECT]
1152         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1153         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1154         the thread variable _nl_current_LC_FOO and also a special absolute
1155         symbol _nl_current_LC_FOO_used.
1156         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1157         Set each _nl_current_LC_FOO symbol to point into the new locale,
1158         using weak references to test if _nl_current_LC_FOO_used was linked in.
1159         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1160         [NL_CURRENT_INDIRECT]: ... with this one.
1161         (_nl_current, _nl_C): Variables removed.
1162         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1163         weak references to _nl_current_LC_FOO_used.
1164         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1165         (free_category): New function, broken out of ...
1166         (free_mem): ... here.  Call that.
1167         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1168         instead of a loop.
1169
1170         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1171         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1172         it is already absolute.
1173
1174         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1175         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1176         [$(build-static) = yes] (tests-static): New variable.
1177         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1178
1179 2002-08-26  Christoph Hellwig  <hch@lst.de>
1180
1181         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1182         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1183
1184 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1185
1186         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1187
1188         * sysdeps/s390/Dist: Add bits/link.h.
1189
1190         * sysdeps/sh/Dist: New file.
1191
1192         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1193
1194         * sysdeps/wordsize-32/Dist: New file.
1195
1196         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1197         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1198         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1199
1200         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1201         sys/personality.h.
1202
1203         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1204         sparc/dl-brk.S.
1205
1206         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1207
1208         * sysdeps/unix/bsd/sun/Dist: New file.
1209
1210         * sysdeps/unix/bsd/osf/Dist: New file.
1211
1212         * sysdeps/unix/bsd/hp/Dist: New file.
1213
1214         * sysdeps/unix/arm/Dist: New file.
1215
1216         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1217
1218         * sysdeps/mach/hurd/Dist: Add set-init.c.
1219
1220         * sysdeps/i386/Dist: Add bits/link.h.
1221
1222         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1223
1224         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1225
1226         * locale/Makefile (distribute): Add hashval.h.
1227
1228         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1229
1230         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1231
1232         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1233         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1234         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1235         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1236         implementations.
1237         * libio/stdio.h: Likewise.
1238         * locale/locale.h: Likewise.
1239         * math/math.h: Likewise.
1240         * math/bits/mathcalls.h: Likewise.
1241         * setjmp/setjmp.h: Likewise.
1242         * signal/signal.h: Likewise.
1243         * stdlib/stdlib.h: Likewise.
1244         * string/string.h: Likewise.
1245         * time/time.h: Likewise.
1246         * wcsmbs/wchar.h: Likewise.
1247         * wctype/wctype.h: Likewise.
1248
1249 2002-08-28  Roland McGrath  <roland@redhat.com>
1250
1251         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1252
1253 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1254             Roland McGrath <roland@redhat.com>
1255
1256         * locale/hashval.h (compute_hashval): Use prototype defn.
1257         (hashval_t): New macro, defined to unsigned long int
1258         if not already defined.
1259         (compute_hashval): Return hashval_t instead of unsigned long int.
1260         * locale/loadarchive.c (hashval_t): New macro.
1261         * locale/programs/locarchive.c: Include hashval.h directly instead
1262         of simple-hash.h.
1263         (compute_hashval, hashval_t): Define these macros first.
1264         (insert_name): Use archive_hashval instead of compute_hashval.
1265         (add_locale, delete_locales_from_archive): Likewise.
1266
1267 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1268
1269         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1270         hash collisions if be_quiet.
1271
1272 2002-08-27  Roland McGrath  <roland@redhat.com>
1273
1274         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1275         __uselocale): Don't declare these any more.
1276         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1277
1278         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1279         and treat it as an EOF return.
1280         * sysdeps/unix/readdir_r.c: Likewise.
1281
1282         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1283         From Alexandre Oliva <aoliva@redhat.com>.
1284         * sysdeps/gnu/errlist-compat.c: Regenerated.
1285
1286 2002-08-27  Brian Youmans  <3diff@gnu.org>
1287
1288         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1289         wording at request of copyright holder Stephen Moshier.
1290         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1291         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1292         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1293         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1294         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1295         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1296         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1297         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1298         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1299         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1300         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1301         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1302         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1303         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1304
1305 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1306
1307         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1308         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1309         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1310         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1311         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1312         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1313         * wctype/iswctype_l.c (iswctype_l): Likewise.
1314
1315 2002-08-27  Roland McGrath  <roland@redhat.com>
1316
1317         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1318
1319         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1320         * stdlib/stdlib.h: Don't declare __*_l names.
1321         * include/stdlib.h: Declare them here instead.
1322         * include/string.h: Don't declare __*_l names.
1323         * string/string.h: Declare them here instead.
1324         * time/time.h: Don't declare __*_l names.
1325         * include/time.h: Declare them here instead.
1326         * wcsmbs/wchar.h: Don't declare __*_l names.
1327         * include/wchar.h: Declare them here instead.
1328         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1329         Don't declare __*_l names.
1330         * include/wctype.h: Declare them here instead.
1331         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1332         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1333         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1334         * include/langinfo.h: Declare it here with __typeof.
1335
1336         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1337         instead, taking an extra __locale_t argument.
1338         * time/Makefile (routines): Add strptime_l.
1339         * time/time.h (__strptime_l, strptime_l): Declare them.
1340         * time/strptime_l.c: New file.
1341
1342         * time/time.h (__strftime_l, strftime_l): Declare them.
1343         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1344         * time/strftime_l.c: New file.
1345         * time/wcsftime_l.c: New file.
1346         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1347         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1348         strftime_l, wcsftime_l.
1349         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1350         or __wcsftime_l instead, taking an extra __locale_t argument.
1351
1352         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1353         (libc: GLIBC_2.3): ... here.
1354
1355 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1356
1357         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1358
1359         * Makefile (distribute): Add LICENSES.
1360
1361         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1362         sys/debugreg.h.
1363
1364         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1365
1366         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1367
1368         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1369
1370         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1371
1372         * sysdeps/mach/hurd/alpha/Dist: New file.
1373
1374         * sysdeps/arm/Dist: Add bits/link.h.
1375
1376         * sunrpc/Makefile: Distribute thrsvc.
1377
1378         * stdio-common/Makefile: Remove more left-overs from old stdio.
1379
1380         * include/linewrap.h: Removed.
1381
1382         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1383
1384         * intl/Makefile (distribute): Add plural-eval.c.
1385
1386 2002-08-27  Roland McGrath  <roland@redhat.com>
1387
1388         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1389         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1390         Say mtab is in either /var/run or /etc.
1391
1392 2002-08-26  Roland McGrath  <roland@redhat.com>
1393
1394         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1395         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1396
1397         * sysdeps/gnu/Versions: New file.
1398         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1399         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1400         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1401         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1402         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1403         and _sys_nerr_internal instead of anything else.  Make it include
1404         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1405         Make it emit some asm magic if [EMIT_ERR_MAX].
1406         * sysdeps/gnu/errlist.c: Regenerated.
1407         * sysdeps/gnu/errlist-compat.awk: New file.
1408         * sysdeps/gnu/errlist-compat.c: New file (generated).
1409         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1410         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1411         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1412         (SYS_ERRLIST, SYS_NERR): Macros removed.
1413         (sys_nerr, _sys_nerr): Remove these weak aliases.
1414         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1415         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1416         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1417
1418         * include/libc-symbols.h (declare_symbol): New macro.
1419         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1420         * configure.in: New check to define it.
1421         * configure: Regenerated.
1422
1423 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1424
1425         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1426         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1427
1428         * Make-dist: Remove traces of old stdio.
1429         * Makeconfig: Likewise.
1430
1431         * locale/Makefile (localedef-aux): New variable.  Only md5
1432         assigned to it.  These files are not ddistributed in this directory.
1433
1434         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1435         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1436         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1437
1438         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1439
1440         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1441         set h_errno to NO_RECOVERY [PR libc/4360].
1442
1443 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1444
1445         * libio/Makefile (tests): Add bug-fopena+.
1446         * libio/bug-fopena+.c: New file.
1447         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1448         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1449
1450         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1451
1452         * locale/xlocale.c: Fix the last change.  The variable still has
1453         to end in _data.
1454         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1455         (__libc_tsd_set): Add _data prefix to variable name.
1456
1457 2002-08-26  Roland McGrath  <roland@redhat.com>
1458
1459         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1460         macro with inline function.
1461         (sigset_get_old_mask): Likewise.
1462         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1463         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1464         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1465         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1466         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1467         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1468         values.
1469         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1470         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1471
1472 2002-07-06  Bruno Haible  <bruno@clisp.org>
1473
1474         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1475         sigset_get_old_mask): Make it work with larger sigset_t.
1476         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1477         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1478         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1479
1480 2002-08-26  Roland McGrath  <roland@redhat.com>
1481
1482         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1483         * manual/filesys.texi (File Times): Document lutimes and futimes.
1484         * misc/Makefile (routines): Add them.
1485         * misc/Versions (libc: GLIBC_2.3): Likewise.
1486         * sysdeps/generic/lutimes.c: New file.
1487         * sysdeps/generic/futimes.c: New file.
1488         * sysdeps/mach/hurd/lutimes.c: New file.
1489         * sysdeps/mach/hurd/futimes.c: New file.
1490
1491         * manual/filesys.texi (File Times): Add explicit note about null
1492         pointer argument to utimes.
1493
1494 2002-08-26  Roland McGrath  <roland@frob.com>
1495
1496         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1497         (__ifreq): Add a cast.  Remove an unused variable.
1498
1499         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1500         _HURD_THREADVAR_LOCALE.
1501
1502 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1503
1504         * posix/regexec.c (re_search_stub): Return correct match length
1505         if start != 0.
1506         * posix/bug-regex10.c: New test.
1507         * posix/Makefile (tests): Add bug-regex10.
1508
1509 2002-08-26  Brian Youmans  <3diff@gnu.org>
1510
1511         * COPYING.LIB: Replaced with fresh copy from
1512         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1513         suggested copying permission notice now says version 2.1 instead
1514         of version 2.
1515
1516         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1517         from Library GPL.
1518         * crypt/crypt_util.c: Likewise.
1519         * crypt/ufc.c: Likewise.
1520         * elf/dl-conflict.c: Likewise.
1521         * elf/dl-iteratephdr.c: Likewise.
1522         * iconv/iconvconfig.h: Likewise.
1523         * malloc/arena.c: Likewise.
1524         * malloc/hooks.c: Likewise.
1525         * malloc/malloc.c: Likewise.
1526         * posix/glob/Makefile.ami: Likewise.
1527         * posix/glob/Makefile.in: Likewise.
1528         * stdlib/gmp-impl.h: Likewise.
1529         * stdlib/gmp.h: Likewise.
1530         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1531         * sysdeps/generic/strnlen.c: Likewise.
1532         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1533         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1534         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1535         * sysdeps/mach/hurd/spawni.c: Likewise.
1536         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1537         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1538         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1539         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1540         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1541         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1542
1543         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1544         Lesser GPL copying permission notice from 2 to 2.1.
1545         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1546         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1547         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1548         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1549         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1550         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1551         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1552         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1553         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1554         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1555         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1556         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1557         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1558         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1559         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1560         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1561         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1562         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1563         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1564         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1565         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1566         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1567         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1568         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1569         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1570         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1571         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1572         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1573         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1574         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1575         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1576         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1577         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1578         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1579         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1580         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1581         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1582         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1583         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1584         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1585         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1586         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1587         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1588         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1589         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1590         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1591         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1592         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1593         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1594         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1595         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1596         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1597         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1598         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1599         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1600
1601         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1602         Moshier and Lesser GPL copying permission notice, per license from
1603         Moshier.
1604         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1605         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1606         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1607         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1608         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1609         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1610         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1611         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1612         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1613         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1614         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1615         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1616         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1617         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1618
1619         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1620         notice, per license from copyright holder Stephen Moshier.
1621         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1622         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1623         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1624         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1625         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1626         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1627         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1628         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1629         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1630
1631 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1632
1633         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1634         (shared-only-routines): Likewise.
1635
1636 2002-08-26  Roland McGrath  <roland@redhat.com>
1637
1638         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1639         name of "", store a null pointer instead.
1640
1641         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1642         * configure: Regenerated.
1643
1644         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1645         Initialize this instead of __libc_tsd_LOCALE_data.
1646
1647         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1648         ptsname_r to EINVAL.
1649
1650         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1651
1652         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1653         implementations depend on pthreads.
1654         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1655         * rt/tst-aio64.c (do_test): Likewise.
1656         * rt/tst-aio2.c (do_test): Likewise.
1657         * rt/tst-aio3.c (do_test): Likewise.
1658         * rt/tst-aio4.c (do_test): Likewise.
1659         * rt/tst-aio5.c (do_test): Likewise.
1660         * rt/tst-aio6.c (do_test): Likewise.
1661         * rt/tst-aio7.c (do_test): Likewise.
1662
1663         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1664         void so as to avoid compiler warnings.
1665
1666         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1667         _IO_wide_data_FD, which is never used here.
1668
1669         * libio/iofread.c
1670         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1671         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1672         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1673
1674         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1675         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1676
1677         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1678         (closelog): Likewise.
1679
1680 2002-07-06  Bruno Haible  <bruno@clisp.org>
1681
1682         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1683
1684         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1685         * sysdeps/unix/alpha/pipe.S: ... here.
1686         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1687
1688         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1689
1690         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1691         * sysdeps/unix/i386/fork.S: Likewise.
1692         * sysdeps/unix/i386/pipe.S: Likewise.
1693         * sysdeps/unix/i386/wait.S: Likewise.
1694
1695         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1696         * sysdeps/unix/arm/fork.S: Likewise.
1697
1698         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1699         arguments.
1700         (DO_CALL): Swap argument order.
1701         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1702         arguments.
1703         (DO_CALL): Swap argument order.
1704         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1705         arguments.
1706         (DO_CALL): Swap argument order.
1707         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1708         arguments.
1709         (DO_CALL): Swap argument order.
1710         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1711         arguments.
1712         (DO_CALL): Swap argument order.
1713         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1714         arguments.
1715         (DO_CALL): Swap argument order.
1716         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1717         arguments.
1718         (DO_CALL): Swap argument order.
1719
1720         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1721         (L): Define right for ELF.
1722         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1723         Now defined in sysdeps/i386/sysdep.h.
1724
1725         * sysdeps/posix/readv.c: Ansify function definition.
1726         * sysdeps/posix/writev.c: Likewise.
1727
1728         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1729         have the same size. Avoid direct cast from size_t to off_t.
1730
1731         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1732         nul byte in entry[n].ut_user.
1733         (simulate_logout): Likewise.
1734
1735         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1736         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1737         existence of corresponding members of 'struct utmp'.
1738         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1739         !_HAVE_UT_TYPE.
1740
1741         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1742         allocate a buffer of at least BUFSIZ bytes, not just of
1743         sizeof (struct dirent).
1744
1745         * sysdeps/generic/glob.c: Include <limits.h>.
1746         (NAME_MAX): Define a fallback.
1747         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1748         stack.
1749         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1750         (main): Allocate enough room for a 'struct dirent64' on the stack.
1751         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1752         'struct dirent'.
1753
1754         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1755         kernel-features.h.
1756
1757         * inet/htontest.c: Include <sys/types.h>.
1758
1759         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1760
1761         * include/sys/sysctl.h: Comment fix.
1762
1763         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1764         _dl_load_lock.
1765         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1766
1767         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1768
1769         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1770         (__getpeername): New alias.
1771         (__getsockname): New alias.
1772         (__socket): New alias.
1773
1774         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1775
1776         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1777         (__fcntl_internal): New alias.
1778         (__profil): New alias.
1779
1780 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1781
1782         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1783         entry was for getaddr* lookup or not.  Add only matching cache
1784         entry.  Change all callers [PR libc/4317].
1785
1786         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1787         finding the read position [PR libc/4265].
1788         * libio/Makefile (tests): Add bug-rewind2.
1789         * libio/bug-rewind2.c: New file.
1790
1791         * libio/bug-rewind.c: Fix creation of temp file.
1792
1793 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1794
1795         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1796         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1797         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1798         to ENOENT if no entry is found.
1799         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1800         failure.
1801         * nis/nss_compat/compat-initgroups.c: Likewise.
1802         * nis/nss_compat/compat-pwd.c: Likewise.
1803         * nis/nss_compat/compat-spwd.c: Likewise.
1804         * nis/nss_nis/nis-alias.c: Likewise.
1805         * nis/nss_nis/nis-ethers.c: Likewise.
1806         * nis/nss_nis/nis-grp.c: Likewise.
1807         * nis/nss_nis/nis-hosts.c: Likewise.
1808         * nis/nss_nis/nis-initgroups.c: Likewise.
1809         * nis/nss_nis/nis-netgrp.c: Likewise.
1810         * nis/nss_nis/nis-network.c: Likewise.
1811         * nis/nss_nis/nis-proto.c: Likewise.
1812         * nis/nss_nis/nis-publickey.c: Likewise.
1813         * nis/nss_nis/nis-pwd.c: Likewise.
1814         * nis/nss_nis/nis-rpc.c: Likewise.
1815         * nis/nss_nis/nis-service.c: Likewise.
1816         * nis/nss_nis/nis-spwd.c: Likewise.
1817         * resolv/nss_dns/dns-host.c: Likewise.
1818         * resolv/nss_dns/dns-network.c: Likewise.
1819         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1820         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1821         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1822         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1823         * nis/nss_nisplus/nisplus-network.c: Likewise.
1824         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1825         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1826         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1827         * nis/nss_nisplus/nisplus-service.c: Likewise.
1828         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1829         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1830         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1831         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1832         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1833
1834         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1835         declaring __restore and __restore_rt as hidden (if possible).
1836
1837 2002-08-25  Roland McGrath  <roland@redhat.com>
1838
1839         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1840
1841         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1842         (getutent_r_file, internal_getut_r): Updated all callers.
1843         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1844
1845 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1846
1847         * locale/programs/locale.c: Don't print aliases for non-existing
1848         locales for 'locale -a'.
1849         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1850
1851 2002-07-19  H.J. Lu  <hjl@gnu.org>
1852
1853         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1854
1855 2002-07-16  H.J. Lu  <hjl@gnu.org>
1856
1857         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1858         sys/personality.h.
1859         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1860
1861 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1862
1863         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1864         not moved ahead of the fputs call.
1865         * elf/tst-tlsmod2.c (in_dso): Likewise.
1866         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1867         * elf/tst-tlsmod4.c (in_dso): Likewise.
1868
1869 2002-08-25  Andreas Schwab  <schwab@suse.de>
1870
1871         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1872
1873 2002-08-25  Roland McGrath  <roland@redhat.com>
1874
1875         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1876         resetting handler, to avoid the possibility of a spurious SIGALRM
1877         delivered to the user's handler.
1878         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1879
1880         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1881         set -fkeep-inline-functions, which is not needed for the current file.
1882
1883         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1884         (_dl_setup_hash): Add attribute_hidden.
1885         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1886         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1887         (_dl_new_object, _dl_map_object_deps): Likewise.
1888         (_dl_map_object_deps_internal): Remove decl.
1889         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1890
1891         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1892         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1893         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1894         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1895         instead relying on the compiler to produce only GOTOFF variable refs.
1896
1897 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1898
1899         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1900
1901         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1902         inline to avoid defining it in every file which includes this header.
1903
1904         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1905         defining DONT_USE_BOOTSTRAP_MAP.
1906
1907         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1908         * libio/tst-mmap-setvbuf.c (main): Likewise.
1909         * libio/tst-widetext.c (main): Likewise.
1910
1911         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1912         message.
1913         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1914         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1915
1916         * sysdeps/i386/elf/configure.in: Unconditionally define
1917         PI_STATIC_AND_HIDDEN.
1918         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1919         PI_STATIC_AND_HIDDEN is defined as well.
1920         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1921
1922 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1923
1924         * sysdeps/ia64/bzero.S: Define __bzero as well.
1925
1926         * locale/programs/charmap.c (charmap_new_char): Don't use
1927         ULONG_MAX as maximum UCS4 value.
1928
1929         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1930
1931         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1932
1933         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1934         * malloc/malloc.c (mALLINFo): Likewise.
1935
1936         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1937
1938         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1939         examining result of _IO_do_flush call.
1940
1941         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1942         Use prec not spec when sizing buffers.
1943
1944         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
1945         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
1946         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
1947         * stdio-common/vfscanf.c (inchar): Likewise.
1948         * misc/efgcvt_r.c (fcvt_r): Likewise.
1949         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
1950         * elf/readlib.c (process_file): Likewise.
1951         * elf/sprof.c (load_profdata): Likewise.
1952         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
1953         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
1954         * locale/programs/charmap.c (charmap_read): Likewise.
1955         * libio/fileops.c: Likewise.
1956         * libio/fmemopen.c: Likewise.
1957         * stdlib/strtod.c: Likewise.
1958         * elf/dl-load.c: Likewise.
1959         * iconv/iconvconfig.c: Likewise.
1960         * iconv/iconv_prog.c (process_block): Likewise.
1961         * elf/rtld.c (dl_main): Likewise.
1962
1963         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
1964         macro to calm down the compiler.
1965
1966         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
1967
1968         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
1969
1970         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
1971         placement of errno definition.
1972         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
1973         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
1974         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
1975         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
1976         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
1977
1978         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
1979         from 1024 to 65536, to avoid buffer overrun.
1980
1981 2002-08-16  Paul Eggert  <eggert@twinsun.com>
1982
1983         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
1984         from 1024 to 65536, to avoid buffer overrun.
1985         * resolv/res_query.c (MAXPACKET): Likewise.
1986
1987 2002-08-24  Andreas Jaeger  <aj@suse.de>
1988
1989         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
1990
1991 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
1992
1993         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
1994         two52 locally.
1995         (log2): Likewise.
1996         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
1997         Patch by Simon Gee <simong@agile.tv>.
1998
1999         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2000         Prefer reading /proc/stat since it is more uniform across
2001         architectures.
2002
2003         * manual/texinfo.tex: Update to latest official version.
2004
2005         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2006         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2007         * sysdeps/gnu/bits/shm.h: Likewise.
2008         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2009         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2010         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2011         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2012         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2013         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2014         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2015         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2016         since this is what the kernel says.
2017
2018         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2019         since ssize_t is needed as well.  Replace const with __const.
2020
2021 2002-08-23  Roland McGrath  <roland@redhat.com>
2022
2023         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2024         __malloc_hook, __realloc_hook, __memalign_hook,
2025         __after_morecore_hook): Variable definitions moved to ...
2026         * malloc/malloc.c: ... here, so as to be before all references.
2027
2028         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2029         global variable reference in an unused asm parameter, to ensure the
2030         compiler has set up the GOT register before we use it.
2031
2032         * malloc/hooks.c: Move variable definitions ahead of uses.
2033         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2034         initializers that make reference to variables they define.
2035
2036 2002-08-23  Andreas Jaeger  <aj@suse.de>
2037
2038         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2039         alloca, free, qsort.
2040
2041         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2042
2043         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2044         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2045
2046         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2047         <hch@lst.de>.
2048         * sysdeps/generic/fgetxattr.c: New file.
2049         * sysdeps/generic/flistxattr.c: New file.
2050         * sysdeps/generic/fremovexattr.c: New file.
2051         * sysdeps/generic/fsetxattr.c: New file.
2052         * sysdeps/generic/getxattr.c: New file.
2053         * sysdeps/generic/listxattr.c: New file.
2054         * sysdeps/generic/lgetxattr.c: New file.
2055         * sysdeps/generic/llistxattr.c: New file.
2056         * sysdeps/generic/lremovexattr.c: New file.
2057         * sysdeps/generic/lsetxattr.c: New file.
2058         * sysdeps/generic/removexattr.c: New file.
2059         * sysdeps/generic/setxattr.c: New file.
2060         * misc/Makefile (headers): Add sys/xattr.h.
2061         (routines): Add *xattr calls.
2062         * misc/Versions: Add *xattr calls with version 2.3.
2063         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2064         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2065         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2066         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2067         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2068         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2069         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2070         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2071
2072 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2073
2074         * sysdeps/powerpc/elf/libc-start.c
2075         (__cache_line_size): Declare.
2076         (__aux_init_cache): New function.
2077         (__libc_start_main): Change type of `auxvec' parameter to
2078         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2079         __aux_init_cache.
2080         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2081         (__cache_line_size): Declare.
2082         (__aux_init_cache): New function.
2083         (DL_PLATFORM_INIT): Define.
2084         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2085         value to select the correct stride for dcbz.
2086
2087 2002-08-22  Andreas Jaeger  <aj@suse.de>
2088
2089         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2090         shmat.
2091
2092 2002-08-22  Roland McGrath  <roland@redhat.com>
2093
2094         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2095         position indicated by locrectab against file bounds before rounding to
2096         page size.  In mapping loop, always set TO before breaking out of
2097         contiguous range coalescing loop.
2098
2099         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2100         (or MAP_COPY if available) instead of MAP_SHARED.
2101
2102         * scripts/firstversions.awk: When encountering a version newer than
2103         the specified earliest version, be sure to emit the specified earliest
2104         version first if any renaming of an older version to that has been.
2105
2106 2002-08-21  Roland McGrath  <roland@redhat.com>
2107
2108         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2109         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2110         (Configuring and compiling): Don't mention older GCC versions any more.
2111         * INSTALL: Regenerated.
2112
2113         * manual/install.texi (Configuring and compiling, Installation,
2114         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2115
2116         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2117         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2118         and with noinline otherwise.  Remove hack alloca use to prevent
2119         inlining, we can ask for it explicitly nowadays.
2120
2121         * dlfcn/bug-dlsym1.c: New file.
2122         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2123         * dlfcn/Makefile (distribute): Add them.
2124         (tests): Add bug-dlsym1 here.
2125         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2126         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2127         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2128
2129 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2130
2131         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2132         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2133         before relocation.
2134         (_dl_start): Don't use local bootstrap_map variable if
2135         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2136         pass bootstrap_map to _dl_start_final in this case either.  Don't
2137         pass start_time to _dl_start_final ever.
2138         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2139
2140         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2141         This cripples the scope lists necessary to search for symbols in
2142         dependencies which are not in the global scope.
2143
2144         * include/setjmp.h (__libc_longjmp): Add declaration.
2145
2146 2002-08-21  Andreas Jaeger  <aj@suse.de>
2147
2148         * sysdeps/x86_64/_mcount.S: Fix assembler.
2149
2150         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2151         with biarch support.
2152
2153 2002-08-21  Andreas Jaeger  <aj@suse.de>
2154
2155         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2156
2157         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2158
2159         * sysdeps/x86_64/machine-gmon.h: New file.
2160         * sysdeps/x86_64/_mcount.S: New file.
2161
2162 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2163
2164         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2165         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2166         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2167         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2168         to TL_INIT_TP.  Otherwise pass 1.
2169         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2170         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2171
2172 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2173
2174         * locale/programs/localedef.c (add_to_readlist): Error about
2175         circular dependencies only if the locale in question hasn't
2176         been finished.
2177         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2178         CTYPE_LOCALE to load_locale.
2179         * locale/programs/locfile.c (locfile_read): Don't include
2180         unneeded but available locales in locale_mask.
2181
2182         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2183         print any messages about enlarging archive.
2184
2185 2002-08-20  Brian Youmans  <3diff@gnu.org>
2186
2187         * manual/contrib.texi: Removed licenses, added acknowledgements
2188         for contributions by Intel, IBM, Craig Metz.
2189         * LICENSES: New file, contains the text of all non-FSF licenses in the
2190         distribution that require putting the notice in the accompanying
2191         documentation.
2192         * README.template, README: Mention LICENSES.
2193
2194         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2195         new one modelled on the modern BSD license, per recent letter
2196         of permission from CMU.
2197         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2198
2199         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2200         from IBM to FSF, per the recent Software Letter.  Changed the
2201         distribution terms from GPL to LGPL.
2202
2203         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2204         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2205         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2206         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2207         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2208         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2209         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2210         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2211         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2212         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2213
2214         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2215         from IBM to FSF, per the recent Software Letter.  Corrected the
2216         text of the copying permission notice to say Lesser GPL instead
2217         of GPL in warranty disclaimer paragraph.
2218         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2219         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2220         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2221         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2222         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2223         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2224         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2225         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2226         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2227         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2228         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2229         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2230         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2231         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2232         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2233         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2234         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2235         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2236         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2237         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2238         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2239
2240         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2241         permission notice to say Lesser GPL instead of GPL in warranty
2242         disclaimer paragraph.
2243         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2244         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2245         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2246         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2247         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2248         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2249         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2250         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2251         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2252         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2253         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2254         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2255         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2256         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2257         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2258         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2259         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2260         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2261         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2262         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2263         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2264         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2265         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2266
2267 2002-08-20  Roland McGrath  <roland@redhat.com>
2268
2269         Fix ABI compatibility with libc compiled with old tools on powerpc.
2270         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2271         and Jack Howarth <howarth@bromo.med.uc.edu>.
2272         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2273         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2274         pass -DHAVE_DOT_HIDDEN for these files.
2275         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2276         __floatdisf.
2277         * sysdeps/powerpc/divdi3.c: New file.
2278         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2279         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2280
2281 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2282
2283         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2284         partially overlapping mappings.  Remove unneeded (char *) casts.
2285         Never allow duplication of ranges in mapped areas.
2286
2287 2002-08-20  Roland McGrath  <roland@redhat.com>
2288
2289         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2290         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2291
2292 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2293
2294         * include/unistd.h: Don't hide _exit.
2295
2296         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2297         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2298         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2299         argument 1 to TLS_INIT_TP.
2300         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2301
2302         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2303
2304         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2305         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2306         memory allocation to...
2307         (allocate_dtv): ...here.  New function.
2308         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2309         call allocate_dtv instead of _dl_allocate_tls_storage.
2310         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2311         (_dl_get_tls_static_info): New function.
2312         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2313         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2314
2315 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2316
2317         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2318         immediately if result == NULL.
2319
2320 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2321
2322         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2323
2324 2002-08-18  Roland McGrath  <roland@frob.com>
2325
2326         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2327         instead of __file_name_split.
2328         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2329
2330         * sysdeps/mach/hurd/dl-sysdep.c
2331         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2332         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2333
2334 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2335
2336         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2337         in change before last: MAX -> MIN.
2338
2339 2002-08-15  Roland McGrath  <roland@redhat.com>
2340
2341         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2342         if seek would go past it.
2343         (mmap_remap_check): If file position is at or past EOF after check,
2344         leave read pointers at EOF and don't seek.
2345
2346         * libio/tst-mmap-offend.c: New file.
2347         * libio/Makefile (tests): Add it.
2348
2349         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2350         the name as passed, rather than the name in the archive dictionary.
2351
2352 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2353
2354         * csu/Makefile: Define elide-routines.os not static-only-routines.
2355
2356         * include/sched.h (__clone): Add varargs at the end.
2357
2358         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2359         case.
2360         (TLS_INIT_HELPER): If defined, use it.
2361         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2362
2363 2002-08-15  Roland McGrath  <roland@redhat.com>
2364
2365         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2366         on L->l_prev; it can happen under rtld --verify too.
2367
2368         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2369         header separately, just map an initial window of 2MB from the file
2370         and remap if that is not large enough to cover the whole header.
2371
2372 2002-08-15  Andreas Jaeger  <aj@suse.de>
2373
2374         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2375         version 2.3.
2376         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2377         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2378         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2379         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2380         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2381         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2382         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2383         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2384         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2385         Patch by Andreas Gruenbacher <agruen@suse.de>.
2386
2387         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2388
2389 2002-08-14  Roland McGrath  <roland@redhat.com>
2390
2391         * locale/locarchive.h (struct locale_category_data): Give this name to
2392         the type of locale_data_t's elements.
2393         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2394         (add_locale): Use that to sort the categories by size and put all
2395         those that fit into two pages into the LC_ALL block, instead of
2396         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2397         (show_archive_content): Detect categories inside LC_ALL block
2398         directly, instead of hard-coding.
2399         (oldlocrecentcmp): Compare just on file locations used.
2400
2401 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2402
2403         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2404         (oldlocrecentcmp): New function.
2405         (enlarge_archive): Re-add locales in the order they were added
2406         to the archive.
2407         (add_locale): Put all the small locale files together, if the small
2408         locale file block would occupy less pages if page size aligned, align
2409         it.
2410         (show_archive_content): Adjust for locale archives optimized for speed.
2411
2412 2002-08-14  Roland McGrath  <roland@frob.com>
2413
2414         * configure.in: Use "MISSING" as not-found value for MIG.
2415         * sysdeps/mach/configure.in: Fatal if mig not found.
2416         * configure, sysdeps/mach/configure: Regenerated.
2417
2418 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2419
2420         * locale/loadarchive.c (archfname): Add missing slash.
2421
2422         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2423         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2424
2425 2002-08-12  Roland McGrath  <roland@redhat.com>
2426
2427         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2428         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2429         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2430         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2431         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2432         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2433         * sysdeps/generic/waitpid.c: Likewise.
2434
2435         * include/net/if.h: New file.  Use libc_hidden_proto
2436         for if_nametoindex and if_indextoname.
2437         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2438         * sysdeps/mach/hurd/if_index.c: Likewise.
2439         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2440
2441         * include/grp.h (setgroups): Add libc_hidden_proto.
2442         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2443         * sysdeps/mach/hurd/setgroups.c: Likewise.
2444         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2445         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2446
2447 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2448
2449         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2450         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2451         * sysdeps/generic/setegid.c (setegid): Likewise.
2452         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2453         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2454         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2455         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2456         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2457         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2458         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2459         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2460         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2461         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2462         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2463         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2464         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2465
2466         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2467         __lxstat_internal, __lxstat64_internal): Remove.
2468         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2469         Add hidden_proto.
2470         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2471         Remove INTDEF where present, remove #undef at the beginning.
2472         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2473         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2474         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2475         * sysdeps/generic/xstat.c (__xstat): Likewise.
2476         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2477         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2478         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2479         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2480         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2481         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2482         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2483         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2484         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2485         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2486         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2487         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2488         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2489         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2490         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2491         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2492         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2493         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2494         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2495         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2496         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2497         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2498         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2499         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2500         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2501         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2502         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2503         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2504         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2505         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2506         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2507         * sysdeps/unix/xstat.c (__xstat): Likewise.
2508
2509         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2510         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2511         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2512         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2513         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2514         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2515         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2516
2517         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2518         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2519         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2520         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2521         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2522         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2523         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2524         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2525         Likewise.
2526         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2527         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2528         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2529         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2530         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2531         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2532         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2533         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2534
2535         * include/string.h (strcoll): Add libc_hidden_proto.
2536         * string/strcoll.c (strcoll): Add libc_hidden_def.
2537
2538         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2539
2540 2002-08-11  Philip Blundell  <philb@gnu.org>
2541
2542         * sysdeps/arm/Makefile: New file.
2543
2544 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2545
2546         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2547         by another '|', end of regex or enclosing ')', clear branch.
2548         * posix/bug-regex9.c: New test.
2549         * posix/Makefile (tests): Add bug-regex9.
2550
2551 2002-08-12  Roland McGrath  <roland@redhat.com>
2552
2553         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2554         start count condition, use TOTAL instead of variable that was never
2555         set.  Fix outer loop termination condition to TOTAL >= after update.
2556
2557         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2558         dl_tls_static_align and dl_tls_static_nelem.
2559
2560 2002-08-11  Roland McGrath  <roland@redhat.com>
2561
2562         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2563         of the TLS macros, otherwise the compiler might not have initialized
2564         the PIC register yet when we use the PLT via asm.
2565         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2566         * elf/tst-tlsmod2.c (in_dso): Likewise.
2567
2568         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2569
2570         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2571         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2572
2573         * include/unistd.h: Use libc_hidden_proto for getdomainname
2574         and getlogin_r.
2575         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2576         * sysdeps/mach/hurd/getdomain.c: Likewise.
2577         * sysdeps/unix/getlogin_r.c: Likewise.
2578         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2579         * sysdeps/generic/getlogin_r.c: Likewise.
2580
2581         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2582         * sunrpc/rtime.c: Add libc_hidden_def.
2583
2584         * include/string.h: Use libc_hidden_proto for basename.
2585         * string/basename.c [_LIBC]: Add libc_hidden_def.
2586
2587         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2588
2589         * locale/loadarchive.c: munmap -> __munmap throughout.
2590
2591         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2592         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2593         * sysdeps/generic/gai_strerror.c: Likewise.
2594
2595         * include/sys/errno.h: New file.
2596
2597         * include/signal.h: No libc_hidden_proto for raise,
2598         __libc_current_sigrtmin, __libc_current_sigrtmax.
2599         These need to be overridden by linuxthreads.
2600         * sysdeps/posix/raise.c: Reverted.
2601         * sysdeps/generic/raise.c: Reverted.
2602         * signal/allocrtsig.c: Reverted.
2603
2604         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2605
2606 2002-08-10  Roland McGrath  <roland@redhat.com>
2607
2608         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2609         * locale/localeinfo.h: Declare it.
2610         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2611         current locale if it's not in the file list.
2612         Call _nl_archive_subfreeres.
2613
2614 2002-08-10  Andreas Jaeger  <aj@suse.de>
2615
2616         * sysdeps/i386/strchr.S: Add comment.
2617
2618 2002-08-10  Roland McGrath  <roland@redhat.com>
2619
2620         * include/wchar.h (putwc): Use libc_hidden_proto.
2621         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2622         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2623         * stdio-common/dprintf.c: Add libc_hidden_def.
2624         * stdio-common/fprintf.c: Likewise.
2625         * stdio-common/sprintf.c: Likewise.
2626         * stdio-common/sscanf.c: Likewise.
2627         * libio/iofwrite.c: Likewise.
2628         * libio/memstream.c: Likewise.
2629         * libio/putwc.c: Likewise.
2630         * stdio-common/perror.c: Likewise.
2631         * sysdeps/posix/remove.c: Likewise.
2632         * sysdeps/generic/remove.c: Likewise.
2633         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2634         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2635
2636 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2637
2638         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2639         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2640         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2641         towlower, towupper): Add libc_hidden_weak.
2642
2643         * include/bits/dlfcn.h: New file.
2644         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2645
2646         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2647         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2648         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2649         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2650         * include/shadow.h (_nss_files_parse_spent): Likewise.
2651         * include/netdb.h (_nss_files_parse_protoent,
2652         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2653         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2654         (LINE_PARSER): Use it.
2655         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2656         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2657
2658         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2659         #endif.
2660
2661         * manual/debug.texi (%MENU%): Remove trailing dot.
2662         Reported by <hayastan132@hotmail.com>.
2663
2664         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2665         aliases.
2666         (lseek): Dummy.
2667         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2668         Likewise.
2669
2670 2002-08-09  Roland McGrath  <roland@redhat.com>
2671
2672         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2673         name to find codeset name (if any) and normalize it.  If the
2674         normalized name differs, look up only that in the archive.
2675         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2676         contains a codeset, normalize the codeset store only the normalized
2677         name in the archive.  If not, add an alias containing the locale's
2678         normalized codeset name.  Apply codeset name normalization when
2679         matching entries in the alias file.
2680
2681         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2682         decrement HEAD->namehash_used here.
2683         (add_locale): Only need to insert name string when name_offset != 0.
2684
2685         * locale/programs/localedef.c (options): Add -A/--alias-file.
2686         (alias_file): New variable.
2687         (parse_opt): Grok -A, set that.
2688         * locale/programs/localedef.h: Declare it.
2689
2690         * locale/locarchive.h (struct locrecent): Add `refs' member.
2691         * locale/programs/locarchive.c (insert_name): New function, broken out
2692         of ...
2693         (add_locale_to_archive): ... here.  Call that.
2694         (add_alias): New function.
2695         (add_locale): New static function, add_locale_to_archive renamed.
2696         (add_locale_to_archive): Call that and use add_alias to add an alias
2697         for the name with codeset if the given name lacks it.
2698         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2699
2700         * locale/Makefile (routines): Add loadarchive.
2701         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2702         (_nl_load_locale_from_archive): New function.
2703         * locale/localeinfo.h: Declare it.
2704         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2705         try _nl_load_locale_from_archive first.
2706
2707         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2708         broken out of _nl_load_locale.
2709         (_nl_load_locale): Call that.
2710         * locale/localeinfo.h: Declare it.
2711         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2712         (struct locale_data): Remove unused member `options'.
2713         * locale/findlocale.c (_nl_remove_locale): Update uses.
2714         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2715         * locale/C-collate.c: Update initializer.
2716         * locale/C-identification.c: Likewise.
2717         * locale/C-measurement.c: Likewise.
2718         * locale/C-telephone.c: Likewise.
2719         * locale/C-address.c: Likewise.
2720         * locale/C-name.c: Likewise.
2721         * locale/C-paper.c: Likewise.
2722         * locale/C-time.c: Likewise.
2723         * locale/C-numeric.c: Likewise.
2724         * locale/C-monetary.c: Likewise.
2725         * locale/C-messages.c : Likewise.
2726         * locale/C-ctype.c: Likewise.
2727
2728         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2729         use CHAR_BIT instead of BITSPERBYTE.
2730
2731         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2732         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2733         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2734         (_nl_remove_locale): Likewise.
2735         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2736
2737         * locale/findlocale.c (_nl_default_locale_path): New variable.
2738         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2739         * locale/localeinfo.h: Declare it.
2740         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2741         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2742         * locale/newlocale.c (__newlocale): Likewise.
2743
2744         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2745         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2746         * sysdeps/generic/morecore.c: Likewise.
2747         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2748         (__libc_current_sigrtmax): Likewise.
2749
2750 2002-08-08  Roland McGrath  <roland@redhat.com>
2751
2752         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2753         * catgets/open_catalog.c (__open_catalog): Likewise.
2754
2755         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2756         from typo INITIAL_NUM_NANES.
2757         (create_archive): Update use.
2758
2759 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2760
2761         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2762
2763 2002-08-08  Roland McGrath  <roland@frob.com>
2764
2765         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2766
2767 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2768
2769         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2770         else and undefine after including wcstol_l.c.
2771         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2772
2773 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2774
2775         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2776
2777 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2778
2779         * configure.in: Make the test for broken_alias_attribute stricter.
2780
2781 2002-05-24  Robert Love  <rml@tech9.net>
2782
2783         * posix/Makefile (routines): Add sched_getaffinity and
2784         sched_setaffinity.
2785         * posix/sched.h: Add declarations for sched_getaffinity and
2786         sched_setaffinity.
2787         * sysdeps/generic/sched_getaffinity.c: New file.
2788         * sysdeps/generic/sched_setaffinity.c: New file.
2789         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2790         sched_setaffinity.
2791
2792 2002-08-06  Andreas Schwab  <schwab@suse.de>
2793
2794         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2795
2796 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2797
2798         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2799         message.
2800
2801         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2802         It is known to be defined.
2803
2804         * include/string.h: Define index and rindex only if _ISOMAC is not
2805         defined.
2806
2807         * elf/rtld.c: Include <errno.h>.
2808         * sysdeps/generic/libc-tls.c: Likewise.
2809
2810 2002-08-07  Roland McGrath  <roland@redhat.com>
2811
2812         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2813         it internally.
2814         (precsize_aton): Likewise.
2815
2816         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2817         the static symbols added in the last change (doofus is me).
2818
2819         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2820         loop to notice missing categories in a composite name.
2821
2822         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2823         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2824         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2825         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2826
2827 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2828
2829         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2830
2831 2002-08-07  Roland McGrath  <roland@redhat.com>
2832
2833         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2834         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2835         Reported by Jakub Jelinek  <jakub@redhat.com>.
2836
2837 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2838
2839         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2840         division.
2841
2842 2002-08-06  Roland McGrath  <roland@redhat.com>
2843
2844         * include/getopt.h: Put private decls inside [_GETOPT_H].
2845         Use libc_hidden_proto for getopt_long, getopt_long_only.
2846         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2847         Add libc_hidden_def.
2848
2849         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2850         Define as a macro for __dl_iterate_phdr.
2851
2852         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2853         made static.  Add __ name as a strong alias.
2854         (internal_endnetgrent): Likewise.
2855         (internal_getnetgrent_r): Likewise.
2856
2857         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2858         with no __ prefix.
2859         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2860         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2861         all *_l functions with no __ prefix.
2862         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2863         * ctype/ctype_l.c: Likewise.
2864         * locale/nl_langinfo.c: Likewise.
2865         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2866         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2867         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2868         * wctype/wctype.h [__USE_GNU]: Likewise.
2869         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2870         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2871         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2872         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2873         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2874         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2875         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2876         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2877         (__wcscasecmp_l): Add libc_hidden_def.
2878         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2879         (__wcsncasecmp_l): Add libc_hidden_def.
2880         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2881         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2882         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2883         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2884         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2885         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2886         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2887         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2888         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2889         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2890         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2891         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2892         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2893         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2894
2895 2002-08-05  Roland McGrath  <roland@redhat.com>
2896
2897         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2898         netname2user, host2netname, user2netname, key_gendes.
2899         * sunrpc/netname.c: Add libc_hidden_def.
2900         * sunrpc/key_call.c: Likewise.
2901
2902         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2903         freeaddrinfo.
2904         * inet/getnameinfo.c: Add libc_hidden_def.
2905         * sysdeps/generic/getaddrinfo.c: Likewise.
2906         * sysdeps/posix/getaddrinfo.c: Likewise.
2907
2908         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2909         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2910         * wcsmbs/wmemset.c: Add libc_hidden_def.
2911
2912         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2913         (index, rindex): Define as macros for strchr, strrchr.
2914
2915         * string/envz.c (envz_strip): index -> strchr
2916
2917         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2918         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2919
2920         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2921         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2922
2923         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2924         * stdlib/wctomb.c: Add libc_hidden_def.
2925
2926         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2927         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2928         * resolv/herror.c: Likewise.
2929         * inet/rcmd.c: Add libc_hidden_def.
2930         * inet/ruserpass.c: Likewise.
2931         * inet/getnetgrent_r.c: Likewise.
2932
2933         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2934         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2935         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2936         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2937         libc_hidden_def.
2938         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2939         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2940
2941         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2942         __libc_system.
2943         (__libc_system): Call it, putting just the line == NULL test here.
2944
2945         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
2946         variables work right.
2947
2948         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
2949         * elf/dl-close.c (_dl_close): Likewise.
2950
2951         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
2952         in6addr_any, in6addr_loopback.  Remove decls for
2953         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
2954         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
2955         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
2956         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
2957         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
2958         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
2959         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
2960         in6addr_loopback.
2961         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
2962
2963         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
2964         ether_aton_r.
2965         * inet/ether_aton_r.c: Add libc_hidden_def.
2966         * inet/ether_ntoa_r.c: Likewise.
2967
2968         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
2969         xprt_unregister.
2970         * sunrpc/svc.c: Add libc_hidden_def.
2971         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
2972         pmap_set, pmap_unset.
2973         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
2974         * sunrpc/pm_getport.c: Likewise.
2975         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
2976         * sunrpc/publickey.c: Add libc_hidden_def.
2977
2978 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
2979
2980         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
2981         the other memset call in this function.
2982
2983         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
2984         at correct index.  Clear BSS region now that memalign is used.
2985
2986 2002-08-05  Roland McGrath  <roland@redhat.com>
2987
2988         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
2989         * sysdeps/generic/uname.c: Add libc_hidden_def.
2990         * sysdeps/mach/hurd/uname.c: Likewise.
2991
2992 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
2993
2994         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
2995         wcspbrk): Add libc_hidden_proto.
2996         * time/strftime.c (my_strftime): Add libc_hidden_def.
2997         (strftime): Remove libc_hidden_def.
2998         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
2999         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3000         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3001         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3002         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3003         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3004
3005         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3006         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3007         __rpc_thread_createerr): Add libc_hidden_proto.
3008         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3009         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3010         __rpc_thread_createerr): Add libc_hidden_def.
3011
3012         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3013         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3014         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3015         clnt_perror, clnt_sperror): Add libc_hidden_def.
3016         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3017
3018         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3019         libc_hidden_proto.
3020         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3021         * sunrpc/des_soft.c (des_setparity): Likewise.
3022
3023         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3024         Add libc_hidden_proto.
3025         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3026         Add libc_hidden_def.
3027
3028 2002-08-05  Roland McGrath  <roland@redhat.com>
3029
3030         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3031         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3032         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3033         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3034         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3035         old data, abandoning the original memory allocated by rtld at startup,
3036         instead of calling realloc normally.
3037
3038 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3039
3040         * po/fr.po: Update from translation team.
3041
3042 2002-08-04  Roland McGrath  <roland@redhat.com>
3043
3044         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3045         then generate a dummy module under the given name, obeying the
3046         normal rules for the "caller" field.
3047
3048         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3049         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3050
3051         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3052         weak here; we declare it weak or strong in the one place we use it.
3053         * sysdeps/generic/libc-start.c: ... which is here.
3054         Don't make the decl weak if [USE_TLS], since static programs need TLS
3055         setup even when single-threaded.
3056
3057         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3058
3059         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3060         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3061         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3062         all these variables.
3063
3064 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3065
3066         * include/stdio.h: Don't define macro magic to redirect function
3067         calls if _ISOMAC is defined.
3068
3069         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3070         ldouble asin tests.
3071
3072 2002-08-04  Roland McGrath  <roland@redhat.com>
3073
3074         * stdlib/lrand48_r.c: Add libc_hidden_def.
3075
3076         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3077         TCB with __libc_memalign instead of mmap.
3078         (_dl_deallocate_tls): Free it with free instead of munmap.
3079
3080         * Makerules (cpp-srcs-left): When setting this to run
3081         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3082         words.  Combine the two loops into one on the concatenated list,
3083         including those as well as $(test-srcs).
3084
3085         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3086         since we align here with optimally minimal waste anyway.
3087         (malloc): Just call that.
3088
3089         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3090         the right variable.
3091
3092         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3093         to compute memory location for l_tls_initimage.
3094         * elf/rtld.c (_dl_start): Likewise.
3095         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3096
3097         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3098         because the .d file is generated in the non-shared case and
3099         so fails to catch them otherwise.
3100
3101         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3102         split out of _dl_allocate_tls.
3103         (_dl_allocate_tls_init): Likewise.
3104         (_dl_allocate_tls): Call those.
3105         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3106         * elf/rtld.c (dl_main): Call them separately instead of calling
3107         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3108         is finished, so that the initializer data has been relocated before we
3109         copy it into the main thread's TLS block.
3110
3111         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3112         loop conditions, prevented the last used module from being initialized.
3113
3114 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3115
3116         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3117         if glob resp. globfree are not macros.
3118         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3119         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3120         Add libc_hidden_ver.
3121         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3122         libc_hidden_def.
3123         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3124         instead of libc_hidden_weak.
3125         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3126         libc_hidden_ver instead of libc_hidden_def.
3127         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3128         libc_hidden_ver instead of libc_hidden_def.
3129         (wcstoll, wcstoq): Remove libc_hidden_weak.
3130         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3131         libc_hidden_ver.
3132         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3133         libc_hidden_ver.
3134         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3135         libc_hidden_ver.
3136         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3137         libc_hidden_ver.
3138
3139 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3140
3141         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3142         to access _sys_siglist.
3143         * string/strsignal.c: Likewise.
3144         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3145         * sysdeps/gnu/siglist.c: Likewise.
3146         * sysdeps/unix/siglist.c: Likewise.
3147         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3148
3149         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3150
3151         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3152
3153         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3154         alias and use it.
3155         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3156
3157         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3158         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3159         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3160
3161         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3162         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3163
3164         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3165         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3166         and __gconv_get_cache respectively.
3167         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3168         defined static.  Change all users.
3169         (__gconv_get_cache): New function.
3170         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3171         (__gconv_get_alias_db): New function.
3172         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3173         (__conv_modules_db): Likewise.
3174         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3175         and __gconv_get_alias_db.
3176         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3177         variables.
3178
3179         * include/stdlib.h: Add prototype and libc_hidden_proto for
3180         __default_morecore.
3181         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3182
3183         * malloc/obstack.c: Remove fputs macro.
3184
3185         * malloc/mtrace.c: Remove fopen macro.
3186
3187 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3188
3189         * manual/debug.texi: Fix spelling to programmatically.
3190         Reported by <hayastan132@hotmail.com>.
3191
3192 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3193
3194         * include/libio.h: Add libc_hidden_proto for __uflow.
3195         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3196         fgetpos to _IO_* names.
3197         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3198         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3199         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3200         putwc_unlocked, vswscanf.
3201         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3202         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3203         * libio/fseek.c: Likewise.
3204         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3205         not fopencookie.
3206         * libio/genops.c (__uflow): Add libc_hidden_def.
3207         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3208         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3209         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3210         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3211         * libio/iofread_u.c (fread_unlocked): Likewise.
3212         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3213         * libio/iovswscanf.c (vswscanf): Likewise.
3214         * libio/putwc_u.c (putwc_unlocked): Likewise.
3215         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3216         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3217         * malloc/mtrace.c: Likewise.
3218
3219         * sunrpc/clnt_perr.c: Remove fputs macro.
3220         * sunrpc/svc_simple.c: Likewise.
3221         * sunrpc/svc_tcp.c: Likewise.
3222         * sunrpc/svc_udp.c: Likewise.
3223         * sunrpc/xdr_rec.c: Likewise.
3224         * sunrpc/xdr_ref.c: Likewise.
3225
3226         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3227         iconv_prog, linereader, and charmap-dir.
3228         * locale/Makefile: Likewise for locale and charmap-dir.
3229         * malloc/Makefile: Likewise for memusagestat.
3230         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3231         * sunrpc/Makefile: Likewise for rpc_main.
3232         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3233         * timezone/Makefile: Likewise for zic.
3234
3235         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3236
3237         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3238         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3239         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3240         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3241         _dl_close.
3242
3243         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3244         __wunderflow.
3245         * libio/genops.c (__underflow): Add libc_hidden_def.
3246         * libio/wgenops.c (__wuflow): Likewise.
3247         (__wunderflow): Likewise.
3248
3249         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3250         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3251
3252         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3253         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3254
3255         * include/string.h: Add libc_hidden_proto for __strverscmp.
3256         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3257
3258         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3259         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3260         * sysdeps/posix/sysconf.c: Likewise.
3261         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3262         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3263
3264         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3265         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3266         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3267         __iswxdigit_l, __towlower_l, __towupper_l.
3268         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3269         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3270
3271         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3272         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3273         * sysdeps/mach/hurd/xmknod.c: Likewise.
3274         * sysdeps/unix/xmknod.c: Likewise.
3275         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3276         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3277         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3278
3279         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3280
3281 2002-08-03  Roland McGrath  <roland@redhat.com>
3282
3283         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3284         setpriority.
3285         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3286         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3287         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3288         * sysdeps/mach/hurd/setpriority.c: Likewise.
3289         * sysdeps/mach/hurd/getpriority.c: Likewise.
3290         * sysdeps/generic/setpriority.c: Likewise.
3291         * sysdeps/generic/getpriority.c: Likewise.
3292
3293         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3294         * malloc/mcheck.c: Add libc_hidden_def.
3295
3296         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3297         * misc/hsearch_r.c: Add libc_hidden_def.
3298
3299         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3300         * posix/fnmatch.c: Add libc_hidden_weak.
3301
3302         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3303         execl, execle, execlp, execvp, getpid, getsid.
3304         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3305         * sysdeps/unix/alarm.c: Likewise.
3306         * posix/confstr.c: Likewise.
3307         * posix/execvp.c: Likewise.
3308         * posix/execlp.c: Likewise.
3309         * posix/execle.c: Likewise.
3310         * posix/execl.c: Likewise.
3311         * sysdeps/generic/getsid.c: Likewise.
3312         * sysdeps/mach/hurd/getsid.c: Likewise.
3313         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3314         * sysdeps/mach/hurd/getpid.c: Likewise.
3315
3316         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3317         qecvt_r, qfcvt_r, lrand48_r.
3318         * misc/efgcvt_r.c: Add libc_hidden_def.
3319
3320         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3321         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3322
3323         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3324         * locale/nl_langinfo.c: Add libc_hidden_def.
3325
3326         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3327         * sysdeps/generic/glob.c: Add libc_hidden_def.
3328         * sysdeps/generic/glob64.c: Likewise.
3329         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3330
3331         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3332
3333         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3334
3335         * locale/setlocale.c (_nl_current_names): Variable moved ...
3336         * locale/localename.c (_nl_current_names): ... here, new file.
3337         Make it global, with attribute_hidden.
3338         * locale/localeinfo.h: Declare it.
3339         * locale/Makefile (aux): Add localename.
3340         * locale/localename.c (__current_locale_name): New function.
3341         * include/locale.h (__current_locale_name): Declare it.
3342         * intl/dcigettext.c (guess_category_value): Use that instead of
3343         calling setlocale.
3344
3345         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3346         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3347         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3348         * locale/newlocale.c: Add alias to __ name.
3349         * locale/duplocale.c: Likewise.
3350         * locale/freelocale.c: Likewise.
3351         * locale/uselocale.c: New file.
3352         * locale/Makefile (routines): Add it.
3353         * locale/Versions (libc: GLIBC_2.3): New set.
3354         Add newlocale, duplocale, freelocale, uselocale.
3355         (libc: GLIBC_PRIVATE): Add __uselocale.
3356
3357         * locale/localeinfo.h [SHARED]
3358         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3359         (_NL_CURRENT_DATA): Define using that.
3360         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3361         (_NL_CURRENT_DEFINE): Define to empty.
3362         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3363         conditionalized on this.
3364         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3365         taking initializer of _nl_C_locobj.
3366         [SHARED] (_nl_global_locale): New variable, using that initializer.
3367         (_nl_C_locobj): Use new macro for initialzier.
3368         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3369         [! SHARED] (CATEGORY_USED): New macro.
3370         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3371         (setdata, setlocale): Use that macro instead of examining _nl_current.
3372         (setdata): Set the slot in _nl_global_locale.
3373         Conditionalize setting of _nl_current on [! SHARED].
3374         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3375         declaration as an extern.
3376         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3377
3378         * include/locale.h: Use libc_hidden_proto for setlocale.
3379         * locale/setlocale.c: Add libc_hidden_def.
3380
3381         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3382
3383         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3384         * misc/hsearch_r.c: Add libc_hidden_def.
3385         * misc/lsearch.c: Likewise.
3386
3387         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3388         endttyent.
3389         * misc/getttyent.c: Add libc_hidden_def.
3390
3391         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3392         * malloc/mcheck.c: Add libc_hidden_def.
3393
3394         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3395         * include/argz.h: Use libc_hidden_proto for argz_delete.
3396         * string/argz-delete.c: Add libc_hidden_def.
3397         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3398
3399         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3400         HIDDEN_JUMPTARGET for _exit.
3401         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3402         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3403         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3404         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3405
3406         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3407         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3408         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3409         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3410
3411         * include/stdlib.h: Use libc_hidden_proto for abort,
3412         __strtof_internal, __strtod_internal, __strtold_internal,
3413         __strtol_internal, __strtoll_internal, __strtoul_internal,
3414         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3415         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3416         __strtoul_l_internal, __strtoull_l_internal.
3417         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3418         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3419         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3420         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3421         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3422         __wcsncasecmp_l.
3423         * sysdeps/generic/abort.c: Add libc_hidden_def.
3424         * stdlib/strtod.c: Likewise.
3425         * sysdeps/generic/strtol.c: Likewise.
3426         * sysdeps/wordsize-64/strtol.c: Likewise.
3427         * sysdeps/wordsize-64/wcstol.c: Likewise.
3428         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3429
3430         * include/stdlib.h: Use libc_hidden_proto for qsort.
3431         * stdlib/msort.c: Add libc_hidden_def.
3432
3433         * include/utime.h: Use libc_hidden_proto for utime.
3434         * sysdeps/generic/utime.c: Add libc_hidden_def.
3435         * sysdeps/unix/utime.c: Likewise.
3436
3437         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3438         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3439         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3440         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3441         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3442
3443         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3444         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3445         and __libc_current_sigrtmax.
3446         * signal/sigismem.c: Add libc_hidden_def.
3447         * signal/sigfillset.c: Likewise.
3448         * signal/sigempty.c: Likewise.
3449         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3450         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3451         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3452         * sysdeps/posix/raise.c: Likewise.
3453         * sysdeps/generic/raise.c: Likewise.
3454
3455 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3456
3457         * include/string.h: Use libc_hidden_proto for __stpcpy.
3458         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3459         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3460         * sysdeps/generic/stpcpy.c: Likewise.
3461         * sysdeps/i386/stpcpy.S: Likewise.
3462         * sysdeps/i386/i586/stpcpy.S: Likewise.
3463         * sysdeps/powerpc/stpcpy.S: Likewise.
3464         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3465         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3466
3467         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3468         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3469         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3470         libc_hidden_def.
3471         * string/strdup.c (__strdup): Likewise.
3472         * string/strndup.c (__strndup): Likewise.
3473         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3474         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3475
3476 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3477
3478         * include/libio.h: New file.
3479         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3480         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3481         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3482         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3483         * sysdeps/unix/common/syscalls.list: Likewise.
3484         * sysdeps/unix/inet/syscalls.list: Likewise.
3485         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3486         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3487         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3488         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3489         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3490         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3491         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3492         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3493         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3494         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3495         * sysdeps/unix/syscalls.list: Likewise.
3496
3497 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3498             Ulrich Drepper  <drepper@redhat.com>
3499
3500         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3501         the arguments is big enough to cause an overflow.
3502
3503 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3504
3505         * assert/assert.c: Use hidden_def not INTDEF.
3506
3507 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3508
3509         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3510         not defined.
3511
3512 2002-08-03  Roland McGrath  <roland@redhat.com>
3513
3514         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3515         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3516         verr, verrx.
3517         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3518         * misc/syslog.c: Add libc_hidden_def.
3519         * misc/err.c: Likewise.
3520         * stdlib/exit.c: Likewise.
3521         * stdlib/bsearch.c: Likewise.
3522         * sysdeps/generic/getenv.c: Likewise.
3523
3524         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3525
3526         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3527         libc_hidden_weak for every system call symbol defined.
3528
3529         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3530         timelocal, localtime, strftime.
3531         * time/asctime.c: Add libc_hidden_def.
3532         * time/mktime.c: Likewise.
3533         * time/localtime.c: Likewise.
3534         * time/strftime.c: Likewise.
3535         * time/strptime.c: Likewise.
3536         * sysdeps/generic/time.c: Likewise.
3537         * sysdeps/unix/time.c: Likewise.
3538         * sysdeps/unix/sysv/i386/time.S: Likewise.
3539         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3540
3541         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3542         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3543         * resolv/inet_ntop.c: Likewise.
3544         * resolv/inet_pton.c: Likewise.
3545         * inet/inet_mkadr.c: Add libc_hidden_def.
3546         * inet/inet_netof.c: Likewise.
3547         * resolv/inet_addr.c: Likewise.
3548
3549         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3550         clauses from conditionals for now.  Will have to be fixed later
3551         for older compilers.
3552
3553         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3554
3555 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3556
3557         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3558         broken alias attribute handling.
3559         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3560
3561 2002-08-02  Roland McGrath  <roland@frob.com>
3562
3563         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3564         since it sets the variables we use in a -D switch.
3565
3566 2002-08-02  Roland McGrath  <roland@redhat.com>
3567
3568         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3569         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3570         matches long int, not int.
3571
3572         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3573         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3574         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3575         * wctype/wctrans.c (wctrans): Likewise.
3576         * wctype/wctype.c (__wctype): Likewise.
3577         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3578
3579 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3580
3581         * assert/assert.c (__assert_fail): Fix typo in comment.
3582
3583         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3584         * sunrpc/rpc_thread.c: Define it without static.
3585         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3586
3587 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3588
3589         * assert/assert.c (__assert_fail): Remove undef.
3590         Replace INTDEF with libc_hidden_def.
3591         * assert/__assert.c (__assert): Remove INTUSE.
3592         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3593         libc_hidden_weak.
3594         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3595         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3596         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3597         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3598         libm_hiden_ver): Define.
3599         * include/assert.h (__assert_fail_internal): Remove.
3600         (__assert_fail): Add prototype.  Add hidden_proto.
3601         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3602         libc_hidden_proto.
3603         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3604         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3605         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3606         Add libc_hidden_proto.
3607         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3608         __fcntl): Add libc_hidden_proto.  Remove macros.
3609         (__open_internal, __fcntl_internal): Remove.
3610         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3611         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3612         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3613         libc_hiden_proto.
3614         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3615         libc_hidden_def.
3616         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3617         Add libc_hidden_def.
3618         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3619         * sysdeps/generic/open.c (__open): Remove undef.
3620         Add libc_hidden_def.  Remove INTDEF.
3621         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3622         Add libc_hidden_def.
3623         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3624         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3625         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3626         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3627         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3628         (__libc_fcntl): Add libc_hidden_def.
3629         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3630         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3631         (__libc_open): Add libc_hidden_def.
3632         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3633         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3634         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3635         Add libc_hidden_def.
3636         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3637         Add libc_hidden_def.
3638         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3639         undef.
3640         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3641         (__libc_fcntl): Add libc_hidden_def.
3642         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3643         __getpgid_internal, __chown_internal): Remove.
3644         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3645         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3646         __GI___chown): Add.
3647         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3648         __getpid_internal, __open_internal, __write_internal): Remove.
3649         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3650         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3651         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3652         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3653         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3654         Replace INTDEF with libc_hidden_def.
3655         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3656         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3657         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3658         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3659         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3660         Add libc_hidden_proto.
3661         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3662         * include/sys/select.h (__select): Likewise.
3663         * include/sys/socket.h (__send): Likewise.
3664         * include/sys/statfs.h (__statfs): Likewise.
3665         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3666         __getpid, __getpgid, __setpgid, __close, __read, __write,
3667         __getpagesize, __sbrk): Likewise.
3668         (__chown_internal, __dup2_internal, __getpid_internal,
3669         __getpgid_internal, __close_internal, __write_internal,
3670         __getpagesize_internal): Remove.
3671         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3672         Remove macros.
3673         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3674         * include/sched.h (__sched_setscheduler): Likewise.
3675         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3676         * include/stdlib.h (__secure_getenv): Likewise.
3677         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3678         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3679         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3680         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3681         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3682         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3683         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3684         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3685         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3686         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3687         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3688         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3689         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3690         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3691         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3692         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3693         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3694         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3695         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3696         * libio/genops.c (__overflow): Add libc_hidden_def.
3697         * libio/iovdprintf.c: Remove libio.h include.
3698         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3699         libc_hidden_weak): Define to nothing if not defined.
3700         (__overflow, __woverflow): Add libc_hidden_proto.
3701         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3702         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3703         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3704         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3705         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3706         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3707         and libc_hidden_def.
3708         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3709         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3710         (__getpgid): Add libc_hidden_proto.
3711         (__bsd_getpgrp): Remove INTUSE.
3712         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3713         libc_hidden_def.
3714         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3715         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3716         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3717         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3718         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3719         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3720         __rpc_thread_createerr): Add libc_hidden_def.
3721         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3722         libc_hidden_def.
3723         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3724         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3725         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3726         * sysdeps/generic/chown.c (__chown): Likewise.
3727         * sysdeps/generic/close.c (__close): Likewise.
3728         * sysdeps/generic/dup2.c (__dup2): Likewise.
3729         * sysdeps/generic/pipe.c (__pipe): Likewise.
3730         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3731         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3732         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3733         * sysdeps/generic/read.c (__libc_read): Likewise.
3734         (__read): Add libc_hidden_weak.
3735         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3736         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3737         * sysdeps/generic/select.c (__select): Likewise.
3738         * sysdeps/generic/send.c (__send): Likewise.
3739         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3740         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3741         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3742         * sysdeps/generic/statfs.c (__statfs): Likewise.
3743         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3744         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3745         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3746         Remove undef and INTDEF.
3747         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3748         * sysdeps/generic/getpid.c (__getpid): Likewise.
3749         * sysdeps/generic/write.c (__libc_write): Likewise.
3750         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3751         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3752         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3753         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3754         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3755         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3756         Remove undef and INTDEF.
3757         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3758         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3759         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3760         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3761         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3762         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3763         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3764         (__pipe): Add libc_hidden_def.
3765         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3766         libc_hidden_weak.
3767         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3768         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3769         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3770         (__read): Add libc_hidden_weak.
3771         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3772         (__libc_pwrite64): Add libc_hidden_def.
3773         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3774         * sysdeps/mach/hurd/select.c (__select): Likewise.
3775         * sysdeps/mach/hurd/send.c (__send): Likewise.
3776         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3777         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3778         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3779         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3780         * sysdeps/posix/dup2.c: Likewise.
3781         Remove undef and INTDEF.
3782         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3783         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3784         (__pwrite64): Add libc_hidden_weak.
3785         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3786         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3787         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3788         * sysdeps/standalone/close.c (__close): Likewise.
3789         * sysdeps/standalone/write.c (__libc_write): Likewise.
3790         (__write): Add libc_hidden_weak.
3791         * sysdeps/standalone/read.c (__read): Likewise.
3792         (__libc_read): Add libc_hidden_def.
3793         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3794         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3795         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3796         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3797         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3798         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3799         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3800         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3801         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3802         __GI___sigaction): Add.
3803         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3804         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3805         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3806         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3807         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3808         __GI___setpgid): Add.
3809         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3810         Remove undef and INTDEF.
3811         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3812         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3813         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3814         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3815         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3816         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3817         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3818         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3819         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3820         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3821         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3822         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3823         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3824         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3825         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3826         __GI___statfs, __GI___send): Add.
3827         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3828         libc_hidden_ver resp. libc_hidden_def.
3829         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3830         libc_hidden_def.
3831         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3832         Likewise.  Remove undef and INTDEF.
3833         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3834         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3835         __GI___statfs, __GI___send): Add.
3836         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3837         libc_hidden_def.
3838         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3839         Likewise.
3840         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3841         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3842         libc_hidden_ver resp. libc_hidden_def.
3843         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3844         __GI___send): Add.
3845         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3846         Add libc_hidden_weak.
3847         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3848         Add libc_hidden_def.
3849         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3850         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3851         libc_hidden_weak.
3852         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3853         resp. libc_hidden_def.
3854         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3855         libc_hidden_weak.
3856         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3857         INTDEF.
3858         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3859         Likewise.  Remove undef.
3860         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3861         libc_hidden_weak.
3862         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3863         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3864         libc_hidden_weak.
3865         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3866         libc_hidden_def.
3867         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3868         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3869         Likewise.  Remove undef and INTDEF.
3870         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3871         libc_hidden_def.
3872         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3873         libc_hidden_weak.
3874         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3875         libc_hidden_def.
3876         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3877         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3878         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3879         libc_hidden_weak.
3880         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3881         Add libc_hidden_def.
3882         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3883         __GI___statfs): Add.
3884         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3885         libc_hidden_weak.
3886         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3887         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3888         Remove undef and INTDEF.
3889         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3890         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3891         libc_hidden_def.
3892         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3893         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3894         libc_hidden_weak.
3895         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3896         libc_hidden_def.
3897         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3898         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3899         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3900         Add.
3901         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3902         libc_hidden_def.  Remove undef and INTDEF.
3903         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3904         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3905         libc_hidden_def.
3906         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3907         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3908         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3909         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3910         Remove undef and INTDEF.
3911         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3912         broken visibility attribute handling.
3913         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3914
3915 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3916
3917         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3918         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3919
3920         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3921         previous patch.
3922
3923 2002-06-29  Todd Fries  <todd@openbsd.org>
3924
3925         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3926
3927 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3928
3929         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3930
3931 2002-07-30  Roland McGrath  <roland@redhat.com>
3932
3933         * resolv/resolv.h (_res): Define macro unconditionally.
3934         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3935         * include/resolv.h: ... here.
3936         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3937         as a __thread variable.
3938         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3939         a __thread variable instead of a global.
3940         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3941
3942         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3943         time we test it.
3944
3945         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
3946
3947         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
3948         decls of memset and memcpy.
3949
3950         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
3951         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
3952
3953         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
3954
3955         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
3956         (__libc_tsd_define): Define using __thread.
3957
3958         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
3959         (__rpc_thread_variables): Use __libc_tsd_get.
3960         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
3961         __rpc_thread_variables, which might allocate what we're about to free.
3962
3963         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
3964         thread-local variable.
3965         * resolv/netdb.h (h_errno): Define macro unconditionally.
3966         [_LIBC] (__set_h_errno): Macro moved to ...
3967         * include/netdb.h: ... here.
3968         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
3969         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
3970         [! _LIBC_REENTRANT]: #undef h_errno here.
3971
3972         * include/errno.h: Protect from multiple inclusion.
3973
3974         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
3975         before defining them, since Linux's <linux/posix_types.h> might have
3976         defined them.
3977
3978 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3979
3980         * malloc/malloc.c (public_cALLOc): Check for overflow on
3981         multiplication.
3982         * sunrpc/xdr_array.c (xdr_array): Likewise.
3983         * sunrpc/rpc/types.h (mem_free): Add comment.
3984         Patch by Solar Designer <solar@openwall.com>.
3985
3986 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3987
3988         * sysdeps/unix/sysv/linux/kernel-features.h
3989         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
3990
3991 2002-08-01  Roland McGrath  <roland@redhat.com>
3992
3993         * libio/fileops.c (_IO_file_sync_mmap): New function.
3994         (_IO_file_jumps_mmap): Use it.
3995         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
3996         repeat the stat check and resize the mapped buffer as necessary.
3997
3998 2002-07-31  Roland McGrath  <roland@redhat.com>
3999
4000         * libio/fileops.c (decide_maybe_mmap): New static function.
4001         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4002         mmap the file contents.  Then switch the jump tables to the mmap
4003         tables if it worked, or the vanilla file tables if not.
4004         (_IO_file_underflow_maybe_mmap): New function.
4005         (_IO_file_seekoff_maybe_mmap): New function.
4006         (_IO_file_xsgetn_maybe_mmap): New function.
4007         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4008         * libio/libioP.h: Declare those.
4009         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4010         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4011         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4012         If the stream is read-only, set its jump tables to those new ones.
4013         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4014         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4015         We need the tables set before _IO_file_attach.
4016
4017         * libio/tst-mmap-eofsync.c: New file.
4018         * libio/tst-mmap-fflushsync.c: New file.
4019         * libio/bug-mmap-fflush.c: New file.
4020         * libio/tst-mmap2-eofsync.c: New file.
4021         * libio/Makefile (tests): Add them.
4022
4023         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4024         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4025
4026 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4027
4028         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4029         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4030         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4031         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4032         declare sys_errlist and sys_nerr.
4033         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4034         provide declarations.
4035
4036 2002-07-31  Roland McGrath  <roland@redhat.com>
4037
4038         * elf/rtld.c (dl_main): Fix typo in error message.
4039
4040 2002-07-31  Roland McGrath  <roland@frob.com>
4041
4042         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4043         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4044         sysdeps/mach/hurd/dl-sysdep.c change.
4045
4046 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4047
4048         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4049         -r`/build/include for kernel headers.
4050
4051         * po/fi.po: New file.
4052
4053 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4054
4055         * configure.in (static_nss): Set to `yes' if --disable-shared.
4056
4057 2002-07-23  Bruno Haible  <bruno@clisp.org>
4058
4059         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4060         is set.
4061
4062 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4063
4064         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4065         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4066         arguments.
4067
4068 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4069
4070         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4071         alias.
4072
4073 2002-07-21  Bruno Haible  <bruno@clisp.org>
4074
4075         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4076         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4077         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4078         trans_sysdep_tab_offset.
4079         (struct sysdep_segment): New type.
4080         (struct sysdep_string): New type.
4081         (SEGMENTS_END): New macro.
4082         * intl/gettextP.h (struct sysdep_string_desc): New type.
4083         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4084         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4085         orig_tab, trans_tab, hash_tab to const pointers because they point
4086         into read-only memory.
4087         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4088         (PRI*): Define fallback values.
4089         (get_sysdep_segment_value): New function.
4090         (_nl_load_domain): Distinguish major and minor revision parts. Add
4091         support for minor revision 1 with system dependent strings.
4092         (_nl_unload_domain): Also free the 'malloced' field.
4093         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4094         now done in loadmsgcat.c. Add support for system dependent strings.
4095
4096 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4097
4098         * posix/bug-regex7.c: New file.
4099         * posix/bug-regex8.c: New file.
4100         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4101
4102 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4103
4104         * posix/bug-regex4.c (main): Fix typos.
4105         * posix/bug-regex6.c (main): Likewise.
4106
4107 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4108
4109         * posix/bug-regex6.c (main): Fix warnings.
4110
4111         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4112
4113         * iconv/iconv_prog.c (main): Improve error message for the cases
4114         where -t and/or -f parameter are missing.
4115
4116 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4117
4118         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4119         (re_search): Likewise.
4120         (re_match_2): Likewise.
4121         (re_search_2): Likewise.
4122         (re_search_stub): New function.
4123         (re_search_2_stub): New function.
4124         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4125
4126 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4127
4128         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4129         (re_string_eoi): Use STOP instead of LEN.
4130         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4131         (re_string_construct): Likewise.
4132         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4133         * posix/regexec.c (re_search_internal): Add a new argument STOP
4134         so that it can handle the argument STOP of re_search_2 and re_match_2
4135         correctly.
4136         (regexec): Adapt to new I/F of re_search_internal.
4137         (re_search_stub): Likewise.
4138
4139 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4140
4141         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4142
4143         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4144
4145         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4146         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4147         of __divdi3.
4148
4149         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4150         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4151         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4152         alias for adjtimex syscall.
4153
4154         * elf/dl-minimal.c: Define __assert_fail_internal.
4155         * assert/assert.c: Likewise.
4156         * include/assert.h: Define __assert_file macro if !SHARED and not
4157         NOT_IN_libc.
4158
4159         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4160         programs.
4161         * locale/Makefile: Likewise.
4162         * nscd/Makefile: Likewise.
4163         * catgets/Makefile: Likewise.
4164
4165 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4166
4167         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4168         compute current position.
4169
4170         * stdio-common/tst-fseek.c (main): Improve error messages.
4171
4172         * libio/tst-freopen.c (main): Remove unused variable.
4173
4174         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4175         succesful seek call.  Simplify error checking.
4176
4177 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4178
4179         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4180         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4181
4182 2002-07-19  Roland McGrath  <roland@frob.com>
4183
4184         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4185         __libc_enable_secure is set.
4186
4187 2002-07-24  Roland McGrath  <roland@frob.com>
4188
4189         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4190         This implementation supports only IPv4.
4191         * inet/ifaddrs.h: New file.
4192         * sysdeps/generic/ifaddrs.c: New file.
4193         * sysdeps/gnu/ifaddrs.c: New file.
4194         * inet/test-ifaddrs.c: New file.
4195         * inet/Makefile (routines): Add ifaddrs.
4196         (headers): Add ifaddrs.h here.
4197         (tests): Add test-ifaddrs.
4198         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4199
4200         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4201         socket call to get an AF_INET socket, instead of using __opensock.
4202         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4203
4204         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4205         if not -1 use it instead of calling __opensock.
4206         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4207         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4208         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4209
4210         * sysdeps/mach/hurd/ifreq.h: New file.
4211         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4212         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4213         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4214
4215         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4216         which gets moved around.  Calculate size of mmap'd buffer instead.
4217
4218 2002-07-24  Philip Blundell  <philb@gnu.org>
4219
4220         * sysdeps/unix/arm/brk.S: Improve schedule.
4221         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4222         efficient instruction.
4223         (__socket): Optimize return sequence.
4224
4225 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4226
4227         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4228         sockets on old kernels.
4229
4230 2002-07-22  Philip Blundell  <philb@gnu.org>
4231
4232         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4233         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4234         alias.
4235
4236 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4237
4238         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4239         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4240
4241         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4242         test to detect duplicate locales.
4243
4244         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4245         position would be before beginning of file.
4246         (_IO_file_seekoff_mmap): Likewise.
4247         * libio/Makefile (tests): Add bug-fseek.
4248         * libio/bug-fseek.c: New file.
4249
4250         * intl/explodename.c: Remove support for CEN-style locale variables.
4251         It was never used and shouldn't be since it's not portable.
4252         * intl/finddomain.c: Likewise.
4253         * intl/l10nflist.c: Likewise.
4254         * intl/loadinfo.h: Likewise.
4255         * locale/findlocale.c: Likewise.
4256
4257 2002-07-24  Roland McGrath  <roland@frob.com>
4258
4259         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4260         position, calculate it to take into account an active pushback buffer.
4261
4262         * libio/Makefile (tests): Add bug-ungetc.
4263         * libio/bug-ungetc.c: New file.
4264
4265 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4266
4267         * sysdeps/generic/libc-tls.c: New file.
4268         * csu/Makefile (routines): Add libc-tls.
4269         (static-only-routines): Add libc-tls.
4270         * elf/dl-support.c (_dl_phdr): New variable.
4271         (_dl_phnum): New variable.
4272         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4273         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4274         for !SHARED.  First look through auxiliary vector.  If TLS always
4275         call __pthread_initialize_minimal.
4276
4277         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4278         in mmap call is never zero.
4279
4280 2002-07-23  Andreas Jaeger  <aj@suse.de>
4281
4282         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4283         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4284
4285 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4286
4287         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4288         creation and removal of the temp file.
4289
4290         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4291         file creation.
4292         * test-skeleton.c (create_temp_file): New function.
4293
4294 2002-07-22  Andreas Jaeger  <aj@suse.de>
4295
4296         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4297         local label.
4298
4299 2002-07-21  Roland McGrath  <roland@frob.com>
4300
4301         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4302         put -I../include before -I../stdlib so we get the right errno.h et al.
4303         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4304         (CFLAGS-wcstof.c): Likewise.
4305         (CFLAGS-wcstold.c): Likewise.
4306         (CFLAGS-wcstod_l.c): Likewise.
4307         (CFLAGS-wcstof_l.c): Likewise.
4308         (CFLAGS-wcstold_l.c): Likewise.
4309
4310 2002-07-19  Roland McGrath  <roland@frob.com>
4311
4312         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4313
4314 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4315
4316         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4317         __ASSUME_AT_XID is defined.
4318         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4319         for 2.4.1 and up.
4320         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4321         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4322
4323         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4324         (CFLAGS-wcstof.c): Likewise.
4325         (CFLAGS-wcstold.c): Likewise.
4326         (CFLAGS-wcstod_l.c): Likewise.
4327         (CFLAGS-wcstof_l.c): Likewise.
4328         (CFLAGS-wcstold_l.c): Likewise.
4329
4330 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4331
4332         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4333         __priority_which_t): Always typedef to int for C++.
4334
4335 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4336
4337         * configure.in: Add test for __thread support in compiler.
4338         * config.h.in: Add HAVE___THREAD.
4339         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4340         * include/sys/errno.h: Moved to...
4341         * stdlib/sys/errno.h: ...here.  New file.
4342         * stdlib/errno.h: New file.  Moved from...
4343         * include/errno.h: ...here.  Changed into an internal header defining
4344         libc-local things like __set_errno.
4345         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4346         bits/errno.h.
4347         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4348         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4349         either.
4350         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4351         from...
4352         (_dl_start_final): ...here.  Add code to initialize tls elements from
4353         bootstrap_map.
4354         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4355         if USE_TLS && HAVE___THREAD.
4356         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4357         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4358         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4359         * sysdeps/standalone/bits/errno.h: Likewise.
4360         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4361         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4362         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4363         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4364         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4365         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4366         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4367         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4368         use GL(dl_rtld_map), use map parameter.
4369         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4370         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4371         USE_TLS && HAVE___THREAD.
4372         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4373         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4374         TLS code sequence.
4375         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4376
4377         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4378         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4379         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4380         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4381         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4382         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4383
4384 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4385
4386         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4387         MS_INVALIDATE values.
4388
4389 2002-07-17  Andreas Schwab  <schwab@suse.de>
4390             Ulrich Drepper  <drepper@redhat.com>
4391
4392         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4393         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4394         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4395         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4396
4397 2002-07-01  H.J. Lu  <hjl@gnu.org>
4398
4399         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4400         return value.
4401
4402         * elf/circlemod1.c (circlemod1): Return int.
4403         * elf/circlemod2.c (circlemod2): Likewise.
4404         * elf/circlemod2a.c (circlemod2): Likewise.
4405         * elf/circlemod3.c (circlemod3): Likewise.
4406         (circlemod3a): A new function.
4407
4408 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4409
4410         * catgets/tst-catgets.c (main): Don't expect results for
4411         untranslated messages.
4412
4413         * glibcbug.in: Fix little typo.  Remove STDIO.
4414
4415         * config.h.in: Fail if __FAST_MATH__ is defined.
4416         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4417         (CPPFLAGS-test-idouble.c): Likewise.
4418         (CPPFLAGS-test-ildouble.c): Likewise.
4419
4420 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4421
4422         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4423         * intl/tst-gettext.c: Correctly handle untranslated messages in
4424         positive tests.
4425
4426         * po/de.po: Update from translation team.
4427
4428 2002-07-02  H.J. Lu  <hjl@gnu.org>
4429
4430         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4431         use ll/sc.
4432         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4433
4434         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4435         to 2.4.0 for mips.
4436
4437 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4438
4439         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4440         TLS fail if USE_TLS is not defined.
4441
4442         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4443         and adjust state for seek position.  [PR libc/4070]
4444         * libio/Makefile (tests): Add bug-rewind.
4445         * libio/bug-rewind.c: New file.
4446
4447 2002-07-12  Philip Blundell  <philb@gnu.org>
4448
4449         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4450         (__backtrace): Use it.
4451         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4452
4453 2002-07-12  Philip Blundell  <philb@gnu.org>
4454
4455         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4456         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4457         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4458         (elf_machine_rela): Remove unused variable.
4459
4460         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4461         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4462         define.
4463
4464 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4465
4466         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4467
4468 2002-07-14  Andreas Jaeger  <aj@suse.de>
4469
4470         * sysdeps/x86_64/bits/link.h: Add biarch support.
4471
4472 2002-07-13  Andreas Jaeger  <aj@suse.de>
4473
4474         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4475         Use correct indices.
4476         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4477
4478 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4479
4480         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4481         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4482         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4483         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4484         * sysdeps/s390/s390-32/bits/link.h: Remove.
4485         * sysdeps/s390/s390-64/bits/link.h: Remove.
4486         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4487         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4488         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4489         * sysdeps/s390/bits/wordsize.h: New file.
4490         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4491         elfclass.h.
4492         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4493         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4494         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4495         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4496         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4497         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4498         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4499         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4500         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4501         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4502         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4503         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4504         resource.h.
4505         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4506         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4507         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4508         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4509         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4510         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4511         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4512         sigaction.h.
4513         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4514         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4515         siginfo.h.
4516         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4517         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4518         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4519         socket.h.
4520         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4521         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4522         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4523         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4524         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4525         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4526         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4527         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4528         procfs.h.
4529         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4530         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4531         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4532         ucontext.h.
4533         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4534         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4535
4536 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4537
4538         * Versions.def (libc): Add GLIBC_2.3.
4539         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4540         * stdlib/canonicalize.c: Add compatibility version for realpath
4541         and make new code available in GLIBC_2.3.
4542
4543 2002-07-06  Bruno Haible  <bruno@clisp.org>
4544
4545         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4546
4547 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4548
4549         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4550         function do_init.  Use __libc_once.
4551         (do_init): New function.
4552
4553         * iconvdata/iso8859-11.h: Removed.
4554         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4555         (distribute): Remove iso8859-11.h.
4556         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4557
4558         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4559         underflow operation if c == (W)EOF.
4560
4561 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4562
4563         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4564         non-zero, adjust exponent.
4565         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4566         Remove NO_LONG_DOUBLE aliases.
4567         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4568         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4569         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4570         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4571         1**y and -1**+-Inf.
4572         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4573         Fix BITS_PER_MP_LIMB 32 extraction.
4574         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4575         exceptions for qNaNs.
4576         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4577         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4578         Raise exceptions when needed.  Don't recurse unnecessarily.
4579         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4580         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4581         exceptions for qNaNs.
4582         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4583         to fix *quo return value sign.
4584         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4585         case -Inf argument.
4586         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4587
4588 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4589
4590         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4591         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4592         -DNDEBUG.
4593
4594 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4595
4596         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4597         the result.
4598
4599         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4600         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4601
4602         * Versions.def (libthread_db): Add GLIBC_2.3.
4603
4604 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4605
4606         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4607         new stream if possible.
4608         * libio/freopen64.c (freopen64): Likewise.
4609         * libio/Makefile (tests): Add tst-freopen.
4610         * libio/tst-freopen.c: New file.
4611
4612 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4613
4614         * libio/stdio.h (obstack_printf): Add format attribute.
4615         (obstack_vprintf): Likewise.
4616
4617 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4618
4619         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4620         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4621         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4622         architectures.
4623
4624 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4625
4626         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4627         (init_dfa): ...here.
4628
4629 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4630
4631         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4632         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4633         nodes in parse trees.
4634         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4635         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4636         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4637         nodes which can epsilon transit.
4638         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4639         to IS_EPSILON_NODE macro.
4640         * posix/regexec.c (update_regs): New function to update registers
4641         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4642         (proceed_next_node): Use the entities of the nodes to determine
4643         whether the node can transit to.
4644         (set_regs): Use update_regs function to update registers.
4645
4646 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4647
4648         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4649         * posix/bug-regex6.c: New file.
4650         * posix/Makefile (tests): Add bug-regex6.
4651         (bug-regex6-ENV): Set LOCPATH.
4652
4653 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4654
4655         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4656         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4657
4658 2002-07-06  Bruno Haible  <bruno@clisp.org>
4659
4660         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4661
4662 2002-07-06  Bruno Haible  <bruno@clisp.org>
4663
4664         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4665         declarations.
4666
4667         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4668
4669         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4670
4671         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4672         not _UTSNAME_H.
4673         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4674
4675         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4676         * sysdeps/generic/bits/ustat.h: Likewise.
4677
4678         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4679
4680 2002-07-08  Andreas Jaeger  <aj@suse.de>
4681
4682         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4683
4684 2002-07-08  Andreas Jaeger  <aj@suse.de>
4685
4686         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4687
4688 2002-07-06  Andreas Jaeger  <aj@suse.de>
4689
4690         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4691         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4692         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4693         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4694         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4695         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4696         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4697         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4698         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4699         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4700         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4701
4702 2002-06-05  Brian Youmans <3diff@gnu.org>
4703
4704         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4705         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4706         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4707         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4708         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4709         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4710         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4711         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4712         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4713         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4714         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4715         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4716         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4717         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4718         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4719         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4720         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4721         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4722         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4723         * sysdeps/ia64/fpu/e_log.S: Likewise.
4724         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4725         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4726         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4727         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4728         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4729         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4730         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4731         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4732         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4733         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4734         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4735         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4736         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4737         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4738         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4739         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4740         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4741         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4742         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4743         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4744         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4745         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4746         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4747         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4748         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4749         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4750         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4751         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4752         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4753         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4754         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4755         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4756         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4757         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4758         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4759         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4760         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4761         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4762         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4763         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4764         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4765         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4766         * sysdeps/ia64/fpu/s_round.S: Likewise.
4767         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4768         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4769         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4770         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4771         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4772         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4773         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4774         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4775         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4776         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4777         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4778         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4779         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4780         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4781         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4782         reflect IBM donation of math library to FSF
4783         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4784         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4785         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4786         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4787         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4788         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4789         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4790         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4791         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4792         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4793         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4794         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4795         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4796         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4797         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4798         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4799         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4800         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4801         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4802         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4803         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4804         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4805         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4806         * sysdeps/vax/__longjmp.c: Likewise.
4807         * sysdeps/vax/setjmp.c: Likewise.
4808         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4809         remove advertising clause
4810         * sysdeps/vax/htonl.s: Likewise.
4811         * sysdeps/vax/htons.s: Likewise.
4812         * libio/wfiledoalloc.c: Likewise.
4813         * stdlib/random.c: Likewise.
4814         * stdlib/random_r.c: Likewise.
4815         * sysdeps/mach/sys/reboot.h: Likewise.
4816         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4817         * sysdeps/posix/getaddrinfo.c: Likewise.
4818         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4819         GPL and corrected pointer to point to the correct license.
4820
4821 2002-07-04  Andreas Jaeger  <aj@suse.de>
4822
4823         * scripts/config.guess: New upstream version.
4824         * scripts/config.sub: Likewise.
4825
4826 2002-07-02  Andreas Schwab  <schwab@suse.de>
4827
4828         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4829         in parallel to bumping up the buffer pointer.
4830
4831 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4832
4833         * math/libm-test.inc (acos_test): Add missing L suffix for
4834         expected result.
4835         (cpow_test): Likewise.
4836         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4837         error for acos (0.0625).
4838
4839 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4840
4841         * locale/iso-639.def: Add entry for Ganda.
4842         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4843         definition.
4844         (address_finish): Handle entries with two letter ISO 639 code.
4845
4846         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4847         directory if it existed before.
4848         * iconv/iconvconfig.c: Implement --prefix option.
4849
4850         * math/libm-test.inc (cexp_test): Add missing L suffix for
4851         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4852         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4853         1.25 i).
4854
4855 2002-05-29  H.J. Lu  <hjl@gnu.org>
4856
4857         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4858         is turned on.
4859
4860 2002-05-28  H.J. Lu  <hjl@gnu.org>
4861
4862         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4863         are not dlopened on the dependency list of a dlopened object.
4864
4865 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4866
4867         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4868         dependencies if they are created between objects which are created
4869         while processing RTLD_NOW for objects loaded as part of the same
4870         dlopen call.
4871
4872 2002-06-14  H.J. Lu  <hjl@gnu.org>
4873
4874         * elf/Makefile (tests): Add circleload1.
4875         (modules-names): Add circlemod1, circlemod2, circlemod3,
4876         circlemod1a, circlemod2a and circlemod3a.
4877         ($(objpfx)circleload1): New target.
4878         ($(objpfx)circleload1.out): Likewise.
4879         ($(objpfx)circlemod1.so): Likewise.
4880         ($(objpfx)circlemod2.so): Likewise.
4881         ($(objpfx)circlemod1a.so): Likewise.
4882         ($(objpfx)circlemod2a.so): Likewise.
4883         * elf/circleload1.c: New file.
4884         * elf/circlemod1.c: New file.
4885         * elf/circlemod1a.c: New file.
4886         * elf/circlemod2.c: New file.
4887         * elf/circlemod2a.c: New file.
4888         * elf/circlemod3.c: New file.
4889         * elf/circlemod3a.c: New file.
4890
4891 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4892
4893         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4894         file descriptor.
4895         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4896         add check for fd not open for writing.
4897
4898         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4899         completed element(s) and do not suspend thread if so.  Patch
4900         heavily modified by drepper.
4901
4902         * rt/tst-aio7.c: New file.  Regression test for problems which the
4903         above three changes fix.
4904         * rt/Makefile (tests): Add tst-aio7.
4905
4906 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4907
4908         * rt/tst-aio6.c: Fix comment.
4909
4910         * catgets/gencat.c (read_input_file): Handle more than one slash
4911         at end of line correctly [PR libc/3926].
4912         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4913
4914         * catgets/sample.SJIS: Add test case for above bug.
4915         * catgets/test-gencat.c: Adjust test code.
4916         * catgets/test-gencat.sh: Adjust expected results.
4917
4918         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4919         to skip relative relocations.
4920         Patch by Geoff Keating <geoffk@redhat.com>.
4921
4922 2002-05-26  Bruno Haible  <bruno@clisp.org>
4923
4924         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4925         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4926         All callers changed.
4927         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4928         STANDARD_FROM_LOOP_ERR_HANDLER.
4929         (utf8_internal_loop): Likewise.
4930         (ucs2_internal_loop): Likewise.
4931         (internal_ucs2_loop): Perform error handling like in
4932         STANDARD_FROM_LOOP_ERR_HANDLER.
4933         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4934         in STANDARD_FROM_LOOP_ERR_HANDLER.
4935         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4936         handling.
4937         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4938         in STANDARD_FROM_LOOP_ERR_HANDLER.
4939         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4940         handling.
4941         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4942         in STANDARD_FROM_LOOP_ERR_HANDLER.
4943         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4944         handling.
4945         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
4946         STANDARD_FROM_LOOP_ERR_HANDLER.
4947         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
4948         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
4949         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
4950         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
4951         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
4952         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
4953         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
4954         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
4955         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
4956         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
4957         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
4958         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
4959         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
4960         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
4961         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
4962         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
4963         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
4964         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
4965         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
4966         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
4967         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
4968         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
4969         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
4970         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
4971         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
4972         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
4973         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
4974         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
4975         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
4976         an error, still set result = __GCONV_ILLEGAL_INPUT.
4977         (BODY for TO_LOOP): Likewise.
4978         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
4979         STANDARD_FROM_LOOP_ERR_HANDLER.
4980         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4981         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
4982         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4983         handling.
4984         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4985         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
4986         STANDARD_FROM_LOOP_ERR_HANDLER.
4987         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4988         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
4989         STANDARD_FROM_LOOP_ERR_HANDLER.
4990         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4991         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
4992         STANDARD_FROM_LOOP_ERR_HANDLER.
4993         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4994         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
4995         STANDARD_FROM_LOOP_ERR_HANDLER.
4996         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
4997         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
4998         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4999         handling.
5000         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5001         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5002         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5003         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5004
5005 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5006
5007         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5008         labels in assembler instructions.
5009
5010 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5011
5012         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5013         not enough content is available.
5014         * libio/tst-eof.c: New file.
5015         * libio/Makefile (tests): Add tst-eof.
5016
5017         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5018         update atime.
5019         * libio/tst-atime.c: New file.
5020         * libio/Makefile (tests): Add tst-atime.
5021
5022         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5023         handling of overly long words.
5024
5025 2002-06-25  Andreas Jaeger  <aj@suse.de>
5026
5027         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5028         to not use 32-bit pc relative relocations.
5029         (elf_machine_dynamic): Likewise.
5030
5031 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5032
5033         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5034         (__GETDENTS): Check for failed getdents64 syscall.
5035         * dirent/Makefile (tests): Add bug-readdir1.
5036         * dirent/bug-readdir1.c: New file.
5037
5038 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5039
5040         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5041         lookups.
5042         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5043         code.  Print TLS modid and offset for modules containing PT_TLS
5044         segments.
5045
5046 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5047
5048         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5049         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5050         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5051         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5052
5053 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5054
5055         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5056         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5057         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5058         * nss/getXXent_r.c (NEW, NEW1): Define.
5059         (NEW (REENTRANT_GETNAME)): Strong alias to
5060         INTERNAL (REENTRANT_GETNAME).
5061         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5062
5063 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5064
5065         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5066         (_IO_file_jumps_mmap): Use it.
5067         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5068         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5069         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5070         prototype.
5071         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5072         (_IO_wfile_jumps_mmap): Don't use it anymore.
5073         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5074         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5075         _IO_wdefault_setbuf.
5076         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5077         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5078         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5079
5080 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5081
5082         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5083         * libio/tst-mmap-setvbuf.c: New test.
5084
5085 2002-06-21  Andreas Jaeger  <aj@suse.de>
5086
5087         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5088
5089 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5090
5091         * include/unistd.h (__fork_internal): Remove.
5092         (__fork): Don't define to __fork_internal.
5093         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5094         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5095         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5096         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5097         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5098
5099 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5100
5101         * po/hr.po: New file.
5102
5103 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5104
5105         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5106         Reported by Michael Meissner <meissner@redhat.com>.
5107
5108 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5109
5110         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5111         Patch by Hans Boehm <hans_boehm@hp.com>.
5112
5113 2002-06-20  Andreas Jaeger  <aj@suse.de>
5114
5115         * math/libm-test.inc: Use exact values as input parameters,
5116         compute output parameters with 36 digits for 128-bit long doubles.
5117         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5118         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5119         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5120
5121 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5122
5123         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5124         argument or result is subnormal.
5125
5126 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5127
5128         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5129         quotient.
5130         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5131         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5132
5133         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5134
5135 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5136
5137         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5138         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5139         Reported by Peter A. Buhr.
5140
5141 2002-06-15  Roland McGrath  <roland@frob.com>
5142
5143         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5144         warning.
5145
5146         * sysdeps/mach/hurd/getcwd.c
5147         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5148
5149         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5150         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5151
5152         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5153         jump to local subroutine.
5154
5155 2002-06-14  Roland McGrath  <roland@frob.com>
5156
5157         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5158         * sysdeps/mach/hurd/Makeconfig: ... here.
5159
5160 2002-06-13  Andreas Schwab  <schwab@suse.de>
5161
5162         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5163         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5164         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5165
5166 2002-06-13  Roland McGrath  <roland@frob.com>
5167
5168         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5169         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5170         Use intptr_t instead of int for argc in stack layout.
5171         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5172         (_dl_init_first): Likewise.
5173         (_hurd_stack_setup): Likewise.
5174         (init1): Add a cast.
5175         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5176
5177         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5178         argument to pfinet_siocgifconf RPC.
5179
5180 2002-06-13  Andreas Schwab  <schwab@suse.de>
5181
5182         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5183         expansion order.
5184
5185 2002-06-12  Roland McGrath  <roland@frob.com>
5186
5187         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5188         if already defined.
5189         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5190         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5191
5192 2002-06-11  Roland McGrath  <roland@frob.com>
5193
5194         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5195         file on [!RTLD_STAT64].
5196         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5197
5198         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5199         (__fdopen): Use INTUSE.
5200         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5201
5202         * stdio-common/tmpfile64.c: File removed.
5203         * sysdeps/generic/tmpfile64.c: New file.
5204         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5205         if not already defined.
5206         (tmpfile): Use it in place of __GT_FILE.
5207
5208         * include/unistd.h: Declare __chown_internal.
5209
5210         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5211         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5212
5213 2002-06-09  Roland McGrath  <roland@frob.com>
5214
5215         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5216         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5217         value of HURD_INTERFACE_VERSION >= 20020609.
5218         * sysdeps/mach/hurd/configure: Regenerated.
5219         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5220         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5221         convert a struct stat64 into a struct stat and return 0 or -1
5222         with errno set to EOVERFLOW.
5223         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5224         for struct statfs64 to struct statfs.
5225         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5226         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5227         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5228         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5229         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5230         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5231         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5232         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5233         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5234         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5235         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5236         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5237         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5238         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5239         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5240         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5241         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5242         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5243         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5244         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5245         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5246         Use struct stat64 for io_stat argument.
5247         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5248         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5249         to io_seek.
5250         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5251         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5252         * hurd/hurd/fd.h: Update decls.
5253         * sysdeps/mach/hurd/getcwd.c
5254         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5255         and struct dirent64.
5256         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5257         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5258         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5259         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5260
5261 2002-06-08  Roland McGrath  <roland@frob.com>
5262
5263         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5264         instead of unsigned long int for __allocation and __size members.
5265
5266 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5267
5268         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5269         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5270         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5271         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5272
5273 2002-06-07  Roland McGrath  <roland@frob.com>
5274
5275         * sysdeps/mach/hurd/bits/environments.h: File removed.
5276
5277 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5278
5279         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5280         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5281         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5282         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5283         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5284         (sendfile64): Likewise.
5285         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5286         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5287         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5288         Likewise.
5289         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5290
5291         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5292         already defined.
5293
5294 2002-06-04  Bruno Haible  <bruno@clisp.org>
5295
5296         * sysdeps/cris/stackinfo.h: New file.
5297
5298         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5299         to an integer type before performing bit operations on it.
5300
5301 2002-06-05  Roland McGrath  <roland@frob.com>
5302
5303         * sysdeps/generic/sendfile.c: Include <errno.h>.
5304         * sysdeps/generic/sendfile64.c: Likewise.
5305
5306         * io/Makefile (routines): Add sendfile and sendfile64.
5307         (headers): Add sys/sendfile.h to the list.
5308         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5309         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5310         * io/sys/sendfile.h: ... here.
5311         * sysdeps/generic/sendfile.c: New file.
5312         * sysdeps/generic/sendfile64.c: New file.
5313
5314         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5315         Move sendfile, sendfile64 to ...
5316         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5317         * sysdeps/mach/hurd/sendfile.c: New file.
5318         * sysdeps/mach/hurd/sendfile64.c: New file.
5319
5320         * sysdeps/mach/nanosleep.c: New file.
5321
5322 2002-06-04  Roland McGrath  <roland@frob.com>
5323
5324         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5325         * sysdeps/alpha/elf/configure: New file (generated).
5326
5327 2002-06-02  Roland McGrath  <roland@frob.com>
5328
5329         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5330
5331 2002-06-01  Roland McGrath  <roland@frob.com>
5332
5333         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5334         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5335
5336 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5337
5338         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5339         Add nsmap.
5340         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5341         Remove nstimes setting.
5342         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5343         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5344         there is mix of IPv6 and IPv4 nameservers.
5345         Use nsmap array to find free slots and preserve nameserver ordering.
5346         Fix RES_ROTATE.
5347
5348 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5349
5350         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5351         use this header with LFS.
5352
5353         * po/sk.po: Update from translation team.
5354
5355 2002-05-28  Andreas Schwab  <schwab@suse.de>
5356
5357         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5358         message when finding object of wrong class.
5359
5360 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5361
5362         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5363         Patch by <radu@netsoft.ro>.
5364
5365 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5366
5367         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5368         Add readahead.
5369         * sysdeps/unix/sysv/linux/readahead.c: New file.
5370         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5371         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5372         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5373         Add sendfile64 alias to sendfile syscall.
5374         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5375         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5376         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5377         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5378         syscall.
5379
5380         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5381         special section for PIC register loading.
5382         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5383
5384         * config.h.in: Define HAVE_HIDDEN.
5385         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5386
5387         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5388
5389 2002-05-28  Roland McGrath  <roland@frob.com>
5390
5391         * sysdeps/mach/alpha/setfpucw.c: New file.
5392
5393 2002-05-26  Roland McGrath  <roland@frob.com>
5394
5395         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5396         Use integer_t instead of int for IOC_VOID case.
5397
5398 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5399
5400         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5401
5402 2002-05-26  Bruno Haible  <bruno@clisp.org>
5403
5404         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5405         end of the ISO-8859-7 from idx table.
5406
5407 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5408
5409         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5410
5411 2002-05-24  David S. Miller  <davem@redhat.com>
5412
5413         * string/bits/string2.h (memset): Do not try to optimize when
5414         not _STRING_ARCH_unaligned if GCC will do the right thing.
5415
5416 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5417
5418         * posix/regex.c: Define `inline' as a macro into nothing for the
5419         compilers which lack the keyword.
5420         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5421         for the compatibility of gawk.
5422         * posix/regcomp.c: Add fake implementation of isblank() for the
5423         environments which lack the function.
5424         Don't use free_charset() in case of non-i18n envs.
5425         (build_range_exp): Don't use i18n related code in case of non-i18n
5426         envs.
5427         (build_collating_symbol): Likewise.
5428         (build_equiv_class): Likewise.
5429         (build_charclass): Likewise.
5430         (re_compile_fastmap_iter): Likewise.
5431         (parse_bracket_exp): Likewise.
5432         (build_word_op): Likewise.
5433         (regfree): Don't use free_charset() in case of non-i18n envs.
5434         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5435         re_token_type_t in case of non-i18n envs.
5436         Don't define re_charset_t in case of non-i18n envs.
5437         Change the type of wcs of re_string_t from wchar_t to wint_t,
5438         since we store also WEOF.
5439         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5440         the type of wcs of re_string_t from wchar_t to wint_t.
5441         (re_string_reconstruct): Likewise.
5442         (create_ci_newstate): Don't use i18n related code in case of
5443         non-i18n envs.
5444         (create_cd_newstate): Likewise.
5445
5446 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5447
5448         * iconv/loop.c: Fix typo.
5449
5450 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5451
5452         * inet/ether_line.c (ether_line): Fix a typo causing only
5453         lower 4 bits of each ethernet address byte being assigned.
5454         Don't modify what line points to.
5455         * inet/tst-ether_aton.c (main): Add ether_line tests.
5456
5457 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5458
5459         * manual/filesys.texi: Don't make readlink example leak memory
5460         when readlink fails.
5461
5462 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5463
5464         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5465         some more security checks.
5466
5467 2002-05-17  David S. Miller  <davem@redhat.com>
5468
5469         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5470
5471 2002-05-16  David S. Miller  <davem@redhat.com>
5472
5473         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5474         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5475         (elf_machine_load_address): Likewise.
5476         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5477
5478         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5479         is unaligned, do not forget to fully initialize %g1 magic value.
5480
5481         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5482         register definitions and provide 32-bit variants of structures
5483         during 64-bit builds.
5484
5485         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5486         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5487         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5488         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5489         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5490         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5491         Do not clear implicit one bit here, it must be done post-rounding.
5492         Only pad to the left using left shift if value uses less than the
5493         available fractional bits.
5494
5495 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5496
5497         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5498         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5499         (shared-only-routines): Likewise.
5500         * sysdeps/powerpc/libgcc-compat.c: New file.
5501         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5502         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5503         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5504         * sysdeps/wordsize-32/shdi3.c: Removed.
5505
5506 2002-05-16  Bruno Haible  <bruno@clisp.org>
5507
5508         * MakeTAGS (libc.pot): Don't sort the output.
5509         * po/header.pot: Update to match xgettext 0.11 output.
5510
5511 2002-05-16  Bruno Haible  <bruno@clisp.org>
5512
5513         * MakeTAGS (subdirs): Remove duplicates.
5514
5515 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5516
5517         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5518         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5519         alias.
5520
5521 2002-05-19  Andreas Jaeger  <aj@suse.de>
5522
5523         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5524         installation in /usr/local.
5525
5526 2002-05-16  Bruno Haible  <bruno@clisp.org>
5527
5528         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5529         string as argument of #error.
5530
5531 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5532
5533         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5534         don't define static.  Remove old __realpath function.  TC1 of
5535         POSIX 2001 will allow the second parameter to be NULL.
5536         * stdlib/test-canon.c: Comment out test for NULL as second
5537         parameter of realpath.
5538
5539         * time/offtime.c (__offtime): Set errno if overflow is detected.
5540
5541         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5542         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5543         dl-brk and dl-sbrk.
5544
5545         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5546         (fdimf): Likewise.
5547
5548 2002-05-15  Roland McGrath  <roland@frob.com>
5549
5550         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5551
5552 2002-05-12  Bruno Haible  <bruno@clisp.org>
5553
5554         * iconvdata/testdata/EUC-JISX0213: New file.
5555         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5556         * iconvdata/testdata/SHIFT_JISX0213: New file.
5557         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5558         * iconvdata/testdata/ISO-2022-JP-3: New file.
5559         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5560         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5561         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5562         contains comments indicating precomposed characters.
5563
5564 2002-04-21  Bruno Haible  <bruno@clisp.org>
5565
5566         * iconvdata/iso-2022-jp-3.c: New file.
5567         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5568         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5569         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5570         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5571         (distribute): Add iso-2022-jp-3.c.
5572
5573 2002-05-12  Bruno Haible  <bruno@clisp.org>
5574
5575         * iconvdata/tst-table-to.c (main): Restore handling of
5576         transliterations, broken by last patch.
5577
5578 2002-05-12  Bruno Haible  <bruno@clisp.org>
5579
5580         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5581
5582 2002-05-12  Bruno Haible  <bruno@clisp.org>
5583
5584         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5585         when there is not enough room in the output buffer.
5586         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5587
5588 2002-04-20  Bruno Haible  <bruno@clisp.org>
5589
5590         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5591         macros.
5592         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5593         Also make this macro work if FROM_DIRECTION evaluates to 0.
5594         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5595         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5596         of consume_incomplete.
5597         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5598         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5599         4, not 8.
5600         * iconvdata/cp1258.c: Likewise.
5601         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5602         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5603         not 2.
5604         * iconvdata/ibm933.c: Likewise.
5605         * iconvdata/ibm935.c: Likewise.
5606         * iconvdata/ibm937.c: Likewise.
5607         * iconvdata/ibm939.c: Likewise.
5608         * iconvdata/iso-2022-cn.c: Define
5609         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5610         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5611         * iconvdata/iso-2022-cn-ext.c: Likewise.
5612         * iconvdata/iso-2022-jp.c: Define
5613         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5614         {MIN,MAX}_NEEDED_{FROM,TO}.
5615         * iconvdata/tcvn5712-1.c: Define
5616         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5617         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5618         * iconvdata/euc-jisx0213.c: Define
5619         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5620         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5621         * iconvdata/shift_jisx0213.c: Likewise.
5622
5623 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5624
5625         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5626         shdi3, fixdfdi, fixsfdi in csu dir.
5627         (shared-only-routines): Likewise.
5628         * sysdeps/wordsize-32/cmpdi2.c: New file.
5629         * sysdeps/wordsize-32/shdi3.c: New file.
5630         * sysdeps/wordsize-32/fixdfdi.c: New file.
5631         * sysdeps/wordsize-32/fixsfdi.c: New file.
5632         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5633         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5634         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5635
5636         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5637         Only use va_arg if the argument will be used [PR libc/3259].
5638
5639 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5640
5641         * catgets/catgets.c (catopen): Free buffer if internal catalog
5642         open fails.
5643
5644 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5645
5646         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5647         non-buffering methods.
5648         * debug/pcprofiledump.c: Implement -u option.
5649         Patch by Roger Luethi <rl@hellgate.ch>.
5650
5651 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5652
5653         * include/netinet/in.h (bindresvport_internal): Add prototype.
5654         * include/rpc/auth.h  (authunix_create_internal,
5655         authunix_create_default_internal, authnone_create_internal,
5656         authdes_pk_create_internal): Add prototypes.
5657         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5658         clntudp_create_internal, clntudp_bufcreate_internal,
5659         clntunix_create_internal): Add prototypes.
5660         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5661         svc_getreq_internal, svc_getreq_common_internal,
5662         svc_getreqset_internal, svc_getreq_poll_internal,
5663         svc_register_internal, svc_unregister_internal,
5664         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5665         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5666         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5667         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5668         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5669         * inet/rcmd.c (rcmd_af): Use __listen.
5670         (rresvport_af): Use __bind.
5671         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5672         authunix_create, authunix_create_default, authnone_create,
5673         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5674         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5675         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5676         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5677         _authenticate, add INTDEF after such function definitions.
5678         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5679         __setsockopt, __getsockname instead of non-__ variants.
5680         * sunrpc/pmap_rmt.c: Likewise.
5681         * sunrpc/rtime.c: Likewise.
5682         * sunrpc/svc_udp.c: Likewise.
5683         * sunrpc/clnt_unix.c: Likewise.
5684         * sunrpc/svc_unix.c: Likewise.
5685         * sunrpc/bindrsvprt.c: Likewise.
5686         * sunrpc/svc_tcp.c: Likewise.
5687         * sunrpc/auth_none.c: Likewise.
5688         * sunrpc/clnt_raw.c: Likewise.
5689         * sunrpc/clnt_tcp.c: Likewise.
5690         * sunrpc/auth_unix.c: Likewise.
5691         * sunrpc/key_call.c: Likewise.
5692         * sunrpc/clnt_gen.c: Likewise.
5693         * sunrpc/pm_getmaps.c: Likewise.
5694         * sunrpc/clnt_simp.c: Likewise.
5695         * sunrpc/pmap_clnt.c: Likewise.
5696         * sunrpc/svc_run.c: Likewise.
5697         * sunrpc/svc.c: Likewise.
5698         * sunrpc/svc_simple.c: Likewise.
5699         * sunrpc/pm_getport.c: Likewise.
5700         * sunrpc/auth_des.c: Likewise.
5701         * sunrpc/svc_auth.c: Likewise.
5702         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5703         __register_frame_info_table_bases, __deregister_frame_info_bases):
5704         Add INTDEF.
5705         (__register_frame_info_bases_internal,
5706         __register_frame_info_table_bases_internal,
5707         __deregister_frame_info_bases_internal): Add prototypes.
5708         (__register_frame_info, __register_frame): Use INTUSE in call to
5709         __register_frame_info_bases.
5710         (__register_frame_info_table): Similarly.
5711         (__deregister_frame_info, __deregister_frame): Similarly.
5712         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5713         sendto as weak alias.
5714         * sysdeps/mach/hurd/sendto.c: Likewise.
5715         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5716         recvfrom as weak alias.
5717         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5718         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5719         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5720         recvmsg as weak alias.
5721         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5722         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5723         sendmsg as weak alias.
5724         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5725         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5726         setsockopt, add setsockopt as weak alias.
5727         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5728         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5729         weak alias.
5730         * sysdeps/mach/hurd/bind.c: Likewise.
5731         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5732         as weak alias.
5733         * sysdeps/mach/hurd/listen.c: Likewise.
5734         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5735         getsockname, add getsockname as weak alias.
5736         * sysdeps/mach/hurd/getsockname.c: Likewise.
5737         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5738         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5739         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5740         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5741         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5742         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5743         Add aliases.
5744         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5745         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5746         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5747         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5748         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5749         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5750         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5751         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5752         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5753         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5754         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5755         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5756
5757 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5758
5759         * locale/programs/localedef.h (show_archive_content): Add verbose
5760         argument.
5761         * locale/programs/localedef.c (main): Adjust caller.
5762         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5763         types.
5764         (nameentcmp, dataentcmp): New functions.
5765         (xstrcmp): Remove.
5766         (show_archive_content): Print verbose listing with --list-archive -v.
5767
5768 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5769
5770         * locale/programs/locarchive.c (open_archive): Take extra argument
5771         readonly.  If true open file with O_RDONLY and don't create the
5772         archive if it doesn't exist.
5773         Adapt all callers.
5774         (close_archive): Don't do anything if fd element is -1.
5775         * locale/programs/localedef.h (open_archive): Adjust prototype.
5776         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5777         call.
5778
5779         * malloc/malloc.c (__posix_memalign): Correct check for size of
5780         alignment value [PR libc/3444].
5781
5782         * include/stdio.h: Remove references to old stdio implementation.
5783
5784         * libio/Makefile (bug-ungetwc2-ENV): Define.
5785
5786 2002-05-13  Roland McGrath  <roland@frob.com>
5787
5788         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5789
5790         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5791
5792 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5793
5794         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5795         Allocate three, not two, more than LEN when appending '/.'.
5796         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5797         if NAME ends with '/.' if it is shorter than 2 chars.
5798
5799 2002-05-12  Roland McGrath  <roland@frob.com>
5800
5801         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5802         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5803
5804         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5805         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5806
5807 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5808
5809         * sysdeps/ia64/Makefile: Remove extra endif.
5810         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5811
5812 2002-05-10  Andreas Schwab  <schwab@suse.de>
5813
5814         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5815
5816 2002-05-09  Andreas Jaeger  <aj@suse.de>
5817
5818         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5819         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5820         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5821
5822         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5823         * sysdeps/wordsize-64/glob.c: ...here.
5824         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5825         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5826         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5827
5828 2002-05-08  Roland McGrath  <roland@frob.com>
5829
5830         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5831         O_NOTRANS flag in "." lookup.
5832
5833 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5834
5835         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5836
5837 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5838
5839         * locale/duplocale.c (__duplocale): Update special members only
5840         when allocation succeeded.
5841
5842 2002-05-03  Roland McGrath  <roland@frob.com>
5843
5844         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5845         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5846
5847 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5848
5849         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5850         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5851         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5852         * sysdeps/ia64/ia64libgcc.S: New file.
5853
5854 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5855
5856         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5857
5858         * malloc/memusage.c: Distinguish anonymous mmap.
5859
5860 2002-05-01  Roland McGrath  <roland@frob.com>
5861
5862         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5863         and use INTDEF on it.
5864         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5865
5866         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5867
5868         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5869
5870 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5871
5872         * malloc/memusage.c: Add support for tracking mmap & friends.
5873         * malloc/memusage.sh: Implement -m/--mmap option.
5874
5875 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5876
5877         * locale/programs/locarchive.c (create_archive): Add archivefname
5878         argument, create fname from it.
5879         (enlarge_archive): Honour output_prefix.
5880         (open_archive): Likewise.
5881
5882 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5883
5884         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5885         too many stpcpy macros.
5886
5887 2002-04-26  Bruno Haible  <bruno@clisp.org>
5888
5889         * locale/programs/ld-collate.c (collate_read): Cast first argument
5890         for "%.*s" to int.
5891
5892 2002-04-26  Bruno Haible  <bruno@clisp.org>
5893
5894         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5895         __dcngettext_internal): New declarations.
5896         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5897         attribute declarations.
5898
5899 2002-04-30  Roland McGrath  <roland@frob.com>
5900
5901         Removed old GNU stdio implementation; GNU libio is now the only option.
5902         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5903         Define USE_IN_LIBIO unconditionally.
5904         * configure: Regenerated.
5905         * Makeconfig (stdio): Set to libio by default.
5906         * config.make.in (stdio): Variable removed.
5907         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5908         * sysdeps/unix/sysv/linux/configure: Regenerated.
5909         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5910         * sysdeps/mach/hurd/configure: Regenerated.
5911         * stdio/.cvsignore: File removed.
5912         * stdio/Makefile: File removed.
5913         * stdio/Versions: File removed.
5914         * stdio/__fbufsize.c: File removed.
5915         * stdio/__flbf.c: File removed.
5916         * stdio/__fpending.c: File removed.
5917         * stdio/__fpurge.c: File removed.
5918         * stdio/__freadable.c: File removed.
5919         * stdio/__freading.c: File removed.
5920         * stdio/__fsetlocking.c: File removed.
5921         * stdio/__fwritable.c: File removed.
5922         * stdio/__fwriting.c: File removed.
5923         * stdio/clearerr.c: File removed.
5924         * stdio/fclose.c: File removed.
5925         * stdio/fcloseall.c: File removed.
5926         * stdio/feof.c: File removed.
5927         * stdio/ferror.c: File removed.
5928         * stdio/fflush.c: File removed.
5929         * stdio/fgetc.c: File removed.
5930         * stdio/fgetpos.c: File removed.
5931         * stdio/fgets.c: File removed.
5932         * stdio/fileno.c: File removed.
5933         * stdio/fmemopen.c: File removed.
5934         * stdio/fopen.c: File removed.
5935         * stdio/fopncook.c: File removed.
5936         * stdio/fputc.c: File removed.
5937         * stdio/fputs.c: File removed.
5938         * stdio/fread.c: File removed.
5939         * stdio/freopen.c: File removed.
5940         * stdio/fseek.c: File removed.
5941         * stdio/fsetpos.c: File removed.
5942         * stdio/ftell.c: File removed.
5943         * stdio/fwrite.c: File removed.
5944         * stdio/getc.c: File removed.
5945         * stdio/getchar.c: File removed.
5946         * stdio/getdelim.c: File removed.
5947         * stdio/gets.c: File removed.
5948         * stdio/glue.c: File removed.
5949         * stdio/internals.c: File removed.
5950         * stdio/linewrap.c: File removed.
5951         * stdio/linewrap.h: File removed.
5952         * stdio/memstream.c: File removed.
5953         * stdio/newstream.c: File removed.
5954         * stdio/obstream.c: File removed.
5955         * stdio/putc.c: File removed.
5956         * stdio/putchar.c: File removed.
5957         * stdio/puts.c: File removed.
5958         * stdio/rewind.c: File removed.
5959         * stdio/setbuf.c: File removed.
5960         * stdio/setbuffer.c: File removed.
5961         * stdio/setlinebuf.c: File removed.
5962         * stdio/setvbuf.c: File removed.
5963         * stdio/stdio.h: File removed.
5964         * stdio/ungetc.c: File removed.
5965         * stdio/vasprintf.c: File removed.
5966         * stdio/vscanf.c: File removed.
5967         * stdio/vsnprintf.c: File removed.
5968         * stdio/vsprintf.c: File removed.
5969         * stdio/vsscanf.c: File removed.
5970         * sysdeps/generic/defs.c: File removed.
5971         * sysdeps/generic/fdopen.c: File removed.
5972         * sysdeps/generic/pipestream.c: File removed.
5973         * sysdeps/generic/stdio_init.c: File removed.
5974         * sysdeps/generic/sysd-stdio.c: File removed.
5975         * sysdeps/generic/vdprintf.c: File removed.
5976         * sysdeps/mach/hurd/defs.c: File removed.
5977         * sysdeps/mach/hurd/fdopen.c: File removed.
5978         * sysdeps/mach/hurd/pipestream.c: File removed.
5979         * sysdeps/mach/hurd/stdio_init.c: File removed.
5980         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
5981         * sysdeps/mach/hurd/vdprintf.c: File removed.
5982         * sysdeps/posix/defs.c: File removed.
5983         * sysdeps/posix/fdopen.c: File removed.
5984         * sysdeps/posix/pipestream.c: File removed.
5985         * sysdeps/posix/stdio_init.c: File removed.
5986         * sysdeps/posix/vdprintf.c: File removed.
5987         * sysdeps/unix/pipestream.c: File removed.
5988         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
5989         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
5990         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
5991
5992 2002-04-29  Roland McGrath  <roland@frob.com>
5993
5994         * include/libc-symbols.h (link_warning): Use `unused' attribute.
5995
5996 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
5997
5998         * sysdeps/generic/tls.h: Describe what must be defined.
5999
6000         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6001         glob_in_dir [PR libc/3385].
6002         * posix/globtest.sh: Add test case.
6003
6004         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6005         //TRANSLIT twice.
6006
6007 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6008
6009         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6010         _internal symbol handling.
6011         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6012
6013 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6014
6015         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6016         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6017
6018 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6019
6020         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6021         not _LIBC and RE_ENABLE_I18N.
6022         (build_range_exp): Implement for not _LIBC.
6023         (build_collating_symbol): Likewise.
6024         (parse_bracket_exp): Unify redundant error handlings.
6025         Don't erase mbcset for non matching list in multibyte envs.
6026         (build_word_op): Add '_' to matching list for \w operator.
6027         * posix/regex_internal.c (re_string_construct): Invoke
6028         build_upper_buffer in case of not RE_ENABLE_I18N.
6029         (re_string_reconstruct): Don't touch cur_state in case of not
6030         RE_ENABLE_I18N.
6031         * posix/regex_internal.h (attribute_hidden): New macro in case of
6032         not _LIBC.
6033         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6034         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6035         RE_ENABLE_I18N.
6036         (transit_state_mb): Likewise.
6037         (check_node_accept_bytes): Implement the code evaluating range
6038         expression in case of not _LIBC.
6039         (find_collation_sequence_value): Hide in case of not _LIBC.
6040
6041 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6042
6043         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6044         i386/semctl.c.
6045         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6046         be used.
6047
6048 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6049
6050         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6051
6052         * sysdeps/ia64/strncpy.S: Fix recovery code.
6053         Patch by David Mosberger <davidm@hpl.hp.com>.
6054
6055 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6056
6057         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6058         GLIBC_2.2.6.
6059
6060 2002-04-14  Bruno Haible  <bruno@clisp.org>
6061
6062         * posix/regex.c (re_max_failures): Add back symbol for binary
6063         compatibility.
6064
6065 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6066
6067         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6068         of buffer building functions.
6069         * posix/regex_internal.c (re_string_allocate): New function.
6070         (re_string_realloc_buffers): New function.
6071         (re_string_skip_chars): New function.
6072         (re_string_reconstruct): New function.
6073         (re_string_construct): Adapt it to new interface of buffer building
6074         functions.
6075         (re_string_construct_common): Likewise.
6076         (build_wcs_buffer): Likewise.
6077         (build_wcs_upper_buffer): Likewise.
6078         (build_upper_buffer): Likewise.
6079         (re_string_translate_buffer): Likewise.
6080         (re_string_context_at): Adapt it to variable length buffers.
6081         * posix/regex_internal.h (re_string_t): Add new fields to handle
6082         variable length buffers.
6083         (re_match_context_t): Likewise.
6084         * posix/regexec.c (re_search_internal): Adapt it to new interface
6085         of re_string_t and re_match_context_t.
6086         (acquire_init_state_context): Likewise.
6087         (check_matching): Likewise.
6088         (check_halt_state_context): Likewise.
6089         (proceed_next_node): Likewise.
6090         (set_regs): Likewise.
6091         (sift_states_backward): Likewise.
6092         (clean_state_log_if_need): Likewise.
6093         (sift_states_iter_mb): Likewise.
6094         (sift_states_iter_bkref): Likewise.
6095         (add_epsilon_backreference): Likewise.
6096         (transit_state): Likewise.
6097         (transit_state_sb): Likewise.
6098         (transit_state_mb): Likewise.
6099         (transit_state_bkref): Likewise.
6100         (transit_state_bkref_loop): Likewise.
6101         (check_node_accept): Likewise.
6102         (match_ctx_init): Likewise.
6103         (extend_buffers): New function.
6104
6105 2002-04-21  Bruno Haible  <bruno@clisp.org>
6106
6107         * iconvdata/tst-table.sh: For the second check, use the truncated
6108         GB18030 charmap table, like for the first check.
6109
6110 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6111
6112         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6113         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6114
6115 2002-04-23  H.J. Lu  <hjl@gnu.org>
6116
6117         * include/math.h (isfinite): Fix a typo.
6118
6119 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6120
6121         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6122         which is created by the test suite.
6123
6124 2002-04-20  Bruno Haible  <bruno@clisp.org>
6125
6126         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6127         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6128
6129 2002-04-20  Bruno Haible  <bruno@clisp.org>
6130
6131         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6132         to avoid gcc warning.
6133
6134 2002-04-20  Bruno Haible  <bruno@clisp.org>
6135
6136         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6137         of data->__statep->__count.
6138
6139 2002-04-20  Bruno Haible  <bruno@clisp.org>
6140
6141         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6142         tag characters.
6143         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6144
6145 2002-04-24  Roland McGrath  <roland@frob.com>
6146
6147         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6148         use END macro instead of our own .end directive.
6149         Use `callsys' insn mnemonic instead of `call_pal'.
6150
6151         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6152
6153         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6154         macro; we need this for Hurd.
6155
6156         Log entry was missing for 2002/03/24 commit of rev 1.8,
6157         goes with 2002-03-17 changes.
6158         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6159         (sysdep_routines): Append ioperm here.
6160         (sysdep_headers): Append sys/io.h here.
6161
6162 2002-04-23  Roland McGrath  <roland@frob.com>
6163
6164         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6165         * sysdeps/mach/hurd/sendto.c: Likewise.
6166         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6167         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6168         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6169
6170 2002-04-22  Roland McGrath  <roland@frob.com>
6171
6172         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6173         failure from i386_io_perm_* RPCs to ENOSYS.
6174
6175 2002-04-22  Andreas Jaeger  <aj@suse.de>
6176
6177         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6178
6179         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6180
6181         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6182         register instead of destroying %rbx.
6183
6184 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6185
6186         * string/string.h: Declare strerror_r also for XPG6.
6187
6188 2002-04-19  Roland McGrath  <roland@frob.com>
6189
6190         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6191
6192 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6193
6194         * Makefile: Add handling of xtests and xcheck targets.
6195         * MakeTAGS: Likewise.
6196         * Makeconfig: Likewise.
6197         * Makerules: Likewise.
6198         * Rules: Likewise.
6199         * manual/Makefile: Likewise.
6200         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6201         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6202
6203 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6204
6205         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6206         authnone_private_s.
6207         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6208         Delete #ifdef _RPC_THREAD_SAFE_ block.
6209         (authnone_private): Make a struct, not a pointer to struct.
6210         (authnone_private_guard): New once-control variable.
6211         (authnone_create_once): New function, split out of
6212         authnone_create.  No need to allocate memory.
6213         (authnone_create): Just call authnone_create_once via
6214         __libc_once, then return &authnone_private->no_client.
6215         (authnone_marshal): Access private data via CLIENT argument,
6216         not authnone_private pointer.
6217         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6218         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6219         authnone_private_s.
6220
6221 2002-04-12  H.J. Lu  <hjl@gnu.org>
6222
6223         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6224
6225 2002-04-18  Bruno Haible  <bruno@clisp.org>
6226
6227         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6228         FROM_DIRECTION): Make the FROM direction stateless.
6229         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6230         FROM_DIRECTION): Likewise.
6231
6232 2002-04-15  Bruno Haible  <bruno@clisp.org>
6233
6234         * iconvdata/JISX0213.TXT: New file.
6235         * iconvdata/jisx0213.h: New file.
6236         * iconvdata/jisx0213.c: New file.
6237         * iconvdata/euc-jisx0213.c: New file.
6238         * iconvdata/shift_jisx0213.c: New file.
6239         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6240         * iconvdata/EUC-JISX0213.precomposed: New file.
6241         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6242         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6243         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6244         which the "to" direction is stateful.
6245         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6246         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6247         SHIFT_JISX0213.
6248         (libJISX0213-routines): New variable.
6249         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6250         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6251         (LDFLAGS-libJISX0213.so): New variable.
6252         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6253         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6254         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6255
6256 2002-04-15  Bruno Haible  <bruno@clisp.org>
6257
6258         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6259         uint32_t.  Update to Unicode 3.2.
6260         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6261         (BODY for TO_LOOP): Handle the ASCII range specially.
6262         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6263         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6264         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6265
6266 2002-04-15  Bruno Haible  <bruno@clisp.org>
6267
6268         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6269         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6270
6271 2002-04-15  Bruno Haible  <bruno@clisp.org>
6272
6273         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6274         (ucs4_to_cns11643): Update.
6275         * iconvdata/cns11643.c: Update to Unicode 3.2.
6276         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6277         __cns11643_from_ucs4p2_tab): Regenerated.
6278         (__cns11643_from_ucs4p2c_tab): New array.
6279         * iconvdata/cvs11643l1.c: Update comments.
6280         * iconvdata/EUC-TW.irreversible: Remove two entries.
6281
6282 2002-04-15  Bruno Haible  <bruno@clisp.org>
6283
6284         * locale/C-translit.h.in: Update to Unicode 3.2.
6285         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6286         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6287
6288 2002-04-15  Bruno Haible  <bruno@clisp.org>
6289
6290         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6291         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6292
6293 2002-04-15  Bruno Haible  <bruno@clisp.org>
6294
6295         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6296         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6297         always one byte, not 0 bytes in some cases and 2 bytes in others.
6298
6299         * iconvdata/tst-table-from.c (main): Correct the usage message.
6300
6301 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6302
6303         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6304         (parse_dup_op): Fix error handling like "a{}".
6305         (parse_bracket_exp): Add error handling.
6306         (fetch_number): Add error handling for "a{<very_large_number>}".
6307
6308 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6309
6310         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6311         in case that the symbol name is too long.
6312         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6313         in case of REG_ICASE.
6314
6315 2002-04-19  Andreas Jaeger  <aj@suse.de>
6316
6317         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6318         <hartvige@mips.com>.
6319
6320 2002-04-15  H.J. Lu  <hjl@gnu.org>
6321
6322         * include/math.h (__finitel_internal): Declare only if
6323         __NO_LONG_DOUBLE_MATH is not defined.
6324         (__isinfl_internal): Likewise.
6325         (__isnanl_internal): Likewise.
6326
6327         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6328         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6329         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6330         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6331         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6332         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6333         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6334
6335         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6336         __fcntl_internal.
6337
6338         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6339         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6340
6341 2002-04-15  Bruno Haible  <bruno@clisp.org>
6342
6343         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6344         (BODY for TO_LOOP): Likewise.
6345         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6346         * iconvdata/tst-table.sh: Add support for encodings which contain
6347         precomposed Unicode characters, known to the iconv converter in both
6348         directions but not listed in the charmap.
6349         * iconvdata/IBM856.irreversible: New file.
6350         * iconvdata/IBM922.irreversible: New file.
6351         * iconvdata/IBM1132.irreversible: New file.
6352         * iconvdata/IBM1133.irreversible: New file.
6353         * iconvdata/IBM1160.irreversible: New file.
6354         * iconvdata/IBM1161.irreversible: New file.
6355         * iconvdata/IBM1163.irreversible: New file.
6356         * iconvdata/IBM1164.irreversible: New file.
6357         * iconvdata/ARMSCII-8.irreversible: New file.
6358         * iconvdata/TCVN5712-1.precomposed: New file.
6359         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6360         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6361         ARMSCII-8, TCVN5712-1.
6362         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6363         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6364         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6365         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6366
6367 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6368
6369         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6370         for EVENING69.  Include offsets in TZ environment variable.
6371
6372 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6373
6374         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6375         avoid compiler warnings.
6376
6377         * locale/programs/localedef.c (main): Always call
6378         construct_output_path.
6379
6380         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6381
6382         * locale/programs/locfile.c (to_archive): New variable.  To collect
6383         data which has to be added to the locale archive.
6384         (write_all_categories): Take new third parameter with locale name.
6385         Unless no_archive flag set add new locale data to the archive
6386         (write_locale_data): Unless no-archive flag set store generated data
6387         in to_archive data structure instead of generation output file.
6388         Add new parameter with locale category index.
6389         * locale/programs/locfile.h: Add new parameters in declaractions of
6390         write_all_categories and write_locale_data.
6391         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6392         --add-to-archive, and --delete-from-archive options.  Pass extra
6393         parameter to write_all_categories.
6394         * locale/programs/localedef.h: Add prototypes for functions in
6395         locarchive.c.
6396         * locale/locarchive.h: New file.
6397         * locale/programs/locarchive.c: New file.
6398         * locale/Makefile (distribute): Add programs/locarchive.c and
6399         locarchive.h.
6400         (localedef-modules): Add md5 and locarchive.
6401         Add vpath to crypt subdir for md5.c.
6402
6403         * locale/programs/ld-address.c: Pass locale category ID as new second
6404         parameter to write_locale_data.
6405         * locale/programs/ld-collate.c: Likewise.
6406         * locale/programs/ld-ctype.c: Likewise.
6407         * locale/programs/ld-identification.c: Likewise.
6408         * locale/programs/ld-measurement.c: Likewise.
6409         * locale/programs/ld-messages.c: Likewise.
6410         * locale/programs/ld-monetary.c: Likewise.
6411         * locale/programs/ld-name.c: Likewise.
6412         * locale/programs/ld-numeric.c: Likewise.
6413         * locale/programs/ld-paper.c: Likewise.
6414         * locale/programs/ld-telephone.c: Likewise.
6415         * locale/programs/ld-time.c: Likewise.
6416
6417         * locale/simple-hash.c: Move compute_hashval function from here...
6418         * locale/hashval.h: ...to here.  New file.
6419         * locale/simple-hash.h: Add prototype for compute_hashval.
6420
6421         * include/libintl.h: Minor cleanups.
6422
6423 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6424
6425         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6426
6427 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6428
6429         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6430
6431 2002-04-14  Bruno Haible  <bruno@clisp.org>
6432
6433         * locale/programs/charmap.c (charmap_read): Don't access result if
6434         result == NULL.
6435
6436 2002-02-17  Andreas Schwab  <schwab@suse.de>
6437
6438         * elf/reldep7.c: New file.
6439         * elf/reldep7mod1.c: New file.
6440         * elf/reldep7mod2.c: New file.
6441         * elf/Makefile: Add rules to build and run reldep7.
6442
6443 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6444
6445         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6446         the end of the function.  Pass original flags to recursive call if
6447         add_dependency failed.
6448         (_dl_lookup_versioned_symbol): Likewise.
6449
6450 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6451
6452         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6453         early, but check whether it overflowed afterwards.
6454         * time/tst-mktime.c (main): Add new tests.
6455
6456 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6457
6458         * debug/xtrace.sh: Fix program name in help message.
6459         Patch by Roger Luethi <rl@hellgate.ch>.
6460
6461         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6462         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6463         NOT_IN_libc.
6464         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6465         * sysdeps/mach/hurd/lxstat.c: Likewise.
6466         * sysdeps/unix/common/lxstat.c: Likewise.
6467         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6468         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6469         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6470         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6471         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6472         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6473         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6474         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6475         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6476
6477         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6478         prototypes.  Add __mbrlen and __mbrtowc macros.
6479         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6480         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6481
6482         * include/unistd.h: Add prototype for __write_internal and add
6483         __libc_write macro is SHARED.
6484         * sysdeps/generic/write.c: Use INTDEF for __write.
6485         * sysdeps/mach/hurd/write.c: Likewise.
6486         * sysdeps/unix/sysv/aix/write.c: Likewise.
6487         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6488
6489         * assert/assert.c: Replace STR_N_SIZE with something usable in
6490         macro arguments.
6491         * assert/assert-perr.c: Likewise.
6492
6493         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6494         SA_LEN macro to use it if not NOT_IN_libc.
6495         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6496
6497         * include/fcntl.h: Declare __open_internal and define __open and
6498         __libc_open macros if not NOT_IN_libc.
6499         * sysdeps/generic/open.c: Use INTDEF for __open.
6500         * sysdeps/mach/hurd/open.c: Likewise.
6501         * sysdeps/unix/sysv/aix/open.c: Likewise.
6502         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6503
6504         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6505         has correct number.
6506
6507         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6508         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6509         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6510         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6511
6512         * include/wctype.h: Declare __iswalpha_l_internal,
6513         __iswdigit_l_internal, __iswspace_l_internal,
6514         __iswxdigit_l_internal, and __iswctype_internal.  Define
6515         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6516         __iswxdigit_l macros if not NOT_IN_libc.
6517         * wctype/iswctype.c: Use INTDEF for __iswctype.
6518         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6519
6520         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6521         __isnan_internal, and __isnanl_internal.
6522         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6523         __isnan, and __isnanl.
6524         * stdio-common/printf_size.c: Likewise.
6525         * sysdeps/generic/printf_fphex.c: Likewise.
6526         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6527         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6528         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6529         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6530         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6531         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6532         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6533         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6534         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6535         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6536         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6537         * sysdeps/m68k/s_isinfl.c: Likewise.
6538         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6539         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6540
6541         * include/sys/time.h: Declare __gettimeofday_internal and define
6542         __gettimeofday macro if not NOT_IN_libc.
6543         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6544         * sysdeps/mach/gettimeofday.c: Likewise.
6545         * sysdeps/posix/gettimeofday.c: Likewise.
6546         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6547         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6548         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6549         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6550
6551         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6552         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6553         Remove __lstat and __fstat inline functions.
6554         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6555         * sysdeps/mach/hurd/fxstat.c: Likewise.
6556         * sysdeps/unix/fxstat.c: Likewise.
6557         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6558         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6559         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6560         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6561         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6562         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6563         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6564         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6565         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6566
6567         * include/unistd.h: Declare __getpid_internal and define
6568         __getpid macro if not NOT_IN_libc.
6569         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6570         * sysdeps/generic/getpid.c: Likewise.
6571         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6572         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6573
6574         * include/unistd.h: Declare __getpgid_internal and define
6575         __getpgid macro if not NOT_IN_libc.
6576         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6577         * sysdeps/mach/hurd/getpgid.c: Likewise.
6578         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6579         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6580         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6581         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6582
6583         * include/unistd.h: Declare __getpagesize_internal and define
6584         __getpagesize macro if not NOT_IN_libc.
6585         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6586         __getpagesize.
6587         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6588         * sysdeps/mach/getpagesize.c: Likewise.
6589         * sysdeps/posix/getpagesize.c: Likewise.
6590         * sysdeps/unix/getpagesize.c: Likewise.
6591         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6592         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6593         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6594         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6595
6596 2002-04-13  Andreas Jaeger  <aj@suse.de>
6597
6598         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6599         as clobber to reduce register pressure.
6600         (__strpbrk_cg): Likewise.
6601         (__mempcpy_by4): Likewise.
6602         (__strstr_cg): Likewise.
6603         Add prototype for __memrchr.
6604
6605 2002-04-13  Andreas Schwab  <schwab@suse.de>
6606
6607         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6608         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6609         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6610
6611 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6612
6613         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6614         check whether the caller prefers getting the most recent version of
6615         a symbol of the earliest version.
6616         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6617         _dl_do_lookup to also take the new parameter and pass it on.
6618         Change 'explicit' parameter of _dl_lookup_symbol and
6619         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6620         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6621         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6622         _dl_lookup_versioned_symbol.
6623         * elf/dl-reloc.c: Likewise.
6624         * elf/dl-runtime.c: Likewise.
6625         * elf/dl-sym.c: Likewise.
6626         * sysdeps/mips/dl-machine.h: Likewise.
6627
6628 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6629
6630         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6631         in a token.
6632         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6633
6634 2002-04-10  Andreas Jaeger  <aj@suse.de>
6635
6636         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6637
6638         * include/argz.h: Remove extra char from last patch.
6639
6640 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6641
6642         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6643         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6644         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6645         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6646         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6647         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6648         __chown_internal.
6649         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6650
6651         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6652         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6653         * intl/ngettext.c: Likewise.
6654
6655         * include/sys/socket.h: Declare __connect_internal and define
6656         __connect macro if not NOT_IN_libc.
6657         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6658         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6659         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6660
6661         * include/unistd.h: Declare __close_internal and define __close macro
6662         if not NOT_IN_libc.
6663         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6664         WJUMP3): Add extra parenthesis to avoid expanding element names with
6665         macors like __close.
6666         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6667
6668         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6669         if not NOT_IN_libc.
6670         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6671         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6672         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6673
6674         * include/unistd.h: Declare __fork_internal and define __fork macro
6675         if not NOT_IN_libc.
6676         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6677         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6678         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6679
6680         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6681         __fsetlocking macro to use it if not NOT_IN_libc.
6682         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6683
6684         * libio/__fbufsize.c: Correct copyright.
6685         * libio/__flbf.c: Likewise.
6686         * libio/__fpending.c: Likewise.
6687         * libio/__fpurge.c: Likewise.
6688         * libio/__freadable.c: Likewise.
6689         * libio/__freading.c: Likewise.
6690         * libio/__fsetlocking.c: Likewise.
6691         * libio/__fwritable.c: Likewise.
6692         * libio/__fwriting.c: Likewise.
6693
6694         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6695         macro to use it if not NOT_IN_libc.
6696         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6697
6698         * include/mntent.h: Declare __setmntent_internal,
6699         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6700         __getmntent_r, and __endmntent macros to use these functions if not
6701         NOT_IN_libc.
6702         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6703         __endmntent.
6704
6705         * include/math.h: Declare __finite_internal, __finitef_internal, and
6706         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6707         these functions.
6708         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6709         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6710         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6711         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6712         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6713         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6714         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6715         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6716         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6717         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6718
6719         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6720         to use this function if not NOT_IN_libc.
6721         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6722         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6723         * sysdeps/mach/hurd/fcntl.c: Likewise.
6724         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6725         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6726
6727         * include/argz.h: Declare __argz_count_internal and
6728         __argz_stringify_internal.
6729         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6730         __argz_stringify.
6731         * string/argz-count.c: Use INTDEF for __argz_count.
6732         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6733
6734         * include/stdlib.h: Declare __cxa_atexit_internal and define
6735         __cxa_atexit macro if not NOT_IN_libc.
6736         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6737         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6738
6739         * assert/assert.c: Use INTDEF for __assert_fail.
6740         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6741         * include/assert.h: Declare __assert_fail_internal.
6742
6743         * extra-lib.mk: Mark assignment to lib with override.
6744
6745 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6746
6747         * Makerules: Use cppflags-iterator.mk to add defines for all test
6748         source files.
6749
6750 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6751
6752         * elf/elf.h: Define R_SH_TLS_xxx macros.
6753         * elf/rtld.c: Remove an extra parenthesis.
6754         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6755         TLS_GD macros.
6756         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6757         * sysdeps/sh/dl-lookupcfg.h: New file.
6758         * sysdeps/sh/dl-tls.h: New file.
6759         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6760         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6761         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6762         R_SH_TLS_TPOFF32 relocations.
6763
6764 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6765
6766         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6767         of NOT_IN_LIBC.
6768         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6769         * include/stdlib.h: Likewise.
6770
6771 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6772
6773         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6774         instead of _RTLD_LOCAL.
6775         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6776         * include/unistd.h: Likewise.
6777         * sysdeps/generic/ldsodefs.h: Likewise.
6778
6779         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6780         if in libc or ld.so.
6781
6782 2002-04-08  Andreas Jaeger  <aj@suse.de>
6783
6784         * elf/cache.c (print_entry): Support x86-64.
6785
6786 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6787
6788         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6789         with one accessing the locale data structures directly.
6790         * stdio-common/printf-prs.c: Include localeinfo.h for new
6791         MB_CUR_MAX definition.
6792
6793         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6794         is the name of the source file without extension.
6795         * Makefile (distribute): Add cppflags-iterator.mk.
6796         * cppflags-iterator.mk: New file.
6797         * extra-lib.mk: For the sources of the library run
6798         cppflags-iterator.mk.
6799
6800         * include/libintl.h: Declare __dcgettext_internal and
6801         _libc_intl_domainname_internal.  Define __dcgettext using these
6802         two symbols if used in libc itself.
6803         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6804         _libc_intl_domainname_internal.
6805         * argp/argp-parse.c: Likewise.
6806         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6807         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6808         * intl/gettext.c: Likewise.
6809         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6810         alias.
6811         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6812         __dcgettext.
6813         * posix/regex_internal.c (gettext): Likewise.
6814
6815 2002-04-08  Andreas Jaeger  <aj@suse.de>
6816
6817         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6818
6819         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6820         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6821         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6822         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6823         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6824         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6825
6826 2002-04-08  Roland McGrath  <roland@frob.com>
6827
6828         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6829         widening __hurd_fail value.
6830
6831 2002-04-07  Roland McGrath  <roland@frob.com>
6832
6833         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6834         <mach/machine/alpha_instruction.h>.
6835         (_hurd_setup_sighandler): Take proper arguments for current decls.
6836         Update code to use _hurdsig_catch_fault.
6837         Use `callsys' instruction instead of `call_pal'.
6838         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6839
6840         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6841         (ALIGN, at, AT, fp): New macros.
6842
6843 2002-04-06  Roland McGrath  <roland@frob.com>
6844
6845         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6846
6847         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6848         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6849
6850         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6851         * sysdeps/mach/hurd/connect.c: Likewise.
6852         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6853         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6854
6855         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6856         __msg_sig_post RPC.
6857
6858         * hurd/catch-exc.c: Use integer_t instead of int.
6859         * hurd/hurdfault.c: Likewise.
6860
6861         * sysdeps/mach/hurd/alpha/exc2signal.c
6862         (_hurd_exception2signal): Rewritten.
6863         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6864         (_hurd_longjmp_thread_state): Rewritten.
6865
6866 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6867
6868         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6869         DB_LOOKUP_FCT prototype.
6870         * nss/getXXent_r.c: Likewise.
6871         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6872         * inet/getaliasname_r.c: Likewise.
6873         * inet/getnetbyad_r.c: Likewise.
6874         * inet/getnetbynm_r.c: Likewise.
6875         * inet/getnetent_r.c: Likewise.
6876         * inet/getproto_r.c: Likewise.
6877         * inet/getprtent_r.c: Likewise.
6878         * inet/getprtname_r.c: Likewise.
6879         * inet/getrpcbyname_r.c: Likewise.
6880         * inet/getrpcbynumber_r.c: Likewise.
6881         * inet/getrpcent_r.c: Likewise.
6882         * inet/getservent_r.c: Likewise.
6883         * inet/getsrvbynm_r.c: Likewise.
6884         * inet/getsrvbypt_r.c: Likewise.
6885         * shadow/getspent_r.c: Likewise.
6886         * shadow/getspnam_r.c: Likewise.
6887
6888         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6889
6890         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6891         Use i686-friendly PIC code.
6892         * sysdeps/i386/elf/setjmp.S: Likewise.
6893
6894         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6895
6896         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6897         list.
6898         * elf/Versions: Remove it here.
6899
6900 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6901
6902         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6903         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6904
6905 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6906
6907         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6908         test just before the test runs.
6909         * intl/tst-translit.sh: Likewise.
6910         * intl/tst-codeset.sh: Likewise.
6911
6912         * timezone/zic.c: Update from tzcode2002c.
6913         * timezone/asia: Update from tzdata2002c.
6914         * timezone/backward: Likewise.
6915         * timezone/europe: Likewise.
6916         * timezone/northamerica: Likewise.
6917         * timezone/northamerica: Likewise.
6918         * timezone/northamerica: Likewise.
6919         * timezone/southamerica: Likewise.
6920         * timezone/zone.tab: Likewise.
6921
6922 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6923
6924         * sysdeps/generic/brk.c (__curbrk): Declare.
6925         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6926         * sysdeps/generic/dl-sbrk.c: Likewise.
6927         * sysdeps/unix/arm/dl-brk.S: New file.
6928         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6929         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6930         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6931         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6932         * sysdeps/unix/i386/dl-brk.S: New file.
6933         * sysdeps/unix/mips/dl-brk.S: New file.
6934         * sysdeps/unix/sparc/dl-brk.S: New file.
6935         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6936         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6937         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6938         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6939
6940 2002-04-03  Andreas Schwab  <schwab@suse.de>
6941
6942         * Makefile (headers): Add gnu/lib-names.h here instead of
6943         install-others.
6944         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
6945         installation rule.
6946         (install-headers): Add dependency on install-headers-nosubdir.
6947         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
6948         instead of install-others.
6949         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
6950         installation rule.
6951
6952 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6953
6954         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
6955         Reported by Sam Roberts <sroberts@uniserve.com>.
6956
6957 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
6958
6959         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
6960         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
6961         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6962         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
6963
6964 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
6965
6966         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
6967         (RTLD_START): Ditto.
6968         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
6969         dependency violation.
6970
6971 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
6972
6973         * time/mktime.c (__mktime_internal): Move check for year < 70 below
6974         all variable declarations.
6975
6976 2002-04-04  Andreas Schwab  <schwab@suse.de>
6977
6978         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
6979
6980 2002-04-04  Andreas Jaeger  <aj@suse.de>
6981
6982         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
6983         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
6984
6985         * sysdeps/x86_64/fpu/s_fabs.c: New file.
6986         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
6987         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
6988
6989         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
6990
6991         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
6992
6993         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
6994         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
6995
6996         * configure.in: Handle all mips entries the same.
6997
6998         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
6999         * sysdeps/mips/mips3/*: Likewise.
7000         * sysdeps/mips/p40/bits/endian.h: Likewise.
7001
7002 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7003
7004         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7005         non-null result [PR libc/2600].
7006
7007         * misc/tst-dirname.c: Add more tests.
7008
7009 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7010
7011         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7012         define a code_set_name provide one based on the filename.
7013
7014         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7015
7016 2001-12-28  Andreas Jaeger  <aj@suse.de>
7017
7018         * time/mktime.c (__mktime_internal): Check for year < 70
7019         [PR libc/2738].
7020
7021 2002-04-03  Andreas Jaeger  <aj@suse.de>
7022
7023         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7024         shmat.
7025         Reported by Andi Kleen <ak@suse.de>.
7026
7027 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7028
7029         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7030         * sysdeps/generic/w_lgammaf.c: Likewise.
7031         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7032
7033         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7034         Adjust for new output format of the backtrace functions.
7035
7036         * misc/syslog.c (vsyslog): Only use cleanup handler if
7037         _LIBC_REENTRANT is defined [PR libc/2924].
7038
7039         * libio/Makefile (tests): Add bug-ungetwc2.
7040         * libio/bug-ungetwc2.c: New file.
7041
7042         * manual/install.texi: Typographical and grammatical cleanup.
7043         Patch by Dennis Grace <dgrace@us.ibm.com>.
7044
7045         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7046         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7047
7048         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7049         always "&".  Adjust callers.
7050         Add "_" prefix to several generated definitions.
7051         Patch by paul@serice.net [PR libc/3158].
7052
7053 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7054
7055         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7056         size of _dl_arm_cap_flags.
7057         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7058
7059         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7060         Define as 8.
7061
7062 2002-03-22  H.J. Lu  <hjl@gnu.org>
7063
7064         * scripts/firstversions.awk: Check the first version.
7065
7066 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7067
7068         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7069         dependencies must be stable to work correctly.
7070         Reported by martin.lubich@datacon.at.
7071
7072         * libio/bug-ungetwc1.c: New file.
7073         * libio/Makefile (tests): Add bug-ungetwc1.
7074
7075         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7076         if stream was last used for writing.
7077
7078         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7079         number [PR libc/3111].
7080
7081         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7082         to ...
7083         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7084
7085 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7086
7087         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7088         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7089         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7090         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7091         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7092
7093 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7094
7095         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7096         dynamic tags.
7097
7098 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7099
7100         * sysdeps/i386/fpu/s_fabs.S: New file.
7101         * sysdeps/i386/fpu/s_fabsf.S: New file.
7102         * sysdeps/i386/fpu/s_fabsl.S: New file.
7103         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7104         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7105         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7106
7107 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7108
7109         * rt/tst-shm.c (do_test): Add one more test for size of shared
7110         memory object.
7111
7112 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7113
7114         * malloc/malloc.c: Add short description and prototypes for
7115         malloc_get_state, malloc_set_state and posix_memalign, for
7116         consistency and to avoid warnings with -Wstrict-prototypes.
7117         Reported by Andreas Jaeger <aj@suse.de>.
7118
7119 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7120
7121         * po/gl.po: Update from translation team.
7122
7123 2002-03-31  Roland McGrath  <roland@frob.com>
7124
7125         * hurd/hurdselect.c (_hurd_select): Fix
7126         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7127         Use a union rather than casts to compare mach_msg_type_t as int.
7128
7129 2002-03-25  Roland McGrath  <roland@frob.com>
7130
7131         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7132         check off the end of NAME when it's shorter than 2 chars.
7133         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7134
7135 2002-03-17  Roland McGrath  <roland@frob.com>
7136
7137         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7138         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7139         * sysdeps/mach/hurd/i386/Dist: Add them.
7140         * sysdeps/mach/hurd/i386/Versions
7141         (libc: GLIBC_2.2.6): New set, add ioperm.
7142         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7143         (mach_interface_list): Check for mach_i386.defs.
7144         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7145         * sysdeps/mach/configure: Regenerated.
7146
7147 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7148
7149         * po/fr.po: Update from translation team.
7150
7151 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7152
7153         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7154         getpriority from syscalls list.
7155
7156 2002-03-28  Andreas Jaeger  <aj@suse.de>
7157
7158         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7159         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7160         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7161         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7162
7163 2002-03-27  Andreas Jaeger  <aj@suse.de>
7164
7165         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7166         sigcontext): Follow further kernel change.
7167
7168         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7169         kernel change.
7170
7171         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7172         Change for struct sigcontext change.
7173
7174         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7175         Follow changes in struct sigcontext.
7176
7177         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7178         sysycall, use wrapper instead.
7179
7180 2002-03-26  Andreas Jaeger  <aj@suse.de>
7181
7182         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7183         read and write accesses as detailed as possible.
7184         (__memcpy_by2): Likewise.
7185         (__memcpy_g): Likewise.
7186         (memmove): Likewise.
7187         (memcmp): Likewise.
7188         (__memset_ccn_by4): Likewise.
7189         (__memset_ccn_by2): Likewise.
7190         (__memset_gcn_by4): Likewise.
7191         (__memset_gcn_by2): Likewise.
7192         (memchr): Likewise.
7193         (__memrchr): Likewise.
7194         (rawmemchr): Likewise.
7195         (__strlen_g): Likewise.
7196         (__strcpy_g): Likewise.
7197         (__mempcpy_by4): Likewise.
7198         (__mempcpy_by2): Likewise.
7199         (__mempcpy_byn): Likewise.
7200         (__stpcpy_g): Likewise.
7201         (__strncpy_by4): Likewise.
7202         (__strncpy_by2): Likewise.
7203         (__strncpy_byn): Likewise.
7204         (__strncpy_gg): Likewise.
7205         (__strcat_c): Likewise.
7206         (__strcat_g): Likewise.
7207         (__strncat_g): Likewise.
7208         (__strcmp_gg): Likewise.
7209         (__strncmp_g): Likewise.
7210         (__strchr_c): Likewise.
7211         (__strchr_g): Likewise.
7212         (__strchrnul_c): Likewise.
7213         (__strchrnul_g): Likewise.
7214         (__strrchr_c): Likewise.
7215         (__strrchr_g): Likewise.
7216         (__strrchr_c): Likewise.
7217         (__strrchr_g): Likewise.
7218         (__strcspn_c1): Likewise.
7219         (__strcspn_cg): Likewise.
7220         (__strcspn_g): Likewise.
7221         (__strcspn_g): Likewise.
7222         (__strspn_c1): Likewise.
7223         (__strspn_cg): Likewise.
7224         (__strspn_g): Likewise.
7225         (__strspn_g): Likewise.
7226         (__strpbrk_cg): Likewise.
7227         (__strpbrk_g): Likewise.
7228         (__strstr_cg): Likewise.
7229         (__strstr_g): Likewise.
7230
7231         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7232         Michal Ludvig <mludvig@suse.cz>.
7233
7234         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7235         compatibilty, adjust for kernel changes.
7236
7237         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7238         sigcontext): Adjust for kernel changes.
7239
7240 2002-03-25  Andreas Jaeger  <aj@suse.de>
7241
7242         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7243         little endian.
7244         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7245
7246 2002-03-24  Andreas Jaeger  <aj@suse.de>
7247
7248         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7249
7250         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7251
7252         * iconv/tst-iconv3.c (main): Use correct printf strings.
7253
7254 2002-03-18  Roland McGrath  <roland@frob.com>
7255
7256         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7257         (CMGROUP_MAX): New macro.
7258
7259 2002-03-23  Roland McGrath  <roland@frob.com>
7260
7261         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7262         * sysdeps/posix/shm_unlink.c: Likewise.
7263
7264 2002-03-22  Roland McGrath  <roland@frob.com>
7265
7266         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7267         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7268         under --enable-libio.
7269         * sysdeps/mach/hurd/configure: Regenerated.
7270
7271 2002-03-23  Roland McGrath  <roland@frob.com>
7272
7273         * sysdeps/mach/hurd/i386/Makefile
7274         (sysdep_routines, shared-only-routines): Don't add framestate,
7275         reverting 2001-10-02 change.
7276         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7277         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7278         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7279         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7280         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7281         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7282         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7283         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7284         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7285         Do it here instead, only if [$(unwind-find-fde) = yes].
7286
7287 2002-03-23  Andreas Jaeger  <aj@suse.de>
7288
7289         * signal/signal.h: Fix typo. Patch by Steve Kemp
7290         <skx@tardis.ed.ac.uk>.
7291
7292 2002-03-22  Andreas Jaeger  <aj@suse.de>
7293
7294         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7295         getresuid.
7296
7297         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7298         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7299         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7300         user_fpregs_struct): Rename fwd.
7301
7302         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7303         Follow sigcontext changes.
7304
7305 2002-03-22  Andreas Jaeger  <aj@suse.de>
7306
7307         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7308         changes for NaNs on MIPS.
7309         Patch by Hartvig Ekner <hartvige@mips.com>.
7310
7311 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7312
7313         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7314         Use realloc if too large.
7315         (addgrbyid): Likewise.
7316         * nscd/hstcache.c (addhstbyname): Likewise.
7317         (addhstbyaddr): Likewise.
7318         (addhstbynamev6): Likewise.
7319         (addhstbyaddrv6): Likewise.
7320         * nscd/pwdcache.c (addpwbyname): Likewise.
7321         (addpwbyuid): Likewise.
7322
7323 2002-03-21  Andreas Jaeger  <aj@suse.de>
7324
7325         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7326         _fpstate): Add separate struct for x86-64.
7327
7328         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7329         user_fpregs_struct): Change member names to follow kernel.
7330
7331 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7332
7333         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7334         Correctly close the UDP connection right away [PR libc/3120].
7335
7336 2002-03-20  Andreas Jaeger  <aj@suse.de>
7337
7338         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7339         user_fpregs_struct): Fix for changed kernel struct.
7340         (struct user_regs_struct): Likewise.
7341         (struct user): Likewise.
7342         Add 32-bit x86 compatibility.
7343
7344         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7345
7346 2002-03-19  Andreas Jaeger  <aj@suse.de>
7347
7348         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7349
7350 2002-03-18  Andreas Jaeger  <aj@suse.de>
7351
7352         * iconvdata/Makefile: Only run tests when shared libs are
7353         available.
7354
7355 2002-03-17  Andreas Jaeger  <aj@suse.de>
7356
7357         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7358
7359         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7360
7361         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7362         bits.
7363
7364         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7365         (CAUSE_SHIFT): New macro.
7366         Patch by Hartvig Ekner <hartvige@mips.com>.
7367
7368         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7369         * sysdeps/generic/unwind-pe.h: Likewise.
7370
7371         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7372         type to _IO_setb.
7373
7374         * libio/stdio.c (AL2): Define variant when visibility attribute is
7375         not supported.
7376
7377         * include/libc-symbols.h (_INTVARDEF): Define variant when
7378         visibility attribute is not supported.
7379
7380 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7381
7382         * po/fr.po: Update from translation team.
7383
7384 2002-02-25  Bruno Haible  <bruno@clisp.org>
7385
7386         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7387
7388 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7389
7390         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7391         buffers if _IO_file_attach failed.
7392
7393         * libio/fileops.c (_IO_file_open): Close file descriptor if
7394         _IO_SEEKOFF call failed.
7395
7396 2002-03-15  H.J. Lu  <hjl@gnu.org>
7397             Ulrich Drepper  <drepper@redhat.com>
7398
7399         * configure.in: Check for availability of
7400         init_array/fini_array/preinit_array handling in binutils.
7401         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7402         * config.make.in (have-initfini-array): New variable.
7403
7404 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7405
7406         * stdio-common/tst-printf.c (main): Comment out one test which
7407         checked the compiler's ability to fold floating-point constants
7408         but not really printf.
7409         (rfg3): Make s const.
7410         * stdio-common/tst-printf.sh: Adjust for removed test.
7411
7412         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7413         internal function.  Adjust for internal_function calling convention.
7414         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7415         as internal_function.
7416
7417         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7418         hidden.
7419
7420         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7421         declaration and definition.
7422         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7423         declaration.
7424         * nss/getXXent_r.c: Likewise.
7425         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7426         definition.
7427
7428         * include/time.h: Declare __localtime_r as hidden.
7429
7430         * include/aliases.h: Declare __getaliasent_r as hidden.
7431         * include/grp.h: Declare __getgrent_r as hidden.
7432         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7433         __getservent_r, and __getprotoent_r as hidden.
7434         * include/pwd.h: Declare __getpwent_r as hidden.
7435         * include/shadow.h: Declare __getspent_r as hidden.
7436         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7437
7438         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7439         and __gconv_transliterate as hidden.
7440         Add internal_function to __gconv_get_path declaration.
7441         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7442         definition.  Add attribute_hidden to __gconv_read_conf definition.
7443
7444 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7445
7446         * elf/rtld.c: Declare _environ as hidden.
7447         * sysdeps/generic/dl-environ.c: Likewise.
7448         * sysdeps/generic/dl-sysdep.c: Likewise.
7449
7450         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7451         _dl_mcount_internal as hidden.
7452
7453         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7454         * sysdeps/generic/dl-brk.c: New file.
7455         * sysdeps/generic/dl-sbrk.c: New file.
7456         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7457         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7458
7459         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7460         (__errno_location): New function.  Declare errno as hidden.
7461         * elf/rtld.c (_dl_argc): Define as hidden.
7462         (_dl_skip_args): Define as hidden.
7463         (_begin, _end): Declare as hidden.
7464         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7465         * sysdeps/generic/entry.h (_start): Declare as hidden.
7466         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7467         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7468         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7469         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7470
7471 2002-03-14  Roland McGrath  <roland@frob.com>
7472
7473         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7474
7475         * Makeconfig (%.v.i, %.v): New implicit rules.
7476         (preprocess-versions): Variable removed.
7477         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7478         shlib-versions input files as dependencies.
7479         ($(common-objpfx)soversions.i): Depend on that instead of the input
7480         files.  Use it as input instead of using a pipeline.
7481         (postclean-generated): Append soversions.i, shlib-versions.v, and
7482         shlib-versions.v.i here.
7483         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7484         the Versions.def input files as dependencies.
7485         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7486         ($(common-objpfx)Versions.all): Depend on that instead of the input
7487         files.  Use it as input instead of using a pipeline.
7488         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7489         (postclean-generated): Append those .v and .v.i files here.
7490
7491 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7492
7493         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7494         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7495         Remove.
7496
7497 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7498
7499         * sysdeps/generic/mp_clz_tab.c: New file.
7500         * sysdeps/i386/mp_clz_tab.c: New file.
7501         * sysdeps/hppa/mp_clz_tab.c: New file.
7502         * sysdeps/powerpc/mp_clz_tab.c: New file.
7503         * stdlib/Makefile (aux): Revert last patch.
7504         * math/Makefile (gmp-objs): Likewise.
7505
7506 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7507
7508         * time/strftime.c: Comment fixes for references to obsolescent
7509         standards, In most cases the simplest fix is to remove the
7510         confusing comments.  Cross-referencing all the standards properly
7511         is a bit of a pain, and it should be enough to put that info in
7512         the documentation as I did in my recent time.texi patch.
7513
7514 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7515
7516         * manual/time.texi (Formatting Calendar Time):
7517         ISO C99 also specifies the E and O modifiers.
7518         %P is a GNU extension, and is not in ISO C99.
7519         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7520         %T is also in ISO C99.
7521         The RFC 822 example is not valid in arbitrary locales.
7522         Reword the POSIX.2 wording slightly, to make it a bit clearer
7523         that POSIX.2 formats are also supported by later POSIX versions.
7524         If a format was introduced in ISO C99 it is also required by
7525         POSIX.1-2001.
7526
7527 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7528
7529         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7530         _sys_nerr_internal with INTVARDEF2.
7531         * include/libc-symbols.h (INTVARDEF2): New macro.
7532         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7533         (_sys_nerr_internal): Library.
7534
7535         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7536         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7537
7538         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7539
7540 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7541
7542         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7543
7544 2002-03-02  Andreas Schwab  <schwab@suse.de>
7545
7546         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7547         'h' flag and positional arg.
7548         * stdio-common/tst-printf.c (rfg3): New function to test
7549         positional arguments.
7550         (main): Fix some warnings.
7551
7552 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7553
7554         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7555         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7556
7557 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7558
7559         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7560
7561         * include/locale.h (_nl_C_locobj): Declare as hidden.
7562
7563         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7564         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7565
7566         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7567
7568         * include/sys/gmon.h: Declare _gmonparam as hidden.
7569
7570         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7571         (__ctype32_wctrans): Likewise.
7572         (__ctype32_width): Likewise.
7573
7574         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7575         use of __ttyname.
7576
7577         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7578         Define as hidden.
7579         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7580         hidden.  Change all users of these variables.
7581
7582         * posix/regex_internal.h (__re_error_msgid): Renamed from
7583         re_error_msgid.  Declare as hidden.
7584         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7585         hidden.
7586
7587         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7588         (__printf_function_table): Likewise.
7589         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7590         hidden.
7591         (__printf_function_table): Likewise.
7592
7593         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7594         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7595
7596         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7597         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7598
7599         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7600         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7601
7602 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7603
7604         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7605         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7606         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7607         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7608         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7609         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7610         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7611         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7612         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7613         _nl_C_LC_CTYPE_width: Declare as hidden.
7614         * include/locale.h: Declare _nl_locale_file_list.
7615         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7616         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7617         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7618         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7619         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7620         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7621         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7622         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7623         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7624         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7625         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7626         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7627         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7628         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7629         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7630         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7631         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7632         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7633         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7634         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7635         _nl_C_LC_CTYPE_width, and as hidden.
7636         * locale/findlocale.c: Declare _nl_C as hidden.
7637         * locale/newlocale.c: Likewise.
7638         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7639         _nl_locale_file_list.
7640         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7641         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7642         Define _nl_C_locobj as hidden.
7643
7644         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7645         (_mtrace_line): Likewise.
7646
7647         * include/time.h: Declare __mon_yday as hidden.
7648         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7649
7650         * libio/libioP.h: Declare __libio_codecvt as hidden.
7651         * libio/fileops.c: Declare __libio_translit as hidden.
7652         * libio/iofwide.c: Define __libio_translit as hidden.
7653
7654         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7655         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7656         * login/getutline_r.c: Likewise.
7657         * login/utmpname.c: Likewise.
7658
7659         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7660         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7661         __libc_utmp_file_name as hidden.
7662
7663         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7664         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7665         * locale/freelocale.c: Likewise.
7666         * locale/lc-time.c: Likewise.
7667
7668         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7669         (__libc_ptyname2): Likewise.
7670         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7671         hidden.
7672         (__libc_ptyname2): Likewise.
7673
7674         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7675         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7676         * sysdeps/generic/init-first.c: Likewise.
7677         * sysdeps/i386/init-first.c: Likewise.
7678         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7679         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7680         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7681         * sysdeps/sh/init-first.c: Likewise.
7682         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7683         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7684
7685         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7686         (_itowa_upper_digits): Likewise.
7687
7688         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7689         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7690         as hidden.
7691
7692         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7693         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7694         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7695         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7696
7697         * gmon/gmon.c (__bb_head): Define as hidden.
7698         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7699
7700         * argp/argp-parse.c (_argp_hang): Define as static.
7701
7702         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7703         handling in latest compilers.
7704
7705         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7706         define alias.
7707         * libio/fileops.c (_IO_file_jumps): Likewise.
7708         * libio/stdfiles.c (_IO_list_all): Likewise.
7709         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7710
7711         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7712         include/malloc.h.
7713         * include/malloc.h: Add __libc_malloc_initialized declaration
7714         here.  Mark variable hidden.
7715         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7716
7717         * elf/dl-open.c (__libc_argc): Declare as hidden.
7718         (__libc_argv): Likewise.
7719         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7720         (__libc_argv): Likewise.
7721         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7722         __libc_argv as hidden.
7723         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7724         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7725         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7726         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7727
7728         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7729         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7730         * stdlib/erand48.c: Likewise.
7731         * stdlib/jrand48.c: Likewise.
7732         * stdlib/lcong48.c: Likewise.
7733         * stdlib/lrand48.c: Likewise.
7734         * stdlib/mrand48.c: Likewise.
7735         * stdlib/nrand48.c: Likewise.
7736         * stdlib/seed48.c: Likewise.
7737         * stdlib/srand48.c: Likewise.
7738
7739         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7740         (_itoa_lower_digits_internal): New declaration.
7741         (_itoa_upper_digits_internal): New declaration.
7742         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7743         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7744         (_itoa_upper_digits_internal): New declaration.
7745         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7746         _itoa_lower_digits.
7747         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7748         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7749
7750         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7751         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7752
7753         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7754         (_itowa_lower_digits): Likewise.
7755         (_itowa_upper_digits): Likewise.
7756         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7757         (_itowa_upper_digits): Likewise.
7758
7759         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7760         not already defined.
7761         (GERMANIC_PLURAL): Declare as hidden.
7762
7763         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7764         (attribute_hidden): Define as empty macro if not already defined.
7765
7766         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7767         (__gconv_max_path_elem_len): Likewise.
7768         (__gconv_path_envvar): Likewise.
7769
7770         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7771         * stdlib/Makefile (aux): Remove mp_clz_tab.
7772         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7773
7774         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7775
7776         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7777
7778         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7779         _nl_category_names, _nl_category_name_sizes, _nl_current,
7780         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7781
7782         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7783         (_nl_current_default_domain): Likewise
7784         (_nl_state_lock): Likewise.
7785         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7786         (_nl_current_default_domain): Likewise
7787         (_nl_state_lock): Likewise.
7788         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7789
7790         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7791         (_fpioconst_pow10): Likewise.
7792
7793         * include/time.h (_tmbuf): Add attribute_hidden.
7794
7795         * time/tzset.c (tzstring_list): Define as static.
7796
7797         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7798         __use_tzfile declaration.
7799
7800         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7801         and __wcsmbs_last_locale declaration.
7802
7803 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7804
7805         * timezone/Makefile (tzbases): Move systemv from here...
7806         (tzlinks): to here, since the entries in systemv were all changed
7807         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7808         tested) by Peter Breitenlohner.
7809
7810 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7811
7812         * time/tst-posixtz.c (tests): Add new tests.
7813         (main): Test whether tzset() sets daylight properly.
7814
7815 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7816
7817         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7818         __tzname_cur_max setting...
7819         (tzset_internal): ...here.
7820
7821 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7822
7823         * time/tzset.c (compute_change): Don't return any value.
7824         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7825         (__tz_convert): But here.
7826
7827 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7828
7829         * manual/examples/mkfsock.c: Include <string.h> as well.
7830         Patch by Alain De Carolis <alaind@wseurope.com>.
7831
7832 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7833
7834         * posix/regexec.c (re_match): Fix incorrect register sizes.
7835         (re_search): Likewise.
7836
7837 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7838
7839         * posix/regcomp.c (regfree): Remove a disused condition.
7840         * posix/regex_internal.c (re_acquire_state): Likewise.
7841         (re_acquire_state_context): Likewise.
7842         (register_state): Remove a redundant malloc invocation.
7843         * posix/regex_internal.h: (re_state_table_entry): Simplify
7844         the structure.
7845
7846 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7847
7848         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7849         handling conditions.
7850         (regerror): Likewise.
7851         (regfree): Likewise.
7852         (re_compile_internal): Likewise.
7853         (init_dfa): Likewise.
7854         (init_word_char): Likewise.
7855         (create_initial_state): Likewise.
7856         (analyze): Likewise.
7857         (analyze_tree): Likewise.
7858         (duplicate_node): Likewise.
7859         (calc_eclosure): Likewise.
7860         (calc_eclosure_iter): Likewise.
7861         (parse): Likewise.
7862         (parse_reg_exp): Likewise.
7863         (parse_branch): Likewise.
7864         (parse_expression): Likewise.
7865         (parse_subexp): Likewise.
7866         (parse_dup_op): Likewise.
7867         (parse_bracket_exp): Likewise.
7868         (build_equiv_class): Likewise.
7869         (build_charclass): Likewise.
7870         (build_word_op): Likewise.
7871         (fetch_number): Likewise.
7872         (create_tree): Likewise.
7873         (duplicate_tree): Likewise.
7874         * posix/regex.c (BE): New macro.
7875         * posix/regexec.c (re_match): Add __builtin_expect to error
7876         handling conditions.
7877         (re_match_2): Likewise.
7878         (re_search): Likewise.
7879         (re_search_internal): Likewise.
7880         (check_matching): Likewise.
7881         (proceed_next_node): Likewise.
7882         (set_regs): Likewise.
7883         (sift_states_backward): Likewise.
7884         (add_epsilon_backreference): Likewise.
7885         (transit_state): Likewise.
7886         (transit_state_sb): Likewise.
7887         (transit_state_mb): Likewise.
7888         (transit_state_bkref): Likewise.
7889         (transit_state_bkref_loop): Likewise.
7890         (build_trtable): Likewise.
7891         (group_nodes_into_DFAstates): Likewise.
7892         (match_ctx_init): Likewise.
7893         (match_ctx_add_entry): Likewise.
7894         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7895         to error handling conditions.
7896         (re_string_construct_toupper): Likewise.
7897         (build_wcs_buffer): Likewise.
7898         (build_wcs_upper_buffer): Likewise.
7899         (build_upper_buffer): Likewise.
7900         (re_string_translate_buffer): Likewise.
7901         (re_node_set_alloc): Likewise.
7902         (re_node_set_init_1): Likewise.
7903         (re_node_set_init_2): Likewise.
7904         (re_node_set_init_copy): Likewise.
7905         (re_node_set_intersect): Likewise.
7906         (re_node_set_init_union): Likewise.
7907         (re_node_set_merge): Likewise.
7908         (re_node_set_insert): Likewise.
7909         (re_dfa_add_node): Likewise.
7910         (re_acquire_state): Likewise.
7911         (re_acquire_state_context): Likewise.
7912         (create_new_state_common): Likewise.
7913         (register_state): Likewise.
7914         (create_ci_new_state): Likewise.
7915         (create_cd_new_state): Likewise.
7916         (re_string_context_at): Remove redundant condition.
7917
7918 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7919
7920         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7921
7922         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7923
7924 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7925
7926         * sysdeps/i386/elf/configure.in: Fix comment.
7927
7928         * sysdeps/sparc/sparc64/configure.in: New file.
7929         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7930         if .dynamic comes before .got.
7931         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7932
7933         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7934         HP_TIMING_ACCUM): Fix typos.
7935
7936 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7937
7938         * string/strfry.c: Add some more randomness to the seed.
7939         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7940
7941         * po/es.po: Update from translation team.
7942         * po/fr.po: Likewise.
7943
7944         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
7945
7946         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
7947         when determining type of format.
7948         Patch by James Antill <james@anqd.org> [PR libc/2787].
7949
7950 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
7951
7952         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
7953
7954 2002-03-11  Roland McGrath  <roland@frob.com>
7955
7956         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
7957
7958         * Versions.def (libc): Add GLIBC_2.2.6.
7959         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
7960         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
7961         __errno_location instead of __hurd_errno_location, and don't inline it.
7962         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
7963         * hurd/errno.c: New file.
7964         * hurd/Makefile (routines): Add errno.
7965
7966 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7967
7968         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
7969         ridiculously large widths and precisions [PR libc/3026].
7970
7971 2002-03-11  Andreas Jaeger  <aj@suse.de>
7972
7973         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
7974         support.
7975         Patch by Susanne Oberhauser <froh@SuSE.de>.
7976
7977 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7978
7979         * inet/rexec.c (ahostbuf): Define as static.
7980
7981         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
7982         (__ctype32_wctrans): Likewise.
7983         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
7984         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
7985         (__ctype32_wctrans): Likewise.
7986         (__ctype32_width): Likewise.
7987
7988         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
7989         They were never exported anyway.
7990
7991         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
7992         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
7993         exported.
7994         * include/sys/gmon.h: Declare _gmonparam.
7995
7996         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
7997         symbols for getdents64.  They were never exported.
7998
7999 2002-03-09  Roland McGrath  <roland@frob.com>
8000
8001         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8002         Reported by Jon Arney <jarney1@cox.net>.
8003
8004 2002-02-23  Roland McGrath  <roland@frob.com>
8005
8006         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8007         declaration.
8008         (__hurd_errno_location): Function removed.
8009
8010 2002-03-06  Andreas Jaeger  <aj@suse.de>
8011
8012         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8013         32-bit.
8014
8015 2002-03-04  Andreas Jaeger  <aj@suse.de>
8016
8017         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8018
8019         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8020         x86-64.
8021
8022         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8023
8024         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8025
8026         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8027
8028         * sysdeps/x86_64/bits/setjmp.h: New file.
8029
8030         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8031
8032         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8033
8034         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8035         for x86.
8036         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8037         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8038
8039 2002-02-28  Bo Thorsen  <bo@suse.de>
8040
8041         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8042         version.
8043
8044 2002-03-03  Andreas Jaeger  <aj@suse.de>
8045
8046         * sysdeps/x86_64/bits/wordsize.h: New file.
8047
8048         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8049         * elf/tst-tlsmod1.c: Likewise.
8050
8051         * posix/regcomp.c: Get regex.h from include dir for internal
8052         prototypes.
8053
8054         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8055         to libc-internal.h and include it.
8056         * include/libc-internal.h: Add __init_misc.
8057
8058         * misc/init-misc.c: Include libc-internal.h for prototypes.
8059
8060         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8061
8062         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8063         _IO_putc_internal.
8064
8065 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8066
8067         * posix/regcomp.c: Compatibility changes to allow using the code
8068         outside glibc.
8069
8070 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8071
8072         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8073         compiled non-PIC.
8074
8075 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8076
8077         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8078         of .str elements in the returned data structure.
8079
8080         * elf/elf.h: Add Alpha TLS bits.
8081
8082 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8083
8084         * sysdeps/unix/sysv/linux/nice.c: New file.
8085
8086 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8087
8088         * elf/Makefile (dl-routines): Add dl-origin.
8089         (elide-routines.os): Add dl-origin.
8090         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8091         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8092         _dl_debug_state.
8093         * include/libc-symbols.c: Define attribute_hidden depending on
8094         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8095
8096         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8097         * elf/dl-load.c: Likewise.
8098         * elf/rtld.c: Likewise.
8099         * include/unistd.h: Declare __libc_enable_secure_internal.
8100         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8101         Use INTUSE with __libc_enable_secure.
8102         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8103
8104         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8105         * elf/dl-error.c: Likewise,
8106         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8107
8108         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8109         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8110         function definition.  Use INTDEF with _dl_get_origin.
8111         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8112
8113         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8114         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8115
8116         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8117         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8118         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8119
8120         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8121         * elf/dl-deps.c: Likewise.
8122         * elf/dl-error.c: Likewise.
8123         * elf/dl-fini.c: Likewise.
8124         * elf/dl-init.c: Likewise.
8125         * elf/dl-load.c: Likewise.
8126         * elf/dl-lookup.c: Likewise.
8127         * elf/dl-reloc.c: Likewise.
8128         * elf/dl-version.c: Likewise.
8129         * elf/do-lookup.h: Likewise.
8130         * sysdeps/arm/dl-machine.h: Likewise.
8131         * sysdeps/cris/dl-machine.h: Likewise.
8132         * sysdeps/hppa/dl-machine.h: Likewise.
8133         * sysdeps/i386/dl-machine.h: Likewise.
8134         * sysdeps/m68k/dl-machine.h: Likewise.
8135         * sysdeps/powerpc/dl-machine.h: Likewise.
8136         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8137         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8138         * sysdeps/sh/dl-machine.h: Likewise.
8139         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8140         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8141         * sysdeps/x86_64/dl-machine.h: Likewise.
8142         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8143         _dl_argv[0].  Use INTUSE with _dl_argv.
8144         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8145         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8146
8147 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8148
8149         * elf/rtld.c (_rtld_global): Remove .protected.
8150         (_rtld_local): Strong alias to _rtld_global.
8151         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8152         only .os object.
8153         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8154         _rtld_local instead of _rtld_global.
8155         (_rtld_local): Add hidden extern, possibly in .sdata section.
8156         * configure.in: Add tests for visibility attribute and .sdata.
8157         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8158         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8159         * sysdeps/arm/dl-machine.h: Likewise.
8160         * sysdeps/generic/ldsodefs.h: Likewise.
8161         * sysdeps/hppa/dl-machine.h: Likewise.
8162         * sysdeps/cris/dl-machine.h: Likewise.
8163         * sysdeps/i386/dl-machine.h: Likewise.
8164         * sysdeps/ia64/dl-machine.h: Likewise.
8165         * sysdeps/m68k/dl-machine.h: Likewise.
8166         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8167         * sysdeps/mips/dl-machine.h: Likewise.
8168         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8169         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8170         * sysdeps/sh/dl-machine.h: Likewise.
8171         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8172         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8173         * sysdeps/x86_64/dl-machine.h: Likewise.
8174
8175 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8176
8177         * login/login.c (login): Always initialize ut_line field
8178         [PR libc/2991].
8179
8180 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8181
8182         * sysdeps/i386/Makefile (sysdep_routines): Add
8183         divdi3 in csu dir.
8184         (shared-only-routines): Likewise.
8185         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8186         (shared-only-routines): Likewise.
8187         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8188         (shared-only-routines): Likewise.
8189         * sysdeps/wordsize-32/divdi3.c: New file.
8190
8191 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8192
8193         * locale/iso-4217.def: Remove obsolete currencies for countries
8194         with Euro.
8195
8196 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8197
8198         * posix/regcomp.c (regcomp): Remove a redundant condition.
8199         (init_word_char): Add a check on malloc failure.
8200         (create_initial_state): Likewise.
8201         (duplicate_node): Likewise.
8202         (calc_eclosure): Likewise.
8203         (calc_eclosure_iter): Likewise.
8204         (parse_expression): Likewise.
8205         (parse_bracket_exp): Remove unnecessary malloc invocations.
8206         (build_equiv_class): Likewise.
8207         (build_charclass): Likewise.
8208         * posix/regex_internal.c (re_node_set_intersect): Add a check
8209         on malloc failure.
8210         (re_node_set_add_intersect): Likewise.
8211         (re_node_set_merge): Likewise.
8212         (re_acquire_state): Likewise.
8213         (re_acquire_state_context): Likewise.
8214         (create_newstate_common): Likewise.
8215         (register_state): Likewise.
8216         (create_ci_newstate): Likewise.
8217         (create_cd_newstate): Likewise.
8218         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8219         and re_acquire_state_context.
8220         * posix/regexec.c (regexec): Suit it to the error handling of
8221         re_search_internal.
8222         (re_match): Likewise.
8223         (re_search): Likewise.
8224         (re_search_internal): Add a check on malloc failure.
8225         (acquire_init_state_context): Likewise.
8226         (check_matching): Likewise.
8227         (proceed_next_node): Likewise.
8228         (set_regs): Likewise.
8229         (sift_states_backward): Likewise.
8230         (sift_states_iter_bkref): Likewise.
8231         (add_epsilon_backreference): Likewise.
8232         (transit_state): Likewise.
8233         (transit_state_sb): Likewise.
8234         (transit_state_mb): Likewise.
8235         (transit_state_bkref_loop): Likewise.
8236         (build_trtable): Likewise.
8237         (group_nodes_into_DFAstates): Likewise.
8238         (match_ctx_init): Likewise.
8239         (match_ctx_add_entry): Likewise.
8240
8241 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8242
8243         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8244         l_libname if profiling is enabled [PR libc/2916].
8245
8246         * sysdeps/ia64/dl-tls.h: New file.
8247
8248 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8249
8250         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8251         Work around an Alpha gas bug.
8252
8253 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8254
8255         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8256         uses read to load the catalog.
8257         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8258
8259 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8260
8261         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8262         regex_internal.c, and regex_internal.h.
8263         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8264         * posix/regex.c: Complete rewrite.
8265         * posix/regexec.c: New file.
8266         * posix/regcomp.c: New file.
8267         * posix/regex_internal.c: New file.
8268         * posix/regex_internal.h: New file.
8269         * posix/regex.h (RE_ICASE): New macro.
8270         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8271
8272         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8273         ungetwc.  It's a macro.
8274         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8275         implementation.
8276         Reported by Jason Merrill <jason@redhat.com>.
8277
8278 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8279
8280         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8281         position to fp->_offset if it is set.
8282         * stdio-common/Makefile (tests): Add tst-fdopen.
8283         * stdio-common/tst-fdopen.c: New test.
8284
8285 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8286
8287         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8288         * stdio-common/tst-ungetc.c (main): Add another test.
8289
8290 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8291
8292         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8293         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8294         aliases.  Add prototypes for the new aliases.
8295         * assert/assert.c: Likewise.
8296         * include/libc-symbols.h: Likewise.
8297         * include/stdio.h: Likewise.
8298         * include/netinet/in.h: Likewise.
8299         * include/rpc/auth.h: Likewise.
8300         * include/rpc/auth_unix.h: Likewise.
8301         * include/rpc/key_prot.h: Likewise.
8302         * include/rpc/pmap_prot.h: Likewise.
8303         * include/rpc/pmap_rmt.h: Likewise.
8304         * include/rpc/rpc_msg.h: Likewise.
8305         * include/rpc/xdr.h: Likewise.
8306         * inet/gethstbyad_r.c: Likewise.
8307         * inet/gethstbynm2_r.c: Likewise.
8308         * inet/gethstbynm_r.c: Likewise.
8309         * inet/gethstent_r.c: Likewise.
8310         * inet/in6_addr.c: Likewise.
8311         * libio/__fpurge.c: Likewise.
8312         * libio/filedoalloc.c: Likewise.
8313         * libio/fileops.c: Likewise.
8314         * libio/ftello.c: Likewise.
8315         * libio/ftello64.c: Likewise.
8316         * libio/genops.c: Likewise.
8317         * libio/iofclose.c: Likewise.
8318         * libio/iofdopen.c: Likewise.
8319         * libio/iofflush.c: Likewise.
8320         * libio/iofflush_u.c: Likewise.
8321         * libio/iofgetpos.c: Likewise.
8322         * libio/iofgetpos64.c: Likewise.
8323         * libio/iofgets.c: Likewise.
8324         * libio/iofgets_u.c: Likewise.
8325         * libio/iofopen.c: Likewise.
8326         * libio/iofopncook.c: Likewise.
8327         * libio/iofputs.c: Likewise.
8328         * libio/iofread.c: Likewise.
8329         * libio/iofread_u.c: Likewise.
8330         * libio/iofsetpos.c: Likewise.
8331         * libio/iofsetpos64.c: Likewise.
8332         * libio/ioftell.c: Likewise.
8333         * libio/iofwrite.c: Likewise.
8334         * libio/iogetline.c: Likewise.
8335         * libio/iogets.c: Likewise.
8336         * libio/iogetwline.c: Likewise.
8337         * libio/iolibio.h: Likewise.
8338         * libio/iopadn.c: Likewise.
8339         * libio/iopopen.c: Likewise.
8340         * libio/ioseekoff.c: Likewise.
8341         * libio/ioseekpos.c: Likewise.
8342         * libio/iosetbuffer.c: Likewise.
8343         * libio/iosetvbuf.c: Likewise.
8344         * libio/ioungetc.c: Likewise.
8345         * libio/ioungetwc.c: Likewise.
8346         * libio/iovdprintf.c: Likewise.
8347         * libio/iovsprintf.c: Likewise.
8348         * libio/iovsscanf.c: Likewise.
8349         * libio/libioP.h: Likewise.
8350         * libio/memstream.c: Likewise.
8351         * libio/obprintf.c: Likewise.
8352         * libio/oldfileops.c: Likewise.
8353         * libio/oldiofclose.c: Likewise.
8354         * libio/oldiofdopen.c: Likewise.
8355         * libio/oldiofgetpos.c: Likewise.
8356         * libio/oldiofgetpos64.c: Likewise.
8357         * libio/oldiofopen.c: Likewise.
8358         * libio/oldiofsetpos.c: Likewise.
8359         * libio/oldiofsetpos64.c: Likewise.
8360         * libio/oldiopopen.c: Likewise.
8361         * libio/oldstdfiles.c: Likewise.
8362         * libio/putc.c: Likewise.
8363         * libio/setbuf.c: Likewise.
8364         * libio/setlinebuf.c: Likewise.
8365         * libio/stdfiles.c: Likewise.
8366         * libio/stdio.c: Likewise.
8367         * libio/strops.c: Likewise.
8368         * libio/vasprintf.c: Likewise.
8369         * libio/vscanf.c: Likewise.
8370         * libio/vsnprintf.c: Likewise.
8371         * libio/vswprintf.c: Likewise.
8372         * libio/wfiledoalloc.c: Likewise.
8373         * libio/wfileops.c: Likewise.
8374         * libio/wgenops.c: Likewise.
8375         * libio/wstrops.c: Likewise.
8376         * malloc/mtrace.c: Likewise.
8377         * misc/error.c: Likewise.
8378         * misc/syslog.c: Likewise.
8379         * nss/getXXbyYY_r.c: Likewise.
8380         * nss/getXXent_r.c: Likewise.
8381         * nss/hosts-lookup.c: Likewise.
8382         * stdio-common/getw.c
8383         * stdio-common/printf-prs.c: Likewise.
8384         * stdio-common/printf_fp.c: Likewise.
8385         * stdio-common/printf_size.c: Likewise.
8386         * stdio-common/putw.c: Likewise.
8387         * stdio-common/scanf.c: Likewise.
8388         * stdio-common/sprintf.c: Likewise.
8389         * stdio-common/tmpfile64.c: Likewise.
8390         * stdio-common/vfprintf.c: Likewise.
8391         * stdio-common/vfscanf.c: Likewise.
8392         * stdlib/strfmon.c: Likewise.
8393         * sunrpc/auth_des.c: Likewise.
8394         * sunrpc/auth_none.c: Likewise.
8395         * sunrpc/auth_unix.c: Likewise.
8396         * sunrpc/authdes_prot.c: Likewise.
8397         * sunrpc/authuxprot.c: Likewise.
8398         * sunrpc/clnt_perr.c: Likewise.
8399         * sunrpc/clnt_raw.c: Likewise.
8400         * sunrpc/clnt_tcp.c: Likewise.
8401         * sunrpc/clnt_udp.c: Likewise.
8402         * sunrpc/clnt_unix.c: Likewise.
8403         * sunrpc/key_call.c: Likewise.
8404         * sunrpc/key_prot.c: Likewise.
8405         * sunrpc/openchild.c: Likewise.
8406         * sunrpc/pm_getmaps.c: Likewise.
8407         * sunrpc/pm_getport.c: Likewise.
8408         * sunrpc/pmap_clnt.c: Likewise.
8409         * sunrpc/pmap_prot.c: Likewise.
8410         * sunrpc/pmap_prot2.c: Likewise.
8411         * sunrpc/pmap_rmt.c: Likewise.
8412         * sunrpc/rpc_cmsg.c: Likewise.
8413         * sunrpc/rpc_prot.c: Likewise.
8414         * sunrpc/svc_authux.c: Likewise.
8415         * sunrpc/svc_raw.c: Likewise.
8416         * sunrpc/svc_simple.c: Likewise.
8417         * sunrpc/svc_tcp.c: Likewise.
8418         * sunrpc/svc_udp.c: Likewise.
8419         * sunrpc/svc_unix.c: Likewise.
8420         * sunrpc/xdr.c: Likewise.
8421         * sunrpc/xdr_array.c: Likewise.
8422         * sunrpc/xdr_mem.c: Likewise.
8423         * sunrpc/xdr_rec.c: Likewise.
8424         * sunrpc/xdr_ref.c: Likewise.
8425         * sunrpc/xdr_stdio.c: Likewise.
8426         * sysdeps/generic/_strerror.c: Likewise.
8427         * sysdeps/generic/printf_fphex.c: Likewise.
8428         * sysdeps/generic/tmpfile.c: Likewise.
8429         * sysdeps/gnu/errlist.awk: Likewise.
8430         * sysdeps/gnu/errlist.c: Likewise.
8431
8432         * libio/Makefile (routines): Remove iosprint.
8433         * libio/iosprintf.c: Removed
8434
8435
8436 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8437
8438         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8439         non_dynamic_init and exported now.
8440         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8441         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8442         !SHARED.
8443         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8444         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8445         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8446
8447 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8448
8449         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8450         true in this case.
8451
8452         * locale/iso-639.def: Add language codes for Walloon.
8453
8454         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8455         total number of relocations performed.
8456
8457         * elf/sprof.c (load_profdata): If do_test provide information as
8458         to why loading failed.
8459         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8460         hist_hdr.dimen.
8461
8462         * csu/set-init.c: Moved to...
8463         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8464         * csu/Makefile: Don't compile set-init.
8465         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8466         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8467         to __libc_init.
8468         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8469         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8470         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8471         __libc_init.
8472         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8473         __libc_subinit.
8474
8475 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8476
8477         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8478         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8479         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8480         (_dl_deallocate_tls): New function.
8481         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8482         _dl_deallocate_tls.
8483
8484 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8485
8486         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8487         * stdio-common/tst-fseek.c (main): Add test for this.
8488
8489 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8490
8491         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8492
8493 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8494
8495         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8496         pointer before dereferencing.
8497
8498 2002-02-18  Roland McGrath  <roland@frob.com>
8499
8500         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8501
8502         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8503         Use task_policy in place of task_priority.
8504
8505         * sysdeps/generic/bits/mman.h
8506         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8507         * sysdeps/mach/msync.c: New file.
8508
8509         * sysdeps/mach/powerpc/syscall.S: New file.
8510
8511         * mach/msg.c [MACH_MSG_OVERWRITE]
8512         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8513         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8514
8515         * sysdeps/mach/configure.in: Check for clock.defs to put into
8516         mach_interface_list.
8517         * sysdeps/mach/configure: Regenerated.
8518
8519         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8520         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8521         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8522         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8523         (mach-shortcuts): Add device_read_overwrite_request,
8524         device_read_overwrite, vm_read_overwrite, thread_switch.
8525
8526         * configure.in (base_machine): Set to $machine by default.
8527         * configure: Regenerated.
8528
8529         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8530         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8531         * sysdeps/mach/configure: Regenerated.
8532         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8533
8534         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8535
8536         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8537
8538         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8539         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8540
8541 2002-02-17  Roland McGrath  <roland@frob.com>
8542
8543         * sysdeps/mach/hurd/times.c
8544         [NO_CREATION_TIME] (startup_time): New static variable.
8545         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8546         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8547         creation_time from task_basic_info.
8548         (__times): Use __gettimeofday instead of __host_get_time.
8549
8550         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8551         Use untyped Mach IPC message format.
8552
8553         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8554
8555         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8556         _S_catch_exception_raise_state_identity,
8557         _hurdsig_fault_catch_exception_raise_state,
8558         _hurdsig_fault_catch_exception_raise_state_identity.
8559
8560         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8561
8562         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8563         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8564
8565         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8566         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8567
8568         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8569         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8570         them as no-op macros.
8571         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8572         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8573
8574         * sysdeps/powerpc/dl-machine.h
8575         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8576
8577         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8578         Use untyped Mach IPC message format.
8579
8580         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8581         Handle untyped Mach IPC message formats.
8582
8583         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8584         Expect different argument conventions when this is defined.
8585         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8586         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8587         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8588         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8589         for OSF Mach variant.
8590         (faulted): Use mig_reply_error_t for REPLY.
8591         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8592         in __thread_set_exception_ports call.
8593         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8594         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8595
8596         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8597         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8598         on Darwin, which includes bogons.
8599
8600         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8601         variable LOADBASE so it's not declared when it's not used.
8602
8603 2002-02-16  Roland McGrath  <roland@frob.com>
8604
8605         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8606         to use BI.creation_time.
8607
8608         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8609
8610         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8611         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8612         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8613         host_page_size instead of vm_statistics.
8614
8615         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8616         mach_interface.h here, since not all variants use that name.
8617
8618         * sysdeps/mach/configure.in: Add some checks for Mach headers
8619         to ensure a sane installation.
8620         (mach_interface_list): Define this variable by checking for .defs
8621         files found in various variants.
8622         * configure.in (mach_interface_list): AC_SUBST this.
8623         * config.make.in (mach-interface-list): New substituted variable.
8624         * mach/Makefile (user-interfaces): Define this using the value
8625         of $(mach-interface-list) instead of mach, mach4.
8626         Updated other references to mach_interface to use it as well.
8627
8628         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8629
8630         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8631         mig_reply_error_t for OSF Mach variant.
8632
8633         * mach/Makefile (routines): Remove bootprivport.
8634         * mach/bootprivport.c: File removed.  It has never been used.
8635
8636         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8637         Grok the OSF flavor of message format.
8638         (mach_msg_destroy_port): For MAKE_SEND and
8639         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8640         no-senders notification.
8641
8642 2002-02-06  Roland McGrath  <roland@frob.com>
8643
8644         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8645         to here if 2.0 compatibility enabled ...
8646         (libc: GLIBC_2.1.3): ... from here.
8647
8648 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8649
8650         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8651         generation counter.
8652         * elf/dl-close.c (_dl_close): Likewise.
8653
8654 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8655
8656         * elf/Makefile: Add rules to build and run tst-tls8.
8657         * elf/tst-tls8.c: New file.
8658         * elf/tst-tlsmod4.c: New file.
8659
8660         * stdlib/test-a64l.c (tests): Add more test cases.
8661
8662         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8663         Reported by Walter Harms <WHarms@bfs.de>.
8664
8665 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8666
8667         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8668         definitions for struct sigcontext.
8669         Suggested by David Mosberger-Tang.
8670
8671 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8672
8673         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8674         for removing reference of module in slotinfo list.
8675         (_dl_close): Use remove_slotinfo.
8676         * sysdeps/generic/dl-tls.c: General pretty printing.
8677         (oom): Define only if SHARED.
8678         (_dl_next_tls_modid): Correct starting point for the case we assume
8679         there is a gap.  Add missing instruction grouping (doh!).  Correct
8680         tests for reaching maximum index.
8681         * elf/Makefile: Add rules to build and run tst-tls7.
8682         * elf/tst-tls7.c: New file.
8683         * elf/tst-tlsmod3.c: New file.
8684
8685         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8686         USE_TLS.
8687         * elf/tst-tlsmod2.c: Likewise.
8688
8689         * elf/dl-close.c (_dl_close): When closing an object using TLS
8690         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8691         true.  Increment dl_tls_generation only if we closed any TLS-using
8692         object.
8693         * elf/tst-tls6.c: New file.
8694         * elf/Makefile: Add rules to build and run tst-tls6.
8695
8696         * po/da.po: Update from translation team.
8697
8698         * locale/categories.def: Fix typo [PR libc/2948].
8699         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8700         [PR libc/2949].
8701         * locale/iso-4217.def: Update from official version [PR libc/2950].
8702         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8703         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8704         message if input is too confusion instead of using assert.
8705         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8706         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8707
8708         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8709         * elf/tst-tls2.c: Likewise.
8710         * elf/tst-tls3.c: Likewise.
8711
8712 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8713
8714         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8715
8716 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8717
8718         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8719         if this is really necessary.
8720
8721         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8722         slotinfo array.
8723         (free_mem): Free memory for the slotinfo array if possible.
8724
8725 2002-02-12  Andreas Schwab  <schwab@suse.de>
8726
8727         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8728
8729 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8730
8731         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8732         TLS_DTV_UNALLOCATE.
8733         (oom): New function.
8734         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8735         (_dl_determine_tlsoffset): Likewise.
8736         (_dl_allocate_tls): Likewise.
8737         (__TLS_GET_ADDR): Define if not already defined.
8738         (_dl_tls_symaddr): New function.
8739         (allocate_and_init): New function.
8740         (__tls_get_addr): Actually implement handling of generation counter
8741         and deferred allocation.
8742         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8743         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8744         _dl_tls_generation.
8745         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8746         Declare _dl_tls_symaddr.
8747         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8748         SHARED.
8749         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8750         l_tls_previmage.
8751         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8752         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8753         (_dl_vsym): Likewise.
8754         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8755         layout.
8756         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8757         nextimage list handling.  Instead add all modules using TLS to
8758         dl_tls_dtv_slotinfo_list.
8759         * elf/dl-open.c (dl_open_worker): After successfully loading all
8760         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8761         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8762         empty segment don't do anything.  Remove handling of initimage list.
8763         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8764         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8765         * elf/dl-minimal.c: Define __libc_memalign.
8766         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8767         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8768         _dl_tls_generation.
8769         * include/stdlib.h: Declare __libc_memalign.
8770
8771         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8772         * elf/tst-tls4.c: New file.
8773         * elf/tst-tls5.c: New file.
8774         * elf/tst-tlsmod2.c: New file.
8775
8776         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8777
8778         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8779
8780         * elf/tst-tls1.c: Use test-skeleton.c.
8781         * elf/tst-tls2.c: Likewise.
8782         * elf/tst-tls3.c: Likewise.
8783
8784         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8785
8786 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8787
8788         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8789
8790 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8791
8792         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8793
8794         * elf/tst-tls3.c: New file.
8795         * elf/tst-tlsmod1.c: New file.
8796         * elf/Makefile: Add rules to build and run tst-tls3.
8797
8798         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8799         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8800         TLS relocations.
8801
8802         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8803
8804         * po/fr.po: Update from translation team.
8805
8806         * elf/tls-macros.h: Add alternative macros for use in PIC.
8807
8808         * elf/dl-lookup.c: Include <tls.h>.
8809         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8810
8811         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8812         required by passing pointer to last element of the list.
8813
8814         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8815         l_tls_initimage to a place where it actually is performed.
8816
8817         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8818         after globfree() calls.
8819
8820         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8821         (openaux): Pass open_mode as new last argument to _dl_map_object.
8822         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8823         open_mode element of args variable with it.
8824         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8825         _dl_map_object_deps.
8826         * elf/rtld.c (dl_main): Add zero as last parameter to
8827         _dl_map_object_deps call.
8828         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8829         * elf/nodlopen2.c: New file.
8830         * elf/nodlopenmod2.c: New file.
8831         * elf/Makefile: Add rules to build and run nodlopen2.
8832
8833         * elf/tst-tls1.c: Move TLS helper macros to...
8834         * elf/tls-macros.h: ...here.  New file.
8835         * elf/tst-tls2.c: New file.
8836         * elf/Makefile (tests): Add tst-tls2.
8837         (distribute): Add tls-macros.h.
8838
8839         * po/sv.po: Update from translation team.
8840
8841         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8842         architecture specific definitions from the actual test code.
8843
8844         * po/tr.po: Update from translation team.
8845
8846 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8847
8848         * elf/Makefile (tests): Add tst-tls1.
8849         * elf/tst-tls1.c: New file.
8850
8851         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8852         alignment of TCB for now.
8853
8854         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8855         initialization image for the application itself.
8856
8857         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8858         loop to initialize TLS block.
8859
8860 2002-02-08  Richard Henderson  <rth@redhat.com>
8861
8862         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8863         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8864
8865         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8866
8867 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8868
8869         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8870
8871 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8872
8873         * po/ca.po: Update from translation team.
8874         * po/sk.po: Likewise.
8875
8876         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8877         (dl_main): Move dtv/static TLS handling before relocation.
8878         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8879         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8880         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8881         so far uses TLS initialize GL(dl_tls_static_size) and
8882         GL(dl_tls_static_align) to account for the TCB.
8883         (_dl_allocate_tls): New function.
8884         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8885         _dl_initial_dtv_malloced.
8886
8887         * configure.in: Test for __builtin_memset more realistically.
8888
8889         * csu/version.c (banner): If TLS support is available say so.
8890
8891 2002-02-04  H.J. Lu  <hjl@gnu.org>
8892
8893         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8894         __attribute_used__.
8895         (__dl_runtime_resolve): Likewise.
8896
8897         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8898         declaration.
8899
8900 2001-11-15  H.J. Lu  <hjl@gnu.org>
8901
8902         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8903         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8904
8905         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8906
8907 2002-02-07  H.J. Lu  <hjl@gnu.org>
8908
8909         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8910         ".set noreorder".
8911         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8912         Likewise.
8913
8914 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8915
8916         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8917
8918         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8919         ___tls_get_addr_internal.
8920         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8921
8922         * po/ko.po: Update from translation team.
8923
8924 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8925
8926         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8927         attribute, change __pad{1,2} type to unsigned int.
8928         (struct stat64): Remove packed attribute.
8929
8930 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8931
8932         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8933
8934 2002-02-07  Andreas Schwab  <schwab@suse.de>
8935
8936         * configure.in: Fix check for -zcombreloc.
8937
8938 2002-02-06  H.J. Lu  <hjl@gnu.org>
8939
8940         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8941         * configure.in: Check if __builtin_memset really works.
8942         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8943         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8944
8945 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
8946
8947         * io/bug-ftw3.c (main): Don't try the test if root.
8948
8949 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
8950
8951         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
8952         constraints.
8953         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
8954         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
8955         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
8956         Likewise.
8957         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
8958         a weak alias for __clone.
8959         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
8960         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
8961         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
8962         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
8963         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
8964         a weak alias for __mmap64.
8965
8966 2002-02-05  H.J. Lu  <hjl@gnu.org>
8967
8968         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
8969         (atomic_add): Likewise.
8970         (compare_and_swap): Likewise.
8971         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
8972
8973 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8974
8975         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
8976
8977         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
8978         alignment of the TCB and store total size and alignment of static
8979         TLS block in _dl_tls_static_size and _dl_tls_static_align.
8980         tls_index is a typedef.
8981         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
8982         _dl_tls_static_align.
8983         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
8984         * elf/dl-support.c: Define _dl_tls_static_size and
8985         _dl_tls_static_align.
8986
8987 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
8988
8989         * configure.in: Add --without-tls option.
8990         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
8991         --without-tls is given.
8992
8993         * sysdeps/generic/dl-tls.c: Include <tls.h>.
8994
8995         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
8996
8997 2002-02-06  Roland McGrath  <roland@frob.com>
8998
8999         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9000         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9001
9002         * scripts/versions.awk: Improve error message for missing version.
9003         Each version inherits from the last one only if they have the same
9004         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9005         but not GLIBC_x and FOO_y.
9006
9007         * scripts/firstversions.awk: Handle libraries that don't have each
9008         particular version named in the third column of shlib-versions.
9009
9010         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9011
9012 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9013
9014         * Versions.def [ld]: Add GLIBC_2.3.
9015         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9016         * elf/Makefile (dl-routines): Add dl-tls.
9017         (distribute): Add dl-tls.h.
9018         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9019         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9020         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9021         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9022         along with the other info in the link map.  Change queueing of init
9023         images for double linked list.  Use _dl_next_tls_modid to compute
9024         l_tls_modid.
9025         * elf/rtld.c (_dl_start_final): Store alignment requirement
9026         along with the other info in rtld map and executable map.
9027         (dl_main): Add ld.so to the init image list if necessary.  Compute
9028         final module ID with _dl_next_tls_modid.
9029         * include/link.h (struct link_map): Add l_tls_previmage and
9030         l_tls_align.
9031         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9032         * sysdeps/i386/elf/Versions: New file.
9033         * sysdeps/generic/dl-tls.c: New file.
9034         * sysdeps/generic/dl-tls.h: New file.
9035         * sysdeps/i386/dl-tls.h: New file.
9036
9037 2002-02-06  Roland McGrath  <roland@frob.com>
9038
9039         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9040         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9041
9042 2002-01-05  Roland McGrath  <roland@frob.com>
9043
9044         * sysdeps/mach/configure.in: New file.
9045         * sysdeps/mach/configure: New generated file.
9046
9047         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9048         It has never been used by anything.
9049
9050 2002-02-06  H.J. Lu  <hjl@gnu.org>
9051
9052         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9053         is included.
9054
9055 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9056
9057         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9058         attribute((packed)) to counter stupid people misusing gcc options.
9059         (struct stat64): Likewise.
9060
9061 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9062
9063         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9064         the variables which are used as booleans.
9065
9066 2002-02-06  Andreas Jaeger  <aj@suse.de>
9067
9068         * include/libc-symbols.h (INTUSE): Renamed from INT.
9069         * elf/dl-deps.c: Change users.
9070         * sysdeps/generic/dl-sysdep.c: Likewise.
9071         * sysdeps/generic/dl-cache.c: Likewise.
9072         * elf/dl-reloc.c: Likewise.
9073         * elf/rtld.c: Likewise.
9074         * elf/dl-version.c: Likewise.
9075         * elf/dl-load.c: Likewise.
9076         * elf/dl-dst.h: Likewise.
9077         * elf/dl-init.c: Likewise.
9078         * elf/dl-error.c: Likewise.
9079         * elf/dl-fini.c: Likewise.
9080         * elf/dl-runtime.c: Likewise.
9081         * elf/do-lookup.h: Likewise.
9082
9083         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9084         definition.
9085         * stdio-common/_itowa.h: Likewise.
9086
9087 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9088
9089         * elf/dl-minimal.c: Define _itoa_lower_digits.
9090
9091         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9092         DT_FLAGS set.
9093
9094         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9095         loading modules with the DF_STATIC_TLS flag set.
9096         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9097         element.
9098         * include/link.h (struct link_map): Add l_flags field.
9099         * elf/elf.h (DF_STATIC_TLS): New definition.
9100
9101         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9102         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9103
9104         * elf/rtld.c (process_dl_debug): Correct printing help message.
9105         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9106         for %s.
9107
9108         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9109         definition and pass &errno in use of this variable.
9110         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9111
9112 2002-02-04  Andreas Schwab  <schwab@suse.de>
9113
9114         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9115         * locale/programs/charmap-dir.c: Wrap calls that output messages
9116         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9117         * locale/programs/charmap.c: Likewise.
9118         * locale/programs/ld-address.c: Likewise.
9119         * locale/programs/ld-collate.c: Likewise.
9120         * locale/programs/ld-ctype.c: Likewise.
9121         * locale/programs/ld-identification.c: Likewise.
9122         * locale/programs/ld-measurement.c: Likewise.
9123         * locale/programs/ld-messages.c: Likewise.
9124         * locale/programs/ld-monetary.c: Likewise.
9125         * locale/programs/ld-name.c: Likewise.
9126         * locale/programs/ld-numeric.c: Likewise.
9127         * locale/programs/ld-paper.c: Likewise.
9128         * locale/programs/ld-telephone.c: Likewise.
9129         * locale/programs/ld-time.c: Likewise.
9130         * locale/programs/linereader.c: Likewise.
9131         * locale/programs/linereader.h: Likewise.
9132         * locale/programs/localedef.c: Likewise.
9133         * locale/programs/locfile.c: Likewise.
9134         * locale/programs/repertoire.c: Likewise.
9135
9136 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9137
9138         * elf/rtld.c (_dl_start_final): Determine load address to locate
9139         ehdr with GL(dl_rtld_map).l_map_start.
9140
9141         * po/ca.po: Update from translation team.
9142
9143         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9144         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9145         header entry.
9146         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9147         _dl_tls_module_cnt.
9148         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9149
9150 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9151
9152         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9153         * include/link.h (struct link_map): Add various members for TLS
9154         information.
9155         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9156         _rtld_tlsoffset, add _dl_initimage_list.
9157         * sysdeps/i386/dl-lookupcfg.h: New file.
9158         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9159         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9160         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9161         is used.
9162
9163         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9164         unused.
9165
9166         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9167         thread-pointer as soon as possible.
9168         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9169         elements in rtld_global.
9170         * sysdeps/generic/tls.h: New file.
9171         * elf/Makefile (distribute): Add tls.h.
9172         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9173         relocations.  Not complete yet.
9174
9175         * resolv/resolv.h: Allow user to define __need_res_state and only
9176         define __res_start structure then.
9177         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9178
9179         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9180         dl_cpuclock_offset initialization to _dl_start_final.
9181         (_dl_show_auxv): Avoid unnecessary sign extension.
9182         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9183
9184 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9185
9186         * config.h.in: Add HAVE_TLS_SUPPORT.
9187         * sysdeps/i386/elf/configure.in: New file.
9188
9189 2002-02-03  Andreas Schwab  <schwab@suse.de>
9190
9191         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9192         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9193
9194 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9195
9196         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9197         alloca if the memory reqirements are too high.
9198
9199 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9200
9201         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9202         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9203         the former is available anyway and speed isn't important here.
9204         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9205         * elf/dl-version.c (match_symbol): Likewise.
9206         (_dl_check_map_versions): Likewise.
9207         * elf/rtld.c (process_envvars): Likewise.
9208         (print_statistics): Likewise.
9209         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9210         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9211         bases.  Add assert to catch uses of unimplemented features.
9212         (__strsep): Add assert to catch uses of unimplemented features.
9213         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9214         and avoid inline optimization.
9215         * elf/rtld.c (process_envvars): Likewise.
9216         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9217         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9218         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9219
9220 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9221
9222         * stdio-common/_itoa.h: Minor simplifications of the code.
9223         * stdio-common/_itoa.c: Likewise.
9224
9225         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9226         instead of _dl_printf for debugging info output.
9227
9228         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9229         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9230
9231 2002-02-01  H.J. Lu  <hjl@gnu.org>
9232
9233         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9234         (atomic_add): Likewise.
9235         (compare_and_swap): Return 0 only when failed to compare. Use
9236         branch likely.
9237
9238         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9239         branch likely.
9240
9241 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9242
9243         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9244
9245 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9246
9247         * elf/dl-minimal.c (__strsep): New minimal implementation.
9248
9249 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9250
9251         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9252         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9253         with tm_isdst > 0 when the requested time falls within a
9254         spring-forward gap [PR libc/2894].
9255
9256 2002-02-03  Andreas Schwab  <schwab@suse.de>
9257
9258         * stdio-common/tst-rndseek.c: Increase timeout.
9259
9260 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9261
9262         Change ld.so to not use functions which are exported.  One cannot
9263         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9264         definitions.
9265         * include/libc-symbols.h: Define INT and INTDEF.
9266         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9267         _dl_signal_error_internal, _dl_map_object_internal,
9268         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9269         _dl_lookup_versioned_symbol_internal,
9270         _dl_relocate_object_internal, _dl_debug_state_internal,
9271         _dl_start_profile_internal, and _dl_unload_cache_internal.
9272         * include/dlfcn.h: Declare _dl_catch_error_internal.
9273         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9274         above.  Add INTDEF to function definitions.
9275         * elf/dl-debug.c: Likewise.
9276         * elf/dl-deps.c: Likewise.
9277         * elf/dl-dst.h: Likewise.
9278         * elf/dl-error.c: Likewise.
9279         * elf/dl-fini.c: Likewise.
9280         * elf/dl-init.c: Likewise.
9281         * elf/dl-load.c: Likewise.
9282         * elf/dl-lookup.c: Likewise.
9283         * elf/dl-misc.c: Likewise.
9284         * elf/dl-open.c: Likewise.
9285         * elf/dl-profile.c: Likewise.
9286         * elf/dl-reloc.c: Likewise.
9287         * elf/dl-runtime.c: Likewise.
9288         * elf/dl-version.c: Likewise.
9289         * elf/do-lookup.h: Likewise.
9290         * sysdeps/generic/dl-cache.c: Likewise.
9291         * sysdeps/generic/dl-sysdep.c: Likewise.
9292         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9293         instead of _dl_init.
9294         * sysdeps/arm/dl-machine.h: Likewise.
9295         * sysdeps/cris/dl-machine.h: Likewise.
9296         * sysdeps/hppa/dl-machine.h: Likewise.
9297         * sysdeps/i386/dl-machine.h: Likewise.
9298         * sysdeps/ia64/dl-machine.h: Likewise.
9299         * sysdeps/m68k/dl-machine.h: Likewise.
9300         * sysdeps/mips/dl-machine.h: Likewise.
9301         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9302         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9303         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9304         * sysdeps/sh/dl-machine.h: Likewise.
9305         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9306         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9307         * sysdeps/x86_64/dl-machine.h: Likewise.
9308         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9309
9310         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9311         and _dl_debug_initialize.
9312
9313         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9314         more information.
9315         * elf/rtld.c (dl_main): Avoid strrchr.
9316         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9317         result of readlink.  Search from the back for '/'.
9318
9319         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9320         strncpy if possible.
9321
9322         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9323         strncmp.
9324         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9325         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9326         strspn, and strcspn.
9327         (process_envvars): Don't use strcspn.
9328
9329         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9330         (_dl_dst_substitute): Likewise.
9331
9332 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9333
9334         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9335         code which is never used when relocating ld.so itself.
9336
9337         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9338         starting ld.so itself.  Move l_addr variable initialization closer
9339         to use.
9340         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9341
9342 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9343
9344         * Versions.def (libc): Add GLIBC_PRIVATE.
9345         (libdb, libnss_db, libdb1): Remove.
9346         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9347         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9348         (libpthread): Add GLIBC_PRIVATE.
9349         (libresolv): Likewise, remove GLIBC_2.1.
9350         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9351         GLIBC_2.2.3, GLIBC_2.3.
9352         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9353         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9354         _dl_sym, _dl_vsym): Likewise.
9355         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9356         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9357         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9358         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9359         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9360         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9361         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9362         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9363         Likewise.
9364         (_dl_object_relocation_scope): Remove.
9365         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9366         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9367         __gconv_cache): Move to GLIBC_PRIVATE.
9368         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9369         __internal_setnetgrent): Likewise.
9370         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9371         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9372         * locale/Versions (__collate_element_hash, __collate_element_strings,
9373         __collate_symbol_classes, __collate_symbol_hash,
9374         __collate_symbol_strings, _nl_current_LC_COLLATE,
9375         _nl_current_LC_CTYPE): Likewise.
9376         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9377         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9378         (libnss_nis, libnss_nisplus): Likewise.
9379         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9380         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9381         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9382         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9383         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9384         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9385         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9386         __ns_get16, __ns_samename): Likewise.
9387         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9388         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9389         GLIBC_PRIVATE.
9390         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9391         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9392         __libc_connect): Likewise.
9393         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9394         Likewise.
9395         * stdlib/Versions (__libc_system): Likewise.
9396         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9397         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9398         * sysdeps/ia64/fpu/Versions: Likewise.
9399         * sysdeps/ia64/Versions: Likewise.
9400         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9401         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9402         to GLIBC_PRIVATE.
9403         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9404         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9405         __libc_sigaction): Likewise.
9406         * termios/Versions (__libc_tcdrain): Likewise.
9407
9408         * misc/sys/cdefs (__attribute_noinline__): Define.
9409         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9410         __attribute_noinline__.
9411
9412         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9413         * elf/dl-xstat64.c: New file.
9414         * elf/dl-fxstat64.c: New file.
9415         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9416         don't export __fxstat64 at multiple versions.
9417         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9418         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9419
9420 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9421
9422         * locale/program/ld-collate.c (collate_finish): Assign a wide
9423         char collation sequence value to multi character collating
9424         elements, and avoid over writing by non-character elements.
9425
9426 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9427
9428         * elf/Makefile (distribute): Add dl-procinfo.c.
9429         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9430         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9431
9432 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9433
9434         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9435         definition.
9436         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9437         _rtld_global struct.
9438         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9439         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9440         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9441         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9442         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9443         _dl_fpu_control_set): Remove unused externs.
9444         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9445         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9446         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9447         related variables in _rtld_global struct.
9448         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9449         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9450         unused extern.
9451
9452 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9453
9454         * sysdeps/generic/dl-procinfo.c: New file.
9455
9456 2002-02-01  Andreas Schwab  <schwab@suse.de>
9457
9458         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9459
9460 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9461
9462         * elf/rtld.c (_dl_start): Mark as internal_function.
9463         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9464         in register.
9465         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9466         General pretty printing.
9467
9468 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9469
9470         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9471         * elf/dl-reloc.c: Pretty printing.
9472         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9473         procinfo-related variables in rtld_global struct.
9474         * elf/dl-support.c: Likewise.
9475         * elf/rtld.c: Likewise.
9476         * sysdeps/i386/i686/Makefile: Likewise.
9477         * sysdeps/i386/i686/hp-timing.c: Likewise.
9478         * sysdeps/i386/i686/hp-timing.h: Likewise.
9479         * sysdeps/ia64/Makefile: Likewise.
9480         * sysdeps/ia64/hp-timing.c: Likewise.
9481         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9482         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9483         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9484         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9485         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9486         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9487         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9488         * sysdeps/x86_64/Makefile: Likewise.
9489
9490         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9491         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9492         _dl_debug_fd to rtld_global.
9493         * elf/Versions: Likewise.
9494         * elf/dl-close.c: Likewise.
9495         * elf/dl-iteratephdr.c: Likewise.
9496         * elf/dl-lookup.c: Likewise.
9497         * elf/dl-misc.c: Likewise.
9498         * elf/dl-open.c: Likewise.
9499         * elf/dl-support.c: Likewise.
9500         * elf/do-lookup.h: Likewise.
9501         * elf/rtld.c: Likewise.
9502         * sysdeps/generic/dl-cache.c: Likewise.
9503         * sysdeps/generic/dl-sysdep.c: Likewise.
9504         * sysdeps/ia64/Versions: Likewise.
9505         * sysdeps/unix/clock_gettime.c: Likewise.
9506         * sysdeps/unix/clock_settime.c: Likewise.
9507         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9508         * sysdeps/sparc/Versions: Removed.
9509         * sysdeps/i386/i686/Versions : Removed.
9510         * sysdeps/x86_64/Versions: Removed.
9511         * configure.in: Define HAVE_PROTECTED if .protected is available.
9512         * config.h.in: Add entry for HAVE_PROTECTED.
9513
9514 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9515
9516         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9517         code in struct _rtld_global.  Export this struct, remove all
9518         exports for the signal variables.
9519         * sysdeps/arm/dl-machine: Likewise.
9520         * sysdeps/generic/dl-origin: Likewise.
9521         * sysdeps/generic/dl-sysdep: Likewise.
9522         * sysdeps/generic/dl-cache: Likewise.
9523         * sysdeps/hppa/dl-fptr: Likewise.
9524         * sysdeps/hppa/dl-machine: Likewise.
9525         * sysdeps/cris/dl-machine: Likewise.
9526         * sysdeps/i386/dl-machine: Likewise.
9527         * sysdeps/ia64/dl-machine: Likewise.
9528         * sysdeps/m68k/dl-machine: Likewise.
9529         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9530         * sysdeps/mips/mips64/dl-machine: Likewise.
9531         * sysdeps/mips/dl-machine: Likewise.
9532         * sysdeps/powerpc/elf/libc-start: Likewise.
9533         * sysdeps/powerpc/dl-machine: Likewise.
9534         * sysdeps/powerpc/dl-start: Likewise.
9535         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9536         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9537         * sysdeps/sh/dl-machine: Likewise.
9538         * sysdeps/s390/s390-32/dl-machine: Likewise.
9539         * sysdeps/s390/s390-64/dl-machine: Likewise.
9540         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9541         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9542         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9543         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9544         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9545         * sysdeps/x86_64/dl-machine: Likewise.
9546
9547 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9548
9549         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9550         are too high.
9551
9552 2002-01-31  Andreas Schwab  <schwab@suse.de>
9553
9554         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9555
9556 2002-01-31  Andreas Schwab  <schwab@suse.de>
9557
9558         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9559         reference to _dl_pagesize.
9560
9561 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9562
9563         * Versions.def [ld]: Add GLIBC_2.3.
9564         * elf/dl-addr.c: Move global variables for SHARED code in struct
9565         _rtld_global.  Export this struct, remove all exports for the
9566         signal variables.
9567         * elf/dl-close.c: Likewise.
9568         * elf/dl-conflict.c: Likewise.
9569         * elf/dl-debug.c: Likewise.
9570         * elf/dl-deps.c: Likewise.
9571         * elf/dl-dst.h: Likewise.
9572         * elf/dl-error.c: Likewise.
9573         * elf/dl-fini.c: Likewise.
9574         * elf/dl-init.c: Likewise.
9575         * elf/dl-iteratephdr.c: Likewise.
9576         * elf/dl-libc.c: Likewise.
9577         * elf/dl-load.c: Likewise.
9578         * elf/dl-lookup.c: Likewise.
9579         * elf/dl-minimal.c: Likewise.
9580         * elf/dl-object.c: Likewise.
9581         * elf/dl-open.c: Likewise.
9582         * elf/dl-profile.c: Likewise.
9583         * elf/dl-profstub.c: Likewise.
9584         * elf/dl-reloc.c: Likewise.
9585         * elf/dl-runtime.c: Likewise.
9586         * elf/dl-support.c: Likewise.
9587         * elf/dl-sym.c: Likewise.
9588         * elf/dl-version.c: Likewise.
9589         * elf/do-lookup.h: Likewise.
9590         * elf/do-rel.h: Likewise.
9591         * elf/dynamic-link.h: Likewise.
9592         * elf/rtld.c: Likewise.
9593         * sysdeps/generic/dl-cache.c: Likewise.
9594         * sysdeps/generic/dl-sysdep.c: Likewise.
9595         * sysdeps/generic/ldsodefs.h: Likewise.
9596         * sysdeps/generic/libc-start.c: Likewise.
9597         * sysdeps/i386/dl-machine.h: Likewise.
9598         * sysdeps/ia64/dl-fptr.c: Likewise.
9599         * sysdeps/ia64/dl-machine.h: Likewise.
9600         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9601         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9602         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9603         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9604         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9605         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9606         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9607         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9608
9609 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9610
9611         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9612         to avoid warning
9613         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9614
9615         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9616         SHARED version.
9617         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9618
9619         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9620
9621 2002-01-29  Ben Collins  <bcollins@debian.org>
9622
9623         * string/bits/string2.h (__mempcpy): Protect size arg for
9624         addition when using __builtin_memcpy.
9625
9626 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9627
9628         * stdlib/Makefile (tests): Add tst-qsort.
9629         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9630
9631         * manual/signal.texi (Process Signal Mask): Document that
9632         pthread_sigmask, not sigprocmask, must be used in MT programs.
9633         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9634
9635         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9636         found.
9637         * misc/Makefile (tests): Add tst-hsearch.
9638         * misc/tst-hsearch.c: New file.
9639
9640 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9641
9642         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9643         * malloc/malloc.h: Likewise.
9644         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9645         * malloc/arena.c: New file.
9646         * malloc/hooks.c: New file.
9647         * malloc/tst-mallocstate.c: New file.
9648         * malloc/Makefile: Add new testcase tst-mallocstate.
9649         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9650
9651 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9652
9653         * stdlib/msort.c: Remove last patch.  The optimization violates the
9654         same rule which qsort.c had problems with.
9655
9656 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9657
9658         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9659         to a pivot element that lies outside the array to be sorted, as
9660         ISO C99 requires that the comparison function be called only with
9661         addresses of array elements [PR libc/2880].
9662
9663 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9664
9665         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9666         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9667
9668         * timezone/asia: Update from tzdata2002b.
9669         * timezone/australasia: Likewise.
9670         * timezone/backward: Likewise.
9671         * timezone/europe: Likewise.
9672         * timezone/leapseconds: Likewise.
9673         * timezone/iso3166.tab: Likewise.
9674         * timezone/zone.tab: Likewise.
9675
9676 2002-01-23  Richard Henderson  <rth@redhat.com>
9677
9678         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9679
9680 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9681
9682         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9683         this element [PR libc/2855].
9684
9685         * string/strcoll.c: Handle zero-length arguments specially
9686         [PR libc/2856].
9687
9688 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9689
9690         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9691         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9692         short lengths and constant src.
9693         (strcpy): Don't optimize for gcc 3.0+.
9694         (__stpcpy): For gcc 3.0+, don't use
9695         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9696         for short string literal src.
9697
9698 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9699
9700         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9701         Set for arm, too.
9702
9703 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9704
9705         * manual/llio.texi (Linked Channels, Cleaning Streams):
9706         Make it clearer that a just-opened input stream might need cleaning.
9707
9708 2002-01-21  H.J. Lu  <hjl@gnu.org>
9709
9710         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9711         Don't use label at end of compound statement.
9712
9713 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9714
9715         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9716         Remove test for negative integer arg; sin_pi does it correctly.
9717
9718 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9719
9720         * nscd/Makefile (distribute): Filter out xmalloc.c.
9721
9722 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9723
9724         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9725         Set offset if read end wasn't the buffer end.
9726         (_IO_file_seekoff_mmap): New function.
9727         (_IO_file_xsgetn_mmap): New function.
9728         (_IO_file_jumps_mmap): Use the two new functions.
9729         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9730         != end buffer.
9731         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9732         _IO_file_underflow_mmap.
9733         * libio/iofopen.c: Don't position file descriptor at end of file.
9734         * libio/tst-widetext.c: Improve error messages.
9735         * stdio-common/tst-rndseek.c: Likewise.
9736
9737 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9738
9739         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9740         end of enum for !_GNU_SOURCE.
9741         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9742         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9743         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9744         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9745         values unless _GNU_SOURCE.
9746
9747         * iconvdata/tcvn5712-1.c: Minor cleanups.
9748
9749 2002-01-18  Andreas Schwab  <schwab@suse.de>
9750
9751         * sysdeps/unix/sysv/linux/configure.in
9752         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9753
9754 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9755
9756         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9757         more efficient "Towers of Hanoi" mergesort.
9758         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9759         for generic, sizeof(int) and sizeof(long) variants respectively.
9760
9761 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9762
9763         * manual/syslog.texi (openlog): Describe possible problems with
9764         first parameter.
9765         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9766
9767         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9768         * nscd/connections.c (begin_drop_privileges): New function.
9769         (finish_drop_privileges): New function.
9770         (nscd_init): Call the new functions which also install all groups
9771         for the server user.
9772         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9773         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9774
9775 2002-01-17  H.J. Lu  <hjl@gnu.org>
9776
9777         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9778         `const' from `got'.
9779
9780 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9781
9782         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9783         instructions for pointer operations.
9784         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9785
9786 2002-01-17  Andreas Jaeger  <aj@suse.de>
9787
9788         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9789         __uint128_t build-in.
9790
9791         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9792         PowerPC, sync with 2.2 branch.
9793
9794 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9795
9796         * posix/getconf.c: Update copyright year.
9797         * nss/getent.c: Likewise.
9798         * nscd/nscd_nischeck.c: Likewise.
9799         * iconv/iconvconfig.c: Likewise.
9800         * iconv/iconv_prog.c: Likewise.
9801         * elf/ldconfig.c: Likewise.
9802         * catgets/gencat.c: Likewise.
9803         * csu/version.c: Likewise.
9804         * elf/ldd.bash.in: Likewise.
9805         * elf/sprof.c (print_version): Likewise.
9806         * locale/programs/locale.c: Likewise.
9807         * locale/programs/localedef.c: Likewise.
9808         * nscd/nscd.c (print_version): Likewise.
9809         * debug/xtrace.sh: Likewise.
9810         * malloc/memusage.sh: Likewise.
9811         * malloc/mtrace.pl: Likewise.
9812
9813 2002-01-16  Andreas Schwab  <schwab@suse.de>
9814
9815         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9816         reliably remove "-ia64" from rtld name.
9817
9818 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9819
9820         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9821         Patch by Yu Shao <yshao@redhat.com>.
9822
9823 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9824
9825         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9826         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9827         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9828
9829 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9830
9831         * sysdeps/s390/fpu/libm-test-ulps: Update.
9832
9833 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9834
9835         * elf/elf.h: Update x86 relocations.
9836
9837 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9838
9839         * locale/programs/charmap.c (new_width): Check whether byte
9840         sequences for both ends of range have the same length.
9841
9842 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9843
9844         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9845
9846 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9847
9848         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9849         string literals.
9850         (__full_ieee754_sqrt): Add __attribute_used__.
9851
9852 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9853
9854         * sysdeps/generic/group_member.c (__group_member): Also check
9855         groups[0] [PR libc/2781].
9856
9857 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9858
9859         * Makefile (distribute): Add scripts/cpp.
9860         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9861         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9862         unwind-dw2-fde.h, and dwarf2.h.
9863         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9864         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9865         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9866         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9867
9868 2002-01-07  Roland McGrath  <roland@frob.com>
9869
9870         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9871         volatile on type of ARGC so the compiler doesn't get clever.
9872
9873 2002-01-07  Andreas Jaeger  <aj@suse.de>
9874
9875         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9876         * sysdeps/i386/bits/byteswap.h: Likewise.
9877         * sysdeps/ia64/bits/byteswap.h: Likewise.
9878         * sysdeps/m68k/bits/byteswap.h: Likewise.
9879         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9880         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9881
9882 2002-01-02  Bruno Haible  <bruno@clisp.org>
9883
9884         * intl/plural.y: Fix %expect count.
9885
9886 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9887
9888         * elf/Makefile (routines, shared-only-routines): Add
9889         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9890         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9891         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9892         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9893         Optimize if .eh_frame section contains no FDEs.
9894         (__register_frame, __deregister_frame_info_bases,
9895         __deregister_frame): Likewise.
9896         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9897         DW_CFA_restore handling.
9898
9899 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9900
9901         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9902
9903         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9904         for x < 0.25 and restore original range reduction method.
9905         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9906
9907 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9908
9909         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9910         (_IO_file_close_mmap): New function.
9911         (_IO_file_jumps_mmap): New variable.
9912         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9913         trying to convert rest of byte buffer.
9914         (_IO_wfile_underflow_mmap): New function.
9915         (_IO_wfile_jumps_mmap): New variable.
9916         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9917         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9918         (_IO_new_fopen): Call __fopen_internal.
9919         * libio/iofopen64.c: Just call __fopen_internal.
9920         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9921         successfully.
9922         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9923         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9924         _IO_file_close_mmap.
9925
9926         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9927         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9928
9929         * stdio-common/Makefile (tests): Add tst-rndseek.
9930         * stdio-common/tst-rndseek.c: New file.
9931
9932 2002-01-05  Roland McGrath  <roland@frob.com>
9933
9934         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9935         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9936         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9937         * sysdeps/mach/hurd/configure: Regenerated.
9938
9939 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9940
9941         * elf/elf.h: Add more TLS definitions.
9942
9943 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9944
9945         * include/features.h (__GLIBC_MINOR__): Bump to 3.
9946
9947 2002-01-02  Roland McGrath  <roland@frob.com>
9948
9949         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
9950         __sigisemptyset.  Don't use MASK uninitialized.
9951
9952         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
9953         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
9954         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
9955         __sigdelset, __sigaddset, __sigorset.
9956
9957         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
9958         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
9959
9960         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
9961         _hurd_ports is null.
9962
9963         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
9964         for old CMU and new OSF Mach interface flavors.
9965         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
9966         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9967
9968         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
9969
9970         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
9971         Pass extra arguments to task_create for OSF variant.
9972         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
9973
9974         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
9975         conditional on [HAVE_AUX_VECTOR].
9976
9977         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
9978         mach_msg_timeout_t as type of final argument.
9979
9980         * hurd/privports.c (__get_privileged_ports):
9981         Change host_priv_t to mach_port_t in argument type.
9982         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
9983         Update decls.
9984
9985         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
9986         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
9987         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
9988         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
9989         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
9990         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
9991
9992 2002-01-01  Roland McGrath  <roland@frob.com>
9993
9994         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
9995
9996 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
9997
9998         * include/stdlib.h: Define inlines for the _l variants of the strto*
9999         functions.
10000
10001 2002-01-01  Roland McGrath  <roland@frob.com>
10002
10003         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10004
10005         * mach/Machrules (MIG): Set CPP as well as CC.
10006
10007 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10008
10009         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10010         locale to parse /proc/loadavg [PR libc/2760].
10011
10012 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10013
10014         * elf/dl-conflict.c: Include sys/param.h.
10015         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10016         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10017         warning.
10018         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10019         literals to avoid warnings.
10020
10021 2001-12-31  Andreas Jaeger  <aj@suse.de>
10022
10023         * configure.in: Don't check for gsed since we do not use it anywhere.
10024
10025 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10026
10027         * io/fts.c: Update from BSD to fix memory leaks.
10028
10029 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10030
10031         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10032         * elf/chroot_canon.c: Likewise.
10033         * elf/dl-object.c: Likewise.
10034         * iconv/iconv_charmap.c: Likewise.
10035         * iconv/iconv_prog.c: Likewise.
10036         * libio/iogetdelim.c: Likewise.
10037         * locale/lc-time.c: Likewise.
10038         * stdlib/canonicalize.c: Likewise.
10039         * sunrpc/svc.c: Likewise.
10040         * sysdeps/generic/glob.c: Likewise.
10041
10042 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10043
10044         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10045         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10046         remove high order bit from the program counter.
10047         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10048
10049 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10050
10051         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10052         unnecessary code and add missing reloc types.
10053         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10054         case for reloc type R_390_NONE.
10055
10056 2001-12-28  Andreas Jaeger  <aj@suse.de>
10057
10058         * io/bug-ftw3.c: Include string.h for prototypes.
10059
10060         * crypt/md5test.c (main): Remove unused variable.
10061
10062         * dlfcn/modstatic.c: Add prototype to avoid warning.
10063
10064 2001-12-26  Roland McGrath  <roland@frob.com>
10065
10066         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10067         check only (SS->pending & MASK) for the signal to return.
10068         From Jeroen Dekkers <jeroen@dekkers.cx>.
10069
10070 2001-12-22  Roland McGrath  <roland@frob.com>
10071
10072         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10073         Use preprocessor #if conditionals instead of `if' to avoid
10074         warnings about divide by zero in dead code.
10075
10076         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10077         _hurd_port_init, and __hurd_self_sigstate.
10078
10079         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10080
10081 2001-12-21  Andreas Jaeger  <aj@suse.de>
10082
10083         * elf/dblloadmod1.c: Add prototype to avoid warning.
10084         * elf/dblloadmod2.c: Likewise.
10085         * elf/dblloadmod3.c: Likewise.
10086         * elf/reldepmod5.c: Likewise.
10087         * elf/reldepmod6.c: Likewise.
10088
10089         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10090         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10091         used on all architectures.
10092
10093         * sunrpc/svc_tcp.c: Add noreturn attribute for
10094         svctcp_rendezvous_abort.
10095         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10096
10097         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10098         to avoid warning.
10099
10100 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10101
10102         * manual/llio.texi (aio_fsync): Fix a typo.
10103         Patch by Tammy Fox <tfox@redhat.com>.
10104
10105 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10106
10107         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10108         stack bias from child stack pointer before passing it to clone syscall.
10109
10110 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10111
10112         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10113         _SC_TZNAME_MAX.
10114         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10115         Reported by Thorsten Kukuk <kukuk@suse.de>.
10116
10117         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10118         add some casts.
10119
10120         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10121
10122 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10123
10124         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10125         conforming: return EBADF if file descriptor is invalid and EINVAL
10126         if file descriptor is no valid tty.
10127         * login/tst-grantpt.c: New file.
10128         * login/Makefile (tests): Add tst-grantpt.
10129
10130 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10131
10132         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10133         different than implemented in last patch.
10134         * io/bug-ftw3.c: Adjust test for changed handling of
10135         inaccessibility of toplevel dir.
10136
10137 2001-12-16  Roland McGrath  <roland@frob.com>
10138
10139         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10140         * grp/initgroups.c (internal_getgrouplist): Likewise.
10141
10142         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10143         `default:' to silence new GCC warning.
10144         Rewrite cast of lvalue to silence new GCC warning.
10145
10146         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10147
10148         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10149         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10150
10151 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10152
10153         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10154         Patch by Stephen R. van den Berg.
10155
10156         * crypt/md5.h: Define md5_uintptr.
10157
10158 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10159
10160         * libio/tst_swprintf.c (main): Add test for string argument with
10161         zero precision.
10162         * stdio-common/Makefile (tests): Add tst-sprintf.
10163         * stdio-common/tst-sprintf.c: New file.
10164
10165 2001-12-13  Andreas Schwab  <schwab@suse.de>
10166
10167         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10168         zero precision with wide character string format.
10169
10170 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10171
10172         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10173         but have a user supplied buffer, return the empty buffer, not NULL.
10174
10175 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10176
10177         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10178         Patch by Eric Sharkey <sharkey@netrics.com>.
10179
10180         * crypt/md5test.c (main): Add test for multiple calls to
10181         __md5_process_bytes to itererate over input string.
10182
10183 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10184
10185         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10186         from __nis_findfastest.  Take timeout value from parameter.
10187         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10188         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10189         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10190
10191 2001-12-12  Andreas Jaeger  <aj@suse.de>
10192
10193         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10194         combreloc test so that it works in this case.
10195
10196         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10197
10198 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10199
10200         * sysdeps/sh/Makefile: New file.
10201         * sysdeps/sh/_mcount.S: New file.
10202         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10203         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10204
10205 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10206
10207         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10208         limitation [PR libc/2564].
10209
10210 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10211
10212         * elf/Makefile (dl-routines): Add conflict.
10213         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10214         (ld.so): Add _begin local symbol.
10215         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10216         Define.
10217         * elf/dl-deps.c (_dl_build_local_scope): New function.
10218         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10219         of all libraries.
10220         * elf/do-rel.h (VALIDX): Define.
10221         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10222         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10223         can be skipped.
10224         * elf/dl-conflict.c: New file.
10225         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10226         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10227         non-NULL.
10228         (_dl_lookup_symbol_skip): Likewise.
10229         (_dl_lookup_versioned_symbol): Likewise.
10230         (_dl_lookup_versioned_symbol_skip): Likewise.
10231         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10232         define to ElfW(Rel).
10233         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10234         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10235         ranges.
10236         Don't adjust address dynamic tags if l_addr is 0.
10237         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10238         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10239         (VALIDX, ADDRIDX): Define.
10240         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10241         (dl_main): Print library list for LD_TRACE_PRELINKING.
10242         If prelinking information can be used, skip relocating libraries and
10243         call _dl_resolve_conflicts instead.
10244         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10245         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10246         if LD_TRACE_PRELINKING.
10247         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10248         + DT_ADDRNUM.
10249         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10250         (DL_DEBUG_PRELINK): Define.
10251         (_dl_resolve_conflicts): Add prototype.
10252
10253         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10254         .plt for prelinked libraries where prelinking info cannot be used.
10255         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10256         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10257         * sysdeps/arm/bits/link.h: New file.
10258         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10259         content of .got[1].
10260         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10261         (ELF_MACHINE_PLT_REL): Define.
10262         (elf_machine_rela, elf_machine_rela_relative): New functions.
10263         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10264         of adjusting it if prelinked and prelinking cannot be used.
10265         * sysdeps/i386/bits/link.h: New file.
10266         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10267         content of .got[1].
10268         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10269         (ELF_MACHINE_PLT_REL): Define.
10270         (elf_machine_rela, elf_machine_rela_relative): New functions.
10271         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10272         of adjusting it if prelinked and prelinking cannot be used.
10273         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10274         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10275         to find out map for R_PPC_JMP_SLOT relocs.
10276         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10277         (OPCODE_BA): Define.
10278         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10279         libraries where prelinking info cannot be used.
10280         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10281         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10282         (elf_machine_rela): Set value to 0 if relocating conflicts.
10283         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10284         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10285         (sparc64_fixup_plt): Fix a typo.
10286         (elf_machine_rela): Set value to 0 if relocating conflicts.
10287         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10288         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10289         libraries where prelinking info cannot be used.
10290         * sysdeps/sh/bits/link.h: New file.
10291         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10292         content of .got[1].
10293         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10294         of adjusting it if prelinked and prelinking cannot be used.
10295         * sysdeps/s390/s390-32/bits/link.h: New file.
10296         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10297         Save original content of .got[1].
10298         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10299         of adjusting it if prelinked and prelinking cannot be used.
10300         * sysdeps/s390/s390-64/bits/link.h: New file.
10301         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10302         Save original content of .got[1].
10303         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10304         of adjusting it if prelinked and prelinking cannot be used.
10305         * sysdeps/x86_64/bits/link.h: New file.
10306         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10307         Save original content of .got[1].
10308         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10309         of adjusting it if prelinked and prelinking cannot be used.
10310
10311 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10312
10313         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10314         where appropriate instead of numbers.  Little optimizations.
10315
10316 2001-12-10  Roland McGrath  <roland@frob.com>
10317
10318         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10319         set it.
10320
10321         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10322         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10323
10324         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10325         Fix conditionals so this is set by default for stdio and not for libio.
10326         * sysdeps/mach/hurd/configure: Regenerated.
10327
10328 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10329
10330         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10331
10332 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10333
10334         * io/Makefile (tests): Add bug-ftw3.
10335         * io/bug-ftw3.c: New file.
10336
10337         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10338         matches and GLOB_NOCHECK is set.
10339         * posix/globtest.sh: Correct expected result for NOCHECK test.
10340
10341         * po/ca.po: Update from translation team.
10342
10343 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10344
10345         Implement transliteration of characters in strings of the locale
10346         definitions.
10347         * locale/programs/linereader.c: Adjust for additional parameter to
10348         lr_token.
10349         (get_string): If character <Uxxxx> is not found try to transliterate
10350         it.
10351         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10352         lr_token.  Add const to charmap parameter of all functions.
10353         (find_translit, find_translit2): New functions.
10354         * locale/programs/charmap.c: Adjust for additional parameter to
10355         lr_token.
10356         * locale/programs/repertoire.c: Likewise.
10357         * locale/programs/linereader.h: Likewise.
10358         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10359         parameter of all functions.
10360         * locale/programs/ld-collate.c: Likewise.
10361         * locale/programs/ld-identification.c: Likewise.
10362         * locale/programs/ld-measurement.c: Likewise.
10363         * locale/programs/ld-messages.c: Likewise.
10364         * locale/programs/ld-monetary.c: Likewise.
10365         * locale/programs/ld-name.c: Likewise.
10366         * locale/programs/ld-numeric.c: Likewise.
10367         * locale/programs/ld-paper.c: Likewise.
10368         * locale/programs/ld-paper.c: Likewise.
10369         * locale/programs/ld-telephone.c: Likewise.
10370         * locale/programs/ld-time.c: Likewise.
10371         * locale/programs/locfile.c: Likewise.
10372         * locale/programs/localedef.c: Likewise.
10373         * locale/programs/localedef.h: Likewise.
10374         * locale/programs/locfile.h: Likewise.  Add declaration for
10375         find_translit.
10376         * locale/programs/simple-hash.c: Add const to first parameter of
10377         find_entry, iterate_table, and lookup.
10378         * locale/programs/simple-hash.h: Likewise.
10379         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10380         instead.
10381         * include/locale.h: Define __LC_LAST.
10382         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10383
10384 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10385
10386         * sysdeps/powerpc/Dist: Update for recent FP changes.
10387         * sysdeps/powerpc/fpu/Dist: Likewise.
10388
10389 2001-12-07  Andreas Schwab  <schwab@suse.de>
10390
10391         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10392
10393 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10394
10395         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10396         save/restore functions here.
10397         (libm-support): Don't define these functions here.
10398         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10399         functions here.
10400         * sysdeps/powerpc/fe_nomask.c: Move to...
10401         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10402         * sysdeps/powerpc/fprrest.S: Move to...
10403         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10404         * sysdeps/powerpc/fprsave.S: Move to...
10405         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10406
10407 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10408
10409         * sysdeps/unix/sysv/linux/opensock.c: New file.
10410
10411 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10412
10413         * config.make.in (with-fp): Define from configure.
10414         * configure.in: Substitute with_fp.
10415         * configure: Regenerate.
10416         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10417         specified, and don't change FPU environment.
10418
10419 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10420
10421         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10422         * assert/assert.c: Check result of __asprintf call and don't use
10423         string if it failed.
10424         * assert/assert-perr.c: Likewise.
10425         * inet/rcmd.c: Likewise.
10426         * locale/programs/localedef.c (main): Check result of
10427         construct_output_path and exit if it failed.
10428         (construct_output_path): Check result of asprintf and mkdir calls and
10429         fail if they failed.
10430         * posix/getopt.c: Check result of __asprintf calls and fail if
10431         they failed.
10432         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10433
10434 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10435
10436         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10437         patch.
10438         * sysdeps/generic/strncase.c: Likewise.
10439         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10440
10441 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10442
10443         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10444
10445         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10446         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10447         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10448         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10449         * sysdeps/powerpc/fclrexcpt.c: Move to...
10450         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10451         * sysdeps/powerpc/fpu_control.h: Move to...
10452         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10453
10454 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10455
10456         * iconvdata/ibm1129.h: Remove duplicate mappings.
10457         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10458         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10459         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10460
10461         * timezone/zic.c: Fix handling of turnaround times.
10462         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10463
10464 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10465
10466         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10467         overflow problem.
10468
10469 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10470
10471         * posix/regex.c: For use outside glibc defined bounded pointer
10472         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10473
10474         * iconvdata/Makefile (modules): Add TCVN5712-1.
10475         * iconvdata/TESTS: Add TCVN5712-1.
10476         * iconvdata/gconv-modules: Likewise.
10477         * iconvdata/tcvn5712-1.c: New file.
10478         * iconvdata/testdata/TCVN-5712: New file.
10479         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10480
10481 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10482
10483         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10484
10485 2001-12-02  Roland McGrath  <roland@frob.com>
10486
10487         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10488
10489         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10490         Reported by Jeff Bailey <jbailey@nisa.net>.
10491
10492         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10493         Reported by Jeff Bailey <jbailey@nisa.net>.
10494
10495         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10496         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10497         Reported by Jeff Bailey <jbailey@nisa.net>.
10498
10499 2001-12-01  Roland McGrath  <roland@frob.com>
10500
10501         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10502         missing backslash in test arguments.
10503         * sysdeps/mach/hurd/configure: Regenerated.
10504
10505 2001-11-26  Roland McGrath  <roland@frob.com>
10506
10507         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10508         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10509
10510 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10511
10512         * iconvdata/Makefile (modules): Add ARMSCII-8.
10513         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10514         * iconvdata/armscii-8.c: New file.
10515
10516 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10517
10518         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10519         don't match, fix {{a,b},c} globbing, clean up.
10520         Patch by Flavio Veloso <flaviovs@magnux.com>.
10521         * posix/globtest.sh: Add new tests.
10522
10523 2001-11-29  Andreas Jaeger  <aj@suse.de>
10524
10525         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10526         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10527
10528         * sysdeps/generic/abort.c: Include libioP.h for
10529         _IO_flush_all_lockp prototype.
10530
10531 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10532
10533         * posix/regex.h: Define __restrict_arr correctly.
10534
10535 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10536
10537         * iconvdata/ibm1163.c: New file.
10538         * iconvdata/ibm1163.h: New file.
10539         * iconvdata/ibm1164.c: New file.
10540         * iconvdata/ibm1164.h: New file.
10541         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10542         * iconvdata/Makefile: Likewise.
10543         * iconvdata/testdata/IBM1163: New file.
10544         * iconvdata/testdata/IBM1163..UTF8: New file.
10545         * iconvdata/testdata/IBM1164: New file.
10546         * iconvdata/testdata/IBM1164..UTF8: New file.
10547         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10548
10549         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10550         * iconvdata/ibm1124.h: Likewise.
10551         * iconvdata/ibm1132.h: Likewise.
10552         * iconvdata/ibm1133.h: Likewise.
10553         * iconvdata/ibm1160.h: Likewise.
10554         * iconvdata/ibm1161.h: Likewise.
10555         * iconvdata/ibm1162.h: Likewise.
10556         * iconvdata/ibm856.h: Likewise.
10557         * iconvdata/ibm922.h: Likewise.
10558         * iconvdata/ibm930.h: Likewise.
10559         * iconvdata/ibm932.h: Likewise.
10560         * iconvdata/ibm933.h: Likewise.
10561         * iconvdata/ibm935.h: Likewise.
10562         * iconvdata/ibm937.h: Likewise.
10563         * iconvdata/ibm939.h: Likewise.
10564         * iconvdata/ibm943.h: Likewise.
10565         * iconvdata/ibm930.c: Pretty printing.
10566         * iconvdata/ibm937.c: Avoid access accross array boundary.
10567
10568         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10569         the current locale's codeset.
10570         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10571         empty input string.
10572         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10573         and from-charset.  Don't determine locale's charset here.
10574
10575         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10576         as the old _IO_flush_all but lock only if parameter is nonzero.
10577         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10578         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10579         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10580         if libio is used [PR libc/2575].
10581
10582 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10583
10584         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10585         __signbitl): Only define for ISO C99.
10586
10587 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10588
10589         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10590         herrnop to NETDB_INTERNAL if we run out of buffer space.
10591
10592 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10593
10594         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10595         overflow test for platforms with signed char.
10596         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10597
10598 2001-11-28  Bruno Haible  <bruno@clisp.org>
10599
10600         * locale/programs/simple-hash.c (lookup_2): Remove function.
10601         (insert_entry_2): Call lookup instead of lookup_2.
10602
10603 2001-03-04  Bruno Haible  <bruno@clisp.org>
10604
10605         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10606
10607 2001-10-31  Bruno Haible  <bruno@clisp.org>
10608
10609         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10610
10611 2001-03-21  Bruno Haible  <bruno@clisp.org>
10612
10613         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10614         chokes on empty macro arguments.
10615         * intl/plural.y: Add #pragma for alloca on AIX 3.
10616
10617 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10618
10619         * intl/dcigettext.c (guess_category_value): Only implement for
10620         glibc.  Otherwise rely on function _nl_locale_name which isn't
10621         present in the glibc sources.
10622
10623 2001-09-24  Bruno Haible  <bruno@clisp.org>
10624
10625         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10626         transliteration when building on a glibc system but outside glibc.
10627
10628 2001-09-22  Bruno Haible  <bruno@clisp.org>
10629
10630         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10631         * intl/dcigettext.c (plural_eval): Remove function, moved to
10632         intl/plural-eval.c.
10633         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10634         Include plural-eval.c.
10635
10636 2001-09-22  Bruno Haible  <bruno@clisp.org>
10637
10638         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10639         don't start with a digit; nplurals must be positive.
10640
10641 2001-09-02  Bruno Haible  <bruno@clisp.org>
10642
10643         * intl/plural-exp.h: New file, extracted from gettextP.h.
10644         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10645         * intl/gettextP.h (struct expression, struct parse_args,
10646         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10647         * intl/loadmsgcat.c: Include plural-exp.h.
10648         (PLURAL_PARSE): Move macro to plural-exp.h.
10649         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10650         plural-exp.c.
10651         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10652         EXTRACT_PLURAL_EXPRESSION.
10653         (_nl_unload_domain): Update.
10654         * intl/dcigettext.c: Include plural-exp.h.
10655         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10656         (FREE_EXPRESSION): Move macro to plural-exp.h.
10657         * intl/Makefile (routines): Add plural-exp.
10658         (distribute): Add plural-exp.h.
10659
10660 2001-07-28  Bruno Haible  <bruno@clisp.org>
10661
10662         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10663         isdigit, tolower argument to 'unsigned char'.
10664         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10665         'unsigned char'.
10666         * intl/localealias.c (read_alias_file): Cast isspace argument to
10667         'unsigned char'.
10668
10669 2001-10-20  Bruno Haible  <bruno@clisp.org>
10670
10671         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10672         anyway.)
10673         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10674         with the variable 'index' in plural_lookup.
10675         * intl/l10nflist.c (strchr): Likewise.
10676         * intl/localealias.c (strchr): Likewise.
10677
10678         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10679         * intl/bindtextdom.c: Likewise.
10680         * intl/dcigettext.c: Likewise.
10681         * intl/dgettext.c: Likewise.
10682         * intl/dngettext.c: Likewise.
10683         * intl/explodename.c: Likewise.
10684         * intl/finddomain.c: Likewise.
10685         * intl/gettext.c: Likewise.
10686         * intl/l10nflist.c: Likewise.
10687         * intl/loadmsgcat.c: Likewise.
10688         * intl/localealias.c: Likewise.
10689         * intl/ngettext.c: Likewise.
10690         * intl/textdomain.c: Likewise.
10691         * intl/gettext.h: Assume <limits.h> exists.
10692
10693 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10694
10695         * stdio-common/Makefile (tests): Add scanf11.
10696         * stdio-common/scanf11.c: New file.
10697
10698 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10699
10700         * version.h (RELEASE): Define as development.
10701         (VERSION): Set to 2.2.90.
10702
10703 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10704
10705         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10706         * nis/nss_nis/nis-grp.c: Likewise.
10707         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10708
10709         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10710         * nis/nss_nis/nis-pwd.c: Likewise.
10711         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10712
10713         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10714         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10715         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10716
10717         * nscd/grpcache.c: Use strtoul instead of atol.
10718         * nscd/pwdcache.c: Likewise.
10719         * nss/getent.c: Likewise.
10720
10721 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10722
10723         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10724         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10725
10726 2001-11-19  Bruno Haible  <bruno@clisp.org>
10727
10728         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10729         90%.
10730         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10731         improves the quality of the hash function, especially for short
10732         strings.
10733
10734 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10735
10736         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10737         are found call conv_error and not input_error [PR libc/2669].
10738
10739         * math/bits/mathcalls.h: Mark ceil and floor as const.
10740         Reported by David Mosberger.
10741
10742 2001-11-21  Jim Meyering  <meyering@lucent.com>
10743
10744         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10745         Define to be __-prefixed.
10746         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10747
10748 2001-11-26  Andreas Jaeger  <aj@suse.de>
10749
10750         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10751         avoid warning.
10752
10753 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10754
10755         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10756         initialization.
10757
10758         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10759         unused variables.  Fix threshold for returning 1.0.
10760
10761         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10762         argument.
10763
10764         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10765         remove unused variables.
10766
10767         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10768
10769         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10770         include local math header files.
10771
10772 2001-11-22  Andreas Jaeger  <aj@suse.de>
10773
10774         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10775         avoid warning.
10776
10777 2001-11-21  Andreas Jaeger  <aj@suse.de>
10778
10779         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10780
10781         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10782         sys/debugreg.h
10783
10784 2001-11-15  Andreas Jaeger  <aj@suse.de>
10785
10786         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10787         compilers that support it.
10788
10789         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10790         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10791         * stdlib/stdlib.h: Likewise.
10792
10793 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10794
10795         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10796         statement with gotos.
10797         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10798
10799 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10800
10801         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10802
10803 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10804
10805         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10806
10807 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10808             H.J. Lu  <hjl@gnu.org>
10809
10810         * Versions.def (libc): Add GCC_3.0.
10811         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10812         if gcc supports this flag.
10813         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10814         (gcc3): Allow glibc to be compiled with gcc 3.x.
10815         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10816         * config.make.in (static-libgcc, unwind-find-fde): Add.
10817         * Makerules (build-shlib-helper, build-module-helper): Use it.
10818         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10819         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10820         necessary.
10821         (_fini): Call __deregister_frame_info_bases if
10822         __register_frame_info_bases was used to register.
10823         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10824         for GLIBC_2.0.
10825         (__register_frame_info_bases, __register_frame_info_table_bases,
10826         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10827         * elf/Makefile (routines): Add unwind-dw2-fde.
10828         (shared-only-routines): Add unwind-dw2-fde.
10829         * sysdeps/alpha/gccframe.h: New file.
10830         * sysdeps/arm/gccframe.h: New file.
10831         * sysdeps/generic/framestate.c: New file.
10832         * sysdeps/generic/dwarf2.h: New file.
10833         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10834         * sysdeps/generic/unwind-dw2-fde.c: New file.
10835         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10836         * sysdeps/generic/unwind-dw2-fde.h: New file.
10837         * sysdeps/generic/unwind-dw2.c: New file.
10838         * sysdeps/generic/unwind-pe.h: New file.
10839         * sysdeps/generic/unwind.h: New file.
10840         * sysdeps/hppa/gccframe.h: New file.
10841         * sysdeps/i386/gccframe.h: New file.
10842         * sysdeps/m68k/gccframe.h: New file.
10843         * sysdeps/mips/gccframe.h: New file.
10844         * sysdeps/powerpc/gccframe.h: New file.
10845         * sysdeps/s390/gccframe.h: New file.
10846         * sysdeps/sh/gccframe.h: New file.
10847         * sysdeps/sparc/gccframe.h: New file.
10848         * sysdeps/vax/gccframe.h: New file.
10849         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10850         Set on all architectures except ia64.
10851         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10852         for i386.
10853         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10854         __deregister_frame_info): Move to elf/Versions.
10855         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10856         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10857         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10858         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10859         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10860         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10861         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10862         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10863         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10864         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10865         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10866         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10867         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10868         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10869         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10870         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10871         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10872         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10873
10874 2001-11-15  Jeff Law  <law@redhat.com>
10875
10876         * posix/regex.c (uintptr_t): Do not provide a definition if the
10877         system provided one.
10878
10879 2001-11-13  Roland McGrath  <roland@frob.com>
10880
10881         * stdio-common/tmpfile.c: Moved to ...
10882         * sysdeps/generic/tmpfile.c: ... here.
10883         * sysdeps/mach/hurd/tmpfile.c: New file.
10884
10885         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10886         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10887         (fopenport): Define as weak alias.
10888
10889         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10890         * libio/libioP.h: ... to here.
10891
10892 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10893
10894         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10895         program header twice.  Construct list with the needed information.
10896
10897 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10898
10899         * po/ca.po: Update from translation team.
10900
10901         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10902         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10903         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10904         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10905
10906 2001-11-10  Andreas Jaeger  <aj@suse.de>
10907
10908         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10909         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10910         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10911
10912 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10913
10914         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10915         correctly.
10916         * elf/dl-load.c (is_dst): New function.
10917         (_dl_dst_count): Use is_dst to check for DST variable.
10918         (_dl_dst_substitute): Likewise.
10919
10920 2001-11-09  Roland McGrath  <roland@frob.com>
10921
10922         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10923         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10924         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10925         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10926         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10927         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10928         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10929         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10930         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10931         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10932         * sysdeps/mach/hurd/powerpc/Dist: New file.
10933
10934         * hurd/privports.c (__get_privileged_ports):
10935         Only contact the proc server if necessary for this call.
10936         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10937         Check error return for mach_port_mod_refs.
10938
10939 2001-11-09  Andreas Schwab  <schwab@suse.de>
10940
10941         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10942
10943 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10944
10945         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
10946         object is always the last in the list.
10947         (_dl_map_object_from_fd): Delete code to remove from object list
10948         when DF_1_NOOPEN is seen.  This is done in lose.
10949
10950 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
10951
10952         * elf/dl-object.c (_dl_new_object): Various small optimizations.
10953
10954 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
10955
10956         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
10957         HWCAP_CHECK macro code.
10958
10959         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
10960         Now returns MAP_FAILED on error.
10961         * elf/rtld.c: Adjust caller.
10962         * sysdeps/generic/dl-cache.c: Likewise.
10963         * sysdeps/generic/ldsodefs.h: Adjust description.
10964
10965         * elf/dl-version.c (match_symbol): Optimize error handling for size.
10966         (_dl_check_map_versions): Likewise.
10967
10968 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10969
10970         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
10971         _dl_signal_error directly, always use lose.  Set fd to -1 after
10972         file is closed.
10973         (lose): Don't call close if fd == -1.
10974
10975 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
10976
10977         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
10978          Also fix typo @code {mbsinit} to @code{mbsinit}.
10979
10980 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
10981
10982         * elf/dl-profile.c: Replace state variable with simple flag named
10983         running.  Remove commented-out code.
10984
10985         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
10986         (_dl_init_paths): Likewise.
10987         (_dl_map_object_from_fd): Likewise.
10988         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10989
10990 2001-11-06  Roland McGrath  <roland@frob.com>
10991
10992         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
10993         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
10994
10995         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
10996         sysdeps/powerpc/elf/sysdep.h.
10997         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
10998
10999 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11000
11001         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11002         speed.
11003         (process_envvars): Some more optimizations.
11004         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11005
11006         * elf/elf.h: Add dynamic tag definitions for prelinking.
11007
11008         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11009         Rewrite code to remove environment varables for SUID binaries.
11010         Small optimization in LD_PROFILE handling.
11011         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11012         changes.
11013         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11014
11015         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11016
11017         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11018         strings.  Change type of second parameter.
11019         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11020         for last change.
11021
11022         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11023
11024 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11025
11026         * manual/string.texi: Fix typos.
11027         * manual/examples/argp-ex2.c: Likewise.
11028
11029 2001-11-05  Roland McGrath  <roland@frob.com>
11030
11031         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11032         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11033         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11034         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11035         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11036         here, put under [__ELF__].
11037
11038 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11039
11040         * manual/charset.texi: Extensive editing work.
11041         * manual/nss.texi: Likewise.
11042         Changes by Dennis Grace <dgrace@us.ibm.com>.
11043
11044 2001-11-04  Roland McGrath  <roland@frob.com>
11045
11046         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11047         parameter to dir_mkfile.
11048
11049 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11050
11051         * string/bits/string2.h (__strndup): If n is smaller than len, set
11052         len to n + 1.
11053         * string/tester.c (test_strndup): New function.
11054         (main): Call it.
11055
11056 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11057
11058         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11059
11060         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11061         * scripts/cpp: New file.
11062
11063         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11064         for rtld_search_dirs content.  Minor optimizations.
11065
11066 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11067
11068         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11069         avoiding unnecessary duplication.
11070
11071 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11072
11073         * elf/dl-load.c (_dl_map_object): If library was found using
11074         LD_LIBRARY_PATH, don't try RUNPATH list.
11075
11076 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11077
11078         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11079         Correct second argument of register_dump call.
11080         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11081         Likewise.
11082
11083 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11084
11085         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11086         modules.
11087         * iconvdata/TESTS: Likewise.
11088         * iconvdata/gconv-modules: Likewise.
11089         * iconvdata/ibm1132.c: New file.
11090         * iconvdata/ibm1132.h: New file.
11091         * iconvdata/ibm1133.c: New file.
11092         * iconvdata/ibm1133.h: New file.
11093         * iconvdata/ibm1162.c: New file.
11094         * iconvdata/ibm1162.h: New file.
11095         * iconvdata/testdata/IBM1132: New file.
11096         * iconvdata/testdata/IBM1132..UTF8: New file.
11097         * iconvdata/testdata/IBM1133: New file.
11098         * iconvdata/testdata/IBM1133..UTF8: New file.
11099         * iconvdata/testdata/IBM1162: New file.
11100         * iconvdata/testdata/IBM1162..UTF8: New file.
11101         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11102
11103         * string/string.h: Fix typo in comment.
11104         * wcsmbs/wchar.h: Likewise.
11105
11106 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11107
11108         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11109         const in type of longopts parameter.
11110
11111 2001-10-29  Andreas Jaeger  <aj@suse.de>
11112
11113         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11114
11115 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11116
11117         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11118         output, clarify `#' behaviour on 0.
11119         (Floating-Point Conversions): Clarify that %g only uses %e when
11120         the exponent would be greater than 1.
11121
11122 2001-10-28  Roland McGrath  <roland@frob.com>
11123
11124         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11125         * sysdeps/mach/powerpc/machine-sp.h: New file.
11126         * sysdeps/mach/powerpc/sysdep.h: New file.
11127         * sysdeps/mach/powerpc/thread_state.h: New file.
11128
11129         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11130         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11131         expect to need the same thing on every platform.
11132
11133         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11134         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11135
11136         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11137         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11138         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11139         Move all these assembly-related definitions to ...
11140         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11141
11142         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11143         by Peter Bruin <pjbruin@dds.nl>.
11144
11145         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11146         packing results for a `poll' call.
11147
11148 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11149
11150         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11151         correctly.
11152         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11153         bracket expression.
11154
11155         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11156         nrules value.
11157         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11158
11159 2001-10-24  H.J. Lu  <hjl@gnu.org>
11160
11161         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11162         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11163         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11164
11165 2001-10-21  Jim Meyering  <meyering@lucent.com>
11166
11167         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11168         this code would end up calling gettext even in packages built
11169         with --disable-nls.
11170         * posix/getopt.c (_): Likewise.
11171         * posix/regex.c (_): Likewise.
11172
11173 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11174
11175         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11176         lookup not ip6.int.
11177         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11178         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11179
11180 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11181
11182         * misc/sys/cdefs.h (__attribute_used__): Define.
11183         * elf/rtld.c (_dl_start): Add __attribute_used__.
11184         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11185
11186 2001-10-25  Andreas Schwab  <schwab@suse.de>
11187
11188         * stdlib/a64l.c: Expect least significant digit first.
11189         * stdlib/l64a.c: Produce least significant digit first.
11190         * stdlib/Makefile (tests): Add test-a64l.
11191         * stdlib/test-a64l.c: New file.
11192         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11193
11194 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11195
11196         * po/sk.po: Update from translation team.
11197
11198 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11199
11200         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11201
11202 2001-10-18  Andreas Schwab  <schwab@suse.de>
11203
11204         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11205         next whole number.
11206         (print_function_ulps): Likewise.
11207         (print_complex_function_ulps): Likewise.
11208         (print_max_error): Likewise.
11209         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11210
11211 2001-10-16  Andreas Schwab  <schwab@suse.de>
11212
11213         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11214         implementation.
11215
11216         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11217         BSD_SETJMP or BSD__SETJMP is defined, resp.
11218         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11219         a tail call to __sigsetjmp that would require extending the
11220         caller's frame.
11221         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11222         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11223         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11224         Reported by Jes Sorensen <jes@trained-monkey.org>.
11225
11226 2001-10-16  Andreas Jaeger  <aj@suse.de>
11227
11228         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11229         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11230         close PR libc/2589.
11231
11232 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11233
11234         * po/ca.po: New file.  Contributed by the translation team.
11235
11236 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11237
11238         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11239         a varargs prototype.  Remove dependency from kernel header files.
11240
11241         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11242         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11243
11244 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11245
11246         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11247         to generate hexadecimal identifier.
11248         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11249
11250 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11251
11252         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11253
11254 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11255
11256         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11257         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11258         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11259
11260         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11261         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11262         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11263         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11264         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11265         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11266
11267         * timezone/africa: Update from tzdata2001d.
11268         * timezone/asia: Likewise.
11269         * timezone/australasia: Likewise.
11270         * timezone/backward: Likewise.
11271         * timezone/europe: Likewise.
11272         * timezone/leapseconds: Likewise.
11273         * timezone/northamerica: Likewise.
11274         * timezone/southamerica: Likewise.
11275         * timezone/zone.tab: Likewise.
11276
11277 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11278
11279         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11280         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11281
11282 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11283
11284         * elf/elf.h (PT_TLS): New definition.
11285
11286 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11287
11288         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11289         bits/errno.h
11290
11291 2001-10-07  Roland McGrath  <roland@frob.com>
11292
11293         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11294
11295 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11296
11297         * elf/elf.h: Add more ELFOSABI_* constants.
11298
11299 2001-10-04  Ben Collins  <bcollins@debian.org>
11300
11301         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11302         decleration of __need_wchar_t.
11303
11304 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11305
11306         * string/bits/string2.h (__strsep_g): Add prototype.
11307         (__strsep): Use it.
11308         * string/Versions (__strsep): Remove.
11309         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11310
11311 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11312
11313         * manua/llio.texi: Clarify file references added by mmap.
11314         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11315
11316 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11317
11318         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11319         Add sc_loadrs and sc_rbs_bas to match current kernel.
11320
11321 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11322
11323         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11324
11325         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11326
11327 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11328
11329         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11330         object has been bumped because of relocation dependency, avoid
11331         duplicates in l_scope.
11332         (show_scope): Fix typos.
11333         * elf/Makefile: Add rules to build and run reldep6.
11334         * elf/reldep6.c: New file.
11335         * elf/reldep6mod0.c: New file.
11336         * elf/reldep6mod1.c: New file.
11337         * elf/reldep6mod2.c: New file.
11338         * elf/reldep6mod3.c: New file.
11339         * elf/reldep6mod4.c: New file.
11340
11341 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11342
11343         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11344         sparc64_fixup_plt.
11345         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11346         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11347         for non-lazy binding. Fix .plt[32768+] handling.
11348         (elf_machine_plt_value): Don't add addend.
11349         (elf_machine_rela): Call sparc64_fixup_plt instead of
11350         elf_machine_fixup_plt.
11351         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11352         dynamic linker at 0xfffff800XXXXXXXX.
11353
11354         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11355
11356 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11357
11358         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11359
11360 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11361
11362         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11363         declare __cmsg_data field if its size would be bigger than 0.
11364         (CMSG_DATA): Adjust accordingly.
11365         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11366         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11367         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11368         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11369         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11370         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11371         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11372
11373 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11374
11375         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11376         * iconvdata/testdata/IBM1160: New file.
11377         * iconvdata/testdata/IBM1160..UTF8: New file.
11378         * iconvdata/testdata/IBM1161: New file.
11379         * iconvdata/testdata/IBM1161..UTF8: New file.
11380         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11381
11382 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11383
11384         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11385         UL_SETFSIZE computations better.
11386
11387         * rt/Makefile: Remove use of filter for librt again.
11388
11389         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11390         UL_SETFSIZE computations better.
11391
11392         * string/Versions: Export __strsep for GLIBC_2.2.5.
11393         * string/bits/string2.h: Define all __STRING_INLINE functions if
11394         _FORCE_INLINES is defined.
11395         Use int instead of char of parameter types.
11396         (__strsep): Don't use __strsep_g.  Don't define it.
11397         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11398         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11399         __strcpy_small.
11400         (__stpcpy_a_small): Renamed from __stpcpy_small.
11401         (__strcspn_c1): Don't define if _FORCE_INLINES.
11402         (__strspn_c1): Likewise.
11403
11404 2001-09-22  Ben Collins  <bcollins@debian.org>
11405
11406         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11407         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11408         * sysdeps/ia64/bits/sigaction.h: Likewise.
11409         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11410
11411 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11412
11413         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11414
11415 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11416
11417         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11418
11419 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11420
11421         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11422
11423 2001-09-20  H.J. Lu  <hjl@gnu.org>
11424
11425         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11426         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11427         for __RTLD_SPROF.
11428         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11429         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11430
11431 2001-09-20  H.J. Lu  <hjl@gnu.org>
11432
11433         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11434         don't add 1.
11435
11436 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11437
11438         * nss/getent.c: Accept -s parameter to overwrite rules in
11439         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11440
11441         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11442         with as many ".0" as necessary to form a complete address
11443         inet_network understands.
11444
11445         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11446         calls.
11447
11448 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11449
11450         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11451         _JMPBUF_UNWINDS.
11452         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11453
11454 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11455
11456         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11457         IBM1161.
11458         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11459         * iconvdata/ibm1160.c: New file.
11460         * iconvdata/ibm1160.h: New file.
11461         * iconvdata/ibm1161.c: New file.
11462         * iconvdata/ibm1161.h: New file.
11463         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11464
11465 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11466
11467         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11468         difference between base address and first PT_LOAD's virtual address,
11469         not the base address.
11470
11471 2001-09-11  Tom Rix  <trix@redhat.com>
11472
11473         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11474         ifdef for __getopt_clean_environment.
11475         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11476
11477 2001-09-22  Andreas Jaeger  <aj@suse.de>
11478
11479         * elf/reldep4.c (main): Add proper prototype to fix warning.
11480
11481         * elf/reldep5.c (main): Remove unused variable.
11482
11483         * math/math_private.h: Add prototypes.
11484
11485 2001-09-21  Andreas Jaeger  <aj@suse.de>
11486
11487         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11488         * sysdeps/x86_64/Dist: New file.
11489         * sysdeps/x86_64/soft-fp/Dist: New file.
11490
11491         * sysdeps/gnu/Dist: Remove eval.c.
11492
11493 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11494
11495         * malloc/memusage.c (realloc): Don't count already allocated
11496         memory in the sums.
11497         (me): Always use dlsym() to find the real implementations.
11498
11499         * malloc/memusage.sh: Make -n option actually do something.
11500
11501 2001-09-20  Andreas Jaeger  <aj@suse.de>
11502
11503         * elf/elf.h (R_390_NUM): Correct value.
11504
11505         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11506         libpthread.
11507
11508         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11509         for x86-64, install x86-64 into */lib64.
11510
11511         * shlib-versions: Add x86-64.
11512
11513         * elf/elf.h: Add x86-64 relocations.
11514
11515 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11516
11517         * po/fr.po: Update from translation team.
11518
11519 2001-09-19  Andreas Jaeger  <aj@suse.de>
11520
11521         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11522         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11523         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11524         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11525         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11526         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11527         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11528         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11529         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11530         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11531         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11532         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11533         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11534         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11535         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11536         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11537         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11538         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11539         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11540         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11541         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11542         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11543         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11544         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11545         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11546         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11547         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11548         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11549         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11550         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11551         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11552         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11553         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11554         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11555         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11556         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11557         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11558         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11559         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11560         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11561         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11562         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11563         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11564         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11565         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11566         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11567         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11568         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11569         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11570         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11571         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11572         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11573         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11574         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11575         * sysdeps/unix/x86_64/sysdep.S: New file.
11576         * sysdeps/unix/x86_64/sysdep.h: New file.
11577         * sysdeps/x86_64/Implies: New file.
11578         * sysdeps/x86_64/Makefile: New file.
11579         * sysdeps/x86_64/Versions: New file.
11580         * sysdeps/x86_64/__longjmp.S: New file.
11581         * sysdeps/x86_64/abort-instr.h: New file.
11582         * sysdeps/x86_64/atomicity.h: New file.
11583         * sysdeps/x86_64/bits/endian.h: New file.
11584         * sysdeps/x86_64/bits/setjmp.h: New file.
11585         * sysdeps/x86_64/bits/string.h: New file.
11586         * sysdeps/x86_64/bp-asm.h: New file.
11587         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11588         * sysdeps/x86_64/bsd-setjmp.S: New file.
11589         * sysdeps/x86_64/dl-machine.h: New file.
11590         * sysdeps/x86_64/elf/initfini.c: New file.
11591         * sysdeps/x86_64/elf/start.S: New file.
11592         * sysdeps/x86_64/ffs.c: New file.
11593         * sysdeps/x86_64/ffsll.c: New file.
11594         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11595         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11596         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11597         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11598         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11599         * sysdeps/x86_64/fpu/e_expl.c: New file.
11600         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11601         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11602         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11603         * sysdeps/x86_64/fpu/e_logl.S: New file.
11604         * sysdeps/x86_64/fpu/e_powl.S: New file.
11605         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11606         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11607         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11608         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11609         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11610         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11611         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11612         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11613         * sysdeps/x86_64/fpu/fegetround.c: New file.
11614         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11615         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11616         * sysdeps/x86_64/fpu/fesetround.c: New file.
11617         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11618         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11619         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11620         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11621         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11622         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11623         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11624         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11625         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11626         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11627         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11628         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11629         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11630         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11631         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11632         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11633         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11634         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11635         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11636         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11637         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11638         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11639         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11640         * sysdeps/x86_64/gmp-mparam.h: New file.
11641         * sysdeps/x86_64/hp-timing.c: New file.
11642         * sysdeps/x86_64/hp-timing.h: New file.
11643         * sysdeps/x86_64/htonl.S: New file.
11644         * sysdeps/x86_64/memusage.h: New file.
11645         * sysdeps/x86_64/setjmp.S: New file.
11646         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11647         * sysdeps/x86_64/stackinfo.h: New file.
11648         * sysdeps/x86_64/sysdep.h: New file.
11649         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11650
11651         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11652         L Moshier.
11653
11654 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11655
11656         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11657         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11658
11659 2001-09-18  Andreas Schwab  <schwab@suse.de>
11660
11661         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11662         list, now that l_scope is a pointer.
11663
11664         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11665         scope list.
11666
11667 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11668
11669         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11670         (elf_machine_rela_relative): Add a missing declaration.
11671
11672 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11673
11674         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11675         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11676         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11677         ldd-rewrite scripts.
11678
11679 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11680
11681         * elf/ldd.bash.in: Update copyright message.
11682
11683 2001-09-17  H.J. Lu  <hjl@gnu.org>
11684
11685         * hurd/hurdmalloc.c (bcopy): Removed.
11686         (realloc): Replace bcopy with memcpy.
11687         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11688         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11689         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11690
11691         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11692         (gethostbyaddr): Likewise.
11693         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11694
11695 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11696
11697         * sysdeps/gnu/eval.c: Removed.
11698
11699 2001-09-18  Andreas Jaeger  <aj@suse.de>
11700
11701         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11702         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11703
11704         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11705         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11706
11707         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11708         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11709
11710 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11711
11712         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11713         nrules value.
11714
11715 2001-09-14  H.J. Lu  <hjl@gnu.org>
11716
11717         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11718
11719 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11720
11721         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11722         Patch by Florian La Roche <laroche@redhat.com>.
11723
11724         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11725
11726         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11727         ETHER_CRC_LEN.
11728
11729 2001-09-14  Andreas Schwab  <schwab@suse.de>
11730
11731         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11732         Sumner <bls@sgi.com>.
11733         * posix/execlp.c: Likewise.
11734
11735 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11736
11737         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11738         is already found earlier in the search scope.
11739
11740 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11741
11742         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11743         filter.
11744
11745 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11746
11747         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11748
11749 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11750
11751         * config.h.in: Enforce optimization to be used.
11752         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11753         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11754         * posix/Makefile (annexc-CFLAGS): Define to -O.
11755         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11756
11757 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11758
11759         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11760         Patch by Stephan Kulow.
11761
11762 2001-09-08  Ben Collins  <bcollins@debian.org>
11763
11764         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11765         usage of RESOLVE() (r_type, not reloc->r_type).
11766
11767 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11768
11769         * elf/dl-object.c: Avoid allocating extra memory block for name.
11770         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11771         allocated separately.
11772         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11773
11774 2001-09-08  H.J. Lu  <hjl@gnu.org>
11775
11776         * po/zh_TW.po: Fix a typo.
11777
11778 2001-09-07  Tom Rix  <trix@redhat.com>
11779
11780         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11781
11782 2001-08-26  Tom Rix  <trix@redhat.com>
11783
11784         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11785         command line options.
11786         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11787         * sysdeps/unix/sysv/aix/start.c: Removed.
11788         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11789         * sysdeps/unix/sysv/aix/init-first.c: New file.
11790         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11791
11792 2001-09-08  Ben Collins  <bcollins@debian.org>
11793
11794         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11795         * sysdeps/generic/dl-machine.h: Likewise.
11796         * sysdeps/hppa/dl-fptr.c: Likewise.
11797         * sysdeps/ia64/dl-fptr.c: Likewise.
11798         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11799         * sysdeps/mips/dl-machine.h: Likewise.
11800         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11801         * sysdeps/powerpc/dl-machine.c: Likewise.
11802
11803 2001-09-07  Ben Collins  <bcollins@debian.org>
11804
11805         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11806
11807         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11808
11809 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11810
11811         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11812         dependencies if necessary.
11813
11814         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11815         loaded directly) determine length if l_initfini list by iterating
11816         over its elements.  Minor optimizations.
11817         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11818         for dependency objects.
11819         If object was already loaded check whether any of the dependencies
11820         is already on the relocation dependency list.  If yes, remove the
11821         latter.  Minor optimizations.
11822         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11823         maps here.  Search l_initfini list only if the object was loaded
11824         directly and not only as a dependency.
11825         (_dl_lookup_symbol): Add relocation dependency also if object
11826         is not in global scope.  Remove test for self-reference here.
11827         (_dl_lookup_versioned_symbol): Likewise.
11828         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11829         element of first name record.
11830         * elf/loadtest.c: Add some more test to recognize early if an object
11831         wasn't unloaded.
11832         * elf/Makefile: Add rules to build and run reldep5.
11833         * elf/reldep5.c: New file.
11834         * elf/reldepmod5.c: New file.
11835         * elf/reldepmod6.c: New file.
11836
11837         * elf/reldep2.c: Fix typo.
11838
11839 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11840
11841         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11842         elements.  Change l_scope to be a pointer only.
11843         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11844         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11845         here add searchlist of newly open file to the dependency's scope.
11846         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11847         only searchlist from its scope.  Free own scope array if necessary.
11848         * elf/Makefile (tests): Add dblload and dblunload now.
11849
11850 2001-09-06  Andreas Jaeger  <aj@suse.de>
11851
11852         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11853         Stephen L Moshier.
11854
11855 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11856
11857         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11858         they both fail.
11859         * elf/dblload.c: New file.
11860         * elf/dblloadmod1.c: New file.
11861         * elf/dblloadmod2.c: New file.
11862         * elf/dblloadmod3.c: New file.
11863         * elf/dblunload.c: New file.
11864
11865 2001-09-04  Richard Henderson  <rth@redhat.com>
11866
11867         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11868         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11869
11870 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11871
11872         Correct very misleading message for error in failed runtime relocation.
11873         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11874         place of the error.
11875         (_dl_signal_cerror): Likewise.
11876         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11877         * elf/dl-close.c: Likewise.
11878         * elf/dl-deps.c: Likewise.
11879         * elf/dl-load.c: Likewise.
11880         * elf/dl-lookup.c: Likewise.
11881         * elf/dl-open.c: Likewise.
11882         * elf/dl-reloc.c: Likewise.
11883         * elf/dl-sym.c: Likewise.
11884         * elf/dl-version.c: Likewise.
11885         * sysdeps/generic/dl-sysdep.c: Likewise.
11886
11887 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11888
11889         * iconv/strtab.c (strtabinit): Initialize null Strent.
11890         (newstring): Move len == 0 handling...
11891         (strtabadd): ...here.
11892         If len == 1, return null Strent.
11893         When inserting a suffix of an existing string, check if
11894         it is not equal to some suffix already recorded.
11895         Copy left and right members over if adding longer string.
11896
11897 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11898
11899         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11900
11901         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11902         (__syscall_gethostname): Add prototype.
11903
11904 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11905
11906         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11907
11908 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11909
11910         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11911
11912 2001-08-27  Roland McGrath  <roland@frob.com>
11913
11914         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11915         short, copy that much into NAME anyway before returning error.
11916
11917 2001-09-01  Richard Henderson  <rth@redhat.com>
11918
11919         * sysdeps/alpha/elf/Dist: Remove file.
11920         * sysdeps/alpha/elf/Makefile: Remove file.
11921         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11922         * sysdeps/alpha/elf/crtend.S: Remove file.
11923         * sysdeps/alpha/elf/initfini.c: New file.
11924
11925 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11926
11927         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11928         * iconv/tst-iconv3.c: Likewise.
11929
11930 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11931
11932         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11933
11934 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11935
11936         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11937         export it.
11938         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11939         * iconv/iconv_prog.c (insert_cache): New function.
11940         (print_known_names): If cache is used call insert_cache to use the
11941         information from the cache [PR libc/2509].
11942
11943 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11944
11945         * time/strptime.c (strptime_internal): Recognize 'l' format and
11946         handle it like 'I' for symmetry with strftime.
11947
11948 2001-08-31  Richard Henderson  <rth@redhat.com>
11949
11950         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
11951         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
11952         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
11953         (print_statistics): Make scalar unsigned long long.
11954         * sysdeps/alpha/hp-timing.h: New file.
11955
11956 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11957
11958         * stdio-common/perror.c (perror): Save errno early, pass it
11959         down to perror_internal.
11960         (perror_internal): Add errnum argument.
11961
11962 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
11963
11964         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
11965         Don't add old memory content for R_ALPHA_REFQUAD.
11966
11967 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11968
11969         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
11970         memory correctly.
11971
11972         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
11973         instead of open, __close instead of close, __getpagesize instead
11974         of getpagesize.
11975
11976         * string/argz-stringify.c (__argz_stringify): Use __strnlen
11977         instead of strnlen.
11978         * include/string.h (strndupa): Redefine here to use __strnlen
11979         instead of strnlen.
11980         * string/strndup.c (__strndup): Use __strnlen not strnlen.
11981
11982         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
11983         connected).
11984
11985 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
11986
11987         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
11988         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
11989         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
11990         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
11991         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
11992         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
11993         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
11994
11995 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
11996
11997         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
11998
11999 2001-08-30  Andreas Jaeger  <aj@suse.de>
12000
12001         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12002         contributed Stephen L Moshier.
12003
12004 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12005
12006         * sunrpc/etc.rpc (sgi_fam): Add.
12007
12008 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12009
12010         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12011
12012 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12013
12014         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12015         first is from a previous call.
12016         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12017
12018 2001-08-29  Andreas Schwab  <schwab@suse.de>
12019
12020         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12021
12022 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12023
12024         * config.make.in (INSTALL_SCRIPT): Define.
12025         * Makeconfig (INSTALL_SCRIPT): Define.
12026         * Makerules (do-install-script): New macro to install scripts using
12027         INSTALL_SCRIPT.
12028         (install-bin-script): New rule to install scripts with
12029         do-install-script.
12030         (install-bin-script-nosubdir): New rule.
12031         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12032         (distinfo-vars): Add $(install-bin-script).
12033         * Rules (others): Likewise.
12034         * Makefile (glibcbug): Install with install-bin-script.
12035         * debug/Makefile (xtrace): Likewise.
12036         (catchsegv): Likewise.
12037         * elf/Makefile (ldd): Likewise.
12038         * malloc/Makefile (mtrace): Likewise.
12039         * timezone/Makefile (tzselect): Likewise.
12040
12041 2001-08-29  H.J. Lu  <hjl@gnu.org>
12042
12043         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12044         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12045         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12046
12047 2001-08-29  Andreas Schwab  <schwab@suse.de>
12048
12049         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12050
12051 2001-08-28  H.J. Lu  <hjl@gnu.org>
12052
12053         * Makeconfig (combreloc-LDFLAGS): New variable.
12054         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12055         * config.make.in (have-z-combreloc): New variable.
12056         * configure.in: Substitute libc_cv_z_combreloc.
12057
12058 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12059
12060         * po/sv.po: Update from translation team.
12061         * po/fr.po: Likewise.
12062         * po/da.po: Likewise.
12063
12064 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12065
12066         * Makerules: Fix a typo: MD% -> MD5.
12067
12068 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12069
12070         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12071         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12072
12073 2001-08-28  Andreas Jaeger  <aj@suse.de>
12074
12075         * manual/libc-texinfo.sh: Add entry about free manuals.
12076
12077         * manual/contrib.texi (Contributors): Fix cross reference.
12078
12079         * manual/libc.texinfo (Copying): Include freemanuals.
12080
12081         * manual/Makefile (appendices): Add freemanuals.
12082
12083         * manual/freemanuals.texi: New file.
12084         Patch by Brian Youmans <3diff@gnu.org>.
12085
12086         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12087         smaller table.
12088
12089         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12090         table on separate page.
12091         Patch by Brian Youmans <3diff@gnu.org>.
12092
12093 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12094
12095         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12096         the connection went down after we first used it try to connect
12097         again and resend the message before printing to the console.
12098         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12099
12100 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12101
12102         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12103         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12104         bit set.
12105
12106 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12107
12108         * iconv/strtab.c (searchstring): Use correct length for comparison.
12109         (strtabadd): Account total size correct if new string has old string as
12110         substring.
12111
12112 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12113
12114         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12115
12116 2001-08-27  Andreas Jaeger  <aj@suse.de>
12117
12118         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12119
12120         * math/libm-test.inc (j0_test): Add extra tests.
12121         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12122         not x, in Hankel approximation.
12123         Patches by Stephen L Moshier.
12124
12125 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12126
12127         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12128         link_map.
12129
12130         * configure.in: Fix test for .rela.dyn section.
12131
12132         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12133
12134 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12135
12136         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12137         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12138         Pass type_class to _dl_lookup_*.
12139         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12140         Pass around just type_class instead of noexec, noplt pair.
12141         (_dl_lookup_versioned_symbol): Likewise.
12142         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12143         noexec, noplt pair.
12144         (_dl_lookup_versioned_symbol_skip): Likewise.
12145         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12146         * elf/do-lookup.h (do_lookup): Likewise.
12147         * include/link.h (struct link_map): Replace noexec and noplt fields
12148         in l_lookup_cache with type_class field.
12149         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12150         ELF_RTYPE_CLASS_COPY): Define.
12151         Adjust prototypes for _dl_lookup_symbol and
12152         _dl_lookup_versioned_symbol.
12153         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12154         elf_machine_lookup_noexec_p): Remove.
12155         (elf_machine_type_class): Define.
12156         * sysdeps/arm/dl-machine.h: Likewise.
12157         * sysdeps/hppa/dl-machine.h: Likewise.
12158         * sysdeps/cris/dl-machine.h: Likewise.
12159         * sysdeps/i386/dl-machine.h: Likewise.
12160         * sysdeps/ia64/dl-machine.h: Likewise.
12161         * sysdeps/m68k/dl-machine.h: Likewise.
12162         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12163         * sysdeps/mips/dl-machine.h: Likewise.
12164         * sysdeps/powerpc/dl-machine.h: Likewise.
12165         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12166         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12167         * sysdeps/sh/dl-machine.h: Likewise.
12168         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12169         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12170
12171 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12172
12173         * manual/message.texi (Advanced gettext functions): Change
12174         description of plural forms for Slovak.
12175         Reported by Marcel Telka <marcel@telka.sk>.
12176
12177         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12178         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12179
12180 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12181
12182         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12183         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12184
12185 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12186
12187         * include/link.h (struct link_map): Add l_lookup_cache element.
12188         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12189         (RESOLVE_MAP): Likewise.
12190         (_dl_relocate_object): Remove cache initialization.
12191         * elf/dl-lookup.c: Rip out cache handling code.
12192         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12193         declarations.
12194
12195         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12196         remove some __builtin_expect.
12197         (_dl_lookup_versioned_symbol): Likewise.
12198
12199         * config.h.in: Add HAVE_Z_COMBRELOC.
12200         * configure.in: Add test for -z combreloc.
12201
12202         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12203         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12204         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12205         case to almost no code.
12206
12207 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12208
12209         * po/tr.po: Update from translation team.
12210
12211 2001-08-24  Andreas Jaeger  <aj@suse.de>
12212
12213         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12214         make clean works.
12215
12216 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12217
12218         * elf/rtld.c (print_statistics): Printf % after percent values.
12219         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12220
12221         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12222         don't have to compute the hash value and initialize current_value.
12223         Move reference_name variable to where it is needed.
12224         (_dl_lookup_versioned_symbol): Likewise.
12225
12226 2001-08-24  Roland McGrath  <roland@frob.com>
12227
12228         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12229         Just test that strerror returns non-null for a few errno codes.
12230
12231 2001-08-23  Roland McGrath  <roland@frob.com>
12232
12233         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12234         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12235
12236         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12237
12238         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12239         __mach_reply_port.
12240
12241 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12242
12243         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12244         returns NULL.
12245
12246         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12247         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12248         doesn't do it.
12249         * elf/rtld.c: Include <sys/param.h>.
12250         * elf/dl-reloc.c: Likewise.
12251
12252 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12253
12254         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12255         empty to prevent junk from being generated.
12256         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12257
12258 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12259
12260         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12261         records.  Rename endrel to relative, initialize it to r, and use it
12262         in elf_machine_rel_relative calls.  Point r after relative relocs.
12263
12264 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12265
12266         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12267         of R_386_NONE.
12268
12269 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12270
12271         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12272         necessary.  Undefine newly defined macros at the end.
12273         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12274         Rename from elf_machine_rel_relative.
12275         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12276         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12277         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12278         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12279         Likewise.
12280         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12281         Likewise.
12282         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12283         Fix argument types.
12284         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12285         Fix argument types.
12286         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12287         Likewise.  Fix argument types.
12288         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12289         Likewise.  Fix argument types.
12290         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12291         Fix argument types.
12292         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12293         ElfW(Rel) in argument.
12294         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12295         function.
12296
12297 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12298
12299         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12300
12301 2001-08-24  Andreas Jaeger  <aj@suse.de>
12302
12303         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12304         Stephen L Moshier <moshier@mediaone.net>.
12305
12306 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12307
12308         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12309         first if RELCOUNT is set.
12310
12311         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12312         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12313         elf_machine_rel_relative.
12314         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12315         Minor optimizations.
12316         * sysdeps/arm/dl-machine.h: Likewise.
12317         * sysdeps/cris/dl-machine.h: Likewise.
12318         * sysdeps/hppa/dl-machine.h: Likewise.
12319         * sysdeps/i386/dl-machine.h: Likewise.
12320         * sysdeps/ia64/dl-machine.h: Likewise.
12321         * sysdeps/m68k/dl-machine.h: Likewise.
12322         * sysdeps/mips/dl-machine.h: Likewise.
12323         * sysdeps/powerpc/dl-machine.h: Likewise.
12324         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12325         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12326         * sysdeps/sh/dl-machine.h: Likewise.
12327         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12328         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12329
12330 2001-08-23  Roland McGrath  <roland@frob.com>
12331
12332         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12333
12334         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12335         sysdeps/mach version.  Implement counting ("recursive") mutexes
12336         on top of cthreads mutexes.
12337         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12338
12339         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12340         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12341         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12342         __libc_clean_end): Define these to call the cleanup function after
12343         normal exit when they're supposed to.
12344
12345         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12346         Take new first arg DOIT, a boolean saying whether to really install
12347         any cleanup handler.
12348         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12349         (__libc_cleanup_end): Likewise.
12350         * sysdeps/generic/bits/libc-lock.h: Same changes.
12351         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12352         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12353         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12354         Likewise.
12355         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12356         * sysdeps/generic/bits/stdio-lock.h
12357         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12358
12359 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12360
12361         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12362
12363 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12364
12365         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12366         functions.
12367         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12368         lookups in cache.
12369         (_dl_lookup_versioned_symbol): Likewise.
12370         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12371         relocation lookup.
12372         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12373         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12374         (lookup_cache, lookup_cache_versioned): Add declarations.
12375
12376 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12377
12378         * stdlib/tst-random.c (main): Swap parameters in fail call.
12379         Patch by Pete Bevin <pete@petebevin.com>.
12380
12381 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12382
12383         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12384
12385 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12386
12387         * malloc/obstack.c: Indent preprocessor directives.
12388         Patch by Jim Meyering <meyering@ascend.com>.
12389
12390         * po/ja.po: Update from translation team.
12391
12392 2001-08-23  Roland McGrath  <roland@frob.com>
12393
12394         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12395
12396         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12397         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12398
12399 2001-08-22  Roland McGrath  <roland@frob.com>
12400
12401         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12402         __libc_lock_define_recursive.
12403         * elf/dl-open.c: Don't declare it here any more.
12404         * elf/dl-close.c: Likewise.
12405         * elf/dl-lookup.c: Likewise.
12406         * elf/dl-iteratephdr.c: Likewise.
12407         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12408         __libc_lock_unlock_recursive.
12409         * elf/dl-close.c (_dl_close): Likewise
12410         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12411         * elf/dl-open.c (_dl_open): Likewise
12412
12413         * sysdeps/generic/bits/libc-lock.h
12414         (__libc_lock_define_recursive): New macro.
12415         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12416         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12417         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12418
12419         * conform/conformtest.pl (checknamespace): Sort the output list.
12420
12421         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12422         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12423         definitions conditional on [__USE_XOPEN].
12424
12425         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12426         these unconditionally, not only use [__USE_BSD], so as to match
12427         the sysdeps/unix/sysv/linux files.
12428
12429 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12430
12431         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12432         avoid warnings.
12433
12434         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12435         DL_LOOKUP_ADDRESS.
12436
12437 2001-08-22  Roland McGrath  <roland@frob.com>
12438
12439         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12440         conditionalization of sa_handler/sa_sigaction member types to
12441         match the sysdeps/unix/sysv/linux file.
12442
12443 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12444
12445         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12446         symbol sizes a bit better.
12447
12448         * sysdeps/ia64/strncpy.S: Complete rewrite.
12449         Contributed by Jakub Jelinek <jakub@redhat.com>.
12450
12451         * string/stratcliff.c (main): Add strncpy test.
12452
12453 2001-08-22  Roland McGrath  <roland@frob.com>
12454
12455         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12456         and don't declare unsetenv or _environ directly.
12457         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12458
12459 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12460
12461         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12462         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12463         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12464         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12465         test for cmsg struct size.
12466
12467 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12468
12469         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12470         Rename __argc to ___argc in prototypes to avoid compatibility
12471         problems with systems that reserve the identifier "__argc".
12472         Similarly for __argv.
12473
12474 2001-08-21  Roland McGrath  <roland@frob.com>
12475
12476         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12477
12478         * mach/Makefile (tests): Removed.
12479         * mach/hello.c: File removed.
12480
12481 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12482
12483         * po/sv.po: Update from translation team.
12484
12485         * stdio-common/vfscanf.c: Fix handling of %l[].
12486         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12487
12488         * libio/Makefile (tests): Add tst-sscanf.
12489         * libio/tst-sscanf.c: New file.
12490
12491         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12492         * malloc/mtrace.c (tr_where): dli_sname always points to a
12493         non-empty string if != NULL.
12494         Reported by Tim Janik <timj@gtk.org>.
12495
12496 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12497
12498         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12499         buf.  Free resources on failure.
12500         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12501         (makefd_xprt): Likewise.
12502         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12503         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12504         * sunrpc/auth_unix.c (authunix_create): Likewise.
12505
12506 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12507
12508         * string/strnlen.c: Remove.
12509         * sysdeps/generic/strnlen.c: New file.
12510         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12511
12512 2001-08-21  Roland McGrath  <roland@frob.com>
12513
12514         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12515         as a macro, not an extern inline function.
12516
12517         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12518         * Versions.def (libc): Add GLIBC_2.2.5 set.
12519         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12520         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12521
12522 2001-08-20  Roland McGrath  <roland@frob.com>
12523
12524         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12525         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12526
12527 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12528
12529         * string/bits/string2.h: Remove strnlen optimization here.
12530         * sysdeps/i386/i486/bits/string.h: Add it here.
12531
12532 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12533
12534         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12535
12536 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12537
12538         * po/gl.po: Update from translation team.
12539
12540 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12541
12542         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12543         * misc/err.c (convert_and_print): Likewise.
12544
12545         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12546         function calls.
12547
12548 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12549
12550         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12551         change of the gregset_t type.
12552         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12553
12554 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12555
12556         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12557
12558 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12559
12560         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12561
12562         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12563
12564 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12565
12566         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12567         before calling the cthreads initialization code.
12568
12569 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12570
12571         * argp/argp-help.c: Fix two problems introduced in last change.
12572
12573         * include/dirent.h: Include <dirstream.h> first.
12574
12575 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12576
12577         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12578
12579         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12580         * sunrpc/xdr_rec.c: Likewise.
12581         * sunrpc/xdr_mem.c: Likewise.
12582         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12583         * sunrpc/rpc_cmsg.c: Likewise.
12584         * sunrpc/getrpcport.c (getrpcport): Likewise.
12585         * sunrpc/clnt_simp.c (callrpc): Likewise.
12586         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12587         * string/envz.c: Likewise.
12588
12589         * po/ko.po: Update from translation team.
12590
12591         * argp/argp-help.c: Handle wide oriented stderr stream.
12592
12593 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12594
12595         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12596         __builtin_expect.
12597
12598         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12599
12600         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12601         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12602         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12603
12604         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12605
12606         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12607
12608         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12609
12610         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12611         wchar_t for function declarations and defintions.
12612
12613         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12614         Define suseconds_t if it hasn't happened yet.
12615
12616         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12617
12618         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12619
12620         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12621         <stddef.h>.
12622
12623         * conform/data/stddef.h-data: Remove wint_t.
12624
12625         * conform/conformtest.pl: Change namespace test to take #undef
12626         lines into account.
12627
12628         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12629
12630         * conform/data/sys/socket.h-data: Add sockatmark.
12631
12632 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12633
12634         * io/fts.c: Update from recent BSD source.
12635
12636 2001-08-17  Roland McGrath  <roland@frob.com>
12637
12638         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12639         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12640         Likewise.
12641
12642 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12643
12644         * locale/duplocale.c (__duplocale): Also initialize the special
12645         __ctype_* elements.
12646
12647         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12648
12649 2001-08-17  Andreas Jaeger  <aj@suse.de>
12650
12651         * misc/getpass.c: Include wchar.h for prototypes.
12652         * malloc/obstack.c: Likewise.
12653
12654 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12655
12656         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12657
12658         * wcsmbs/wcscoll.c: Also define __wcscoll.
12659         * include/wchar.h: Declare __wcscoll.
12660
12661         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12662         * libio/vwprintf.c: Likewise.
12663         * libio/wprintf.c: Likewise.
12664
12665         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12666
12667 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12668
12669         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12670         instead of mbrtowc.
12671         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12672         wcslen, and __wcscoll instead of wcscoll.
12673
12674         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12675
12676         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12677         __getuid instead of getuid.
12678
12679         * stdio-common/perror.c (perror): Use __close instead of close.
12680         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12681         * libio/freopen.c (freopen): Likewise.
12682         * libio/freopen64.c (freopen64): Likewise.
12683
12684         * libio/tst-ungetwc2.c (main): Define str const.
12685
12686         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12687         * libio/fwprintf.c: Also define __fwprintf.
12688         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12689         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12690         * assert/assert-perr.c: Likewise.
12691         * assert/assert.c: Likewise.
12692         * gmon/gmon.c: Likewise.
12693         * inet/rcmd.c: Likewise.
12694         * malloc/obstack.c: Likewise.
12695         * misc/err.c: Likewise.
12696         * misc/error.c: Likewise.
12697         * misc/getpass.c: Likewise.
12698         * posix/getopt.c: Likewise.
12699         * resolv/res_hconf.c: Likewise.
12700         * stdio-common/perror.c: Likewise.
12701         * stdio-common/psignal.c: Likewise.
12702         * stdlib/fmtmsg.c: Likewise.
12703         * sunrpc/auth_unix.c: Likewise.
12704         * sunrpc/clnt_perr.c: Likewise.
12705         * sunrpc/clnt_tcp.c: Likewise.
12706         * sunrpc/clnt_udp.c: Likewise.
12707         * sunrpc/clnt_unix.c: Likewise.
12708         * sunrpc/svc_simple.c: Likewise.
12709         * sunrpc/svc_tcp.c: Likewise.
12710         * sunrpc/svc_udp.c: Likewise.
12711         * sunrpc/svc_unix.c: Likewise.
12712         * sunrpc/xdr.c: Likewise.
12713         * sunrpc/xdr_array.c: Likewise.
12714         * sunrpc/xdr_rec.c: Likewise.
12715         * sunrpc/xdr_ref.c: Likewise.
12716         * sysdeps/generic/wordexp.c: Likewise.
12717
12718         * po/it.po: Update from translation team.
12719
12720         * misc/err.c: Handle wide oriented stderr stream.
12721
12722 2001-08-14  Tom Rix  <trix@redhat.com>
12723
12724         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12725         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12726
12727 2001-08-13  Tom Rix  <trix@redhat.com>
12728
12729         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12730         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12731         and __intptr_t.
12732
12733 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12734
12735         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12736         Store the access registers to the ucontext structure.
12737         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12738         Likewise.
12739
12740         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12741         Load the access registers from the ucontext structure.
12742         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12743         Likewise.
12744
12745         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12746         offsets to the new ucontext layout.
12747         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12748
12749         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12750         of the ucontext structure.
12751         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12752
12753 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12754
12755         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12756         (error_at_line): Likewise.
12757
12758         * stdio-common/perror.c (perror): Implement according to standard.
12759         The stream orientation must not be changed if the stream was not
12760         oriented before the call.
12761         * stdio-common/Makefile (tests): Add tst-perror.
12762         * stdio-common/tst-perror.c: New file.
12763
12764
12765 See ChangeLog.12 for earlier changes.