* include/unistd.h: Uncomment libc_hidden_proto for _exit.
[platform/upstream/glibc.git] / ChangeLog
1 2002-09-16  Roland McGrath  <roland@redhat.com>
2
3         * include/unistd.h: Uncomment libc_hidden_proto for _exit.
4         * sysdeps/mach/hurd/_exit.c: Add libc_hidden_def.
5         * sysdeps/generic/_exit.c: Likewise.
6
7 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
8
9         * elf/rtld.c (struct dl_start_final_info): New.
10         (_dl_start_final): Change second argument to struct
11         dl_start_final_info *.  Set start_time from info.
12         (_dl_start): Remove bootstrap_map variable, add info.
13         Define bootstrap_map as macro.  If not DONT_USE_BOOTSTRAP_MAP,
14         store HP_TIMING_NOW result into info.start_time.
15
16 2002-09-16  Andreas Jaeger  <aj@suse.de>
17
18         * sysdeps/unix/sysv/linux/_exit.c: Add libc_hidden_def and weak_alias
19         to _Exit.
20         * sysdeps/unix/sysv/linux/i386/_exit.S: Likewise.
21
22 2002-09-15  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
23
24         * sysdeps/powerpc/abort-instr.h: New file.
25
26 2002-09-14  Ulrich Drepper  <drepper@redhat.com>
27
28         * sysdeps/generic/libc-start.c (__libc_start_main): Remove bogus
29         comment.
30
31         * test-skeleton.c (main): Provide more information in case waitpid
32         fails.
33
34         * include/unistd.h: Declare __exit_thread.
35         * sysdeps/generic/libc-start.c (__libc_start_main): Remove dummy_addr.
36         Wrap call to main in setjmp if HAVE_CANCELBUF is defined.
37         * sysdeps/unix/sysv/linux/exit-thread.S: New file.
38         * sysdeps/unix/sysv/linux/_exit.c: New file.
39         * sysdeps/unix/sysv/linux/i386/_exit.S: New file.
40         * sysdeps/unix/sysv/linux/Makefile [subdir==posix] (sysdep_routines):
41         Add exit-thread.
42
43         * configure.in: Add dl_iterate_phdr to test using -nostdlib.
44
45 2002-09-12  Jakub Jelinek  <jakub@redhat.com>
46
47         * sysdeps/i386/dl-machine.h (elf_machine_rel)
48         (case R_386_TLS_DTPMOD32): Don't use addend.
49         [case R_386_TLS_TPOFF32]: Remove redundant SYM_MAP != NULL check.
50         (elf_machine_rela): Add support for TLS relocs.
51
52 2002-09-14  Roland McGrath  <roland@redhat.com>
53
54         * Makefile (manual/%): Add this pattern target to the iconvdata/% rule.
55
56 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
57
58         * stdlib/longlong.h [_ARCH_PPC && W_TYPE_SIZE!=32]: Add powerpc64
59         specific asm macros for multiple percision integer math.
60
61 2002-06-04  Steven Munroe  <sjmunroe@us.ibm.com>
62
63         * sysdeps/generic/ldconfig.h (FLAG_POWERPC_LIB64) New macro.
64         * elf/cache.c (print_entry): Add case for FLAG_POWERPC_LIB64.
65         Remove per-machine conditionals for FLAG_* cases.
66         * sysdeps/unix/sysv/linux/powerpc/ldconfig.h: New file.
67         * sysdeps/unix/sysv/linux/powerpc/readelflib.c: New file.
68         * sysdeps/unix/sysv/linux/powerpc/powerpc64/dl-cache.h: New file.
69
70 2002-09-10  Alan Modra <amodra@bigpond.net.au>
71
72         * csu/gmon-start.c [!TEXT_START]: Define TEXT_START if not already
73         defined in entry.h.
74         (__gmon_start__) [!ENTRY_POINT_DECL]: Use TEXT_START macro to obtain
75         lowest address for profiling in  __monstartup call.
76         * sysdeps/powerpc/powerpc64/elf/entry.h: New file.
77
78 2002-09-14  Roland McGrath  <roland@redhat.com>
79
80         * sysdeps/unix/sysv/linux/pread.c: __NR_pread64 may be defined
81         instead of __NR_pread.
82         * sysdeps/unix/sysv/linux/pread64.c: Likewise.
83         * sysdeps/unix/sysv/linux/pwrite.c: __NR_pwrite64 may be defined
84         instead of __NR_pwrite.
85         * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
86
87 2002-09-13  Roland McGrath  <roland@redhat.com>
88
89         * manual/libc.texinfo: @ifinfo -> @ifnottex around copyright notice.
90
91 2002-09-13  Andreas Jaeger  <aj@suse.de>
92
93         * sysdeps/unix/sysv/linux/mips/syscalls.list: Add readahead
94         syscall.  Patch by Guido Guenther <agx@sigxcpu.org>.
95
96 2002-09-12  Ulrich Drepper  <drepper@redhat.com>
97
98         * elf/elf.h: Correct DT_LOOS and DT_HIOS values.
99
100 2002-09-10  Ulrich Drepper  <drepper@redhat.com>
101
102         * sysdeps/powerpc/fpu/s_isnan.c: #undef __isnanf and isnanf after
103         reading the headers.
104
105 2002-09-12  Roland McGrath  <roland@redhat.com>
106
107         * elf/rtld.c (_dl_start_final): Move _begin, _end decls outside the fn.
108         (_dl_start) [DONT_USE_BOOTSTRAP_MAP]: Use &_begin instead of l_addr to
109         find the ELF header.
110
111         * elf/rtld.c (dl_main) [USE_TLS]: Adjust l_tls_initimage of main
112         executable if needed, in case it's actually a shared object.
113
114 2002-09-11  Roland McGrath  <roland@redhat.com>
115
116         * elf/dl-load.c (_dl_map_object_from_fd): Use l_addr instead of
117         l_map_start to adjust l_tls_initimage.
118
119         * nss/getnssent_r.c (__nss_getent_r): Use EAGAIN instead of errno
120         when using h_errno and it's not set to NETDB_INTERNAL.
121         * nss/getXXbyYY_r.c [NEED_H_ERRNO]: Likewise.
122
123         * Makefile ($(common-objpfx)testrun.sh): New target.
124         (others): Depend on it.
125         (postclean-generated): Append it.
126
127         * nss/bug-erange.c: New file.
128         * nss/Makefile (tests): Add it.
129
130         * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Return errno
131         instead of always EAGAIN when status is NSS_STATUS_TRYAGAIN.
132
133         * sysdeps/generic/dl-environ.c (unsetenv): Redo last fix without
134         strncmp, keeps the code smaller for a non-performance-critical case.
135
136         * sysdeps/generic/dl-environ.c (unsetenv): Rewritten using strncmp,
137         no longer wrongly matches arbitrary prefixes of NAME.
138         Reported by Jakub Jelinek <jakub@redhat.com>.
139
140 2002-09-11  Jakub Jelinek  <jakub@redhat.com>
141
142         * posix/bug-regex11.c (tests): New array.
143         (main): Rewritten to run more different tests.
144
145 2002-09-10  Roland McGrath  <roland@redhat.com>
146
147         * nscd/Makefile (CPPFLAGS-nscd, CPPFLAGS-nscd_conf, CPPFLAGS-dbg_log)
148         (CPPFLAGS-connections, CPPFLAGS-hstcache): Variables removed.
149         Instead, catch all of $(nscd-modules) via cppflags-iterator.mk.
150
151         * sysdeps/powerpc/fpu/s_isnan.c: Do macro hackery on __GI___isnanf as
152         well so we don't get it declared by include/math.h's hidden_proto.
153         Then do hidden_proto for __isnanf locally so hidden_def works right.
154
155         * posix/bug-regex5.c (main): Use `union locale_data_value' rather than
156         a cast to turn nl_langinfo return value into an integer.
157
158 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
159
160         * posix/regexec.c (build_trtable): Fix the destination of
161         newline to prevent wrong states from overwriting.
162         Append break statements to optimization.
163
164 2002-09-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
165
166         * posix/regcomp.c: Wrap #include wchar.h and wctype.h in #if.
167         (build_range_exp): Add castings to strlen invocations.
168         (build_collating_symbol): Restore the type of characters from "char"
169         to "unsigned char", and supplement castings.
170         (build_collating_symbol): Likewise.
171         (build_equiv_class): Likewise.
172         (build_charclass): Likewise.
173         (seek_collating_symbol_entry): Likewise.
174         (parse_bracket_exp): Likewise.
175         (build_word_op): Supplement a casting.
176         * posix/regex_internal.c: Wrap #include wchar.h and wctype.h in #if.
177         (re_string_allocate): Fix castings.
178         (re_string_construct): Likewise.
179         (re_string_construct_common): Likewise.
180         (re_string_realloc_buffers): Likewise.
181         (build_wcs_buffer): Likewise.
182         (build_wcs_upper_buffer): Likewise.
183         (re_string_skip_chars): Likewise.
184         (re_string_reconstruct): Likewise.
185         * posix/regex_internal.h: Restore the type of characters in
186         re_string_t and bracket_elem_t from "char" to "unsigned char".
187         (re_string_elem_size_at): Fix castings.
188         * posix/regexec.c: Wrap #include wchar.h and wctype.h in #if.
189         (transit_state_bkref_loop): Restore the type of characters from
190         "char" to "unsigned char", and append a cast to "char*" pointer in
191         array subscript.
192         (check_node_accept_bytes): Likewise.
193         (find_collation_sequence_value): Likewise.
194
195 2002-09-10  Hartvig Ekner  <hartvige@mips.com>
196
197         * sysdeps/mips/memcpy.S: New file.
198         * sysdeps/mips/memset.S: New file.
199         * sysdeps/mips/fpu/e_sqrt.c:  New file.
200         * sysdeps/mips/fpu/e_sqrtf.c: New file.
201
202         * fpu/fclrexcpt.c: Cleaned up the FPU exception stuff - was not
203         functional before. Also removed all SHLIB_COMPAT stuff.
204         * fpu/fegetenv.c: Likewise.
205         * fpu/fesetenv.c:: Likewise.
206         * fpu/feupdateenv.c: Likewise.
207         * fpu/fgetexcptflg.c: Likewise.
208         * fpu/fraiseexcpt.c: Likewise.
209
210         * sysdeps/mips/fpu/fsetexcptflg.c: New file.
211
212 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
213
214         * include/math.h (__finite_internal, __finitef_internal,
215         __finitel_internal, __isinf_internal, __isnan_internal): Remove.
216         (isfinite): Remove.
217         (__finite, __isinf, __isnan, __finitef, __isinff, __isnanf, __finitel,
218         __isinfl, __isnanl): Add hidden_proto.
219         (__fpclassify, __fpclassifyf, __fpclassifyl, __expm1l): Add
220         libm_hidden_proto.
221         * math/Makefile (libm-calls): Add s_isinf and s_isnan.
222         * stdio-common/printf_fp.c (__printf_fp): Remove INTUSE from
223         __is{inf,nan} calls.
224         * stdio-common/printf_size.c (printf_size): Likewise.
225         * sysdeps/generic/printf_fphex.c (__printf_fphex): Likewise.
226         * sysdeps/generic/s_ldexp.c (__ldexp): Likewise.
227         * sysdeps/generic/s_ldexpf.c (__ldexpf): Likewise.
228         * sysdeps/generic/s_ldexpl.c (__ldexpl): Likewise.
229         * sysdeps/generic/s_expm1l.c (__expm1l): Add libm_hidden_def.
230         * sysdeps/i386/fpu/s_finite.S (__finite_internal): Remove alias.
231         (__finite): Add hidden_def.
232         * sysdeps/i386/fpu/s_finitef.S (__finitef_internal): Remove alias.
233         (__finitef): Add hidden_def.
234         * sysdeps/i386/fpu/s_finitel.S (__finitel_internal): Remove alias.
235         (__finitel): Add hidden_def.
236         * sysdeps/i386/fpu/s_isinfl.c (__isinfl): Remove INTDEF.  Add
237         hidden_def.
238         * sysdeps/i386/fpu/s_isnanl.c (__isnanl): Likewise.
239         * sysdeps/i386/fpu/s_fpclassifyl.c (__fpclassifyl): Add
240         libm_hidden_def.
241         * sysdeps/i386/fpu/s_expm1l.S (__expm1l): Likewise.
242         * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Remove INTDEF.  Add
243         hidden_def.
244         * sysdeps/ieee754/dbl-64/s_isinf.c (__isinf): Likewise.
245         (__isinfl): Remove INTDEF.
246         * sysdeps/ieee754/dbl-64/s_isnan.c (__isnan): Remove INTDEF.  Add
247         hidden_def.
248         (__isnanl): Remove INTDEF.
249         * sysdeps/ieee754/dbl-64/s_fpclassify.c (__fpclassify): Add
250         libm_hidden_def.
251         * sysdeps/ieee754/dbl-64/e_lgamma_r.c (sin_pi): Use __sin and __cos
252         instead of sin and cos.
253         * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Remove INTDEF.
254         Add hidden_def.
255         * sysdeps/ieee754/flt-32/s_isinff.c (__isinff): Likewise.
256         * sysdeps/ieee754/flt-32/s_isnanf.c (__isnanf): Likewise.
257         * sysdeps/ieee754/flt-32/s_fpclassifyf.c (__fpclassifyf): Add
258         libm_hidden_def.
259         * sysdeps/ieee754/ldbl-128/s_finitel.c (__finitel): Remove INTDEF.
260         Add hidden_def.
261         * sysdeps/ieee754/ldbl-128/s_isinfl.c (__isinfl): Likewise.
262         * sysdeps/ieee754/ldbl-128/s_isnanl.c (__isnanl): Likewise.
263         * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c (__fpclassifyl): Add
264         libm_hidden_def.
265         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Add
266         libm_hidden_def.
267         * sysdeps/ieee754/ldbl-96/s_finitel.c (__finitel): Remove INTDEF.
268         Add hidden_def.
269         * sysdeps/ieee754/ldbl-96/s_isinfl.c (__isinfl): Likewise.
270         * sysdeps/ieee754/ldbl-96/s_isnanl.c (__isnanl): Likewise.
271         * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c (__fpclassifyl): Add
272         libm_hidden_def.
273         * sysdeps/ia64/fpu/s_finite.S (__finite_internal, __finitef_internal,
274         __finitel_internal): Remove aliases.
275         (__finite, __finitef, __finitel): Add hidden_def.
276         * sysdeps/ia64/fpu/s_isnan.S (__isnan_internal, __isnanf_internal,
277         __isnanl_internal): Remove aliases.
278         (__isnan, __isnanf, __isnanl): Add hidden_def.
279         * sysdeps/ia64/fpu/s_isinf.S (__isinf_internal, __isinff_internal,
280         __isinfl_internal): Remove aliases.
281         (__isinf, __isinff, __isinfl): Add hidden_def.
282         * sysdeps/ia64/fpu/s_fpclassify.S (__fpclassify, __fpclassifyf,
283         __fpclassifyl): Add libm_hidden_def.
284         * sysdeps/ia64/fpu/s_expm1l.S (__expm1l): Likewise.
285         * sysdeps/m68k/s_isinfl.c (__isinfl): Remove INTDEF.  Add hidden_def.
286         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Remove.
287         (hidden_defx): Define and use.
288         * sysdeps/m68k/fpu/s_fpclassifyl.c (__fpclassifyl): Add
289         libm_hidden_def.
290         * sysdeps/m68k/fpu/s_expm1l.c (__expm1l): Likewise.
291         * sysdeps/m68k/s_isnanl.c (__isnanl): Add hidden_def.
292         * sysdeps/powerpc/fpu/s_isnan.c (__isnan, __isnanf, __isnanl):
293         Remove INTDEF.
294         (__isnan, __isnanf): Add hidden_def.
295         * sysdeps/x86_64/fpu/s_finitel.S (__finitel_internal): Remove alias.
296         (__finitel): Add libm_hidden_def.
297         * sysdeps/x86_64/fpu/s_expm1l.S (__expm1l): Likewise.
298
299         * include/fenv.h (feraiseexcept, fesetenv): Add libm_hidden_proto.
300         * sysdeps/alpha/fpu/fesetenv.c (fesetenv): Add libm_hidden_ver.
301         * sysdeps/alpha/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
302         * sysdeps/arm/fpu/fesetenv.c (fesetenv): Likewise.
303         * sysdeps/arm/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
304         * sysdeps/generic/fesetenv.c (fesetenv): Likewise.
305         * sysdeps/generic/fraiseexcpt.c (feraiseexcept): Likewise.
306         * sysdeps/i386/fpu/fesetenv.c (fesetenv): Likewise.
307         * sysdeps/i386/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
308         * sysdeps/m68k/fpu/fesetenv.c (fesetenv): Likewise.
309         * sysdeps/m68k/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
310         * sysdeps/mips/fpu/fesetenv.c (fesetenv): Likewise.
311         * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
312         * sysdeps/powerpc/fpu/fesetenv.c (fesetenv): Likewise.
313         * sysdeps/powerpc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
314         * sysdeps/sparc/fpu/fesetenv.c (fesetenv): Likewise.
315         * sysdeps/sparc/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
316         * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Add libm_hidden_def.
317         * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
318         * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Likewise.
319         * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
320         * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
321         * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
322         * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
323         * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
324         * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Likewise.
325         * sysdeps/x86_64/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
326
327 2002-09-09  Steven Munroe  <sjmunroe@us.ibm.com>
328
329         * elf/elf.h: Add powerpc64 specific elf relocation and dynamic types.
330
331 2002-09-09  Jakub Jelinek  <jakub@redhat.com>
332
333         * elf/dl-error.c (_dl_signal_cerror): Don't print anything if only
334         LD_DEBUG=statistics or LD_TRACE_PRELINKING.
335
336 2002-09-09  Ulrich Drepper  <drepper@redhat.com>
337
338         * string/stratcliff.c: Some more strncpy tests.
339         Patch by Daniel Jacobowitz <drow@mvista.com>.
340
341 2002-09-08  Roland McGrath  <roland@redhat.com>
342
343         * resolv/resolv.h: Include <sys/types.h> for u_long even in
344         the [__need_res_state] case.
345         Reported by Bruno Haible <bruno@clisp.org>.
346
347 2002-09-04  Bruno Haible  <bruno@clisp.org>
348
349         * sysdeps/generic/bits/ustat.h: Comment fix.
350         * io/sys/sendfile.h: Comment fix.
351         * sysdeps/posix/pread.c: Comment fix.
352         * sysdeps/posix/pread64.c: Comment fix.
353         * sysdeps/posix/pwrite.c: Comment fix.
354         * sysdeps/posix/pwrite64.c: Comment fix.
355
356 2002-09-06  Roland McGrath  <roland@redhat.com>
357
358         * posix/sys/utsname.h (_UTSNAME_SYSNAME_LENGTH): New macro, defined
359         to _UTSNAME_LENGTH if not already defined by <bits/utsname.h>.
360         (_UTSNAME_RELEASE_LENGTH, _UTSNAME_VERSION_LENGTH): Likewise.
361         (_UTSNAME_MACHINE_LENGTH): Likewise.
362         (struct utsname): Use new macros instead of _UTSNAME_LENGTH.
363
364 2002-09-06  Ulrich Drepper  <drepper@redhat.com>
365
366         * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Correct
367         test for filesystem type name of mount points.
368
369         * include/errno.h: Use errno definition with __thread for now only
370         in libc and ld.so.
371
372         * test-skeleton.c (main): Improve error message for unexpected
373         signal case.
374
375 2002-09-05  Roland McGrath  <roland@redhat.com>
376
377         * ctype/ctype-info.c: Renamed __ctype_old_* symbols to __ctype_*.
378         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
379
380 2002-09-05  Jakub Jelinek  <jakub@redhat.com>
381
382         * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Unlock and return in
383         case of failure.
384
385 2002-09-04  Bruno Haible  <bruno@clisp.org>
386
387         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h (sigset_set_old_mask,
388         sigset_get_old_mask): Turn into inline functions.
389         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h (sigset_set_old_mask,
390         sigset_get_old_mask): Likewise.
391         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h (sigset_set_old_mask,
392         sigset_get_old_mask): Likewise.
393         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Declutter
394         syntax.
395
396         * elf/readlib.c (process_file): Conditionalize check for QMAGIC.
397
398         * sysdeps/generic/_strerror.c (_sys_errlist, _sys_nerr): Remove
399         default definitions.
400         (__strerror_r): Use _sys_errlist_internal instead of _sys_errlist,
401         _sys_nerr_internal instead of _sys_nerr.
402
403         * nscd/connections.c (handle_request): Declare CALLER inside #if.
404
405 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
406
407         * sysdeps/powerpc/__longjmp.S: Moved to...
408         * sysdeps/powerpc/powerpc32/__longjmp.S: ...here.
409         * sysdeps/powerpc/add_n.S: Moved to...
410         * sysdeps/powerpc/powerpc32/add_n.S: ...here.
411         * sysdeps/powerpc/addmul_1.S: Moved to...
412         * sysdeps/powerpc/powerpc32/addmul_1.S: ...here.
413         * sysdeps/powerpc/atomicity.h: Moved to...
414         * sysdeps/powerpc/powerpc32/atomicity.h: ...here.
415         * sysdeps/powerpc/backtrace.c: Moved to...
416         * sysdeps/powerpc/powerpc32/backtrace.c: ...here.
417         * sysdeps/powerpc/bp-asm.h: Moved to...
418         * sysdeps/powerpc/powerpc32/bp-asm.h: ...here.
419         * sysdeps/powerpc/bsd-_setjmp.S: Moved to...
420         * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: ...here.
421         * sysdeps/powerpc/bsd-setjmp.S: Moved to...
422         * sysdeps/powerpc/powerpc32/bsd-setjmp.S: ...here.
423         * sysdeps/powerpc/dl-machine.c: Moved to...
424         * sysdeps/powerpc/powerpc32/dl-machine.c: ...here.
425         * sysdeps/powerpc/dl-machine.h: Moved to...
426         * sysdeps/powerpc/powerpc32/dl-machine.h: ...here.
427         * sysdeps/powerpc/dl-start.S: Moved to...
428         * sysdeps/powerpc/powerpc32/dl-start.S: ...here.
429         * sysdeps/powerpc/gprrest0.S: Moved to...
430         * sysdeps/powerpc/powerpc32/gprrest0.S: ...here.
431         * sysdeps/powerpc/gprrest1.S: Moved to...
432         * sysdeps/powerpc/powerpc32/gprrest1.S: ...here.
433         * sysdeps/powerpc/gprsave0.S: Moved to...
434         * sysdeps/powerpc/powerpc32/gprsave0.S: ...here.
435         * sysdeps/powerpc/gprsave1.S: Moved to...
436         * sysdeps/powerpc/powerpc32/gprsave1.S: ...here.
437         * sysdeps/powerpc/lshift.S: Moved to...
438         * sysdeps/powerpc/powerpc32/lshift.S: ...here.
439         * sysdeps/powerpc/memset.S: Moved to...
440         * sysdeps/powerpc/powerpc32/memset.S: ...here.
441         * sysdeps/powerpc/mul_1.S: Moved to...
442         * sysdeps/powerpc/powerpc32/mul_1.S: ...here.
443         * sysdeps/powerpc/ppc-mcount.S: Moved to...
444         * sysdeps/powerpc/powerpc32/ppc-mcount.S: ...here.
445         * sysdeps/powerpc/register-dump.h: Moved to...
446         * sysdeps/powerpc/powerpc32/register-dump.h: ...here.
447         * sysdeps/powerpc/rshift.S: Moved to...
448         * sysdeps/powerpc/powerpc32/rshift.S: ...here.
449         * sysdeps/powerpc/setjmp.S: Moved to...
450         * sysdeps/powerpc/powerpc32/setjmp.S: ...here.
451         * sysdeps/powerpc/stpcpy.S: Moved to...
452         * sysdeps/powerpc/powerpc32/stpcpy.S: ...here.
453         * sysdeps/powerpc/strchr.S: Moved to...
454         * sysdeps/powerpc/powerpc32/strchr.S: ...here.
455         * sysdeps/powerpc/strcmp.S: Moved to...
456         * sysdeps/powerpc/powerpc32/strcmp.S: ...here.
457         * sysdeps/powerpc/strcpy.S: Moved to...
458         * sysdeps/powerpc/powerpc32/strcpy.S: ...here.
459         * sysdeps/powerpc/strlen.S: Moved to...
460         * sysdeps/powerpc/powerpc32/strlen.S: ...here.
461         * sysdeps/powerpc/sub_n.S: Moved to...
462         * sysdeps/powerpc/powerpc32/sub_n.S: ...here.
463         * sysdeps/powerpc/submul_1.S: Moved to...
464         * sysdeps/powerpc/powerpc32/submul_1.S: ...here.
465         * sysdeps/powerpc/elf/bzero.S: Moved to...
466         * sysdeps/powerpc/powerpc32/elf/bzero.S: ...here.
467         * sysdeps/powerpc/elf/start.S: Moved to...
468         * sysdeps/powerpc/powerpc32/elf/start.S: ...here.
469         * sysdeps/powerpc/fpu/__longjmp.S: Moved to...
470         * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: ...here.
471         * sysdeps/powerpc/fpu/fprrest.S: Moved to...
472         * sysdeps/powerpc/powerpc32/fpu/fprrest.S: ...here.
473         * sysdeps/powerpc/fpu/fprsave.S: Moved to...
474         * sysdeps/powerpc/powerpc32/fpu/fprsave.S: ...here.
475         * sysdeps/powerpc/fpu/setjmp.S: Moved to...
476         * sysdeps/powerpc/powerpc32/fpu/setjmp.S: ...here.
477         * sysdeps/powerpc/fpu/s_copysign.S: Moved to...
478         * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: ...here.
479         * sysdeps/powerpc/fpu/s_copysignf.S: Moved to...
480         * sysdeps/powerpc/powerpc32/fpu/s_copysignf.S: ...here.
481         * sysdeps/unix/sysv/linux/powerpc/brk.S: Moved to...
482         * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: ...here.
483         * sysdeps/unix/sysv/linux/powerpc/clone.S: Moved to...
484         * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: ...here.
485         * sysdeps/unix/sysv/linux/powerpc/glob64.c: Moved to...
486         * sysdeps/unix/sysv/linux/powerpc/powerpc32/glob64.c: ...here.
487         * sysdeps/unix/sysv/linux/powerpc/kernel_stat.h: Moved to...
488         * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: ...here.
489         * sysdeps/unix/sysv/linux/powerpc/socket.S: Moved to...
490         * sysdeps/unix/sysv/linux/powerpc/powerpc32/socket.S: ...here.
491         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Moved to...
492         * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: ...here.
493         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Moved to...
494         * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: ...here.
495         Support PowerPC64.  Separate powerpc into powerpc/powerpc32 and
496         powerpc/powerpc64.
497
498 2002-07-29  Steven Munroe  <sjmunroe@us.ibm.com>
499
500         * FAQ.in: Add powerpc64 to supported targets list. Also state the
501         minimum gcc version is 3.2
502         * README: Add powerpc64 to supported targets list.
503         * configure.in: Change machine=powerpc to machine=powerpc/powerpc32.
504         Add powerpc64 and machine=powerpc/powerpc64.
505         (HAVE_ASM_GLOBAL_DOT_NAME): Define if linux*powerpc/powerpc64*.
506         * shlib-versions: Set DEFAULT version to 2.2.5 for powerpc64.
507         * sysdeps/powerpc/Dist: Remove dl-machine.c, dl-start.S, ppc-mcount.S,
508         gprsave1.S, gprsave0.S, gprrest1.S, and gprrest0.S.
509         * sysdeps/powerpc/powerpc32/Dist: New file.
510         * sysdeps/powerpc/Implies: Remove wordsize-32 and powerpc/soft-fp.
511         * sysdeps/powerpc/powerpc32/Implies: New file.
512         * sysdeps/powerpc/Makefile(cflags): Remove powerpc32 specific cflags.
513         ($(with-fp) = no): Move test to powerpc32/Makefile.
514         ($(subdir) = misc): Move to powerpc32/Makefile.
515         ($(build-shared) = yes): Move to powerpc32/Makefile.
516         ($(subdir) = csu): Move to powerpc32/Makefile.
517         (sysdep-rtld-routines): Remove dl-start.  Moved these bits to ...
518         * sysdeps/powerpc/powerpc32/Makefile: New file.
519         * sysdeps/powerpc/Versions: Remove libgcc functions.
520         * sysdeps/powerpc/powerpc32/Versions: New file.
521         * sysdeps/powerpc/fpu/Makefile: Remove fprsave and fprrest.
522         * sysdeps/powerpc/powerpc32/fpu/Makefile: New file.
523         * sysdeps/unix/sysv/linux/configure.in (powerpc*):
524         Set arch_minimum_kernel=2.4.19 for powerpc/powerpc64. Also set
525         libc_cv_gcc_unwind_find_fde=yes only if !powerpc/powerpc64.
526         ($machine): Add powerpc/powerpc64 to if ... | for
527         libc_cv_slibdir=/libc64.
528         (powerpc*): Set ldd_rewrite_script.
529         * sysdeps/unix/sysv/linux/powerpc/ldd-rewrite.sed: New file.
530         * sysdeps/unix/sysv/linux/powerpc/Dist: Remove clone.S.
531         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Dist: New file.
532         Add clone.S.
533         * sysdeps/unix/sysv/linux/powerpc/Makefile: Remove oldgetrlimit64.
534         * sysdeps/unix/sysv/linux/powerpc/Versions: Remove GLIBC_2.0
535         functions.  Remove GLIBC_2.2 functions except getrlimit and
536         setrlimit.  Moved them to ...
537         * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: New file.
538
539 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
540
541         * libio/tst-atime.c: Include <errno.h>.
542         (do_test): Only perform fstatvfs check if ST_NOATIME is defined.
543
544 2002-09-03  Isamu Hasegawa  <isamu@yamato.ibm.com>
545
546         * posix/regcomp.c (regcomp): Append "__restrict" modifier to avoid
547         warnings of some compilers.
548         (build_collating_symbol): Change the type of characters from
549         "unsigned char" to "char", and append a cast to "char*" pointer in
550         array subscript.
551         (build_collating_symbol): Likewise.
552         (build_equiv_class): Likewise.
553         (build_charclass): Likewise.
554         (re_compile_pattern): Remove incorrect cast.
555         (re_compile_fastmap_iter): Change the type of characters from
556         "unsigned char" to "char", and append a cast to "char*" pointer
557         in array subscript.
558         (parse_bracket_exp): Likewise.
559         * posix/regex_internal.c (re_string_construct_common): Likewise.
560         (re_string_allocate): Likewise.
561         (re_string_construct): Likewise.
562         (re_string_realloc_buffers): Likewise.
563         (build_wcs_buffer): Likewise.
564         (re_string_reconstruct): Likewise.
565         * posix/regex_internal.h: Change the type of characters in
566         re_string_t and bracket_elem_t from "unsigned char" to "char".
567         * posix/regexec.c (regexec): Append "__restrict" modifier to avoid
568         warnings of some compilers.
569         (transit_state_bkref_loop): Change the type of characters from
570         "unsigned char" to "char", and append a cast to "char*" pointer in
571         array subscript.
572         (check_node_accept_bytes): Likewise.
573         (find_collation_sequence_value): Likewise.
574
575 2002-09-04  Roland McGrath  <roland@redhat.com>
576
577         * resolv/nss_dns/dns-network.c (MAXPACKET): Increase minimum value
578         from 1024 to 65536, to avoid buffer overrun.
579
580 2002-09-03  Gerhard Tonn  <ton@de.ibm.com>
581
582         * sysdeps/s390/s390/fpu/libm-test-ulps: Regenerate.
583
584 2002-09-04  Ulrich Drepper  <drepper@redhat.com>
585
586         * libio/tst-atime.c (do_test): Make sure noatime flag isn't set
587         for filesystem.
588
589 2002-09-04  Jakub Jelinek  <jakub@redhat.com>
590
591         * posix/bug-regex11.c: New test.
592         * posix/Makefile (tests): Add bug-regex11.
593
594 2002-09-03  Jakub Jelinek  <jakub@redhat.com>
595
596         * locale/tst-C_locale.c (run_test): Pass LC_ALL_MASK not LC_ALL to
597         newlocale.
598
599 2002-09-02  Roland McGrath  <roland@redhat.com>
600
601         * sysdeps/powerpc/elf/libc-start.c [! SHARED]: Call
602         __pthread_initialize_minimal and __libc_check_standard_fds to
603         match the generic version.
604
605         * sysdeps/unix/sysv/linux/shmat.c (shmat): Add a cast to avoid a
606         warning when INLINE_SYSCALL macro uses the __syscall_ipc function.
607
608         * locale/localeconv.c (__localeconv): Cast -1 to char to avoid
609         warnings on platorms where char is unsigned.
610
611 2002-09-02  Ulrich Drepper  <drepper@redhat.com>
612
613         * version.h (VERSION): Bump to 2.2.93.
614
615         * sysdeps/unix/sysv/linux/x86_64/Dist: Add __start_context.S.
616
617 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
618
619         * elf/rtld.c (dl_main): If prelinking succeeded, mark all objects
620         as relocated.
621
622 2002-09-02  Jack Howarth  <howarth@bromo.msbb.uc.edu>
623
624         * sysdeps/powerpc/fpu/libm-test-ulps: Regenerated.
625
626 2002-09-02  Jakub Jelinek  <jakub@redhat.com>
627
628         * locale/localeinfo.h (struct locale_data): Add private.ctype.
629         * wcsmbs/wcsmbsload.h (__wcsmbs_gconv_fcts, __wcsmbs_last_locale,
630         __wcsmbs_to_wc, update_conversion_ptrs): Removed.
631         (__wcsmbs_gconv_fcts_c, _nl_C_LC_CTYPE): New externs.
632         (__wcsmbs_load_conv): Remove const from argument.
633         (_nl_cleanup_ctype): New proto.
634         (get_gconv_fcts): New function.
635         * wcsmbs/wcsmbsload.c (__wcsmbs_last_locale): Removed.
636         (__wcsmbs_to_wc): Rename back to...
637         (to_wc): ... this.
638         (__wcsmbs_gconv_fcts): Rename to...
639         (__wcsmbs_gconv_fcts_c): ... this.  Make const.  Use to_wc.
640         (lock): Removed.
641         (__libc_setlocale_lock): New extern.
642         (__wcsmbs_load_conv): Remove const from argument.
643         Initialize new_category->private.ctype instead of a global
644         variable.
645         (__wcsmbs_clone_conv): Use get_gconv_fcts instead of
646         update_function_ptrs.  No locking is necessary.
647         (_nl_cleanup_ctype): New function.
648         * wcsmbs/btowc.c (__btowc): Use get_gconv_fcts instead of
649         update_function_ptrs and a global __wcsmbs_gconv_fcts variable.
650         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
651         * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
652         * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
653         * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
654         * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
655         * wcsmbs/wctob.c (wctob): Likewise.
656         * stdlib/mblen.c (mblen): Likewise.
657         * stdlib/mbtowc.c (mbtowc): Likewise.
658         * stdlib/wctomb.c (wctomb): Likewise.
659         * wcsmbs/mbsrtowcs.c (__mbsrtowcs): Likewise.
660         Remove calls to wcsmbs_get_towc_func and wcsmbs_free_funcs.
661         * wcsmbs/mbsrtowcs_l.c (wcsmbs_get_towc_func, wcsmbs_free_funcs):
662         Removed.
663
664 2002-09-02  Roland McGrath  <roland@frob.com>
665
666         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): Add __fxstat64.
667
668 2002-09-01  Roland McGrath  <roland@redhat.com>
669
670         * ctype/ctype.h (__ctype_b, __ctype_toupper, __ctype_tolower):
671         Variable declarations removed.
672         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): Declare
673         these functions to replace them.
674         (__isctype, tolower, toupper, _tolower, _toupper): Use those accessor
675         functions plus an indirection rather than the old global variables.
676         * include/ctype.h (__isctype, tolower, _tolower, toupper, _toupper):
677         Macros removed.
678         (__ctype_b_loc, __ctype_toupper_loc, __ctype_tolower_loc): New extern
679         inline functions.
680         * ctype/ctype-info.c: Revert last reversion back the other way.
681         Define tsd vars CTYPE_B, CTYPE_TOLOWER, CTYPE_TOUPPER.
682         Define real function versions of include/ctype.h inlines here.
683         * ctype/Versions (libc: GLIBC_2.3): Add __ctype_b_loc,
684         __ctype_tolower_loc, __ctype_toupper_loc.
685         * locale/lc-ctype.c: Revert last reversion back the other way.
686         (_nl_postload_ctype): If current thread uses the global locale,
687         update its tsd vars.
688         * locale/uselocale.c (__uselocale): Update tsd vars from new locale.
689         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add CTYPE_B,
690         CTYPE_TOLOWER, CTYPE_TOUPPER.
691
692         * sysdeps/generic/bits/libc-tsd.h (__libc_tsd_address): New macro.
693         * sysdeps/mach/hurd/bits/libc-tsd.h (__libc_tsd_address): Renamed
694         from __libc_tsd_threadvar_location.
695         (__libc_tsd_set, __libc_tsd_get): Update uses.
696
697 2002-09-01  Ulrich Drepper  <drepper@redhat.com>
698
699         * ctype/ctype.h: Undo the patch before the last one.  Put back the
700         macro definitions for the standard functions to access the
701         classification and mapping arrays.
702         * include/ctype.h: Partly revert last patch.  Move the macro
703         definitions for the exported functions back to the public header.
704         #undef all the macros defined here before redefining.
705         * ctype/ctype-info.c: Revert last patch.
706         * locale/lc-ctype.c: Revert last patch.
707
708         * ctype/Makefile (routines): Add isctype.
709         * ctype/Versions (libc): Export isctype and __isctype for GLIBC_2.3.
710         * ctype/ctype.h: Add declaration of isctype.
711         * include/ctype.h: Declare __isctype.
712         * ctype/isctype.c: New file.
713
714 2002-09-01  Roland McGrath  <roland@redhat.com>
715
716         * sysdeps/generic/libc-tls.c (__pthread_initialize_minimal): Pass
717         TLS_INIT_TCB_SIZE, TLS_INIT_TCB_ALIGN instead of 0, 1.
718
719         * include/getopt.h: Include <features.h> before <posix/getopt.h>.
720
721         * locale/findlocale.c (_nl_remove_locale): Don't search in
722         _nl_locale_file_list if DATA->alloc is ld_archive.
723         Use _nl_unload_locale to do the rest of the work.
724
725         * locale/loadarchive.c (_nl_load_locale_from_archive): Set usage_count
726         of new structure to UNDELETABLE.
727
728         * wctype/wctype.h (iswalnum, iswalpha, iswcntrl, iswdigit, iswlower,
729         iswgraph, iswprint, iswpunct, iswspace, iswupper, iswxdigit, iswblank,
730         towlower, towupper): Macros removed.
731         * ctype/ctype.h (__tobody): Put parens around macro argument.
732         (__isctype): Macro removed.
733         (__ctype_b, __ctype_tolower, __ctype_toupper): Decls removed.
734         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
735         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
736         tolower, toupper): Macros and inlines removed.
737         * include/ctype.h [! NOT_IN_libc]
738         (isalnum, isalpha, iscntrl, isdigit, islower, isgraph, isprint,
739         ispunct, isspace, isupper, isxdigit, isblank, _tolower, _toupper,
740         tolower, toupper): Define here instead, using _NL_CURRENT.
741         * ctype/ctype.c (__ctype_tolower, __ctype_toupper): Define as macros
742         using _NL_CURRENT.
743         * ctype/ctype-extn.c (__ctype_tolower, __ctype_toupper): Likewise.
744         * ctype/ctype-info.c (__ctype_b, __ctype_tolower, __ctype_toupper):
745         Renamed these to __ctype_old_*. Define old names only for SHLIB_COMPAT.
746         (__ctype32_b, __ctype32_tolower, __ctype32_toupper): Likewise.
747         (__ctype32_wctrans, __ctype32_wctrans, __ctype32_width): Removed.
748         * locale/lc-ctype.c (_nl_postload_ctype): Use renamed variables,
749         conditional on SHLIB_COMPAT.  Don't set removed variables at all.
750         * wctype/wcfuncs.c: Use _NL_CURRENT instead of those globals.
751         * wcsmbs/wcwidth.h (internal_wcwidth): Likewise.
752         * resolv/res_init.c [RESOLVSORT] (sort_mask): Renamed sort_mask_chars.
753         (ISSORTMASK): Update use.
754         * intl/localealias.c [__GNUC__]: #undef alloca before #define.
755         * nss/nss_files/files-XXX.c (last_use): Rename `none' to `nouse'.
756         (_nss_files_getENTNAME_r): Likewise.
757         * nss/nss_files/files-alias.c (last_use, _nss_files_getaliasent_r):
758         Likewise.
759
760         * Makerules (all-nonlib): Renamed from all-tests.
761         Include $(others) here too.
762         * locale/Makefile (CPPFLAGS-locale, CPPFLAGS-localedef,
763         CPPFLAGS-ld-ctype, CPPFLAGS-ld-time, CPPFLAGS-ld-numeric,
764         CPPFLAGS-ld-monetary, CPPFLAGS-ld-collate, CPPFLAGS-ld-identification,
765         CPPFLAGS-charmap, CPPFLAGS-locarchive, CPPFLAGS-linereader,
766         CPPFLAGS-charmap-dir): Variables removed.  Instead, catch all
767         the program modules via cppflags-iterator.mk.
768         * sunrpc/Makefile (CPPFLAGS-rpc_main): Variable removed.
769         Instead, catch all rpcgen-objs via cppflags-iterator.mk.
770
771 2002-08-31  Roland McGrath  <roland@redhat.com>
772
773         * posix/tst-getconf.sh: If no third arg, work with static linking.
774
775         * locale/categories.def (LC_TIME): No more _nl_postload_time.
776
777         * locale/setlocale.c (_nl_category_postload): Use weak refs only under
778         [_NL_CURRENT_INDIRECT].
779
780 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
781
782         * time/tst-ftime_l.c (main): Also test strftime with uselocale.
783
784 2002-08-31  Roland McGrath  <roland@redhat.com>
785
786         * locale/newlocale.c (__newlocale): Don't use strdup for names.
787         Instead, make the single allocation of the structure larger to hold
788         the name strings.
789         * locale/duplocale.c (__duplocale): Don't strdup names individually.
790         Instead, calculate size for a single allocation and copy into it.
791         * locale/freelocale.c (__freelocale): Don't free names individually.
792
793         * locale/newlocale.c (__newlocale): Don't leak old data or names.
794
795         * locale/xlocale.h (__locale_struct): Move __names member last,
796         for binary compatibility.
797
798         * locale/duplocale.c (__duplocale): Free names from the right array.
799
800         * locale/uselocale.c (__uselocale): Return previous locale when
801         setting a new one.
802
803         * locale/newlocale.c: Commit changes from 2002-08-30
804         batch where I failed to commit this file:
805         (__newlocale): Fill in __names array.
806
807 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
808
809         * sysdeps/gnu/Makefile: Only depend on Versions.v.i for
810         errlist-compat.c if versioning==yes.
811
812 2002-08-31  Andreas Jaeger  <aj@suse.de>
813
814         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup): Declare
815         external functions with hidden attribute.
816         (elf_machine_rela): Optimize.
817
818         * sysdeps/x86_64/memset.S: New file.
819         * sysdeps/x86_64/bzero.S: New file.
820         * sysdeps/x86_64/stpcpy.S: New file.
821         * sysdeps/x86_64/strcat.S: New file.
822         * sysdeps/x86_64/strchr.S: New file.
823         * sysdeps/x86_64/strcpy.S: New file.
824         * sysdeps/x86_64/strcspn.S: New file.
825         * sysdeps/x86_64/strlen.S: New file.
826         * sysdeps/x86_64/strpbrk.S: New file.
827         * sysdeps/x86_64/strspn.S: New file.
828         * sysdeps/x86_64/strcmp.S: New file.
829         * sysdeps/x86_64/strtok_r.S: New file.
830         * sysdeps/x86_64/strtok.S: New file.
831         * sysdeps/x86_64/memcpy.S: New file.
832         * sysdeps/x86_64/mempcpy.S: New file.
833
834         * sysdeps/x86_64/fpu/s_copysign.S: Fix algorithm.
835
836         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for double tests.
837
838 2002-08-31  Ulrich Drepper  <drepper@redhat.com>
839
840         * stdio-common/Makefile (generated): Add errlist-compat.c.
841
842         * locale/Makefile (extra-objs): Add $(localedef-aux:=.o).
843
844         * locale/localeinfo.h: Pretty printing.
845
846         * stdio-common/vfprintf.c (vfprintf): Remove duplicate ifs in
847         form_number handling.
848
849 2002-08-31  Andreas Jaeger  <aj@suse.de>
850
851         * sysdeps/x86_64/fpu/libm-test-ulps: Add ulps for float and long
852         double tests.
853
854         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_routines): Add
855         __start_context.
856
857         * sysdeps/unix/sysv/linux/x86_64/__start_context.S: New file.
858
859         * sysdeps/unix/sysv/linux/x86_64/makecontext.c: New file.
860
861         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: Add defines for
862         registers used for passing args.
863
864         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Save and restore
865         all needed registers.
866
867         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Restore all
868         registers.
869
870         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Save all needed
871         registers.
872
873 2002-08-30  Ulrich Drepper  <drepper@redhat.com>
874
875         * elf/dynamic-link.h (elf_get_dynamic_info): Mark with
876         always_inline attribute.
877
878 2002-08-30  Roland McGrath  <roland@redhat.com>
879
880         * stdlib/tst-setcontext.c (main): If makecontext does nothing,
881         presume it's the stub and bail without error.
882
883         * nss/getnssent_r.c (__nss_getent_r): Return ENOENT if status is
884         neither SUCCESS nor TRYAGAIN (see 2002-08-25 change [PR libc/4259]).
885
886         * nss/getnssent_r.c (__nss_getent_r): Set *H_ERRNOP, not global one.
887
888         * sysdeps/x86_64/hp-timing.h (HP_TIMING_NOW, HP_TIMING_ACCUM): New
889         macros replace the i686 versions for 64-bit mode.
890
891         * locale/duplocale.c: Include <string.h>.
892
893         * intl/dcigettext.c (DCIGETTEXT) [_LIBC]: Check for bogus CATEGORY.
894         [_LIBC] (category_to_name): Don't define the function.  Instead
895         define a macro using _nl_category_names.
896
897         * locale/xlocale.h (struct __locale_struct): New member `__names'.
898         * locale/xlocale.c (_nl_C_locobj): Update initializer.
899         * locale/global-locale.c (_nl_global_locale): Likewise.
900         * locale/duplocale.c (__duplocale): strdup __names elements.
901         * locale/freelocale.c (__freelocale): Free __names elements.
902         * locale/localename.c (_nl_current_names): Variable removed.
903         (__current_locale_name): Use _NL_CURRENT_LOCALE->__names instead.
904         * locale/localeinfo.h (_nl_current_names): Removed decl.
905         * locale/setlocale.c: Use _nl_global_locale->__names in place of
906         _nl_current_names throughout.
907
908         * locale/setlocale.c (setlocale): strdup -> __strdup (not ISO C).
909
910         * sysdeps/gnu/errlist-compat.awk: Emit link_warnings for sys_errlist
911         and sys_nerr in the output file.
912
913         * sunrpc/Makefile (rpcgen-cmd): Pass CPP in rpcgen's environment.
914         * scripts/cpp: Just use the environment variable.
915
916         * libio/tst-mmap-setvbuf.c (main): Use 'm' fopen flag.
917         * libio/tst-mmap-offend.c (do_test): Likewise.
918         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
919         * libio/tst-mmap-eofsync.c (do_test): Likewise.
920         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
921
922         * locale/localename.c: If the current locale is the global locale, use
923         _nl_current_names; otherwise use the locale object.
924
925 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
926
927         * libio/fileops.c (_IO_new_file_fopen): Recognize new mode specifier
928         'm' to enable mmap I/O.
929         * libio/libio.h (_IO_FILE): Rename _blksize field to _flags2.  The
930         former wasn't used (anymore?).
931         (_IO_FLAGS2_MMAP): New define.
932         * libio/genops.c (_IO_no_init): Initialize _flags2 field.
933         * libio/iofopen.c (__fopen_maybe_mmap): Use mmap callbacks only if
934         _IO_FLAGS2_MMAP bit is set.
935         * libio/iofdopen.c (_IO_new_fdopen): Recognize 'm' mode specifier.
936         Enable mmap-using mode only if 'm' was set.
937
938 2002-08-29  Roland McGrath  <roland@frob.com>
939
940         * sysdeps/mach/hurd/bits/local_lim.h (NAME_MAX): New macro.
941
942         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup: doinit):
943         Change argument type from int to intptr_t.
944
945         * locale/global-locale.c (__libc_tsd_LOCALE_data): Conditionalize the
946         initializer on [! _HURD_THREADVAR_H] (bad kludge).
947         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize
948         _HURD_THREADVAR_LOCALE slot to &_nl_global_locale.
949         * hurd/hurdsig.c (_hurdsig_init): Likewise.  Zero other slots.
950
951         * sysdeps/mach/_strerror.c (__strerror_r): Add libc_hidden_def.
952
953         * sysdeps/mach/hurd/pwrite64.c: No libc_hidden_def (__libc_pwrite64).
954
955         * sysdeps/mach/hurd/dl-sysdep.c (__GI_abort): Define alias for abort.
956
957         * include/assert.h (__assert_perror_fail): Declare it, do hidden_proto.
958         * assert/assert-perr.c: Add libc_hidden_def.
959         * elf/dl-minimal.c [! NDEBUG] (__assert_perror_fail): New function.
960
961         * sysdeps/gnu/errlist-compat.awk: Don't fail if there are no versions
962         found at all.
963         * sysdeps/gnu/Versions: File removed.  Moved all #errlist-compat
964         sys_errlist stuff to ...
965         * sysdeps/unix/sysv/linux/Versions: ... here.
966
967         * mach/mach.h: Include <features.h>.
968
969 2002-08-29  Roland McGrath  <roland@redhat.com>
970
971         * elf/dl-runtime.c (IN_DL_RUNTIME): Define this macro first thing.
972         * sysdeps/i386/dl-machine.h: Only declare fixup, profile_fixup and
973         define ELF_MACHINE_RUNTIME_TRAMPOLINE under #ifdef IN_DL_RUNTIME.
974
975         * sysdeps/generic/readelflib.c (process_elf_file): Fix typo.
976
977         * iconv/gconv_int.h: Include <stdlib.h> for alloca decl.
978         (norm_add_slashes): alloca -> __alloca
979
980 2002-08-29  Jakub Jelinek  <jakub@redhat.com>
981
982         * stdio-common/vfprintf.c (vfprintf): Add builtin_expect for
983         string_malloced, it is unlikely to be set.
984         Only call free with non-NULL workspace.
985         * sysdeps/sparc/sparc32/sparcv9/Makefile (sysdep-CFLAGS): Use
986         -mcpu=ultrasparc, not only tune for it.
987         (ASFLAGS*): Set unconditionally.
988
989         * sysdeps/generic/readelflib.c (process_elf_file): Make LOADADDR
990         ElfW(Addr).  Don't mask upper 32-bits and lower 12 bits off from
991         p_vaddr/p_offset when computing LOADADDR.
992
993 2002-08-29  Ulrich Drepper  <drepper@redhat.com>
994
995         * version.h (VERSION): Bump to 2.2.92.
996
997         * time/Makefile (tst-ftime_l-ENV): New variable.
998
999         * iconvdata/ibm870.c: All bytes are now used, no holes anymore.
1000
1001         * localedata/charmaps/IBM870: Add correct mapping for <U017E>,
1002         <U017A>, <U017D> and <U0179>. Add missing mappings.
1003         Patch by Antonin Kopecky <akopecky@tajmac-zps.cz>.
1004
1005         * gmon/sys/gmon.h (ARCDENSITY): Bump to 3.
1006         Define ARCINDEX.  Bump MAXARCS to 1 << 20.
1007         (struct tostruct): Use ACRINDEX as type for link field.
1008         (statuc gmonparam): Likewise for froms.
1009         * gmon/gmon.c (__monstartup): Use currect cast for assignments to
1010         kcount and froms.
1011         (write_call_graph): Use correct type for from_index and to_index.
1012         * gmon/mcount.c: Use correct types for frompcindex and toindex
1013         variables.
1014         Patches by Dan Kegel <dank@kegel.com>.
1015
1016         * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix code to determine
1017         canonical name.
1018
1019         * time/strptime.c (ISSPACE): New #define.  Use isspace or
1020         __isspace_l.  Replace calls to isspace.
1021         (match_string): Define variant for USE_IN_EXTENDED_LOCALE_MODEL.
1022
1023 2002-08-29  Roland McGrath  <roland@redhat.com>
1024
1025         * string/tst-strxfrm.c: Remove __ from function names.
1026
1027 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1028
1029         * include/wchar.h: Declare __mbsrtowcs_l.
1030         * wcsmbs/Makefile (routines): Add mbsrtowcs_l.
1031         * wcsmbs/mbsrtowcs.c: Add support for compilation with
1032         USE_IN_EXTENDED_LOCALE_MODEL.
1033         * wcsmbs/mbsrtowcs_l: New file.
1034         * wcsmbs/wcsmbsload.c (__wcsmbs_to_wc): Renamed from to_wc.  Don't
1035         define as static.  Change all uses.
1036         (__wcsmbs_getfct): Renamed from getfct.  Don't define as static.
1037         Change all callers.
1038         * wcsmbs/wcsmbsload.h: Declare __wcsmbs_to_wc and __wcsmbs_getfct.
1039         * time/strftime.c: When translating for the extended locale model
1040         use the _l functions.
1041         * time/Makefile (tests): Add tst-ftime_l.
1042         * time/tst-ftime_l.c: New file.
1043
1044 2002-08-28  Roland McGrath  <roland@redhat.com>
1045
1046         * locale/findlocale.c [NL_CURRENT_INDIRECT] (_nl_C): New variable.
1047         * locale/setlocale.c (setlocale) [NL_CURRENT_INDIRECT]: Null return
1048         from _nl_find_locale ok if for _nl_C_name.
1049
1050         * locale/nl_langinfo.c [NL_CURRENT_INDIRECT]: Use a categories.def
1051         iterator to refer to each category's _nl_current_LC_FOO symbol, so
1052         we know they are all linked in.
1053
1054         * NEWS: Added 2.2.6 text from 2.2 branch version.
1055
1056         * time/strptime.c (strptime_internal): Remove spurious const.
1057
1058         * locale/lc-time.c (_nl_init_era_entries, _nl_get_era_entry,
1059         _nl_select_era_entry): Moved to ...
1060         * time/era.c: ... here, new file.
1061         (_nl_init_era_entries, _nl_get_era_entry, _nl_select_era_entry):
1062         Add internal_function to definitions.  Take an additional argument
1063         giving the `struct locale_data *' to use.
1064         * locale/lc-time.c (_get_alt_digit, _nl_get_walt_digit,
1065         _nl_parse_alt_digit): Moved to ...
1066         * time/alt_digit.c: ... here, new file.
1067         * time/lc-time-cleanup.c: New file.
1068         * locale/lc-time.c (_nl_postload_time, free_mem): Functions removed.
1069         * locale/localeinfo.h (_nl_postload_time): Remove decl.
1070         (_nl_cleanup_time): Declare it.
1071         (_nl_get_era_entry, _nl_select_era_entry): Update decls.
1072         (_get_alt_digit, _nl_get_walt_digit, _nl_parse_alt_digit): Likewise.
1073         * time/Makefile (aux): New variable: era, alt_digit, lc-time-cleanup.
1074         * time/strftime.c: Pass locale data to helper functions.
1075         * time/strptime.c: Likewise.
1076
1077         * locale/localeinfo.h (struct locale_data): New member `private'
1078         * locale/loadlocale.c (_nl_intern_locale_data): Initialize it.
1079         (_nl_unload_locale): Call LOCALE->private.cleanup if it is set.
1080         * locale/C-collate.c: Update initializer.
1081         * locale/C-identification.c: Likewise.
1082         * locale/C-measurement.c: Likewise.
1083         * locale/C-telephone.c: Likewise.
1084         * locale/C-address.c: Likewise.
1085         * locale/C-name.c: Likewise.
1086         * locale/C-paper.c: Likewise.
1087         * locale/C-time.c: Likewise.
1088         * locale/C-numeric.c: Likewise.
1089         * locale/C-monetary.c: Likewise.
1090         * locale/C-messages.c : Likewise.
1091         * locale/C-ctype.c: Likewise.
1092
1093         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL] (_NL_CURRENT_WORD):
1094         Redefine this too.
1095
1096 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1097
1098         * sysdeps/generic/ldsodefs.h (__rtld_global_attribute__): Define.
1099         (_rtld_global): Use it.
1100
1101         * sysdeps/gnu/Dist: Remove errlist-compat.c.
1102         * sysdeps/gnu/Makefile (errlist-compat.c): Build this file in the
1103         object directory.  Pass all Versions files to the awk script.
1104         * sysdeps/gnu/errlist-compat.c: Removed.
1105         * sysdeps/gnu/errlist.awk: Use #errlist-compat comments from the
1106         first Versions file in the search path which has them.
1107         Allow multiple errlist symbol versions to have the same count of
1108         errors.
1109         * sysdeps/gnu/errlist-compat.awk: Include <errlist-compat.c> instead
1110         of "errlist-compat.c".
1111         * sysdeps/gnu/errlist.c: Regenerated.
1112         * sysdeps/unix/sysv/linux/mips/Versions (libc): Add #errlist-compat
1113         comments at GLIBC_2.0, GLIBC_2.1 and GLIBC_2.3.
1114         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
1115         (librt): Add aio_cancel and aio_cancel64 as GLIBC_2.3.
1116         * sysdeps/unix/sysv/linux/hppa/Versions: Likewise.
1117         * sysdeps/unix/sysv/linux/sparc/Versions: New file.
1118         * sysdeps/unix/sysv/linux/alpha/bits/errno.h: New file.
1119         * sysdeps/unix/sysv/linux/hppa/bits/errno.h (ECANCELED): Define to
1120         ECANCELLED if not defined by kernel headers.
1121         * sysdeps/unix/sysv/linux/bits/errno.h: Don't redefine ECANCELED if
1122         already defined by kernel headers.
1123         * sysdeps/unix/sysv/linux/sparc/bits/errno.h: New file.
1124         * sysdeps/pthread/aio_cancel.c: Don't include aio.h and its
1125         aio_cancel64 renaming hack nor provide weak_alias if aio_cancel
1126         is a macro.
1127         * Versions.def (GLIBC_2.3) [librt]: Add.
1128
1129         * sysdeps/unix/sysv/linux/alpha/pipe.S: New file.
1130
1131 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1132
1133         * include/libc-symbols.h [!__ASSEMBLER__] (declare_symbol_1): Add
1134         missing comma to .type directive.
1135
1136 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1137
1138         * sysdeps/ia64/elf/configure.in (PI_STATIC_AND_HIDDEN): Define
1139         unconditionally.
1140         * sysdeps/alpha/elf/configure.in (libc_cv_alpha_hidden_gprel): New
1141         check.
1142         (PI_STATIC_AND_HIDDEN): Define if check succeeded.
1143
1144 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1145
1146         * locale/loadarchive.c (_nl_load_locale_from_archive): Add fd >= 0
1147         check to close_and_out close.  Replace return NULL statements where
1148         fd might be >= 0 with goto close_and_out.  Close the file descriptor
1149         when it is no longer needed.
1150
1151 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1152
1153         * sysdeps/s390/s390-64/dl-machine.h: Avoid unescaped newlines in
1154         string constants.
1155         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
1156         * sysdeps/arm/dl-machine.h: Likewise.
1157         * sysdeps/cris/dl-machine.h: Likewise.
1158         * sysdeps/unix/sysv/linux/m68k/register-dump.h: Likewise.
1159         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
1160
1161 2002-08-28  Roland McGrath  <roland@redhat.com>
1162
1163         * Makeconfig (default_cflags): Revert unintended change.
1164
1165 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1166
1167         * version.h (VERSION): Bump to 2.2.91.
1168
1169         * configure.in: Disable TLS support by default for now.
1170
1171         * sysdeps/i386/fpu/libm-test-ulps: Adjust ulp for yn for float.
1172
1173         * sysdeps/generic/strtol.c (strtol): Add some more casts to avoid
1174         warnings.
1175
1176         * stdlib/strtod.c (STRTOF): Correct type in cast of last patch.
1177
1178         * stdlib/fmtmsg.c (fmtmsg): Use correct test for failure of
1179         fprintf/fwprintf calls.
1180
1181 2002-08-28  Roland McGrath  <roland@redhat.com>
1182
1183         * Makeconfig (run-program-prefix): Fix bogus use of $(findstring ...)
1184         to use $(filter ...) instead.  Same bug fixed in aix conditionals.
1185
1186         * locale/setlocale.c: Declare postload functions weak.
1187
1188         * elf/tst-tls1-static.c: New file.
1189         * elf/tst-tls2-static.c: New file.
1190         * elf/Makefile ($(tests-static):%=$(objfpx)%.o): Remove rule.
1191
1192         Make uselocale support static linking.
1193         * locale/xlocale.c: Revert changes putting _nl_global_locale here.
1194         This file again just defines _nl_C_locobj.
1195         (_nl_C_locobj): Use a categories.def iterator in the initializer.
1196         * locale/global-locale.c: New file.  Define _nl_global_locale here,
1197         using all weak references in the initializer.
1198         * locale/Makefile (aux): Add global-locale.
1199         * locale/localeinfo.h (_nl_global_locale, _NL_CURRENT_LOCALE): Make
1200         these unconditional, along with the tsd decl.
1201         [!SHARED && HAVE___THREAD && HAVE_WEAK_SYMBOLS] (NL_CURRENT_INDIRECT):
1202         Define it under these conditions.
1203         [NL_CURRENT_INDIRECT]: Test this instead of [! SHARED].
1204         Don't declare _nl_current.  Declare _nl_current_LC_FOO as
1205         `extern __thread struct locale_data *const *'.
1206         [NL_CURRENT_INDIRECT]
1207         (_NL_CURRENT_DATA, _NL_CURRENT, _NL_CURRENT_WSTR): Add indirection.
1208         [NL_CURRENT_INDIRECT] (_NL_CURRENT_DEFINE): Rewritten.  Define
1209         the thread variable _nl_current_LC_FOO and also a special absolute
1210         symbol _nl_current_LC_FOO_used.
1211         * locale/uselocale.c (__uselocale) [NL_CURRENT_INDIRECT]:
1212         Set each _nl_current_LC_FOO symbol to point into the new locale,
1213         using weak references to test if _nl_current_LC_FOO_used was linked in.
1214         * locale/setlocale.c [! SHARED]: Replace this conditional ...
1215         [NL_CURRENT_INDIRECT]: ... with this one.
1216         (_nl_current, _nl_C): Variables removed.
1217         [NL_CURRENT_INDIRECT] (_nl_current_used): New variable, table of
1218         weak references to _nl_current_LC_FOO_used.
1219         [NL_CURRENT_INDIRECT] (CATEGORY_USED): Define using that table.
1220         (free_category): New function, broken out of ...
1221         (free_mem): ... here.  Call that.
1222         (free_mem) [NL_CURRENT_INDIRECT]: Use a categories.def iterator
1223         instead of a loop.
1224
1225         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Don't check for
1226         PT_LOAD program headers and don't try to relocate PT_TLS's p_vaddr;
1227         it is already absolute.
1228
1229         * elf/Makefile (tests): List tst-tls1 and tst-tls2 unconditionally.
1230         [$(build-static) = yes] (tests): Add tst-tls1-static, tst-tls2-static.
1231         [$(build-static) = yes] (tests-static): New variable.
1232         ($(tests-static):%=$(objfpx)%.o)): New static pattern rule.
1233
1234 2002-08-26  Christoph Hellwig  <hch@lst.de>
1235
1236         * sysdeps/unix/sysv/linux/sys/personality.h: Remark origin, fix
1237         formating braindamage, add missing PER_HPUX and PER_OSF1 values.
1238
1239 2002-08-28  Ulrich Drepper  <drepper@redhat.com>
1240
1241         * sysdeps/x86_64/Dist: Add _mcount.S and bits/link.h.
1242
1243         * sysdeps/s390/Dist: Add bits/link.h.
1244
1245         * sysdeps/sh/Dist: New file.
1246
1247         * sysdeps/ia64/Dist: Add ia64libgcc.S.
1248
1249         * sysdeps/wordsize-32/Dist: New file.
1250
1251         * sysdeps/unix/sysv/linux/alpha/Dist: Add dl-brk.S.
1252         * sysdeps/unix/sysv/linux/powerpc/Dist: Likewise.
1253         * sysdeps/unix/sysv/linux/sparc/sparc64/Dist: Likewise.
1254
1255         * sysdeps/unix/sysv/linux/Dist: Add dl-brk.c, dl-sbrk.c, and
1256         sys/personality.h.
1257
1258         * sysdeps/unix/Dist: Add i386/dl-brk.S, mips/dl-brk.S, and
1259         sparc/dl-brk.S.
1260
1261         * sysdeps/unix/bsd/Dist: Add vax/dl-brk.S.
1262
1263         * sysdeps/unix/bsd/sun/Dist: New file.
1264
1265         * sysdeps/unix/bsd/osf/Dist: New file.
1266
1267         * sysdeps/unix/bsd/hp/Dist: New file.
1268
1269         * sysdeps/unix/arm/Dist: New file.
1270
1271         * sysdeps/powerpc/Dist: Add divdi3.c and libgcc-compat.S.
1272
1273         * sysdeps/mach/hurd/Dist: Add set-init.c.
1274
1275         * sysdeps/i386/Dist: Add bits/link.h.
1276
1277         * sysdeps/gnu/Dist: Add errlist-compat.c errlist-compat.awk.
1278
1279         * sysdeps/generic/Dist: Add dl-brk.c and dl-sbrk.c.
1280
1281         * locale/Makefile (distribute): Add hashval.h.
1282
1283         * iconvdata/Makefile (distribute): Add tcvn5712-1.c and armscii-8.c.
1284
1285         * sysdeps/unix/sysv/linux/Dist: Remove errlist.h.
1286
1287         * misc/sys/cdefs.h: Define __BEGIN_NAMESPACE_STD, __END_NAMESPACE_STD,
1288         __USING_NAMESPACE_STD, __BEGIN_NAMESPACE_C99, __END_NAMESPACE_C99, and
1289         __USING_NAMESPACE_C99 depending on _GLIBCPP_USE_NAMESPACES.
1290         * ctype/ctype.h: Prepare headers for use in ISO C++ compliant
1291         implementations.
1292         * libio/stdio.h: Likewise.
1293         * locale/locale.h: Likewise.
1294         * math/math.h: Likewise.
1295         * math/bits/mathcalls.h: Likewise.
1296         * setjmp/setjmp.h: Likewise.
1297         * signal/signal.h: Likewise.
1298         * stdlib/stdlib.h: Likewise.
1299         * string/string.h: Likewise.
1300         * time/time.h: Likewise.
1301         * wcsmbs/wchar.h: Likewise.
1302         * wctype/wctype.h: Likewise.
1303
1304 2002-08-28  Roland McGrath  <roland@redhat.com>
1305
1306         * locale/tst-C-locale.c (run_test): Remove __ from function names.
1307
1308 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1309             Roland McGrath <roland@redhat.com>
1310
1311         * locale/hashval.h (compute_hashval): Use prototype defn.
1312         (hashval_t): New macro, defined to unsigned long int
1313         if not already defined.
1314         (compute_hashval): Return hashval_t instead of unsigned long int.
1315         * locale/loadarchive.c (hashval_t): New macro.
1316         * locale/programs/locarchive.c: Include hashval.h directly instead
1317         of simple-hash.h.
1318         (compute_hashval, hashval_t): Define these macros first.
1319         (insert_name): Use archive_hashval instead of compute_hashval.
1320         (add_locale, delete_locales_from_archive): Likewise.
1321
1322 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1323
1324         * locale/programs/locarchive.c (insert_name): Suppress warnings about
1325         hash collisions if be_quiet.
1326
1327 2002-08-27  Roland McGrath  <roland@redhat.com>
1328
1329         * locale/locale.h (__newlocale, __duplocale, __freelocale,
1330         __uselocale): Don't declare these any more.
1331         * include/locale.h (__uselocale): Declare here instead, using __typeof.
1332
1333         * sysdeps/unix/readdir.c: If getdents fails with ENOENT, restore errno
1334         and treat it as an EOF return.
1335         * sysdeps/unix/readdir_r.c: Likewise.
1336
1337         * sysdeps/gnu/errlist-compat.awk: Include <bits/wordsize.h> in output.
1338         From Alexandre Oliva <aoliva@redhat.com>.
1339         * sysdeps/gnu/errlist-compat.c: Regenerated.
1340
1341 2002-08-27  Brian Youmans  <3diff@gnu.org>
1342
1343         * sysdeps/ieee754/flt-32/e_asinf.c: Modified copying permission
1344         wording at request of copyright holder Stephen Moshier.
1345         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1346         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1347         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1348         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1349         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1350         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1351         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1352         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1353         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1354         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1355         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1356         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1357         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1358         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1359
1360 2002-08-28  Jakub Jelinek  <jakub@redhat.com>
1361
1362         * ctype/ctype.h (isascii_l, toascii_l): Define to __*_l counterparts.
1363         * ctype/ctype-extn.c (isblank_l): Add weak alias.
1364         * sysdeps/generic/strtol_l.c (strtol_l): Likewise.
1365         * sysdeps/generic/strtoll_l.c (strtoll_l): Likewise.
1366         * sysdeps/generic/strtoul_l.c (strtoul_l): Likewise.
1367         * sysdeps/generic/strtoull_l.c (strtoull_l): Likewise.
1368         * wctype/iswctype_l.c (iswctype_l): Likewise.
1369
1370 2002-08-27  Roland McGrath  <roland@redhat.com>
1371
1372         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: No libc_hidden_def.
1373
1374         * ctype/ctype.h (__exctype_l): Don't declare __ name.
1375         * stdlib/stdlib.h: Don't declare __*_l names.
1376         * include/stdlib.h: Declare them here instead.
1377         * include/string.h: Don't declare __*_l names.
1378         * string/string.h: Declare them here instead.
1379         * time/time.h: Don't declare __*_l names.
1380         * include/time.h: Declare them here instead.
1381         * wcsmbs/wchar.h: Don't declare __*_l names.
1382         * include/wchar.h: Declare them here instead.
1383         * wctype/wctype.h: Declare iswalnum_l, not __iswalnum_l.
1384         Don't declare __*_l names.
1385         * include/wctype.h: Declare them here instead.
1386         * stdlib/monetary.h: Declare strfmon_l, not __strfmon_l.
1387         * stdlib/strfmon_l.c (strfmon_l): Define as weak alias.
1388         * locale/langinfo.h: Don't declare __nl_langinfo_l.
1389         * include/langinfo.h: Declare it here with __typeof.
1390
1391         * time/strptime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strptime_l
1392         instead, taking an extra __locale_t argument.
1393         * time/Makefile (routines): Add strptime_l.
1394         * time/time.h (__strptime_l, strptime_l): Declare them.
1395         * time/strptime_l.c: New file.
1396
1397         * time/time.h (__strftime_l, strftime_l): Declare them.
1398         * wcsmbs/wchar.h (__wcsftime_l, wcsftime_l): Declare them.
1399         * time/strftime_l.c: New file.
1400         * time/wcsftime_l.c: New file.
1401         * time/Makefile (routines): Add strftime_l, wcsftime_l.
1402         * time/Versions (libc: GLIBC_2.3): Add __strftime_l, __wcsftime_l,
1403         strftime_l, wcsftime_l.
1404         * time/strftime.c [USE_IN_EXTENDED_LOCALE_MODEL]: Define __strftime_l
1405         or __wcsftime_l instead, taking an extra __locale_t argument.
1406
1407         * locale/Versions (libc: GLIBC_PRIVATE): Move __uselocale to ...
1408         (libc: GLIBC_2.3): ... here.
1409
1410 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1411
1412         * stdio-common/Makefile: Fix typo in stdio_lim.h installation rule.
1413
1414         * Makefile (distribute): Add LICENSES.
1415
1416         * sysdeps/unix/sysv/linux/x86_64/Dist: Add ucontext_i.h and
1417         sys/debugreg.h.
1418
1419         * sysdeps/unix/sysv/linux/s390/Dist: Add new/route.h.
1420
1421         * sysdeps/unix/sysv/linux/ia64/Dist: Add dl-brk.S and sys/user.h.
1422
1423         * sysdeps/unix/sysv/linux/mips/Dist: Add sys/user.h.
1424
1425         * sysdeps/unix/sysv/linux/Dist: Add readahead.c.
1426
1427         * sysdeps/mach/hurd/alpha/Dist: New file.
1428
1429         * sysdeps/arm/Dist: Add bits/link.h.
1430
1431         * sunrpc/Makefile: Distribute thrsvc.
1432
1433         * stdio-common/Makefile: Remove more left-overs from old stdio.
1434
1435         * include/linewrap.h: Removed.
1436
1437         * libio/bug-mmap-fflush.c: Rewrite to not touch source directory.
1438
1439         * intl/Makefile (distribute): Add plural-eval.c.
1440
1441 2002-08-27  Roland McGrath  <roland@redhat.com>
1442
1443         * manual/sysinfo.texi (Mount Information): Correct file name to macro
1444         assocations for _PATH_MNTTAB, MNTTAB, _PATH_MOUNTED, MOUNTED.
1445         Say mtab is in either /var/run or /etc.
1446
1447 2002-08-26  Roland McGrath  <roland@redhat.com>
1448
1449         * manual/errno.texi (Error Codes): Added ECANCELED (118 for Hurd).
1450         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
1451
1452         * sysdeps/gnu/Versions: New file.
1453         * sysdeps/unix/sysv/linux/Versions (libc: GLIBC_2.1): Remove
1454         _sys_errlist; sys_errlist; _sys_nerr; sys_nerr; from here.
1455         * sysdeps/gnu/Makefile ($(..)sysdeps/gnu/errlist-compat.c): New target.
1456         ($(objpfx)errlist.d): Depend on $(..)sysdeps/gnu/errlist-compat.c.
1457         * sysdeps/gnu/errlist.awk: Make output define _sys_errlist_internal
1458         and _sys_nerr_internal instead of anything else.  Make it include
1459         "errlist-compat.c" if [!NOT_IN_libc && !ERRLIST_NO_COMPAT].
1460         Make it emit some asm magic if [EMIT_ERR_MAX].
1461         * sysdeps/gnu/errlist.c: Regenerated.
1462         * sysdeps/gnu/errlist-compat.awk: New file.
1463         * sysdeps/gnu/errlist-compat.c: New file (generated).
1464         * sysdeps/mach/hurd/errlist.c (ERRLIST_NO_COMPAT): New macro.
1465         (_sys_errlist_internal): Define this as a macro for _hurd_errlist.
1466         (_sys_nerr_internal): Define this is a macro for _hurd_nerr.
1467         (SYS_ERRLIST, SYS_NERR): Macros removed.
1468         (sys_nerr, _sys_nerr): Remove these weak aliases.
1469         * sysdeps/unix/sysv/linux/errlist.c: File removed.
1470         * sysdeps/unix/sysv/linux/errlist.h: File removed.
1471         * sysdeps/unix/sysv/linux/arm/errlist.c: File removed.
1472
1473         * include/libc-symbols.h (declare_symbol): New macro.
1474         * config.h.in (ASM_TYPE_DIRECTIVE_PREFIX): New #undef.
1475         * configure.in: New check to define it.
1476         * configure: Regenerated.
1477
1478 2002-08-27  Ulrich Drepper  <drepper@redhat.com>
1479
1480         * stdio-common/Makefile (headers): Remove bits/stdio_lim.h.  This
1481         file isn't distributed.  Add special rules to install bits/stdio_lim.h.
1482
1483         * Make-dist: Remove traces of old stdio.
1484         * Makeconfig: Likewise.
1485
1486         * locale/Makefile (localedef-aux): New variable.  Only md5
1487         assigned to it.  These files are not ddistributed in this directory.
1488
1489         * sysdeps/unix/sysv/linux/s390/Dist: Add sys/procfs.h.
1490         * sysdeps/unix/sysv/linux/s390/s390-64/Dist: Remove sys/procfs.h.
1491         * sysdeps/unix/sysv/linux/s390/s390-32/Dist: Likewise.
1492
1493         * sysdeps/unix/sysv/linux/Dist: Remove sys/sendfile.h.
1494
1495         * nss/getXXbyYY_r.c (REENTRANT_NAME): If no service is available
1496         set h_errno to NO_RECOVERY [PR libc/4360].
1497
1498 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1499
1500         * libio/Makefile (tests): Add bug-fopena+.
1501         * libio/bug-fopena+.c: New file.
1502         * libio/fileops.c (_IO_file_open): Only set file pointer to end of the
1503         file for _IO_IS_APPENDING if file isn't opened for reading, too.
1504
1505         * stdio-common/tst-swprintf.c (main): Add casts to avoid warnings.
1506
1507         * locale/xlocale.c: Fix the last change.  The variable still has
1508         to end in _data.
1509         * sysdeps/generic/bits/libc-tsd.h [!(USE_TLS && HAVE___THREAD)]
1510         (__libc_tsd_set): Add _data prefix to variable name.
1511
1512 2002-08-26  Roland McGrath  <roland@redhat.com>
1513
1514         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask): Replace
1515         macro with inline function.
1516         (sigset_get_old_mask): Likewise.
1517         * sysdeps/posix/sigblock.c (__sigblock): Update callers.
1518         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1519         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1520         * sysdeps/posix/sigvec.c (__sigvec, sigvec_wrapper_handler): Likewise.
1521         * sysdeps/unix/sysv/aix/sigset-cvt-mask.h
1522         (sigset_set_old_mask, sigset_get_old_mask): Make these macros return
1523         values.
1524         * sysdeps/unix/sysv/linux/sigset-cvt-mask.h: Likewise.
1525         * sysdeps/unix/sysv/sysv4/sigset-cvt-mask.h: Likewise.
1526
1527 2002-07-06  Bruno Haible  <bruno@clisp.org>
1528
1529         * sysdeps/generic/sigset-cvt-mask.h (sigset_set_old_mask,
1530         sigset_get_old_mask): Make it work with larger sigset_t.
1531         * sysdeps/posix/sigblock.c (__sigblock): Use those macros.
1532         * sysdeps/posix/sigsetmask.c (__sigsetmask): Likewise.
1533         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
1534
1535 2002-08-26  Roland McGrath  <roland@redhat.com>
1536
1537         * time/sys/time.h [__USE_BSD] (lutimes, futimes): Declare them.
1538         * manual/filesys.texi (File Times): Document lutimes and futimes.
1539         * misc/Makefile (routines): Add them.
1540         * misc/Versions (libc: GLIBC_2.3): Likewise.
1541         * sysdeps/generic/lutimes.c: New file.
1542         * sysdeps/generic/futimes.c: New file.
1543         * sysdeps/mach/hurd/lutimes.c: New file.
1544         * sysdeps/mach/hurd/futimes.c: New file.
1545
1546         * manual/filesys.texi (File Times): Add explicit note about null
1547         pointer argument to utimes.
1548
1549 2002-08-26  Roland McGrath  <roland@frob.com>
1550
1551         * sysdeps/mach/hurd/ifreq.h (__if_freereq): Add missing semicolon.
1552         (__ifreq): Add a cast.  Remove an unused variable.
1553
1554         * hurd/hurd/threadvar.h (enum __hurd_threadvar_index): Add
1555         _HURD_THREADVAR_LOCALE.
1556
1557 2002-08-26  Jakub Jelinek  <jakub@redhat.com>
1558
1559         * posix/regexec.c (re_search_stub): Return correct match length
1560         if start != 0.
1561         * posix/bug-regex10.c: New test.
1562         * posix/Makefile (tests): Add bug-regex10.
1563
1564 2002-08-26  Brian Youmans  <3diff@gnu.org>
1565
1566         * COPYING.LIB: Replaced with fresh copy from
1567         ftp://ftp.gnu.org/gnu/Licenses/COPYING.LIB-2.1;
1568         suggested copying permission notice now says version 2.1 instead
1569         of version 2.
1570
1571         * crypt/crypt.c: Changed copying permission notice to Lesser GPL
1572         from Library GPL.
1573         * crypt/crypt_util.c: Likewise.
1574         * crypt/ufc.c: Likewise.
1575         * elf/dl-conflict.c: Likewise.
1576         * elf/dl-iteratephdr.c: Likewise.
1577         * iconv/iconvconfig.h: Likewise.
1578         * malloc/arena.c: Likewise.
1579         * malloc/hooks.c: Likewise.
1580         * malloc/malloc.c: Likewise.
1581         * posix/glob/Makefile.ami: Likewise.
1582         * posix/glob/Makefile.in: Likewise.
1583         * stdlib/gmp-impl.h: Likewise.
1584         * stdlib/gmp.h: Likewise.
1585         * sysdeps/generic/dl-iteratephdr-static.c: Likewise.
1586         * sysdeps/generic/strnlen.c: Likewise.
1587         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
1588         * sysdeps/mach/hurd/recvmsg.c: Likewise.
1589         * sysdeps/mach/hurd/sendmsg.c: Likewise.
1590         * sysdeps/mach/hurd/spawni.c: Likewise.
1591         * sysdeps/mach/powerpc/machine-sp.h: Likewise.
1592         * sysdeps/mach/powerpc/sysdep.h: Likewise.
1593         * sysdeps/mach/powerpc/thread_state.h: Likewise.
1594         * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Likewise.
1595         * sysdeps/unix/sysv/linux/ia64/dl-iteratephdr-static.c: Likewise.
1596         * sysdeps/x86_64/gmp-mparam.h: Likewise.
1597
1598         * sysdeps/ieee754/dbl-64/MathLib.h: Corrected version number in
1599         Lesser GPL copying permission notice from 2 to 2.1.
1600         * sysdeps/ieee754/dbl-64/asincos.tbl: Likewise.
1601         * sysdeps/ieee754/dbl-64/atnat.h: Likewise.
1602         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
1603         * sysdeps/ieee754/dbl-64/branred.c: Likewise.
1604         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
1605         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
1606         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
1607         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
1608         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
1609         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
1610         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
1611         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
1612         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
1613         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
1614         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
1615         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
1616         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
1617         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
1618         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
1619         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
1620         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
1621         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
1622         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
1623         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
1624         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
1625         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
1626         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
1627         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
1628         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
1629         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
1630         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
1631         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
1632         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
1633         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
1634         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
1635         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
1636         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
1637         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
1638         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
1639         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
1640         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
1641         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
1642         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
1643         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
1644         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
1645         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
1646         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
1647         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
1648         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
1649         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
1650         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
1651         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
1652         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
1653         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
1654         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
1655
1656         * sysdeps/ieee754/flt-32/e_asinf.c: Added copyright notice for Stephen
1657         Moshier and Lesser GPL copying permission notice, per license from
1658         Moshier.
1659         * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
1660         * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
1661         * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
1662         * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
1663         * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
1664         * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
1665         * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
1666         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
1667         * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
1668         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
1669         * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
1670         * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
1671         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
1672         * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
1673
1674         * sysdeps/ieee754/ldbl-128/e_j0l.c: Added Lesser GPL copying permission
1675         notice, per license from copyright holder Stephen Moshier.
1676         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
1677         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
1678         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
1679         * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
1680         * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
1681         * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
1682         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
1683         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
1684         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
1685
1686 2002-08-26  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
1687
1688         * sysdeps/sh/Makefile (sysdeps_routines): Add divdi3 in csu dir.
1689         (shared-only-routines): Likewise.
1690
1691 2002-08-26  Roland McGrath  <roland@redhat.com>
1692
1693         * locale/programs/ld-ctype.c (ctype_read): When given a repertoire
1694         name of "", store a null pointer instead.
1695
1696         * configure.in (elf): Set to yes for freebsd*, netbsd*.
1697         * configure: Regenerated.
1698
1699         * locale/xlocale.c [! (USE_TLS && HAVE___THREAD)] (__libc_tsd_LOCALE):
1700         Initialize this instead of __libc_tsd_LOCALE_data.
1701
1702         * sysdeps/unix/grantpt.c (pts_name): Convert ENOTTY return from
1703         ptsname_r to EINVAL.
1704
1705         * sysdeps/generic/ptsname.c (__ptsname_r): Return ENOSYS instead of 0.
1706
1707         * rt/Makefile: Revert last change, it was inappropriate to presume aio
1708         implementations depend on pthreads.
1709         * rt/tst-aio.c (do_test): Exit happy if first failure is ENOSYS.
1710         * rt/tst-aio64.c (do_test): Likewise.
1711         * rt/tst-aio2.c (do_test): Likewise.
1712         * rt/tst-aio3.c (do_test): Likewise.
1713         * rt/tst-aio4.c (do_test): Likewise.
1714         * rt/tst-aio5.c (do_test): Likewise.
1715         * rt/tst-aio6.c (do_test): Likewise.
1716         * rt/tst-aio7.c (do_test): Likewise.
1717
1718         * sysdeps/generic/bits/libc-lock.h (__libc_setspecific): Use a cast to
1719         void so as to avoid compiler warnings.
1720
1721         * libio/oldstdfiles.c [! _IO_MTSAFE_IO] (DEF_STDFILE): Don't define
1722         _IO_wide_data_FD, which is never used here.
1723
1724         * libio/iofread.c
1725         [! _IO_MTSAFE_IO] (fread_unlocked): Add libc_hidden_ver defn.
1726         * libio/iofputs.c [! _IO_MTSAFE_IO] (fputs_unlocked): Likewise.
1727         * libio/iofgets.c [! _IO_MTSAFE_IO] (fgets_unlocked): Likewise.
1728
1729         * include/resolv.h [! _LIBC_REENTRANT] (_res): #undef it before decl.
1730         * include/netdb.h [! _LIBC_REENTRANT] (h_errno): Declare normal extern.
1731
1732         * misc/syslog.c (openlog): Conditionalize locking on [_LIBC_REENTRANT].
1733         (closelog): Likewise.
1734
1735 2002-07-06  Bruno Haible  <bruno@clisp.org>
1736
1737         * sysdeps/alpha/fpu/fpu_control.h: Comment fix.
1738
1739         * sysdeps/unix/sysv/linux/alpha/pipe.S: Moved to ...
1740         * sysdeps/unix/alpha/pipe.S: ... here.
1741         * sysdeps/unix/bsd/osf/alpha/pipe.S: File removed.
1742
1743         * sysdeps/unix/i386/brk.S: Rename local label to '.Lhere' in ELF.
1744
1745         * sysdeps/unix/i386/brk.S: Add PSEUDO_END invocation.
1746         * sysdeps/unix/i386/fork.S: Likewise.
1747         * sysdeps/unix/i386/pipe.S: Likewise.
1748         * sysdeps/unix/i386/wait.S: Likewise.
1749
1750         * sysdeps/unix/fork.S: Fix PSEUDO_END argument.
1751         * sysdeps/unix/arm/fork.S: Likewise.
1752
1753         * sysdeps/unix/sysv/linux/arm/sysdep.h (PSEUDO): Swap DO_CALL
1754         arguments.
1755         (DO_CALL): Swap argument order.
1756         * sysdeps/unix/sysv/linux/hppa/sysdep.h (PSEUDO): Swap DO_CALL
1757         arguments.
1758         (DO_CALL): Swap argument order.
1759         * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Swap DO_CALL
1760         arguments.
1761         (DO_CALL): Swap argument order.
1762         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h (PSEUDO): Swap DO_CALL
1763         arguments.
1764         (DO_CALL): Swap argument order.
1765         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h (PSEUDO): Swap DO_CALL
1766         arguments.
1767         (DO_CALL): Swap argument order.
1768         * sysdeps/unix/sysv/linux/sh/sysdep.h (PSEUDO): Swap DO_CALL
1769         arguments.
1770         (DO_CALL): Swap argument order.
1771         * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Swap DO_CALL
1772         arguments.
1773         (DO_CALL): Swap argument order.
1774
1775         * sysdeps/i386/sysdep.h (PSEUDO): Fix syntax error.
1776         (L): Define right for ELF.
1777         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Remove definition.
1778         Now defined in sysdeps/i386/sysdep.h.
1779
1780         * sysdeps/posix/readv.c: Ansify function definition.
1781         * sysdeps/posix/writev.c: Likewise.
1782
1783         * stdio-common/tst-fseek.c (main): Don't assume that off_t and size_t
1784         have the same size. Avoid direct cast from size_t to off_t.
1785
1786         * login/tst-utmp.c (simulate_login): Don't leave garbage after the
1787         nul byte in entry[n].ut_user.
1788         (simulate_logout): Likewise.
1789
1790         * login/programs/utmpdump.c (print_entry): Test _HAVE_UT_TYPE,
1791         _HAVE_UT_PID, _HAVE_UT_ID, _HAVE_UT_HOST, instead of assuming the
1792         existence of corresponding members of 'struct utmp'.
1793         * login/tst-utmp.c: Trivialize the test if testing 'struct utmp' and
1794         !_HAVE_UT_TYPE.
1795
1796         * sysdeps/unix/opendir.c (__opendir): If st_blksize is 0 or too small,
1797         allocate a buffer of at least BUFSIZ bytes, not just of
1798         sizeof (struct dirent).
1799
1800         * sysdeps/generic/glob.c: Include <limits.h>.
1801         (NAME_MAX): Define a fallback.
1802         (glob_in_dir): Allocate enough room for a 'struct dirent64' on the
1803         stack.
1804         * posix/tst-dir.c: Include <stddef.h>, for offsetof.
1805         (main): Allocate enough room for a 'struct dirent64' on the stack.
1806         * posix/tst-gnuglob.c (my_DIR): Allocate enough room for a
1807         'struct dirent'.
1808
1809         * sysdeps/unix/sysv/linux/init-first.c: Don't include
1810         kernel-features.h.
1811
1812         * inet/htontest.c: Include <sys/types.h>.
1813
1814         * sysdeps/generic/sys/sysinfo.h: Surround with __{BEGIN,END}_DECLS.
1815
1816         * include/sys/sysctl.h: Comment fix.
1817
1818         * elf/rtld.c (_rtld_global) [! _LIBC_REENTRANT]: Don't initialize
1819         _dl_load_lock.
1820         * libio/fileno.c (fileno_unlocked): Define regardless of _IO_MTSAFE_IO.
1821
1822         * sysdeps/unix/bsd/bsd4.4/syscalls.list (__sigaltstack): New alias.
1823
1824         * sysdeps/unix/inet/syscalls.list (__connect_internal): New alias.
1825         (__getpeername): New alias.
1826         (__getsockname): New alias.
1827         (__socket): New alias.
1828
1829         * sysdeps/unix/common/syscalls.list (getpgid): Remove.
1830
1831         * sysdeps/unix/syscalls.list (__chown_internal): New alias.
1832         (__fcntl_internal): New alias.
1833         (__profil): New alias.
1834
1835 2002-08-26  Ulrich Drepper  <drepper@redhat.com>
1836
1837         * nscd/hstcache.c (cache_addhst): Add new parameter saying whether
1838         entry was for getaddr* lookup or not.  Add only matching cache
1839         entry.  Change all callers [PR libc/4317].
1840
1841         * libio/wfileops.c (_IO_wfile_seekoff): Set fp->_offset after
1842         finding the read position [PR libc/4265].
1843         * libio/Makefile (tests): Add bug-rewind2.
1844         * libio/bug-rewind2.c: New file.
1845
1846         * libio/bug-rewind.c: Fix creation of temp file.
1847
1848 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1849
1850         * nss/getXXbyYY_r.c (REENTRANT_NAME): Return ENOENT if status is
1851         neither SUCCESS nor TRYAGAIN [PR libc/4259].
1852         * nss/nss_files/files-XXX.c (internal_getent): Don't set *errnop
1853         to ENOENT if no entry is found.
1854         * nis/nss_compat/compat-grp.c: Don't set errno in case of lookup
1855         failure.
1856         * nis/nss_compat/compat-initgroups.c: Likewise.
1857         * nis/nss_compat/compat-pwd.c: Likewise.
1858         * nis/nss_compat/compat-spwd.c: Likewise.
1859         * nis/nss_nis/nis-alias.c: Likewise.
1860         * nis/nss_nis/nis-ethers.c: Likewise.
1861         * nis/nss_nis/nis-grp.c: Likewise.
1862         * nis/nss_nis/nis-hosts.c: Likewise.
1863         * nis/nss_nis/nis-initgroups.c: Likewise.
1864         * nis/nss_nis/nis-netgrp.c: Likewise.
1865         * nis/nss_nis/nis-network.c: Likewise.
1866         * nis/nss_nis/nis-proto.c: Likewise.
1867         * nis/nss_nis/nis-publickey.c: Likewise.
1868         * nis/nss_nis/nis-pwd.c: Likewise.
1869         * nis/nss_nis/nis-rpc.c: Likewise.
1870         * nis/nss_nis/nis-service.c: Likewise.
1871         * nis/nss_nis/nis-spwd.c: Likewise.
1872         * resolv/nss_dns/dns-host.c: Likewise.
1873         * resolv/nss_dns/dns-network.c: Likewise.
1874         * nis/nss_nisplus/nisplus-alias.c: Save errno around NIS calls.
1875         * nis/nss_nisplus/nisplus-ethers.c: Likewise.
1876         * nis/nss_nisplus/nisplus-grp.c: Likewise.
1877         * nis/nss_nisplus/nisplus-hosts.c: Likewise.
1878         * nis/nss_nisplus/nisplus-network.c: Likewise.
1879         * nis/nss_nisplus/nisplus-proto.c: Likewise.
1880         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
1881         * nis/nss_nisplus/nisplus-rpc.c: Likewise.
1882         * nis/nss_nisplus/nisplus-service.c: Likewise.
1883         * nis/nss_nisplus/nisplus-spwd.c: Likewise.
1884         * hesiod/nss_hesiod/hesiod-pwd.c (lookup): Preserve errno value.
1885         * hesiod/nss_hesiod/hesiod-proto.c (lookup): Likewise.
1886         * hesiod/nss_hesiod/hesiod-grp.c (lookup): Likewise.
1887         * hesiod/nss_hesiod/hesiod-service.c (lookup): Likewise.
1888
1889         * sysdeps/unix/sysv/linux/i386/sigaction.c: Avoid warnings by
1890         declaring __restore and __restore_rt as hidden (if possible).
1891
1892 2002-08-25  Roland McGrath  <roland@redhat.com>
1893
1894         * manual/llio.texi (Access Modes): Fix typos in O_READ/O_WRITE defns.
1895
1896         * sysdeps/generic/utmp_file.c (LOCK_FILE): Check for error from fcntl.
1897         (getutent_r_file, internal_getut_r): Updated all callers.
1898         (getutline_r_file, pututline_file, updwtmp_file): Likewise.
1899
1900 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1901
1902         * locale/programs/locale.c: Don't print aliases for non-existing
1903         locales for 'locale -a'.
1904         Patch by Noah Levitt <nlevitt@columbia.edu> [PR libc/4166].
1905
1906 2002-07-19  H.J. Lu  <hjl@gnu.org>
1907
1908         * sysdeps/unix/sysv/linux/mips/bits/msq.h: New file.
1909
1910 2002-07-16  H.J. Lu  <hjl@gnu.org>
1911
1912         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
1913         sys/personality.h.
1914         * sysdeps/unix/sysv/linux/sys/personality.h: New file.
1915
1916 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1917
1918         * elf/tst-tlsmod1.c (in_dso): Make sure the TLS variable access is
1919         not moved ahead of the fputs call.
1920         * elf/tst-tlsmod2.c (in_dso): Likewise.
1921         * elf/tst-tlsmod3.c (in_dso2): Likewise.
1922         * elf/tst-tlsmod4.c (in_dso): Likewise.
1923
1924 2002-08-25  Andreas Schwab  <schwab@suse.de>
1925
1926         * elf/dl-reloc.c (_dl_reloc_bad_type): Nul-terminate message.
1927
1928 2002-08-25  Roland McGrath  <roland@redhat.com>
1929
1930         * sysdeps/generic/utmp_file.c (UNLOCK_FILE): Clear alarm before
1931         resetting handler, to avoid the possibility of a spurious SIGALRM
1932         delivered to the user's handler.
1933         Reported by Amit D. Chaudhary <amitc@brocade.com>,
1934
1935         * misc/Makefile (CFLAGS-init-misc.c): Variable removed.  It served to
1936         set -fkeep-inline-functions, which is not needed for the current file.
1937
1938         * sysdeps/generic/ldsodefs.h: Add attribute_hidden to *_internal decls.
1939         (_dl_setup_hash): Add attribute_hidden.
1940         (_dl_sysdep_start, _dl_sysdep_start_cleanup): Likewise.
1941         (_dl_sysdep_read_whole_file, _dl_dprintf): Likewise.
1942         (_dl_new_object, _dl_map_object_deps): Likewise.
1943         (_dl_map_object_deps_internal): Remove decl.
1944         * elf/rtld.c (__mempcpy, _exit): Redeclare locally as hidden.
1945
1946         * sysdeps/i386/dl-machine.h [PI_STATIC_AND_HIDDEN
1947         && HAVE_VISIBILITY_ATTRIBUTE && HAVE_HIDDEN
1948         && !HAVE_BROKEN_VISIBILITY_ATTRIBUTE]
1949         (elf_machine_dynamic, elf_machine_load_address): Rewritten without asm,
1950         instead relying on the compiler to produce only GOTOFF variable refs.
1951
1952 2002-08-25  Ulrich Drepper  <drepper@redhat.com>
1953
1954         * elf/dl-load.c: Fix typo in comment.  Add a few more __builtin_expect.
1955
1956         * sysdeps/generic/dl-cache.h (_dl_cache_libcmp): Define as static
1957         inline to avoid defining it in every file which includes this header.
1958
1959         * elf/rtld.c: Also test for HAVE_VISIBILITY_ATTRIBUTE before
1960         defining DONT_USE_BOOTSTRAP_MAP.
1961
1962         * libio/tst-freopen.c (main): Use correct formats for __LINE__.
1963         * libio/tst-mmap-setvbuf.c (main): Likewise.
1964         * libio/tst-widetext.c (main): Likewise.
1965
1966         * libio/tst-mmap-eofsync.c (do_test): Use correct format in error
1967         message.
1968         * libio/tst-mmap-fflushsync.c (do_test): Likewise.
1969         * libio/tst-mmap2-eofsync.c (do_test): Likewise.
1970
1971         * sysdeps/i386/elf/configure.in: Unconditionally define
1972         PI_STATIC_AND_HIDDEN.
1973         * elf/rtld.c (DONT_USE_BOOTSTRAP_MAP): Define only if
1974         PI_STATIC_AND_HIDDEN is defined as well.
1975         * config.h.in: Add PI_STATIC_AND_HIDDEN entry.
1976
1977 2002-08-24  Ulrich Drepper  <drepper@redhat.com>
1978
1979         * sysdeps/ia64/bzero.S: Define __bzero as well.
1980
1981         * locale/programs/charmap.c (charmap_new_char): Don't use
1982         ULONG_MAX as maximum UCS4 value.
1983
1984         * sysdeps/unix/sysv/linux/ia64/sys/user.h: New file.
1985
1986         * sysdeps/generic/strtol.c: We don't need the isascii test in glibc.
1987
1988         * malloc/hooks.c (public_sET_STATe): use size_t as type for i.
1989         * malloc/malloc.c (mALLINFo): Likewise.
1990
1991         * libio/wstrops.c (_IO_wstr_pbackfail): Use WEOF in comparison.
1992
1993         * libio/wfileops.c (_IO_wfile_overflow): Use EOF not WEOF when
1994         examining result of _IO_do_flush call.
1995
1996         * stdio-common/vfprintf.c (vfprintf): Use correct type in va_arg.
1997         Use prec not spec when sizing buffers.
1998
1999         * catgets/open_catalog.c (__open_catalog): Add casts to avoid warnings.
2000         * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
2001         * locale/loadlocale.c (_nl_intern_locale_data): Likewise.
2002         * stdio-common/vfscanf.c (inchar): Likewise.
2003         * misc/efgcvt_r.c (fcvt_r): Likewise.
2004         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
2005         * elf/readlib.c (process_file): Likewise.
2006         * elf/sprof.c (load_profdata): Likewise.
2007         * sysdeps/ia64/hp-timing.h (HP_TIMING_PRINT): Likewise.
2008         * locale/programs/linereader.c (get_toplvl_escape): Likewise.
2009         * locale/programs/charmap.c (charmap_read): Likewise.
2010         * libio/fileops.c: Likewise.
2011         * libio/fmemopen.c: Likewise.
2012         * stdlib/strtod.c: Likewise.
2013         * elf/dl-load.c: Likewise.
2014         * iconv/iconvconfig.c: Likewise.
2015         * iconv/iconv_prog.c (process_block): Likewise.
2016         * elf/rtld.c (dl_main): Likewise.
2017
2018         * sysdeps/unix/sysv/linux/ia64/Makefile: Define _ASM_IA64_CURRENT_H
2019         macro to calm down the compiler.
2020
2021         * iconv/gconv_cache.c (__gconv_load_cache): Add cast to avoid warning.
2022
2023         * sysdeps/ia64/elf/initfini.c: Don't use newlines embedded in string.
2024
2025         * sysdeps/unix/sysv/linux/i386/sysdep.S: Update comment regarding
2026         placement of errno definition.
2027         * sysdeps/unix/sysv/linux/m68k/sysdep.S: Likewise.
2028         * sysdeps/unix/sysv/linux/mips/sysdep.S: Likewise.
2029         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Likewise.
2030         * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
2031         * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
2032
2033         * resolv/nss_dns/dns-host.c (MAXPACKET): Increase minimum value
2034         from 1024 to 65536, to avoid buffer overrun.
2035
2036 2002-08-16  Paul Eggert  <eggert@twinsun.com>
2037
2038         * resolv/gethnamaddr.c (MAXPACKET): Increase minimum value
2039         from 1024 to 65536, to avoid buffer overrun.
2040         * resolv/res_query.c (MAXPACKET): Likewise.
2041
2042 2002-08-24  Andreas Jaeger  <aj@suse.de>
2043
2044         * sysdeps/unix/sysv/linux/i386/Versions: Remove *xattr syscalls.
2045
2046 2002-08-23  Ulrich Drepper  <drepper@redhat.com>
2047
2048         * sysdeps/ieee754/dbl-64/e_pow.c (log1): Define and initialize
2049         two52 locally.
2050         (log2): Likewise.
2051         * sysdeps/ieee754/dbl-64/upow.h: Remove definition of two52.
2052         Patch by Simon Gee <simong@agile.tv>.
2053
2054         * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs_conf):
2055         Prefer reading /proc/stat since it is more uniform across
2056         architectures.
2057
2058         * manual/texinfo.tex: Update to latest official version.
2059
2060         * sysvipc/sys/shm.h: Remove SHMLBA definition.
2061         * sysdeps/generic/bits/shm.h: Define SHMLBA here.
2062         * sysdeps/gnu/bits/shm.h: Likewise.
2063         * sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
2064         * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
2065         * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
2066         * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
2067         * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
2068         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
2069         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
2070         * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Define SHMLBA to 2^20
2071         since this is what the kernel says.
2072
2073         * misc/sys/xattr.h: Include <sys/types.h> instead of <stddef.h>
2074         since ssize_t is needed as well.  Replace const with __const.
2075
2076 2002-08-23  Roland McGrath  <roland@redhat.com>
2077
2078         * malloc/hooks.c (__malloc_initialize_hook, __free_hook,
2079         __malloc_hook, __realloc_hook, __memalign_hook,
2080         __after_morecore_hook): Variable definitions moved to ...
2081         * malloc/malloc.c: ... here, so as to be before all references.
2082
2083         * sysdeps/i386/dl-machine.h (elf_machine_load_address): Add a dummy
2084         global variable reference in an unused asm parameter, to ensure the
2085         compiler has set up the GOT register before we use it.
2086
2087         * malloc/hooks.c: Move variable definitions ahead of uses.
2088         * libio/fileops.c: Move versioned_symbol defns ahead of _IO_jump_t
2089         initializers that make reference to variables they define.
2090
2091 2002-08-23  Andreas Jaeger  <aj@suse.de>
2092
2093         * locale/loadarchive.c: Include <stdlib.h> for prototypes of
2094         alloca, free, qsort.
2095
2096         * dlfcn/bug-dlsym1-lib1.c (foo): Add prototype to avoid warning.
2097
2098         * sysdeps/ieee754/flt-32/e_jnf.c: Remove unused variable.
2099         * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
2100
2101         * misc/sys/xattr.h: New file, contributed by Christoph Hellwig
2102         <hch@lst.de>.
2103         * sysdeps/generic/fgetxattr.c: New file.
2104         * sysdeps/generic/flistxattr.c: New file.
2105         * sysdeps/generic/fremovexattr.c: New file.
2106         * sysdeps/generic/fsetxattr.c: New file.
2107         * sysdeps/generic/getxattr.c: New file.
2108         * sysdeps/generic/listxattr.c: New file.
2109         * sysdeps/generic/lgetxattr.c: New file.
2110         * sysdeps/generic/llistxattr.c: New file.
2111         * sysdeps/generic/lremovexattr.c: New file.
2112         * sysdeps/generic/lsetxattr.c: New file.
2113         * sysdeps/generic/removexattr.c: New file.
2114         * sysdeps/generic/setxattr.c: New file.
2115         * misc/Makefile (headers): Add sys/xattr.h.
2116         (routines): Add *xattr calls.
2117         * misc/Versions: Add *xattr calls with version 2.3.
2118         * sysdeps/unix/sysv/linux/m68k/Versions: Remove *xattr syscalls.
2119         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2120         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2121         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2122         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2123         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2124         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2125         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2126
2127 2002-08-22  Steven Munroe  <sjmunroe@us.ibm.com>
2128
2129         * sysdeps/powerpc/elf/libc-start.c
2130         (__cache_line_size): Declare.
2131         (__aux_init_cache): New function.
2132         (__libc_start_main): Change type of `auxvec' parameter to
2133         `ElfW(auxv_t) *'.  Correct walking of aux vector.  Call
2134         __aux_init_cache.
2135         * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
2136         (__cache_line_size): Declare.
2137         (__aux_init_cache): New function.
2138         (DL_PLATFORM_INIT): Define.
2139         * sysdeps/powerpc/memset.S: Define __cache_line_size and use its
2140         value to select the correct stride for dcbz.
2141
2142 2002-08-22  Andreas Jaeger  <aj@suse.de>
2143
2144         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments of
2145         shmat.
2146
2147 2002-08-22  Roland McGrath  <roland@redhat.com>
2148
2149         * locale/loadarchive.c (_nl_load_locale_from_archive): Check max file
2150         position indicated by locrectab against file bounds before rounding to
2151         page size.  In mapping loop, always set TO before breaking out of
2152         contiguous range coalescing loop.
2153
2154         * locale/loadarchive.c (_nl_load_locale_from_archive): Use MAP_PRIVATE
2155         (or MAP_COPY if available) instead of MAP_SHARED.
2156
2157         * scripts/firstversions.awk: When encountering a version newer than
2158         the specified earliest version, be sure to emit the specified earliest
2159         version first if any renaming of an older version to that has been.
2160
2161 2002-08-21  Roland McGrath  <roland@redhat.com>
2162
2163         * configure.in: Make GCC version check require 3.[2-9]* and no others.
2164         * manual/install.texi (Tools for Compilation): Say 3.2 is required.
2165         (Configuring and compiling): Don't mention older GCC versions any more.
2166         * INSTALL: Regenerated.
2167
2168         * manual/install.texi (Configuring and compiling, Installation,
2169         Running make install, Linux): Linux -> GNU/Linux where appropriate.
2170
2171         * elf/rtld.c (_dl_start_final): Move defn before _dl_start so it can
2172         be inlined.  Declare it with always_inline if [DONT_USE_BOOTSTRAP_MAP]
2173         and with noinline otherwise.  Remove hack alloca use to prevent
2174         inlining, we can ask for it explicitly nowadays.
2175
2176         * dlfcn/bug-dlsym1.c: New file.
2177         * dlfcn/bug-dlsym1-lib1.c, dlfcn/bug-dlsym1-lib2.c: New files.
2178         * dlfcn/Makefile (distribute): Add them.
2179         (tests): Add bug-dlsym1 here.
2180         (modules-names): Add bug-dlsym1-lib1 and bug-dlsym1-lib2 here.
2181         ($(objpfx)bug-dlsym1, $(objpfx)bug-dlsym1.out): New targets.
2182         ($(objpfx)bug-dlsym1-lib1.so, $(objpfx)bug-dlsym1-lib2.so): Likewise.
2183
2184 2002-08-21  Ulrich Drepper  <drepper@redhat.com>
2185
2186         * elf/rtld.c (start_time): New global variable.  Moved from _dl_start.
2187         (DONT_USE_BOOTSTRAP_MAP): Define if we can use non-exported symbols
2188         before relocation.
2189         (_dl_start): Don't use local bootstrap_map variable if
2190         DONT_USE_BOOTSTRAP_MAP is defined.  Use GL(dl_rtld_map).  Don't
2191         pass bootstrap_map to _dl_start_final in this case either.  Don't
2192         pass start_time to _dl_start_final ever.
2193         (_dl_start_final): Don't copy bootstrap_map if DONT_USE_BOOTSTRAP_MAP.
2194
2195         * elf/dl-deps.c (_dl_map_object_deps): Revert patch from 2002-05-28.
2196         This cripples the scope lists necessary to search for symbols in
2197         dependencies which are not in the global scope.
2198
2199         * include/setjmp.h (__libc_longjmp): Add declaration.
2200
2201 2002-08-21  Andreas Jaeger  <aj@suse.de>
2202
2203         * sysdeps/x86_64/_mcount.S: Fix assembler.
2204
2205         * sysdeps/unix/sysv/linux/x86_64/Makefile: Generate bits/syscall.h
2206         with biarch support.
2207
2208 2002-08-21  Andreas Jaeger  <aj@suse.de>
2209
2210         * sysdeps/x86_64/sysdep.h (CALL_MCOUNT): Fix it.
2211
2212         * sysdeps/x86_64/Makefile (sysdep_routines): Add _mcount.
2213
2214         * sysdeps/x86_64/machine-gmon.h: New file.
2215         * sysdeps/x86_64/_mcount.S: New file.
2216
2217 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2218
2219         * elf/rtld.c (_dl_start): Pass zero to TLS_INIT_TP.  Set
2220         bootstrap_map.l_tls_tp_initialized to 1 if TLS_INIT_TP was called.
2221         (_dl_start_final): Copy l_tls_tp_initialized to GL(dl_rtld_map).
2222         (dl_main): If HAVE___THREAD is not defined pass l_tls_tp_initialized
2223         to TL_INIT_TP.  Otherwise pass 1.
2224         * include/link.h (struct link_map): Add l_tls_tp_initialized.
2225         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass 0 to TL_INIT_TP.
2226
2227 2002-08-15  Jakub Jelinek  <jakub@redhat.com>
2228
2229         * locale/programs/localedef.c (add_to_readlist): Error about
2230         circular dependencies only if the locale in question hasn't
2231         been finished.
2232         * locale/programs/linereader.c (get_string): Pass LC_CTYPE not
2233         CTYPE_LOCALE to load_locale.
2234         * locale/programs/locfile.c (locfile_read): Don't include
2235         unneeded but available locales in locale_mask.
2236
2237         * locale/programs/locarchive.c (enlarge_archive): If quiet, don't
2238         print any messages about enlarging archive.
2239
2240 2002-08-20  Brian Youmans  <3diff@gnu.org>
2241
2242         * manual/contrib.texi: Removed licenses, added acknowledgements
2243         for contributions by Intel, IBM, Craig Metz.
2244         * LICENSES: New file, contains the text of all non-FSF licenses in the
2245         distribution that require putting the notice in the accompanying
2246         documentation.
2247         * README.template, README: Mention LICENSES.
2248
2249         * sysdeps/mach/hurd/net/if_ppp.h: Replaced CMU license with a
2250         new one modelled on the modern BSD license, per recent letter
2251         of permission from CMU.
2252         * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
2253
2254         * sysdeps/ieee754/dbl-64/MathLib.h: Changed the copyright holder
2255         from IBM to FSF, per the recent Software Letter.  Changed the
2256         distribution terms from GPL to LGPL.
2257
2258         * sysdeps/ieee754/dbl-64/asincos.tbl: Added FSF copyright and
2259         copying permission notice (Lesser GPL), per recent IBM Software Letter.
2260         * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
2261         * sysdeps/ieee754/dbl-64/root.tbl: Likewise.
2262         * sysdeps/ieee754/dbl-64/sincos.tbl: Likewise.
2263         * sysdeps/ieee754/dbl-64/uatan.tbl: Likewise.
2264         * sysdeps/ieee754/dbl-64/uexp.tbl: Likewise.
2265         * sysdeps/ieee754/dbl-64/ulog.tbl: Likewise.
2266         * sysdeps/ieee754/dbl-64/upow.tbl: Likewise.
2267         * sysdeps/ieee754/dbl-64/utan.tbl: Likewise.
2268
2269         * sysdeps/ieee754/dbl-64/atnat.h: Changed the copyright holder
2270         from IBM to FSF, per the recent Software Letter.  Corrected the
2271         text of the copying permission notice to say Lesser GPL instead
2272         of GPL in warranty disclaimer paragraph.
2273         * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
2274         * sysdeps/ieee754/dbl-64/branred.h: Likewise.
2275         * sysdeps/ieee754/dbl-64/dla.h: Likewise.
2276         * sysdeps/ieee754/dbl-64/doasin.h: Likewise.
2277         * sysdeps/ieee754/dbl-64/dosincos.h: Likewise.
2278         * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
2279         * sysdeps/ieee754/dbl-64/mpa2.h: Likewise.
2280         * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
2281         * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
2282         * sysdeps/ieee754/dbl-64/mplog.h: Likewise.
2283         * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
2284         * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
2285         * sysdeps/ieee754/dbl-64/sincos32.h: Likewise.
2286         * sysdeps/ieee754/dbl-64/uasncs.h: Likewise.
2287         * sysdeps/ieee754/dbl-64/uexp.h: Likewise.
2288         * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
2289         * sysdeps/ieee754/dbl-64/upow.h: Likewise.
2290         * sysdeps/ieee754/dbl-64/urem.h: Likewise.
2291         * sysdeps/ieee754/dbl-64/uroot.h: Likewise.
2292         * sysdeps/ieee754/dbl-64/usncs.h: Likewise.
2293         * sysdeps/ieee754/dbl-64/utan.h: Likewise.
2294
2295         * sysdeps/ieee754/dbl-64/branred.c: Corrected the text of the copying
2296         permission notice to say Lesser GPL instead of GPL in warranty
2297         disclaimer paragraph.
2298         * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
2299         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
2300         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
2301         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
2302         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
2303         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
2304         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
2305         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
2306         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
2307         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
2308         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
2309         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
2310         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
2311         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
2312         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
2313         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
2314         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
2315         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
2316         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
2317         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
2318         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
2319         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
2320         * sysdeps/ieee754/dbl-64/slowpow.c:  Likewise.
2321
2322 2002-08-20  Roland McGrath  <roland@redhat.com>
2323
2324         Fix ABI compatibility with libc compiled with old tools on powerpc.
2325         Changes contributed by Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
2326         and Jack Howarth <howarth@bromo.med.uc.edu>.
2327         * sysdeps/powerpc/Makefile [$(have-protected) = yes]
2328         (CPPFLAGS-divdi3.c, CPPFLAGS-libgcc-compat.S): New variables,
2329         pass -DHAVE_DOT_HIDDEN for these files.
2330         * sysdeps/powerpc/Versions (libc: GLIBC_2.0): Added __floatdidf,
2331         __floatdisf.
2332         * sysdeps/powerpc/divdi3.c: New file.
2333         * sysdeps/powerpc/libgcc-compat.S: New file, replacement for ...
2334         * sysdeps/powerpc/libgcc-compat.c: ... this, file removed.
2335
2336 2002-08-20  Jakub Jelinek  <jakub@redhat.com>
2337
2338         * locale/loadarchive.c (_nl_load_locale_from_archive): Handle
2339         partially overlapping mappings.  Remove unneeded (char *) casts.
2340         Never allow duplication of ranges in mapped areas.
2341
2342 2002-08-20  Roland McGrath  <roland@redhat.com>
2343
2344         * elf/Makefile ($(objpfx)ld.so): Separate commands in rule so errors
2345         can be detected by make.  Reported by H.J. Lu <hjl@gnu.org>.
2346
2347 2002-08-20  Ulrich Drepper  <drepper@redhat.com>
2348
2349         * include/unistd.h: Don't hide _exit.
2350
2351         * elf/rtld.c (_dl_start): Pass extra argument 1 to TLS_INIT_TP.
2352         (dl_main): Pass extra argument 0 to TLS_INIT_TP.
2353         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Pass extra
2354         argument 1 to TLS_INIT_TP.
2355         * sysdeps/generic/tls.h (TLS_INIT_TP): Describe new parameter.
2356
2357         * sysdeps/generic/dl-tls.c (allocate_dtv): Optimize a bit.
2358
2359         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_tls_static_info.
2360         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Move dtv
2361         memory allocation to...
2362         (allocate_dtv): ...here.  New function.
2363         (_dl_allocate_tls): Change to take parameter.  If parameter is non-NULL
2364         call allocate_dtv instead of _dl_allocate_tls_storage.
2365         (_dl_deallocate_tls): New parameter.  Deallocate TCB only if true.
2366         (_dl_get_tls_static_info): New function.
2367         * sysdeps/generic/ldsodefs.h: Adjust prototypes of _dl_allocate_tls
2368         and _dl_deallocate_tls.  Add prototype for _dl_get_tls_static_info.
2369
2370 2002-08-19  Ulrich Drepper  <drepper@redhat.com>
2371
2372         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Return
2373         immediately if result == NULL.
2374
2375 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2376
2377         * sysdeps/alpha/fpu/libm-test-ulps: Regenerate.
2378
2379 2002-08-18  Roland McGrath  <roland@frob.com>
2380
2381         * sysdeps/mach/hurd/mkdir.c (__mkdir): Use __directory_name_split
2382         instead of __file_name_split.
2383         * sysdeps/mach/hurd/unlink.c (__unlink): Likewise.
2384
2385         * sysdeps/mach/hurd/dl-sysdep.c
2386         [HP_TIMING_AVAIL] (_dl_cpuclock_offset): New variable.
2387         [HP_TIMING_AVAIL] (_dl_sysdep_start): Set it with HP_TIMING_NOW.
2388
2389 2002-08-16  Jakub Jelinek  <jakub@redhat.com>
2390
2391         * locale/loadarchive.c (_nl_load_locale_from_archive): Braino fix
2392         in change before last: MAX -> MIN.
2393
2394 2002-08-15  Roland McGrath  <roland@redhat.com>
2395
2396         * libio/fileops.c (_IO_file_seekoff_mmap): Leave read pointers at EOF
2397         if seek would go past it.
2398         (mmap_remap_check): If file position is at or past EOF after check,
2399         leave read pointers at EOF and don't seek.
2400
2401         * libio/tst-mmap-offend.c: New file.
2402         * libio/Makefile (tests): Add it.
2403
2404         * locale/loadarchive.c (_nl_load_locale_from_archive): Store strdup of
2405         the name as passed, rather than the name in the archive dictionary.
2406
2407 2002-08-15  Ulrich Drepper  <drepper@redhat.com>
2408
2409         * csu/Makefile: Define elide-routines.os not static-only-routines.
2410
2411         * include/sched.h (__clone): Add varargs at the end.
2412
2413         * elf/rtld.c (_dl_start): Allow TLS_INIT_TP to fail, and stop in that
2414         case.
2415         (TLS_INIT_HELPER): If defined, use it.
2416         * sysdeps/generic/libc-tls.c (TLS_INIT_HELPER): Likewise.
2417
2418 2002-08-15  Roland McGrath  <roland@redhat.com>
2419
2420         * elf/dl-load.c (lose): Remove [!SHARED] conditional from null check
2421         on L->l_prev; it can happen under rtld --verify too.
2422
2423         * locale/loadarchive.c (_nl_load_locale_from_archive): Don't read the
2424         header separately, just map an initial window of 2MB from the file
2425         and remap if that is not large enough to cover the whole header.
2426
2427 2002-08-15  Andreas Jaeger  <aj@suse.de>
2428
2429         * sysdeps/unix/sysv/linux/m68k/Versions: Add *xattr syscalls with
2430         version 2.3.
2431         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
2432         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
2433         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
2434         * sysdeps/unix/sysv/linux/x86_64/Versions: Likewise.
2435         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
2436         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
2437         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
2438         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
2439         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
2440         Patch by Andreas Gruenbacher <agruen@suse.de>.
2441
2442         * sysdeps/unix/sysv/linux/syscalls.list: Add *xattr syscalls.
2443
2444 2002-08-14  Roland McGrath  <roland@redhat.com>
2445
2446         * locale/locarchive.h (struct locale_category_data): Give this name to
2447         the type of locale_data_t's elements.
2448         * locale/programs/locarchive.c (cmpcategorysize): New static function.
2449         (add_locale): Use that to sort the categories by size and put all
2450         those that fit into two pages into the LC_ALL block, instead of
2451         hard-coding it to do everything but LC_CTYPE and LC_COLLATE.
2452         (show_archive_content): Detect categories inside LC_ALL block
2453         directly, instead of hard-coding.
2454         (oldlocrecentcmp): Compare just on file locations used.
2455
2456 2002-08-14  Jakub Jelinek  <jakub@redhat.com>
2457
2458         * locale/programs/locarchive.c (struct oldlocrecent): New type.
2459         (oldlocrecentcmp): New function.
2460         (enlarge_archive): Re-add locales in the order they were added
2461         to the archive.
2462         (add_locale): Put all the small locale files together, if the small
2463         locale file block would occupy less pages if page size aligned, align
2464         it.
2465         (show_archive_content): Adjust for locale archives optimized for speed.
2466
2467 2002-08-14  Roland McGrath  <roland@frob.com>
2468
2469         * configure.in: Use "MISSING" as not-found value for MIG.
2470         * sysdeps/mach/configure.in: Fatal if mig not found.
2471         * configure, sysdeps/mach/configure: Regenerated.
2472
2473 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2474
2475         * locale/loadarchive.c (archfname): Add missing slash.
2476
2477         * sysdeps/generic/strtold.c (__strtold_internal): Add libc_hidden_def.
2478         * wcsmbs/wcstold.c (__wcstold_internal): Add libc_hidden_def.
2479
2480 2002-08-12  Roland McGrath  <roland@redhat.com>
2481
2482         * include/sys/wait.h (__waitpid): Add libc_hidden_proto.
2483         * sysdeps/unix/sysv/sco3.2.4/waitpid.S: Add libc_hidden_def.
2484         * sysdeps/unix/sysv/sysv4/waitpid.c: Add libc_hidden_weak.
2485         * sysdeps/unix/sysv/linux/waitpid.c: Likewise.
2486         * sysdeps/unix/sysv/aix/waitpid.c: Likewise.
2487         * sysdeps/unix/bsd/bsd4.4/waitpid.c: Likewise.
2488         * sysdeps/generic/waitpid.c: Likewise.
2489
2490         * include/net/if.h: New file.  Use libc_hidden_proto
2491         for if_nametoindex and if_indextoname.
2492         * sysdeps/generic/if_index.c: Add libc_hidden_def.
2493         * sysdeps/mach/hurd/if_index.c: Likewise.
2494         * sysdeps/unix/sysv/linux/if_index.c: Likewise.
2495
2496         * include/grp.h (setgroups): Add libc_hidden_proto.
2497         * sysdeps/generic/setgroups.c: Add libc_hidden_def.
2498         * sysdeps/mach/hurd/setgroups.c: Likewise.
2499         * sysdeps/unix/sysv/irix4/setgroups.c: Likewise.
2500         * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
2501
2502 2002-08-13  Jakub Jelinek  <jakub@redhat.com>
2503
2504         * include/unistd.h (seteuid, setegid): Add libc_hidden_proto.
2505         * sysdeps/generic/seteuid.c (seteuid): Add libc_hidden_def.
2506         * sysdeps/generic/setegid.c (setegid): Likewise.
2507         * sysdeps/mach/hurd/seteuid.c (seteuid): Likewise.
2508         * sysdeps/mach/hurd/setegid.c (setegid): Likewise.
2509         * sysdeps/unix/bsd/seteuid.c (seteuid): Likewise.
2510         * sysdeps/unix/bsd/setegid.c (setegid): Likewise.
2511         * sysdeps/unix/sysv/aix/seteuid.c (seteuid): Likewise.
2512         * sysdeps/unix/sysv/aix/setegid.c (setegid): Likewise.
2513         * sysdeps/unix/sysv/linux/i386/setegid.c (setegid): Likewise.
2514         * sysdeps/unix/sysv/linux/sparc/sparc32/seteuid.c (seteuid): Likewise.
2515         * sysdeps/unix/sysv/linux/sparc/sparc32/setegid.c (setegid): Likewise.
2516         * sysdeps/unix/sysv/linux/seteuid.c (seteuid): Likewise.
2517         * sysdeps/unix/sysv/linux/setegid.c (setegid): Likewise.
2518         * sysdeps/unix/sysv/linux/i386/seteuid.c (seteuid): Likewise.
2519         Remove fallback if __ASSUME_SETRESUID_SYSCALL.
2520
2521         * include/sys/stat.h (__fxstat_internal, __fxstat64_internal,
2522         __lxstat_internal, __lxstat64_internal): Remove.
2523         (__fxstat, __fxstat64, __lxstat, __lxstat64, __xstat, __xstat64):
2524         Add hidden_proto.
2525         * sysdeps/generic/fxstat.c (__fxstat): Add hidden_def.
2526         Remove INTDEF where present, remove #undef at the beginning.
2527         * sysdeps/generic/fxstat64.c (__fxstat64): Likewise.
2528         * sysdeps/generic/lxstat.c (__lxstat): Likewise.
2529         * sysdeps/generic/lxstat64.c (__lxstat64): Likewise.
2530         * sysdeps/generic/xstat.c (__xstat): Likewise.
2531         * sysdeps/generic/xstat64.c (__xstat64): Likewise.
2532         * sysdeps/mach/hurd/dl-sysdep.c (__xstat64, __fxstat64): Likewise.
2533         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
2534         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
2535         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
2536         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
2537         * sysdeps/mach/hurd/xstat.c (__xstat): Likewise.
2538         * sysdeps/mach/hurd/xstat64.c (__xstat64): Likewise.
2539         * sysdeps/unix/fxstat.c (__fxstat): Likewise.
2540         * sysdeps/unix/common/lxstat.c (__lxstat): Likewise.
2541         * sysdeps/unix/sysv/aix/fxstat.c (__fxstat): Likewise.
2542         * sysdeps/unix/sysv/aix/fxstat64.c (__fxstat64): Likewise.
2543         * sysdeps/unix/sysv/aix/lxstat.c (__lxstat): Likewise.
2544         * sysdeps/unix/sysv/aix/lxstat64.c (__lxstat64): Likewise.
2545         * sysdeps/unix/sysv/aix/xstat.c (__xstat): Likewise.
2546         * sysdeps/unix/sysv/aix/xstat64.c (__xstat64): Likewise.
2547         * sysdeps/unix/sysv/linux/ia64/fxstat.c (__fxstat): Likewise.
2548         * sysdeps/unix/sysv/linux/ia64/lxstat.c (__lxstat): Likewise.
2549         * sysdeps/unix/sysv/linux/ia64/xstat.c (__xstat): Likewise.
2550         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c (__fxstat): Likewise.
2551         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c (__lxstat): Likewise.
2552         * sysdeps/unix/sysv/linux/s390/s390-64/xstat.c (__xstat): Likewise.
2553         * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
2554         * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
2555         * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
2556         * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
2557         * sysdeps/unix/sysv/linux/xstat64.c (__xstat64): Likewise.
2558         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
2559         * sysdeps/unix/sysv/linux/fxstat64.c (__fxstat64): Likewise.
2560         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
2561         * sysdeps/unix/sysv/linux/lxstat64.c (__lxstat64): Likewise.
2562         * sysdeps/unix/xstat.c (__xstat): Likewise.
2563
2564         * include/sys/statvfs.h (statvfs, fstatvfs): Add libc_hidden_proto.
2565         * sysdeps/generic/statvfs.c (statvfs): Add libc_hidden_def.
2566         * sysdeps/generic/fstatvfs.c (fstatvfs): Likewise.
2567         * sysdeps/mach/hurd/statvfs.c (statvfs): Likewise.
2568         * sysdeps/mach/hurd/fstatvfs.c (fstatvfs): Likewise.
2569         * sysdeps/unix/sysv/linux/statvfs.c (statvfs): Likewise.
2570         * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs): Likewise.
2571
2572         * include/unistd.h (tcgetpgrp): Add libc_hidden_proto.
2573         * include/termios.h (tcsetattr, cfsetispeed, cfsetospeed): Likewise.
2574         * sysdeps/generic/tcgetpgrp.c (tcgetpgrp): Add libc_hidden_def.
2575         * sysdeps/generic/tcsetattr.c (tcsetattr): Likewise.
2576         * sysdeps/generic/speed.c (cfsetispeed, cfsetospeed): Likewise.
2577         * sysdeps/unix/bsd/bsd4.4/tcsetattr.c (tcgetpgrp): Likewise.
2578         * sysdeps/unix/bsd/sun/sunos4/tcsetattr.c (tcsetattr): Likewise.
2579         * sysdeps/unix/bsd/sun/sunos4/speed.c (cfsetispeed, cfsetospeed):
2580         Likewise.
2581         * sysdeps/unix/bsd/tcgetpgrp.c (tcgetpgrp): Likewise.
2582         * sysdeps/unix/bsd/tcsetattr.c (tcsetattr): Likewise.
2583         * sysdeps/unix/sysv/aix/tcsetattr.c (tcsetattr): Likewise.
2584         * sysdeps/unix/sysv/aix/speed.c (cfsetispeed, cfsetospeed): Likewise.
2585         * sysdeps/unix/sysv/linux/tcsetattr.c (tcsetattr): Likewise.
2586         * sysdeps/unix/sysv/linux/speed.c (cfsetispeed, cfsetospeed): Likewise.
2587         * sysdeps/unix/sysv/tcgetpgrp.c (tcgetpgrp): Likewise.
2588         * sysdeps/unix/sysv/tcsetattr.c (tcsetattr): Likewise.
2589
2590         * include/string.h (strcoll): Add libc_hidden_proto.
2591         * string/strcoll.c (strcoll): Add libc_hidden_def.
2592
2593         * misc/err.c (vwarn): Fix pasto in libc_hidden_def.
2594
2595 2002-08-11  Philip Blundell  <philb@gnu.org>
2596
2597         * sysdeps/arm/Makefile: New file.
2598
2599 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2600
2601         * posix/regcomp.c (parse_reg_exp): If '|' is immediately followed
2602         by another '|', end of regex or enclosing ')', clear branch.
2603         * posix/bug-regex9.c: New test.
2604         * posix/Makefile (tests): Add bug-regex9.
2605
2606 2002-08-12  Roland McGrath  <roland@redhat.com>
2607
2608         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Fix inner loop
2609         start count condition, use TOTAL instead of variable that was never
2610         set.  Fix outer loop termination condition to TOTAL >= after update.
2611
2612         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Initialize
2613         dl_tls_static_align and dl_tls_static_nelem.
2614
2615 2002-08-11  Roland McGrath  <roland@redhat.com>
2616
2617         * elf/tst-tlsmod4.c (in_dso): Insert a random library call before use
2618         of the TLS macros, otherwise the compiler might not have initialized
2619         the PIC register yet when we use the PLT via asm.
2620         * elf/tst-tlsmod3.c (in_dso2): Likewise.
2621         * elf/tst-tlsmod2.c (in_dso): Likewise.
2622
2623         * sunrpc/svc_authux.c (_svcauth_unix): Remove spurious printf (ugh!).
2624
2625         * sysdeps/i386/bits/byteswap.h (__bswap_16, __bswap_32, __bswap_64):
2626         Evaluate argument exactly once.  Remove __volatile__ from asm's.
2627
2628         * include/unistd.h: Use libc_hidden_proto for getdomainname
2629         and getlogin_r.
2630         * sysdeps/generic/getdomain.c: Add libc_hidden_def.
2631         * sysdeps/mach/hurd/getdomain.c: Likewise.
2632         * sysdeps/unix/getlogin_r.c: Likewise.
2633         * sysdeps/mach/hurd/getlogin_r.c: Likewise.
2634         * sysdeps/generic/getlogin_r.c: Likewise.
2635
2636         * include/rpc/auth_des.h: Use libc_hidden_proto for rtime.
2637         * sunrpc/rtime.c: Add libc_hidden_def.
2638
2639         * include/string.h: Use libc_hidden_proto for basename.
2640         * string/basename.c [_LIBC]: Add libc_hidden_def.
2641
2642         * sysdeps/unix/sysv/linux/opensock.c (__opensock): socket -> __socket.
2643
2644         * locale/loadarchive.c: munmap -> __munmap throughout.
2645
2646         * include/netdb.h: Use libc_hidden_proto for gai_strerror.
2647         * sysdeps/posix/gai_strerror.c: Add libc_hidden_def.
2648         * sysdeps/generic/gai_strerror.c: Likewise.
2649
2650         * include/sys/errno.h: New file.
2651
2652         * include/signal.h: No libc_hidden_proto for raise,
2653         __libc_current_sigrtmin, __libc_current_sigrtmax.
2654         These need to be overridden by linuxthreads.
2655         * sysdeps/posix/raise.c: Reverted.
2656         * sysdeps/generic/raise.c: Reverted.
2657         * signal/allocrtsig.c: Reverted.
2658
2659         * locale/loadarchive.c (LOCALEDIR): Remove debugging defn.  Oops.
2660
2661 2002-08-10  Roland McGrath  <roland@redhat.com>
2662
2663         * locale/loadarchive.c (_nl_archive_subfreeres): New function.
2664         * locale/localeinfo.h: Declare it.
2665         * locale/setlocale.c (free_mem): Don't call _nl_unload_locale on the
2666         current locale if it's not in the file list.
2667         Call _nl_archive_subfreeres.
2668
2669 2002-08-10  Andreas Jaeger  <aj@suse.de>
2670
2671         * sysdeps/i386/strchr.S: Add comment.
2672
2673 2002-08-10  Roland McGrath  <roland@redhat.com>
2674
2675         * include/wchar.h (putwc): Use libc_hidden_proto.
2676         * include/stdio.h (dprintf, fprintf, vfprintf, sprintf,
2677         sscanf, fwrite, perror, remove, rewind, open_memstream): Likewise.
2678         * stdio-common/dprintf.c: Add libc_hidden_def.
2679         * stdio-common/fprintf.c: Likewise.
2680         * stdio-common/sprintf.c: Likewise.
2681         * stdio-common/sscanf.c: Likewise.
2682         * libio/iofwrite.c: Likewise.
2683         * libio/memstream.c: Likewise.
2684         * libio/putwc.c: Likewise.
2685         * stdio-common/perror.c: Likewise.
2686         * sysdeps/posix/remove.c: Likewise.
2687         * sysdeps/generic/remove.c: Likewise.
2688         * libio/rewind.c: Likewise.  Use <stdio.h> instead of "stdio.h".
2689         * stdio-common/vfprintf.c: Add libc_hidden_def.  Include <stdio.h>.
2690
2691 2002-08-09  Jakub Jelinek  <jakub@redhat.com>
2692
2693         * include/wctype.h (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2694         towlower, towupper): Add prototypes here too.  Add libc_hidden_proto.
2695         * wctype/wcfuncs.c (iswalpha, iswdigit, iswlower, iswspace, iswxdigit,
2696         towlower, towupper): Add libc_hidden_weak.
2697
2698         * include/bits/dlfcn.h: New file.
2699         * elf/dl-profstub.c (_dl_mcount_wrapper_check): Add libc_hidden_def.
2700
2701         * include/grp.h (_nss_files_parse_grent): Add libc_hidden_proto.
2702         * include/netinet/ether.h (_nss_files_parse_etherent): Likewise.
2703         * include/rpc/netdb.h (_nss_files_parse_rpcent): Likewise.
2704         * include/pwd.h (_nss_files_parse_pwent): Likewise.
2705         * include/shadow.h (_nss_files_parse_spent): Likewise.
2706         * include/netdb.h (_nss_files_parse_protoent,
2707         _nss_files_parse_servent, _nss_files_parse_netent): Likewise.
2708         * nss/nss_files/files-parse.c (nss_files_parse_hidden_def): Define.
2709         (LINE_PARSER): Use it.
2710         * nss/nsswitch.h (__nss_hostname_digits_dots): Add libc_hidden_proto.
2711         * nss/digits_dots.c (__nss_hostname_digits_dots): Add libc_hidden_def.
2712
2713         * libio/oldiopopen.c: Move #if SHLIB_COMPAT after _IO_HAVE_SYS_WAIT
2714         #endif.
2715
2716         * manual/debug.texi (%MENU%): Remove trailing dot.
2717         Reported by <hayastan132@hotmail.com>.
2718
2719         * sysdeps/unix/sysv/linux/ia64/syscalls.list (llseek): Add lseek
2720         aliases.
2721         (lseek): Dummy.
2722         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (llseek, lseek):
2723         Likewise.
2724
2725 2002-08-09  Roland McGrath  <roland@redhat.com>
2726
2727         * locale/loadarchive.c (_nl_load_locale_from_archive): Parse locale
2728         name to find codeset name (if any) and normalize it.  If the
2729         normalized name differs, look up only that in the archive.
2730         * locale/programs/locarchive.c (add_locale_to_archive): If the name
2731         contains a codeset, normalize the codeset store only the normalized
2732         name in the archive.  If not, add an alias containing the locale's
2733         normalized codeset name.  Apply codeset name normalization when
2734         matching entries in the alias file.
2735
2736         * locale/programs/locarchive.c (delete_locales_from_archive): Don't
2737         decrement HEAD->namehash_used here.
2738         (add_locale): Only need to insert name string when name_offset != 0.
2739
2740         * locale/programs/localedef.c (options): Add -A/--alias-file.
2741         (alias_file): New variable.
2742         (parse_opt): Grok -A, set that.
2743         * locale/programs/localedef.h: Declare it.
2744
2745         * locale/locarchive.h (struct locrecent): Add `refs' member.
2746         * locale/programs/locarchive.c (insert_name): New function, broken out
2747         of ...
2748         (add_locale_to_archive): ... here.  Call that.
2749         (add_alias): New function.
2750         (add_locale): New static function, add_locale_to_archive renamed.
2751         (add_locale_to_archive): Call that and use add_alias to add an alias
2752         for the name with codeset if the given name lacks it.
2753         (enlarge_archive): Call add_locale instead of add_locale_to_archive.
2754
2755         * locale/Makefile (routines): Add loadarchive.
2756         * locale/loadarchive.c: New file, started from code by Ulrich Drepper.
2757         (_nl_load_locale_from_archive): New function.
2758         * locale/localeinfo.h: Declare it.
2759         * locale/findlocale.c (_nl_find_locale): If using default locale path,
2760         try _nl_load_locale_from_archive first.
2761
2762         * locale/loadlocale.c (_nl_intern_locale_data): New function,
2763         broken out of _nl_load_locale.
2764         (_nl_load_locale): Call that.
2765         * locale/localeinfo.h: Declare it.
2766         (struct locale_data): Replace member `mmaped' with `alloc', an enum.
2767         (struct locale_data): Remove unused member `options'.
2768         * locale/findlocale.c (_nl_remove_locale): Update uses.
2769         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2770         * locale/C-collate.c: Update initializer.
2771         * locale/C-identification.c: Likewise.
2772         * locale/C-measurement.c: Likewise.
2773         * locale/C-telephone.c: Likewise.
2774         * locale/C-address.c: Likewise.
2775         * locale/C-name.c: Likewise.
2776         * locale/C-paper.c: Likewise.
2777         * locale/C-time.c: Likewise.
2778         * locale/C-numeric.c: Likewise.
2779         * locale/C-monetary.c: Likewise.
2780         * locale/C-messages.c : Likewise.
2781         * locale/C-ctype.c: Likewise.
2782
2783         * locale/hashval.h [! LONGBITS]: Include <limits.h> here and
2784         use CHAR_BIT instead of BITSPERBYTE.
2785
2786         * locale/localeinfo.h (_nl_find_locale, _nl_load_locale,
2787         _nl_unload_locale): Add `internal_function attribute_hidden' to decls.
2788         * locale/findlocale.c (_nl_find_locale): Add internal_function to defn.
2789         (_nl_remove_locale): Likewise.
2790         * locale/loadlocale.c (_nl_load_locale, _nl_unload_locale): Likewise.
2791
2792         * locale/findlocale.c (_nl_default_locale_path): New variable.
2793         (_nl_find_locale): If LOCALE_PATH is null, default to that.
2794         * locale/localeinfo.h: Declare it.
2795         * locale/setlocale.c (setlocale): Use _nl_default_locale_path
2796         in place of LOCALEDIR.  If no LOCPATH, pass null to _nl_find_locale.
2797         * locale/newlocale.c (__newlocale): Likewise.
2798
2799         * misc/err.c (vwarnx, vwarn): Fix typos in libc_hidden_def uses.
2800         * inet/rexec.c (rexec_af): Add libc_hidden_def.
2801         * sysdeps/generic/morecore.c: Likewise.
2802         * signal/allocrtsig.c (__libc_current_sigrtmin): Likewise.
2803         (__libc_current_sigrtmax): Likewise.
2804
2805 2002-08-08  Roland McGrath  <roland@redhat.com>
2806
2807         * locale/loadlocale.c (_nl_load_locale): Don't use MAP_INHERIT.
2808         * catgets/open_catalog.c (__open_catalog): Likewise.
2809
2810         * locale/programs/locarchive.c (INITIAL_NUM_NAMES): Renamed
2811         from typo INITIAL_NUM_NANES.
2812         (create_archive): Update use.
2813
2814 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2815
2816         * sysdeps/unix/sysv/linux/sigwait.c: New file.
2817
2818 2002-08-08  Roland McGrath  <roland@frob.com>
2819
2820         * resolv/netdb.h: Don't declare h_errno as a plain global any more.
2821
2822 2002-08-08  Jakub Jelinek  <jakub@redhat.com>
2823
2824         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define to something
2825         else and undefine after including wcstol_l.c.
2826         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Similarly.
2827
2828 2002-08-08  Ulrich Drepper  <drepper@redhat.com>
2829
2830         * gmon/gmon.c (write_gmon): Use O_NOFOLLOW in open calls if available.
2831
2832 2002-08-08  Alexandre Oliva  <aoliva@redhat.com>
2833
2834         * configure.in: Make the test for broken_alias_attribute stricter.
2835
2836 2002-05-24  Robert Love  <rml@tech9.net>
2837
2838         * posix/Makefile (routines): Add sched_getaffinity and
2839         sched_setaffinity.
2840         * posix/sched.h: Add declarations for sched_getaffinity and
2841         sched_setaffinity.
2842         * sysdeps/generic/sched_getaffinity.c: New file.
2843         * sysdeps/generic/sched_setaffinity.c: New file.
2844         * sysdeps/unix/sysv/linux/syscalls.list: Add sched_getaffinity and
2845         sched_setaffinity.
2846
2847 2002-08-06  Andreas Schwab  <schwab@suse.de>
2848
2849         * sysdeps/unix/utime.c: If TIMES is NULL pass it through to utimes.
2850
2851 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2852
2853         * elf/dl-load.c (_dl_map_object_from_fd): Add missing \n in error
2854         message.
2855
2856         * stdlib/isomac.c (get_null_defines): Treat NOT_IN_libc special.
2857         It is known to be defined.
2858
2859         * include/string.h: Define index and rindex only if _ISOMAC is not
2860         defined.
2861
2862         * elf/rtld.c: Include <errno.h>.
2863         * sysdeps/generic/libc-tls.c: Likewise.
2864
2865 2002-08-07  Roland McGrath  <roland@redhat.com>
2866
2867         * resolv/res_debug.c (latlon2ul): Add const to argument type, and use
2868         it internally.
2869         (precsize_aton): Likewise.
2870
2871         * inet/getnetgrent_r.c (endnetgrent, __getnetgrent_r): Actually call
2872         the static symbols added in the last change (doofus is me).
2873
2874         * locale/newlocale.c (__newlocale): Use a bit mask instead of a second
2875         loop to notice missing categories in a composite name.
2876
2877         * locale/locale.h (LC_CTYPE_MASK, LC_NUMERIC_MASK, LC_TIME_MASK,
2878         LC_COLLATE_MASK, LC_MONETARY_MASK, LC_MESSAGES_MASK, LC_ALL_MASK,
2879         LC_PAPER_MASK, LC_NAME_MASK, LC_ADDRESS_MASK, LC_TELEPHONE_MASK,
2880         LC_MEASUREMENT_MASK, LC_IDENTIFICATION_MASK, LC_ALL_MASK): New macros.
2881
2882 2002-08-07  Ulrich Drepper  <drepper@redhat.com>
2883
2884         * malloc/tst-calloc.c: Add tests for one or both parameters being zero.
2885
2886 2002-08-07  Roland McGrath  <roland@redhat.com>
2887
2888         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add to, don't clobber,
2889         unrelocated initial value for DTPOFF32 and TPOFF32 relocs.
2890         Reported by Jakub Jelinek  <jakub@redhat.com>.
2891
2892 2002-08-07  Jakub Jelinek  <jakub@redhat.com>
2893
2894         * malloc/malloc.c (public_cALLOc): Check ELEM_SIZE != 0 before
2895         division.
2896
2897 2002-08-06  Roland McGrath  <roland@redhat.com>
2898
2899         * include/getopt.h: Put private decls inside [_GETOPT_H].
2900         Use libc_hidden_proto for getopt_long, getopt_long_only.
2901         * posix/getopt1.c [_LIBC]: Include <getopt.h> instead of "getopt.h".
2902         Add libc_hidden_def.
2903
2904         * sysdeps/generic/unwind-dw2-fde-glibc.c [_LIBC] (dl_iterate_phdr):
2905         Define as a macro for __dl_iterate_phdr.
2906
2907         * inet/getnetgrent_r.c (internal_setnetgrent): Renamed from __ name,
2908         made static.  Add __ name as a strong alias.
2909         (internal_endnetgrent): Likewise.
2910         (internal_getnetgrent_r): Likewise.
2911
2912         * locale/Versions (libc: GLIBC_2.3): Add all the *_l functions
2913         with no __ prefix.
2914         * locale/langinfo.h [__USE_GNU]: Declare nl_langinfo_l.
2915         * ctype/ctype.h [__USE_GNU]: Add declarations and macros for
2916         all *_l functions with no __ prefix.
2917         * wctype/wcfuncs_l.c: Define weak aliases without __ for all fns.
2918         * ctype/ctype_l.c: Likewise.
2919         * locale/nl_langinfo.c: Likewise.
2920         * string/string.h [__USE_GNU]: Add decls for all *_l fns with no __.
2921         * stdlib/stdlib.h [__USE_GNU]: Likewise.
2922         * wcsmbs/wchar.h [__USE_GNU]: Likewise.
2923         * wctype/wctype.h [__USE_GNU]: Likewise.
2924         * string/strcoll_l.c (strcoll_l): Define as weak alias.
2925         * string/strxfrm_l.c (strxfrm_l): Define as weak alias.
2926         * sysdeps/generic/strcasecmp_l.c (strcasecmp_l): Define as weak alias.
2927         * sysdeps/generic/strncase_l.c (strncasecmp_l): Define as weak alias.
2928         * stdlib/strtod_l.c (strtod_l): Define as weak alias.
2929         * stdlib/strtof_l.c (strtof_l): Define as weak alias.
2930         * stdlib/strtold_l.c (strtold_l): Define as weak alias.
2931         * wcsmbs/wcscasecmp_l.c (wcscasecmp_l): Define as weak alias.
2932         (__wcscasecmp_l): Add libc_hidden_def.
2933         * wcsmbs/wcsncase_l.c (wcsncasecmp_l): Define as weak alias.
2934         (__wcsncasecmp_l): Add libc_hidden_def.
2935         * wcsmbs/wcstof_l.c (wcstof_l): Define as weak alias.
2936         * wcsmbs/wcstod_l.c (wcstod_l): Define as weak alias.
2937         * wcsmbs/wcstold_l.c (wcstold_l): Define as weak alias.
2938         * wcsmbs/wcscoll_l.c (wcscoll_l): Define as weak alias.
2939         * wcsmbs/wcsxfrm_l.c (wcsxfrm_l): Define as weak alias.
2940         * sysdeps/generic/wcstol_l.c (wcstol_l): Define as weak alias.
2941         * sysdeps/generic/wcstoll_l.c (wcstoll_l): Define as weak alias.
2942         * sysdeps/generic/wcstoul_l.c (wcstoul_l): Define as weak alias.
2943         * sysdeps/generic/wcstoull_l.c (wcstoull_l): Define as weak alias.
2944         * sysdeps/wordsize-64/wcstol_l.c (wcstoll_l): Define as weak alias.
2945         * sysdeps/wordsize-64/wcstoul_l.c (wcstoull_l): Define as weak alias.
2946         * wctype/wctrans_l.c (wctrans_l) Define as weak alias.
2947         * wctype/towctrans_l.c (towctrans_l) Define as weak alias.
2948         * wctype/wctype_l.c (wctype_l) Define as weak alias.
2949
2950 2002-08-05  Roland McGrath  <roland@redhat.com>
2951
2952         * include/rpc/auth.h: Use libc_hidden_proto for getnetname,
2953         netname2user, host2netname, user2netname, key_gendes.
2954         * sunrpc/netname.c: Add libc_hidden_def.
2955         * sunrpc/key_call.c: Likewise.
2956
2957         * include/netdb.h: Use libc_hidden_proto for getaddrinfo, getnameinfo,
2958         freeaddrinfo.
2959         * inet/getnameinfo.c: Add libc_hidden_def.
2960         * sysdeps/generic/getaddrinfo.c: Likewise.
2961         * sysdeps/posix/getaddrinfo.c: Likewise.
2962
2963         * include/wchar.h: Use libc_hidden_proto for wmemchr, wmemset.
2964         * wcsmbs/wmemchr.c: Add libc_hidden_def.
2965         * wcsmbs/wmemset.c: Add libc_hidden_def.
2966
2967         * include/string.h: Move libc_hidden_proto's inside #ifndef _STRING_H.
2968         (index, rindex): Define as macros for strchr, strrchr.
2969
2970         * string/envz.c (envz_strip): index -> strchr
2971
2972         * include/rpc/rpc_msg.h: Use libc_hidden_proto for _seterr_reply.
2973         * sunrpc/rpc_prot.c: Add libc_hidden_def.
2974
2975         * include/wchar.h: Use libc_hidden_proto for mbrtowc.
2976         * wcsmbs/mbrtowc.c: Add libc_hidden_weak.
2977
2978         * include/stdlib.h: Use libc_hidden_proto for wctomb.
2979         * stdlib/wctomb.c: Add libc_hidden_def.
2980
2981         * include/netdb.h: Use libc_hidden_proto for innetgr, rcmd_af,
2982         rexec_af, rresvport_af, ruserok_af, iruserok_af, ruserpass, hstrerror.
2983         * resolv/herror.c: Likewise.
2984         * inet/rcmd.c: Add libc_hidden_def.
2985         * inet/ruserpass.c: Likewise.
2986         * inet/getnetgrent_r.c: Likewise.
2987
2988         * include/rpc/svc.h: Use libc_hidden_proto for svc_register,
2989         svc_unregister, remove *_internal decls.  Use libc_hidden_proto
2990         for svcerr_auth, svcerr_noprog, svcerr_progvers.
2991         * sunrpc/svc.c (svc_register, svc_unregister): Change INTDEF to
2992         libc_hidden_def.
2993         (svcerr_auth, svcerr_noprog, svcerr_progvers): Add libc_hidden_def.
2994         * sunrpc/svc_simple.c (registerrpc): Nix INTUSE for svc_register.
2995
2996         * sysdeps/posix/system.c (do_system): New function, guts broken out of
2997         __libc_system.
2998         (__libc_system): Call it, putting just the line == NULL test here.
2999
3000         * include/libc-symbols.h (__hidden_proto): Add extern keywords so
3001         variables work right.
3002
3003         * elf/dl-open.c (dl_open_worker): Use _ macro instead of gettext.
3004         * elf/dl-close.c (_dl_close): Likewise.
3005
3006         * include/netinet/in.h: Use libc_hidden_proto for bindresvport,
3007         in6addr_any, in6addr_loopback.  Remove decls for
3008         bindresvport_internal, in6addr_any_internal, in6addr_loopback_internal.
3009         * sunrpc/svc_udp.c (svcudp_bufcreate): Nix INTUSE for bindresvport.
3010         * sunrpc/svc_tcp.c (svctcp_create): Likewise.
3011         * sunrpc/clnt_udp.c (clntudp_bufcreate): Likewise.
3012         * sunrpc/bindrsvprt.c: Change INTDEF to libc_hidden_def.
3013         * inet/in6_addr.c: Change INTVARDEF to libc_hidden_def.
3014         * sysdeps/posix/getaddrinfo.c (gaih_inet): Nix INTUSE for
3015         in6addr_loopback.
3016         * inet/gethstbyad_r.c (PREPROCESS): Nix INTUSE for in6addr_any.
3017
3018         * include/netinet/ether.h: Use libc_hidden_proto for ether_ntoa_r,
3019         ether_aton_r.
3020         * inet/ether_aton_r.c: Add libc_hidden_def.
3021         * inet/ether_ntoa_r.c: Likewise.
3022
3023         * include/rpc/svc.h: Use libc_hidden_proto for xprt_register,
3024         xprt_unregister.
3025         * sunrpc/svc.c: Add libc_hidden_def.
3026         * include/rpc/pmap_clnt.h: Use libc_hidden_proto for pmap_getport,
3027         pmap_set, pmap_unset.
3028         * sunrpc/pmap_clnt.c: Add libc_hidden_def.
3029         * sunrpc/pm_getport.c: Likewise.
3030         * include/rpc/auth_des.h: Use libc_hidden_proto for getpublickey.
3031         * sunrpc/publickey.c: Add libc_hidden_def.
3032
3033 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3034
3035         * elf/rtld.c (_dl_start): Don't use memset.  Use same tricks as for
3036         the other memset call in this function.
3037
3038         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_init): Store dtv pointer
3039         at correct index.  Clear BSS region now that memalign is used.
3040
3041 2002-08-05  Roland McGrath  <roland@redhat.com>
3042
3043         * include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
3044         * sysdeps/generic/uname.c: Add libc_hidden_def.
3045         * sysdeps/mach/hurd/uname.c: Likewise.
3046
3047 2002-08-05  Jakub Jelinek  <jakub@redhat.com>
3048
3049         * include/wchar.h (wcrtomb, wcscmp, wcsftime, wcsspn, wcschr, wcscoll,
3050         wcspbrk): Add libc_hidden_proto.
3051         * time/strftime.c (my_strftime): Add libc_hidden_def.
3052         (strftime): Remove libc_hidden_def.
3053         * wcsmbs/wcschr.c (wcschr): Add libc_hidden_def.
3054         * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
3055         * wcsmbs/wcsspn.c (wcsspn): Likewise.
3056         * wcsmbs/wcscmp.c (wcscmp): Likewise.
3057         * wcsmbs/wcrtomb.c (wcrtomb): Add libc_hidden_weak.
3058         * wcsmbs/wcscoll.c (wcscoll): Likewise.
3059
3060         * include/rpc/rpc.h (__rpc_thread_svc_max_pollfd,
3061         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3062         __rpc_thread_createerr): Add libc_hidden_proto.
3063         * sunrpc/rpc_thread.c (__rpc_thread_svc_max_pollfd,
3064         __rpc_thread_svc_pollfd, __rpc_thread_svc_fdset,
3065         __rpc_thread_createerr): Add libc_hidden_def.
3066
3067         * include/rpc/clnt.h (clnt_sperrno, clnt_spcreateerror,
3068         clnt_perror, clnt_sperror, _rpc_dtablesize): Add libc_hidden_proto.
3069         * sunrpc/clnt_perr.c (clnt_sperrno, clnt_spcreateerror,
3070         clnt_perror, clnt_sperror): Add libc_hidden_def.
3071         * sunrpc/rpc_dtable.c (_rpc_dtablesize): Likewise.
3072
3073         * include/rpc/des_crypt.h (des_setparity, ecb_crypt, cbc_crypt): Add
3074         libc_hidden_proto.
3075         * sunrpc/des_crypt.c (ecb_crypt, cbc_crypt): Add libc_hidden_proto.
3076         * sunrpc/des_soft.c (des_setparity): Likewise.
3077
3078         * include/rpc/auth.h (key_encryptsession_pk, key_decryptsession_pk):
3079         Add libc_hidden_proto.
3080         * sunrpc/key_call.c (key_encryptsession_pk, key_decryptsession_pk):
3081         Add libc_hidden_def.
3082
3083 2002-08-05  Roland McGrath  <roland@redhat.com>
3084
3085         * sysdeps/generic/ldsodefs.h (struct rtld_global): Replace member
3086         `bool _dl_initial_dtv_malloced' with `void *_dl_initial_dtv'.
3087         * elf/rtld.c (dl_main): Set it to the new dtv for the main thread.
3088         * sysdeps/generic/dl-tls.c (__tls_get_addr): When reallocating the
3089         dtv, check if it matches _dl_initial_dtv; if so, malloc and copy the
3090         old data, abandoning the original memory allocated by rtld at startup,
3091         instead of calling realloc normally.
3092
3093 2002-08-05  Ulrich Drepper  <drepper@redhat.com>
3094
3095         * po/fr.po: Update from translation team.
3096
3097 2002-08-04  Roland McGrath  <roland@redhat.com>
3098
3099         * sysdeps/unix/make-syscalls.sh: If the syscall name field is -
3100         then generate a dummy module under the given name, obeying the
3101         normal rules for the "caller" field.
3102
3103         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Make the phdr loop
3104         actually iterate over the elements.  Fix typo p_type -> p_vaddr.
3105
3106         * include/pthread.h: Don't declare __pthread_initialize_minimal as
3107         weak here; we declare it weak or strong in the one place we use it.
3108         * sysdeps/generic/libc-start.c: ... which is here.
3109         Don't make the decl weak if [USE_TLS], since static programs need TLS
3110         setup even when single-threaded.
3111
3112         * stdlib/isomac.c (fmt): Add -DNOT_IN_libc to the compiler command.
3113
3114         * elf/Makefile (test-srcs): Add $(modules-names) to it.
3115         (CFLAGS-vismod2.c, CFLAGS-failobj.c, CFLAGS-constload2.c,
3116         CFLAGS-reldepmod3.c, CFLAGS-reldepmod4.c, CFLAGS-ltglobmod2.c): Remove
3117         all these variables.
3118
3119 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3120
3121         * include/stdio.h: Don't define macro magic to redirect function
3122         calls if _ISOMAC is defined.
3123
3124         * sysdeps/i386/fpu/libm-test-ulps: Add epsilons for inlined
3125         ldouble asin tests.
3126
3127 2002-08-04  Roland McGrath  <roland@redhat.com>
3128
3129         * stdlib/lrand48_r.c: Add libc_hidden_def.
3130
3131         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): Allocate the
3132         TCB with __libc_memalign instead of mmap.
3133         (_dl_deallocate_tls): Free it with free instead of munmap.
3134
3135         * Makerules (cpp-srcs-left): When setting this to run
3136         cppflags-iterator.mk, must append .c to $(tests) and $(xtests)
3137         words.  Combine the two loops into one on the concatenated list,
3138         including those as well as $(test-srcs).
3139
3140         * elf/dl-minimal.c (__libc_memalign): Guts of malloc moved here,
3141         since we align here with optimally minimal waste anyway.
3142         (malloc): Just call that.
3143
3144         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Set l_tls_offset to
3145         the right variable.
3146
3147         * elf/dl-load.c (_dl_map_object_from_fd): Use p_vaddr, not p_offset,
3148         to compute memory location for l_tls_initimage.
3149         * elf/rtld.c (_dl_start): Likewise.
3150         * sysdeps/generic/libc-tls.c (__libc_setup_tls): Likewise.
3151
3152         * libio/oldiopopen.c: Move #include's before #if SHLIB_COMPAT,
3153         because the .d file is generated in the non-shared case and
3154         so fails to catch them otherwise.
3155
3156         * sysdeps/generic/dl-tls.c (_dl_allocate_tls_storage): New function,
3157         split out of _dl_allocate_tls.
3158         (_dl_allocate_tls_init): Likewise.
3159         (_dl_allocate_tls): Call those.
3160         * sysdeps/generic/ldsodefs.h: Declare them with attribute_hidden.
3161         * elf/rtld.c (dl_main): Call them separately instead of calling
3162         _dl_allocate_tls.  Delay _dl_allocate_tls_init until after relocation
3163         is finished, so that the initializer data has been relocated before we
3164         copy it into the main thread's TLS block.
3165
3166         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Fix off-by-one error in
3167         loop conditions, prevented the last used module from being initialized.
3168
3169 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3170
3171         * sysdeps/generic/glob.c (glob, globfree): Only use libc_hidden_def
3172         if glob resp. globfree are not macros.
3173         * sysdeps/gnu/glob64.c (globfree64): Add libc_hidden_def.
3174         * sysdeps/unix/sysv/linux/alpha/glob.c (glob, globfree, globfree64):
3175         Add libc_hidden_ver.
3176         * sysdeps/unix/sysv/linux/i386/glob64.c (globfree64): Add
3177         libc_hidden_def.
3178         * sysdeps/wordsize-64/glob.c (globfree64): Use libc_hidden_ver
3179         instead of libc_hidden_weak.
3180         * sysdeps/wordsize-64/strtol.c (__strtoll_internal): Use
3181         libc_hidden_ver instead of libc_hidden_def.
3182         * sysdeps/wordsize-64/wcstol.c (__wcstoll_internal): Use
3183         libc_hidden_ver instead of libc_hidden_def.
3184         (wcstoll, wcstoq): Remove libc_hidden_weak.
3185         * sysdeps/wordsize-64/strtol_l.c (____strtoll_l_internal): Add
3186         libc_hidden_ver.
3187         * sysdeps/wordsize-64/strtoul.c (__strtoull_internal): Add
3188         libc_hidden_ver.
3189         * sysdeps/wordsize-64/strtoul_l.c (____strtoull_l_internal): Add
3190         libc_hidden_ver.
3191         * sysdeps/wordsize-64/wcstoul.c (__wcstoull_internal): Add
3192         libc_hidden_ver.
3193
3194 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3195
3196         * stdio-common/psignal.c: Declare _sys_siglist_internal.  Use USEINT
3197         to access _sys_siglist.
3198         * string/strsignal.c: Likewise.
3199         * sysdeps/generic/siglist.c: Add _sys_siglist_internal alias.
3200         * sysdeps/gnu/siglist.c: Likewise.
3201         * sysdeps/unix/siglist.c: Likewise.
3202         * sysdeps/unix/sysv/linux/arm/siglist.c: Likewise.
3203
3204         * libio/fileops.c: Add missing INTUSEs for _IO_file_jumps.
3205
3206         * libio/wfileops.c: Add missing INTUSE for _IO_file_close.
3207
3208         * intl/dcigettext.c: Define _nl_default_dirname_internal as hidden
3209         alias and use it.
3210         * intl/bindtextdom.c: Use _nl_default_dirname_internal.
3211
3212         * include/netinet/in.h: Add declaration of in6addr_loopback_internal.
3213         * inet/in6_addr.c: Add INTVARDEF for in6addr_loopback.
3214         * sysdeps/posix/getaddrinfo.c: Use INTUSE for in6addr_loopback access.
3215
3216         * include/time.h: Add libc_hidden_proto for __gmtime_r.
3217         * time/gmtime.c (__gmtime_r): Add libc_hidden_def.
3218
3219         * iconv/Versions: Replace __gconv_alias_db, __gconv_modules_db,
3220         and __gconv_cache with __gconv_get_alias_db, __gconv_get_modules_db,
3221         and __gconv_get_cache respectively.
3222         * iconv/gconv_cache.c (gconv_cache): Renamed for __gconv_cache and
3223         defined static.  Change all users.
3224         (__gconv_get_cache): New function.
3225         * iconv/gconv_db.c (__gconv_get_modules_db): New function.
3226         (__gconv_get_alias_db): New function.
3227         * iconv/gconv_int.h (__gconv_alias_db): Declare as hidden.
3228         (__conv_modules_db): Likewise.
3229         Add prototypes for __gconv_get_cache, __gconv_get_modules_db,
3230         and __gconv_get_alias_db.
3231         * iconv/iconv_prog.c: Use the new functions instead of accessing the
3232         variables.
3233
3234         * include/stdlib.h: Add prototype and libc_hidden_proto for
3235         __default_morecore.
3236         * sysdeps/generic/morecore.c: Include <stdlib.h>.
3237
3238         * malloc/obstack.c: Remove fputs macro.
3239
3240         * malloc/mtrace.c: Remove fopen macro.
3241
3242 2002-08-04  Jakub Jelinek  <jakub@redhat.com>
3243
3244         * manual/debug.texi: Fix spelling to programmatically.
3245         Reported by <hayastan132@hotmail.com>.
3246
3247 2002-08-04  Ulrich Drepper  <drepper@redhat.com>
3248
3249         * include/libio.h: Add libc_hidden_proto for __uflow.
3250         * include/stdio.h: Map fopen, fdopen, fclose, fputs, fsetpos, and
3251         fgetpos to _IO_* names.
3252         Add libc_hidden_proto for fileno, fwrite, fseek, fflush_unlocked,
3253         fread_unlocked, fwrite_unlocked, fgets_unlocked, fputs_unlocked.
3254         * include/wchar.h: Add libc_hidden_proto for fputws_unlocked,
3255         putwc_unlocked, vswscanf.
3256         * libio/iolibio.h: Add libc_hidden_proto for _IO_fputs.
3257         * libio/fileno.c: Use <stdio.h> and libc_hidden_def.
3258         * libio/fseek.c: Likewise.
3259         * libio/fmemopen.c: Include "libioP.h".  Call _IO_fopencookie and
3260         not fopencookie.
3261         * libio/genops.c (__uflow): Add libc_hidden_def.
3262         * libio/iofflush_u.c (fflush_unlocked): Likewise.
3263         * libio/iofgets_u.c (fgets_unlocked): Likewise.
3264         * libio/iofputs_u.c (fputs_unlocked): Likewise.
3265         * libio/iofputws_u.c (fputws_unlocked): Likewise.
3266         * libio/iofread_u.c (fread_unlocked): Likewise.
3267         * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
3268         * libio/iovswscanf.c (vswscanf): Likewise.
3269         * libio/putwc_u.c (putwc_unlocked): Likewise.
3270         * libio/iofputs.c: Use libc_hidden_def instead of INTDEF.
3271         * malloc/malloc.c: Redirect fwrite calls to _IO_fwrite.
3272         * malloc/mtrace.c: Likewise.
3273
3274         * sunrpc/clnt_perr.c: Remove fputs macro.
3275         * sunrpc/svc_simple.c: Likewise.
3276         * sunrpc/svc_tcp.c: Likewise.
3277         * sunrpc/svc_udp.c: Likewise.
3278         * sunrpc/xdr_rec.c: Likewise.
3279         * sunrpc/xdr_ref.c: Likewise.
3280
3281         * iconv/Makefile: Add CPPFLAGS definitions with -DNOT_in_libc for
3282         iconv_prog, linereader, and charmap-dir.
3283         * locale/Makefile: Likewise for locale and charmap-dir.
3284         * malloc/Makefile: Likewise for memusagestat.
3285         * nscd/Makefile: Likewise for nscd, nscd_conf, and dbg_log.
3286         * sunrpc/Makefile: Likewise for rpc_main.
3287         * sysdeps/unix/sysv/linux/Makefile: Likewise for lddlibc4.
3288         * timezone/Makefile: Likewise for zic.
3289
3290         * stdio-common/perror.c: Avoid multiple calls to fileno_unlocked.
3291
3292         * elf/dl-addr.c (_dl_addr): Add libc_hidden_def.
3293         * elf/dl-close.c (_dl_close): Add libc_hidden_def.
3294         * elf/dl-open.c (_dl_open): Add libc_hidden_def.
3295         * include/dlfcn.h: Add libc_hidden_proto for _dl_addr, _dl_open,
3296         _dl_close.
3297
3298         * include/libio.h: Add libc_hidden_proto for __underflow, __wuflow,
3299         __wunderflow.
3300         * libio/genops.c (__underflow): Add libc_hidden_def.
3301         * libio/wgenops.c (__wuflow): Likewise.
3302         (__wunderflow): Likewise.
3303
3304         * include/obstack.h: Add libc_hidden_proto for _obstack_newchunk.
3305         * malloc/obstack.c (_obstack_newchunk): Add libc_hidden_def.
3306
3307         * include/stdio.h: Add libc_hidden_proto for __vfscanf.
3308         * stdio-common/vfscanf.c (__vfscanf): Add libc_hidden_def.
3309
3310         * include/string.h: Add libc_hidden_proto for __strverscmp.
3311         * string/strverscmp.c (__strverscmp): Add libc_hidden_def.
3312
3313         * include/unistd.h: Add libc_hidden_proto for __sysconf.
3314         * sysdeps/generic/sysconf.c (__sysconf): Add libc_hidden_def.
3315         * sysdeps/posix/sysconf.c: Likewise.
3316         * sysdeps/unix/sysv/irix4/sysconf.c: Likewise.
3317         * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise.
3318
3319         * include/wctype.h: Use libc_hidden_proto for __iswctype, __iswalnum_l,
3320         __iswalpha_l, __iswblank_l, __iswcntrl_l, __iswdigit_l, __iswlower_l,
3321         __iswgraph_l, __iswprint_l, __iswpunct_l, __iswspace_l, __iswupper_l,
3322         __iswxdigit_l, __towlower_l, __towupper_l.
3323         * wcsmbs/wcstype.c (__iswctype): Use libc_hidden_def.
3324         * wcsmbs/wcfuncs_l.c: Use libc_hidden_def for all functions.
3325
3326         * include/sys/wait.h: Add libc_hidden_proto for __xmknod.
3327         * sysdeps/generic/xmknod.c (__xmknod): Add libc_hidden_def.
3328         * sysdeps/mach/hurd/xmknod.c: Likewise.
3329         * sysdeps/unix/xmknod.c: Likewise.
3330         * sysdeps/unix/sysv/linux/xmknod.c: Likewise.
3331         * sysdeps/unix/sysv/linux/alpha/xmknod.c: Likewise.
3332         * sysdeps/unix/sysv/linux/mips/xmknod.c: Likewise.
3333
3334         * sunrpc/svc.c: Add missing INTUSE for _authenticate.
3335
3336 2002-08-03  Roland McGrath  <roland@redhat.com>
3337
3338         * include/sys/resource.h: Use libc_hidden_proto for getpriority,
3339         setpriority.
3340         * sysdeps/unix/sysv/linux/getpriority.c: Add libc_hidden_def.
3341         * sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
3342         * sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
3343         * sysdeps/mach/hurd/setpriority.c: Likewise.
3344         * sysdeps/mach/hurd/getpriority.c: Likewise.
3345         * sysdeps/generic/setpriority.c: Likewise.
3346         * sysdeps/generic/getpriority.c: Likewise.
3347
3348         * include/mcheck.h: Use libc_hidden_proto for mcheck_check_all.
3349         * malloc/mcheck.c: Add libc_hidden_def.
3350
3351         * include/search.h: Use libc_hidden_proto for hcreate_r, hdestroy_r.
3352         * misc/hsearch_r.c: Add libc_hidden_def.
3353
3354         * include/fnmatch.h: Use libc_hidden_proto for fnmatch.
3355         * posix/fnmatch.c: Add libc_hidden_weak.
3356
3357         * include/unistd.h: Use libc_hidden_proto for _exit, alarm, confstr,
3358         execl, execle, execlp, execvp, getpid, getsid.
3359         * sysdeps/generic/alarm.c: Add libc_hidden_def.
3360         * sysdeps/unix/alarm.c: Likewise.
3361         * posix/confstr.c: Likewise.
3362         * posix/execvp.c: Likewise.
3363         * posix/execlp.c: Likewise.
3364         * posix/execle.c: Likewise.
3365         * posix/execl.c: Likewise.
3366         * sysdeps/generic/getsid.c: Likewise.
3367         * sysdeps/mach/hurd/getsid.c: Likewise.
3368         * sysdeps/generic/getpid.c: Add libc_hidden_weak.
3369         * sysdeps/mach/hurd/getpid.c: Likewise.
3370
3371         * include/stdlib.h: Use libc_hidden_proto for ecvt_r, fcvt_r,
3372         qecvt_r, qfcvt_r, lrand48_r.
3373         * misc/efgcvt_r.c: Add libc_hidden_def.
3374
3375         * include/wordexp.h: Use libc_hidden_proto for wordfree.
3376         * sysdeps/generic/wordexp.c: Add libc_hidden_def.
3377
3378         * include/langinfo.h: Use libc_hidden_proto for nl_langinfo.
3379         * locale/nl_langinfo.c: Add libc_hidden_def.
3380
3381         * include/glob.h: Use libc_hidden_proto for glob, globfree, globfree64.
3382         * sysdeps/generic/glob.c: Add libc_hidden_def.
3383         * sysdeps/generic/glob64.c: Likewise.
3384         * sysdeps/wordsize-64/glob.c (globfree64): Add libc_hidden_weak.
3385
3386         * locale/nl_langinfo.c: Use _NL_CURRENT_DATA.
3387
3388         * elf/Makefile (CFLAGS-vismod2.c): New variable.
3389
3390         * locale/setlocale.c (_nl_current_names): Variable moved ...
3391         * locale/localename.c (_nl_current_names): ... here, new file.
3392         Make it global, with attribute_hidden.
3393         * locale/localeinfo.h: Declare it.
3394         * locale/Makefile (aux): Add localename.
3395         * locale/localename.c (__current_locale_name): New function.
3396         * include/locale.h (__current_locale_name): Declare it.
3397         * intl/dcigettext.c (guess_category_value): Use that instead of
3398         calling setlocale.
3399
3400         * locale/locale.h [__USE_GNU] (locale_t): New type alias of __locale_t.
3401         [__USE_GNU] (newlocale, duplocale, freelocale, uselocale): New decls.
3402         [__USE_GNU] (LC_GLOBAL_LOCALE): New macro.
3403         * locale/newlocale.c: Add alias to __ name.
3404         * locale/duplocale.c: Likewise.
3405         * locale/freelocale.c: Likewise.
3406         * locale/uselocale.c: New file.
3407         * locale/Makefile (routines): Add it.
3408         * locale/Versions (libc: GLIBC_2.3): New set.
3409         Add newlocale, duplocale, freelocale, uselocale.
3410         (libc: GLIBC_PRIVATE): Add __uselocale.
3411
3412         * locale/localeinfo.h [SHARED]
3413         (_NL_CURRENT_LOCALE): New macro, defined to fetch a tsd value.
3414         (_NL_CURRENT_DATA): Define using that.
3415         (_NL_CURRENT, _NL_CURRENT_WSTR, _NL_CURRENT_WORD): Define using that.
3416         (_NL_CURRENT_DEFINE): Define to empty.
3417         [! SHARED]: Decls of _nl_current_CATEGORY and _nl_current
3418         conditionalized on this.
3419         * locale/xlocale.c (NL_C_INTIIALIZER): New macro,
3420         taking initializer of _nl_C_locobj.
3421         [SHARED] (_nl_global_locale): New variable, using that initializer.
3422         (_nl_C_locobj): Use new macro for initialzier.
3423         * locale/setlocale.c [! SHARED] (_nl_current): Conditionalize on this.
3424         [! SHARED] (CATEGORY_USED): New macro.
3425         [SHARED] (CATEGORY_USED, _nl_C): New macros.
3426         (setdata, setlocale): Use that macro instead of examining _nl_current.
3427         (setdata): Set the slot in _nl_global_locale.
3428         Conditionalize setting of _nl_current on [! SHARED].
3429         * locale/findlocale.c [SHARED] (_nl_C): Define as a macro instead of
3430         declaration as an extern.
3431         * locale/newlocale.c (__newlocale): Use _nl_C_locobj instead of _nl_C.
3432
3433         * include/locale.h: Use libc_hidden_proto for setlocale.
3434         * locale/setlocale.c: Add libc_hidden_def.
3435
3436         * locale/setlocale.c (free_mem): Use _NL_CURRENT_DATA.
3437
3438         * include/search.h: Use libc_hidden_proto for hsearch_r, lfind.
3439         * misc/hsearch_r.c: Add libc_hidden_def.
3440         * misc/lsearch.c: Likewise.
3441
3442         * include/ttyent.h: Use libc_hidden_proto for getttyent, setttyent,
3443         endttyent.
3444         * misc/getttyent.c: Add libc_hidden_def.
3445
3446         * include/mcheck.h: Use libc_hidden_proto for mcheck.
3447         * malloc/mcheck.c: Add libc_hidden_def.
3448
3449         * include/envz.h: Use libc_hidden_proto for envz_entry, enz_remove.
3450         * include/argz.h: Use libc_hidden_proto for argz_delete.
3451         * string/argz-delete.c: Add libc_hidden_def.
3452         * string/envz.c: Likewise.  Use <envz.h>, not "envz.h".
3453
3454         * sysdeps/unix/sysv/linux/x86_64/clone.S (thread_start): Use
3455         HIDDEN_JUMPTARGET for _exit.
3456         * sysdeps/unix/sysv/linux/m68k/clone.S (thread_start): Likewise.
3457         * sysdeps/unix/sysv/linux/i386/clone.S (thread_start): Likewise.
3458         * sysdeps/unix/sysv/linux/powerpc/clone.S: Likewise.
3459         * sysdeps/unix/_exit.S (_exit): Add libc_hidden_def.
3460
3461         * include/libc-symbols.h: Fix [__ASSEMBLY__] -> [__ASSEMBLER__].
3462         [__ASSEMBLER__] (hidden_weak): Define using hidden_def, or to empty.
3463         [__ASSEMBLER__] (HIDDEN_JUMPTARGET): New macro.
3464         * sysdeps/unix/sysv/linux/i386/makecontext.S: Use it for exit.
3465
3466         * include/stdlib.h: Use libc_hidden_proto for abort,
3467         __strtof_internal, __strtod_internal, __strtold_internal,
3468         __strtol_internal, __strtoll_internal, __strtoul_internal,
3469         __strtoull_internal. __strtof_l_internal, __strtod_l_internal,
3470         __strtold_l_internal, __strtol_l_internal, __strtoll_l_internal,
3471         __strtoul_l_internal, __strtoull_l_internal.
3472         * include/wchar.h: Use libc_hidden_proto for __wcstof_internal,
3473         __wcstod_internal, __wcstold_internal, __wcstol_internal,
3474         __wcstoll_internal, __wcstoul_internal, ____wcstof_l_internal,
3475         ____wcstod_l_internal, ____wcstold_l_internal, ____wcstol_l_internal,
3476         ____wcstoll_l_internal, ____wcstoul_l_internal, __wcscasecmp_l,
3477         __wcsncasecmp_l.
3478         * sysdeps/generic/abort.c: Add libc_hidden_def.
3479         * stdlib/strtod.c: Likewise.
3480         * sysdeps/generic/strtol.c: Likewise.
3481         * sysdeps/wordsize-64/strtol.c: Likewise.
3482         * sysdeps/wordsize-64/wcstol.c: Likewise.
3483         * sysdeps/wordsize-64/wcstol_l.c: Likewise.
3484
3485         * include/stdlib.h: Use libc_hidden_proto for qsort.
3486         * stdlib/msort.c: Add libc_hidden_def.
3487
3488         * include/utime.h: Use libc_hidden_proto for utime.
3489         * sysdeps/generic/utime.c: Add libc_hidden_def.
3490         * sysdeps/unix/utime.c: Likewise.
3491
3492         * sysdeps/generic/utmp_file.c (LOCK_FILE): sigemptyset -> __sigemptyset
3493         * sysdeps/posix/profil.c (__profil): sigfillset -> __sigfillset
3494         * sysdeps/posix/sprofil.c (__sprofil): Likewise.
3495         * shadow/lckpwdf.c (__lckpwdf): Likewise (both).
3496         * sysdeps/posix/spawni.c (__spawni): sigismember -> __sigismember
3497
3498         * include/signal.h: Use libc_hidden_proto for raise, sigemptyset,
3499         sigfillset, sigismember, __sigpause, __libc_current_sigrtmin,
3500         and __libc_current_sigrtmax.
3501         * signal/sigismem.c: Add libc_hidden_def.
3502         * signal/sigfillset.c: Likewise.
3503         * signal/sigempty.c: Likewise.
3504         * sysdeps/generic/sigpause.c (__sigpause): Likewise.
3505         * sysdeps/posix/sigpause.c (__sigpause): Likewise.
3506         * sysdeps/unix/bsd/osf/alpha/sigpause.S: Likewise.
3507         * sysdeps/posix/raise.c: Likewise.
3508         * sysdeps/generic/raise.c: Likewise.
3509
3510 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3511
3512         * include/string.h: Use libc_hidden_proto for __stpcpy.
3513         * sysdeps/alpha/stpcpy.S (__stpcpy): Add libc_hidden_def.
3514         * sysdeps/alpha/alphaev67/stpcpy.S: Likewise.
3515         * sysdeps/generic/stpcpy.c: Likewise.
3516         * sysdeps/i386/stpcpy.S: Likewise.
3517         * sysdeps/i386/i586/stpcpy.S: Likewise.
3518         * sysdeps/powerpc/stpcpy.S: Likewise.
3519         * sysdeps/sparc/sparc32/stpcpy.S: Likewise.
3520         * sysdeps/sparc/sparc64/stpcpy.S: Likewise.
3521
3522         * include/string.h: Use libc_hidden_proto for __strcasecmp_l,
3523         __strncasecmp_l, __strdup, __strndup, __strerror_r.
3524         * sysdeps/generic/strcasecmp_l.c (__strcasecmp_l): Add
3525         libc_hidden_def.
3526         * string/strdup.c (__strdup): Likewise.
3527         * string/strndup.c (__strndup): Likewise.
3528         * sysdeps/generic/_strerror.c (__strerror_r): Likewise.
3529         * sysdeps/generic/strncase_l.c (__strncasecmp_l): Likewise.
3530
3531 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3532
3533         * include/libio.h: New file.
3534         * libio/libioP.h (__overflow, __woverflow): Remove libc_hidden_proto.
3535         * libio/iolibio.h: #include <libio.h>, not "libio.h".
3536         * sysdeps/generic/morecore.c (__sbrk): Add libc_hidden_proto.
3537         * sysdeps/unix/bsd/syscalls.list: Remove all __GI_* aliases.
3538         * sysdeps/unix/common/syscalls.list: Likewise.
3539         * sysdeps/unix/inet/syscalls.list: Likewise.
3540         * sysdeps/unix/sysv/irix4/syscalls.list: Likewise.
3541         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Likewise.
3542         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
3543         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
3544         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
3545         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
3546         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
3547         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
3548         * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
3549         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list: Likewise.
3550         * sysdeps/unix/syscalls.list: Likewise.
3551
3552 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3553             Ulrich Drepper  <drepper@redhat.com>
3554
3555         * malloc/malloc.c (public_cALLOc): Only divide if at least one of
3556         the arguments is big enough to cause an overflow.
3557
3558 2002-08-03  Ulrich Drepper  <drepper@redhat.com>
3559
3560         * assert/assert.c: Use hidden_def not INTDEF.
3561
3562 2002-08-03  Jakub Jelinek  <jakub@redhat.com>
3563
3564         * include/libc-symbols.h: Optimize if HAVE_BROKEN_ALIAS_ATTRIBUTE is
3565         not defined.
3566
3567 2002-08-03  Roland McGrath  <roland@redhat.com>
3568
3569         * include/sys/syslog.h: Use libc_hidden_proto for syslog, vsyslog.
3570         * include/err.h: Use libc_hidden_proto for warn, warnx, vwarn, vwarn,
3571         verr, verrx.
3572         * include/stdlib.h: Use libc_hidden_proto for exit, getenv, bsearch.
3573         * misc/syslog.c: Add libc_hidden_def.
3574         * misc/err.c: Likewise.
3575         * stdlib/exit.c: Likewise.
3576         * stdlib/bsearch.c: Likewise.
3577         * sysdeps/generic/getenv.c: Likewise.
3578
3579         * include/libc-symbols.h (hidden_weak): Define it for [__ASSEMBLER__].
3580
3581         * sysdeps/unix/make-syscalls.sh: Generate libc_hidden_def or
3582         libc_hidden_weak for every system call symbol defined.
3583
3584         * include/time.h: Use libc_hidden_proto for time, asctime, mktime,
3585         timelocal, localtime, strftime.
3586         * time/asctime.c: Add libc_hidden_def.
3587         * time/mktime.c: Likewise.
3588         * time/localtime.c: Likewise.
3589         * time/strftime.c: Likewise.
3590         * time/strptime.c: Likewise.
3591         * sysdeps/generic/time.c: Likewise.
3592         * sysdeps/unix/time.c: Likewise.
3593         * sysdeps/unix/sysv/i386/time.S: Likewise.
3594         * sysdeps/unix/sysv/linux/x86_64/time.S: Likewise.
3595
3596         * include/arpa/inet.h: Use libc_hidden_proto for inet_ntop, inet_pton.
3597         inet_makeaddr, inet_netof, inet_addr, __inet_addr.
3598         * resolv/inet_ntop.c: Likewise.
3599         * resolv/inet_pton.c: Likewise.
3600         * inet/inet_mkadr.c: Add libc_hidden_def.
3601         * inet/inet_netof.c: Likewise.
3602         * resolv/inet_addr.c: Likewise.
3603
3604         * include/libc-symbols.h: Remove `defined HAVE_BROKEN_ALIAS_ATTRIBUTE'
3605         clauses from conditionals for now.  Will have to be fixed later
3606         for older compilers.
3607
3608         * sysdeps/generic/mempcpy.c (__mempcpy): #undef it before defn.
3609
3610 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3611
3612         * configure.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add check for
3613         broken alias attribute handling.
3614         * config.h.in (HAVE_BROKEN_ALIAS_ATTRIBUTE): Add.
3615
3616 2002-08-02  Roland McGrath  <roland@frob.com>
3617
3618         * elf/Makefile ($(objpfx)interp.os): Depend on config.make,
3619         since it sets the variables we use in a -D switch.
3620
3621 2002-08-02  Roland McGrath  <roland@redhat.com>
3622
3623         * posix/bits/posix1_lim.h (SSIZE_MAX): Define to LONG_MAX, not INT_MAX.
3624         On 32-bit platforms they are the same; on 64-bit platforms ssize_t
3625         matches long int, not int.
3626
3627         * locale/localeinfo.h (_NL_CURRENT_DATA): New macro.
3628         * wcsmbs/wcsmbsload.h (update_conversion_ptrs): Use it.
3629         * locale/lc-ctype.c (_nl_postload_ctype): Likewise.
3630         * wctype/wctrans.c (wctrans): Likewise.
3631         * wctype/wctype.c (__wctype): Likewise.
3632         * intl/loadmsgcat.c (_nl_init_domain_conv): Use _NL_CURRENT.
3633
3634 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3635
3636         * assert/assert.c (__assert_fail): Fix typo in comment.
3637
3638         * include/rpc/rpc.h: Declare RPC_VARS tsd as extern.
3639         * sunrpc/rpc_thread.c: Define it without static.
3640         * sunrpc/Versions [libc] (GLIBC_PRIVATE): Export __libc_tsd_RPC_VARS.
3641
3642 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3643
3644         * assert/assert.c (__assert_fail): Remove undef.
3645         Replace INTDEF with libc_hidden_def.
3646         * assert/__assert.c (__assert): Remove INTUSE.
3647         * elf/dl-minimal.c (__assert_fail): Replace INTDEF with
3648         libc_hidden_weak.
3649         * include/libc-symbols.h (hidden_proto, hidden_def, hidden_weak,
3650         hidden_ver, libc_hidden_proto, libc_hidden_def, libc_hidden_weak,
3651         libc_hidden_ver, rtld_hidden_proto, rtld_hidden_def, rtld_hidden_weak,
3652         rltd_hidden_ver, libm_hidden_proto, libm_hidden_def, libm_hidden_weak,
3653         libm_hiden_ver): Define.
3654         * include/assert.h (__assert_fail_internal): Remove.
3655         (__assert_fail): Add prototype.  Add hidden_proto.
3656         * include/libc-internal.h (__libc_freeres, __profile_frequency): Add
3657         libc_hidden_proto.
3658         * include/wchar.h (__mbrtowc_internal, __mbrlen_internal): Remove.
3659         (__mbrtowc, __mbrlen): Use libc_hidden_proto.  Remove macros.
3660         * include/string.h (__mempcpy, __stpncpy, __rawmemchr, __strcasecmp):
3661         Add libc_hidden_proto.
3662         * include/fcntl.h (__open64, __libc_open, __libc_fcntl, __open,
3663         __fcntl): Add libc_hidden_proto.  Remove macros.
3664         (__open_internal, __fcntl_internal): Remove.
3665         * libio/iofdopen.c (_IO_fcntl): Remove INTUSE from __fcntl.
3666         * malloc/set-freeres.c (__libc_freeres): Add libc_hidden_def.
3667         * nss/nsswitch.h (__nss_database_lookup, __nss_next): Add
3668         libc_hiden_proto.
3669         * nss/nsswitch.c (__nss_database_lookup, __nss_next): Add
3670         libc_hidden_def.
3671         * sysdeps/generic/mempcpy.c (__mempcpy): Remove undef.
3672         Add libc_hidden_def.
3673         * sysdeps/generic/open64.c (__open64): Add libc_hidden_def.
3674         * sysdeps/generic/open.c (__open): Remove undef.
3675         Add libc_hidden_def.  Remove INTDEF.
3676         * sysdeps/generic/fcntl.c (__fcntl): Remove undef.
3677         Add libc_hidden_def.
3678         * sysdeps/mach/hurd/fcntl.c (__fcntl): Likewise.
3679         * sysdeps/i386/i586/mempcpy.S (__mempcpy): Add libc_hidden_def.
3680         * sysdeps/i386/i686/mempcpy.S (__mempcpy): Likewise.
3681         * sysdeps/mach/hurd/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3682         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3683         (__libc_fcntl): Add libc_hidden_def.
3684         * sysdeps/mach/hurd/open.c (__libc_open, __open): Remove undef.
3685         (__open): Remove INTDEF2.  Add libc_hidden_weak.
3686         (__libc_open): Add libc_hidden_def.
3687         * sysdeps/posix/open64.c (__open64): Add libc_hidden_weak.
3688         * sysdeps/standalone/open.c (__open): Add libc_hidden_def.
3689         * sysdeps/unix/sysv/aix/fcntl.c (__libc_fcntl, __fcntl): Remove undef.
3690         Add libc_hidden_def.
3691         * sysdeps/unix/sysv/aix/open.c (__libc_open, __open): Remove undef.
3692         Add libc_hidden_def.
3693         * sysdeps/unix/sysv/linux/i386/fcntl.c (__libc_fcntl, __fcntl): Remove
3694         undef.
3695         (__fcntl): Remove INTDEF2.  Add libc_hidden_weak.
3696         (__libc_fcntl): Add libc_hidden_def.
3697         * sysdeps/unix/sysv/linux/syscalls.list (__fcntl_internal,
3698         __getpgid_internal, __chown_internal): Remove.
3699         (__GI___fcntl, __GI___libc_fcntl, __GI___getpgid, __GI___pipe,
3700         __GI___sched_setscheduler, __GI___select, __GI___setpgid,
3701         __GI___chown): Add.
3702         * sysdeps/unix/syscalls.list (__close_internal, __dup2_internal,
3703         __getpid_internal, __open_internal, __write_internal): Remove.
3704         (__GI___fcntl, __GI___libc_fcntl, __GI___open, __GI___libc_open,
3705         __GI___chown, __GI___close, __GI___dup2, __GI___getpid,
3706         __GI___libc_open, __GI___open, __GI___read, __GI___libc_read,
3707         __GI___select, __GI___statfs, __GI___write, __GI___libc_write): Add.
3708         * wcsmbs/mbrlen.c (__mbrlen): Remove undef.
3709         Replace INTDEF with libc_hidden_def.
3710         * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
3711         * catgets/catgetsinfo.h (__open_catalog): Add libc_hidden_proto.
3712         * catgets/open_catalog.c (__open_catalog): Add libc_hidden_def.
3713         * elf/dl-profile.c (__profile_frequency): Add libc_hidden_proto.
3714         * include/rpc/rpc.h (__rpc_thread_svc_fdset, __rpc_thread_createerr):
3715         Add libc_hidden_proto.
3716         * include/sys/poll.h (__poll): Add libc_hidden_proto.
3717         * include/sys/select.h (__select): Likewise.
3718         * include/sys/socket.h (__send): Likewise.
3719         * include/sys/statfs.h (__statfs): Likewise.
3720         * include/unistd.h (__pwrite64, __libc_read, __pipe, __chown, __dup2,
3721         __getpid, __getpgid, __setpgid, __close, __read, __write,
3722         __getpagesize, __sbrk): Likewise.
3723         (__chown_internal, __dup2_internal, __getpid_internal,
3724         __getpgid_internal, __close_internal, __write_internal,
3725         __getpagesize_internal): Remove.
3726         (__close, __dup2, __getpagesize, __getpgid, __getpid, __libc_write):
3727         Remove macros.
3728         * include/printf.h (__printf_fp): Add libc_hidden_proto.
3729         * include/sched.h (__sched_setscheduler): Likewise.
3730         * include/resolv.h (__res_ninit, __res_randomid): Likewise.
3731         * include/stdlib.h (__secure_getenv): Likewise.
3732         * include/signal.h (__sigaction, __sigsuspend): Likewise.
3733         * inet/getaliasent_r.c (NSS_attribute_hidden): Remove.
3734         * inet/getaliasname_r.c (NSS_attribute_hidden): Remove.
3735         * inet/getnetbyad_r.c (NSS_attribute_hidden): Remove.
3736         * inet/getnetbynm_r.c (NSS_attribute_hidden): Remove.
3737         * inet/getnetent_r.c (NSS_attribute_hidden): Remove.
3738         * inet/getproto_r.c (NSS_attribute_hidden): Remove.
3739         * inet/getprtent_r.c (NSS_attribute_hidden): Remove.
3740         * inet/getprtname_r.c (NSS_attribute_hidden): Remove.
3741         * inet/getrpcbyname_r.c (NSS_attribute_hidden): Remove.
3742         * inet/getrpcbynumber_r.c (NSS_attribute_hidden): Remove.
3743         * inet/getrpcent_r.c (NSS_attribute_hidden): Remove.
3744         * inet/getservent_r.c (NSS_attribute_hidden): Remove.
3745         * inet/getsrvbynm_r.c (NSS_attribute_hidden): Remove.
3746         * inet/getsrvbypt_r.c (NSS_attribute_hidden): Remove.
3747         * inet/gethstbyad_r.c (DB_LOOKUP_FCT): Remove INTUSE.
3748         * inet/gethstbynm2_r.c (DB_LOOKUP_FCT): Likewise.
3749         * inet/gethstbynm_r.c (DB_LOOKUP_FCT): Likewise.
3750         * inet/gethstent_r.c (DB_LOOKUP_FCT): Likewise.
3751         * libio/genops.c (__overflow): Add libc_hidden_def.
3752         * libio/iovdprintf.c: Remove libio.h include.
3753         * libio/libioP.h (libc_hidden_proto, libc_hidden_def,
3754         libc_hidden_weak): Define to nothing if not defined.
3755         (__overflow, __woverflow): Add libc_hidden_proto.
3756         * libio/wgenops.c (__woverflow): Add libc_hidden_def.
3757         * nss/getXXent_r.c (NSS_attribute_hidden): Remove.
3758         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3759         * nss/getXXbyYY_r.c (NSS_attribute_hidden): Remove.
3760         (DB_LOOKUP_FCT): Add libc_hidden_proto.
3761         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add libc_hidden_proto
3762         and libc_hidden_def.
3763         * nss/hosts-lookup.c (__nss_hosts_lookup): Remove INTDEF.
3764         * posix/bsd-getpgrp.c (__getpgid_internal): Remove.
3765         (__getpgid): Add libc_hidden_proto.
3766         (__bsd_getpgrp): Remove INTUSE.
3767         * resolv/res_init.c (__res_ninit, __res_randomid): Add
3768         libc_hidden_def.
3769         * shadow/getspent_r.c (NSS_attribute_hidden): Remove.
3770         * shadow/getspnam_r.c (NSS_attribute_hidden): Remove.
3771         * stdio-common/printf_fp.c (__printf_fp): Add libc_hidden_def.
3772         * stdlib/strfmon.c (__printf_fp): Add libc_hidden_proto.
3773         * stdlib/secure-getenv.c (__secure_getenv): Add libc_hidden_def.
3774         * sunrpc/rpc_thread.c (__rpc_thread_svc_fdset,
3775         __rpc_thread_createerr): Add libc_hidden_def.
3776         * sysdeps/alpha/alphaev67/rawmemchr.S (__rawmemchr): Add
3777         libc_hidden_def.
3778         * sysdeps/alpha/alphaev67/stpncpy.S (__stpncpy): Likewise.
3779         * sysdeps/alpha/rawmemchr.S (__rawmemchr): Likewise.
3780         * sysdeps/alpha/stpncpy.S (__stpncpy): Likewise.
3781         * sysdeps/generic/chown.c (__chown): Likewise.
3782         * sysdeps/generic/close.c (__close): Likewise.
3783         * sysdeps/generic/dup2.c (__dup2): Likewise.
3784         * sysdeps/generic/pipe.c (__pipe): Likewise.
3785         * sysdeps/generic/prof-freq.c (__profile_frequency): Likewise.
3786         * sysdeps/generic/pwrite64.c (__pwrite64): Likewise.
3787         * sysdeps/generic/rawmemchr.c (__rawmemchr): Likewise.
3788         * sysdeps/generic/read.c (__libc_read): Likewise.
3789         (__read): Add libc_hidden_weak.
3790         * sysdeps/generic/sbrk.c (__sbrk): Add libc_hidden_def.
3791         * sysdeps/generic/sched_sets.c (__sched_setscheduler): Likewise.
3792         * sysdeps/generic/select.c (__select): Likewise.
3793         * sysdeps/generic/send.c (__send): Likewise.
3794         * sysdeps/generic/setpgid.c (__setpgid): Likewise.
3795         * sysdeps/generic/sigaction.c (__sigaction): Likewise.
3796         * sysdeps/generic/sigsuspend.c (__sigsuspend): Likewise.
3797         * sysdeps/generic/statfs.c (__statfs): Likewise.
3798         * sysdeps/generic/stpncpy.c (__stpncpy): Likewise.
3799         * sysdeps/generic/strcasecmp.c (__strcasecmp): Likewise.
3800         * sysdeps/generic/getpagesize.c (__getpagesize): Likewise.
3801         Remove undef and INTDEF.
3802         * sysdeps/generic/getpgid.c (__getpgid): Likewise.
3803         * sysdeps/generic/getpid.c (__getpid): Likewise.
3804         * sysdeps/generic/write.c (__libc_write): Likewise.
3805         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3806         * sysdeps/i386/rawmemchr.S (__rawmemchr): Add libc_hidden_def.
3807         * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
3808         * sysdeps/m68k/rawmemchr.S (__rawmemchr): Likewise.
3809         * sysdeps/mach/hurd/chown.c (__chown): Likewise.  Remove INTDEF.
3810         * sysdeps/mach/hurd/close.c (__close): Add libc_hidden_def.
3811         Remove undef and INTDEF.
3812         * sysdeps/mach/hurd/dup2.c (__dup2): Likewise.
3813         * sysdeps/mach/hurd/getpgid.c (__getpgid): Likewise.
3814         * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
3815         * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
3816         * sysdeps/mach/hurd/write.c (__libc_write): Likewise.
3817         (__write): Add libc_hidden_weak.  Remove undef and INTDEF.
3818         * sysdeps/mach/hurd/pipe.c: Include unistd.h.
3819         (__pipe): Add libc_hidden_def.
3820         * sysdeps/mach/hurd/dl-sysdep.c (__libc_read, __libc_write): Add
3821         libc_hidden_weak.
3822         * sysdeps/mach/hurd/poll.c (__poll): Add libc_hidden_def.
3823         * sysdeps/mach/hurd/profil.c (__profile_frequency): Likewise.
3824         * sysdeps/mach/hurd/read.c (__libc_read): Likewise.
3825         (__read): Add libc_hidden_weak.
3826         * sysdeps/mach/hurd/pwrite64.c (__pwrite64): Likewise.
3827         (__libc_pwrite64): Add libc_hidden_def.
3828         * sysdeps/mach/hurd/sbrk.c (__sbrk): Likewise.
3829         * sysdeps/mach/hurd/select.c (__select): Likewise.
3830         * sysdeps/mach/hurd/send.c (__send): Likewise.
3831         * sysdeps/mach/hurd/setpgid.c (__setpgid): Likewise.
3832         * sysdeps/mach/hurd/sigaction.c (__sigaction): Likewise.
3833         * sysdeps/mach/hurd/sigsuspend.c (__sigsuspend): Likewise.
3834         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
3835         * sysdeps/posix/dup2.c: Likewise.
3836         Remove undef and INTDEF.
3837         * sysdeps/posix/getpagesize.c (__getpagesize): Likewise.
3838         * sysdeps/posix/pwrite64.c (__libc_pwrite64): Add libc_hidden_def.
3839         (__pwrite64): Add libc_hidden_weak.
3840         * sysdeps/posix/sigsuspend.c (__sigsuspend): Add libc_hidden_def.
3841         * sysdeps/sparc/sparc64/rawmemchr.S (__rawmemchr): Likewise.
3842         * sysdeps/sparc/sparc64/stpncpy.S (__stpncpy): Likewise.
3843         * sysdeps/standalone/close.c (__close): Likewise.
3844         * sysdeps/standalone/write.c (__libc_write): Likewise.
3845         (__write): Add libc_hidden_weak.
3846         * sysdeps/standalone/read.c (__read): Likewise.
3847         (__libc_read): Add libc_hidden_def.
3848         * sysdeps/unix/grantpt.c (grantpt): Remove INTUSE.
3849         * sysdeps/unix/bsd/m68k/pipe.S (__pipe): Add libc_hidden_def.
3850         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
3851         * sysdeps/unix/bsd/vax/pipe.S (__pipe): Likewise.
3852         * sysdeps/unix/bsd/syscalls.list (__GI___getpagesize): Likewise.
3853         * sysdeps/unix/bsd/poll.c (__poll): Likewise.
3854         * sysdeps/unix/bsd/sigaction.c (__sigaction): Likewise.
3855         * sysdeps/unix/bsd/sigsuspend.c (__sigsuspend): Likewise.
3856         * sysdeps/unix/common/syscalls.list (__GI___getpgid, __GI___setpgid,
3857         __GI___sigaction): Add.
3858         * sysdeps/unix/i386/pipe.S (__pipe): Add libc_hidden_def.
3859         * sysdeps/unix/inet/syscalls.list (__GI___send): Add.
3860         * sysdeps/unix/mips/pipe.S (__pipe): Add libc_hidden_def.
3861         * sysdeps/unix/sparc/pipe.S (__pipe): Likewise.
3862         * sysdeps/unix/sysv/irix4/syscalls.list (__GI___getpgid,
3863         __GI___setpgid): Add.
3864         * sysdeps/unix/sysv/aix/chown.c (__chown): Add libc_hidden_def.
3865         Remove undef and INTDEF.
3866         * sysdeps/unix/sysv/aix/getpgid.c (__getpgid): Likewise.
3867         * sysdeps/unix/sysv/aix/write.c (__write, __libc_write): Likewise.
3868         * sysdeps/unix/sysv/aix/close.c (__close): Add libc_hidden_def.
3869         * sysdeps/unix/sysv/aix/getpid.c (__getpid): Likewise.
3870         * sysdeps/unix/sysv/aix/pipe.c (__pipe): Likewise.
3871         * sysdeps/unix/sysv/aix/read.c (__read, __libc_read): Likewise.
3872         * sysdeps/unix/sysv/aix/poll.c (__poll): Likewise.
3873         * sysdeps/unix/sysv/aix/sbrk.c (__sbrk): Likewise.
3874         * sysdeps/unix/sysv/aix/sigaction.c (__sigaction): Likewise.
3875         * sysdeps/unix/sysv/aix/sigsuspend.c (__sigsuspend): Likewise.
3876         * sysdeps/unix/sysv/aix/statfs.c (__statfs): Likewise.
3877         * sysdeps/unix/sysv/aix/select.c (__select): Likewise.
3878         * sysdeps/unix/sysv/aix/setpgid.c (__setpgid): Likewise.
3879         * sysdeps/unix/sysv/linux/alpha/pipe.S (__pipe): Likewise.
3880         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__GI___pwrite64,
3881         __GI___statfs, __GI___send): Add.
3882         * sysdeps/unix/sysv/linux/alpha/select.S (__select): Add
3883         libc_hidden_ver resp. libc_hidden_def.
3884         * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend): Add
3885         libc_hidden_def.
3886         * sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
3887         Likewise.  Remove undef and INTDEF.
3888         * sysdeps/unix/sysv/linux/ia64/pipe.S (__pipe): Add libc_hidden_def.
3889         * sysdeps/unix/sysv/linux/ia64/syscalls.list (__GI___pwrite64,
3890         __GI___statfs, __GI___send): Add.
3891         * sysdeps/unix/sysv/linux/ia64/sigaction.c (__sigaction): Add
3892         libc_hidden_def.
3893         * sysdeps/unix/sysv/linux/ia64/sigsuspend.c (__sigsuspend):
3894         Likewise.
3895         * sysdeps/unix/sysv/linux/sh/pipe.S (__pipe): Likewise.
3896         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c (__chown): Add
3897         libc_hidden_ver resp. libc_hidden_def.
3898         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list (__GI___pwrite64,
3899         __GI___send): Add.
3900         * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c (__sigaction):
3901         Add libc_hidden_weak.
3902         * sysdeps/unix/sysv/linux/s390/s390-64/sigsuspend.c (__sigsuspend):
3903         Add libc_hidden_def.
3904         * sysdeps/unix/sysv/linux/hppa/syscalls.list (__GI___send): Add.
3905         * sysdeps/unix/sysv/linux/arm/sigaction.c (__sigaction): Add
3906         libc_hidden_weak.
3907         * sysdeps/unix/sysv/linux/i386/chown.c (__chown): Add libc_hidden_ver
3908         resp. libc_hidden_def.
3909         * sysdeps/unix/sysv/linux/i386/sigaction.c (__sigaction): Add
3910         libc_hidden_weak.
3911         * sysdeps/unix/sysv/linux/m68k/chown.c (__chown): Likewise.  Remove
3912         INTDEF.
3913         * sysdeps/unix/sysv/linux/m68k/getpagesize.c (__getpagesize):
3914         Likewise.  Remove undef.
3915         * sysdeps/unix/sysv/linux/mips/pwrite64.c (__pwrite64): Add
3916         libc_hidden_weak.
3917         * sysdeps/unix/sysv/linux/mips/syscalls.list (__GI___send): Add.
3918         * sysdeps/unix/sysv/linux/mips/sigaction.c (__sigaction): Add
3919         libc_hidden_weak.
3920         * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown): Add
3921         libc_hidden_def.
3922         * sysdeps/unix/sysv/linux/powerpc/pwrite64.c (__pwrite64): Likewise.
3923         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c (__getpagesize):
3924         Likewise.  Remove undef and INTDEF.
3925         * sysdeps/unix/sysv/linux/sparc/sparc32/pipe.S (__pipe): Add
3926         libc_hidden_def.
3927         * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c (__sigaction): Add
3928         libc_hidden_weak.
3929         * sysdeps/unix/sysv/linux/sparc/sparc64/pipe.S (__pipe): Add
3930         libc_hidden_def.
3931         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list
3932         (__GI___pwrite64, __GI___statfs, __GI___select, __GI___send): Add.
3933         * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c (__sigaction): Add
3934         libc_hidden_weak.
3935         * sysdeps/unix/sysv/linux/sparc/sparc64/sigsuspend.c (__sigsuspend):
3936         Add libc_hidden_def.
3937         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (__GI___pwrite64,
3938         __GI___statfs): Add.
3939         * sysdeps/unix/sysv/linux/x86_64/send.c (__send): Add
3940         libc_hidden_weak.
3941         * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__sigaction): Likewise.
3942         * sysdeps/unix/sysv/linux/getpagesize.c: Add libc_hidden_def.
3943         Remove undef and INTDEF.
3944         * sysdeps/unix/sysv/linux/poll.c (__poll): Add libc_hidden_def.
3945         * sysdeps/unix/sysv/linux/pwrite64.c (__pwrite64): Add
3946         libc_hidden_def.
3947         * sysdeps/unix/sysv/linux/send.S (__send): Likewise.
3948         * sysdeps/unix/sysv/linux/sigaction.c (__sigaction): Add
3949         libc_hidden_weak.
3950         * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Add
3951         libc_hidden_def.
3952         * sysdeps/unix/sysv/sco3.2.4/__setpgid.c (__setpgid): Likewise.
3953         * sysdeps/unix/sysv/sco3.2.4/sigaction.S (__sigaction): Likewise.
3954         * sysdeps/unix/sysv/sysv4/solaris2/syscalls.list (__GI___sigaction):
3955         Add.
3956         * sysdeps/unix/sysv/sysv4/__getpgid.c (__getpgid): Add
3957         libc_hidden_def.  Remove undef and INTDEF.
3958         * sysdeps/unix/sysv/sysv4/getpgid.c (__getpgid): Likewise.
3959         * sysdeps/unix/sysv/sysv4/__setpgid.c (__setpgid): Add
3960         libc_hidden_def.
3961         * sysdeps/unix/sysv/sysv4/setpgid.c (__setpgid): Likewise.
3962         * sysdeps/unix/sysv/sysv4/sigaction.c (__sigaction): Likewise.
3963         * sysdeps/unix/sysv/sigaction.c (__sigaction): Likewise.
3964         * sysdeps/unix/getpagesize.c (__getpagesize): Add libc_hidden_def.
3965         Remove undef and INTDEF.
3966         * configure.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add check for
3967         broken visibility attribute handling.
3968         * config.h.in (HAVE_BROKEN_VISIBILITY_ATTRIBUTE): Add.
3969
3970 2002-08-02  Ulrich Drepper  <drepper@redhat.com>
3971
3972         * locale/iso-639.def: Add entries for Venda and Nothern Sotho.
3973         Reported by Dwayne Bailey <dwayne@obsidian.co.za>.
3974
3975         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Adapt
3976         previous patch.
3977
3978 2002-06-29  Todd Fries  <todd@openbsd.org>
3979
3980         * resolv/gethnamaddr.c (gethostbyaddr): Try ip6.int if ip6.arpa fails.
3981
3982 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
3983
3984         * include/errno.h: Don't include tls.h if _ISOMAC is defined.
3985
3986 2002-07-30  Roland McGrath  <roland@redhat.com>
3987
3988         * resolv/resolv.h (_res): Define macro unconditionally.
3989         [! _LIBC_REENTRANT] (_res): Move this conditional decl to ...
3990         * include/resolv.h: ... here.
3991         [USE_TLS && HAVE___THREAD] (_res): #undef it and declare
3992         as a __thread variable.
3993         * resolv/res_libc.c [USE_TLS && HAVE___THREAD] (_res): Define it as
3994         a __thread variable instead of a global.
3995         * resolv/res_data.c [_LIBC]: Don't #undef _res.
3996
3997         * include/errno.h: Include <tls.h> to make sure USE_TLS defined by the
3998         time we test it.
3999
4000         * intl/loadmsgcat.c [__GNUC__]: #undef alloca before defining it.
4001
4002         * malloc/malloc.c [_LIBC]: Include <string.h> instead of using local
4003         decls of memset and memcpy.
4004
4005         * sysdeps/generic/sysdep.h (END): Conditionalize on [__ASSEMBLER__].
4006         * sysdeps/unix/sysv/linux/i386/sysdep.h (L): Likewise.
4007
4008         * elf/dl-load.c (_dl_map_object_from_fd): Comment fix.
4009
4010         * sysdeps/generic/bits/libc-tsd.h [USE_TLS && HAVE___THREAD]
4011         (__libc_tsd_define): Define using __thread.
4012
4013         * sunrpc/rpc_thread.c: Use __libc_tsd_define.
4014         (__rpc_thread_variables): Use __libc_tsd_get.
4015         (__rpc_thread_destroy): Use __libc_tsd_get instead of calling
4016         __rpc_thread_variables, which might allocate what we're about to free.
4017
4018         * inet/herrno.c [USE_TLS && HAVE___THREAD] (h_errno): Define as a
4019         thread-local variable.
4020         * resolv/netdb.h (h_errno): Define macro unconditionally.
4021         [_LIBC] (__set_h_errno): Macro moved to ...
4022         * include/netdb.h: ... here.
4023         [USE_TLS && HAVE___THREAD] (h_errno): Declare __thread variable.
4024         [USE_TLS && HAVE___THREAD] (__set_h_errno): Define using that.
4025         [! _LIBC_REENTRANT]: #undef h_errno here.
4026
4027         * include/errno.h: Protect from multiple inclusion.
4028
4029         * misc/sys/select.h (__NFDBITS, __FDELT, __FDMASK): #undef these
4030         before defining them, since Linux's <linux/posix_types.h> might have
4031         defined them.
4032
4033 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4034
4035         * malloc/malloc.c (public_cALLOc): Check for overflow on
4036         multiplication.
4037         * sunrpc/xdr_array.c (xdr_array): Likewise.
4038         * sunrpc/rpc/types.h (mem_free): Add comment.
4039         Patch by Solar Designer <solar@openwall.com>.
4040
4041 2002-08-02  Jakub Jelinek  <jakub@redhat.com>
4042
4043         * sysdeps/unix/sysv/linux/kernel-features.h
4044         (__ASSUME_SET_THREAD_AREA_SYSCALL): Define.
4045
4046 2002-08-01  Roland McGrath  <roland@redhat.com>
4047
4048         * libio/fileops.c (_IO_file_sync_mmap): New function.
4049         (_IO_file_jumps_mmap): Use it.
4050         (_IO_file_underflow_mmap): Rewritten.  If after EOF or fflush,
4051         repeat the stat check and resize the mapped buffer as necessary.
4052
4053 2002-07-31  Roland McGrath  <roland@redhat.com>
4054
4055         * libio/fileops.c (decide_maybe_mmap): New static function.
4056         Code taken from libio/iofopen.c:__fopen_maybe_mmap to try to
4057         mmap the file contents.  Then switch the jump tables to the mmap
4058         tables if it worked, or the vanilla file tables if not.
4059         (_IO_file_underflow_maybe_mmap): New function.
4060         (_IO_file_seekoff_maybe_mmap): New function.
4061         (_IO_file_xsgetn_maybe_mmap): New function.
4062         (_IO_file_jumps_maybe_mmap): New variable, jump table using those.
4063         * libio/libioP.h: Declare those.
4064         * libio/wfileops.c (_IO_wfile_underflow_maybe_mmap): New function.
4065         (_IO_wfile_jumps_maybe_mmap): New variable, jump table using that.
4066         * libio/iofopen.c (__fopen_maybe_mmap): Don't try to mmap here.
4067         If the stream is read-only, set its jump tables to those new ones.
4068         * libio/iofdopen.c (_IO_new_fdopen) [_G_HAVE_MMAP]: Set the initial
4069         jump tables to the maybe_mmap ones, and don't call __fopen_maybe_mmap.
4070         We need the tables set before _IO_file_attach.
4071
4072         * libio/tst-mmap-eofsync.c: New file.
4073         * libio/tst-mmap-fflushsync.c: New file.
4074         * libio/bug-mmap-fflush.c: New file.
4075         * libio/tst-mmap2-eofsync.c: New file.
4076         * libio/Makefile (tests): Add them.
4077
4078         * libio/wfileops.c (_IO_wfile_underflow_mmap): Don't set EOF bit when
4079         _IO_file_underflow_mmap fails, it already set the appropriate bit.
4080
4081 2002-07-31  Jeff Bailey  <jbailey@gnu.org>
4082
4083         * libio/stdio.h (sys_errlist, sys_nerr, _sys_errlist, _sys_nerr):
4084         Declarations moved to <bits/sys_errlist.h>.  Include that file.
4085         * libio/Makefile (headers): Add bits/sys_errlist.h to the list.
4086         * sysdeps/generic/bits/sys_errlist.h: New file.  This does *not*
4087         declare sys_errlist and sys_nerr.
4088         * sysdeps/unix/sysv/linux/bits/sys_errlist.h: New file.  Does
4089         provide declarations.
4090
4091 2002-07-31  Roland McGrath  <roland@redhat.com>
4092
4093         * elf/rtld.c (dl_main): Fix typo in error message.
4094
4095 2002-07-31  Roland McGrath  <roland@frob.com>
4096
4097         * sysdeps/mach/hurd/Versions (ld: GLIBC_2.0): __fxstat -> __fxstat64,
4098         __xstat -> __xstat64, __lseek -> __libc_lseek64.  Completes 2002-06-09
4099         sysdeps/mach/hurd/dl-sysdep.c change.
4100
4101 2002-07-28  Ulrich Drepper  <drepper@redhat.com>
4102
4103         * sysdeps/unix/sysv/linux/configure.in: Check /lib/modules/`uname
4104         -r`/build/include for kernel headers.
4105
4106         * po/fi.po: New file.
4107
4108 2002-07-15  Alexandre Oliva  <aoliva@redhat.com>
4109
4110         * configure.in (static_nss): Set to `yes' if --disable-shared.
4111
4112 2002-07-23  Bruno Haible  <bruno@clisp.org>
4113
4114         * intl/loadmsgcat.c (PRI*): Redefine the macros if PRI_MACROS_BROKEN
4115         is set.
4116
4117 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4118
4119         * sysdeps/unix/sysv/linux/ia64/sigcontextinfo.h: New file.
4120         * sysdeps/unix/sysv/linux/ia64/profil-counter.h: Fix profil_counter
4121         arguments.
4122
4123 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4124
4125         * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal): Add
4126         alias.
4127
4128 2002-07-21  Bruno Haible  <bruno@clisp.org>
4129
4130         * intl/libintl.h (__GNU_GETTEXT_SUPPORTED_REVISION): New macro.
4131         * intl/gettext.h (struct mo_file_header): New fields n_sysdep_segments,
4132         sysdep_segments_offset, n_sysdep_strings, orig_sysdep_tab_offset,
4133         trans_sysdep_tab_offset.
4134         (struct sysdep_segment): New type.
4135         (struct sysdep_string): New type.
4136         (SEGMENTS_END): New macro.
4137         * intl/gettextP.h (struct sysdep_string_desc): New type.
4138         (struct loaded_domain): New fields malloced, n_sysdep_strings,
4139         orig_sysdep_tab, trans_sysdep_tab, must_swap_hash_tab. Make fields
4140         orig_tab, trans_tab, hash_tab to const pointers because they point
4141         into read-only memory.
4142         * intl/loadmsgcat.c: Include stdint.h, inttypes.h, hash-string.h.
4143         (PRI*): Define fallback values.
4144         (get_sysdep_segment_value): New function.
4145         (_nl_load_domain): Distinguish major and minor revision parts. Add
4146         support for minor revision 1 with system dependent strings.
4147         (_nl_unload_domain): Also free the 'malloced' field.
4148         * intl/dcigettext.c (_nl_find_msg): Remove test for domain->hash_size,
4149         now done in loadmsgcat.c. Add support for system dependent strings.
4150
4151 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4152
4153         * posix/bug-regex7.c: New file.
4154         * posix/bug-regex8.c: New file.
4155         * posix/Makefile (tests): Add bug-regex7 and bug-regex8.
4156
4157 2002-07-16  Stepan Kasal  <kasal@math.cas.cz>
4158
4159         * posix/bug-regex4.c (main): Fix typos.
4160         * posix/bug-regex6.c (main): Likewise.
4161
4162 2002-07-27  Ulrich Drepper  <drepper@redhat.com>
4163
4164         * posix/bug-regex6.c (main): Fix warnings.
4165
4166         * iconvdata/Makefile (CPPFLAGS): Add NOT_IN_libc.
4167
4168         * iconv/iconv_prog.c (main): Improve error message for the cases
4169         where -t and/or -f parameter are missing.
4170
4171 2002-07-10  Stepan Kasal  <kasal@math.cas.cz>
4172
4173         * posix/regexec.c (re_match): Reorganize to remove duplicate code.
4174         (re_search): Likewise.
4175         (re_match_2): Likewise.
4176         (re_search_2): Likewise.
4177         (re_search_stub): New function.
4178         (re_search_2_stub): New function.
4179         * regcomp.c (re_compile_pattern): Typo in a comment fixed.
4180
4181 2002-07-10  Isamu Hasegawa  <isamu@yamato.ibm.com>
4182
4183         * posix/regex_internal.h: Add new member STOP to struct re_string_t.
4184         (re_string_eoi): Use STOP instead of LEN.
4185         * posix/regex_internal.c (re_string_allocate): Initialize pstr->len.
4186         (re_string_construct): Likewise.
4187         (re_string_reconstruct): Adjust pstr->stop like pstr->len.
4188         * posix/regexec.c (re_search_internal): Add a new argument STOP
4189         so that it can handle the argument STOP of re_search_2 and re_match_2
4190         correctly.
4191         (regexec): Adapt to new I/F of re_search_internal.
4192         (re_search_stub): Likewise.
4193
4194 2002-07-25  Ulrich Drepper  <drepper@redhat.com>
4195
4196         * sunrpc/clnt_gen.c: Don't include <sys/errno.h>.
4197
4198         * elf/dl-minimal.c: Remove definition of __assert_perror_fail.
4199
4200         * sysdeps/wordsize-32/divdi3.c: Define __divdi3_internal.
4201         * sysdeps/wordsize-32/lldiv.c: Make gcc use __divdi3_internal instead
4202         of __divdi3.
4203
4204         * sysdeps/unix/sysv/linux/adjtime.c: Use __adjtimex_internal.
4205         * sysdeps/unix/sysv/linux/ntp_gettime.c: Likewise.
4206         * sysdeps/unix/sysv/linux/syscalls.list: Add __adjtimex_internal
4207         alias for adjtimex syscall.
4208
4209         * elf/dl-minimal.c: Define __assert_fail_internal.
4210         * assert/assert.c: Likewise.
4211         * include/assert.h: Define __assert_file macro if !SHARED and not
4212         NOT_IN_libc.
4213
4214         * iconv/Makefile: Define NOT_IN_libc for objects in standalone
4215         programs.
4216         * locale/Makefile: Likewise.
4217         * nscd/Makefile: Likewise.
4218         * catgets/Makefile: Likewise.
4219
4220 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4221
4222         * libio/fileops.c (_IO_file_seekoff_mmap): Do use fp->_offset to
4223         compute current position.
4224
4225         * stdio-common/tst-fseek.c (main): Improve error messages.
4226
4227         * libio/tst-freopen.c (main): Remove unused variable.
4228
4229         * libio/fileops.c (_IO_file_seekoff_mmap): Set fp->_offset after
4230         succesful seek call.  Simplify error checking.
4231
4232 2002-07-25  Jakub Jelinek  <jakub@redhat.com>
4233
4234         * config.h.in: Use __ASSEMBLER__ test macro not ASSEMBLER.
4235         * sysdeps/ia64/fpu/libm_support.h: Likewise.
4236
4237 2002-07-19  Roland McGrath  <roland@frob.com>
4238
4239         * hurd/hurdsig.c (_hurdsig_getenv): Always return null if
4240         __libc_enable_secure is set.
4241
4242 2002-07-24  Roland McGrath  <roland@frob.com>
4243
4244         Added <ifaddrs.h> interface with functions `getifaddrs', `freeifaddrs'.
4245         This implementation supports only IPv4.
4246         * inet/ifaddrs.h: New file.
4247         * sysdeps/generic/ifaddrs.c: New file.
4248         * sysdeps/gnu/ifaddrs.c: New file.
4249         * inet/test-ifaddrs.c: New file.
4250         * inet/Makefile (routines): Add ifaddrs.
4251         (headers): Add ifaddrs.h here.
4252         (tests): Add test-ifaddrs.
4253         * inet/Versions (GLIBC_2.3): New set, add getifaddrs and freeifaddrs.
4254
4255         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Use an explicit
4256         socket call to get an AF_INET socket, instead of using __opensock.
4257         The SIOCGIFNETMASK ioctl will work only with a PF_INET socket.
4258
4259         * sysdeps/generic/ifreq.h (__ifreq): Take third argument SOCKFD,
4260         if not -1 use it instead of calling __opensock.
4261         * sysdeps/unix/sysv/linux/ifreq.h (__ifreq): Likewise.
4262         * sysdeps/mach/hurd/ifreq.h (__ifreq): Take new argument and ignore it.
4263         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Pass new argument.
4264
4265         * sysdeps/mach/hurd/ifreq.h: New file.
4266         * sysdeps/generic/ifreq.h (__if_freereq): Take second argument NUM_IFS.
4267         * sysdeps/unix/sysv/linux/ifreq.h (__if_freereq): Likewise.
4268         * resolv/res_hconf.c (_res_hconf_reorder_addrs): Update caller.
4269
4270         * libio/fileops.c (_IO_file_seekoff_mmap): Don't rely on FP->_offset,
4271         which gets moved around.  Calculate size of mmap'd buffer instead.
4272
4273 2002-07-24  Philip Blundell  <philb@gnu.org>
4274
4275         * sysdeps/unix/arm/brk.S: Improve schedule.
4276         * sysdeps/unix/sysv/linux/arm/socket.S (PUSHARGS_1): Use more
4277         efficient instruction.
4278         (__socket): Optimize return sequence.
4279
4280 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4281
4282         * sysdeps/unix/sysv/linux/opensock.c (__opensock): Prefer inet
4283         sockets on old kernels.
4284
4285 2002-07-22  Philip Blundell  <philb@gnu.org>
4286
4287         * sysdeps/unix/sysv/linux/arm/errlist.c: Remove extra weak alias
4288         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
4289         alias.
4290
4291 2002-07-24  Ulrich Drepper  <drepper@redhat.com>
4292
4293         * locale/hashval.h: Make more self-contained by defining LONG_BITS.
4294         * locale/programs/simple-hash.c: Remove LONG_BITS definition.
4295
4296         * locale/programs/locarchive.c (add_locale_to_archive): Correct
4297         test to detect duplicate locales.
4298
4299         * libio/fileops.c (_IO_new_file_seekoff): Fail if relative
4300         position would be before beginning of file.
4301         (_IO_file_seekoff_mmap): Likewise.
4302         * libio/Makefile (tests): Add bug-fseek.
4303         * libio/bug-fseek.c: New file.
4304
4305         * intl/explodename.c: Remove support for CEN-style locale variables.
4306         It was never used and shouldn't be since it's not portable.
4307         * intl/finddomain.c: Likewise.
4308         * intl/l10nflist.c: Likewise.
4309         * intl/loadinfo.h: Likewise.
4310         * locale/findlocale.c: Likewise.
4311
4312 2002-07-24  Roland McGrath  <roland@frob.com>
4313
4314         * libio/fileops.c (_IO_file_seekoff_mmap): When just examining the
4315         position, calculate it to take into account an active pushback buffer.
4316
4317         * libio/Makefile (tests): Add bug-ungetc.
4318         * libio/bug-ungetc.c: New file.
4319
4320 2002-07-23  Ulrich Drepper  <drepper@redhat.com>
4321
4322         * sysdeps/generic/libc-tls.c: New file.
4323         * csu/Makefile (routines): Add libc-tls.
4324         (static-only-routines): Add libc-tls.
4325         * elf/dl-support.c (_dl_phdr): New variable.
4326         (_dl_phnum): New variable.
4327         (_dl_aux_init): Initialize _dl_phdr and _dl_phnum from aux vector.
4328         * sysdeps/generic/libc-start.c (__libc_start_main): Reorganize code
4329         for !SHARED.  First look through auxiliary vector.  If TLS always
4330         call __pthread_initialize_minimal.
4331
4332         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Make sure size argument
4333         in mmap call is never zero.
4334
4335 2002-07-23  Andreas Jaeger  <aj@suse.de>
4336
4337         * sysdeps/x86_64/fpu/s_copysign.S: Use optimized version.
4338         * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
4339
4340 2002-07-22  Ulrich Drepper  <drepper@redhat.com>
4341
4342         * libio/tst-eof.c: Rewrite to let test-skeleton.c deal with
4343         creation and removal of the temp file.
4344
4345         * libio/bug-rewind.c: Use test skeleton.  Use create_temp_file for
4346         file creation.
4347         * test-skeleton.c (create_temp_file): New function.
4348
4349 2002-07-22  Andreas Jaeger  <aj@suse.de>
4350
4351         * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Use
4352         local label.
4353
4354 2002-07-21  Roland McGrath  <roland@frob.com>
4355
4356         * wcsmbs/Makefile (strtox-CFLAGS): New variable,
4357         put -I../include before -I../stdlib so we get the right errno.h et al.
4358         (CFLAGS-wcstod.c): Use that variable instead of -I../stdlib.
4359         (CFLAGS-wcstof.c): Likewise.
4360         (CFLAGS-wcstold.c): Likewise.
4361         (CFLAGS-wcstod_l.c): Likewise.
4362         (CFLAGS-wcstof_l.c): Likewise.
4363         (CFLAGS-wcstold_l.c): Likewise.
4364
4365 2002-07-19  Roland McGrath  <roland@frob.com>
4366
4367         * sysdeps/mach/hurd/errnos.awk: Remove __set_errno defn from output.
4368
4369 2002-07-20  Ulrich Drepper  <drepper@redhat.com>
4370
4371         * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define if
4372         __ASSUME_AT_XID is defined.
4373         * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_XID): Define
4374         for 2.4.1 and up.
4375         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Optimize handling
4376         of AT_UID, AT_EUID, AT_GID, and AT_EGID.
4377
4378         * wcsmbs/Makefile (CFLAGS-wcstod.c): Add -I../stdlib.
4379         (CFLAGS-wcstof.c): Likewise.
4380         (CFLAGS-wcstold.c): Likewise.
4381         (CFLAGS-wcstod_l.c): Likewise.
4382         (CFLAGS-wcstof_l.c): Likewise.
4383         (CFLAGS-wcstold_l.c): Likewise.
4384
4385 2002-07-18  Jakub Jelinek  <jakub@redhat.com>
4386
4387         * resource/sys/resource.h (__rlimit_resource_t, __rusage_who_t,
4388         __priority_which_t): Always typedef to int for C++.
4389
4390 2002-07-19  Ulrich Drepper  <drepper@redhat.com>
4391
4392         * configure.in: Add test for __thread support in compiler.
4393         * config.h.in: Add HAVE___THREAD.
4394         * Makefile (headers): Remove errno.h, sys/errno.h, and bits/errno.h.
4395         * include/sys/errno.h: Moved to...
4396         * stdlib/sys/errno.h: ...here.  New file.
4397         * stdlib/errno.h: New file.  Moved from...
4398         * include/errno.h: ...here.  Changed into an internal header defining
4399         libc-local things like __set_errno.
4400         * stdlib/Makefile (headers): Add errno.h, sys/errno.h, and
4401         bits/errno.h.
4402         * elf/dl-minimal.c: Include <tls.h>.  Define errno as thread-local
4403         variable if USE_TLS && HAVE___THREAD.  Don't define __errno_location
4404         either.
4405         * elf/rtld.c (_dl_start): Add code to initialize TLS for ld.so
4406         from...
4407         (_dl_start_final): ...here.  Add code to initialize tls elements from
4408         bootstrap_map.
4409         * sysdeps/generic/errno-loc.c: Define errno as thread-local variable
4410         if USE_TLS && HAVE___THREAD.
4411         * sysdeps/generic/bits/errno.h: Remove __set_errno definition.
4412         * sysdeps/mach/hurd/bits/errno.h: Likewise.
4413         * sysdeps/standalone/arm/bits/errno.h: Likewise.
4414         * sysdeps/standalone/bits/errno.h: Likewise.
4415         * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Likewise.
4416         * sysdeps/unix/sysv/aix/bits/errno.h: Likewise.
4417         * sysdeps/unix/sysv/hpux/bits/errno.h: Likewise.
4418         * sysdeps/unix/sysv/linux/bits/errno.h: Likewise.
4419         * sysdeps/unix/sysv/linux/hppa/bits/errno.h: Likewise.
4420         * sysdeps/unix/sysv/linux/mips/bits/errno.h: Likewise.
4421         * sysdeps/unix/sysv/sysv4/solaris2/bits/errno.h: Likewise.
4422         * sysdeps/i386/dl-machine.c (elf_machine_rel) [RTLD_BOOTSTRAP]: Don't
4423         use GL(dl_rtld_map), use map parameter.
4424         * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
4425         * sysdeps/unix/sysv/linux/i386/sysdep.S: Define errno in .tbss if
4426         USE_TLS && HAVE___THREAD.
4427         * sysdeps/unix/sysv/linux/i386/sysdep.h: Unify SETUP_PIC_REG
4428         definitions.  If USE_TLS && HAVE___THREAD store errooor value using
4429         TLS code sequence.
4430         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
4431
4432         * sysdeps/unix/sysv/linux/getcwd.c: No real need to restore errno.
4433         * sysdeps/unix/sysv/linux/grantpt.c: Likewise.
4434         * sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.
4435         * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
4436         * sysdeps/unix/sysv/linux/readv.c: Likewise.
4437         * sysdeps/unix/sysv/linux/writev.c: Likewise.
4438
4439 2002-07-17  Ulrich Drepper  <drepper@redhat.com>
4440
4441         * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Fix MS_SYNC and
4442         MS_INVALIDATE values.
4443
4444 2002-07-17  Andreas Schwab  <schwab@suse.de>
4445             Ulrich Drepper  <drepper@redhat.com>
4446
4447         * sysdeps/unix/sysv/linux/pread.c: Sign extend offset.
4448         * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
4449         * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
4450         * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
4451
4452 2002-07-01  H.J. Lu  <hjl@gnu.org>
4453
4454         * elf/circleload1.c (load_dso): Call "circlemod1" and check
4455         return value.
4456
4457         * elf/circlemod1.c (circlemod1): Return int.
4458         * elf/circlemod2.c (circlemod2): Likewise.
4459         * elf/circlemod2a.c (circlemod2): Likewise.
4460         * elf/circlemod3.c (circlemod3): Likewise.
4461         (circlemod3a): A new function.
4462
4463 2002-07-16  Ulrich Drepper  <drepper@redhat.com>
4464
4465         * catgets/tst-catgets.c (main): Don't expect results for
4466         untranslated messages.
4467
4468         * glibcbug.in: Fix little typo.  Remove STDIO.
4469
4470         * config.h.in: Fail if __FAST_MATH__ is defined.
4471         * math/Makefile (CPPFLAGS-test-ifloat.c): Also define TEST_FAST_MATH.
4472         (CPPFLAGS-test-idouble.c): Likewise.
4473         (CPPFLAGS-test-ildouble.c): Likewise.
4474
4475 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4476
4477         * intl/tst-gettext.sh: Pass -f option to msgfmt.
4478         * intl/tst-gettext.c: Correctly handle untranslated messages in
4479         positive tests.
4480
4481         * po/de.po: Update from translation team.
4482
4483 2002-07-02  H.J. Lu  <hjl@gnu.org>
4484
4485         * sysdeps/mips/atomicity.h: Don't include <sgidefs.h>.  Always
4486         use ll/sc.
4487         * sysdeps/unix/sysv/linux/mips/sys/tas.h: Likewise.
4488
4489         * sysdeps/unix/sysv/linux/configure.in: Set arch_minimum_kernel
4490         to 2.4.0 for mips.
4491
4492 2002-07-15  Ulrich Drepper  <drepper@redhat.com>
4493
4494         * elf/dl-load.c (_dl_map_object_from_fd): If loaded object uses
4495         TLS fail if USE_TLS is not defined.
4496
4497         * libio/wfileops.c (_IO_wfile_seekoff): Reposition wide pointers
4498         and adjust state for seek position.  [PR libc/4070]
4499         * libio/Makefile (tests): Add bug-rewind.
4500         * libio/bug-rewind.c: New file.
4501
4502 2002-07-12  Philip Blundell  <philb@gnu.org>
4503
4504         * sysdeps/generic/backtrace.c (FIRST_FRAME_POINTER): New macro.
4505         (__backtrace): Use it.
4506         * sysdeps/arm/frame.h (FIRST_FRAME_POINTER): Define.  [PR libc/2632]
4507
4508 2002-07-12  Philip Blundell  <philb@gnu.org>
4509
4510         * sysdeps/arm/dl-machine.h (elf_machine_rel): Don't handle
4511         R_ARM_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
4512         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
4513         (elf_machine_rela): Remove unused variable.
4514
4515         * sysdeps/unix/sysv/linux/arm/Makefile [subdir=elf]
4516         (sysdep-rtld-routines, sysdep_routines, sysdep-dl-routines): Don't
4517         define.
4518
4519 2002-07-12  Ulrich Drepper  <drepper@redhat.com>
4520
4521         * iconvdata/gconv-modules: Add aliases for ISO-8859-11.
4522
4523 2002-07-14  Andreas Jaeger  <aj@suse.de>
4524
4525         * sysdeps/x86_64/bits/link.h: Add biarch support.
4526
4527 2002-07-13  Andreas Jaeger  <aj@suse.de>
4528
4529         * sysdeps/unix/sysv/linux/mips/register-dump.h (register_dump):
4530         Use correct indices.
4531         Patch by Eliot Dresselhaus <eliot@ayrnetworks.com>.
4532
4533 2002-07-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
4534
4535         * sysdeps/s390/bits/byteswap.h: Unified 31/64 bit byteswap.h.
4536         * sysdeps/s390/s390-32/bits/byteswap.h: Remove.
4537         * sysdeps/s390/s390-64/bits/byteswap.h: Remove.
4538         * sysdeps/s390/bits/link.h: Unified 31/64 bit link.h.
4539         * sysdeps/s390/s390-32/bits/link.h: Remove.
4540         * sysdeps/s390/s390-64/bits/link.h: Remove.
4541         * sysdeps/s390/bits/setjmp.h: Unified 31/64 bit setjmp.h.
4542         * sysdeps/s390/s390-32/bits/setjmp.h: Remove.
4543         * sysdeps/s390/s390-64/bits/setjmp.h: Remove.
4544         * sysdeps/s390/bits/wordsize.h: New file.
4545         * sysdeps/unix/sysv/linux/s390/bits/elfclass.h: Unified 31/64 bit
4546         elfclass.h.
4547         * sysdeps/unix/sysv/linux/s390/s390-64/bits/elfclass.h: Remove.
4548         * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Unified 31/64 bit fcntl.h.
4549         * sysdeps/unix/sysv/linux/s390/s390-32/bits/fcntl.h: Remove.
4550         * sysdeps/unix/sysv/linux/s390/s390-64/bits/fcntl.h: Remove.
4551         * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Unified 31/64 bit ipc.h.
4552         * sysdeps/unix/sysv/linux/s390/s390-64/bits/ipc.h: Remove.
4553         * sysdeps/unix/sysv/linux/s390/bits/mman.h: Unified 31/64 bit mman.h.
4554         * sysdeps/unix/sysv/linux/s390/s390-32/bits/mman.h: Remove.
4555         * sysdeps/unix/sysv/linux/s390/s390-64/bits/mman.h: Remove.
4556         * sysdeps/unix/sysv/linux/s390/bits/msq.h: Unified 31/64 bit msq.h.
4557         * ysdeps/unix/sysv/linux/s390/s390-64/bits/msq.h: Remove.
4558         * sysdeps/unix/sysv/linux/s390/bits/resource.h: Unified 31/64 bit
4559         resource.h.
4560         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h: Remove.
4561         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h: Remove.
4562         * sysdeps/unix/sysv/linux/s390/bits/sem.h: Unified 31/64 bit sem.h.
4563         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sem.h: Remove.
4564         * sysdeps/unix/sysv/linux/s390/bits/shm.h: Unified 31/64 bit shm.h.
4565         * sysdeps/unix/sysv/linux/s390/s390-64/bits/shm.h: Remove.
4566         * sysdeps/unix/sysv/linux/s390/bits/sigaction.h: Unified 31/64 bit
4567         sigaction.h.
4568         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigaction.h: Remove.
4569         * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Unified 31/64 bit
4570         siginfo.h.
4571         * sysdeps/unix/sysv/linux/s390/s390-64/bits/siginfo.h: Remove.
4572         * sysdeps/unix/sysv/linux/s390/s390-64/bits/sigstack.h: Remove.
4573         * sysdeps/unix/sysv/linux/s390/bits/socket.h: Unified 31/64 bit
4574         socket.h.
4575         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Remove.
4576         * sysdeps/unix/sysv/linux/s390/bits/stat.h: Unified 31/64 bit stat.h.
4577         * sysdeps/unix/sysv/linux/s390/s390-32/bits/stat.h: Remove.
4578         * sysdeps/unix/sysv/linux/s390/s390-64/bits/stat.h: Remove.
4579         * sysdeps/unix/sysv/linux/s390/bits/types.h: Unified 31/64 bit types.h.
4580         * sysdeps/unix/sysv/linux/s390/s390-64/bits/types.h: Remove.
4581         * sysdeps/unix/sysv/linux/s390/net/route.h: New file.
4582         * sysdeps/unix/sysv/linux/s390/sys/procfs.h: Unified 31/64 bit
4583         procfs.h.
4584         * sysdeps/unix/sysv/linux/s390/s390-32/sys/procfs.h: Remove.
4585         * sysdeps/unix/sysv/linux/s390/s390-64/sys/procfs.h: Remove.
4586         * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Unified 31/64 bit
4587         ucontext.h.
4588         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Remove.
4589         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Remove.
4590
4591 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4592
4593         * Versions.def (libc): Add GLIBC_2.3.
4594         * stdlib/Versions [libc] (GLIBC_2.3): Add realpath.
4595         * stdlib/canonicalize.c: Add compatibility version for realpath
4596         and make new code available in GLIBC_2.3.
4597
4598 2002-07-06  Bruno Haible  <bruno@clisp.org>
4599
4600         * malloc/hooks.c (public_gET_STATe): Access max_total_mem in mp_.
4601
4602 2002-07-11  Ulrich Drepper  <drepper@redhat.com>
4603
4604         * resolv/res_hconf.c (_res_hconf_init): Move code into new
4605         function do_init.  Use __libc_once.
4606         (do_init): New function.
4607
4608         * iconvdata/iso8859-11.h: Removed.
4609         * iconvdata/Makefile (gen-8bit-gap-modules): Add iso8859-11.
4610         (distribute): Remove iso8859-11.h.
4611         * iconvdata/tst-tables.sh: Add ISO-8859-11.
4612
4613         * stdio-common/vfscanf.c (inchar): Restore errno from previous
4614         underflow operation if c == (W)EOF.
4615
4616 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4617
4618         * stdio-common/printf_fp.c (__printf_fp): If _FPIO_CONST_SHIFT is
4619         non-zero, adjust exponent.
4620         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl, erfl, __erfcl, erfcl):
4621         Remove NO_LONG_DOUBLE aliases.
4622         * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l, expm1l): Likewise.
4623         * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl, log1pl): Likewise.
4624         (__log1pl): Raise divide by zero and invalid exceptions when needed.
4625         * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Special case
4626         1**y and -1**+-Inf.
4627         * sysdeps/ieee754/ldbl-128/ldbl2mpn.c (__mpn_extract_long_double):
4628         Fix BITS_PER_MP_LIMB 32 extraction.
4629         * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Don't raise
4630         exceptions for qNaNs.
4631         * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Likewise.
4632         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgamma_r):
4633         Raise exceptions when needed.  Don't recurse unnecessarily.
4634         Special case 1.0L and 2.0L arguments to avoid -0.0L as result.
4635         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_y0l): Don't raise
4636         exceptions for qNaNs.
4637         * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Make qs 64-bit
4638         to fix *quo return value sign.
4639         * sysdeps/ieee754/ldbl-128/e_gammal_r.c (__ieee754_gamma_r): Special
4640         case -Inf argument.
4641         * soft-fp/op-4.h (_FP_FRAC_CLZ_4): Fix a pasto.
4642
4643 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4644
4645         * libio/tst-eof.c (do_test): Remove unused ch and tm variables.
4646         * iconvdata/iso-2022-jp-3.c (EMIT_SHIFT_TO_INIT): Kill warnings if
4647         -DNDEBUG.
4648
4649 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4650
4651         * malloc/hooks.c (realloc_check): If mremap succeeds actually use
4652         the result.
4653
4654         * sysdeps/i386/i486/bits/string.h: Add early clobber for "a"
4655         output parameter.  Reported by Denis Zaitsev <zzz@cd-club.ru>.
4656
4657         * Versions.def (libthread_db): Add GLIBC_2.3.
4658
4659 2002-07-09  Jakub Jelinek  <jakub@redhat.com>
4660
4661         * libio/freopen.c (freopen): Reset jump tables, use mmap stdio for the
4662         new stream if possible.
4663         * libio/freopen64.c (freopen64): Likewise.
4664         * libio/Makefile (tests): Add tst-freopen.
4665         * libio/tst-freopen.c: New file.
4666
4667 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4668
4669         * libio/stdio.h (obstack_printf): Add format attribute.
4670         (obstack_vprintf): Likewise.
4671
4672 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4673
4674         * posix/regex_internal.h (re_token_t): Shrink the structure to 8
4675         resp. 16 bytes on 32-bit resp. 64-bit platforms.
4676         (re_charset_t, re_string_t): Reorder structure members for 64-bit
4677         architectures.
4678
4679 2002-07-04  Jakub Jelinek  <jakub@redhat.com>
4680
4681         * posix/regcomp.c (re_compile_internal): Move clearing of dfa...
4682         (init_dfa): ...here.
4683
4684 2002-07-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
4685
4686         * posix/regcomp.c (parse_sub_exp): Add nodes OP_OPEN_SUBEXP and
4687         OP_CLOSE_SUBEXP at both ends of sub expressions instead of SUBEXP
4688         nodes in parse trees.
4689         (calc_first): Fix the Definition of `firsts' of OP_OPEN_SUBEXP
4690         and OP_CLOSE_SUBEXP, and remove the definition of SUBEXP.
4691         (calc_epsdest): Treat OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP as the
4692         nodes which can epsilon transit.
4693         * posix/regex_internal.h: Add OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP
4694         to IS_EPSILON_NODE macro.
4695         * posix/regexec.c (update_regs): New function to update registers
4696         by refering OP_OPEN_SUBEXP and OP_CLOSE_SUBEXP nodes.
4697         (proceed_next_node): Use the entities of the nodes to determine
4698         whether the node can transit to.
4699         (set_regs): Use update_regs function to update registers.
4700
4701 2002-07-03  Jakub Jelinek  <jakub@redhat.com>
4702
4703         * posix/bug-regex4.c (main): Remove duplicate setlocale.
4704         * posix/bug-regex6.c: New file.
4705         * posix/Makefile (tests): Add bug-regex6.
4706         (bug-regex6-ENV): Set LOCPATH.
4707
4708 2002-07-10  Ulrich Drepper  <drepper@redhat.com>
4709
4710         * Versions.def [libpthread]: Add GLIBC_2.2.6.
4711         * posix/Versions [libc] (GLIBC_2.2.6): Add __nanosleep.
4712
4713 2002-07-06  Bruno Haible  <bruno@clisp.org>
4714
4715         * sysdeps/unix/sysv/sysv4/bits/sigset.h (__NSSBITS): Correct value.
4716
4717 2002-07-06  Bruno Haible  <bruno@clisp.org>
4718
4719         * include/sys/socket.h (__libc_sendto, __libc_recvfrom): New
4720         declarations.
4721
4722         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps for AMD K7.
4723
4724         * rt/Makefile (tests): Don't add tst-aio* in a single-threaded build.
4725
4726         * sysdeps/unix/bsd/sun/sunos4/bits/utsname.h: Test for _SYS_UTSNAME_H,
4727         not _UTSNAME_H.
4728         * sysdeps/unix/bsd/ultrix4/bits/utsname.h: Likewise.
4729
4730         * sysdeps/generic/bits/stropts.h: Protect against direct inclusion.
4731         * sysdeps/generic/bits/ustat.h: Likewise.
4732
4733         * sysdeps/unix/sysv/linux/bits/statvfs.h (ST_NODIRATIME): Set to 2048.
4734
4735 2002-07-08  Andreas Jaeger  <aj@suse.de>
4736
4737         * sysdeps/x86_64/elf/initfini.c (__asm__): Call call_gmon_start.
4738
4739 2002-07-08  Andreas Jaeger  <aj@suse.de>
4740
4741         * sysdeps/x86_64/fpu/s_fdiml.S: Fix wrong register name.
4742
4743 2002-07-06  Andreas Jaeger  <aj@suse.de>
4744
4745         * sysdeps/x86_64/fpu/bits/mathinline.h: New file.
4746         * sysdeps/x86_64/fpu/s_copysign.S: New file.
4747         * sysdeps/x86_64/fpu/s_copysignf.S: New file.
4748         * sysdeps/x86_64/fpu/s_copysignl.S: New file.
4749         * sysdeps/x86_64/fpu/s_finitel.S: New file.
4750         * sysdeps/x86_64/fpu/s_fmax.S: New file.
4751         * sysdeps/x86_64/fpu/s_fmaxf.S: New file.
4752         * sysdeps/x86_64/fpu/s_fmaxl.S: New file.
4753         * sysdeps/x86_64/fpu/s_fmin.S: New file.
4754         * sysdeps/x86_64/fpu/s_fminf.S: New file.
4755         * sysdeps/x86_64/fpu/s_fminl.S: New file.
4756
4757 2002-06-05  Brian Youmans <3diff@gnu.org>
4758
4759         * sysdeps/ia64/fpu/e_acos.S: Added text of Intel license.
4760         * sysdeps/ia64/fpu/e_acosf.S: Likewise.
4761         * sysdeps/ia64/fpu/e_acosl.S: Likewise.
4762         * sysdeps/ia64/fpu/e_asin.S: Likewise.
4763         * sysdeps/ia64/fpu/e_asinf.S: Likewise.
4764         * sysdeps/ia64/fpu/e_asinl.S: Likewise.
4765         * sysdeps/ia64/fpu/e_atan2.S: Likewise.
4766         * sysdeps/ia64/fpu/e_atan2f.S: Likewise.
4767         * sysdeps/ia64/fpu/e_cosh.S: Likewise.
4768         * sysdeps/ia64/fpu/e_coshf.S: Likewise.
4769         * sysdeps/ia64/fpu/e_coshl.S: Likewise.
4770         * sysdeps/ia64/fpu/e_exp.S: Likewise.
4771         * sysdeps/ia64/fpu/e_expf.S: Likewise.
4772         * sysdeps/ia64/fpu/e_fmod.S: Likewise.
4773         * sysdeps/ia64/fpu/e_fmodf.S: Likewise.
4774         * sysdeps/ia64/fpu/e_fmodl.S: Likewise.
4775         * sysdeps/ia64/fpu/e_hypot.S: Likewise.
4776         * sysdeps/ia64/fpu/e_hypotf.S: Likewise.
4777         * sysdeps/ia64/fpu/e_hypotl.S: Likewise.
4778         * sysdeps/ia64/fpu/e_log.S: Likewise.
4779         * sysdeps/ia64/fpu/e_logf.S: Likewise.
4780         * sysdeps/ia64/fpu/e_pow.S: Likewise.
4781         * sysdeps/ia64/fpu/e_powf.S: Likewise.
4782         * sysdeps/ia64/fpu/e_powl.S: Likewise.
4783         * sysdeps/ia64/fpu/e_remainder.S: Likewise.
4784         * sysdeps/ia64/fpu/e_remainderf.S: Likewise.
4785         * sysdeps/ia64/fpu/e_remainderl.S: Likewise.
4786         * sysdeps/ia64/fpu/e_scalb.S: Likewise.
4787         * sysdeps/ia64/fpu/e_scalbf.S: Likewise.
4788         * sysdeps/ia64/fpu/e_scalbl.S: Likewise.
4789         * sysdeps/ia64/fpu/e_sinh.S: Likewise.
4790         * sysdeps/ia64/fpu/e_sinhf.S: Likewise.
4791         * sysdeps/ia64/fpu/e_sinhl.S: Likewise.
4792         * sysdeps/ia64/fpu/e_sqrt.S: Likewise.
4793         * sysdeps/ia64/fpu/e_sqrtf.S: Likewise.
4794         * sysdeps/ia64/fpu/e_sqrtl.S: Likewise.
4795         * sysdeps/ia64/fpu/libm_atan2_req.S: Likewise.
4796         * sysdeps/ia64/fpu/libm_error.c: Likewise.
4797         * sysdeps/ia64/fpu/libm_frexp4.S: Likewise.
4798         * sysdeps/ia64/fpu/libm_frexp4f.S: Likewise.
4799         * sysdeps/ia64/fpu/s_frexpl.c: Likewise.
4800         * sysdeps/ia64/fpu/s_ilogb.S: Likewise.
4801         * sysdeps/ia64/fpu/s_ilogbf.S: Likewise.
4802         * sysdeps/ia64/fpu/s_ilogbl.S: Likewise.
4803         * sysdeps/ia64/fpu/s_ldexp.S: Likewise.
4804         * sysdeps/ia64/fpu/s_ldexpf.S: Likewise.
4805         * sysdeps/ia64/fpu/s_ldexpl.S: Likewise.
4806         * sysdeps/ia64/fpu/s_log1p.S: Likewise.
4807         * sysdeps/ia64/fpu/s_log1pf.S: Likewise.
4808         * sysdeps/ia64/fpu/s_log1pl.S: Likewise.
4809         * sysdeps/ia64/fpu/s_logb.S: Likewise.
4810         * sysdeps/ia64/fpu/s_logbf.S: Likewise.
4811         * sysdeps/ia64/fpu/s_logbl.S: Likewise.
4812         * sysdeps/ia64/fpu/s_modf.S: Likewise.
4813         * sysdeps/ia64/fpu/s_modff.S: Likewise.
4814         * sysdeps/ia64/fpu/s_modfl.S: Likewise.
4815         * sysdeps/ia64/fpu/s_nearbyint.S: Likewise.
4816         * sysdeps/ia64/fpu/s_nearbyintf.S: Likewise.
4817         * sysdeps/ia64/fpu/s_nearbyintl.S: Likewise.
4818         * sysdeps/ia64/fpu/s_rint.S: Likewise.
4819         * sysdeps/ia64/fpu/s_rintf.S: Likewise.
4820         * sysdeps/ia64/fpu/s_rintl.S: Likewise.
4821         * sysdeps/ia64/fpu/s_round.S: Likewise.
4822         * sysdeps/ia64/fpu/s_roundf.S: Likewise.
4823         * sysdeps/ia64/fpu/s_roundl.S: Likewise.
4824         * sysdeps/ia64/fpu/s_scalbn.S: Likewise.
4825         * sysdeps/ia64/fpu/s_scalbnf.S: Likewise.
4826         * sysdeps/ia64/fpu/s_scalbnl.S: Likewise.
4827         * sysdeps/ia64/fpu/s_significand.S: Likewise.
4828         * sysdeps/ia64/fpu/s_significandf.S: Likewise.
4829         * sysdeps/ia64/fpu/s_significandl.S: Likewise.
4830         * sysdeps/ia64/fpu/s_tan.S: Likewise.
4831         * sysdeps/ia64/fpu/s_tanf.S: Likewise.
4832         * sysdeps/ia64/fpu/s_tanl.S: Likewise.
4833         * sysdeps/ia64/fpu/s_trunc.S: Likewise.
4834         * sysdeps/ia64/fpu/s_truncf.S: Likewise.
4835         * sysdeps/ia64/fpu/s_truncl.S: Likewise.
4836         * sysdeps/ieee754/dbl-64/doasin.c: Changed copyright notice to
4837         reflect IBM donation of math library to FSF
4838         * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
4839         * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
4840         * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
4841         * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
4842         * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
4843         * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
4844         * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
4845         * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
4846         * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
4847         * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
4848         * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
4849         * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
4850         * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
4851         * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
4852         * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
4853         * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
4854         * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
4855         * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
4856         * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
4857         * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
4858         * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
4859         * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
4860         * sysdeps/gnu/netinet/udp.h: Added BSD copying permission notice
4861         * sysdeps/vax/__longjmp.c: Likewise.
4862         * sysdeps/vax/setjmp.c: Likewise.
4863         * libio/filedoalloc.c: Fixed BSD copying permission notice to
4864         remove advertising clause
4865         * sysdeps/vax/htonl.s: Likewise.
4866         * sysdeps/vax/htons.s: Likewise.
4867         * libio/wfiledoalloc.c: Likewise.
4868         * stdlib/random.c: Likewise.
4869         * stdlib/random_r.c: Likewise.
4870         * sysdeps/mach/sys/reboot.h: Likewise.
4871         * inet/getnameinfo.c: Deleted advertising clause from Inner Net License
4872         * sysdeps/posix/getaddrinfo.c: Likewise.
4873         * sunrpc/des_impl.c: Updated license permission notice to Lesser
4874         GPL and corrected pointer to point to the correct license.
4875
4876 2002-07-04  Andreas Jaeger  <aj@suse.de>
4877
4878         * scripts/config.guess: New upstream version.
4879         * scripts/config.sub: Likewise.
4880
4881 2002-07-02  Andreas Schwab  <schwab@suse.de>
4882
4883         * resolv/nss_dns/dns-network.c (getanswer_r): Reduce linebuflen
4884         in parallel to bumping up the buffer pointer.
4885
4886 2002-07-01  Jakub Jelinek  <jakub@redhat.com>
4887
4888         * math/libm-test.inc (acos_test): Add missing L suffix for
4889         expected result.
4890         (cpow_test): Likewise.
4891         * sysdeps/i386/fpu/libm-test-ulps: Adjust errors for cpow, remove
4892         error for acos (0.0625).
4893
4894 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4895
4896         * locale/iso-639.def: Add entry for Ganda.
4897         * locale/programs/ld-address.c (DEFINE_LANGUAGE_CODE3): New
4898         definition.
4899         (address_finish): Handle entries with two letter ISO 639 code.
4900
4901         * iconvdata/Makefile: Recreate gconv-modules.cache file in target
4902         directory if it existed before.
4903         * iconv/iconvconfig.c: Implement --prefix option.
4904
4905         * math/libm-test.inc (cexp_test): Add missing L suffix for
4906         expected result.  Reported by Stephen L Moshier <steve@moshier.net>.
4907         * sysdeps/i386/fpu/libm-test-ulps: Adjust error for cexp (0.75 +
4908         1.25 i).
4909
4910 2002-05-29  H.J. Lu  <hjl@gnu.org>
4911
4912         * elf/dl-error.c (_dl_signal_cerror): Report error if ld.so debug
4913         is turned on.
4914
4915 2002-05-28  H.J. Lu  <hjl@gnu.org>
4916
4917         * elf/dl-deps.c (_dl_map_object_deps): Don't add objects which
4918         are not dlopened on the dependency list of a dlopened object.
4919
4920 2002-06-30  Ulrich Drepper  <drepper@redhat.com>
4921
4922         * elf/dl-lookup.c (add_dependency): It is not necessary to add
4923         dependencies if they are created between objects which are created
4924         while processing RTLD_NOW for objects loaded as part of the same
4925         dlopen call.
4926
4927 2002-06-14  H.J. Lu  <hjl@gnu.org>
4928
4929         * elf/Makefile (tests): Add circleload1.
4930         (modules-names): Add circlemod1, circlemod2, circlemod3,
4931         circlemod1a, circlemod2a and circlemod3a.
4932         ($(objpfx)circleload1): New target.
4933         ($(objpfx)circleload1.out): Likewise.
4934         ($(objpfx)circlemod1.so): Likewise.
4935         ($(objpfx)circlemod2.so): Likewise.
4936         ($(objpfx)circlemod1a.so): Likewise.
4937         ($(objpfx)circlemod2a.so): Likewise.
4938         * elf/circleload1.c: New file.
4939         * elf/circlemod1.c: New file.
4940         * elf/circlemod1a.c: New file.
4941         * elf/circlemod2.c: New file.
4942         * elf/circlemod2a.c: New file.
4943         * elf/circlemod3.c: New file.
4944         * elf/circlemod3a.c: New file.
4945
4946 2002-06-18  Amos Waterland  <apw@us.ibm.com>
4947
4948         * sysdeps/pthread/aio_cancel.c (aio_cancel): Add check for invalid
4949         file descriptor.
4950         * sysdeps/pthread/aio_fsync.c (aio_fsync): Add check for invalid fd;
4951         add check for fd not open for writing.
4952
4953         * sysdeps/pthread/aio_suspend.c (aio_suspend): Add check for
4954         completed element(s) and do not suspend thread if so.  Patch
4955         heavily modified by drepper.
4956
4957         * rt/tst-aio7.c: New file.  Regression test for problems which the
4958         above three changes fix.
4959         * rt/Makefile (tests): Add tst-aio7.
4960
4961 2002-06-29  Ulrich Drepper  <drepper@redhat.com>
4962
4963         * rt/tst-aio6.c: Fix comment.
4964
4965         * catgets/gencat.c (read_input_file): Handle more than one slash
4966         at end of line correctly [PR libc/3926].
4967         Based on a patch by Steven Kim <steven.kim@peregrine.com>.
4968
4969         * catgets/sample.SJIS: Add test case for above bug.
4970         * catgets/test-gencat.c: Adjust test code.
4971         * catgets/test-gencat.sh: Adjust expected results.
4972
4973         * elf/do-rel.h (elf_dynamic_do_rel): Avoid overflow in computation
4974         to skip relative relocations.
4975         Patch by Geoff Keating <geoffk@redhat.com>.
4976
4977 2002-05-26  Bruno Haible  <bruno@clisp.org>
4978
4979         * iconv/loop.c (STANDARD_FROM_LOOP_ERR_HANDLER): New macro.
4980         (STANDARD_TO_LOOP_ERR_HANDLER): Renamed from STANDARD_ERR_HANDLER.
4981         All callers changed.
4982         * iconv/gconv_simple.c (ascii_internal_loop): For error handling use
4983         STANDARD_FROM_LOOP_ERR_HANDLER.
4984         (utf8_internal_loop): Likewise.
4985         (ucs2_internal_loop): Likewise.
4986         (internal_ucs2_loop): Perform error handling like in
4987         STANDARD_FROM_LOOP_ERR_HANDLER.
4988         * iconvdata/unicode.c (BODY for TO_LOOP): Perform error handling like
4989         in STANDARD_FROM_LOOP_ERR_HANDLER.
4990         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4991         handling.
4992         * iconvdata/utf-16.c (BODY for TO_LOOP): Perform error handling like
4993         in STANDARD_FROM_LOOP_ERR_HANDLER.
4994         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4995         handling.
4996         * iconvdata/utf-32.c (BODY for TO_LOOP): Perform error handling like
4997         in STANDARD_FROM_LOOP_ERR_HANDLER.
4998         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
4999         handling.
5000         * iconvdata/big5.c (BODY for FROM_LOOP): For error handling use
5001         STANDARD_FROM_LOOP_ERR_HANDLER.
5002         * iconvdata/iso-2022-jp.c (BODY for FROM_LOOP): Likewise.
5003         * iconvdata/8bit-gap.c (BODY for FROM_LOOP): Likewise.
5004         * iconvdata/8bit-generic.c (BODY for FROM_LOOP): Likewise.
5005         * iconvdata/ansi_x3.110.c (BODY for FROM_LOOP): Likewise.
5006         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Likewise.
5007         * iconvdata/cp1255.c (BODY for FROM_LOOP): Likewise.
5008         * iconvdata/cp1258.c (BODY for FROM_LOOP): Likewise.
5009         * iconvdata/euc-cn.c (BODY for FROM_LOOP): Likewise.
5010         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Likewise.
5011         * iconvdata/euc-jp.c (BODY for FROM_LOOP): Likewise.
5012         * iconvdata/euc-kr.c (BODY for FROM_LOOP): Likewise.
5013         * iconvdata/euc-tw.c (BODY for FROM_LOOP): Likewise.
5014         * iconvdata/big5hkscs.c (BODY for FROM_LOOP): Likewise.
5015         * iconvdata/gb18030.c (BODY for FROM_LOOP): Likewise.
5016         * iconvdata/gbk.c (BODY for FROM_LOOP): Likewise.
5017         * iconvdata/iso-2022-cn-ext.c (BODY for FROM_LOOP): Likewise.
5018         * iconvdata/iso-2022-cn.c (BODY for FROM_LOOP): Likewise.
5019         * iconvdata/iso-2022-jp-3.c (BODY for FROM_LOOP): Likewise.
5020         * iconvdata/iso-2022-kr.c (BODY for FROM_LOOP): Likewise.
5021         * iconvdata/iso646.c (BODY for FROM_LOOP): Likewise.
5022         * iconvdata/iso_6937-2.c (BODY for FROM_LOOP): Likewise.
5023         * iconvdata/iso_6937.c (BODY for FROM_LOOP): Likewise.
5024         * iconvdata/johab.c (BODY for FROM_LOOP): Likewise.
5025         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5026         * iconvdata/sjis.c (BODY for FROM_LOOP): Likewise.
5027         * iconvdata/t.61.c (BODY for FROM_LOOP): Likewise.
5028         * iconvdata/uhc.c (BODY for FROM_LOOP): Likewise.
5029         * iconvdata/utf-7.c (BODY for FROM_LOOP): Likewise.
5030         * iconvdata/gbbig5.c (BODY for FROM_LOOP): Likewise.  When ignoring
5031         an error, still set result = __GCONV_ILLEGAL_INPUT.
5032         (BODY for TO_LOOP): Likewise.
5033         * iconvdata/ibm930.c (BODY for FROM_LOOP): For error handling use
5034         STANDARD_FROM_LOOP_ERR_HANDLER.
5035         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5036         * iconvdata/ibm932.c: Include <dlfcn.h> and <stdint.h>.
5037         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5038         handling.
5039         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5040         * iconvdata/ibm933.c (BODY for FROM_LOOP): For error handling use
5041         STANDARD_FROM_LOOP_ERR_HANDLER.
5042         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5043         * iconvdata/ibm935.c (BODY for FROM_LOOP): For error handling use
5044         STANDARD_FROM_LOOP_ERR_HANDLER.
5045         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5046         * iconvdata/ibm937.c (BODY for FROM_LOOP): For error handling use
5047         STANDARD_FROM_LOOP_ERR_HANDLER.
5048         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5049         * iconvdata/ibm939.c (BODY for FROM_LOOP): For error handling use
5050         STANDARD_FROM_LOOP_ERR_HANDLER.
5051         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5052         * iconvdata/ibm943.c: Include <dlfcn.h> and <stdint.h>.
5053         (BODY for FROM_LOOP): Use STANDARD_FROM_LOOP_ERR_HANDLER for error
5054         handling.
5055         (BODY for TO_LOOP): Here use STANDARD_TO_LOOP_ERR_HANDLER.
5056         * iconvdata/gbgbk.c (BODY for FROM_LOOP): Update.
5057         * iconvdata/iso8859-1.c (BODY for TO_LOOP): Update.
5058         * iconvdata/tcvn5712-1.c (BODY for TO_LOOP): Update.
5059
5060 2002-06-28  Kaz Kojima  <kkojima@rr.iij4u.or.jp>
5061
5062         * sysdeps/sh/dl-machine.h (elf_machine_load_address): Use local
5063         labels in assembler instructions.
5064
5065 2002-06-25  Ulrich Drepper  <drepper@redhat.com>
5066
5067         * libio/fileops.c (_IO_file_xsgetn_mmap): Always set EOF flag if
5068         not enough content is available.
5069         * libio/tst-eof.c: New file.
5070         * libio/Makefile (tests): Add tst-eof.
5071
5072         * libio/fileops.c (_IO_file_underflow_mmap): Read a single byte to
5073         update atime.
5074         * libio/tst-atime.c: New file.
5075         * libio/Makefile (tests): Add tst-atime.
5076
5077         * argp/argp-fmtstream.c (__argp_fmtstream_update): Avoid crash in
5078         handling of overly long words.
5079
5080 2002-06-25  Andreas Jaeger  <aj@suse.de>
5081
5082         * sysdeps/x86-64/dl-machine.h (elf_machine_load_address): Rewrite
5083         to not use 32-bit pc relative relocations.
5084         (elf_machine_dynamic): Likewise.
5085
5086 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5087
5088         * sysdeps/unix/sysv/linux/getdents.c [__ASSUME_GETDENTS64_SYSCALL]
5089         (__GETDENTS): Check for failed getdents64 syscall.
5090         * dirent/Makefile (tests): Add bug-readdir1.
5091         * dirent/bug-readdir1.c: New file.
5092
5093 2002-06-17  Jakub Jelinek  <jakub@redhat.com>
5094
5095         * elf/dl-lookup.c (_dl_debug_bindings): Use type_class 4 for TLS
5096         lookups.
5097         * elf/rtld.c (dl_main): Move TLS setup code before LD_TRACE_PRELINKING
5098         code.  Print TLS modid and offset for modules containing PT_TLS
5099         segments.
5100
5101 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5102
5103         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5104         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5105         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5106         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5107
5108 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5109
5110         * nss/getXXbyYY_r.c (NEW, NEW1): Define.
5111         (NEW (REENTRANT_NAME)): Strong alias to INTERNAL (REENTRANT_NAME).
5112         (REENTRANT_NAME@@GLIBC_2.1.2): Use NEW (REENTRANT_NAME).
5113         * nss/getXXent_r.c (NEW, NEW1): Define.
5114         (NEW (REENTRANT_GETNAME)): Strong alias to
5115         INTERNAL (REENTRANT_GETNAME).
5116         (REENTRANT_GETNAME@@GLIBC_2.1.2): Use NEW (REENTRANT_GETNAME).
5117
5118 2002-06-21  Ulrich Drepper  <drepper@redhat.com>
5119
5120         * libio/fileops.c (_IO_file_setbuf_mmap): New function.
5121         (_IO_file_jumps_mmap): Use it.
5122         * libio/iosetvbuf.c: Don't call _IO_WSETBUF.
5123         * libio/libioP.h: Remove _IO_wdefault_setbuf and
5124         _IO_wdefault_setbuf_internal prorotypes.  Add _IO_file_setbuf_mmap
5125         prototype.
5126         * libio/wfileops.c (_IO_wfile_setbuf): Removed.
5127         (_IO_wfile_jumps_mmap): Don't use it anymore.
5128         * libio/wgenops.c (_IO_wdefault_setbuf): Removed.
5129         * libio/memstream.c (_IO_wmem_jumps): Use _IO_default_setbuf not
5130         _IO_wdefault_setbuf.
5131         * libio/vswprintf.c (_IO_wstrn_jumps): Likewise.
5132         * libio/wstrops.c (_IO_wstr_jumps): Likewise.
5133         * stdio-common/vfprintf.c (_IO_helper_jumps): Likewise.
5134
5135 2002-06-05  Jakub Jelinek  <jakub@redhat.com>
5136
5137         * libio/Makefile (tests): Add tst-mmap-setvbuf.
5138         * libio/tst-mmap-setvbuf.c: New test.
5139
5140 2002-06-21  Andreas Jaeger  <aj@suse.de>
5141
5142         * sysdeps/i386/fpu/libm-test-ulps: Add some ulps from my P3.
5143
5144 2002-06-18  Jakub Jelinek  <jakub@redhat.com>
5145
5146         * include/unistd.h (__fork_internal): Remove.
5147         (__fork): Don't define to __fork_internal.
5148         * sysdeps/mach/hurd/fork.c (__fork): Remove INTDEF.
5149         * sysdeps/unix/sysv/aix/fork.c (__fork): Likewise.
5150         * sysdeps/unix/sysv/linux/ia64/fork.S (__fork_internal): Remove alias.
5151         * sysdeps/unix/sysv/linux/sparc/fork.S (__fork_internal): Likewise.
5152         * sysdeps/unix/sysv/linux/syscalls.list (__fork_internal): Likewise.
5153
5154 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5155
5156         * po/hr.po: New file.
5157
5158 2002-06-11  Wolfram Gloger  <wg@malloc.de>
5159
5160         * malloc/malloc.c: Fix error path when new_heap() returns NULL.
5161         Reported by Michael Meissner <meissner@redhat.com>.
5162
5163 2002-06-20  Ulrich Drepper  <drepper@redhat.com>
5164
5165         * sysdeps/unix/sysv/linux/ia64/getcontext.S: Fix typo.
5166         Patch by Hans Boehm <hans_boehm@hp.com>.
5167
5168 2002-06-20  Andreas Jaeger  <aj@suse.de>
5169
5170         * math/libm-test.inc: Use exact values as input parameters,
5171         compute output parameters with 36 digits for 128-bit long doubles.
5172         * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
5173         * sysdeps/x86-64/fpu/libm-test-ulps: Regenerated.
5174         * sysdeps/ia64/fpu/libm-test-ulps: Regenerated.
5175
5176 2002-06-13  Stephen L Moshier  <steve@moshier.net>
5177
5178         * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Fix cases in which
5179         argument or result is subnormal.
5180
5181 2002-06-19  Ulrich Drepper  <drepper@redhat.com>
5182
5183         * sysdeps/i386/fpu/s_remquo.S: Fix three mistakes in computing the
5184         quotient.
5185         * sysdeps/i386/fpu/s_remquof.S: Likewise.
5186         * sysdeps/i386/fpu/s_remquol.S: Likewise.
5187
5188         * sysdeps/hppa/dl-machine.h: Don't use multi-line string literals.
5189
5190 2002-06-17  David Mosberger  <davidm@hpl.hp.com>
5191
5192         * sysdeps/unix/sysv/linux/ia64/sys/ucontext.h (uc_sigmask): Fix
5193         typo: corresponding sigcontext field is called sc_mask, not sc_sigmask.
5194         Reported by Peter A. Buhr.
5195
5196 2002-06-15  Roland McGrath  <roland@frob.com>
5197
5198         * sysdeps/mach/hurd/mmap.c (__mmap): Add a dead case that quiets a
5199         warning.
5200
5201         * sysdeps/mach/hurd/getcwd.c
5202         (_hurd_canonicalize_directory_name_internal): unsigned int -> size_t
5203
5204         * sysdeps/unix/sysv/linux/bits/ustat.h: Moved to ...
5205         * sysdeps/generic/bits/ustat.h: ... here (was almost identical).
5206
5207         * sysdeps/alpha/divrem.h: Use local label instead of global one for
5208         jump to local subroutine.
5209
5210 2002-06-14  Roland McGrath  <roland@frob.com>
5211
5212         * sysdeps/mach/hurd/i386/Makeconfig: File moved to ...
5213         * sysdeps/mach/hurd/Makeconfig: ... here.
5214
5215 2002-06-13  Andreas Schwab  <schwab@suse.de>
5216
5217         * sysdeps/m68k/fpu/s_finite.c: Remove INTDEF.
5218         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
5219         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
5220
5221 2002-06-13  Roland McGrath  <roland@frob.com>
5222
5223         * hurd/hurdstartup.h (_hurd_startup): int -> intptr_t in MAIN arg type.
5224         * hurd/hurdstartup.c (_hurd_startup): Likewise.
5225         Use intptr_t instead of int for argc in stack layout.
5226         * sysdeps/mach/hurd/alpha/init-first.c (init): Fix argument type.
5227         (_dl_init_first): Likewise.
5228         (_hurd_stack_setup): Likewise.
5229         (init1): Add a cast.
5230         * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start: go): Fix arg type.
5231
5232         * sysdeps/mach/hurd/if_index.c (if_nameindex): Use size_t for AMOUNT
5233         argument to pfinet_siocgifconf RPC.
5234
5235 2002-06-13  Andreas Schwab  <schwab@suse.de>
5236
5237         * sysdeps/m68k/fpu/s_isinf.c (INTDEFX): Define to get correct
5238         expansion order.
5239
5240 2002-06-12  Roland McGrath  <roland@frob.com>
5241
5242         * sysdeps/generic/tmpfile.c [USE_IN_LIBIO] (tmpfile): Don't #define
5243         if already defined.
5244         [USE_IN_LIBIO]: Conditionalize versioned_symbol use on
5245         [GEN_THIS == __GT_FILE] so that tmpfile64.c's inclusion doesn't get it.
5246
5247 2002-06-11  Roland McGrath  <roland@frob.com>
5248
5249         * sysdeps/mach/hurd/xstat64.c: Conditionalize entire contents of the
5250         file on [!RTLD_STAT64].
5251         * sysdeps/mach/hurd/fxstat64.c: Likewise.
5252
5253         * sysdeps/mach/hurd/tmpfile.c (tmpfile64): Define as alias of tmpfile.
5254         (__fdopen): Use INTUSE.
5255         * sysdeps/mach/hurd/tmpfile64.c: New file, empty placeholder.
5256
5257         * stdio-common/tmpfile64.c: File removed.
5258         * sysdeps/generic/tmpfile64.c: New file.
5259         * sysdeps/generic/tmpfile.c (GEN_THIS): New macro, define to __GT_FILE
5260         if not already defined.
5261         (tmpfile): Use it in place of __GT_FILE.
5262
5263         * include/unistd.h: Declare __chown_internal.
5264
5265         * sysdeps/mach/hurd/sendfile64.c (sendfile64): Do real work here.
5266         * sysdeps/mach/hurd/sendfile.c (sendfile): Call that.
5267
5268 2002-06-09  Roland McGrath  <roland@frob.com>
5269
5270         Update to new Hurd RPC interfaces supporting 64-bit file sizes.
5271         * sysdeps/mach/hurd/configure.in: Check for <hurd/version.h> with
5272         value of HURD_INTERFACE_VERSION >= 20020609.
5273         * sysdeps/mach/hurd/configure: Regenerated.
5274         * shlib-versions (.*-.*-gnu-gnu.*): Set libhurduser=0.3.
5275         * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Rewritten to
5276         convert a struct stat64 into a struct stat and return 0 or -1
5277         with errno set to EOVERFLOW.
5278         * sysdeps/mach/hurd/statfsconv.c (statfs64_conv): Likewise
5279         for struct statfs64 to struct statfs.
5280         * sysdeps/mach/hurd/xstat.c (__xstat): Use converter and call ...
5281         * sysdeps/mach/hurd/xstat64.c (__xstat64): ... this, real work here.
5282         * sysdeps/mach/hurd/fxstat.c (__fxstat): Likewise.
5283         * sysdeps/mach/hurd/fxstat64.c (__fxstat64): Likewise.
5284         * sysdeps/mach/hurd/lxstat.c (__lxstat): Likewise.
5285         * sysdeps/mach/hurd/lxstat64.c (__lxstat64): Likewise.
5286         * sysdeps/mach/hurd/statfs.c (__statfs): Likewise.
5287         * sysdeps/mach/hurd/statfs64.c (__statfs64): Likewise.
5288         * sysdeps/mach/hurd/fstatfs.c (__fstatfs): Likewise.
5289         * sysdeps/mach/hurd/fstatfs64.c (__fstatfs64): Likewise.
5290         * sysdeps/mach/hurd/pwrite64.c (__libc_pwrite64): Do real work here.
5291         * sysdeps/mach/hurd/pwrite.c (__libc_pwrite): Call that.
5292         * sysdeps/mach/hurd/pread64.c (__libc_pread64): Do real work here.
5293         * sysdeps/mach/hurd/pread.c (__libc_pread): Call that.
5294         * sysdeps/mach/hurd/lseek64.c (__libc_lseek64): Do real work here.
5295         * sysdeps/mach/hurd/lseek.c (__libc_lseek): Call that.
5296         * sysdeps/mach/hurd/readdir64.c (__readdir64): Do real work here.
5297         * sysdeps/mach/hurd/readdir.c (__readdir): Call that.
5298         * sysdeps/mach/hurd/readdir64_r.c (__readdir64_r): Do real work here.
5299         * sysdeps/mach/hurd/readdir_r.c (__readdir64_r): Call that.
5300         * hurd/lookup-retry.c (__hurd_file_name_lookup_retry):
5301         Use struct stat64 for io_stat argument.
5302         * sysdeps/mach/hurd/readlink.c (__readlink): Likewise.
5303         * hurd/fopenport.c (seekio): Remove EOVERFLOW check, pass POS directly
5304         to io_seek.
5305         * hurd/fd-read.c (_hurd_fd_read): Use loff_t for OFFSET argument.
5306         * hurd/fd-write.c (_hurd_fd_write): Likewise.
5307         * hurd/hurd/fd.h: Update decls.
5308         * sysdeps/mach/hurd/getcwd.c
5309         (_hurd_canonicalize_directory_name_internal): Use ino64_t
5310         and struct dirent64.
5311         * sysdeps/mach/hurd/dl-sysdep.c (open_file): Use struct stat64.
5312         (__xstat): Renamed to __xstat64, use struct stat64 for argument.
5313         (__fxstat): Renamed to __fxstat64, use struct stat64 for argument.
5314         (__lseek): Renamed to __libc_lseek64, use off64_t for argument.
5315
5316 2002-06-08  Roland McGrath  <roland@frob.com>
5317
5318         * sysdeps/mach/hurd/dirstream.h (struct __dirstream): Use size_t
5319         instead of unsigned long int for __allocation and __size members.
5320
5321 2002-06-09  Jakub Jelinek  <jakub@redhat.com>
5322
5323         * sysdeps/unix/sysv/linux/i386/dl-brk.c: Move...
5324         * sysdeps/unix/sysv/linux/dl-brk.c: ...here.
5325         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: Move...
5326         * sysdeps/unix/sysv/linux/dl-sbrk.c: ...here.
5327
5328 2002-06-07  Roland McGrath  <roland@frob.com>
5329
5330         * sysdeps/mach/hurd/bits/environments.h: File removed.
5331
5332 2002-06-07  Jakub Jelinek  <jakub@redhat.com>
5333
5334         * sysdeps/unix/sysv/linux/alpha/sendfile64.c: New file.
5335         * sysdeps/unix/sysv/linux/ia64/sendfile64.c: New file.
5336         * sysdeps/unix/sysv/linux/sparc/sparc64/sendfile64.c: New file.
5337         * sysdeps/unix/sysv/linux/x86_64/sendfile64.c: New file.
5338         * sysdeps/unix/sysv/linux/syscalls.list (sendfile): Remove EXTRA.
5339         (sendfile64): Likewise.
5340         * sysdeps/unix/sysv/linux/alpha/syscalls.list (sendfile): Likewise.
5341         * sysdeps/unix/sysv/linux/ia64/syscalls.list (sendfile): Likewise.
5342         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (sendfile):
5343         Likewise.
5344         * sysdeps/unix/sysv/linux/x86_64/syscalls.list (sendfile): Likewise.
5345
5346         * include/sys/stat.h (__fxstat64, __lxstat64): Only define if not
5347         already defined.
5348
5349 2002-06-04  Bruno Haible  <bruno@clisp.org>
5350
5351         * sysdeps/cris/stackinfo.h: New file.
5352
5353         * sysdeps/hppa/dl-machine.h (elf_machine_rela): Cast reloc_addr
5354         to an integer type before performing bit operations on it.
5355
5356 2002-06-05  Roland McGrath  <roland@frob.com>
5357
5358         * sysdeps/generic/sendfile.c: Include <errno.h>.
5359         * sysdeps/generic/sendfile64.c: Likewise.
5360
5361         * io/Makefile (routines): Add sendfile and sendfile64.
5362         (headers): Add sys/sendfile.h to the list.
5363         * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it here.
5364         * sysdeps/unix/sysv/linux/sys/sendfile.h: Moved to ...
5365         * io/sys/sendfile.h: ... here.
5366         * sysdeps/generic/sendfile.c: New file.
5367         * sysdeps/generic/sendfile64.c: New file.
5368
5369         * sysdeps/unix/sysv/linux/Versions (GLIBC_2.1, GLIBC_2.3):
5370         Move sendfile, sendfile64 to ...
5371         * io/Versions (GLIBC_2.1, GLIBC_2.3): ... here.
5372         * sysdeps/mach/hurd/sendfile.c: New file.
5373         * sysdeps/mach/hurd/sendfile64.c: New file.
5374
5375         * sysdeps/mach/nanosleep.c: New file.
5376
5377 2002-06-04  Roland McGrath  <roland@frob.com>
5378
5379         * sysdeps/alpha/elf/configure.in: New file.  Check for TLS support.
5380         * sysdeps/alpha/elf/configure: New file (generated).
5381
5382 2002-06-02  Roland McGrath  <roland@frob.com>
5383
5384         * include/link.h: Include <tls.h> to make sure USE_TLS is defined.
5385
5386 2002-06-01  Roland McGrath  <roland@frob.com>
5387
5388         * sysdeps/mach/hurd/alpha/init-first.c: New file, modified from
5389         i386/init-first.c by Andrew M. Miklic <miklic@attglobal.net>.
5390
5391 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5392
5393         * resolv/resolv.h (struct __res_state): Remove unused nstimes.
5394         Add nsmap.
5395         * resolv/res_init.c (__res_vinit): Initialize nsmap array.
5396         Remove nstimes setting.
5397         (res_nclose): Check all MAXNS nameservers with non-NULL nsaddrs.
5398         * resolv/res_send.c (res_nsend): Don't close unconditionally if
5399         there is mix of IPv6 and IPv4 nameservers.
5400         Use nsmap array to find free slots and preserve nameserver ordering.
5401         Fix RES_ROTATE.
5402
5403 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5404
5405         * sysdeps/unix/sysv/linux/sys/sendfile.h: It is now possible to
5406         use this header with LFS.
5407
5408         * po/sk.po: Update from translation team.
5409
5410 2002-05-28  Andreas Schwab  <schwab@suse.de>
5411
5412         * sysdeps/generic/readelflib.c (process_elf_file): Give correct
5413         message when finding object of wrong class.
5414
5415 2002-05-28  Jakub Jelinek  <jakub@redhat.com>
5416
5417         * sysdeps/wordsize-32/divdi3.c (__moddi3): Fix pasto.
5418         Patch by <radu@netsoft.ro>.
5419
5420 2002-05-30  Ulrich Drepper  <drepper@redhat.com>
5421
5422         * sysdeps/unix/sysv/linux/Makefile [$(subdir)==misc] (sysdep_routines):
5423         Add readahead.
5424         * sysdeps/unix/sysv/linux/readahead.c: New file.
5425         * sysdeps/unix/sysv/linux/syscalls.list: Add sendfile64 syscall.
5426         * sysdeps/unix/sysv/linux/Versions: Export readahead and sendfile64.
5427         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add readahead syscall.
5428         Add sendfile64 alias to sendfile syscall.
5429         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5430         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
5431         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5432         * sysdeps/unix/sysv/linux/powerpc/syscalls.list: Add s_readahead
5433         syscall.
5434
5435         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use __i686.get_pc_thunk.XX
5436         special section for PIC register loading.
5437         * sysdeps/unix/sysv/linux/i386/i686/sysdep.h: Likewise.
5438
5439         * config.h.in: Define HAVE_HIDDEN.
5440         * configure.in: Also define HAVE_HIDDEN if HAVE_PROTECTED is defined.
5441
5442         * elf/elf.h: Correct Alpha TLS relocations according to last spec.
5443
5444 2002-05-28  Roland McGrath  <roland@frob.com>
5445
5446         * sysdeps/mach/alpha/setfpucw.c: New file.
5447
5448 2002-05-26  Roland McGrath  <roland@frob.com>
5449
5450         * sysdeps/mach/hurd/ioctl.c (__ioctl): Don't use sizeof in _IOTS.
5451         Use integer_t instead of int for IOC_VOID case.
5452
5453 2002-05-27  Alexandre Oliva  <aoliva@redhat.com>
5454
5455         * configure.in (DO_STATIC_NSS): Define if --disable-shared.
5456
5457 2002-05-26  Bruno Haible  <bruno@clisp.org>
5458
5459         * iconvdata/iso-2022-jp.c (BODY for TO_LOOP): Avoid running off the
5460         end of the ISO-8859-7 from idx table.
5461
5462 2002-05-27  Ulrich Drepper  <drepper@redhat.com>
5463
5464         * manual/lang.texi: Fix FLT_EPSILON description [PR libc/3649].
5465
5466 2002-05-24  David S. Miller  <davem@redhat.com>
5467
5468         * string/bits/string2.h (memset): Do not try to optimize when
5469         not _STRING_ARCH_unaligned if GCC will do the right thing.
5470
5471 2002-05-21  Isamu Hasegawa  <isamu@yamato.ibm.com>
5472
5473         * posix/regex.c: Define `inline' as a macro into nothing for the
5474         compilers which lack the keyword.
5475         * posix/regex.h: (RE_SYNTAX_GNU_AWK): Remove RE_CONTEXT_INVALID_OPS
5476         for the compatibility of gawk.
5477         * posix/regcomp.c: Add fake implementation of isblank() for the
5478         environments which lack the function.
5479         Don't use free_charset() in case of non-i18n envs.
5480         (build_range_exp): Don't use i18n related code in case of non-i18n
5481         envs.
5482         (build_collating_symbol): Likewise.
5483         (build_equiv_class): Likewise.
5484         (build_charclass): Likewise.
5485         (re_compile_fastmap_iter): Likewise.
5486         (parse_bracket_exp): Likewise.
5487         (build_word_op): Likewise.
5488         (regfree): Don't use free_charset() in case of non-i18n envs.
5489         * posix/regex_internal.h: Remove COMPLEX_BRACKET from
5490         re_token_type_t in case of non-i18n envs.
5491         Don't define re_charset_t in case of non-i18n envs.
5492         Change the type of wcs of re_string_t from wchar_t to wint_t,
5493         since we store also WEOF.
5494         * posix/regex_internal.c: (re_string_realloc_buffers): Change
5495         the type of wcs of re_string_t from wchar_t to wint_t.
5496         (re_string_reconstruct): Likewise.
5497         (create_ci_newstate): Don't use i18n related code in case of
5498         non-i18n envs.
5499         (create_cd_newstate): Likewise.
5500
5501 2002-05-24  Ulrich Drepper  <drepper@redhat.com>
5502
5503         * iconv/loop.c: Fix typo.
5504
5505 2002-05-23  Jakub Jelinek  <jakub@redhat.com>
5506
5507         * inet/ether_line.c (ether_line): Fix a typo causing only
5508         lower 4 bits of each ethernet address byte being assigned.
5509         Don't modify what line points to.
5510         * inet/tst-ether_aton.c (main): Add ether_line tests.
5511
5512 2002-05-23  Marcus Brinkmann  <marcus@gnu.org>
5513
5514         * manual/filesys.texi: Don't make readlink example leak memory
5515         when readlink fails.
5516
5517 2002-05-20  Ulrich Drepper  <drepper@redhat.com>
5518
5519         * iconv/loop.c: Fix condition for defining unaligned loop.  Add
5520         some more security checks.
5521
5522 2002-05-17  David S. Miller  <davem@redhat.com>
5523
5524         * sysdeps/unix/sysv/linux/sparc/fork.S: Define _internal aliases.
5525
5526 2002-05-16  David S. Miller  <davem@redhat.com>
5527
5528         * sysdeps/sparc/sparc32/dl-machine.h (LOAD_PIC_REG): Define.
5529         (elf_machine_dynamic): Use it to force PIC register to be loaded.
5530         (elf_machine_load_address): Likewise.
5531         * sysdeps/sparc/sparc64/dl-machine.h: Mirror sparc32 changes.
5532
5533         * sysdeps/sparc/sparc64/strncmp.S: When second argument pointer
5534         is unaligned, do not forget to fully initialize %g1 magic value.
5535
5536         * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Fix 64-bit elf
5537         register definitions and provide 32-bit variants of structures
5538         during 64-bit builds.
5539
5540         * soft-fp/op-1.h (_FP_FRAC_CLEAR_OVERP_1): Define.
5541         * soft-fp/op-2.h (_FP_FRAC_CLEAR_OVERP_2): Define.
5542         * soft-fp/op-4.h (_FP_FRAC_CLEAR_OVERP_4): Define.
5543         * soft-fp/op-common.h (_FP_PACK_CANONICAL): After rounding, if
5544         _FP_FRAC_OVERP_X is set, use _FP_FRAC_CLEAR_OVERP_X to clear it.
5545         (_FP_FROM_INT): Perform right shifts on unsigned integer type.
5546         Do not clear implicit one bit here, it must be done post-rounding.
5547         Only pad to the left using left shift if value uses less than the
5548         available fractional bits.
5549
5550 2002-05-20  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5551
5552         * sysdeps/powerpc/Makefile (sysdeps_routines): Use libgcc-compat
5553         instead of cmpdi2, shdi3, fixdfdi, fixsfdi in csu dir.
5554         (shared-only-routines): Likewise.
5555         * sysdeps/powerpc/libgcc-compat.c: New file.
5556         * sysdeps/wordsize-32/cmpdi2.c: Removed.
5557         * sysdeps/wordsize-32/fixdfdi.c: Removed.
5558         * sysdeps/wordsize-32/fixsfdi.c: Removed.
5559         * sysdeps/wordsize-32/shdi3.c: Removed.
5560
5561 2002-05-16  Bruno Haible  <bruno@clisp.org>
5562
5563         * MakeTAGS (libc.pot): Don't sort the output.
5564         * po/header.pot: Update to match xgettext 0.11 output.
5565
5566 2002-05-16  Bruno Haible  <bruno@clisp.org>
5567
5568         * MakeTAGS (subdirs): Remove duplicates.
5569
5570 2002-05-19  Ulrich Drepper  <drepper@redhat.com>
5571
5572         * sysdeps/unix/sysv/linux/errlist.c: Remove extra weak alias
5573         definiton of _old_sys_nerr.  Define _old_sys_errlist as strong
5574         alias.
5575
5576 2002-05-19  Andreas Jaeger  <aj@suse.de>
5577
5578         * sysdeps/unix/sysv/linux/configure.in: Warn against an
5579         installation in /usr/local.
5580
5581 2002-05-16  Bruno Haible  <bruno@clisp.org>
5582
5583         * sysdeps/unix/sysv/aix/bits/ioctl-types.h: Don't use multiline
5584         string as argument of #error.
5585
5586 2002-05-15  Ulrich Drepper  <drepper@redhat.com>
5587
5588         * stdlib/canonicalize.c (canonicalize): Rename to __realpath and
5589         don't define static.  Remove old __realpath function.  TC1 of
5590         POSIX 2001 will allow the second parameter to be NULL.
5591         * stdlib/test-canon.c: Comment out test for NULL as second
5592         parameter of realpath.
5593
5594         * time/offtime.c (__offtime): Set errno if overflow is detected.
5595
5596         * elf/Makefile (rtld-routines): Remove dl-brk and dl-sbrk.
5597         * sysdeps/unix/sysv/linux/Makefile (sysdep-rtld-routines): Add
5598         dl-brk and dl-sbrk.
5599
5600         * sysdeps/sparc/fpu/bits/mathinline.h (fdim): Add __THROW.
5601         (fdimf): Likewise.
5602
5603 2002-05-15  Roland McGrath  <roland@frob.com>
5604
5605         * hurd/report-wait.c (_S_msg_report_wait): Use mach_msg_id_t for arg.
5606
5607 2002-05-12  Bruno Haible  <bruno@clisp.org>
5608
5609         * iconvdata/testdata/EUC-JISX0213: New file.
5610         * iconvdata/testdata/EUC-JISX0213..UTF8: New file.
5611         * iconvdata/testdata/SHIFT_JISX0213: New file.
5612         * iconvdata/testdata/SHIFT_JISX0213..UTF8: New file.
5613         * iconvdata/testdata/ISO-2022-JP-3: New file.
5614         * iconvdata/testdata/ISO-2022-JP-3..UTF8: New file.
5615         * iconvdata/TESTS: Add EUC-JISX0213, SHIFT_JISX0213, ISO-2022-JP-3.
5616         * iconvdata/run-iconv-test.sh: Skip the charmap test if the charmap
5617         contains comments indicating precomposed characters.
5618
5619 2002-04-21  Bruno Haible  <bruno@clisp.org>
5620
5621         * iconvdata/iso-2022-jp-3.c: New file.
5622         * iconvdata/gconv-modules (ISO-2022-JP-3): New module.
5623         * iconvdata/Makefile (modules): Add ISO-2022-JP-3.
5624         (LDFLAGS-ISO-2022-JP-3.so): New variable.
5625         (ISO-2022-JP-3.so): Depend on libJIS.so and libJISX0213.so.
5626         (distribute): Add iso-2022-jp-3.c.
5627
5628 2002-05-12  Bruno Haible  <bruno@clisp.org>
5629
5630         * iconvdata/tst-table-to.c (main): Restore handling of
5631         transliterations, broken by last patch.
5632
5633 2002-05-12  Bruno Haible  <bruno@clisp.org>
5634
5635         * iconvdata/TESTS: Add IBM922, IBM1124, IBM1129.
5636
5637 2002-05-12  Bruno Haible  <bruno@clisp.org>
5638
5639         * iconvdata/euc-jisx0213.c (BODY for FROM_LOOP): Don't advance inptr
5640         when there is not enough room in the output buffer.
5641         * iconvdata/shift_jisx0213.c (BODY for FROM_LOOP): Likewise.
5642
5643 2002-04-20  Bruno Haible  <bruno@clisp.org>
5644
5645         * iconv/skeleton.c ({FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}): New
5646         macros.
5647         (RESET_INPUT_BUFFER): Use them instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5648         Also make this macro work if FROM_DIRECTION evaluates to 0.
5649         (gconv_init): Use the new macros instead of {MIN,MAX}_NEEDED_{FROM,TO}.
5650         (FUNCTION_NAME): Likewise, in the handling of unaligned accesses and
5651         of consume_incomplete.
5652         * iconvdata/cp1255.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5653         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to
5654         4, not 8.
5655         * iconvdata/cp1258.c: Likewise.
5656         * iconvdata/ibm930.c: Define {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO}
5657         instead of {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 3,
5658         not 2.
5659         * iconvdata/ibm933.c: Likewise.
5660         * iconvdata/ibm935.c: Likewise.
5661         * iconvdata/ibm937.c: Likewise.
5662         * iconvdata/ibm939.c: Likewise.
5663         * iconvdata/iso-2022-cn.c: Define
5664         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5665         {MIN,MAX}_NEEDED_{FROM,TO}. Set TO_LOOP_MAX_NEEDED_TO to 6, not 4.
5666         * iconvdata/iso-2022-cn-ext.c: Likewise.
5667         * iconvdata/iso-2022-jp.c: Define
5668         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5669         {MIN,MAX}_NEEDED_{FROM,TO}.
5670         * iconvdata/tcvn5712-1.c: Define
5671         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5672         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_FROM to 1, not 2.
5673         * iconvdata/euc-jisx0213.c: Define
5674         {FROM,TO}_LOOP_{MIN,MAX}_NEEDED_{FROM,TO} instead of
5675         {MIN,MAX}_NEEDED_{FROM,TO}. Set FROM_LOOP_MAX_NEEDED_TO to 8, not 4.
5676         * iconvdata/shift_jisx0213.c: Likewise.
5677
5678 2002-05-14  Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
5679
5680         * sysdeps/powerpc/Makefile (sysdeps_routines): Add divdi3, cmpdi2,
5681         shdi3, fixdfdi, fixsfdi in csu dir.
5682         (shared-only-routines): Likewise.
5683         * sysdeps/wordsize-32/cmpdi2.c: New file.
5684         * sysdeps/wordsize-32/shdi3.c: New file.
5685         * sysdeps/wordsize-32/fixdfdi.c: New file.
5686         * sysdeps/wordsize-32/fixsfdi.c: New file.
5687         * sysdeps/powerpc/Versions (__divdi3, __moddi3, __udivdi3, __umoddi3,
5688         __ashldi3, __ashrdi3, __lshrdi3, __cmpdi2, __ucmpdi2, __fixdfdi,
5689         __fixsfdi, __fixunsdfdi, __fixunssfdi): Export at GLIBC_2.0.
5690
5691         * sysdeps/unix/sysv/linux/semctl.c (__old_semctl, __new_semctl):
5692         Only use va_arg if the argument will be used [PR libc/3259].
5693
5694 2002-05-06  Michael A. Schmidt  <mmaass@us.ibm.com>
5695
5696         * catgets/catgets.c (catopen): Free buffer if internal catalog
5697         open fails.
5698
5699 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5700
5701         * debug/xtrace.sh: Make more robust.  For realtime tracking use
5702         non-buffering methods.
5703         * debug/pcprofiledump.c: Implement -u option.
5704         Patch by Roger Luethi <rl@hellgate.ch>.
5705
5706 2002-05-11  Jakub Jelinek  <jakub@redhat.com>
5707
5708         * include/netinet/in.h (bindresvport_internal): Add prototype.
5709         * include/rpc/auth.h  (authunix_create_internal,
5710         authunix_create_default_internal, authnone_create_internal,
5711         authdes_pk_create_internal): Add prototypes.
5712         * include/rpc/clnt.h (clnt_create_internal, clnttcp_create_internal,
5713         clntudp_create_internal, clntudp_bufcreate_internal,
5714         clntunix_create_internal): Add prototypes.
5715         * include/rpc/svc.h (svc_sendreply_internal, svcerr_decode_internal,
5716         svc_getreq_internal, svc_getreq_common_internal,
5717         svc_getreqset_internal, svc_getreq_poll_internal,
5718         svc_register_internal, svc_unregister_internal,
5719         svcudp_create_internal, svcudp_bufcreate_internal): Add prototypes.
5720         * include/rpc/svc_auth.h (_authenticate_internal): Add prototype.
5721         * include/sys/socket.h (__sendto, __recvfrom, __sendmsg, __recvmsg,
5722         __setsockopt, __getsockname, __bind, __listen): Add prototypes.
5723         * inet/rexec.c (rexec_af): Use __listen and __getsockname.
5724         * inet/rcmd.c (rcmd_af): Use __listen.
5725         (rresvport_af): Use __bind.
5726         * sunrpc/clnt_udp.c: Use INTUSE calls to bindresvport,
5727         authunix_create, authunix_create_default, authnone_create,
5728         authdes_pk_create, clnt_create, clnttcp_create, clntudp_create,
5729         clntudp_bufcreate, clntunix_create svc_sendreply, svcerr_decode,
5730         svc_getreq, svc_getreq_common, svc_getreqset, svc_getreq_poll,
5731         svc_register, svc_unregister, svcudp_create, svcudp_bufcreate,
5732         _authenticate, add INTDEF after such function definitions.
5733         Use __listen, __bind, __sendto, __recvfrom, __sendmsg, __recvmsg,
5734         __setsockopt, __getsockname instead of non-__ variants.
5735         * sunrpc/pmap_rmt.c: Likewise.
5736         * sunrpc/rtime.c: Likewise.
5737         * sunrpc/svc_udp.c: Likewise.
5738         * sunrpc/clnt_unix.c: Likewise.
5739         * sunrpc/svc_unix.c: Likewise.
5740         * sunrpc/bindrsvprt.c: Likewise.
5741         * sunrpc/svc_tcp.c: Likewise.
5742         * sunrpc/auth_none.c: Likewise.
5743         * sunrpc/clnt_raw.c: Likewise.
5744         * sunrpc/clnt_tcp.c: Likewise.
5745         * sunrpc/auth_unix.c: Likewise.
5746         * sunrpc/key_call.c: Likewise.
5747         * sunrpc/clnt_gen.c: Likewise.
5748         * sunrpc/pm_getmaps.c: Likewise.
5749         * sunrpc/clnt_simp.c: Likewise.
5750         * sunrpc/pmap_clnt.c: Likewise.
5751         * sunrpc/svc_run.c: Likewise.
5752         * sunrpc/svc.c: Likewise.
5753         * sunrpc/svc_simple.c: Likewise.
5754         * sunrpc/pm_getport.c: Likewise.
5755         * sunrpc/auth_des.c: Likewise.
5756         * sunrpc/svc_auth.c: Likewise.
5757         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases,
5758         __register_frame_info_table_bases, __deregister_frame_info_bases):
5759         Add INTDEF.
5760         (__register_frame_info_bases_internal,
5761         __register_frame_info_table_bases_internal,
5762         __deregister_frame_info_bases_internal): Add prototypes.
5763         (__register_frame_info, __register_frame): Use INTUSE in call to
5764         __register_frame_info_bases.
5765         (__register_frame_info_table): Similarly.
5766         (__deregister_frame_info, __deregister_frame): Similarly.
5767         * sysdeps/generic/sendto.c (__sendto): Renamed from sendto, add
5768         sendto as weak alias.
5769         * sysdeps/mach/hurd/sendto.c: Likewise.
5770         * sysdeps/generic/recvfrom.c (__recvfrom): Renamed from recvfrom, add
5771         recvfrom as weak alias.
5772         * sysdeps/mach/hurd/recvfrom.c: Likewise.
5773         * sysdeps/unix/sysv/aix/recvfrom.c: Likewise.
5774         * sysdeps/generic/recvmsg.c (__recvmsg): Renamed from recvmsg, add
5775         recvmsg as weak alias.
5776         * sysdeps/unix/sysv/aix/recvmsg.c: Likewise.
5777         * sysdeps/generic/sendmsg.c (__sendmsg): Renamed from sendmsg, add
5778         sendmsg as weak alias.
5779         * sysdeps/unix/sysv/aix/sendmsg.c: Likewise.
5780         * sysdeps/generic/setsockopt.c (__setsockopt): Renamed from
5781         setsockopt, add setsockopt as weak alias.
5782         * sysdeps/mach/hurd/setsockopt.c: Likewise.
5783         * sysdeps/generic/bind.c (__bind): Renamed from bind, add bind as
5784         weak alias.
5785         * sysdeps/mach/hurd/bind.c: Likewise.
5786         * sysdeps/generic/listen.c (__listen): Renamed from listen, add listen
5787         as weak alias.
5788         * sysdeps/mach/hurd/listen.c: Likewise.
5789         * sysdeps/generic/getsockname.c (__getsockname): Renamed from
5790         getsockname, add getsockname as weak alias.
5791         * sysdeps/mach/hurd/getsockname.c: Likewise.
5792         * sysdeps/unix/sysv/aix/getsockname.c: Likewise.
5793         * sysdeps/mach/hurd/recvmsg.c (__recvmsg): Add weak alias.
5794         * sysdeps/mach/hurd/sendmsg.c (__sendmsg): Add weak alias.
5795         * sysdeps/unix/inet/syscalls.list (__bind, __listen, __recvmsg,
5796         __recvfrom, __sendmsg, __sendto, __setsockopt): Add aliases.
5797         * sysdeps/unix/sysv/linux/alpha/syscalls.list (__recvmsg, __sendmsg):
5798         Add aliases.
5799         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
5800         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
5801         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
5802         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
5803         * sysdeps/unix/sysv/linux/recvfrom.S (__recvfrom): Add weak alias.
5804         * sysdeps/unix/sysv/linux/recvmsg.S (__recvmsg): Likewise.
5805         * sysdeps/unix/sysv/linux/sendmsg.S (__sendmsg): Likewise.
5806         * sysdeps/unix/sysv/linux/sendto.S (__sendto): Likewise.
5807         * sysdeps/unix/sysv/linux/setsockopt.S (__setsockopt): Likewise.
5808         * sysdeps/unix/sysv/linux/bind.S (__bind): Likewise.
5809         * sysdeps/unix/sysv/linux/listen.S (__listen): Likewise.
5810         * sysdeps/unix/sysv/linux/getsockname.S (__getsockname): Likewise.
5811
5812 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5813
5814         * locale/programs/localedef.h (show_archive_content): Add verbose
5815         argument.
5816         * locale/programs/localedef.c (main): Adjust caller.
5817         * locale/programs/locarchive.c (struct nameent, struct dataent): New
5818         types.
5819         (nameentcmp, dataentcmp): New functions.
5820         (xstrcmp): Remove.
5821         (show_archive_content): Print verbose listing with --list-archive -v.
5822
5823 2002-05-14  Ulrich Drepper  <drepper@redhat.com>
5824
5825         * locale/programs/locarchive.c (open_archive): Take extra argument
5826         readonly.  If true open file with O_RDONLY and don't create the
5827         archive if it doesn't exist.
5828         Adapt all callers.
5829         (close_archive): Don't do anything if fd element is -1.
5830         * locale/programs/localedef.h (open_archive): Adjust prototype.
5831         * locale/programs/locfile.c (write_all_categories): Adjust open_archive
5832         call.
5833
5834         * malloc/malloc.c (__posix_memalign): Correct check for size of
5835         alignment value [PR libc/3444].
5836
5837         * include/stdio.h: Remove references to old stdio implementation.
5838
5839         * libio/Makefile (bug-ungetwc2-ENV): Define.
5840
5841 2002-05-13  Roland McGrath  <roland@frob.com>
5842
5843         * iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
5844
5845         * hurd/hurdinit.c (_hurd_init): Use internal name _hurd_new_proc_init.
5846
5847 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
5848
5849         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
5850         Allocate three, not two, more than LEN when appending '/.'.
5851         * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
5852         if NAME ends with '/.' if it is shorter than 2 chars.
5853
5854 2002-05-12  Roland McGrath  <roland@frob.com>
5855
5856         * mach/Makefile ($(mach-syscalls:%=$(objpfx)%.S)): Make the generated
5857         files #include <sysdep.h> instead of <mach/machine/syscall_sw.h>.
5858
5859         * hurd/hurdexec.c (_hurd_exec): Reauthenticate ports/dtable used in
5860         file_exec to effect svuid=euid, svgid=egid if that is not a no-op.
5861
5862 2002-05-10  Jakub Jelinek  <jakub@redhat.com>
5863
5864         * sysdeps/ia64/Makefile: Remove extra endif.
5865         * sysdeps/ia64/ia64libgcc.S (__divsf3): Fix typo in symbol version.
5866
5867 2002-05-10  Andreas Schwab  <schwab@suse.de>
5868
5869         * sysdeps/powerpc/fpu/w_sqrt.c: Add sqrtl alias.
5870
5871 2002-05-09  Andreas Jaeger  <aj@suse.de>
5872
5873         * sysdeps/unix/sysv/linux/x86_64/sys/io.h: New file.
5874         * sysdeps/unix/sysv/linux/x86_64/Dist: Add it.
5875         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add it.
5876
5877         * sysdeps/unix/sysv/linux/ia64/glob.c: Move to ...
5878         * sysdeps/wordsize-64/glob.c: ...here.
5879         * sysdeps/unix/sysv/linux/x86_64/glob.c: Remove.
5880         * sysdeps/unix/sysv/linux/s390/s390-64/glob.c: Remove.
5881         * sysdeps/unix/sysv/linux/sparc/sparc64/glob.c: Remove.
5882
5883 2002-05-08  Roland McGrath  <roland@frob.com>
5884
5885         * hurd/hurdfchdir.c (_hurd_change_directory_port_from_fd): Use
5886         O_NOTRANS flag in "." lookup.
5887
5888 2002-05-05  Ulrich Drepper  <drepper@redhat.com>
5889
5890         * malloc/mtrace.c: Comment out use of _mtrace_file and _mtrace_len.
5891
5892 2002-05-04  Ulrich Drepper  <drepper@redhat.com>
5893
5894         * locale/duplocale.c (__duplocale): Update special members only
5895         when allocation succeeded.
5896
5897 2002-05-03  Roland McGrath  <roland@frob.com>
5898
5899         * shlib-versions (.*-.*-gnu-gnu.*): Remove USE_IN_LIBIO conditionals;
5900         we can only build libc.so.0.3(GLIBC_2.2.6) now.
5901
5902 2002-05-02  Jakub Jelinek  <jakub@redhat.com>
5903
5904         * sysdeps/ia64/Makefile: Add ia64libgcc in csu subdir.
5905         * sysdeps/ia64/Versions (__divtf3, __divdf3, __divsf3, __divdi3,
5906         __moddi3, __udivdi3, __umoddi3, __multi3): Export at GLIBC_2.0.
5907         * sysdeps/ia64/ia64libgcc.S: New file.
5908
5909 2002-05-02  Ulrich Drepper  <drepper@redhat.com>
5910
5911         * sysdeps/generic/dl-tls.c (oom): Implement using _dl_fatal_printf.
5912
5913         * malloc/memusage.c: Distinguish anonymous mmap.
5914
5915 2002-05-01  Roland McGrath  <roland@frob.com>
5916
5917         * sysdeps/mach/hurd/close.c: #undef __close before function defn,
5918         and use INTDEF on it.
5919         * sysdeps/mach/hurd/fcntl.c: Use INTDEF2.
5920
5921         * sysdeps/mach/hurd/dl-sysdep.c (errno): New variable.
5922
5923         * sysdeps/mach/hurd/alpha/static-start.S: New file (unfinished).
5924
5925 2002-05-01  Ulrich Drepper  <drepper@redhat.com>
5926
5927         * malloc/memusage.c: Add support for tracking mmap & friends.
5928         * malloc/memusage.sh: Implement -m/--mmap option.
5929
5930 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5931
5932         * locale/programs/locarchive.c (create_archive): Add archivefname
5933         argument, create fname from it.
5934         (enlarge_archive): Honour output_prefix.
5935         (open_archive): Likewise.
5936
5937 2002-04-30  Jakub Jelinek  <jakub@redhat.com>
5938
5939         * locale/programs/locarchive.c (add_locales_to_archive): Don't nest
5940         too many stpcpy macros.
5941
5942 2002-04-26  Bruno Haible  <bruno@clisp.org>
5943
5944         * locale/programs/ld-collate.c (collate_read): Cast first argument
5945         for "%.*s" to int.
5946
5947 2002-04-26  Bruno Haible  <bruno@clisp.org>
5948
5949         * include/libintl.h (__ngettext, __dngettext, __dcngettext,
5950         __dcngettext_internal): New declarations.
5951         (__gettext, __dgettext, __dcgettext, __dcgettext_internal): Add
5952         attribute declarations.
5953
5954 2002-04-30  Roland McGrath  <roland@frob.com>
5955
5956         Removed old GNU stdio implementation; GNU libio is now the only option.
5957         * configure.in: Removed --enable-libio option and @stdio@ subst var.
5958         Define USE_IN_LIBIO unconditionally.
5959         * configure: Regenerated.
5960         * Makeconfig (stdio): Set to libio by default.
5961         * config.make.in (stdio): Variable removed.
5962         * sysdeps/unix/sysv/linux/configure.in: Don't set $stdio.
5963         * sysdeps/unix/sysv/linux/configure: Regenerated.
5964         * sysdeps/mach/hurd/configure.in: Don't test $stdio.
5965         * sysdeps/mach/hurd/configure: Regenerated.
5966         * stdio/.cvsignore: File removed.
5967         * stdio/Makefile: File removed.
5968         * stdio/Versions: File removed.
5969         * stdio/__fbufsize.c: File removed.
5970         * stdio/__flbf.c: File removed.
5971         * stdio/__fpending.c: File removed.
5972         * stdio/__fpurge.c: File removed.
5973         * stdio/__freadable.c: File removed.
5974         * stdio/__freading.c: File removed.
5975         * stdio/__fsetlocking.c: File removed.
5976         * stdio/__fwritable.c: File removed.
5977         * stdio/__fwriting.c: File removed.
5978         * stdio/clearerr.c: File removed.
5979         * stdio/fclose.c: File removed.
5980         * stdio/fcloseall.c: File removed.
5981         * stdio/feof.c: File removed.
5982         * stdio/ferror.c: File removed.
5983         * stdio/fflush.c: File removed.
5984         * stdio/fgetc.c: File removed.
5985         * stdio/fgetpos.c: File removed.
5986         * stdio/fgets.c: File removed.
5987         * stdio/fileno.c: File removed.
5988         * stdio/fmemopen.c: File removed.
5989         * stdio/fopen.c: File removed.
5990         * stdio/fopncook.c: File removed.
5991         * stdio/fputc.c: File removed.
5992         * stdio/fputs.c: File removed.
5993         * stdio/fread.c: File removed.
5994         * stdio/freopen.c: File removed.
5995         * stdio/fseek.c: File removed.
5996         * stdio/fsetpos.c: File removed.
5997         * stdio/ftell.c: File removed.
5998         * stdio/fwrite.c: File removed.
5999         * stdio/getc.c: File removed.
6000         * stdio/getchar.c: File removed.
6001         * stdio/getdelim.c: File removed.
6002         * stdio/gets.c: File removed.
6003         * stdio/glue.c: File removed.
6004         * stdio/internals.c: File removed.
6005         * stdio/linewrap.c: File removed.
6006         * stdio/linewrap.h: File removed.
6007         * stdio/memstream.c: File removed.
6008         * stdio/newstream.c: File removed.
6009         * stdio/obstream.c: File removed.
6010         * stdio/putc.c: File removed.
6011         * stdio/putchar.c: File removed.
6012         * stdio/puts.c: File removed.
6013         * stdio/rewind.c: File removed.
6014         * stdio/setbuf.c: File removed.
6015         * stdio/setbuffer.c: File removed.
6016         * stdio/setlinebuf.c: File removed.
6017         * stdio/setvbuf.c: File removed.
6018         * stdio/stdio.h: File removed.
6019         * stdio/ungetc.c: File removed.
6020         * stdio/vasprintf.c: File removed.
6021         * stdio/vscanf.c: File removed.
6022         * stdio/vsnprintf.c: File removed.
6023         * stdio/vsprintf.c: File removed.
6024         * stdio/vsscanf.c: File removed.
6025         * sysdeps/generic/defs.c: File removed.
6026         * sysdeps/generic/fdopen.c: File removed.
6027         * sysdeps/generic/pipestream.c: File removed.
6028         * sysdeps/generic/stdio_init.c: File removed.
6029         * sysdeps/generic/sysd-stdio.c: File removed.
6030         * sysdeps/generic/vdprintf.c: File removed.
6031         * sysdeps/mach/hurd/defs.c: File removed.
6032         * sysdeps/mach/hurd/fdopen.c: File removed.
6033         * sysdeps/mach/hurd/pipestream.c: File removed.
6034         * sysdeps/mach/hurd/stdio_init.c: File removed.
6035         * sysdeps/mach/hurd/sysd-stdio.c: File removed.
6036         * sysdeps/mach/hurd/vdprintf.c: File removed.
6037         * sysdeps/posix/defs.c: File removed.
6038         * sysdeps/posix/fdopen.c: File removed.
6039         * sysdeps/posix/pipestream.c: File removed.
6040         * sysdeps/posix/stdio_init.c: File removed.
6041         * sysdeps/posix/vdprintf.c: File removed.
6042         * sysdeps/unix/pipestream.c: File removed.
6043         * sysdeps/unix/sysv/sysd-stdio.c: File removed.
6044         * sysdeps/unix/sysv/sco3.2.4/pipestream.c: File removed.
6045         * sysdeps/unix/sysv/sysv4/pipestream.c: File removed.
6046
6047 2002-04-29  Roland McGrath  <roland@frob.com>
6048
6049         * include/libc-symbols.h (link_warning): Use `unused' attribute.
6050
6051 2002-04-28  Ulrich Drepper  <drepper@redhat.com>
6052
6053         * sysdeps/generic/tls.h: Describe what must be defined.
6054
6055         * sysdeps/generic/glob.c (glob): Don't pass GLOB_NOMAGIC flag to
6056         glob_in_dir [PR libc/3385].
6057         * posix/globtest.sh: Add test case.
6058
6059         * intl/loadmsgcat.c [!_LIBC] (_nl_init_domain_conv): Don't add
6060         //TRANSLIT twice.
6061
6062 2002-04-27  Ulrich Drepper  <drepper@redhat.com>
6063
6064         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Fix a few issues with the
6065         _internal symbol handling.
6066         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6067
6068 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6069
6070         * sysdeps/ia64/fpu/s_finite.S: Define _internal aliases.
6071         * sysdeps/unix/sysv/linux/ia64/fork.S: Likewise.
6072
6073 2002-04-26  Isamu Hasegawa  <isamu@yamato.ibm.com>
6074
6075         * posix/regcomp.c (re_compile_fastmap_iter): Fix fastmap in case of
6076         not _LIBC and RE_ENABLE_I18N.
6077         (build_range_exp): Implement for not _LIBC.
6078         (build_collating_symbol): Likewise.
6079         (parse_bracket_exp): Unify redundant error handlings.
6080         Don't erase mbcset for non matching list in multibyte envs.
6081         (build_word_op): Add '_' to matching list for \w operator.
6082         * posix/regex_internal.c (re_string_construct): Invoke
6083         build_upper_buffer in case of not RE_ENABLE_I18N.
6084         (re_string_reconstruct): Don't touch cur_state in case of not
6085         RE_ENABLE_I18N.
6086         * posix/regex_internal.h (attribute_hidden): New macro in case of
6087         not _LIBC.
6088         (re_charset_t): Define range_starts/ends in case of not _LIBC.
6089         * posix/regexec.c (sift_states_iter_mb): Hide in case of not
6090         RE_ENABLE_I18N.
6091         (transit_state_mb): Likewise.
6092         (check_node_accept_bytes): Implement the code evaluating range
6093         expression in case of not _LIBC.
6094         (find_collation_sequence_value): Hide in case of not _LIBC.
6095
6096 2002-04-26  Jakub Jelinek  <jakub@redhat.com>
6097
6098         * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Copied from
6099         i386/semctl.c.
6100         (__old_semctl, __new_semctl): Only use va_arg if the argument will
6101         be used.
6102
6103 2002-04-26  Ulrich Drepper  <drepper@redhat.com>
6104
6105         * sysdeps/ia64/fpu/s_isinf.S: Fix definition of _internal names.
6106
6107         * sysdeps/ia64/strncpy.S: Fix recovery code.
6108         Patch by David Mosberger <davidm@hpl.hp.com>.
6109
6110 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6111
6112         * sysdeps/unix/sysv/linux/ia64/Versions [libc]: Add getunwind for
6113         GLIBC_2.2.6.
6114
6115 2002-04-14  Bruno Haible  <bruno@clisp.org>
6116
6117         * posix/regex.c (re_max_failures): Add back symbol for binary
6118         compatibility.
6119
6120 2002-04-22  Isamu Hasegawa  <isamu@yamato.ibm.com>
6121
6122         * posix/regcomp.c (re_compile_internal): Adapt it to new interface
6123         of buffer building functions.
6124         * posix/regex_internal.c (re_string_allocate): New function.
6125         (re_string_realloc_buffers): New function.
6126         (re_string_skip_chars): New function.
6127         (re_string_reconstruct): New function.
6128         (re_string_construct): Adapt it to new interface of buffer building
6129         functions.
6130         (re_string_construct_common): Likewise.
6131         (build_wcs_buffer): Likewise.
6132         (build_wcs_upper_buffer): Likewise.
6133         (build_upper_buffer): Likewise.
6134         (re_string_translate_buffer): Likewise.
6135         (re_string_context_at): Adapt it to variable length buffers.
6136         * posix/regex_internal.h (re_string_t): Add new fields to handle
6137         variable length buffers.
6138         (re_match_context_t): Likewise.
6139         * posix/regexec.c (re_search_internal): Adapt it to new interface
6140         of re_string_t and re_match_context_t.
6141         (acquire_init_state_context): Likewise.
6142         (check_matching): Likewise.
6143         (check_halt_state_context): Likewise.
6144         (proceed_next_node): Likewise.
6145         (set_regs): Likewise.
6146         (sift_states_backward): Likewise.
6147         (clean_state_log_if_need): Likewise.
6148         (sift_states_iter_mb): Likewise.
6149         (sift_states_iter_bkref): Likewise.
6150         (add_epsilon_backreference): Likewise.
6151         (transit_state): Likewise.
6152         (transit_state_sb): Likewise.
6153         (transit_state_mb): Likewise.
6154         (transit_state_bkref): Likewise.
6155         (transit_state_bkref_loop): Likewise.
6156         (check_node_accept): Likewise.
6157         (match_ctx_init): Likewise.
6158         (extend_buffers): New function.
6159
6160 2002-04-21  Bruno Haible  <bruno@clisp.org>
6161
6162         * iconvdata/tst-table.sh: For the second check, use the truncated
6163         GB18030 charmap table, like for the first check.
6164
6165 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6166
6167         * elf/dl-load.c (open_verify): Correct __lseek parameters.
6168         Patch by Simon Hildrew <simon@hildrew.net> [PR libc/3354].
6169
6170 2002-04-23  H.J. Lu  <hjl@gnu.org>
6171
6172         * include/math.h (isfinite): Fix a typo.
6173
6174 2002-04-24  Ulrich Drepper  <drepper@redhat.com>
6175
6176         * libio/bug-ungetwc2.c (test_locale): Use the de_DE.UTF-8 locale
6177         which is created by the test suite.
6178
6179 2002-04-20  Bruno Haible  <bruno@clisp.org>
6180
6181         * iconvdata/iso-2002-kr.c (MAX_NEEDED_FROM): Set to 4.
6182         (BODY for FROM_LOOP): Fix comparisons between inptr and inend.
6183
6184 2002-04-20  Bruno Haible  <bruno@clisp.org>
6185
6186         * iconvdata/johab.c (BODY for FROM_LOOP): Change type of i, m, f,
6187         to avoid gcc warning.
6188
6189 2002-04-20  Bruno Haible  <bruno@clisp.org>
6190
6191         * iconvdata/iso-2022-jp.c (EMIT_SHIFT_TO_INIT): Fix modification mask
6192         of data->__statep->__count.
6193
6194 2002-04-20  Bruno Haible  <bruno@clisp.org>
6195
6196         * iconvdata/euc-jisx0213.c (BODY for TO_LOOP): Really ignore Unicode
6197         tag characters.
6198         * iconvdata/shift_jisx0213.c (BODY for TO_LOOP): Likewise.
6199
6200 2002-04-24  Roland McGrath  <roland@frob.com>
6201
6202         * sysdeps/mach/alpha/syscall.S: Don't use .frame, ENTRY will have it;
6203         use END macro instead of our own .end directive.
6204         Use `callsys' insn mnemonic instead of `call_pal'.
6205
6206         * sysdeps/mach/alpha/sysdep.h (ENTRY): New macro.
6207
6208         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_USER_ADDRESS_MASK): New
6209         macro; we need this for Hurd.
6210
6211         Log entry was missing for 2002/03/24 commit of rev 1.8,
6212         goes with 2002-03-17 changes.
6213         * sysdeps/mach/hurd/i386/Makefile [$(subdir) = misc]
6214         (sysdep_routines): Append ioperm here.
6215         (sysdep_headers): Append sys/io.h here.
6216
6217 2002-04-23  Roland McGrath  <roland@frob.com>
6218
6219         * sysdeps/mach/hurd/send.c: int -> size_t for WROTE.
6220         * sysdeps/mach/hurd/sendto.c: Likewise.
6221         * hurd/hurdioctl.c (siocgifconf): int -> size_t for DATA_LEN.
6222         * sysdeps/mach/hurd/wait4.c (__wait4): natural_t -> int for SIGCODE.
6223         * sysdeps/mach/hurd/getpriority.c: unsigned int -> size_t for PISIZE.
6224
6225 2002-04-22  Roland McGrath  <roland@frob.com>
6226
6227         * sysdeps/mach/hurd/i386/ioperm.c (ioperm): Translate MIG_BAD_ID
6228         failure from i386_io_perm_* RPCs to ENOSYS.
6229
6230 2002-04-22  Andreas Jaeger  <aj@suse.de>
6231
6232         * sysdeps/unix/sysv/linux/x86_64/ldconfig.h: New file.
6233
6234         * sysdeps/unix/sysv/linux/x86_64/dl-cache.h: New file.
6235
6236         * sysdeps/unix/sysv/linux/x86_64/vfork.S: Use %rdi as temp
6237         register instead of destroying %rbx.
6238
6239 2002-04-21  Ulrich Drepper  <drepper@redhat.com>
6240
6241         * string/string.h: Declare strerror_r also for XPG6.
6242
6243 2002-04-19  Roland McGrath  <roland@frob.com>
6244
6245         * sysdeps/mach/hurd/tmpfile.c: Create a file descriptor and use fdopen.
6246
6247 2002-04-20  Ulrich Drepper  <drepper@redhat.com>
6248
6249         * Makefile: Add handling of xtests and xcheck targets.
6250         * MakeTAGS: Likewise.
6251         * Makeconfig: Likewise.
6252         * Makerules: Likewise.
6253         * Rules: Likewise.
6254         * manual/Makefile: Likewise.
6255         * sunrpc/Makefile (xtests): Add thrsvc if thread library available.
6256         * sunrpc/thrsvc.c: New file.  By Zack Weinberg.
6257
6258 2002-04-11  Zack Weinberg  <zack@codesourcery.com>
6259
6260         * include/rpc/rpc.h (struct rpc_thread_variables): Remove
6261         authnone_private_s.
6262         * sunrpc/auth_none.c: Include bits/libc-lock.h.
6263         Delete #ifdef _RPC_THREAD_SAFE_ block.
6264         (authnone_private): Make a struct, not a pointer to struct.
6265         (authnone_private_guard): New once-control variable.
6266         (authnone_create_once): New function, split out of
6267         authnone_create.  No need to allocate memory.
6268         (authnone_create): Just call authnone_create_once via
6269         __libc_once, then return &authnone_private->no_client.
6270         (authnone_marshal): Access private data via CLIENT argument,
6271         not authnone_private pointer.
6272         Fix typo (MAX_MARSHEL_SIZE -> MAX_MARSHAL_SIZE).
6273         * sunrpc/rpc_thread.c (__rpc_thread_destroy): No need to free
6274         authnone_private_s.
6275
6276 2002-04-12  H.J. Lu  <hjl@gnu.org>
6277
6278         * sunrpc/clnt_raw.c (clntraw_create): Properly set xdrs and client.
6279
6280 2002-04-18  Bruno Haible  <bruno@clisp.org>
6281
6282         * iconvdata/euc-jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6283         FROM_DIRECTION): Make the FROM direction stateless.
6284         * iconvdata/shift_jisx0213.c (EMIT_SHIFT_TO_INIT, BODY for
6285         FROM_DIRECTION): Likewise.
6286
6287 2002-04-15  Bruno Haible  <bruno@clisp.org>
6288
6289         * iconvdata/JISX0213.TXT: New file.
6290         * iconvdata/jisx0213.h: New file.
6291         * iconvdata/jisx0213.c: New file.
6292         * iconvdata/euc-jisx0213.c: New file.
6293         * iconvdata/shift_jisx0213.c: New file.
6294         * iconvdata/gconv-modules (EUC-JISX0213, SHIFT_JISX0213): New modules.
6295         * iconvdata/EUC-JISX0213.precomposed: New file.
6296         * iconvdata/SHIFT_JISX0213.precomposed: New file.
6297         * iconvdata/SHIFT_JISX0213.irreversible: New file.
6298         * iconvdata/tst-table-to.c (main): Make it work for encodings for
6299         which the "to" direction is stateful.
6300         * iconvdata/tst-tables.sh: Add EUC-JISX0213, SHIFT_JISX0213.
6301         * iconvdata/Makefile (modules): Add libJISX0213, EUC-JISX0213,
6302         SHIFT_JISX0213.
6303         (libJISX0213-routines): New variable.
6304         (LDFLAGS-EUC-JISX0213.so, LDFLAGS-SHIFT_JISX0213.so): New variables.
6305         (EUC-JISX0213.so, SHIFT_JISX0213.so): Depend on libJISX0213.so.
6306         (LDFLAGS-libJISX0213.so): New variable.
6307         (distribute): Add JISX0213.TXT, EUC-JISX0213.precomposed,
6308         SHIFT_JISX0213.precomposed, SHIFT_JISX0213.irreversible,
6309         jisx0213.c, jisx0213.h, euc-jisx0213.c, shift_jisx0213.c.
6310
6311 2002-04-15  Bruno Haible  <bruno@clisp.org>
6312
6313         * iconvdata/big5hkscs.c (big5hkscs_to_ucs): Change element type to
6314         uint32_t.  Update to Unicode 3.2.
6315         (from_ucs4, from_ucs4_idx): Update to Unicode 3.2.
6316         (BODY for TO_LOOP): Handle the ASCII range specially.
6317         * iconvdata/BIG5HKSCS.irreversible: Add one more entry.
6318         * iconvdata/testdata/BIG5HKSCS: Remove a character.
6319         * iconvdata/testdata/BIG5HKSCS..UTF-8: Regenerated.
6320
6321 2002-04-15  Bruno Haible  <bruno@clisp.org>
6322
6323         * iconvdata/gb18030.c (__twobyte_to_ucs, __fourbyte_to_ucs,
6324         __ucs_to_gb18030_tab1, __ucs_to_gb18030_tab2): Update to Unicode 3.2.
6325
6326 2002-04-15  Bruno Haible  <bruno@clisp.org>
6327
6328         * iconvdata/cns11643.h (__cns11643_from_ucs4p2c_tab): New declaration.
6329         (ucs4_to_cns11643): Update.
6330         * iconvdata/cns11643.c: Update to Unicode 3.2.
6331         (__cns11643l2*_to_ucs4_tab, __cns11643_from_ucs4p0_tab,
6332         __cns11643_from_ucs4p2_tab): Regenerated.
6333         (__cns11643_from_ucs4p2c_tab): New array.
6334         * iconvdata/cvs11643l1.c: Update comments.
6335         * iconvdata/EUC-TW.irreversible: Remove two entries.
6336
6337 2002-04-15  Bruno Haible  <bruno@clisp.org>
6338
6339         * locale/C-translit.h.in: Update to Unicode 3.2.
6340         Add <U2047>, <U205F>..<U2063>, <U2145>..<U2149>, <U2A74>..<U2A76>,
6341         <U30A0>, <U3251>..<U325F>, <U32B1>..<U32BF>, <UFE00>..<UFE0F>.
6342
6343 2002-04-15  Bruno Haible  <bruno@clisp.org>
6344
6345         * iconvdata/sjis.c (halfkana_to_ucs4): Remove array.
6346         (BODY for FROM_LOOP): Optimize the JISX0201:GR to Unicode conversion.
6347
6348 2002-04-15  Bruno Haible  <bruno@clisp.org>
6349
6350         * iconvdata/euc-jp.c (BODY for FROM_LOOP): When encountering an
6351         invalid input (e.g. a byte > 0x80 followed by a byte < 0x80), skip
6352         always one byte, not 0 bytes in some cases and 2 bytes in others.
6353
6354         * iconvdata/tst-table-from.c (main): Correct the usage message.
6355
6356 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6357
6358         * posix/regcomp.c (parse_expression): Fix incorrect error code.
6359         (parse_dup_op): Fix error handling like "a{}".
6360         (parse_bracket_exp): Add error handling.
6361         (fetch_number): Add error handling for "a{<very_large_number>}".
6362
6363 2002-04-19  Isamu Hasegawa  <isamu@yamato.ibm.com>
6364
6365         * posix/regcomp.c (parse_bracket_symbol): Add error handling
6366         in case that the symbol name is too long.
6367         (build_charclass): Handle [:lower:]/[:uppper:] correctly
6368         in case of REG_ICASE.
6369
6370 2002-04-19  Andreas Jaeger  <aj@suse.de>
6371
6372         * math/libm-test.inc: Fix comment, suggested by Hartvig Ekner
6373         <hartvige@mips.com>.
6374
6375 2002-04-15  H.J. Lu  <hjl@gnu.org>
6376
6377         * include/math.h (__finitel_internal): Declare only if
6378         __NO_LONG_DOUBLE_MATH is not defined.
6379         (__isinfl_internal): Likewise.
6380         (__isnanl_internal): Likewise.
6381
6382         * sysdeps/unix/sysv/linux/alpha/syscalls.list: Add __connect_internal.
6383         * sysdeps/unix/sysv/linux/hppa/syscalls.list: Likewise.
6384         * sysdeps/unix/sysv/linux/ia64/syscalls.list: Likewise.
6385         * sysdeps/unix/sysv/linux/mips/syscalls.list: Likewise.
6386         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
6387         * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list: Likewise.
6388         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
6389
6390         * sysdeps/unix/sysv/linux/syscalls.list: Add __chown_internal and
6391         __fcntl_internal.
6392
6393         * sysdeps/unix/sysv/linux/fxstat.c (__fxstat64_internal): Added.
6394         * sysdeps/unix/sysv/linux/lxstat.c (__lxstat64_internal): Added.
6395
6396 2002-04-15  Bruno Haible  <bruno@clisp.org>
6397
6398         * iconvdata/armscii-8.c (BODY for FROM_LOOP): Fix array access.
6399         (BODY for TO_LOOP): Likewise.
6400         * iconvdata/tcvn5712-1.c (from_ucs4): Map U+0309 to 0xB1.
6401         * iconvdata/tst-table.sh: Add support for encodings which contain
6402         precomposed Unicode characters, known to the iconv converter in both
6403         directions but not listed in the charmap.
6404         * iconvdata/IBM856.irreversible: New file.
6405         * iconvdata/IBM922.irreversible: New file.
6406         * iconvdata/IBM1132.irreversible: New file.
6407         * iconvdata/IBM1133.irreversible: New file.
6408         * iconvdata/IBM1160.irreversible: New file.
6409         * iconvdata/IBM1161.irreversible: New file.
6410         * iconvdata/IBM1163.irreversible: New file.
6411         * iconvdata/IBM1164.irreversible: New file.
6412         * iconvdata/ARMSCII-8.irreversible: New file.
6413         * iconvdata/TCVN5712-1.precomposed: New file.
6414         * iconvdata/tst-tables.sh: Add IBM856, IBM922, IBM1124, IBM1129,
6415         IBM1160, IBM1161, IBM1132, IBM1133, IBM1162, IBM1163, IBM1164,
6416         ARMSCII-8, TCVN5712-1.
6417         * iconvdata/Makefile (distribute): Add IBM856.irreversible,
6418         IBM922.irreversible, IBM1132.irreversible, IBM1133.irreversible,
6419         IBM1160.irreversible, IBM1161.irreversible, IBM1163.irreversible,
6420         IBM1164.irreversible, ARMSCII-8.irreversible, TCVN5712-1.precomposed.
6421
6422 2002-04-17  Jakub Jelinek  <jakub@redhat.com>
6423
6424         * time/tst-mktime.c: Include <stdlib.h>.  Use %d, not %ld format
6425         for EVENING69.  Include offsets in TZ environment variable.
6426
6427 2002-04-18  Ulrich Drepper  <drepper@redhat.com>
6428
6429         * iconv/skeleton.c (RESET_INPUT_BUFFER): Replace ifs with #ifs to
6430         avoid compiler warnings.
6431
6432         * locale/programs/localedef.c (main): Always call
6433         construct_output_path.
6434
6435         * iconv/Makefile (CFLAGS-simple-hash.c): Define to find hashval.h.
6436
6437         * locale/programs/locfile.c (to_archive): New variable.  To collect
6438         data which has to be added to the locale archive.
6439         (write_all_categories): Take new third parameter with locale name.
6440         Unless no_archive flag set add new locale data to the archive
6441         (write_locale_data): Unless no-archive flag set store generated data
6442         in to_archive data structure instead of generation output file.
6443         Add new parameter with locale category index.
6444         * locale/programs/locfile.h: Add new parameters in declaractions of
6445         write_all_categories and write_locale_data.
6446         * locale/programs/localedef.c: Recognize --no-archive, --list-archive,
6447         --add-to-archive, and --delete-from-archive options.  Pass extra
6448         parameter to write_all_categories.
6449         * locale/programs/localedef.h: Add prototypes for functions in
6450         locarchive.c.
6451         * locale/locarchive.h: New file.
6452         * locale/programs/locarchive.c: New file.
6453         * locale/Makefile (distribute): Add programs/locarchive.c and
6454         locarchive.h.
6455         (localedef-modules): Add md5 and locarchive.
6456         Add vpath to crypt subdir for md5.c.
6457
6458         * locale/programs/ld-address.c: Pass locale category ID as new second
6459         parameter to write_locale_data.
6460         * locale/programs/ld-collate.c: Likewise.
6461         * locale/programs/ld-ctype.c: Likewise.
6462         * locale/programs/ld-identification.c: Likewise.
6463         * locale/programs/ld-measurement.c: Likewise.
6464         * locale/programs/ld-messages.c: Likewise.
6465         * locale/programs/ld-monetary.c: Likewise.
6466         * locale/programs/ld-name.c: Likewise.
6467         * locale/programs/ld-numeric.c: Likewise.
6468         * locale/programs/ld-paper.c: Likewise.
6469         * locale/programs/ld-telephone.c: Likewise.
6470         * locale/programs/ld-time.c: Likewise.
6471
6472         * locale/simple-hash.c: Move compute_hashval function from here...
6473         * locale/hashval.h: ...to here.  New file.
6474         * locale/simple-hash.h: Add prototype for compute_hashval.
6475
6476         * include/libintl.h: Minor cleanups.
6477
6478 2002-04-16  Ulrich Drepper  <drepper@redhat.com>
6479
6480         * posix/regcomp.c (gettext): Use INTUSE for _libc_intl_domainname.
6481
6482 2002-04-15  Ulrich Drepper  <drepper@redhat.com>
6483
6484         * include/sys/stat.h: Fix typo.  Patch by HJ Lu.
6485
6486 2002-04-14  Bruno Haible  <bruno@clisp.org>
6487
6488         * locale/programs/charmap.c (charmap_read): Don't access result if
6489         result == NULL.
6490
6491 2002-02-17  Andreas Schwab  <schwab@suse.de>
6492
6493         * elf/reldep7.c: New file.
6494         * elf/reldep7mod1.c: New file.
6495         * elf/reldep7mod2.c: New file.
6496         * elf/Makefile: Add rules to build and run reldep7.
6497
6498 2002-04-14  Jakub Jelinek  <jakub@redhat.com>
6499
6500         * elf/dl-lookup.c (_dl_lookup_symbol): Move add_dependency call to
6501         the end of the function.  Pass original flags to recursive call if
6502         add_dependency failed.
6503         (_dl_lookup_versioned_symbol): Likewise.
6504
6505 2002-04-13  Jakub Jelinek  <jakub@redhat.com>
6506
6507         * time/mktime.c (__mktime_internal): If year is 69, don't bail out
6508         early, but check whether it overflowed afterwards.
6509         * time/tst-mktime.c (main): Add new tests.
6510
6511 2002-04-14  Ulrich Drepper  <drepper@redhat.com>
6512
6513         * debug/xtrace.sh: Fix program name in help message.
6514         Patch by Roger Luethi <rl@hellgate.ch>.
6515
6516         * include/sys/stat.h: Add prototypes for __lxstat_internal and
6517         __lxstat64_internal.  Add macros __lxstat and __lxstat64 if not
6518         NOT_IN_libc.
6519         * sysdeps/generic/lxstat.c: Use INTDEF for __lxstat.
6520         * sysdeps/mach/hurd/lxstat.c: Likewise.
6521         * sysdeps/unix/common/lxstat.c: Likewise.
6522         * sysdeps/unix/sysv/aix/lxstat.c: Likewise.
6523         * sysdeps/unix/sysv/linux/lxstat.c: Likewise.
6524         * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
6525         * sysdeps/unix/sysv/linux/ia64/lxstat.c: Likewise.
6526         * sysdeps/unix/sysv/linux/s390/s390-64/lxstat.c: Likewise.
6527         * sysdeps/generic/lxstat64.c: Use INTDEF for __lxstat64.
6528         * sysdeps/mach/hurd/lxstat64.c: Likewise.
6529         * sysdeps/unix/sysv/aix/lxstat64.c: Likewise.
6530         * sysdeps/unix/sysv/linux/lxstat64.c: Likewise.
6531
6532         * include/wchar.h: Declare __mbrtowc_internal and __mbrlen_internal
6533         prototypes.  Add __mbrlen and __mbrtowc macros.
6534         * wcsmbs/mbrlen.c: Use INTDEF for __mbrlen.
6535         * wcsmbs/mbrtowc.c: Use INTDEF for __mbrtowc.
6536
6537         * include/unistd.h: Add prototype for __write_internal and add
6538         __libc_write macro is SHARED.
6539         * sysdeps/generic/write.c: Use INTDEF for __write.
6540         * sysdeps/mach/hurd/write.c: Likewise.
6541         * sysdeps/unix/sysv/aix/write.c: Likewise.
6542         * sysdeps/unix/syscalls.list: Add __libc_write alias.
6543
6544         * assert/assert.c: Replace STR_N_SIZE with something usable in
6545         macro arguments.
6546         * assert/assert-perr.c: Likewise.
6547
6548         * include/sys/socket.h: Declare __libc_sa_len_internal and define
6549         SA_LEN macro to use it if not NOT_IN_libc.
6550         * sysdeps/unix/sysv/linux/sa_len.c: Use INTDEF for __libc_sa_len.
6551
6552         * include/fcntl.h: Declare __open_internal and define __open and
6553         __libc_open macros if not NOT_IN_libc.
6554         * sysdeps/generic/open.c: Use INTDEF for __open.
6555         * sysdeps/mach/hurd/open.c: Likewise.
6556         * sysdeps/unix/sysv/aix/open.c: Likewise.
6557         * sysdeps/unix/syscalls.list: Add __open_internal alias.
6558
6559         * sysdeps/generic/check_fds.c: Make sure newly opened file descriptor
6560         has correct number.
6561
6562         * include/fcntl.h: Define __libc_fcntl macro if not NOT_IN_libc.
6563         * sysdeps/mach/hurd/fcntl.c: Undefine __libc_fcntl as well.
6564         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6565         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6566
6567         * include/wctype.h: Declare __iswalpha_l_internal,
6568         __iswdigit_l_internal, __iswspace_l_internal,
6569         __iswxdigit_l_internal, and __iswctype_internal.  Define
6570         __iswalpha_l, __iswctype, __iswdigit_l, __iswspace_l, and
6571         __iswxdigit_l macros if not NOT_IN_libc.
6572         * wctype/iswctype.c: Use INTDEF for __iswctype.
6573         * wctype/wcfuncs_l.c: Use INTDEF for all __iswXXX_l.
6574
6575         * include/math.h: Declare __isinf_internal, __isinfl_internal,
6576         __isnan_internal, and __isnanl_internal.
6577         * stdio-common/printf_fp.c: Use INTUSE for calls to __isinf, __isinfl,
6578         __isnan, and __isnanl.
6579         * stdio-common/printf_size.c: Likewise.
6580         * sysdeps/generic/printf_fphex.c: Likewise.
6581         * sysdeps/i386/fpu/s_isinfl.c: Also define _internal alias.
6582         * sysdeps/i386/fpu/s_isnanl.c: Likewise.
6583         * sysdeps/ia64/fpu/s_isinf.S: Likewise.
6584         * sysdeps/ia64/fpu/s_isnan.S: Likewise.
6585         * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
6586         * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
6587         * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
6588         * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
6589         * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
6590         * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
6591         * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
6592         * sysdeps/m68k/s_isinfl.c: Likewise.
6593         * sysdeps/m68k/fpu/s_isinf.c: Likewise.
6594         * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
6595
6596         * include/sys/time.h: Declare __gettimeofday_internal and define
6597         __gettimeofday macro if not NOT_IN_libc.
6598         * sysdeps/generic/gettimeofday.c: Use INTEDEF for __gettimeofday.
6599         * sysdeps/mach/gettimeofday.c: Likewise.
6600         * sysdeps/posix/gettimeofday.c: Likewise.
6601         * sysdeps/unix/sysv/aix/gettimeofday.c: Likewise.
6602         * sysdeps/unix/common/syscalls.list: Define __gettimeofday alias.
6603         * sysdeps/unix/sysv/linux/alpha/gettimeofday.S: Likewise.
6604         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Likewise.
6605
6606         * include/sys/stat.h: Declare __fxstat_internal and __fxstat64_internal
6607         and define __fxstate and __fxstat64 macros if not NOT_IN_libc.
6608         Remove __lstat and __fstat inline functions.
6609         * sysdeps/generic/fxstat.c: Use INTDEF for __fxstat.
6610         * sysdeps/mach/hurd/fxstat.c: Likewise.
6611         * sysdeps/unix/fxstat.c: Likewise.
6612         * sysdeps/unix/sysv/aix/fxstat.c: Likewise.
6613         * sysdeps/unix/sysv/linux/fxstat.c: Likewise.
6614         * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
6615         * sysdeps/unix/sysv/linux/ia64/fxstat.c: Likewise.
6616         * sysdeps/unix/sysv/linux/s390/s390-64/fxstat.c: Likewise.
6617         * sysdeps/generic/fxstat64.c: Use INTDEF for __fxstat64.
6618         * sysdeps/mach/hurd/fxstat64.c: Likewise.
6619         * sysdeps/unix/sysv/aix/fxstat64.c: Likewise.
6620         * sysdeps/unix/sysv/linux/fxstat64.c: Likewise.
6621
6622         * include/unistd.h: Declare __getpid_internal and define
6623         __getpid macro if not NOT_IN_libc.
6624         * sysdeps/mach/hurd/getpid.c: Use INTDEF for __getpid.
6625         * sysdeps/generic/getpid.c: Likewise.
6626         * sysdeps/unix/syscalls.list: Add __getpid_internal alias.
6627         * posix/bsd-getpgrp.c: Use INTUSE for __getpgid call.
6628
6629         * include/unistd.h: Declare __getpgid_internal and define
6630         __getpgid macro if not NOT_IN_libc.
6631         * sysdeps/generic/getpgid.c: Use INTDEF for __getpgid.
6632         * sysdeps/mach/hurd/getpgid.c: Likewise.
6633         * sysdeps/unix/sysv/aix/getpgid.c: Likewise.
6634         * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise.
6635         * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise.
6636         * sysdeps/unix/sysv/linux/syscalls.list: Add _getpgid_internal alias.
6637
6638         * include/unistd.h: Declare __getpagesize_internal and define
6639         __getpagesize macro if not NOT_IN_libc.
6640         * sysdeps/unix/sysv/linux/shmat.c: Include <unistd.h> for
6641         __getpagesize.
6642         * sysdeps/generic/getpagesize.c: Use INTDEF for __getpagesize.
6643         * sysdeps/mach/getpagesize.c: Likewise.
6644         * sysdeps/posix/getpagesize.c: Likewise.
6645         * sysdeps/unix/getpagesize.c: Likewise.
6646         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
6647         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
6648         * sysdeps/unix/sysv/linux/m68k/getpagesize.c: Likewise.
6649         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Likewise.
6650
6651 2002-04-13  Andreas Jaeger  <aj@suse.de>
6652
6653         * sysdeps/i386/i486/bits/string.h (__strcspn_cg): Use only memory
6654         as clobber to reduce register pressure.
6655         (__strpbrk_cg): Likewise.
6656         (__mempcpy_by4): Likewise.
6657         (__strstr_cg): Likewise.
6658         Add prototype for __memrchr.
6659
6660 2002-04-13  Andreas Schwab  <schwab@suse.de>
6661
6662         * sysdeps/m68k/fpu/s_finite.c: Add internal alias.
6663         * sysdeps/m68k/fpu/s_finitef.c: Likewise.
6664         * sysdeps/m68k/fpu/s_finitel.c: Likewise.
6665
6666 2002-04-13  Ulrich Drepper  <drepper@redhat.com>
6667
6668         * elf/do-lookup.h [!VERSIONED]: Add new parameter flags.  Use it to
6669         check whether the caller prefers getting the most recent version of
6670         a symbol of the earliest version.
6671         * elf/dl-lookup.c: Adjust all callers of do_lookup.  Change
6672         _dl_do_lookup to also take the new parameter and pass it on.
6673         Change 'explicit' parameter of _dl_lookup_symbol and
6674         _dl_lookup_versioned_symbol to flags.  Adjust tests.
6675         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
6676         * elf/dl-libc.c: Adjust all callers of _dl_lookup_symbol and
6677         _dl_lookup_versioned_symbol.
6678         * elf/dl-reloc.c: Likewise.
6679         * elf/dl-runtime.c: Likewise.
6680         * elf/dl-sym.c: Likewise.
6681         * sysdeps/mips/dl-machine.h: Likewise.
6682
6683 2002-04-11  Jakub Jelinek  <jakub@redhat.com>
6684
6685         * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (LOC): Don't paste
6686         in a token.
6687         * sysdeps/unix/sysv/sysv4/solaris2/sparc/sysdep.h (LOC): Likewise.
6688
6689 2002-04-10  Andreas Jaeger  <aj@suse.de>
6690
6691         * sysdeps/unix/sysv/linux/x86_64/glob.c: New file.
6692
6693         * include/argz.h: Remove extra char from last patch.
6694
6695 2002-04-09  Ulrich Drepper  <drepper@redhat.com>
6696
6697         * sysdeps/mach/hurd/chown.c: Use INTDEF for __chown.
6698         * sysdeps/unix/sysv/aix/chown.c: Likewise.
6699         * sysdeps/unix/grantpt.c: Use INTUSE for __chown calls.
6700         * sysdeps/unix/sysv/linux/m68k/chown.c: Likewise.
6701         * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
6702         * sysdeps/unix/sysv/linux/i386/chown.c: Use INTDEF2 to define
6703         __chown_internal.
6704         * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6705
6706         * intl/dcngettext.c [_LIBC]: Use INTUSE for __dcngettext.
6707         * intl/dngettext.c [_LIBC] (DCNGETTEXT): Use INTUSE.
6708         * intl/ngettext.c: Likewise.
6709
6710         * include/sys/socket.h: Declare __connect_internal and define
6711         __connect macro if not NOT_IN_libc.
6712         * sysdeps/mach/hurd/connect.c: Use INTDEF for __connect.
6713         * sysdeps/unix/sysv/aix/connect.c: Likewise.
6714         * sysdeps/unix/sysv/linux/connect.S: Add __connect_internal alias.
6715
6716         * include/unistd.h: Declare __close_internal and define __close macro
6717         if not NOT_IN_libc.
6718         * libio/libioP.h (JUMO0, JUMP1, JUMP2, JUMP3, WJUMP0, WJUMP1, WJUMP2,
6719         WJUMP3): Add extra parenthesis to avoid expanding element names with
6720         macors like __close.
6721         * sysdeps/unix/syscalls.list: Add __close_internal alias.
6722
6723         * include/unistd.h: Declare __dup2_internal and define __dup2 macro
6724         if not NOT_IN_libc.
6725         * sysdeps/mach/hurd/dup2.c: Use INTDEF for __dup2.
6726         * sysdeps/posix/dup2.c: Use INTDEF for __dup2.
6727         * sysdeps/unix/syscalls.list: Add __dup2_internal alias.
6728
6729         * include/unistd.h: Declare __fork_internal and define __fork macro
6730         if not NOT_IN_libc.
6731         * sysdeps/mach/hurd/fork.c: Use INTDEF for __fork.
6732         * sysdeps/unix/sysv/aix/fork.c: Likewise.
6733         * sysdeps/unix/sysv/linux/syscalls.list: Add __fork_internal alias.
6734
6735         * include/stdio_ext.h: Declare __fsetlocking_internal and define
6736         __fsetlocking macro to use it if not NOT_IN_libc.
6737         * libio/__fsetlocking.c: Use INTDEF for __fsetlocking.
6738
6739         * libio/__fbufsize.c: Correct copyright.
6740         * libio/__flbf.c: Likewise.
6741         * libio/__fpending.c: Likewise.
6742         * libio/__fpurge.c: Likewise.
6743         * libio/__freadable.c: Likewise.
6744         * libio/__freading.c: Likewise.
6745         * libio/__fsetlocking.c: Likewise.
6746         * libio/__fwritable.c: Likewise.
6747         * libio/__fwriting.c: Likewise.
6748
6749         * include/stdio.h: Declare __asprintf_internal and define __asprintf
6750         macro to use it if not NOT_IN_libc.
6751         * stdio-common/asprintf.c: Use INTDEF for __asprintf.
6752
6753         * include/mntent.h: Declare __setmntent_internal,
6754         __getmntent_r_internal, __endmntent_internal.  Define __setmntent,
6755         __getmntent_r, and __endmntent macros to use these functions if not
6756         NOT_IN_libc.
6757         * misc/mntent_r.c: Use INTDEF for __setmntent, __getmntent_r, and
6758         __endmntent.
6759
6760         * include/math.h: Declare __finite_internal, __finitef_internal, and
6761         __finitel_internal.  Redefine isfinite macro if in libc or libm using
6762         these functions.
6763         * sysdeps/generic/s_ldexp.c: Use INTUSE for __finite calls.
6764         * sysdeps/generic/s_ldexpf.c: Use INTUSE for __finitef calls.
6765         * sysdeps/generic/s_ldexpl.c: Use INTUSE for __finitel calls.
6766         * sysdeps/i386/fpu/s_finite.S: Define _internal alias.
6767         * sysdeps/i386/fpu/s_finitef.S: Likewise.
6768         * sysdeps/i386/fpu/s_finitel.S: Likewise.
6769         * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
6770         * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
6771         * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
6772         * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
6773
6774         * include/fcntl.h: Declare __fcntl_internal.  Define __fcntl macro
6775         to use this function if not NOT_IN_libc.
6776         * libio/iofdopen.c (_IO_fcntl): Use INTUSE.
6777         * sysdeps/generic/fcntl.c: Use INTDEF for __fcntl.
6778         * sysdeps/mach/hurd/fcntl.c: Likewise.
6779         * sysdeps/unix/sysv/aix/fcntl.c: Likewise.
6780         * sysdeps/unix/sysv/linux/i386/fcntl.c: Likewise.
6781
6782         * include/argz.h: Declare __argz_count_internal and
6783         __argz_stringify_internal.
6784         * intl/l10nflist.c [_LIBC]: Use INTUSE for __argz_count and
6785         __argz_stringify.
6786         * string/argz-count.c: Use INTDEF for __argz_count.
6787         * string/argz-stringify.c: Use INTDEF for __argz_stringify.
6788
6789         * include/stdlib.h: Declare __cxa_atexit_internal and define
6790         __cxa_atexit macro if not NOT_IN_libc.
6791         * stdlib/cxa_atexit.c: Use INTDEF for __cxa_atexit.
6792         * dlfcn/Makefile: Define NOT_IN_libc when compiling modcxaatexit.c.
6793
6794         * assert/assert.c: Use INTDEF for __assert_fail.
6795         * assert/__assert.c: Use INTUSE for call to __assert_fail.
6796         * include/assert.h: Declare __assert_fail_internal.
6797
6798         * extra-lib.mk: Mark assignment to lib with override.
6799
6800 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6801
6802         * Makerules: Use cppflags-iterator.mk to add defines for all test
6803         source files.
6804
6805 2002-04-08  kaz Kojima  <kkojima@rr.iij4u.or.jp>
6806
6807         * elf/elf.h: Define R_SH_TLS_xxx macros.
6808         * elf/rtld.c: Remove an extra parenthesis.
6809         * elf/tls-macros.h: Define SH version TLS_LE, TLS_IE, TLS_LD and
6810         TLS_GD macros.
6811         * sysdeps/generic/dl-tls.c: Add a missing semi-colon.
6812         * sysdeps/sh/dl-lookupcfg.h: New file.
6813         * sysdeps/sh/dl-tls.h: New file.
6814         * sysdeps/sh/dl-machine.h (elf_machine_type_class): Set
6815         ELF_RTYPE_CLASS_PLT also for the three TLS relocations.
6816         (elf_machine_rela): Handle R_SH_TLS_DTPMOD32, R_SH_TLS_DTPOFF32 and
6817         R_SH_TLS_TPOFF32 relocations.
6818
6819 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6820
6821         * cppflags-iterator.mk (cpp-srcs-left): Define NOT_IN_libc instead
6822         of NOT_IN_LIBC.
6823         * include/libintl.h: Test for NOT_IN_libc not NOT_IN_LIBC.
6824         * include/stdlib.h: Likewise.
6825
6826 2002-04-08  Jakub Jelinek  <jakub@redhat.com>
6827
6828         * elf/Makefile (CFLAGS-.os): Define NOT_IN_libc and IS_IN_rtld
6829         instead of _RTLD_LOCAL.
6830         * elf/dl-dst.h: Use IS_IN_rtld instead of _RTLD_LOCAL.
6831         * include/unistd.h: Likewise.
6832         * sysdeps/generic/ldsodefs.h: Likewise.
6833
6834         * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays
6835         if in libc or ld.so.
6836
6837 2002-04-08  Andreas Jaeger  <aj@suse.de>
6838
6839         * elf/cache.c (print_entry): Support x86-64.
6840
6841 2002-04-08  Ulrich Drepper  <drepper@redhat.com>
6842
6843         * include/stdlib.h: For libc itself replace MB_CUR_MAX definition
6844         with one accessing the locale data structures directly.
6845         * stdio-common/printf-prs.c: Include localeinfo.h for new
6846         MB_CUR_MAX definition.
6847
6848         * Makeconfig (CPPFLAGS): Also add CPPFLAGS-<basename> where <basename>
6849         is the name of the source file without extension.
6850         * Makefile (distribute): Add cppflags-iterator.mk.
6851         * cppflags-iterator.mk: New file.
6852         * extra-lib.mk: For the sources of the library run
6853         cppflags-iterator.mk.
6854
6855         * include/libintl.h: Declare __dcgettext_internal and
6856         _libc_intl_domainname_internal.  Define __dcgettext using these
6857         two symbols if used in libc itself.
6858         * argp/argp-help.c: Define dgettext using __dcgettext_internal and
6859         _libc_intl_domainname_internal.
6860         * argp/argp-parse.c: Likewise.
6861         * intl/dcgettext.c (__dcgettext): Use INTDEF to define alias.
6862         * intl/dgettext.c: Call __dcgettext_internal instead of __dcgettext.
6863         * intl/gettext.c: Likewise.
6864         * locale/SYS_libc.c (_libc_intl_domainname): Use INTDEF to define
6865         alias.
6866         * posix/regcomp.c (gettext): Use __dcgettext_internal instead of
6867         __dcgettext.
6868         * posix/regex_internal.c (gettext): Likewise.
6869
6870 2002-04-08  Andreas Jaeger  <aj@suse.de>
6871
6872         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Fix rewrite rule.
6873
6874         * sysdeps/x86_64/fpu/s_llrint.S: New file.
6875         * sysdeps/x86_64/fpu/s_llrintf.S: New file.
6876         * sysdeps/x86_64/fpu/s_llrintl.S: New file.
6877         * sysdeps/x86_64/fpu/s_lrint.S: New file.
6878         * sysdeps/x86_64/fpu/s_lrintf.S: New file.
6879         * sysdeps/x86_64/fpu/s_lrintl.S: New file.
6880
6881 2002-04-08  Roland McGrath  <roland@frob.com>
6882
6883         * sysdeps/mach/hurd/dl-sysdep.c (__mmap): Use MAP_FAILED instead of
6884         widening __hurd_fail value.
6885
6886 2002-04-07  Roland McGrath  <roland@frob.com>
6887
6888         * sysdeps/mach/hurd/alpha/trampoline.c: Don't include
6889         <mach/machine/alpha_instruction.h>.
6890         (_hurd_setup_sighandler): Take proper arguments for current decls.
6891         Update code to use _hurdsig_catch_fault.
6892         Use `callsys' instruction instead of `call_pal'.
6893         * sysdeps/mach/hurd/alpha/intr-msg.h: New file.
6894
6895         * sysdeps/mach/alpha/sysdep.h: Include <mach/alpha/asm.h>.
6896         (ALIGN, at, AT, fp): New macros.
6897
6898 2002-04-06  Roland McGrath  <roland@frob.com>
6899
6900         * mach/setup-thread.c (__mach_setup_thread): int -> natural_t
6901
6902         * sysdeps/mach/hurd/dl-sysdep.c: Use ElfW(TYPE) in place of Elf32_TYPE.
6903         (__mmap): Use MAP_FAILED instead of widening __hurd_fail value.
6904
6905         * sysdeps/mach/hurd/bind.c: Use prototype definition.
6906         * sysdeps/mach/hurd/connect.c: Likewise.
6907         * sysdeps/mach/hurd/getsockopt.c: Likewise.
6908         * sysdeps/mach/hurd/setsockopt.c: Likewise.
6909
6910         * sysdeps/mach/hurd/alpha/sigreturn.c: Pass missing argument to
6911         __msg_sig_post RPC.
6912
6913         * hurd/catch-exc.c: Use integer_t instead of int.
6914         * hurd/hurdfault.c: Likewise.
6915
6916         * sysdeps/mach/hurd/alpha/exc2signal.c
6917         (_hurd_exception2signal): Rewritten.
6918         * sysdeps/mach/hurd/alpha/longjmp-ts.c
6919         (_hurd_longjmp_thread_state): Rewritten.
6920
6921 2002-04-07  Ulrich Drepper  <drepper@redhat.com>
6922
6923         * nss/getXXbyYY_r.c: If NSS_attribute_hidden is defined use it with the
6924         DB_LOOKUP_FCT prototype.
6925         * nss/getXXent_r.c: Likewise.
6926         * inet/getaliasent_r.c: Define NSS_attribute_hidden.
6927         * inet/getaliasname_r.c: Likewise.
6928         * inet/getnetbyad_r.c: Likewise.
6929         * inet/getnetbynm_r.c: Likewise.
6930         * inet/getnetent_r.c: Likewise.
6931         * inet/getproto_r.c: Likewise.
6932         * inet/getprtent_r.c: Likewise.
6933         * inet/getprtname_r.c: Likewise.
6934         * inet/getrpcbyname_r.c: Likewise.
6935         * inet/getrpcbynumber_r.c: Likewise.
6936         * inet/getrpcent_r.c: Likewise.
6937         * inet/getservent_r.c: Likewise.
6938         * inet/getsrvbynm_r.c: Likewise.
6939         * inet/getsrvbypt_r.c: Likewise.
6940         * shadow/getspent_r.c: Likewise.
6941         * shadow/getspnam_r.c: Likewise.
6942
6943         * malloc/thread-m.h: Define __libc_tsd_MALLOC_data as static.
6944
6945         * sysdeps/i386/elf/bsd-setjmp.S: Use GOTOFF for __sigjmp_save access.
6946         Use i686-friendly PIC code.
6947         * sysdeps/i386/elf/setjmp.S: Likewise.
6948
6949         * sysdeps/unix/sysv/linux/i386/sysdep.h: Use i686-friendly PIC code.
6950
6951         * sysdeps/mach/hurd/Versions: Add _dl_init_first to libc and ld export
6952         list.
6953         * elf/Versions: Remove it here.
6954
6955 2002-04-06  Ulrich Drepper  <drepper@redhat.com>
6956
6957         * iconvdata/tcvn5712-1.c (MAX_NEEDED_INPUT): Define for from
6958         direction.  Reported by H . J . Lu <hjl@lucon.org>.
6959
6960 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
6961
6962         * intl/tst-gettext.sh: Set GCONV_PATH and LOCPATH to values for the
6963         test just before the test runs.
6964         * intl/tst-translit.sh: Likewise.
6965         * intl/tst-codeset.sh: Likewise.
6966
6967         * timezone/zic.c: Update from tzcode2002c.
6968         * timezone/asia: Update from tzdata2002c.
6969         * timezone/backward: Likewise.
6970         * timezone/europe: Likewise.
6971         * timezone/northamerica: Likewise.
6972         * timezone/northamerica: Likewise.
6973         * timezone/northamerica: Likewise.
6974         * timezone/southamerica: Likewise.
6975         * timezone/zone.tab: Likewise.
6976
6977 2002-03-23  Jakub Jelinek  <jakub@redhat.com>
6978
6979         * sysdeps/generic/brk.c (__curbrk): Declare.
6980         * sysdeps/generic/dl-brk.c: Add attribute_hidden to __curbrk.
6981         * sysdeps/generic/dl-sbrk.c: Likewise.
6982         * sysdeps/unix/arm/dl-brk.S: New file.
6983         * sysdeps/unix/bsd/hp/m68k/dl-brk.S: New file.
6984         * sysdeps/unix/bsd/osf/alpha/dl-brk.S: New file.
6985         * sysdeps/unix/bsd/sun/m68k/dl-brk.S: New file.
6986         * sysdeps/unix/bsd/vax/dl-brk.S: New file.
6987         * sysdeps/unix/i386/dl-brk.S: New file.
6988         * sysdeps/unix/mips/dl-brk.S: New file.
6989         * sysdeps/unix/sparc/dl-brk.S: New file.
6990         * sysdeps/unix/sysv/linux/alpha/dl-brk.S: New file.
6991         * sysdeps/unix/sysv/linux/ia64/dl-brk.S: New file.
6992         * sysdeps/unix/sysv/linux/powerpc/dl-brk.S: New file.
6993         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-brk.S: New file.
6994
6995 2002-04-03  Andreas Schwab  <schwab@suse.de>
6996
6997         * Makefile (headers): Add gnu/lib-names.h here instead of
6998         install-others.
6999         ($(inst_includedir)/gnu/lib-names.h): Remove explicit
7000         installation rule.
7001         (install-headers): Add dependency on install-headers-nosubdir.
7002         * stdio-common/Makefile (headers): Add bits/stdio_lim.h here
7003         instead of install-others.
7004         ($(inst_includedir)/bits/stdio_lim.h): Remove explicit
7005         installation rule.
7006
7007 2002-04-05  Ulrich Drepper  <drepper@redhat.com>
7008
7009         * manual/users.tex (Enable/Disable Setuid): Fix typo in example.
7010         Reported by Sam Roberts <sroberts@uniserve.com>.
7011
7012 2002-04-03  Jakub Jelinek  <jakub@redhat.com>
7013
7014         * elf/do-rel.h (elf_dynamic_do_rel): Skip relative relocs if
7015         l_addr == 0 and ELF_MACHINE_REL_RELATIVE.
7016         * sysdeps/alpha/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7017         * sysdeps/ia64/dl-machine.h (ELF_MACHINE_REL_RELATIVE): Define.
7018
7019 2002-04-03  David Mosberger  <davidm@hpl.hp.com>
7020
7021         * sysdeps/ia64/dl-machine.h (TRAMPOLINE_TEMPLATE): Add unwind info.
7022         (RTLD_START): Ditto.
7023         (__ia64_init_bootstrap_fdesc_table): Insert stop bit to avoid RAW
7024         dependency violation.
7025
7026 2002-04-05  Jakub Jelinek  <jakub@redhat.com>
7027
7028         * time/mktime.c (__mktime_internal): Move check for year < 70 below
7029         all variable declarations.
7030
7031 2002-04-04  Andreas Schwab  <schwab@suse.de>
7032
7033         * sysdeps/unix/sysv/linux/ia64/pipe.S: Don't overwrite r8 on error.
7034
7035 2002-04-04  Andreas Jaeger  <aj@suse.de>
7036
7037         * sysdeps/x86_64/fpu/e_sqrt.c: New file.
7038         * sysdeps/x86_64/fpu/e_sqrtf.c: New file.
7039
7040         * sysdeps/x86_64/fpu/s_fabs.c: New file.
7041         * sysdeps/x86_64/fpu/s_fabsf.c: New file.
7042         * sysdeps/x86_64/fpu/s_fabsl.c: New file.
7043
7044         * sysdeps/unix/sysv/linux/x86_64/time.S: New file.
7045
7046         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: New file.
7047
7048         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Removed.
7049         * sysdeps/unix/sysv/linux/x86_64/time.c: Removed.
7050
7051         * configure.in: Handle all mips entries the same.
7052
7053         * sysdeps/mips/dec/bits/endian.h: Removed since arch is not supported.
7054         * sysdeps/mips/mips3/*: Likewise.
7055         * sysdeps/mips/p40/bits/endian.h: Likewise.
7056
7057 2002-04-04  Ulrich Drepper  <drepper@redhat.com>
7058
7059         * misc/dirname.c (dirname): Ignore trailing slashes at end of
7060         non-null result [PR libc/2600].
7061
7062         * misc/tst-dirname.c: Add more tests.
7063
7064 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7065
7066         * locale/programs/charmap.c (charmap_read): If the charmap doesn't
7067         define a code_set_name provide one based on the filename.
7068
7069         * malloc/hooks.c: Define weak_variable correctly for _LIBC.
7070
7071 2001-12-28  Andreas Jaeger  <aj@suse.de>
7072
7073         * time/mktime.c (__mktime_internal): Check for year < 70
7074         [PR libc/2738].
7075
7076 2002-04-03  Andreas Jaeger  <aj@suse.de>
7077
7078         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Fix arguments for
7079         shmat.
7080         Reported by Andi Kleen <ak@suse.de>.
7081
7082 2002-04-03  Ulrich Drepper  <drepper@redhat.com>
7083
7084         * sysdeps/generic/w_lgamma.c: Initialized local_signgam.
7085         * sysdeps/generic/w_lgammaf.c: Likewise.
7086         * sysdeps/generic/w_lgammal.c: Likewise [PR libc/2854].
7087
7088         * debug/catchsegv.sh (exval): Quote [ in pattern [PR libc/2902].
7089         Adjust for new output format of the backtrace functions.
7090
7091         * misc/syslog.c (vsyslog): Only use cleanup handler if
7092         _LIBC_REENTRANT is defined [PR libc/2924].
7093
7094         * libio/Makefile (tests): Add bug-ungetwc2.
7095         * libio/bug-ungetwc2.c: New file.
7096
7097         * manual/install.texi: Typographical and grammatical cleanup.
7098         Patch by Dennis Grace <dgrace@us.ibm.com>.
7099
7100         * sunrpc/rpc_svcout.c (write_real_program): Write "result, "
7101         parameter if mtflag.  Patch by <jeongyun@innovay.com>.
7102
7103         * sunrpc/rpc_svcout.c (printif): Remove third parameter.  It was
7104         always "&".  Adjust callers.
7105         Add "_" prefix to several generated definitions.
7106         Patch by paul@serice.net [PR libc/3158].
7107
7108 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7109
7110         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Completely specify
7111         size of _dl_arm_cap_flags.
7112         Patch by enrico.scholz@informatik.tu-chemnitz.de [PR libc/3155].
7113
7114         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
7115         Define as 8.
7116
7117 2002-03-22  H.J. Lu  <hjl@gnu.org>
7118
7119         * scripts/firstversions.awk: Check the first version.
7120
7121 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7122
7123         * elf/dl-deps.c (_dl_map_object_deps): The sorting of the
7124         dependencies must be stable to work correctly.
7125         Reported by martin.lubich@datacon.at.
7126
7127         * libio/bug-ungetwc1.c: New file.
7128         * libio/Makefile (tests): Add bug-ungetwc1.
7129
7130         * libio/fileops.c (_IO_new_file_close_it): Only call _IO_do_flush
7131         if stream was last used for writing.
7132
7133         * elf/do-lookup.h (do_lookup): 2 is the first user-defined version
7134         number [PR libc/3111].
7135
7136         * libio/iofclose.c (_IO_new_fclose): Move freeing of backup buffer
7137         to ...
7138         * libio/fileops.c (_IO_new_file_close_it): ...here [PR libc/3190].
7139
7140 2002-04-02  Jakub Jelinek  <jakub@redhat.com>
7141
7142         * inet/ether_ntoh.c (__nss_ethers_lookup): Add internal_function.
7143         * inet/ether_hton.c (__nss_ethers_lookup): Likewise.
7144         * inet/getnetgrent_r.c (__nss_netgroup_lookup): Likewise.
7145         * sunrpc/netname.c (__nss_publickey_lookup): Likewise.
7146         * sunrpc/publickey.c (__nss_publickey_lookup): Likewise.
7147
7148 2002-03-30  Jakub Jelinek  <jakub@redhat.com>
7149
7150         * elf/dynamic-link.h (elf_get_dynamic_info): Don't abort on unknown
7151         dynamic tags.
7152
7153 2002-03-29  Jakub Jelinek  <jakub@redhat.com>
7154
7155         * sysdeps/i386/fpu/s_fabs.S: New file.
7156         * sysdeps/i386/fpu/s_fabsf.S: New file.
7157         * sysdeps/i386/fpu/s_fabsl.S: New file.
7158         * sysdeps/sparc/sparc64/fpu/s_fabs.c: New file.
7159         * sysdeps/sparc/sparc64/fpu/s_fabsf.c: New file.
7160         * sysdeps/sparc/sparc64/fpu/s_fabsl.c: New file.
7161
7162 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7163
7164         * rt/tst-shm.c (do_test): Add one more test for size of shared
7165         memory object.
7166
7167 2002-03-29  Wolfram Gloger  <wg@malloc.de>
7168
7169         * malloc/malloc.c: Add short description and prototypes for
7170         malloc_get_state, malloc_set_state and posix_memalign, for
7171         consistency and to avoid warnings with -Wstrict-prototypes.
7172         Reported by Andreas Jaeger <aj@suse.de>.
7173
7174 2002-04-02  Ulrich Drepper  <drepper@redhat.com>
7175
7176         * po/gl.po: Update from translation team.
7177
7178 2002-03-31  Roland McGrath  <roland@frob.com>
7179
7180         * hurd/hurdselect.c (_hurd_select): Fix
7181         MACH_MSG_TYPE_INTEGER_T -> integer_t in sizeof.
7182         Use a union rather than casts to compare mach_msg_type_t as int.
7183
7184 2002-03-25  Roland McGrath  <roland@frob.com>
7185
7186         * hurd/hurdchdir.c (_hurd_change_directory_port_from_name): Don't
7187         check off the end of NAME when it's shorter than 2 chars.
7188         Reported by Ognyan Kulev <ogi@fmi.uni-sofia.bg>.
7189
7190 2002-03-17  Roland McGrath  <roland@frob.com>
7191
7192         * sysdeps/mach/hurd/i386/sys/io.h: New file.
7193         * sysdeps/mach/hurd/i386/ioperm.c: New file.
7194         * sysdeps/mach/hurd/i386/Dist: Add them.
7195         * sysdeps/mach/hurd/i386/Versions
7196         (libc: GLIBC_2.2.6): New set, add ioperm.
7197         * sysdeps/mach/configure.in: New check to set HAVE_I386_IO_PERM_MODIFY.
7198         (mach_interface_list): Check for mach_i386.defs.
7199         * config.h.in (HAVE_I386_IO_PERM_MODIFY): #undef it.
7200         * sysdeps/mach/configure: Regenerated.
7201
7202 2002-03-22  Ulrich Drepper  <drepper@redhat.com>
7203
7204         * po/fr.po: Update from translation team.
7205
7206 2002-03-21  Martin Schwidefsky  <schwidefsky@de.ibm.com>
7207
7208         * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Remove
7209         getpriority from syscalls list.
7210
7211 2002-03-28  Andreas Jaeger  <aj@suse.de>
7212
7213         * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: New file.
7214         * sysdeps/unix/sysv/linux/x86_64/getcontext.S: New file.
7215         * sysdeps/unix/sysv/linux/x86_64/setcontext.S: New file.
7216         * sysdeps/unix/sysv/linux/x86_64/ucontext_i.h: New file.
7217
7218 2002-03-27  Andreas Jaeger  <aj@suse.de>
7219
7220         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7221         sigcontext): Follow further kernel change.
7222
7223         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Follow further
7224         kernel change.
7225
7226         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h (GET_STACK):
7227         Change for struct sigcontext change.
7228
7229         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7230         Follow changes in struct sigcontext.
7231
7232         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Remove ptrace
7233         sysycall, use wrapper instead.
7234
7235 2002-03-26  Andreas Jaeger  <aj@suse.de>
7236
7237         * sysdeps/i386/i486/bits/string.h (__memcpy_by4): Describe memory
7238         read and write accesses as detailed as possible.
7239         (__memcpy_by2): Likewise.
7240         (__memcpy_g): Likewise.
7241         (memmove): Likewise.
7242         (memcmp): Likewise.
7243         (__memset_ccn_by4): Likewise.
7244         (__memset_ccn_by2): Likewise.
7245         (__memset_gcn_by4): Likewise.
7246         (__memset_gcn_by2): Likewise.
7247         (memchr): Likewise.
7248         (__memrchr): Likewise.
7249         (rawmemchr): Likewise.
7250         (__strlen_g): Likewise.
7251         (__strcpy_g): Likewise.
7252         (__mempcpy_by4): Likewise.
7253         (__mempcpy_by2): Likewise.
7254         (__mempcpy_byn): Likewise.
7255         (__stpcpy_g): Likewise.
7256         (__strncpy_by4): Likewise.
7257         (__strncpy_by2): Likewise.
7258         (__strncpy_byn): Likewise.
7259         (__strncpy_gg): Likewise.
7260         (__strcat_c): Likewise.
7261         (__strcat_g): Likewise.
7262         (__strncat_g): Likewise.
7263         (__strcmp_gg): Likewise.
7264         (__strncmp_g): Likewise.
7265         (__strchr_c): Likewise.
7266         (__strchr_g): Likewise.
7267         (__strchrnul_c): Likewise.
7268         (__strchrnul_g): Likewise.
7269         (__strrchr_c): Likewise.
7270         (__strrchr_g): Likewise.
7271         (__strrchr_c): Likewise.
7272         (__strrchr_g): Likewise.
7273         (__strcspn_c1): Likewise.
7274         (__strcspn_cg): Likewise.
7275         (__strcspn_g): Likewise.
7276         (__strcspn_g): Likewise.
7277         (__strspn_c1): Likewise.
7278         (__strspn_cg): Likewise.
7279         (__strspn_g): Likewise.
7280         (__strspn_g): Likewise.
7281         (__strpbrk_cg): Likewise.
7282         (__strpbrk_g): Likewise.
7283         (__strstr_cg): Likewise.
7284         (__strstr_g): Likewise.
7285
7286         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Fix typo.  Reported by
7287         Michal Ludvig <mludvig@suse.cz>.
7288
7289         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Add 32-bit
7290         compatibilty, adjust for kernel changes.
7291
7292         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7293         sigcontext): Adjust for kernel changes.
7294
7295 2002-03-25  Andreas Jaeger  <aj@suse.de>
7296
7297         * iconv/gconv_simple.c (ucs4le_internal_loop_single): Handle
7298         little endian.
7299         Reported by Artur Zaprzala <zybi@talex.com.pl>.
7300
7301 2002-03-24  Andreas Jaeger  <aj@suse.de>
7302
7303         * manual/memory.texi (Aligned Memory Blocks): Fix typo.
7304
7305         * stdio-common/tst-fdopen.c (main): Remove unused variable.
7306
7307         * iconv/tst-iconv3.c (main): Use correct printf strings.
7308
7309 2002-03-18  Roland McGrath  <roland@frob.com>
7310
7311         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsgcred): New type.
7312         (CMGROUP_MAX): New macro.
7313
7314 2002-03-23  Roland McGrath  <roland@frob.com>
7315
7316         * sysdeps/posix/shm_open.c (SHMDIR): /var/run/shm -> /dev/shm
7317         * sysdeps/posix/shm_unlink.c: Likewise.
7318
7319 2002-03-22  Roland McGrath  <roland@frob.com>
7320
7321         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Make 2.2.6 default.
7322         * sysdeps/mach/hurd/configure.in: Default oldest ABI is 2.2.6
7323         under --enable-libio.
7324         * sysdeps/mach/hurd/configure: Regenerated.
7325
7326 2002-03-23  Roland McGrath  <roland@frob.com>
7327
7328         * sysdeps/mach/hurd/i386/Makefile
7329         (sysdep_routines, shared-only-routines): Don't add framestate,
7330         reverting 2001-10-02 change.
7331         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
7332         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
7333         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
7334         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
7335         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
7336         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
7337         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
7338         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
7339         * sysdeps/generic/Makefile (sysdep_routines, shared-only-routines):
7340         Do it here instead, only if [$(unwind-find-fde) = yes].
7341
7342 2002-03-23  Andreas Jaeger  <aj@suse.de>
7343
7344         * signal/signal.h: Fix typo. Patch by Steve Kemp
7345         <skx@tardis.ed.ac.uk>.
7346
7347 2002-03-22  Andreas Jaeger  <aj@suse.de>
7348
7349         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add getresgid and
7350         getresuid.
7351
7352         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7353         _fpstate): Rename fwd to ftw, use _fpxreg and _xmmreg.
7354         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7355         user_fpregs_struct): Rename fwd.
7356
7357         * sysdeps/unix/sysv/linux/x86_64/register-dump.h (register_dump):
7358         Follow sigcontext changes.
7359
7360 2002-03-22  Andreas Jaeger  <aj@suse.de>
7361
7362         * sysdeps/mips/bits/nan.h: New file.  Copy from generic one with
7363         changes for NaNs on MIPS.
7364         Patch by Hartvig Ekner <hartvige@mips.com>.
7365
7366 2002-03-21  Ulrich Drepper  <drepper@redhat.com>
7367
7368         * nscd/grpcache.c (addgrbyname): Improve buffer allocate with alloca.
7369         Use realloc if too large.
7370         (addgrbyid): Likewise.
7371         * nscd/hstcache.c (addhstbyname): Likewise.
7372         (addhstbyaddr): Likewise.
7373         (addhstbynamev6): Likewise.
7374         (addhstbyaddrv6): Likewise.
7375         * nscd/pwdcache.c (addpwbyname): Likewise.
7376         (addpwbyuid): Likewise.
7377
7378 2002-03-21  Andreas Jaeger  <aj@suse.de>
7379
7380         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (struct
7381         _fpstate): Add separate struct for x86-64.
7382
7383         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7384         user_fpregs_struct): Change member names to follow kernel.
7385
7386 2002-03-20  Ulrich Drepper  <drepper@redhat.com>
7387
7388         * nis/ypclnt.c (yp_all): Remove the hack introduced on 1998-09-29.
7389         Correctly close the UDP connection right away [PR libc/3120].
7390
7391 2002-03-20  Andreas Jaeger  <aj@suse.de>
7392
7393         * sysdeps/unix/sysv/linux/x86_64/sys/user.h (struct
7394         user_fpregs_struct): Fix for changed kernel struct.
7395         (struct user_regs_struct): Likewise.
7396         (struct user): Likewise.
7397         Add 32-bit x86 compatibility.
7398
7399         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add more registers.
7400
7401 2002-03-19  Andreas Jaeger  <aj@suse.de>
7402
7403         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Cleanup x86 types.
7404
7405 2002-03-18  Andreas Jaeger  <aj@suse.de>
7406
7407         * iconvdata/Makefile: Only run tests when shared libs are
7408         available.
7409
7410 2002-03-17  Andreas Jaeger  <aj@suse.de>
7411
7412         * sysdeps/mips/fpu/fraiseexcpt.c (__feraiseexcept): Set cause bits.
7413
7414         * sysdeps/mips/fpu/fgetexcptflg.c (__fegetexceptflag): Add comment.
7415
7416         * sysdeps/mips/fpu/fclrexcpt.c (__feclearexcept): Clear also cause
7417         bits.
7418
7419         * sysdeps/mips/fpu/fenv_libc.h (CAUSE_MASK): New macro.
7420         (CAUSE_SHIFT): New macro.
7421         Patch by Hartvig Ekner <hartvige@mips.com>.
7422
7423         * sysdeps/generic/unwind-dw2-fde-glibc.c: Add prototypes.
7424         * sysdeps/generic/unwind-pe.h: Likewise.
7425
7426         * libio/iofdopen.c (_IO_new_fdopen): Pass parameter of correct
7427         type to _IO_setb.
7428
7429         * libio/stdio.c (AL2): Define variant when visibility attribute is
7430         not supported.
7431
7432         * include/libc-symbols.h (_INTVARDEF): Define variant when
7433         visibility attribute is not supported.
7434
7435 2002-03-16  Ulrich Drepper  <drepper@redhat.com>
7436
7437         * po/fr.po: Update from translation team.
7438
7439 2002-02-25  Bruno Haible  <bruno@clisp.org>
7440
7441         * MakeTAGS (extract): Use --sort-by-file instead of --sort-output.
7442
7443 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7444
7445         * libio/iofdopen.c (_IO_new_fdopen): Call _IO_setb to deallocate
7446         buffers if _IO_file_attach failed.
7447
7448         * libio/fileops.c (_IO_file_open): Close file descriptor if
7449         _IO_SEEKOFF call failed.
7450
7451 2002-03-15  H.J. Lu  <hjl@gnu.org>
7452             Ulrich Drepper  <drepper@redhat.com>
7453
7454         * configure.in: Check for availability of
7455         init_array/fini_array/preinit_array handling in binutils.
7456         * config.h.in (HAVE_INITFINI_ARRAY): New macro.
7457         * config.make.in (have-initfini-array): New variable.
7458
7459 2002-03-15  Ulrich Drepper  <drepper@redhat.com>
7460
7461         * stdio-common/tst-printf.c (main): Comment out one test which
7462         checked the compiler's ability to fold floating-point constants
7463         but not really printf.
7464         (rfg3): Make s const.
7465         * stdio-common/tst-printf.sh: Adjust for removed test.
7466
7467         * sysdeps/i386/i386-mcount.S: Just call __mcount_internal, it is an
7468         internal function.  Adjust for internal_function calling convention.
7469         * sysdeps/i386/machine-gmon.h: Declare and define __mcount_internal
7470         as internal_function.
7471
7472         * sysdeps/generic/framestate.c: Declare fallback_frame_state_for as
7473         hidden.
7474
7475         * nss/XXX-lookup.c (DB_LOOKUP_FCT): Add internal_function to
7476         declaration and definition.
7477         * nss/getXXbyYY_r.c (DB_LOOKUP_FCT): Add internal_function to
7478         declaration.
7479         * nss/getXXent_r.c: Likewise.
7480         * nss/nsswitch.h (db_lookup_function): Add internal_function to
7481         definition.
7482
7483         * include/time.h: Declare __localtime_r as hidden.
7484
7485         * include/aliases.h: Declare __getaliasent_r as hidden.
7486         * include/grp.h: Declare __getgrent_r as hidden.
7487         * include/netdb.h: Declare __gethostent_r, __getnetent_r,
7488         __getservent_r, and __getprotoent_r as hidden.
7489         * include/pwd.h: Declare __getpwent_r as hidden.
7490         * include/shadow.h: Declare __getspent_r as hidden.
7491         * include/rpc/netdb.h: Declare __getrpcent_r as hidden.
7492
7493         * iconv/gconv_int.h: Declare __gconv_read_conf, __gconv_alias_compare,
7494         and __gconv_transliterate as hidden.
7495         Add internal_function to __gconv_get_path declaration.
7496         * iconv/gconv_conf.c: Add internal_function to __gconv_get_path
7497         definition.  Add attribute_hidden to __gconv_read_conf definition.
7498
7499 2002-03-14  Ulrich Drepper  <drepper@redhat.com>
7500
7501         * elf/rtld.c: Declare _environ as hidden.
7502         * sysdeps/generic/dl-environ.c: Likewise.
7503         * sysdeps/generic/dl-sysdep.c: Likewise.
7504
7505         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_state_internal and
7506         _dl_mcount_internal as hidden.
7507
7508         * elf/Makefile (rtld-routines): Add dl-sbrk and dl-brk.
7509         * sysdeps/generic/dl-brk.c: New file.
7510         * sysdeps/generic/dl-sbrk.c: New file.
7511         * sysdeps/unix/sysv/linux/i386/dl-brk.c: New file.
7512         * sysdeps/unix/sysv/linux/i386/dl-sbrk.c: New file.
7513
7514         * elf/dl-minimal.c (malloc): Declare _end as hidden.
7515         (__errno_location): New function.  Declare errno as hidden.
7516         * elf/rtld.c (_dl_argc): Define as hidden.
7517         (_dl_skip_args): Define as hidden.
7518         (_begin, _end): Declare as hidden.
7519         * sysdeps/generic/dl-sysdep.c (_end): Declare as hidden.
7520         * sysdeps/generic/entry.h (_start): Declare as hidden.
7521         * sysdeps/generic/ldsodefs.h (_dl_argc): Declare as hidden.
7522         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Declare
7523         _dl_runtime_resolve and _dl_runtime_profile as hidden.
7524         (RTLD_START): Use GOTOFF to access _dl_skip_args and _dl_fini.
7525
7526 2002-03-14  Roland McGrath  <roland@frob.com>
7527
7528         * Makerules ($(common-objpfx)Versions.v.i): Depend on abi-versions.h.
7529
7530         * Makeconfig (%.v.i, %.v): New implicit rules.
7531         (preprocess-versions): Variable removed.
7532         ($(common-objpfx)shlib-versions.v.i): New target giving just the
7533         shlib-versions input files as dependencies.
7534         ($(common-objpfx)soversions.i): Depend on that instead of the input
7535         files.  Use it as input instead of using a pipeline.
7536         (postclean-generated): Append soversions.i, shlib-versions.v, and
7537         shlib-versions.v.i here.
7538         * Makerules ($(common-objpfx)Versions.def.v.i): New target giving just
7539         the Versions.def input files as dependencies.
7540         ($(common-objpfx)Versions.v.i): Likewise for Versions files.
7541         ($(common-objpfx)Versions.all): Depend on that instead of the input
7542         files.  Use it as input instead of using a pipeline.
7543         ($(common-objpfx)sysd-versions): Likewise with Versions.v.i.
7544         (postclean-generated): Append those .v and .v.i files here.
7545
7546 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7547
7548         * locale/broken_cur_max.c (__ctype_get_mb_cur_max): Use nl_langinfo.
7549         * locale/Versions (_nl_current_LC_COLLATE, _nl_current_LC_CTYPE):
7550         Remove.
7551
7552 2002-03-14  Jakub Jelinek  <jakub@redhat.com>
7553
7554         * sysdeps/generic/mp_clz_tab.c: New file.
7555         * sysdeps/i386/mp_clz_tab.c: New file.
7556         * sysdeps/hppa/mp_clz_tab.c: New file.
7557         * sysdeps/powerpc/mp_clz_tab.c: New file.
7558         * stdlib/Makefile (aux): Revert last patch.
7559         * math/Makefile (gmp-objs): Likewise.
7560
7561 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7562
7563         * time/strftime.c: Comment fixes for references to obsolescent
7564         standards, In most cases the simplest fix is to remove the
7565         confusing comments.  Cross-referencing all the standards properly
7566         is a bit of a pain, and it should be enough to put that info in
7567         the documentation as I did in my recent time.texi patch.
7568
7569 2002-03-13  Paul Eggert  <eggert@twinsun.com>
7570
7571         * manual/time.texi (Formatting Calendar Time):
7572         ISO C99 also specifies the E and O modifiers.
7573         %P is a GNU extension, and is not in ISO C99.
7574         Mention that %r is equivalent to %I:%M:%S %p in the POSIX locale.
7575         %T is also in ISO C99.
7576         The RFC 822 example is not valid in arbitrary locales.
7577         Reword the POSIX.2 wording slightly, to make it a bit clearer
7578         that POSIX.2 formats are also supported by later POSIX versions.
7579         If a format was introduced in ISO C99 it is also required by
7580         POSIX.1-2001.
7581
7582 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7583
7584         * sysdeps/gnu/errlist.awk: Define _sys_errlist_internal and
7585         _sys_nerr_internal with INTVARDEF2.
7586         * include/libc-symbols.h (INTVARDEF2): New macro.
7587         * include/stdio.h (_sys_errlist_internal): Declare as hidden.
7588         (_sys_nerr_internal): Library.
7589
7590         * sysdeps/posix/signal.c (_sigintr): Define as hidden.
7591         * sysdeps/posix/sigintr.c (_sigintr): Declare as hidden.
7592
7593         * stdio-common/tst-printf.sh: Adjust for last change in tst-printf.c.
7594
7595 2002-03-13  Wolfram Gloger  <wg@malloc.de>
7596
7597         * malloc/malloc.c (sYSMALLOc): Don't change brk if mmap failed.
7598
7599 2002-03-02  Andreas Schwab  <schwab@suse.de>
7600
7601         * stdio-common/vfprintf.c (process_arg): Fix decimal format with
7602         'h' flag and positional arg.
7603         * stdio-common/tst-printf.c (rfg3): New function to test
7604         positional arguments.
7605         (main): Fix some warnings.
7606
7607 2002-03-13  Jakub Jelinek  <jakub@redhat.com>
7608
7609         * elf/dl-minimal.c (_itoa): Use _itoa_lower_digits_internal if SHARED.
7610         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7611
7612 2002-03-13  Ulrich Drepper  <drepper@redhat.com>
7613
7614         * grp/initgroups.c (__nss_group_data): Declare as hidden.
7615
7616         * include/locale.h (_nl_C_locobj): Declare as hidden.
7617
7618         * time/asctime.c (_nl_C_LC_TIME): Declare as hidden.
7619         * time/strptime.c (_nl_C_LC_TIME): Likewise.
7620
7621         * include/netinet/in.h (in6addr_any_internal): Mark as hidden.
7622
7623         * include/sys/gmon.h: Declare _gmonparam as hidden.
7624
7625         * locale/lc-ctype.c (__ctype32_wctype): Declare as hidden.
7626         (__ctype32_wctrans): Likewise.
7627         (__ctype32_width): Likewise.
7628
7629         * sysdeps/unix/sysv/linux/ttyname.c: Comment out definition and
7630         use of __ttyname.
7631
7632         * posix/regcomp.c (__re_error_msgid): Renamed from re_error_msgid.
7633         Define as hidden.
7634         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Define as
7635         hidden.  Change all users of these variables.
7636
7637         * posix/regex_internal.h (__re_error_msgid): Renamed from
7638         re_error_msgid.  Declare as hidden.
7639         (__re_error_msgid_idx): Renamed from re_error_msgid_idx.  Declare as
7640         hidden.
7641
7642         * stdio-common/reg-printf.c (__printf_arginfo_table): Define as hidden.
7643         (__printf_function_table): Likewise.
7644         * stdio-common/printf-parse.h (__printf_arginfo_table): Declare as
7645         hidden.
7646         (__printf_function_table): Likewise.
7647
7648         * nscd/nscd_proto.h: Declare __nss_not_use_nscd_passwd,
7649         __nss_not_use_nscd_group, and __nss_not_use_nscd_hosts as hidden.
7650
7651         * nss/XXX-lookup.c (DATABASE_NAME_SYMBOL): Define as hidden.
7652         * nss/nsswitch.c: Declare _nss_*_database as hidden.
7653
7654         * stdlib/wctomb.c (__no_r_state): Declare as hidden.
7655         * stdlib/mbtowc.c (__no_r_state): Define as hidden.
7656
7657 2002-03-12  Ulrich Drepper  <drepper@redhat.com>
7658
7659         * ctype/ctype-info.c: Declare _nl_C_LC_CTYPE_class,
7660         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7661         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7662         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7663         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7664         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7665         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7666         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7667         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower, and
7668         _nl_C_LC_CTYPE_width: Declare as hidden.
7669         * include/locale.h: Declare _nl_locale_file_list.
7670         * locale/C-address.c: Define _nl_C_LC_ADDRESS as hidden.
7671         * locale/C-collate.c: Define _nl_C_LC_COLLATE as hidden.
7672         * locale/C-identification.c: Define _nl_C_LC_IDENTIFICATION as hidden.
7673         * locale/C-measurement.c: Define _nl_C_LC_MEASUREMENT as hidden.
7674         * locale/C-messages.c: Define _nl_C_LC_MESSAGES as hidden.
7675         * locale/C-monetary.c: Define _nl_C_LC_MONETARY as hidden.
7676         * locale/C-name.c: Define _nl_C_LC_NAME as hidden.
7677         * locale/C-numeric.c: Define _nl_C_LC_NUMERIC as hidden.
7678         * locale/C-paper.c: Define _nl_C_LC_PAPER as hidden.
7679         * locale/C-telephone.c: Define _nl_C_LC_TELEPHONE as hidden.
7680         * locale/C-time.c: Define _nl_C_LC_TIME as hidden.
7681         * locale/C-ctype.c: Define _nl_C_LC_CTYPE_class,
7682         _nl_C_LC_CTYPE_class32, _nl_C_LC_CTYPE_toupper, _nl_C_LC_CTYPE_tolower,
7683         _nl_C_LC_CTYPE_class_upper, _nl_C_LC_CTYPE_class_lower,
7684         _nl_C_LC_CTYPE_class_alpha, _nl_C_LC_CTYPE_class_digit,
7685         _nl_C_LC_CTYPE_class_xdigit, _nl_C_LC_CTYPE_class_space,
7686         _nl_C_LC_CTYPE_class_print, _nl_C_LC_CTYPE_class_graph,
7687         _nl_C_LC_CTYPE_class_blank, _nl_C_LC_CTYPE_class_cntrl,
7688         _nl_C_LC_CTYPE_class_punct, _nl_C_LC_CTYPE_class_alnum,
7689         _nl_C_LC_CTYPE_map_toupper, _nl_C_LC_CTYPE_map_tolower,
7690         _nl_C_LC_CTYPE_width, and as hidden.
7691         * locale/findlocale.c: Declare _nl_C as hidden.
7692         * locale/newlocale.c: Likewise.
7693         * locale/setlocale.c: Define _nl_C as hidden.  Remove declaration of
7694         _nl_locale_file_list.
7695         * locale/xlocale.c: Declare _nl_C_LC_CTYPE_class,
7696         _nl_C_LC_CTYPE_toupper, and _nl_C_LC_CTYPE_tolower as hidden.
7697         Define _nl_C_locobj as hidden.
7698
7699         * malloc/mtrace.c (_mtrace_file): Define as hidden.
7700         (_mtrace_line): Likewise.
7701
7702         * include/time.h: Declare __mon_yday as hidden.
7703         * time/strptime.c [_LIBC] (__mon_yday): Remove declaration.
7704
7705         * libio/libioP.h: Declare __libio_codecvt as hidden.
7706         * libio/fileops.c: Declare __libio_translit as hidden.
7707         * libio/iofwide.c: Define __libio_translit as hidden.
7708
7709         * login/getutent_r.c: Define __libc_utmp_lock as hidden.
7710         * login/getutid_r.c: Declare __libc_utmp_lock as hidden.
7711         * login/getutline_r.c: Likewise.
7712         * login/utmpname.c: Likewise.
7713
7714         * login/utmp-private.h: Declare __libc_utmp_file_functions,
7715         __libc_utmp_unknown_functions, __libc_utmp_jump_table, and
7716         __libc_utmp_file_name as hidden.
7717
7718         * locale/setlocale.c (__libc_setlocale_lock): Define as hidden.
7719         * locale/duplocale.c (__libc_setlocale_lock): Declare as hidden.
7720         * locale/freelocale.c: Likewise.
7721         * locale/lc-time.c: Likewise.
7722
7723         * sysdeps/unix/bsd/getpt.c (__libc_ptyname1): Define as hidden.
7724         (__libc_ptyname2): Likewise.
7725         * sysdeps/unix/sysv/linux/ptsname.c (__libc_ptyname1): Declare as
7726         hidden.
7727         (__libc_ptyname2): Likewise.
7728
7729         * sysdeps/generic/sbrk.c: Declare __libc_multiple_libcs as hidden.
7730         * sysdeps/arm/init-first.c (__libc_multiple_libcs): Define as hidden.
7731         * sysdeps/generic/init-first.c: Likewise.
7732         * sysdeps/i386/init-first.c: Likewise.
7733         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
7734         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7735         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7736         * sysdeps/sh/init-first.c: Likewise.
7737         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7738         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7739
7740         * stdio-common/itowa-digits.c (_itowa_lower_digits): Define as hidden.
7741         (_itowa_upper_digits): Likewise.
7742
7743         * libio/stdio.c (_IO_stdin, _IO_stdout, _IO_stderr): Define as hidden.
7744         * libio/libio.h [_LIBC] (_IO_stdin, _IO_stdout, _IO_stderr): Declare
7745         as hidden.
7746
7747         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps,
7748         _IO_wfile_jumps_mmap, _IO_proc_jumps, _IO_old_proc_jumps,
7749         _IO_str_jumps, _IO_wstr_jumps, _IO_file_jumps_internal,
7750         _IO_wfile_jumps_internal, and _IO_list_all_internal as hidden.
7751
7752         * gmon/gmon.c (__bb_head): Define as hidden.
7753         * gmon/bb_exit_func.c (__bb_head): Declare as hidden.
7754
7755         * argp/argp-parse.c (_argp_hang): Define as static.
7756
7757         * include/libc-symbols.h (_INTVARDEF): Adjust for visibility
7758         handling in latest compilers.
7759
7760         * inet/in6_addr.c (in6addr_any): Use INTVARDEF not INTDEF to
7761         define alias.
7762         * libio/fileops.c (_IO_file_jumps): Likewise.
7763         * libio/stdfiles.c (_IO_list_all): Likewise.
7764         * libio/wfileops.c (_IO_wfile_jumps): Likewise.
7765
7766         * malloc/malloc.h: Move __libc_malloc_initialized declaration to
7767         include/malloc.h.
7768         * include/malloc.h: Add __libc_malloc_initialized declaration
7769         here.  Mark variable hidden.
7770         * malloc/malloc.c: Include <malloc.h> not "malloc.h".
7771
7772         * elf/dl-open.c (__libc_argc): Declare as hidden.
7773         (__libc_argv): Likewise.
7774         * sysdeps/generic/wordexp.c (__libc_argc): Declare as hidden.
7775         (__libc_argv): Likewise.
7776         * sysdeps/mach/hurd/i386/init-first.c: Define __libc_argc and
7777         __libc_argv as hidden.
7778         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
7779         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
7780         * sysdeps/unix/sysv/aix/init-first.c: Likewise.
7781         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
7782
7783         * include/stdlib.h (__libc_drand48_data): Declare as hidden.
7784         * stdlib/drand48.c: Remove declaration of __libc_drand48_data here.
7785         * stdlib/erand48.c: Likewise.
7786         * stdlib/jrand48.c: Likewise.
7787         * stdlib/lcong48.c: Likewise.
7788         * stdlib/lrand48.c: Likewise.
7789         * stdlib/mrand48.c: Likewise.
7790         * stdlib/nrand48.c: Likewise.
7791         * stdlib/seed48.c: Likewise.
7792         * stdlib/srand48.c: Likewise.
7793
7794         * stdio-common/_itoa.c (_itoa_base_table): Declare as hidden.
7795         (_itoa_lower_digits_internal): New declaration.
7796         (_itoa_upper_digits_internal): New declaration.
7797         (_itoa): Use INTUSE to acces _itoa_upper_digits and _itoa_lower_digits.
7798         * stdio-common.h (_itoa_lower_digits_internal): New declaration.
7799         (_itoa_upper_digits_internal): New declaration.
7800         (_itoa_word): Use INTUSE to acces _itoa_upper_digits and
7801         _itoa_lower_digits.
7802         * stdio-common/itoa-digits.c: Use INTVARDEF with _itoa_lower_digits.
7803         * stdio-common/itoa-udigits.c: Use INTVARDEF with _itoa_upper_digits.
7804
7805         * elf/dl-minimal.c (_itoa): Declare _itoa_lower_digits as hidden.
7806         * elf/dl-reloc.c (_dl_reloc_bad_type): Likewise.
7807
7808         * stdio-common/_itowa.c (_itoa_base_table): Declare as hidden.
7809         (_itowa_lower_digits): Likewise.
7810         (_itowa_upper_digits): Likewise.
7811         * stdio-common/_itowa.h (_itowa_lower_digits): Likewise.
7812         (_itowa_upper_digits): Likewise.
7813
7814         * intl/plural-exp.h (attribute_hidden): Define as empty macro if
7815         not already defined.
7816         (GERMANIC_PLURAL): Declare as hidden.
7817
7818         * posix/getopt.c (__getopt_initialized): Declare as hidden.
7819         (attribute_hidden): Define as empty macro if not already defined.
7820
7821         * iconv/gconv_int.h (__gconv_path_elem): Declare hidden.
7822         (__gconv_max_path_elem_len): Likewise.
7823         (__gconv_path_envvar): Likewise.
7824
7825         * math/Makefile (gmp-objs): Remove mp_clz_tab.
7826         * stdlib/Makefile (aux): Remove mp_clz_tab.
7827         * stdlib/mp_clz_tab.c: Removed.  Not needed anywhere.
7828
7829         * stdlib/exit.h (__exit_funcs): Declare as hidden.
7830
7831         * posix/bug-regex5.c (main): Use nl_langinfo instead of _NL_CURRENT.
7832
7833         * locale/localeinfo.h: Add attribute_hidden to _nl_current_LC_XXX,
7834         _nl_category_names, _nl_category_name_sizes, _nl_current,
7835         _nl_C_name, _nl_POSIX_name, _nl_C_codeset, and _nl_C_LC_XXX.
7836
7837         * intl/dcigettext.c (_nl_default_default_domain): Define as hidden.
7838         (_nl_current_default_domain): Likewise
7839         (_nl_state_lock): Likewise.
7840         * intl/textdomain.c (_nl_default_default_domain): Declare as hidden.
7841         (_nl_current_default_domain): Likewise
7842         (_nl_state_lock): Likewise.
7843         * intl/bindtextdom.c (_nl_state_lock): Likewise.
7844
7845         * stdlib/fpioconst.h (__tens): Add attribute_hidden.
7846         (_fpioconst_pow10): Likewise.
7847
7848         * include/time.h (_tmbuf): Add attribute_hidden.
7849
7850         * time/tzset.c (tzstring_list): Define as static.
7851
7852         * include/time.h: Add attribute_hidden to __tzname_cur_max and
7853         __use_tzfile declaration.
7854
7855         * wcsmbs/wcsmbsload.h: Add attribute_hidden to __wcsmbs_gconv_fcts
7856         and __wcsmbs_last_locale declaration.
7857
7858 2002-02-25  Paul Eggert  <eggert@twinsun.com>
7859
7860         * timezone/Makefile (tzbases): Move systemv from here...
7861         (tzlinks): to here, since the entries in systemv were all changed
7862         from Zone to Link lines in tz-2001a.  Bug reported (and patch
7863         tested) by Peter Breitenlohner.
7864
7865 2002-03-07  Jakub Jelinek  <jakub@redhat.com>
7866
7867         * time/tst-posixtz.c (tests): Add new tests.
7868         (main): Test whether tzset() sets daylight properly.
7869
7870 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7871
7872         * time/tzset.c (tz_compute): Move __daylight, __tzname and
7873         __tzname_cur_max setting...
7874         (tzset_internal): ...here.
7875
7876 2002-03-06  Jakub Jelinek  <jakub@redhat.com>
7877
7878         * time/tzset.c (compute_change): Don't return any value.
7879         (tz_compute): Likewise.  Don't handle southern hemisphere here.
7880         (__tz_convert): But here.
7881
7882 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7883
7884         * manual/examples/mkfsock.c: Include <string.h> as well.
7885         Patch by Alain De Carolis <alaind@wseurope.com>.
7886
7887 2002-03-06  Isamu Hasegawa  <isamu@yamato.ibm.com>
7888
7889         * posix/regexec.c (re_match): Fix incorrect register sizes.
7890         (re_search): Likewise.
7891
7892 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7893
7894         * posix/regcomp.c (regfree): Remove a disused condition.
7895         * posix/regex_internal.c (re_acquire_state): Likewise.
7896         (re_acquire_state_context): Likewise.
7897         (register_state): Remove a redundant malloc invocation.
7898         * posix/regex_internal.h: (re_state_table_entry): Simplify
7899         the structure.
7900
7901 2002-03-05  Isamu Hasegawa  <isamu@yamato.ibm.com>
7902
7903         * posix/regcomp.c (regcomp): Add __builtin_expect to error
7904         handling conditions.
7905         (regerror): Likewise.
7906         (regfree): Likewise.
7907         (re_compile_internal): Likewise.
7908         (init_dfa): Likewise.
7909         (init_word_char): Likewise.
7910         (create_initial_state): Likewise.
7911         (analyze): Likewise.
7912         (analyze_tree): Likewise.
7913         (duplicate_node): Likewise.
7914         (calc_eclosure): Likewise.
7915         (calc_eclosure_iter): Likewise.
7916         (parse): Likewise.
7917         (parse_reg_exp): Likewise.
7918         (parse_branch): Likewise.
7919         (parse_expression): Likewise.
7920         (parse_subexp): Likewise.
7921         (parse_dup_op): Likewise.
7922         (parse_bracket_exp): Likewise.
7923         (build_equiv_class): Likewise.
7924         (build_charclass): Likewise.
7925         (build_word_op): Likewise.
7926         (fetch_number): Likewise.
7927         (create_tree): Likewise.
7928         (duplicate_tree): Likewise.
7929         * posix/regex.c (BE): New macro.
7930         * posix/regexec.c (re_match): Add __builtin_expect to error
7931         handling conditions.
7932         (re_match_2): Likewise.
7933         (re_search): Likewise.
7934         (re_search_internal): Likewise.
7935         (check_matching): Likewise.
7936         (proceed_next_node): Likewise.
7937         (set_regs): Likewise.
7938         (sift_states_backward): Likewise.
7939         (add_epsilon_backreference): Likewise.
7940         (transit_state): Likewise.
7941         (transit_state_sb): Likewise.
7942         (transit_state_mb): Likewise.
7943         (transit_state_bkref): Likewise.
7944         (transit_state_bkref_loop): Likewise.
7945         (build_trtable): Likewise.
7946         (group_nodes_into_DFAstates): Likewise.
7947         (match_ctx_init): Likewise.
7948         (match_ctx_add_entry): Likewise.
7949         * posix/regex_internal.c (re_string_construct): Add __builtin_expect
7950         to error handling conditions.
7951         (re_string_construct_toupper): Likewise.
7952         (build_wcs_buffer): Likewise.
7953         (build_wcs_upper_buffer): Likewise.
7954         (build_upper_buffer): Likewise.
7955         (re_string_translate_buffer): Likewise.
7956         (re_node_set_alloc): Likewise.
7957         (re_node_set_init_1): Likewise.
7958         (re_node_set_init_2): Likewise.
7959         (re_node_set_init_copy): Likewise.
7960         (re_node_set_intersect): Likewise.
7961         (re_node_set_init_union): Likewise.
7962         (re_node_set_merge): Likewise.
7963         (re_node_set_insert): Likewise.
7964         (re_dfa_add_node): Likewise.
7965         (re_acquire_state): Likewise.
7966         (re_acquire_state_context): Likewise.
7967         (create_new_state_common): Likewise.
7968         (register_state): Likewise.
7969         (create_ci_new_state): Likewise.
7970         (create_cd_new_state): Likewise.
7971         (re_string_context_at): Remove redundant condition.
7972
7973 2002-01-16  Roger Sayle  <roger@eyesopen.com>
7974
7975         * sysdeps/i386/i686/strcmp.S: Avoid unconditional jump to a ret.
7976
7977         * sysdeps/i386/i586/strlen.S: Fix typo in comment.
7978
7979 2002-03-11  Jakub Jelinek  <jakub@redhat.com>
7980
7981         * sysdeps/i386/elf/configure.in: Fix comment.
7982
7983         * sysdeps/sparc/sparc64/configure.in: New file.
7984         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_load_address): Fix
7985         if .dynamic comes before .got.
7986         * config.h.in (SPARC64_DYNAMIC_BEFORE_GOT): Add.
7987
7988         * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF,
7989         HP_TIMING_ACCUM): Fix typos.
7990
7991 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
7992
7993         * string/strfry.c: Add some more randomness to the seed.
7994         Patch by James A Morrison <ja2morri@student.math.uwaterloo.ca>.
7995
7996         * po/es.po: Update from translation team.
7997         * po/fr.po: Likewise.
7998
7999         * stdio-common/tfformat.c (sprint_doubles): A test for %F format.
8000
8001         * stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
8002         when determining type of format.
8003         Patch by James Antill <james@anqd.org> [PR libc/2787].
8004
8005 2002-03-04  Jakub Jelinek  <jakub@redhat.com>
8006
8007         * sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
8008
8009 2002-03-11  Roland McGrath  <roland@frob.com>
8010
8011         * hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.
8012
8013         * Versions.def (libc): Add GLIBC_2.2.6.
8014         * hurd/Versions (libc: GLIBC_2.2.6): Add __errno_location.
8015         * sysdeps/mach/hurd/errnos.awk: In generated macro, use
8016         __errno_location instead of __hurd_errno_location, and don't inline it.
8017         * sysdeps/mach/hurd/bits/errno.h: Regenerated.
8018         * hurd/errno.c: New file.
8019         * hurd/Makefile (routines): Add errno.
8020
8021 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8022
8023         * stdio-common/vfprintf.c (vfprintf): Avoid crashing for
8024         ridiculously large widths and precisions [PR libc/3026].
8025
8026 2002-03-11  Andreas Jaeger  <aj@suse.de>
8027
8028         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: Fix for bi-arch
8029         support.
8030         Patch by Susanne Oberhauser <froh@SuSE.de>.
8031
8032 2002-03-11  Ulrich Drepper  <drepper@redhat.com>
8033
8034         * inet/rexec.c (ahostbuf): Define as static.
8035
8036         * wctype/wcfuncs.c (__ctype32_wctype): Declare as hidden.
8037         (__ctype32_wctrans): Likewise.
8038         * wcsmbs/wcwidth.h (__ctype32_width): Declare as hidden.
8039         * ctype/ctype-info.c (__ctype32_wctype): Add attribute_hidden.
8040         (__ctype32_wctrans): Likewise.
8041         (__ctype32_width): Likewise.
8042
8043         * gmon/Makefile (elide-routines.os): Add bb_init_func and bb_exit_func.
8044         They were never exported anyway.
8045
8046         * gmon/gmon.c (_gmonparam): Add attribute_hidden.
8047         * gmon/sys/gmon.h: Remove declaration of _gmonparam.  It wasn't
8048         exported.
8049         * include/sys/gmon.h: Declare _gmonparam.
8050
8051         * sysdeps/unix/sysv/linux/i386/getdents64.c: Don't define compatibility
8052         symbols for getdents64.  They were never exported.
8053
8054 2002-03-09  Roland McGrath  <roland@frob.com>
8055
8056         * hurd/hurdsig.c (write_corefile): Fix swapped arguments to __dir_link.
8057         Reported by Jon Arney <jarney1@cox.net>.
8058
8059 2002-02-23  Roland McGrath  <roland@frob.com>
8060
8061         * hurd/hurd/threadvar.h (__hurd_threadvar_location): Add __THROW to
8062         declaration.
8063         (__hurd_errno_location): Function removed.
8064
8065 2002-03-06  Andreas Jaeger  <aj@suse.de>
8066
8067         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Add compatibility for
8068         32-bit.
8069
8070 2002-03-04  Andreas Jaeger  <aj@suse.de>
8071
8072         * sysdeps/unix/sysv/linux/x86_64/readelflib.c: New file.
8073
8074         * sysdeps/unix/sysv/linux/kernel-features.h: Add defines for
8075         x86-64.
8076
8077         * sysdeps/unix/sysv/linux/x86_64/bits/socket.h: New file.
8078
8079         * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: New file.
8080
8081         * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: New file.
8082
8083         * sysdeps/x86_64/bits/setjmp.h: New file.
8084
8085         * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: New file.
8086
8087         * sysdeps/unix/sysv/linux/x86_64/bits/resource.h: New file.
8088
8089         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Add compatibilty
8090         for x86.
8091         * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Likewise.
8092         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: Likewise.
8093
8094 2002-02-28  Bo Thorsen  <bo@suse.de>
8095
8096         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Merge with i386
8097         version.
8098
8099 2002-03-03  Andreas Jaeger  <aj@suse.de>
8100
8101         * sysdeps/x86_64/bits/wordsize.h: New file.
8102
8103         * elf/nodlopenmod2.c: Provide prototype to avoid warning.
8104         * elf/tst-tlsmod1.c: Likewise.
8105
8106         * posix/regcomp.c: Get regex.h from include dir for internal
8107         prototypes.
8108
8109         * sysdeps/unix/sysv/linux/init-first.c: Move __init_misc prototype
8110         to libc-internal.h and include it.
8111         * include/libc-internal.h: Add __init_misc.
8112
8113         * misc/init-misc.c: Include libc-internal.h for prototypes.
8114
8115         * sysdeps/wordsize-32/divdi3.c: Add prototypes to avoid warnings.
8116
8117         * misc/error.c [_LIBC]: Include libioP.h for prototype of
8118         _IO_putc_internal.
8119
8120 2002-03-03  Ulrich Drepper  <drepper@redhat.com>
8121
8122         * posix/regcomp.c: Compatibility changes to allow using the code
8123         outside glibc.
8124
8125 2002-02-28  Hartvig Ekner <hartvige@mips.com>
8126
8127         * sysdeps/mips/elf/start.S: Added initialization of GP (to _gp) if
8128         compiled non-PIC.
8129
8130 2002-03-02  Ulrich Drepper  <drepper@redhat.com>
8131
8132         * sysdeps/generic/dl-sysdep.c (_dl_important_hwcaps): Fix creation
8133         of .str elements in the returned data structure.
8134
8135         * elf/elf.h: Add Alpha TLS bits.
8136
8137 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8138
8139         * sysdeps/unix/sysv/linux/nice.c: New file.
8140
8141 2002-03-01  Ulrich Drepper  <drepper@redhat.com>
8142
8143         * elf/Makefile (dl-routines): Add dl-origin.
8144         (elide-routines.os): Add dl-origin.
8145         * elf/Versions [ld] (GLIBC_PRIVATE): Add _dl_get_origin.
8146         * elf/dl-debug.c (_dl_debug_initialize): Add missing INTUSE around
8147         _dl_debug_state.
8148         * include/libc-symbols.c: Define attribute_hidden depending on
8149         HAVE_VISIBILITY_ATTRIBUTE.  Add definition of INTVARDEF.
8150
8151         * elf/dl-deps.c: Use INTUSE with __libc_enable_secure.
8152         * elf/dl-load.c: Likewise.
8153         * elf/rtld.c: Likewise.
8154         * include/unistd.h: Declare __libc_enable_secure_internal.
8155         * sysdeps/generic/dl-sysdep.c: Use INTVARDEF with __libc_enable_secure.
8156         Use INTUSE with __libc_enable_secure.
8157         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
8158
8159         * elf/dl-deps.c: Use INTUSE with _dl_out_of_memory.
8160         * elf/dl-error.c: Likewise,
8161         * sysdeps/generic/ldsodefs.h: Declare _dl_out_of_memory_internal.
8162
8163         * elf/dl-dst.h [_RTLD_GLOBAL]: Define _dl_get_origin to use INTUSE.
8164         * sysdeps/generic/dl-origin.c: Undefine _dl_get_origin macro before
8165         function definition.  Use INTDEF with _dl_get_origin.
8166         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
8167
8168         * elf/dl-init.c: Use INTUSE with _dl_starting_up.
8169         * elf/rtld.c: Likewise.  Use INTVARDEF for _dl_starting_up.
8170
8171         * elf/dl-profile.c: Use INTDEF for _dl_mcount.
8172         * elf/dl-runtime.c: Use INTUSE with _dl_mcount.
8173         * sysdeps/generic/ldsodefs.h: Declare _dl_mcount_internal.
8174
8175         * elf/dl-conflict.c: Use rtld_progrname instead of _dl_argv[0].
8176         * elf/dl-deps.c: Likewise.
8177         * elf/dl-error.c: Likewise.
8178         * elf/dl-fini.c: Likewise.
8179         * elf/dl-init.c: Likewise.
8180         * elf/dl-load.c: Likewise.
8181         * elf/dl-lookup.c: Likewise.
8182         * elf/dl-reloc.c: Likewise.
8183         * elf/dl-version.c: Likewise.
8184         * elf/do-lookup.h: Likewise.
8185         * sysdeps/arm/dl-machine.h: Likewise.
8186         * sysdeps/cris/dl-machine.h: Likewise.
8187         * sysdeps/hppa/dl-machine.h: Likewise.
8188         * sysdeps/i386/dl-machine.h: Likewise.
8189         * sysdeps/m68k/dl-machine.h: Likewise.
8190         * sysdeps/powerpc/dl-machine.h: Likewise.
8191         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8192         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8193         * sysdeps/sh/dl-machine.h: Likewise.
8194         * sysdeps/sparc/sparc-32/dl-machine.h: Likewise.
8195         * sysdeps/sparc/sparc-64/dl-machine.h: Likewise.
8196         * sysdeps/x86_64/dl-machine.h: Likewise.
8197         * elf/rtld.c: Use INTDEF for _dl_argv.  Use rtld_progrname instead of
8198         _dl_argv[0].  Use INTUSE with _dl_argv.
8199         * sysdeps/generic/dl-sysdep.c: Use INTUSE with _dl_argv.
8200         * sysdeps/generic/ldsodefs.h: Define rtld_progname macro.
8201
8202 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8203
8204         * elf/rtld.c (_rtld_global): Remove .protected.
8205         (_rtld_local): Strong alias to _rtld_global.
8206         * elf/Makefile (CFLAGS-.os): Add -D_RTLD_LOCAL if compiling rtld
8207         only .os object.
8208         * sysdeps/generic/ldsodefs.h (GL): If SHARED and _RTLD_LOCAL, use
8209         _rtld_local instead of _rtld_global.
8210         (_rtld_local): Add hidden extern, possibly in .sdata section.
8211         * configure.in: Add tests for visibility attribute and .sdata.
8212         * config.h.in: Add HAVE_VISIBILITY_ATTRIBUTE and HAVE_SDATA_SECTION.
8213         * sysdeps/alpha/dl-machine.h: Use _rtld_local instead of _rtld_global.
8214         * sysdeps/arm/dl-machine.h: Likewise.
8215         * sysdeps/generic/ldsodefs.h: Likewise.
8216         * sysdeps/hppa/dl-machine.h: Likewise.
8217         * sysdeps/cris/dl-machine.h: Likewise.
8218         * sysdeps/i386/dl-machine.h: Likewise.
8219         * sysdeps/ia64/dl-machine.h: Likewise.
8220         * sysdeps/m68k/dl-machine.h: Likewise.
8221         * sysdeps/mips/mips64/dl-machine.h: Likewise.
8222         * sysdeps/mips/dl-machine.h: Likewise.
8223         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
8224         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
8225         * sysdeps/sh/dl-machine.h: Likewise.
8226         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
8227         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
8228         * sysdeps/x86_64/dl-machine.h: Likewise.
8229
8230 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8231
8232         * login/login.c (login): Always initialize ut_line field
8233         [PR libc/2991].
8234
8235 2002-02-28  Jakub Jelinek  <jakub@redhat.com>
8236
8237         * sysdeps/i386/Makefile (sysdep_routines): Add
8238         divdi3 in csu dir.
8239         (shared-only-routines): Likewise.
8240         * sysdeps/m68k/Makefile (sysdep_routines): Likewise.
8241         (shared-only-routines): Likewise.
8242         * sysdeps/s390/s390-32/Makefile (sysdep_routines): Likewise.
8243         (shared-only-routines): Likewise.
8244         * sysdeps/wordsize-32/divdi3.c: New file.
8245
8246 2002-02-28  Ulrich Drepper  <drepper@redhat.com>
8247
8248         * locale/iso-4217.def: Remove obsolete currencies for countries
8249         with Euro.
8250
8251 2002-02-28  Isamu Hasegawa  <isamu@yamato.ibm.com>
8252
8253         * posix/regcomp.c (regcomp): Remove a redundant condition.
8254         (init_word_char): Add a check on malloc failure.
8255         (create_initial_state): Likewise.
8256         (duplicate_node): Likewise.
8257         (calc_eclosure): Likewise.
8258         (calc_eclosure_iter): Likewise.
8259         (parse_expression): Likewise.
8260         (parse_bracket_exp): Remove unnecessary malloc invocations.
8261         (build_equiv_class): Likewise.
8262         (build_charclass): Likewise.
8263         * posix/regex_internal.c (re_node_set_intersect): Add a check
8264         on malloc failure.
8265         (re_node_set_add_intersect): Likewise.
8266         (re_node_set_merge): Likewise.
8267         (re_acquire_state): Likewise.
8268         (re_acquire_state_context): Likewise.
8269         (create_newstate_common): Likewise.
8270         (register_state): Likewise.
8271         (create_ci_newstate): Likewise.
8272         (create_cd_newstate): Likewise.
8273         * posix/regex_internal.h: Fix prototypes of re_acquire_state
8274         and re_acquire_state_context.
8275         * posix/regexec.c (regexec): Suit it to the error handling of
8276         re_search_internal.
8277         (re_match): Likewise.
8278         (re_search): Likewise.
8279         (re_search_internal): Add a check on malloc failure.
8280         (acquire_init_state_context): Likewise.
8281         (check_matching): Likewise.
8282         (proceed_next_node): Likewise.
8283         (set_regs): Likewise.
8284         (sift_states_backward): Likewise.
8285         (sift_states_iter_bkref): Likewise.
8286         (add_epsilon_backreference): Likewise.
8287         (transit_state): Likewise.
8288         (transit_state_sb): Likewise.
8289         (transit_state_mb): Likewise.
8290         (transit_state_bkref_loop): Likewise.
8291         (build_trtable): Likewise.
8292         (group_nodes_into_DFAstates): Likewise.
8293         (match_ctx_init): Likewise.
8294         (match_ctx_add_entry): Likewise.
8295
8296 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8297
8298         * elf/dl-load.c (_dl_map_object_from_fd): Always add SONAME to
8299         l_libname if profiling is enabled [PR libc/2916].
8300
8301         * sysdeps/ia64/dl-tls.h: New file.
8302
8303 2002-02-27  Jakub Jelinek  <jakub@redhat.com>
8304
8305         * sysdeps/alpha/dl-machine.h (elf_machine_load_address, RTLD_START):
8306         Work around an Alpha gas bug.
8307
8308 2002-02-27  Ulrich Drepper  <drepper@redhat.com>
8309
8310         * catgets/open_catalog.c (__open_catalog): Fix typo in code which
8311         uses read to load the catalog.
8312         Patch by Andy Isaacson <adi@unlimitedscale.com> [PR libc/3011].
8313
8314 2002-02-26  Ulrich Drepper  <drepper@redhat.com>
8315
8316         * posix/Makefile (distribute): Add regcomp.c, regexec.c,
8317         regex_internal.c, and regex_internal.h.
8318         (CFLAGS-regex.c): Replace -DMBS_SUPPORT with -DRE_ENABLE_I18N.
8319         * posix/regex.c: Complete rewrite.
8320         * posix/regexec.c: New file.
8321         * posix/regcomp.c: New file.
8322         * posix/regex_internal.c: New file.
8323         * posix/regex_internal.h: New file.
8324         * posix/regex.h (RE_ICASE): New macro.
8325         Contributed by Isamu Hasegawa <isamu@yamato.ibm.com>.
8326
8327         * stdio-common/vfscanf.c (_IO_vfwscanf): Always use ungetc, never
8328         ungetwc.  It's a macro.
8329         * libio/tst-swscanf.c (do_test): Adjust for now fixed wscanf
8330         implementation.
8331         Reported by Jason Merrill <jason@redhat.com>.
8332
8333 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8334
8335         * libio/iofopen.c (__fopen_maybe_mmap): Set the initial
8336         position to fp->_offset if it is set.
8337         * stdio-common/Makefile (tests): Add tst-fdopen.
8338         * stdio-common/tst-fdopen.c: New test.
8339
8340 2002-02-25  Jakub Jelinek  <jakub@redhat.com>
8341
8342         * libio/fileops.c (_IO_file_xsgetn_mmap): Handle reading from backup.
8343         * stdio-common/tst-ungetc.c (main): Add another test.
8344
8345 2002-02-25  Ulrich Drepper  <drepper@redhat.com>
8346
8347         * assert/assert-perr.c: Use INTUSE to reference functions and variables
8348         inside libc itself.  Use INTDEF and INTDEF2 to define appropriate
8349         aliases.  Add prototypes for the new aliases.
8350         * assert/assert.c: Likewise.
8351         * include/libc-symbols.h: Likewise.
8352         * include/stdio.h: Likewise.
8353         * include/netinet/in.h: Likewise.
8354         * include/rpc/auth.h: Likewise.
8355         * include/rpc/auth_unix.h: Likewise.
8356         * include/rpc/key_prot.h: Likewise.
8357         * include/rpc/pmap_prot.h: Likewise.
8358         * include/rpc/pmap_rmt.h: Likewise.
8359         * include/rpc/rpc_msg.h: Likewise.
8360         * include/rpc/xdr.h: Likewise.
8361         * inet/gethstbyad_r.c: Likewise.
8362         * inet/gethstbynm2_r.c: Likewise.
8363         * inet/gethstbynm_r.c: Likewise.
8364         * inet/gethstent_r.c: Likewise.
8365         * inet/in6_addr.c: Likewise.
8366         * libio/__fpurge.c: Likewise.
8367         * libio/filedoalloc.c: Likewise.
8368         * libio/fileops.c: Likewise.
8369         * libio/ftello.c: Likewise.
8370         * libio/ftello64.c: Likewise.
8371         * libio/genops.c: Likewise.
8372         * libio/iofclose.c: Likewise.
8373         * libio/iofdopen.c: Likewise.
8374         * libio/iofflush.c: Likewise.
8375         * libio/iofflush_u.c: Likewise.
8376         * libio/iofgetpos.c: Likewise.
8377         * libio/iofgetpos64.c: Likewise.
8378         * libio/iofgets.c: Likewise.
8379         * libio/iofgets_u.c: Likewise.
8380         * libio/iofopen.c: Likewise.
8381         * libio/iofopncook.c: Likewise.
8382         * libio/iofputs.c: Likewise.
8383         * libio/iofread.c: Likewise.
8384         * libio/iofread_u.c: Likewise.
8385         * libio/iofsetpos.c: Likewise.
8386         * libio/iofsetpos64.c: Likewise.
8387         * libio/ioftell.c: Likewise.
8388         * libio/iofwrite.c: Likewise.
8389         * libio/iogetline.c: Likewise.
8390         * libio/iogets.c: Likewise.
8391         * libio/iogetwline.c: Likewise.
8392         * libio/iolibio.h: Likewise.
8393         * libio/iopadn.c: Likewise.
8394         * libio/iopopen.c: Likewise.
8395         * libio/ioseekoff.c: Likewise.
8396         * libio/ioseekpos.c: Likewise.
8397         * libio/iosetbuffer.c: Likewise.
8398         * libio/iosetvbuf.c: Likewise.
8399         * libio/ioungetc.c: Likewise.
8400         * libio/ioungetwc.c: Likewise.
8401         * libio/iovdprintf.c: Likewise.
8402         * libio/iovsprintf.c: Likewise.
8403         * libio/iovsscanf.c: Likewise.
8404         * libio/libioP.h: Likewise.
8405         * libio/memstream.c: Likewise.
8406         * libio/obprintf.c: Likewise.
8407         * libio/oldfileops.c: Likewise.
8408         * libio/oldiofclose.c: Likewise.
8409         * libio/oldiofdopen.c: Likewise.
8410         * libio/oldiofgetpos.c: Likewise.
8411         * libio/oldiofgetpos64.c: Likewise.
8412         * libio/oldiofopen.c: Likewise.
8413         * libio/oldiofsetpos.c: Likewise.
8414         * libio/oldiofsetpos64.c: Likewise.
8415         * libio/oldiopopen.c: Likewise.
8416         * libio/oldstdfiles.c: Likewise.
8417         * libio/putc.c: Likewise.
8418         * libio/setbuf.c: Likewise.
8419         * libio/setlinebuf.c: Likewise.
8420         * libio/stdfiles.c: Likewise.
8421         * libio/stdio.c: Likewise.
8422         * libio/strops.c: Likewise.
8423         * libio/vasprintf.c: Likewise.
8424         * libio/vscanf.c: Likewise.
8425         * libio/vsnprintf.c: Likewise.
8426         * libio/vswprintf.c: Likewise.
8427         * libio/wfiledoalloc.c: Likewise.
8428         * libio/wfileops.c: Likewise.
8429         * libio/wgenops.c: Likewise.
8430         * libio/wstrops.c: Likewise.
8431         * malloc/mtrace.c: Likewise.
8432         * misc/error.c: Likewise.
8433         * misc/syslog.c: Likewise.
8434         * nss/getXXbyYY_r.c: Likewise.
8435         * nss/getXXent_r.c: Likewise.
8436         * nss/hosts-lookup.c: Likewise.
8437         * stdio-common/getw.c
8438         * stdio-common/printf-prs.c: Likewise.
8439         * stdio-common/printf_fp.c: Likewise.
8440         * stdio-common/printf_size.c: Likewise.
8441         * stdio-common/putw.c: Likewise.
8442         * stdio-common/scanf.c: Likewise.
8443         * stdio-common/sprintf.c: Likewise.
8444         * stdio-common/tmpfile64.c: Likewise.
8445         * stdio-common/vfprintf.c: Likewise.
8446         * stdio-common/vfscanf.c: Likewise.
8447         * stdlib/strfmon.c: Likewise.
8448         * sunrpc/auth_des.c: Likewise.
8449         * sunrpc/auth_none.c: Likewise.
8450         * sunrpc/auth_unix.c: Likewise.
8451         * sunrpc/authdes_prot.c: Likewise.
8452         * sunrpc/authuxprot.c: Likewise.
8453         * sunrpc/clnt_perr.c: Likewise.
8454         * sunrpc/clnt_raw.c: Likewise.
8455         * sunrpc/clnt_tcp.c: Likewise.
8456         * sunrpc/clnt_udp.c: Likewise.
8457         * sunrpc/clnt_unix.c: Likewise.
8458         * sunrpc/key_call.c: Likewise.
8459         * sunrpc/key_prot.c: Likewise.
8460         * sunrpc/openchild.c: Likewise.
8461         * sunrpc/pm_getmaps.c: Likewise.
8462         * sunrpc/pm_getport.c: Likewise.
8463         * sunrpc/pmap_clnt.c: Likewise.
8464         * sunrpc/pmap_prot.c: Likewise.
8465         * sunrpc/pmap_prot2.c: Likewise.
8466         * sunrpc/pmap_rmt.c: Likewise.
8467         * sunrpc/rpc_cmsg.c: Likewise.
8468         * sunrpc/rpc_prot.c: Likewise.
8469         * sunrpc/svc_authux.c: Likewise.
8470         * sunrpc/svc_raw.c: Likewise.
8471         * sunrpc/svc_simple.c: Likewise.
8472         * sunrpc/svc_tcp.c: Likewise.
8473         * sunrpc/svc_udp.c: Likewise.
8474         * sunrpc/svc_unix.c: Likewise.
8475         * sunrpc/xdr.c: Likewise.
8476         * sunrpc/xdr_array.c: Likewise.
8477         * sunrpc/xdr_mem.c: Likewise.
8478         * sunrpc/xdr_rec.c: Likewise.
8479         * sunrpc/xdr_ref.c: Likewise.
8480         * sunrpc/xdr_stdio.c: Likewise.
8481         * sysdeps/generic/_strerror.c: Likewise.
8482         * sysdeps/generic/printf_fphex.c: Likewise.
8483         * sysdeps/generic/tmpfile.c: Likewise.
8484         * sysdeps/gnu/errlist.awk: Likewise.
8485         * sysdeps/gnu/errlist.c: Likewise.
8486
8487         * libio/Makefile (routines): Remove iosprint.
8488         * libio/iosprintf.c: Removed
8489
8490
8491 2002-02-24  Ulrich Drepper  <drepper@redhat.com>
8492
8493         * elf/dl-support.c (_dl_non_dynamic_init): Renamed from
8494         non_dynamic_init and exported now.
8495         * sysdeps/unix/sysv/linux/ldsodefs.h: Declare _dl_non_dynamic_init.
8496         * sysdeps/unix/sysv/linux/init-first.c: Call _dl_non_dynamic_init for
8497         !SHARED.
8498         * sysdeps/mach/hurd/i386/init-first.c: Likewise.
8499         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8500         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8501
8502 2002-02-23  Ulrich Drepper  <drepper@redhat.com>
8503
8504         * elf/dl-close.c (free_slotinfo): Check for end of list and return
8505         true in this case.
8506
8507         * locale/iso-639.def: Add language codes for Walloon.
8508
8509         * elf/dl-fini.c (_dl_fini): Print some final statistics on the
8510         total number of relocations performed.
8511
8512         * elf/sprof.c (load_profdata): If do_test provide information as
8513         to why loading failed.
8514         * elf/dl-profile.c (_dl_start_profile): Initialize all of
8515         hist_hdr.dimen.
8516
8517         * csu/set-init.c: Moved to...
8518         * sysdeps/mach/hurd/set-init.c: ...here.  New file.
8519         * csu/Makefile: Don't compile set-init.
8520         * sysdeps/mach/hurd/Makefile: Compile set-init for subdir csu.
8521         * sysdeps/mach/hurd/i386/init-first.c: Call __init_misc in addition
8522         to __libc_init.
8523         * sysdeps/mach/hurd/mips/init-first.c: Likewise.
8524         * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
8525         * sysdeps/unix/sysv/linux/init-first.c: Call __init_misc instead of
8526         __libc_init.
8527         * misc/init-misc.c: Always export __init_misc.  Don't define hooks for
8528         __libc_subinit.
8529
8530 2002-02-22  Ulrich Drepper  <drepper@redhat.com>
8531
8532         * elf/Versions: Add _dl_allocate_tls and _dl_deallocate_tls.
8533         * elf/rtld.c (dl_main): Use _dl_allocate_tls with INTUSE.
8534         * sysdeps/generic/dl-tls.c: Add INTDEF for _dl_allocate_tls.
8535         (_dl_deallocate_tls): New function.
8536         * sysdeps/generic/ldsodefs.h: Declare _dl_allocate_tls_internal and
8537         _dl_deallocate_tls.
8538
8539 2002-02-21  Jakub Jelinek  <jakub@redhat.com>
8540
8541         * libio/fileops.c (_IO_file_seekoff_mmap): Fix fseek SEEK_END.
8542         * stdio-common/tst-fseek.c (main): Add test for this.
8543
8544 2002-02-19  Ulrich Drepper  <drepper@redhat.com.>
8545
8546         * stdlib/Versions: Move __on_exit to GLIBC_PRIVATE.
8547
8548 2002-02-19  Jakub Jelinek  <jakub@redhat.com>
8549
8550         * libio/fileops.c (_IO_file_underflow_mmap): Cast to unsigned char
8551         pointer before dereferencing.
8552
8553 2002-02-18  Roland McGrath  <roland@frob.com>
8554
8555         * sysdeps/mach/hurd/times.c: Fix typo in last change.
8556
8557         * sysdeps/mach/hurd/setpriority.c [POLICY_TIMESHARE_BASE_COUNT]:
8558         Use task_policy in place of task_priority.
8559
8560         * sysdeps/generic/bits/mman.h
8561         (MS_ASYNC, MS_SYNC, MS_INVALIDATE): New macros.
8562         * sysdeps/mach/msync.c: New file.
8563
8564         * sysdeps/mach/powerpc/syscall.S: New file.
8565
8566         * mach/msg.c [MACH_MSG_OVERWRITE]
8567         (__mach_msg_trap, __mach_msg_overwrite): New functions.
8568         * mach/Versions (libc: GLIBC_2.0): Add mach_msg_overwrite and __ name.
8569
8570         * sysdeps/mach/configure.in: Check for clock.defs to put into
8571         mach_interface_list.
8572         * sysdeps/mach/configure: Regenerated.
8573
8574         * mach/Makefile (mach-machine): New variable, set from $(base-machine).
8575         ($(objpfx)mach-syscalls.mk): Use it in place of $(base-machine).
8576         ($(mach-syscalls:%=$(objpfx)%.S) static pattern rule):
8577         Use <mach/machine/syscall_sw.h> instead of <sysdep.h>.
8578         (mach-shortcuts): Add device_read_overwrite_request,
8579         device_read_overwrite, vm_read_overwrite, thread_switch.
8580
8581         * configure.in (base_machine): Set to $machine by default.
8582         * configure: Regenerated.
8583
8584         * sysdeps/mach/configure.in: Check for <mach/machine/ndr_def.h>
8585         or <machine/ndr_def.h> and add -DNDR_DEF_HEADER=... to DEFINES.
8586         * sysdeps/mach/configure: Regenerated.
8587         * mach/mach_init.c [NDR_DEF_HEADER]: #include it.
8588
8589         * hurd/hurdfault.c (_hurdsig_fault_init): Add a cast.
8590
8591         * hurd/hurd/signal.h: Include <setjmp.h> for `jmp_buf' decl.
8592
8593         * mach/msgserver.c (__mach_msg_server_timeout) [! MACH_RCV_LARGE]:
8594         Double MAX_SIZE and don't retry on MACH_RCV_TOO_LARGE.
8595
8596 2002-02-17  Roland McGrath  <roland@frob.com>
8597
8598         * sysdeps/mach/hurd/times.c
8599         [NO_CREATION_TIME] (startup_time): New static variable.
8600         [NO_CREATION_TIME] (times_init): New static function in __libc_subinit.
8601         (__times) [NO_CREATION_TIME]: Use startup_time in lieu of task
8602         creation_time from task_basic_info.
8603         (__times): Use __gettimeofday instead of __host_get_time.
8604
8605         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg) [! MACH_MSG_TYPE_BIT]:
8606         Use untyped Mach IPC message format.
8607
8608         * hurd/catch-exc.c: Include <assert.h>, missing from last change.
8609
8610         * hurd/Versions (libc: GLIBC_2.0): Add _S_catch_exception_raise_state,
8611         _S_catch_exception_raise_state_identity,
8612         _hurdsig_fault_catch_exception_raise_state,
8613         _hurdsig_fault_catch_exception_raise_state_identity.
8614
8615         * mach/shortcut.awk: Don't apply the /^}$/ rule when $proto == "".
8616
8617         * sysdeps/mach/getsysstats.c (__get_avphys_pages) [HOST_VM_INFO]: Use
8618         __host_info with HOST_VM_INFO flavor instead of __vm_statistics.
8619
8620         * sysdeps/mach/hurd/getpriority.c [TASK_SCHED_TIMESHARE_INFO]: Find
8621         `base_priority' in PIP->timeshare_base_info instead of PIP->taskinfo.
8622
8623         * sysdeps/mach/hurd/dl-sysdep.c [FMH]: Define for i386 only.
8624         (fmh, unfmh): Define these functions only #if FMH.  Otherwise define
8625         them as no-op macros.
8626         [FMH] (ELF_MACHINE_USER_ADDRESS_MASK): Redefine it to zero.
8627         (__mmap): Uncomment uses of ELF_MACHINE_USER_ADDRESS_MASK.
8628
8629         * sysdeps/powerpc/dl-machine.h
8630         (ELF_MACHINE_USER_ADDRESS_MASK): New macro.
8631
8632         * hurd/hurdselect.c (_hurd_select) [MACH_MSG_TRAILER_MINIMUM_SIZE]:
8633         Use untyped Mach IPC message format.
8634
8635         * sysdeps/mach/hurd/ioctl.c (__ioctl) [! MACH_MSG_TYPE_BIT]:
8636         Handle untyped Mach IPC message formats.
8637
8638         * hurd/catch-exc.c (_S_catch_exception_raise) [EXC_MASK_ALL]:
8639         Expect different argument conventions when this is defined.
8640         [EXC_MASK_ALL] (_S_catch_exception_raise_state): New stub function.
8641         [EXC_MASK_ALL] (_S_catch_exception_raise_state_identity): Likewise.
8642         * hurd/hurdfault.c: Likewise for _hurdsig_fault_catch_exception_*.
8643         [NDR_CHAR_ASCII] (mig_reply_header_t): #define as mig_reply_error_t
8644         for OSF Mach variant.
8645         (faulted): Use mig_reply_error_t for REPLY.
8646         (_hurdsig_fault_init) [EXC_MASK_ALL]: Use EXCEPTION_STATE_IDENTITY
8647         in __thread_set_exception_ports call.
8648         (_hurdsig_fault_init) [MACH_PORT_RECEIVE_STATUS]: Use
8649         __mach_port_set_attributes in place of __mach_port_set_qlimit.
8650
8651         * sysdeps/mach/powerpc/sysdep.h (_MACH_MACHINE_ASM_H): Define this
8652         before include <sysdeps/mach/sysdep.h>, to inhibit <mach/machine/asm.h>
8653         on Darwin, which includes bogons.
8654
8655         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): Move local
8656         variable LOADBASE so it's not declared when it's not used.
8657
8658 2002-02-16  Roland McGrath  <roland@frob.com>
8659
8660         * sysdeps/mach/hurd/times.c (__times) [NO_CREATION_TIME]: Don't try
8661         to use BI.creation_time.
8662
8663         * mach/Machrules (MIG): Add -x c to CPP value passed down.
8664
8665         * config.h.in: Add #undef HAVE_HOST_PAGE_SIZE.
8666         * sysdeps/mach/configure.in: Check for host_page_size RPC to define it.
8667         * mach/mach_init.c (__mach_init) [HAVE_HOST_PAGE_SIZE]: Use
8668         host_page_size instead of vm_statistics.
8669
8670         * sysdeps/mach/Makefile (mach-before-compile): Don't include
8671         mach_interface.h here, since not all variants use that name.
8672
8673         * sysdeps/mach/configure.in: Add some checks for Mach headers
8674         to ensure a sane installation.
8675         (mach_interface_list): Define this variable by checking for .defs
8676         files found in various variants.
8677         * configure.in (mach_interface_list): AC_SUBST this.
8678         * config.make.in (mach-interface-list): New substituted variable.
8679         * mach/Makefile (user-interfaces): Define this using the value
8680         of $(mach-interface-list) instead of mach, mach4.
8681         Updated other references to mach_interface to use it as well.
8682
8683         * sysdeps/mach/powerpc/machine-lock.h: Avoid multi-line strings.
8684
8685         * mach/msgserver.c [NDR_CHAR_ASCII] (mig_reply_header_t): #define as
8686         mig_reply_error_t for OSF Mach variant.
8687
8688         * mach/Makefile (routines): Remove bootprivport.
8689         * mach/bootprivport.c: File removed.  It has never been used.
8690
8691         * mach/msg-destroy.c (__mach_msg_destroy) [MACH_MSG_PORT_DESCRIPTOR]:
8692         Grok the OSF flavor of message format.
8693         (mach_msg_destroy_port): For MAKE_SEND and
8694         MAKE_SEND_ONCE rights, create an destroy a right to ensure proper
8695         no-senders notification.
8696
8697 2002-02-06  Roland McGrath  <roland@frob.com>
8698
8699         * hurd/Versions (libc: GLIBC_2.0): Move cthread_fork, cthread_detach
8700         to here if 2.0 compatibility enabled ...
8701         (libc: GLIBC_2.1.3): ... from here.
8702
8703 2002-02-15  Ulrich Drepper  <drepper@redhat.com>
8704
8705         * elf/dl-open.c (dl_open_worker): Catch wrap-around of TLS
8706         generation counter.
8707         * elf/dl-close.c (_dl_close): Likewise.
8708
8709 2002-02-14  Ulrich Drepper  <drepper@redhat.com>
8710
8711         * elf/Makefile: Add rules to build and run tst-tls8.
8712         * elf/tst-tls8.c: New file.
8713         * elf/tst-tlsmod4.c: New file.
8714
8715         * stdlib/test-a64l.c (tests): Add more test cases.
8716
8717         * sunrpc/rtime.c (rtime): Change type of thetime to uint32_t.
8718         Reported by Walter Harms <WHarms@bfs.de>.
8719
8720 2002-02-11  Jes Sorensen  <jes@trained-monkey.org>
8721
8722         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h: Add sc_flag bit
8723         definitions for struct sigcontext.
8724         Suggested by David Mosberger-Tang.
8725
8726 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8727
8728         * elf/dl-close.c (remove_slotinfo): New function.  Handles everything
8729         for removing reference of module in slotinfo list.
8730         (_dl_close): Use remove_slotinfo.
8731         * sysdeps/generic/dl-tls.c: General pretty printing.
8732         (oom): Define only if SHARED.
8733         (_dl_next_tls_modid): Correct starting point for the case we assume
8734         there is a gap.  Add missing instruction grouping (doh!).  Correct
8735         tests for reaching maximum index.
8736         * elf/Makefile: Add rules to build and run tst-tls7.
8737         * elf/tst-tls7.c: New file.
8738         * elf/tst-tlsmod3.c: New file.
8739
8740         * elf/tst-tlsmod1.c: Move #include "tls-macros.h" instead #ifdef
8741         USE_TLS.
8742         * elf/tst-tlsmod2.c: Likewise.
8743
8744         * elf/dl-close.c (_dl_close): When closing an object using TLS
8745         either decrement dl_tls_max_dtv_idx or set dl_tls_dtv_gaps to
8746         true.  Increment dl_tls_generation only if we closed any TLS-using
8747         object.
8748         * elf/tst-tls6.c: New file.
8749         * elf/Makefile: Add rules to build and run tst-tls6.
8750
8751         * po/da.po: Update from translation team.
8752
8753         * locale/categories.def: Fix typo [PR libc/2948].
8754         * po/Makefile (BROKEN_LINGUAS): Works with current gettext
8755         [PR libc/2949].
8756         * locale/iso-4217.def: Update from official version [PR libc/2950].
8757         * glibcbug.in: Honor TMPDIR [PR libc/2951].
8758         * locale/programs/ld-collate.c (collate_finish): Bail out with a
8759         message if input is too confusion instead of using assert.
8760         (collate_read): Don't crash on unknown symbol [PR libc/2952].
8761         Patches by Alastair McKinstry <alastair@pdd.3com.com>.
8762
8763         * elf/tst-tls1.c: Move #include "tls-macros.h" inside #ifdef USE_TLS.
8764         * elf/tst-tls2.c: Likewise.
8765         * elf/tst-tls3.c: Likewise.
8766
8767 2002-02-13  Jakub Jelinek  <jakub@redhat.com>
8768
8769         * elf/dl-close.c (free_slotinfo): Only define if TLS supported.
8770
8771 2002-02-13  Ulrich Drepper  <drepper@redhat.com>
8772
8773         * elf/dl-open.c (dl_open_worker): Only bump the generation counter
8774         if this is really necessary.
8775
8776         * elf/dl-close.c (_dl_close): Implement freeing entries in the
8777         slotinfo array.
8778         (free_mem): Free memory for the slotinfo array if possible.
8779
8780 2002-02-12  Andreas Schwab  <schwab@suse.de>
8781
8782         * csu/gmon-start.c (__gmon_start__): Remove '&' from ENTRY_POINT.
8783
8784 2002-02-12  Ulrich Drepper  <drepper@redhat.com>
8785
8786         * sysdeps/generic/dl-tls.c (TLS_DTV_UNALLOCATED): Renamed from
8787         TLS_DTV_UNALLOCATE.
8788         (oom): New function.
8789         (_dl_next_tls_modid): Rewrite to handle dl_tls_dtv_slotinfo_list.
8790         (_dl_determine_tlsoffset): Likewise.
8791         (_dl_allocate_tls): Likewise.
8792         (__TLS_GET_ADDR): Define if not already defined.
8793         (_dl_tls_symaddr): New function.
8794         (allocate_and_init): New function.
8795         (__tls_get_addr): Actually implement handling of generation counter
8796         and deferred allocation.
8797         * sysdeps/generic/ldsodefs.h (_rtld_global): Remove _dl_initimage_list,
8798         add _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8799         _dl_tls_generation.
8800         Define TLS_SLOTINFO_SURPLUS and DTV_SURPLUS.
8801         Declare _dl_tls_symaddr.
8802         * sysdeps/i386/dl-tls.h: Disable __tls_get_addr handling unless
8803         SHARED.
8804         * include/link.h (struct link_map):  Remove l_tls_nextimage and
8805         l_tls_previmage.
8806         * elf/dl-sym.c (_dl_sym): After successful lookup call _dl_tls_symaddr
8807         instead of DL_SYMBOL_ADDRESS for STT_TLS symbols.
8808         (_dl_vsym): Likewise.
8809         * elf/rtld.c (_dl_start_final): Adjust initdtv initialization for new
8810         layout.
8811         (dl_main): Allow PT_TLS be present for empty segment.  Remove
8812         nextimage list handling.  Instead add all modules using TLS to
8813         dl_tls_dtv_slotinfo_list.
8814         * elf/dl-open.c (dl_open_worker): After successfully loading all
8815         objects add those with TLS to the dl_tls_dtv_slotinfo_list list.
8816         * elf/dl-load.c (_dl_map_object_from_fd): If PT_TLS entry is for an
8817         empty segment don't do anything.  Remove handling of initimage list.
8818         * elf/Versions [ld] (GLIBC_2.0): Add __libc_memalign.
8819         (GLIBC_PRIVATE): Add _dl_tls_symaddr.
8820         * elf/dl-minimal.c: Define __libc_memalign.
8821         * elf/dl-support.c: Remove _dl_initimage_list.  Add
8822         _dl_tls_dtv_slotinfo_list, _dl_tls_static_nelem, and
8823         _dl_tls_generation.
8824         * include/stdlib.h: Declare __libc_memalign.
8825
8826         * elf/Makefile: Add rules to build and run tst-tls4 and tst-tls5.
8827         * elf/tst-tls4.c: New file.
8828         * elf/tst-tls5.c: New file.
8829         * elf/tst-tlsmod2.c: New file.
8830
8831         * elf/tls-macros.h: asms using ___tls_get_addr destroy %ecx and %edx.
8832
8833         * elf/tst-tlsmod1.c: Don't define variables unles USE_TLS.
8834
8835         * elf/tst-tls1.c: Use test-skeleton.c.
8836         * elf/tst-tls2.c: Likewise.
8837         * elf/tst-tls3.c: Likewise.
8838
8839         * elf/dl-conflict.c (RESOLVE_MAP): Return NULL not 0.
8840
8841 2002-02-08  Daniel Jacobowitz  <drow@mvista.com>
8842
8843         * sysdeps/mips/machine-gmon.h: Update MCOUNT for current GCC behavior.
8844
8845 2002-02-10  Ulrich Drepper  <drepper@redhat.com>
8846
8847         * elf/elf.h: Define R_386_TLS_GD and R_386_TLS_LDM.
8848
8849         * elf/tst-tls3.c: New file.
8850         * elf/tst-tlsmod1.c: New file.
8851         * elf/Makefile: Add rules to build and run tst-tls3.
8852
8853         * sysdeps/i386/dl-machine.h: Include <tls.h>.
8854         (elf_machine_type_class): Set ELF_RTYPE_CLASS_PLT also for the three
8855         TLS relocations.
8856
8857         * elf/do-lookup.h (FCT): st_value can be zero for STT_TLS symbols.
8858
8859         * po/fr.po: Update from translation team.
8860
8861         * elf/tls-macros.h: Add alternative macros for use in PIC.
8862
8863         * elf/dl-lookup.c: Include <tls.h>.
8864         * elf/do-lookup.h (FCT): Don't discard STT_TLS symbols.
8865
8866         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): More changes
8867         required by passing pointer to last element of the list.
8868
8869         * elf/dl-load.c (_dl_map_object_from_fd): Move adjustment of
8870         l_tls_initimage to a place where it actually is performed.
8871
8872         * sysdeps/generic/glob.c (glob): Explicitly set gl_pathc to zero
8873         after globfree() calls.
8874
8875         * elf/dl-deps.c (struct openaux_args): Add open_mode element.
8876         (openaux): Pass open_mode as new last argument to _dl_map_object.
8877         (_dl_map_object_deps): Add new argument open_mode.  Initialize
8878         open_mode element of args variable with it.
8879         * elf/dl-open.c (dl_open_worker): Pass __RTLD_DLOPEN flag is set to
8880         _dl_map_object_deps.
8881         * elf/rtld.c (dl_main): Add zero as last parameter to
8882         _dl_map_object_deps call.
8883         * sysdeps/generic/ldsodefs.h: Adjust prototype of _dl_map_object_deps.
8884         * elf/nodlopen2.c: New file.
8885         * elf/nodlopenmod2.c: New file.
8886         * elf/Makefile: Add rules to build and run nodlopen2.
8887
8888         * elf/tst-tls1.c: Move TLS helper macros to...
8889         * elf/tls-macros.h: ...here.  New file.
8890         * elf/tst-tls2.c: New file.
8891         * elf/Makefile (tests): Add tst-tls2.
8892         (distribute): Add tls-macros.h.
8893
8894         * po/sv.po: Update from translation team.
8895
8896         * elf/tst-tls1.c (main): Add complete set of tests.  Split
8897         architecture specific definitions from the actual test code.
8898
8899         * po/tr.po: Update from translation team.
8900
8901 2002-02-09  Ulrich Drepper  <drepper@redhat.com>
8902
8903         * elf/Makefile (tests): Add tst-tls1.
8904         * elf/tst-tls1.c: New file.
8905
8906         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Don't handle
8907         alignment of TCB for now.
8908
8909         * elf/rtld.c (dl_main): Use p_vaddr as address of TLS
8910         initialization image for the application itself.
8911
8912         * sysdeps/generic/dl-tls.c (_dl_allocate_tls): Correctly terminate
8913         loop to initialize TLS block.
8914
8915 2002-02-08  Richard Henderson  <rth@redhat.com>
8916
8917         * sysdeps/generic/ldsodefs.h (struct rtld_global): Also include
8918         _dl_cpuclock_offset if HP_SMALL_TIMING_AVAIL.
8919
8920         * sysdeps/alpha/elf/initfini.c: Use \n\ for multiline string.
8921
8922 2002-02-09  Jakub Jelinek  <jakub@redhat.com>
8923
8924         * sysdeps/generic/dl-environ.c (unsetenv): Clear cnt before use.
8925
8926 2002-02-08  Ulrich Drepper  <drepper@redhat.com>
8927
8928         * po/ca.po: Update from translation team.
8929         * po/sk.po: Likewise.
8930
8931         * elf/rtld.c (_dl_start_final): Install DTV explicitly.
8932         (dl_main): Move dtv/static TLS handling before relocation.
8933         Unconditionally call _dl_tlsoffset.  Call _dl_allocate_tls and
8934         TLS_INIT_TP to allocate and install the dtv/static TLS block.
8935         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): If no object
8936         so far uses TLS initialize GL(dl_tls_static_size) and
8937         GL(dl_tls_static_align) to account for the TCB.
8938         (_dl_allocate_tls): New function.
8939         * sysdeps/generic/ldsodefs.h (rtld_global): Add
8940         _dl_initial_dtv_malloced.
8941
8942         * configure.in: Test for __builtin_memset more realistically.
8943
8944         * csu/version.c (banner): If TLS support is available say so.
8945
8946 2002-02-04  H.J. Lu  <hjl@gnu.org>
8947
8948         * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Use
8949         __attribute_used__.
8950         (__dl_runtime_resolve): Likewise.
8951
8952         * sysdeps/mips/machine-gmon.h (_MCOUNT_DECL): Make it a real
8953         declaration.
8954
8955 2001-11-15  H.J. Lu  <hjl@gnu.org>
8956
8957         * sysdeps/unix/sysv/linux/mips/sys/procfs.h: Don't include
8958         <signal.h>, <sys/ucontext.h> nor <asm/elf.h>. Updated for gdb.
8959
8960         * sysdeps/unix/sysv/linux/mips/sys/user.h: New file.
8961
8962 2002-02-07  H.J. Lu  <hjl@gnu.org>
8963
8964         * sysdeps/mips/atomicity.h (compare_and_swap): Remove
8965         ".set noreorder".
8966         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set):
8967         Likewise.
8968
8969 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8970
8971         * sysdeps/unix/sysv/linux/bits/stat.h: Undo last patch.
8972
8973         * sysdeps/i386/dl-tls.h (__tls_get_addr): Call
8974         ___tls_get_addr_internal.
8975         (___tls_get_addr_internal): Define as alias for ___tls_get_addr.
8976
8977         * po/ko.po: Update from translation team.
8978
8979 2002-02-07  Jakub Jelinek  <jakub@redhat.com>
8980
8981         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Remove packed
8982         attribute, change __pad{1,2} type to unsigned int.
8983         (struct stat64): Remove packed attribute.
8984
8985 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
8986
8987         * sysdeps/i386/dl-tls.h: No need for #ifdef USE_TLS.
8988
8989 2002-02-07  Andreas Schwab  <schwab@suse.de>
8990
8991         * configure.in: Fix check for -zcombreloc.
8992
8993 2002-02-06  H.J. Lu  <hjl@gnu.org>
8994
8995         * config.h.in (HAVE_BUILTIN_MEMSET): New macro.
8996         * configure.in: Check if __builtin_memset really works.
8997         * elf/rtld.c (_dl_start): Check HAVE_BUILTIN_MEMSET instead of
8998         __GNUC_PREREQ (2, 96) before using __builtin_memset.
8999
9000 2002-02-06  Jakub Jelinek  <jakub@redhat.com>
9001
9002         * io/bug-ftw3.c (main): Don't try the test if root.
9003
9004 2002-02-06  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9005
9006         * sysdeps/unix/sysv/linux/s390/brk.c (__brk): Correct inline assembly
9007         constraints.
9008         * sysdeps/unix/sysv/linux/s390/s390-32/bits/resource.h (RLIMIT_LOCKS):
9009         Add RLIMIT_LOCKS and adjust RLIMIT_NLIMITS.
9010         * sysdeps/unix/sysv/linux/s390/s390-64/bits/resource.h (RLIMIT_LOCKS):
9011         Likewise.
9012         * sysdeps/unix/sysv/linux/s390/s390-32/clone.S (clone): Make clone
9013         a weak alias for __clone.
9014         * sysdeps/unix/sysv/linux/s390/s390-64/clone.S (clone): Likewise.
9015         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: Fix typo.
9016         * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add framestate.
9017         * sysdeps/unix/sysv/linux/s390/s390-64/Versions: New file.
9018         * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S (__mmap64): Make __mmap
9019         a weak alias for __mmap64.
9020
9021 2002-02-05  H.J. Lu  <hjl@gnu.org>
9022
9023         * sysdeps/mips/atomicity.h (exchange_and_add): Not use branch likely.
9024         (atomic_add): Likewise.
9025         (compare_and_swap): Likewise.
9026         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Likewise.
9027
9028 2002-02-07  Ulrich Drepper  <drepper@redhat.com>
9029
9030         * sysdeps/generic/dl-tls.c: Don't read TLS header if TLS is not needed.
9031
9032         * sysdeps/generic/dl-tls.c (_dl_determine_tlsoffset): Account for
9033         alignment of the TCB and store total size and alignment of static
9034         TLS block in _dl_tls_static_size and _dl_tls_static_align.
9035         tls_index is a typedef.
9036         * sysdeps/generic/ldsodefs.h: Declare _dl_tls_static_size and
9037         _dl_tls_static_align.
9038         * sysdeps/i386/dl-tls.h: tls_index is a typedef.
9039         * elf/dl-support.c: Define _dl_tls_static_size and
9040         _dl_tls_static_align.
9041
9042 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9043
9044         * configure.in: Add --without-tls option.
9045         * sysdeps/i386/elf/configure.in: Don't check for TLS support if
9046         --without-tls is given.
9047
9048         * sysdeps/generic/dl-tls.c: Include <tls.h>.
9049
9050         * sysdeps/i386/dl-tls.h: Don't define anything if !USE_TLS.
9051
9052 2002-02-06  Roland McGrath  <roland@frob.com>
9053
9054         * malloc/hooks.c [! HAVE_MREMAP]: Conditionalize unused decls.
9055         * malloc/malloc.c [! HAVE_MREMAP]: Likewise.
9056
9057         * scripts/versions.awk: Improve error message for missing version.
9058         Each version inherits from the last one only if they have the same
9059         nonnumeric prefix, i.e. GLIBC_x.y and GLIBC_x.z or FOO_x and FOO_y
9060         but not GLIBC_x and FOO_y.
9061
9062         * scripts/firstversions.awk: Handle libraries that don't have each
9063         particular version named in the third column of shlib-versions.
9064
9065         * scripts/firstversions.awk: Don't mess with GLIBC_PRIVATE.
9066
9067 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9068
9069         * Versions.def [ld]: Add GLIBC_2.3.
9070         * elf/Versions [ld]: Add __tls_get_addr to GLIBC_2.3.
9071         * elf/Makefile (dl-routines): Add dl-tls.
9072         (distribute): Add dl-tls.h.
9073         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9074         _dl_tls_module_cnt, add _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9075         Add prototypes for _dl_next_tls_modid and _dl_determine_tlsoffset.
9076         * elf/dl-load.c (_dl_map_object_from_fd): Store alignment requirement
9077         along with the other info in the link map.  Change queueing of init
9078         images for double linked list.  Use _dl_next_tls_modid to compute
9079         l_tls_modid.
9080         * elf/rtld.c (_dl_start_final): Store alignment requirement
9081         along with the other info in rtld map and executable map.
9082         (dl_main): Add ld.so to the init image list if necessary.  Compute
9083         final module ID with _dl_next_tls_modid.
9084         * include/link.h (struct link_map): Add l_tls_previmage and
9085         l_tls_align.
9086         * eld/dl-support.c: Define _dl_tls_max_dtv_idx and _dl_tls_dtv_gaps.
9087         * sysdeps/i386/elf/Versions: New file.
9088         * sysdeps/generic/dl-tls.c: New file.
9089         * sysdeps/generic/dl-tls.h: New file.
9090         * sysdeps/i386/dl-tls.h: New file.
9091
9092 2002-02-06  Roland McGrath  <roland@frob.com>
9093
9094         * sysdeps/unix/sysv/linux/netinet/ip.h: Moved to ...
9095         * sysdeps/generic/netinet/ip.h: ... here, replacing old file.
9096
9097 2002-01-05  Roland McGrath  <roland@frob.com>
9098
9099         * sysdeps/mach/configure.in: New file.
9100         * sysdeps/mach/configure: New generated file.
9101
9102         * mach/Makefile (user-interfaces): Remove default_pager_helper.
9103         It has never been used by anything.
9104
9105 2002-02-06  H.J. Lu  <hjl@gnu.org>
9106
9107         * sysdeps/mips/elf/ldsodefs.h: Make sure the right <ldsodefs.h>
9108         is included.
9109
9110 2002-02-06  Ulrich Drepper  <drepper@redhat.com>
9111
9112         * sysdeps/unix/sysv/linux/bits/stat.h (struct stat): Add
9113         attribute((packed)) to counter stupid people misusing gcc options.
9114         (struct stat64): Likewise.
9115
9116 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9117
9118         * elf/rtld.c (dl_main): Correct indentation.  Use bool as type for
9119         the variables which are used as booleans.
9120
9121 2002-02-06  Andreas Jaeger  <aj@suse.de>
9122
9123         * include/libc-symbols.h (INTUSE): Renamed from INT.
9124         * elf/dl-deps.c: Change users.
9125         * sysdeps/generic/dl-sysdep.c: Likewise.
9126         * sysdeps/generic/dl-cache.c: Likewise.
9127         * elf/dl-reloc.c: Likewise.
9128         * elf/rtld.c: Likewise.
9129         * elf/dl-version.c: Likewise.
9130         * elf/dl-load.c: Likewise.
9131         * elf/dl-dst.h: Likewise.
9132         * elf/dl-init.c: Likewise.
9133         * elf/dl-error.c: Likewise.
9134         * elf/dl-fini.c: Likewise.
9135         * elf/dl-runtime.c: Likewise.
9136         * elf/do-lookup.h: Likewise.
9137
9138         * stdio-common/_itoa.h: Undefine SPECIAL to avoid duplicate
9139         definition.
9140         * stdio-common/_itowa.h: Likewise.
9141
9142 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9143
9144         * elf/dl-minimal.c: Define _itoa_lower_digits.
9145
9146         * elf/dynamic-link.h (elf_get_dynamic_info): ld.so can have
9147         DT_FLAGS set.
9148
9149         * elf/dl-load.c (_dl_map_object_from_fd): Prevent dynamically
9150         loading modules with the DF_STATIC_TLS flag set.
9151         * elf/dynamic-link.h (elf_get_dynamic_info): Initialize l_flags
9152         element.
9153         * include/link.h (struct link_map): Add l_flags field.
9154         * elf/elf.h (DF_STATIC_TLS): New definition.
9155
9156         * dlfcn/Makefile: Add rules to build and run bug-dlopen1.
9157         * dlfcn/bug-dlopen1.c: New file.  By Bruno Haible.
9158
9159         * elf/rtld.c (process_dl_debug): Correct printing help message.
9160         * elf/dl-misc.c (_dl_debug_vdprintf): Implement precision handling
9161         for %s.
9162
9163         * inet/getnetgrent_r.c (innetgr): Add int* parameter to getfct
9164         definition and pass &errno in use of this variable.
9165         Reported by Simon Wilkinson <simon@sxw.org.uk> [PR libc/2911].
9166
9167 2002-02-04  Andreas Schwab  <schwab@suse.de>
9168
9169         * locale/programs/localedef.h (WITH_CUR_LOCALE): Define.
9170         * locale/programs/charmap-dir.c: Wrap calls that output messages
9171         with WITH_CUR_LOCALE.  Include "localedef.h" first.
9172         * locale/programs/charmap.c: Likewise.
9173         * locale/programs/ld-address.c: Likewise.
9174         * locale/programs/ld-collate.c: Likewise.
9175         * locale/programs/ld-ctype.c: Likewise.
9176         * locale/programs/ld-identification.c: Likewise.
9177         * locale/programs/ld-measurement.c: Likewise.
9178         * locale/programs/ld-messages.c: Likewise.
9179         * locale/programs/ld-monetary.c: Likewise.
9180         * locale/programs/ld-name.c: Likewise.
9181         * locale/programs/ld-numeric.c: Likewise.
9182         * locale/programs/ld-paper.c: Likewise.
9183         * locale/programs/ld-telephone.c: Likewise.
9184         * locale/programs/ld-time.c: Likewise.
9185         * locale/programs/linereader.c: Likewise.
9186         * locale/programs/linereader.h: Likewise.
9187         * locale/programs/localedef.c: Likewise.
9188         * locale/programs/locfile.c: Likewise.
9189         * locale/programs/repertoire.c: Likewise.
9190
9191 2002-02-05  Ulrich Drepper  <drepper@redhat.com>
9192
9193         * elf/rtld.c (_dl_start_final): Determine load address to locate
9194         ehdr with GL(dl_rtld_map).l_map_start.
9195
9196         * po/ca.po: Update from translation team.
9197
9198         * elf/rtld.c (dl_main): Read PT_TLS entry of the executable.
9199         * elf/dl-load.c (_dl_map_object_from_fd): Handle PT_TLS program
9200         header entry.
9201         * sysdeps/generic/ldsodefs.h (struct rtld_global): Add
9202         _dl_tls_module_cnt.
9203         * elf/dl-support.c: Define _dl_initimage_list and _dl_tls_module_cnt.
9204
9205 2002-02-04  Ulrich Drepper  <drepper@redhat.com>
9206
9207         * elf/rtld.c (_dl_start): Fill TLS values in link map for rtld.
9208         * include/link.h (struct link_map): Add various members for TLS
9209         information.
9210         * sysdeps/generic/ldsodefs.h (struct rtld_global): Remove
9211         _rtld_tlsoffset, add _dl_initimage_list.
9212         * sysdeps/i386/dl-lookupcfg.h: New file.
9213         * sysdeps/i386/dl-machine.h (elf_machine_rel): Implement missing
9214         TLS relocation.  When using TLS we now use RESOLVE_MAP.
9215         (elf_machine_rela): Use RESOLVE_MAP instead of RESOLVE_MAP if TLS
9216         is used.
9217
9218         * sysdeps/generic/dl-cache.c (_dl_cache_libcmp): Mark as possibly
9219         unused.
9220
9221         * elf/rtld.c (_dl_start_final): Allocate TLS and initialize
9222         thread-pointer as soon as possible.
9223         * sysdeps/generic/ldsodefs.h: Include <tls.h>.  Define first TLS
9224         elements in rtld_global.
9225         * sysdeps/generic/tls.h: New file.
9226         * elf/Makefile (distribute): Add tls.h.
9227         * sysdeps/i386/dl-machine.h (elf_machine_rel): Add support for TLS
9228         relocations.  Not complete yet.
9229
9230         * resolv/resolv.h: Allow user to define __need_res_state and only
9231         define __res_start structure then.
9232         * include/resolv.h: Only declare functions if _RESOLV_H_ is defined.
9233
9234         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Move
9235         dl_cpuclock_offset initialization to _dl_start_final.
9236         (_dl_show_auxv): Avoid unnecessary sign extension.
9237         * elf/rtld.c (_dl_start_final): Initialize dl_cpuclock_offset.
9238
9239 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9240
9241         * config.h.in: Add HAVE_TLS_SUPPORT.
9242         * sysdeps/i386/elf/configure.in: New file.
9243
9244 2002-02-03  Andreas Schwab  <schwab@suse.de>
9245
9246         * sysdeps/posix/readv.c: Use ssize_t for bytes_read.
9247         * sysdeps/posix/writev.c: Use ssize_t for bytes_written.  Fix comment.
9248
9249 2002-02-03  Thorsten Kukuk  <kukuk@suse.de>
9250
9251         * sysdeps/posix/writev.c: Check for ssize_t overflow, don't use
9252         alloca if the memory reqirements are too high.
9253
9254 2002-02-03  Ulrich Drepper  <drepper@redhat.com>
9255
9256         * elf/dl-load.c (decompose_rpath): Avoid using strstr.
9257         * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
9258         the former is available anyway and speed isn't important here.
9259         * elf/dl-misc.c (_dl_debug_vdprintf): Likewise.
9260         * elf/dl-version.c (match_symbol): Likewise.
9261         (_dl_check_map_versions): Likewise.
9262         * elf/rtld.c (process_envvars): Likewise.
9263         (print_statistics): Likewise.
9264         * sysdeps/generic/dl-sysdep.c (_dl_show_auxv): Likewise.
9265         * elf/dl-minimal.c (_itoa): Always define it.  Make it work for all
9266         bases.  Add assert to catch uses of unimplemented features.
9267         (__strsep): Add assert to catch uses of unimplemented features.
9268         * elf/dl-object.c (_dl_new_object): Don't use rawmemchr.  Use strchr
9269         and avoid inline optimization.
9270         * elf/rtld.c (process_envvars): Likewise.
9271         * elf/dl-open.c: Don't include <stdio-common/_itoa.h>.
9272         * elf/dl-profile.c (_dl_start_profile): Help compiler to avoid ffs.
9273         * elf/rtld.c (dl_main): Avoid strsep inline optimization.
9274
9275 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9276
9277         * stdio-common/_itoa.h: Minor simplifications of the code.
9278         * stdio-common/_itoa.c: Likewise.
9279
9280         * elf/dl-reloc.c (_dl_relocate_object): Use _dl_debug_printf
9281         instead of _dl_printf for debugging info output.
9282
9283         * manual/examples/mkfsock.c (make_named_socket): Make sure name is
9284         always NUL-terminated.  Patch by Chris D. Sloan <cds@cs.hmc.edu>.
9285
9286 2002-02-01  H.J. Lu  <hjl@gnu.org>
9287
9288         * sysdeps/mips/atomicity.h (exchange_and_add): Use branch likely.
9289         (atomic_add): Likewise.
9290         (compare_and_swap): Return 0 only when failed to compare. Use
9291         branch likely.
9292
9293         * sysdeps/unix/sysv/linux/mips/sys/tas.h (_test_and_set): Use
9294         branch likely.
9295
9296 2002-02-03  kaz Kojima  <kkojima@rr.iij4u.or.jp>
9297
9298         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix a typo.
9299
9300 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9301
9302         * elf/dl-minimal.c (__strsep): New minimal implementation.
9303
9304 2002-02-02  Paul Eggert  <eggert@twinsun.com>
9305
9306         * src/mktime.c [defined DEBUG && STDC_HEADERS]: Include <string.h>.
9307         (__mktime_internal): If no tm_isdst is requested, prefer solutions
9308         with tm_isdst > 0 when the requested time falls within a
9309         spring-forward gap [PR libc/2894].
9310
9311 2002-02-03  Andreas Schwab  <schwab@suse.de>
9312
9313         * stdio-common/tst-rndseek.c: Increase timeout.
9314
9315 2002-02-02  Ulrich Drepper  <drepper@redhat.com>
9316
9317         Change ld.so to not use functions which are exported.  One cannot
9318         interpose them anyway.  Use INT() to mark uses, INTDEF() to mark
9319         definitions.
9320         * include/libc-symbols.h: Define INT and INTDEF.
9321         * sysdeps/generic/ldsodefs.h: Declare _dl_debug_printf_internal,
9322         _dl_signal_error_internal, _dl_map_object_internal,
9323         _dl_map_object_deps_internal, _dl_lookup_symbol_internal,
9324         _dl_lookup_versioned_symbol_internal,
9325         _dl_relocate_object_internal, _dl_debug_state_internal,
9326         _dl_start_profile_internal, and _dl_unload_cache_internal.
9327         * include/dlfcn.h: Declare _dl_catch_error_internal.
9328         * elf/rtld.c: Use INT for calls to any of the *_internal functions
9329         above.  Add INTDEF to function definitions.
9330         * elf/dl-debug.c: Likewise.
9331         * elf/dl-deps.c: Likewise.
9332         * elf/dl-dst.h: Likewise.
9333         * elf/dl-error.c: Likewise.
9334         * elf/dl-fini.c: Likewise.
9335         * elf/dl-init.c: Likewise.
9336         * elf/dl-load.c: Likewise.
9337         * elf/dl-lookup.c: Likewise.
9338         * elf/dl-misc.c: Likewise.
9339         * elf/dl-open.c: Likewise.
9340         * elf/dl-profile.c: Likewise.
9341         * elf/dl-reloc.c: Likewise.
9342         * elf/dl-runtime.c: Likewise.
9343         * elf/dl-version.c: Likewise.
9344         * elf/do-lookup.h: Likewise.
9345         * sysdeps/generic/dl-cache.c: Likewise.
9346         * sysdeps/generic/dl-sysdep.c: Likewise.
9347         * sysdeps/alpha/dl-machine.h (RTLD_START): Call _dl_init_internal
9348         instead of _dl_init.
9349         * sysdeps/arm/dl-machine.h: Likewise.
9350         * sysdeps/cris/dl-machine.h: Likewise.
9351         * sysdeps/hppa/dl-machine.h: Likewise.
9352         * sysdeps/i386/dl-machine.h: Likewise.
9353         * sysdeps/ia64/dl-machine.h: Likewise.
9354         * sysdeps/m68k/dl-machine.h: Likewise.
9355         * sysdeps/mips/dl-machine.h: Likewise.
9356         * sysdeps/mips/mips64/dl-machine.h: Likewise.
9357         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
9358         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
9359         * sysdeps/sh/dl-machine.h: Likewise.
9360         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
9361         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
9362         * sysdeps/x86_64/dl-machine.h: Likewise.
9363         * sysdeps/powerpc/dl-start.S (_dl_start_user): Likewise.
9364
9365         * elf/Versions: Don't export _dl_check_all_versions, _dl_sysdep_start,
9366         and _dl_debug_initialize.
9367
9368         * elf/dl-object.c (_dl_new_object): Avoid using strrchr.  We have
9369         more information.
9370         * elf/rtld.c (dl_main): Avoid strrchr.
9371         * sysdeps/unix/sysv/linux/dl-origin.c (_dl_get_origin): Use the
9372         result of readlink.  Search from the back for '/'.
9373
9374         * elf/dl-profile.c (_dl_start_profile): Help the compiler to avoid
9375         strncpy if possible.
9376
9377         * sysdeps/generic/dl-environ.c (unsetenv): Optimize.  Don't use
9378         strncmp.
9379         * elf/dl-load.c (is_dst): Optimize.  Don't call strncmp twice.
9380         * elf/rtld.c (process_dl_debug): Optimize. Avoid calls to strncmp,
9381         strspn, and strcspn.
9382         (process_envvars): Don't use strcspn.
9383
9384         * elf/dl-load.c (_dl_dst_count): Fix possible endless loop.
9385         (_dl_dst_substitute): Likewise.
9386
9387 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9388
9389         * elf/do-rel.h (elf_dynamic_do_rel): Help the compiler recognize
9390         code which is never used when relocating ld.so itself.
9391
9392         * elf/dynamic-link.h (elf_get_dynamic_info): Optimize a bit for
9393         starting ld.so itself.  Move l_addr variable initialization closer
9394         to use.
9395         (_ELF_DYNAMIC_DO_RELOC): Help the compiler optimize a bit.
9396
9397 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9398
9399         * Versions.def (libc): Add GLIBC_PRIVATE.
9400         (libdb, libnss_db, libdb1): Remove.
9401         (libnss_compat, libnss_dns, libnss_files, libnss_hesiod, libnss_nis,
9402         libnss_nisplus): Move all symbols to GLIBC_PRIVATE.
9403         (libpthread): Add GLIBC_PRIVATE.
9404         (libresolv): Likewise, remove GLIBC_2.1.
9405         (ld): Add GLIBC_PRIVATE, remove GLIBC_2.1.1, GLIBC_2.2, GLIBC_2.2.1,
9406         GLIBC_2.2.3, GLIBC_2.3.
9407         * catgets/Versions (__open_catalog): Move to GLIBC_PRIVATE.
9408         * elf/Versions (_dl_open, _dl_close, _dl_addr, _dl_init_first,
9409         _dl_sym, _dl_vsym): Likewise.
9410         (__libc_enable_secure, __libc_stack_end, _dl_argv, _dl_catch_error,
9411         _dl_check_all_versions, _dl_check_map_versions, _dl_debug_initialize,
9412         _dl_debug_printf, _dl_debug_state, _dl_dst_count, _dl_dst_substitute,
9413         _dl_init, _dl_lookup_symbol, _dl_lookup_symbol_skip,
9414         _dl_lookup_versioned_symbol, _dl_lookup_versioned_symbol_skip,
9415         _dl_map_object, _dl_map_object_deps, _dl_out_of_memory,
9416         _dl_relocate_object, _dl_signal_error, _dl_start_profile,
9417         _dl_starting_up, _dl_sysdep_start, _dl_unload_cache, _rtld_global):
9418         Likewise.
9419         (_dl_object_relocation_scope): Remove.
9420         * hesiod/Versions: Move all symbols to GLIBC_PRIVATE.
9421         * iconv/Versions (__gconv_alias_db, __gconv_modules_db,
9422         __gconv_cache): Move to GLIBC_PRIVATE.
9423         * inet/Versions (__internal_endnetgrent, __internal_getnetgrent_r,
9424         __internal_setnetgrent): Likewise.
9425         * io/Versions (__libc_open, __libc_close, __libc_read, __libc_write,
9426         __libc_lseek, __libc_fcntl, __libc_open64, __libc_lseek64): Likewise.
9427         * locale/Versions (__collate_element_hash, __collate_element_strings,
9428         __collate_symbol_classes, __collate_symbol_hash,
9429         __collate_symbol_strings, _nl_current_LC_COLLATE,
9430         _nl_current_LC_CTYPE): Likewise.
9431         * misc/Versions (__libc_fsync, __libc_msync): Likewise.
9432         * nis/Versions (libnss_compat): Move all symbols to GLIBC_PRIVATE.
9433         (libnss_nis, libnss_nisplus): Likewise.
9434         * nss/Versions (_nss_files_parse_grent, _nss_files_parse_pwent,
9435         _nss_files_parse_spent): Move to GLIBC_PRIVATE.
9436         (libnss_files): Move all symbols to GLIBC_PRIVATE.
9437         * posix/Versions (__libc_wait, __libc_waitpid, __libc_pause,
9438         __libc_nanosleep, __libc_fork, __libc_pread, __libc_pread64,
9439         __libc_pwrite, __libc_pwrite64): Move to GLIBC_PRIVATE.
9440         * resolv/Versions (__gai_sigqueue, __ns_name_unpack, __ns_name_ntop,
9441         __ns_get16, __ns_samename): Likewise.
9442         (libnss_dns): Move all symbols to GLIBC_PRIVATE.
9443         * setjmp/Versions (__libc_longjmp, __libc_siglongjmp): Move to
9444         GLIBC_PRIVATE.
9445         * socket/Versions (__libc_accept, __libc_send, __libc_recvfrom,
9446         __libc_recvmsg, __libc_sendmsg, __libc_recv, __libc_sendto,
9447         __libc_connect): Likewise.
9448         * stdio-common/Versions (_itoa_lower_digits, _itoa_upper_digits):
9449         Likewise.
9450         * stdlib/Versions (__libc_system): Likewise.
9451         * sunrpc/Versions (__rpc_thread_destroy): Likewise.
9452         * sysdeps/hppa/Versions: Move all symbols to GLIBC_PRIVATE.
9453         * sysdeps/ia64/fpu/Versions: Likewise.
9454         * sysdeps/ia64/Versions: Likewise.
9455         * sysdeps/unix/sysv/linux/ia64/Versions: Likewise.
9456         * sysdeps/unix/sysv/linux/i386/Versions (__modify_ldt): Move
9457         to GLIBC_PRIVATE.
9458         * sysdeps/unix/sysv/linux/x86_64/Versions (__modify_ldt): Likewise.
9459         * sysdeps/unix/sysv/linux/Versions (__syscall_rt_sigqueueinfo,
9460         __libc_sigaction): Likewise.
9461         * termios/Versions (__libc_tcdrain): Likewise.
9462
9463         * misc/sys/cdefs (__attribute_noinline__): Define.
9464         * elf/dl-lookup.c (_dl_do_lookup, _dl_do_lookup_versioned): Add
9465         __attribute_noinline__.
9466
9467         * elf/Makefile (rtld-routines): Add dl-xstat64, dl-fxstat64.
9468         * elf/dl-xstat64.c: New file.
9469         * elf/dl-fxstat64.c: New file.
9470         * sysdeps/unix/sysv/linux/fxstat64.c: If RTLD_STAT64 is defined,
9471         don't export __fxstat64 at multiple versions.
9472         * sysdeps/unix/sysv/linux/lxstat64.c: Similarly.
9473         * sysdeps/unix/sysv/linux/xstat64.c: Similarly.
9474
9475 2002-01-18  Isamu Hasegawa  <isamu@yamato.ibm.com>
9476
9477         * locale/program/ld-collate.c (collate_finish): Assign a wide
9478         char collation sequence value to multi character collating
9479         elements, and avoid over writing by non-character elements.
9480
9481 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9482
9483         * elf/Makefile (distribute): Add dl-procinfo.c.
9484         * sysdeps/unix/sysv/linux/i386/Dist: Remove dl-procinfo.c.
9485         * sysdeps/unix/sysv/linux/arm/Dist: Likewise.
9486
9487 2002-02-01  Jakub Jelinek  <jakub@redhat.com>
9488
9489         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Remove duplicate
9490         definition.
9491         * sysdeps/ia64/hp-timing.h: Move _dl_hp_timing_overhead in
9492         _rtld_global struct.
9493         * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9494         * sysdeps/sparc/sparc64/hp-timing.c: Likewise.
9495         * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9496         * sysdeps/sparc/sparc64/Makefile: Make hp-timing static only.
9497         * sysdeps/unix/sysv/aix/init-first.c (_dl_fpu_control,
9498         _dl_fpu_control_set): Remove unused externs.
9499         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.c: New file.
9500         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.c: New file.
9501         * sysdeps/unix/sysv/linux/sparc/sparc32/dl-procinfo.h: Move procinfo
9502         related variables in _rtld_global struct.
9503         * sysdeps/unix/sysv/linux/sparc/sparc64/dl-procinfo.h: Likewise.
9504         * sysdeps/unix/sysv/linux/init-first.c (_dl_fpu_control_set): Remove
9505         unused extern.
9506
9507 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9508
9509         * sysdeps/generic/dl-procinfo.c: New file.
9510
9511 2002-02-01  Andreas Schwab  <schwab@suse.de>
9512
9513         * sysdeps/m68k/dl-machine.h: Don't use multi-line string literals.
9514
9515 2002-02-01  Ulrich Drepper  <drepper@redhat.com>
9516
9517         * elf/rtld.c (_dl_start): Mark as internal_function.
9518         * sysdeps/i386/dl-machine.h (RTLD_START): Pass parameter for _dl_start
9519         in register.
9520         (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
9521         General pretty printing.
9522
9523 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9524
9525         * elf/dl-minimal.c: Define _itoa for 32-bit machines with HP timing.
9526         * elf/dl-reloc.c: Pretty printing.
9527         * sysdeps/generic/ldsodefs.h: Move _dl_hp_timing_overhead and
9528         procinfo-related variables in rtld_global struct.
9529         * elf/dl-support.c: Likewise.
9530         * elf/rtld.c: Likewise.
9531         * sysdeps/i386/i686/Makefile: Likewise.
9532         * sysdeps/i386/i686/hp-timing.c: Likewise.
9533         * sysdeps/i386/i686/hp-timing.h: Likewise.
9534         * sysdeps/ia64/Makefile: Likewise.
9535         * sysdeps/ia64/hp-timing.c: Likewise.
9536         * sysdeps/sparc/sparc32/sparcv9/Makefile: Likewise.
9537         * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Likewise.
9538         * sysdeps/unix/sysv/linux/arm/dl-procinfo.c: Likewise.
9539         * sysdeps/unix/sysv/linux/arm/dl-procinfo.h: Likewise.
9540         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
9541         * sysdeps/unix/sysv/linux/i386/dl-procinfo.c: Likewise.
9542         * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
9543         * sysdeps/x86_64/Makefile: Likewise.
9544
9545         * sysdeps/generic/ldsodefs.h: Add _dl_load_lock, _dl_lazy,
9546         _dl_dynamic_weak, _dl_fpu_control, _dl_cpuclock_offset, and
9547         _dl_debug_fd to rtld_global.
9548         * elf/Versions: Likewise.
9549         * elf/dl-close.c: Likewise.
9550         * elf/dl-iteratephdr.c: Likewise.
9551         * elf/dl-lookup.c: Likewise.
9552         * elf/dl-misc.c: Likewise.
9553         * elf/dl-open.c: Likewise.
9554         * elf/dl-support.c: Likewise.
9555         * elf/do-lookup.h: Likewise.
9556         * elf/rtld.c: Likewise.
9557         * sysdeps/generic/dl-cache.c: Likewise.
9558         * sysdeps/generic/dl-sysdep.c: Likewise.
9559         * sysdeps/ia64/Versions: Likewise.
9560         * sysdeps/unix/clock_gettime.c: Likewise.
9561         * sysdeps/unix/clock_settime.c: Likewise.
9562         * sysdeps/unix/sysv/linux/init-first.c: Likewise.
9563         * sysdeps/sparc/Versions: Removed.
9564         * sysdeps/i386/i686/Versions : Removed.
9565         * sysdeps/x86_64/Versions: Removed.
9566         * configure.in: Define HAVE_PROTECTED if .protected is available.
9567         * config.h.in: Add entry for HAVE_PROTECTED.
9568
9569 2002-01-31  Jakub Jelinek  <jakub@redhat.com.
9570
9571         * sysdeps/alpha/dl-machine.h: Move global variables for SHARED
9572         code in struct _rtld_global.  Export this struct, remove all
9573         exports for the signal variables.
9574         * sysdeps/arm/dl-machine: Likewise.
9575         * sysdeps/generic/dl-origin: Likewise.
9576         * sysdeps/generic/dl-sysdep: Likewise.
9577         * sysdeps/generic/dl-cache: Likewise.
9578         * sysdeps/hppa/dl-fptr: Likewise.
9579         * sysdeps/hppa/dl-machine: Likewise.
9580         * sysdeps/cris/dl-machine: Likewise.
9581         * sysdeps/i386/dl-machine: Likewise.
9582         * sysdeps/ia64/dl-machine: Likewise.
9583         * sysdeps/m68k/dl-machine: Likewise.
9584         * sysdeps/mach/hurd/dl-sysdep: Likewise.
9585         * sysdeps/mips/mips64/dl-machine: Likewise.
9586         * sysdeps/mips/dl-machine: Likewise.
9587         * sysdeps/powerpc/elf/libc-start: Likewise.
9588         * sysdeps/powerpc/dl-machine: Likewise.
9589         * sysdeps/powerpc/dl-start: Likewise.
9590         * sysdeps/sparc/sparc32/dl-machine: Likewise.
9591         * sysdeps/sparc/sparc64/dl-machine: Likewise.
9592         * sysdeps/sh/dl-machine: Likewise.
9593         * sysdeps/s390/s390-32/dl-machine: Likewise.
9594         * sysdeps/s390/s390-64/dl-machine: Likewise.
9595         * sysdeps/unix/sysv/aix/libc-start: Likewise.
9596         * sysdeps/unix/sysv/aix/start-libc: Likewise.
9597         * sysdeps/unix/sysv/linux/ia64/dl-static: Likewise.
9598         * sysdeps/unix/sysv/linux/m68k/getpagesize: Likewise.
9599         * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize: Likewise.
9600         * sysdeps/x86_64/dl-machine: Likewise.
9601
9602 2002-01-31  Ulrich Drepper  <drepper@redhat.com>
9603
9604         * sysdeps/posix/readv.c: Don't use alloca if the memory requirements
9605         are too high.
9606
9607 2002-01-31  Andreas Schwab  <schwab@suse.de>
9608
9609         * sysdeps/posix/readv.c: Check for ssize_t overflow.
9610
9611 2002-01-31  Andreas Schwab  <schwab@suse.de>
9612
9613         * sysdeps/generic/dl-sysdep.c (_dl_sysdep_start): Fix leftover
9614         reference to _dl_pagesize.
9615
9616 2002-01-30  Ulrich Drepper  <drepper@redhat.com>
9617
9618         * Versions.def [ld]: Add GLIBC_2.3.
9619         * elf/dl-addr.c: Move global variables for SHARED code in struct
9620         _rtld_global.  Export this struct, remove all exports for the
9621         signal variables.
9622         * elf/dl-close.c: Likewise.
9623         * elf/dl-conflict.c: Likewise.
9624         * elf/dl-debug.c: Likewise.
9625         * elf/dl-deps.c: Likewise.
9626         * elf/dl-dst.h: Likewise.
9627         * elf/dl-error.c: Likewise.
9628         * elf/dl-fini.c: Likewise.
9629         * elf/dl-init.c: Likewise.
9630         * elf/dl-iteratephdr.c: Likewise.
9631         * elf/dl-libc.c: Likewise.
9632         * elf/dl-load.c: Likewise.
9633         * elf/dl-lookup.c: Likewise.
9634         * elf/dl-minimal.c: Likewise.
9635         * elf/dl-object.c: Likewise.
9636         * elf/dl-open.c: Likewise.
9637         * elf/dl-profile.c: Likewise.
9638         * elf/dl-profstub.c: Likewise.
9639         * elf/dl-reloc.c: Likewise.
9640         * elf/dl-runtime.c: Likewise.
9641         * elf/dl-support.c: Likewise.
9642         * elf/dl-sym.c: Likewise.
9643         * elf/dl-version.c: Likewise.
9644         * elf/do-lookup.h: Likewise.
9645         * elf/do-rel.h: Likewise.
9646         * elf/dynamic-link.h: Likewise.
9647         * elf/rtld.c: Likewise.
9648         * sysdeps/generic/dl-cache.c: Likewise.
9649         * sysdeps/generic/dl-sysdep.c: Likewise.
9650         * sysdeps/generic/ldsodefs.h: Likewise.
9651         * sysdeps/generic/libc-start.c: Likewise.
9652         * sysdeps/i386/dl-machine.h: Likewise.
9653         * sysdeps/ia64/dl-fptr.c: Likewise.
9654         * sysdeps/ia64/dl-machine.h: Likewise.
9655         * sysdeps/unix/sysv/linux/dl-librecon.h: Likewise.
9656         * sysdeps/unix/sysv/linux/dl-origin.c: Likewise.
9657         * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
9658         * sysdeps/unix/sysv/linux/getclktck.c: Likewise.
9659         * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
9660         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
9661         * sysdeps/unix/sysv/linux/ia64/dl-static.c: Likewise.
9662         * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Likewise.
9663
9664 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9665
9666         * sysdeps/ia64/dl-lookupcfg.h (DL_AUTO_FUNCTION_ADDRESS): Add cast
9667         to avoid warning
9668         (DL_STATIC_FUNCTION_ADDRESS): Likewise.
9669
9670         * elf/dl-lookup.c: Only define or handle _dl_num_relocations for the
9671         SHARED version.
9672         * elf/dl-reloc.c: Likewise for _dl_num_cache_relocations.
9673
9674         * elf/rtld.c (_dl_start): Use __builtin_memset if available.
9675
9676 2002-01-29  Ben Collins  <bcollins@debian.org>
9677
9678         * string/bits/string2.h (__mempcpy): Protect size arg for
9679         addition when using __builtin_memcpy.
9680
9681 2002-01-29  Ulrich Drepper  <drepper@redhat.com>
9682
9683         * stdlib/Makefile (tests): Add tst-qsort.
9684         * stdlib/tst-qsort.c: New file.  Written by Paul Eggert.
9685
9686         * manual/signal.texi (Process Signal Mask): Document that
9687         pthread_sigmask, not sigprocmask, must be used in MT programs.
9688         Patch by Bertold Kolics <Bertold.Kolics@Sun.COM>.
9689
9690         * misc/hsearch_r.c (hsearch_r): Don't insert anything if entry is
9691         found.
9692         * misc/Makefile (tests): Add tst-hsearch.
9693         * misc/tst-hsearch.c: New file.
9694
9695 2002-01-18  Wolfram Gloger  <wg@malloc.de>
9696
9697         * malloc/malloc.c: Rewrite, adapted from Doug Lea's malloc-2.7.0.c.
9698         * malloc/malloc.h: Likewise.
9699         * malloc/thread-m.h: Spinlock definitions for x86/x86_64.
9700         * malloc/arena.c: New file.
9701         * malloc/hooks.c: New file.
9702         * malloc/tst-mallocstate.c: New file.
9703         * malloc/Makefile: Add new testcase tst-mallocstate.
9704         Add arena.c and hooks.c to distribute.  Fix commented CPPFLAGS.
9705
9706 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9707
9708         * stdlib/msort.c: Remove last patch.  The optimization violates the
9709         same rule which qsort.c had problems with.
9710
9711 2002-01-27  Paul Eggert  <eggert@twinsun.com>
9712
9713         * stdlib/qsort.c (_quicksort): Do not apply the comparison function
9714         to a pivot element that lies outside the array to be sorted, as
9715         ISO C99 requires that the comparison function be called only with
9716         addresses of array elements [PR libc/2880].
9717
9718 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9719
9720         * elf/dl-load.c (_dl_map_object): Remove incorrect optimization
9721         for SHARED code.  Reported by Ben Collins <bcollins@debian.org>.
9722
9723         * timezone/asia: Update from tzdata2002b.
9724         * timezone/australasia: Likewise.
9725         * timezone/backward: Likewise.
9726         * timezone/europe: Likewise.
9727         * timezone/leapseconds: Likewise.
9728         * timezone/iso3166.tab: Likewise.
9729         * timezone/zone.tab: Likewise.
9730
9731 2002-01-23  Richard Henderson  <rth@redhat.com>
9732
9733         * sysdeps/alpha/Makefile (pic-ccflag): New variable.
9734
9735 2002-01-28  Ulrich Drepper  <drepper@redhat.com>
9736
9737         * string/strxfrm.c: Allocate one more byte for rulearr and clear
9738         this element [PR libc/2855].
9739
9740         * string/strcoll.c: Handle zero-length arguments specially
9741         [PR libc/2856].
9742
9743 2002-01-23  Jakub Jelinek  <jakub@redhat.com>
9744
9745         * string/bits/string2.h (__mempcpy): For gcc 3.0+, don't use
9746         __mempcpy_small but instead use __builtin_memcpy ( , , n) + n for
9747         short lengths and constant src.
9748         (strcpy): Don't optimize for gcc 3.0+.
9749         (__stpcpy): For gcc 3.0+, don't use
9750         __stpcpy_small but instead use __builtin_strcpy (, src) + strlen (src)
9751         for short string literal src.
9752
9753 2002-01-23  Jeroen Dobbelaere  <jeroen.dobbelaere@acunia.com>
9754
9755         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
9756         Set for arm, too.
9757
9758 2001-01-22  Paul Eggert  <eggert@twinsun.com>
9759
9760         * manual/llio.texi (Linked Channels, Cleaning Streams):
9761         Make it clearer that a just-opened input stream might need cleaning.
9762
9763 2002-01-21  H.J. Lu  <hjl@gnu.org>
9764
9765         * sysdeps/mips/dl-machine.h (ELF_MACHINE_BEFORE_RTLD_RELOC):
9766         Don't use label at end of compound statement.
9767
9768 2002-01-28  Stephen L Moshier  <moshier@mediaone.net>
9769
9770         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (__ieee754_lgammal_r):
9771         Remove test for negative integer arg; sin_pi does it correctly.
9772
9773 2002-01-20  Ulrich Drepper  <drepper@redhat.com>
9774
9775         * nscd/Makefile (distribute): Filter out xmalloc.c.
9776
9777 2002-01-19  Ulrich Drepper  <drepper@redhat.com>
9778
9779         * libio/fileops.c (_IO_file_underflow_mmap): Don't define as static.
9780         Set offset if read end wasn't the buffer end.
9781         (_IO_file_seekoff_mmap): New function.
9782         (_IO_file_xsgetn_mmap): New function.
9783         (_IO_file_jumps_mmap): Use the two new functions.
9784         * libio/wfileops.c (_IO_wfile_underflow_mmap): Handle end read buffer
9785         != end buffer.
9786         * libio/libioP.h: Declare _IO_file_seekoff_mmap and
9787         _IO_file_underflow_mmap.
9788         * libio/iofopen.c: Don't position file descriptor at end of file.
9789         * libio/tst-widetext.c: Improve error messages.
9790         * stdio-common/tst-rndseek.c: Likewise.
9791
9792 2002-01-18  Ulrich Drepper  <drepper@redhat.com>
9793
9794         * sysdeps/unix/sysv/linux/bits/statvfs.h: Avoid warning about comma at
9795         end of enum for !_GNU_SOURCE.
9796         * sysdeps/unix/sysv/linux/alpha/bits/statvfs.h: Likewise.
9797         * sysdeps/unix/sysv/linux/ia64/bits/statvfs.h: Likewise.
9798         * sysdeps/unix/sysv/linux/sparc/bits/statvfs.h: Likewise.
9799         * sysdeps/mach/hurd/bits/statvfs.h: Don't define non-standard ST_*
9800         values unless _GNU_SOURCE.
9801
9802         * iconvdata/tcvn5712-1.c: Minor cleanups.
9803
9804 2002-01-18  Andreas Schwab  <schwab@suse.de>
9805
9806         * sysdeps/unix/sysv/linux/configure.in
9807         (libc_cv_gcc_unwind_find_fde): Set for m68k, too.
9808
9809 2002-01-16  Roger Sayle  <roger@eyesopen.com>
9810
9811         * stdlib/msort.c (msort_with_tmp): Replace implementation with
9812         more efficient "Towers of Hanoi" mergesort.
9813         (hanoi_sort, hanoi_sort_int, hanoi_sort_long): New functions,
9814         for generic, sizeof(int) and sizeof(long) variants respectively.
9815
9816 2002-01-17  Ulrich Drepper  <drepper@redhat.com>
9817
9818         * manual/syslog.texi (openlog): Describe possible problems with
9819         first parameter.
9820         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9821
9822         * nscd/nscd.c (drop_privileges): Removed.  Adjust caller.
9823         * nscd/connections.c (begin_drop_privileges): New function.
9824         (finish_drop_privileges): New function.
9825         (nscd_init): Call the new functions which also install all groups
9826         for the server user.
9827         * nscd/Makefile (nscd-modules): Add xmalloc for nscd.
9828         Patch by Christopher Allen Wing <wingc@engin.umich.edu>.
9829
9830 2002-01-17  H.J. Lu  <hjl@gnu.org>
9831
9832         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Remove
9833         `const' from `got'.
9834
9835 2002-01-17  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9836
9837         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Use 64 bit
9838         instructions for pointer operations.
9839         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
9840
9841 2002-01-17  Andreas Jaeger  <aj@suse.de>
9842
9843         * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: GCC 3.1 has
9844         __uint128_t build-in.
9845
9846         * sysdeps/unix/sysv/linux/configure.in: Fix check for S390 and
9847         PowerPC, sync with 2.2 branch.
9848
9849 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9850
9851         * posix/getconf.c: Update copyright year.
9852         * nss/getent.c: Likewise.
9853         * nscd/nscd_nischeck.c: Likewise.
9854         * iconv/iconvconfig.c: Likewise.
9855         * iconv/iconv_prog.c: Likewise.
9856         * elf/ldconfig.c: Likewise.
9857         * catgets/gencat.c: Likewise.
9858         * csu/version.c: Likewise.
9859         * elf/ldd.bash.in: Likewise.
9860         * elf/sprof.c (print_version): Likewise.
9861         * locale/programs/locale.c: Likewise.
9862         * locale/programs/localedef.c: Likewise.
9863         * nscd/nscd.c (print_version): Likewise.
9864         * debug/xtrace.sh: Likewise.
9865         * malloc/memusage.sh: Likewise.
9866         * malloc/mtrace.pl: Likewise.
9867
9868 2002-01-16  Andreas Schwab  <schwab@suse.de>
9869
9870         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: Fix regexp to
9871         reliably remove "-ia64" from rtld name.
9872
9873 2002-01-16  Ulrich Drepper  <drepper@redhat.com>
9874
9875         * iconvdata/gb18030.c: Bug fixes and support for more characters.
9876         Patch by Yu Shao <yshao@redhat.com>.
9877
9878 2002-01-16  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9879
9880         * sysdeps/unix/sysv/linux/s390/swapcontext.c: Remove.
9881         * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: New file.
9882         * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: New file.
9883
9884 2002-01-14  Martin Schwidefsky  <schwidefsky@de.ibm.com>
9885
9886         * sysdeps/s390/fpu/libm-test-ulps: Update.
9887
9888 2002-01-11  Ulrich Drepper  <drepper@redhat.com>
9889
9890         * elf/elf.h: Update x86 relocations.
9891
9892 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9893
9894         * locale/programs/charmap.c (new_width): Check whether byte
9895         sequences for both ends of range have the same length.
9896
9897 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9898
9899         * elf/elf.h (SHN_UNDEF): Remove duplicate definition.
9900
9901 2002-01-09  Jakub Jelinek  <jakub@redhat.com>
9902
9903         * sysdeps/alpha/fpu/e_sqrt.c (__ieee754_sqrt): Don't use multi-line
9904         string literals.
9905         (__full_ieee754_sqrt): Add __attribute_used__.
9906
9907 2002-01-10  Ulrich Drepper  <drepper@redhat.com>
9908
9909         * sysdeps/generic/group_member.c (__group_member): Also check
9910         groups[0] [PR libc/2781].
9911
9912 2002-01-08  Ulrich Drepper  <drepper@redhat.com>
9913
9914         * Makefile (distribute): Add scripts/cpp.
9915         * elf/Makefile (distribute): Add reldep6mod[01234].c,
9916         unwind-dw2.c, unwind-dw2-fde.c, unwind.h, unwind-pe.h,
9917         unwind-dw2-fde.h, and dwarf2.h.
9918         * sysdeps/unix/bsd/bsd4.4/Dist: New file.
9919         * sysdeps/unix/sysv/aix/Dist: Add sysv_termio.h and start-libc.c.
9920         * sysdeps/unix/sysv/linux/ia64/Dist: Add ldd-rewrite.sed.
9921         * sysdeps/unix/sysv/linux/s390/Dist: Likewise.
9922
9923 2002-01-07  Roland McGrath  <roland@frob.com>
9924
9925         * sysdeps/mach/hurd/i386/init-first.c (_hurd_stack_setup): Use
9926         volatile on type of ARGC so the compiler doesn't get clever.
9927
9928 2002-01-07  Andreas Jaeger  <aj@suse.de>
9929
9930         * sysdeps/generic/bits/byteswap.h: Prevent double inclusion.
9931         * sysdeps/i386/bits/byteswap.h: Likewise.
9932         * sysdeps/ia64/bits/byteswap.h: Likewise.
9933         * sysdeps/m68k/bits/byteswap.h: Likewise.
9934         * sysdeps/s390/s390-32/bits/byteswap.h: Likewise.
9935         * sysdeps/s390/s390-64/bits/byteswap.h: Likewise [PR libc/2757].
9936
9937 2002-01-02  Bruno Haible  <bruno@clisp.org>
9938
9939         * intl/plural.y: Fix %expect count.
9940
9941 2002-01-03  Jakub Jelinek  <jakub@redhat.com>
9942
9943         * elf/Makefile (routines, shared-only-routines): Add
9944         unwind-dw2-fde-glibc instead of unwind-dw2-fde.
9945         * elf/elf.h (PT_GNU_EH_FRAME): Define.
9946         * sysdeps/generic/unwind-dw2-fde-glibc.c: New file.
9947         * sysdeps/generic/unwind-dw2-fde.c (__register_frame_info_bases):
9948         Optimize if .eh_frame section contains no FDEs.
9949         (__register_frame, __deregister_frame_info_bases,
9950         __deregister_frame): Likewise.
9951         * sysdeps/generic/unwind-dw2.c (execute_cfa_program): Fix
9952         DW_CFA_restore handling.
9953
9954 2002-01-07  Stephen L Moshier  <moshier@mediaone.net>
9955
9956         * sysdeps/ieee754/ldbl-96/s_erfl.c (erfcl): Fix K&R header.
9957
9958         * sysdeps/ieee754/ldbl-96/e_lgammal_r.c (sin_pi): Fix typo in test
9959         for x < 0.25 and restore original range reduction method.
9960         (__ieee754_lgammal_r): Make sure signgam is set before returning.
9961
9962 2002-01-07  Ulrich Drepper  <drepper@redhat.com>
9963
9964         * libio/fileops.c (_IO_file_underflow_mmap): New function.
9965         (_IO_file_close_mmap): New function.
9966         (_IO_file_jumps_mmap): New variable.
9967         * libio/wfileops.c (_IO_wfile_underflow): Reset read pointer before
9968         trying to convert rest of byte buffer.
9969         (_IO_wfile_underflow_mmap): New function.
9970         (_IO_wfile_jumps_mmap): New variable.
9971         * libio/iofopen.c (__fopen_maybe_mmap): New function.
9972         (__fopen_internal): New function.  Split out from _IO_new_fopen.
9973         (_IO_new_fopen): Call __fopen_internal.
9974         * libio/iofopen64.c: Just call __fopen_internal.
9975         * libio/iofdopen.c: Call __fopen_maybe_mmap before returning
9976         successfully.
9977         * libio/iolibio.h: Declare __fopen_internal and __fopen_maybe_mmap.
9978         * libio/libioP.h: Declare _IO_file_jumps_mmap, _IO_wfile_jumps_mmap,
9979         _IO_file_close_mmap.
9980
9981         * sysdeps/gnu/_G_config.h: Define _G_MMAP64.
9982         * sysdeps/unix/sysv/linux/cris/_G_config.h: Likewise.
9983
9984         * stdio-common/Makefile (tests): Add tst-rndseek.
9985         * stdio-common/tst-rndseek.c: New file.
9986
9987 2002-01-05  Roland McGrath  <roland@frob.com>
9988
9989         * config.h.in (HAVE_MIG_RETCODE): New #undef.
9990         * sysdeps/mach/hurd/configure.in (hurd_MIG_RETCODE: New macro
9991         swiped from hurd package's aclocal.m4; use it to set HAVE_MIG_RETCODE.
9992         * sysdeps/mach/hurd/configure: Regenerated.
9993
9994 2002-01-03  Ulrich Drepper  <drepper@redhat.com>
9995
9996         * elf/elf.h: Add more TLS definitions.
9997
9998 2002-01-02  Ulrich Drepper  <drepper@redhat.com>
9999
10000         * include/features.h (__GLIBC_MINOR__): Bump to 3.
10001
10002 2002-01-02  Roland McGrath  <roland@frob.com>
10003
10004         * sysdeps/mach/hurd/sigwait.c (__sigwait): Use __sigandset,
10005         __sigisemptyset.  Don't use MASK uninitialized.
10006
10007         * sysdeps/mach/hurd/sigprocmask.c (__sigprocmask): Use __sigorset.
10008         * hurd/hurdinit.c (_hurd_new_proc_init): Use __sigisemptyset.
10009         * hurd/hurdsig.c (_hurd_internal_post_signal): Use __sigismember,
10010         __sigdelset, __sigaddset, __sigorset.
10011
10012         * sysdeps/generic/htonl.c: Use uint32_t instead of u_int32_t.
10013         * sysdeps/generic/htons.c: Use uint16_t instead of u_int16_t.
10014
10015         * hurd/hurdinit.c (_hurd_ports_use): Return EGRATUITOUS when
10016         _hurd_ports is null.
10017
10018         * hurd/hurdsig.c (_hurdsig_init): Conditionalize exception port setup
10019         for old CMU and new OSF Mach interface flavors.
10020         * hurd/hurdfault.c (_hurdsig_fault_init): Likewise.
10021         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10022
10023         * hurd/hurdsig.c (_hurd_internal_post_signal): Leave msgh_seqno unset.
10024
10025         * sysdeps/mach/hurd/spawni.c (__spawni) [KERN_INVALID_LEDGER]:
10026         Pass extra arguments to task_create for OSF variant.
10027         * sysdeps/mach/hurd/fork.c (__fork): Likewise.
10028
10029         * sysdeps/powerpc/elf/libc-start.c: Make AUXVEC diddling code
10030         conditional on [HAVE_AUX_VECTOR].
10031
10032         * mach/mach/mach_traps.h (thread_switch, __thread_switch): Use
10033         mach_msg_timeout_t as type of final argument.
10034
10035         * hurd/privports.c (__get_privileged_ports):
10036         Change host_priv_t to mach_port_t in argument type.
10037         * hurd/hurd.h (get_privileged_ports, __get_privileged_ports):
10038         Update decls.
10039
10040         * sysdeps/mach/hurd/i386/bits/sigcontext.h: Protect from
10041         multiple inclusion.  Inhibit #error under [_SYS_UCONTEXT_H].
10042         * sysdeps/mach/hurd/alpha/bits/sigcontext.h: Likewise.
10043         * sysdeps/mach/hurd/hppa/bits/sigcontext.h: Likewise.
10044         * sysdeps/mach/hurd/mips/bits/sigcontext.h: Likewise.
10045         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: Likewise.
10046
10047 2002-01-01  Roland McGrath  <roland@frob.com>
10048
10049         * sysdeps/mach/hurd/errnos.awk: Tighten up device_types.h matching.
10050
10051 2002-01-01  Ulrich Drepper  <drepper@redhat.com>
10052
10053         * include/stdlib.h: Define inlines for the _l variants of the strto*
10054         functions.
10055
10056 2002-01-01  Roland McGrath  <roland@frob.com>
10057
10058         * sysdeps/mach/hurd/powerpc/intr-msg.h: Remove extraneous backslash.
10059
10060         * mach/Machrules (MIG): Set CPP as well as CC.
10061
10062 2001-12-31  Ulrich Drepper  <drepper@redhat.com>
10063
10064         * sysdeps/unix/sysv/linux/getloadavg.c (getloadavg): Always use C
10065         locale to parse /proc/loadavg [PR libc/2760].
10066
10067 2001-12-31  Jakub Jelinek  <jakub@redhat.com>
10068
10069         * elf/dl-conflict.c: Include sys/param.h.
10070         (RESOLVE_CONFLICT_FIND_MAP): Cast r_offset to ElfW(Addr).
10071         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Avoid
10072         warning.
10073         (TRAMPOLINE_TEMPLATE, RTLD_START): Don't use multi-line string
10074         literals to avoid warnings.
10075
10076 2001-12-31  Andreas Jaeger  <aj@suse.de>
10077
10078         * configure.in: Don't check for gsed since we do not use it anywhere.
10079
10080 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10081
10082         * io/fts.c: Update from BSD to fix memory leaks.
10083
10084 2001-12-25  Dmitry V. Levin  <ldv@alt-linux.org>
10085
10086         * crypt/md5-crypt.c: Realloc error handling memory leak fix.
10087         * elf/chroot_canon.c: Likewise.
10088         * elf/dl-object.c: Likewise.
10089         * iconv/iconv_charmap.c: Likewise.
10090         * iconv/iconv_prog.c: Likewise.
10091         * libio/iogetdelim.c: Likewise.
10092         * locale/lc-time.c: Likewise.
10093         * stdlib/canonicalize.c: Likewise.
10094         * sunrpc/svc.c: Likewise.
10095         * sysdeps/generic/glob.c: Likewise.
10096
10097 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10098
10099         * sysdeps/unix/sysv/linux/s390/profil-counter.h: Move/copy to ...
10100         * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h: ... here,
10101         remove high order bit from the program counter.
10102         * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h: ... and here.
10103
10104 2001-12-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>
10105
10106         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Remove
10107         unnecessary code and add missing reloc types.
10108         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Add empty
10109         case for reloc type R_390_NONE.
10110
10111 2001-12-28  Andreas Jaeger  <aj@suse.de>
10112
10113         * io/bug-ftw3.c: Include string.h for prototypes.
10114
10115         * crypt/md5test.c (main): Remove unused variable.
10116
10117         * dlfcn/modstatic.c: Add prototype to avoid warning.
10118
10119 2001-12-26  Roland McGrath  <roland@frob.com>
10120
10121         * sysdeps/mach/hurd/sigwait.c (__sigwait): When returning immediately,
10122         check only (SS->pending & MASK) for the signal to return.
10123         From Jeroen Dekkers <jeroen@dekkers.cx>.
10124
10125 2001-12-22  Roland McGrath  <roland@frob.com>
10126
10127         * iconv/skeleton.c [!RESET_INPUT_BUFFER && !SAVE_RESET_STATE]:
10128         Use preprocessor #if conditionals instead of `if' to avoid
10129         warnings about divide by zero in dead code.
10130
10131         * hurd/Versions (libc: GLIBC_2.2.5): Add _hurd_port_set,
10132         _hurd_port_init, and __hurd_self_sigstate.
10133
10134         * mach/Versions (libc: GLIBC_2.2.5): Add mig_strncpy.
10135
10136 2001-12-21  Andreas Jaeger  <aj@suse.de>
10137
10138         * elf/dblloadmod1.c: Add prototype to avoid warning.
10139         * elf/dblloadmod2.c: Likewise.
10140         * elf/dblloadmod3.c: Likewise.
10141         * elf/reldepmod5.c: Likewise.
10142         * elf/reldepmod6.c: Likewise.
10143
10144         * elf/dl-conflict.c (_dl_resolve_conflicts): Add unused attribute
10145         for resolve_conflict_map since RESOLVE_CONFLICT_FIND_MAP is not
10146         used on all architectures.
10147
10148         * sunrpc/svc_tcp.c: Add noreturn attribute for
10149         svctcp_rendezvous_abort.
10150         * sunrpc/svc_unix.c: Likewise for svcunix_rendezvous_abort.
10151
10152         * sysdeps/generic/strstr.c (strstr): Add paranthese for assignment
10153         to avoid warning.
10154
10155 2001-12-19  Jakub Jelinek  <jakub@redhat.com>
10156
10157         * manual/llio.texi (aio_fsync): Fix a typo.
10158         Patch by Tammy Fox <tfox@redhat.com>.
10159
10160 2001-12-18  Jakub Jelinek  <jakub@redhat.com>
10161
10162         * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (clone): Subtract
10163         stack bias from child stack pointer before passing it to clone syscall.
10164
10165 2001-12-18  Ulrich Drepper  <drepper@redhat.com>
10166
10167         * sysdeps/posix/sysconf.c (__sysconf): Respect POSIX minimum for
10168         _SC_TZNAME_MAX.
10169         * sysdeps/generic/sysconf.c (__sysconf): Likewise.
10170         Reported by Thorsten Kukuk <kukuk@suse.de>.
10171
10172         * sysdeps/unix/grantpt.c (grantpt): Correct typo in comment and
10173         add some casts.
10174
10175         * sysdeps/unix/sysv/linux/grantpt.c: Make __unix_grantpt static.
10176
10177 2001-12-18  Thorsten Kukuk  <kukuk@suse.de>
10178
10179         * sysdeps/unix/sysv/linux/grantpt.c: Make errno results standard
10180         conforming: return EBADF if file descriptor is invalid and EINVAL
10181         if file descriptor is no valid tty.
10182         * login/tst-grantpt.c: New file.
10183         * login/Makefile (tests): Add tst-grantpt.
10184
10185 2001-12-17  Ulrich Drepper  <drepper@redhat.com>
10186
10187         * io/ftw.c (ftw_dir): Handle inaccessibility of toplevel dir
10188         different than implemented in last patch.
10189         * io/bug-ftw3.c: Adjust test for changed handling of
10190         inaccessibility of toplevel dir.
10191
10192 2001-12-16  Roland McGrath  <roland@frob.com>
10193
10194         * nss/nsswitch.c (__nss_next): Don't use __FUNCTION__ as literal.
10195         * grp/initgroups.c (internal_getgrouplist): Likewise.
10196
10197         * hurd/intr-msg.c (_hurd_intr_rpc_mach_msg): Add `break' after
10198         `default:' to silence new GCC warning.
10199         Rewrite cast of lvalue to silence new GCC warning.
10200
10201         * sysdeps/mach/hurd/i386/init-first.c: Avoid multi-line strings in asm.
10202
10203         * sysdeps/mach/hurd/spawni.c: New file, by me with a
10204         couple fixes by Neal H Walfield <neal@cs.uml.edu>.
10205
10206 2001-12-14  Ulrich Drepper  <drepper@redhat.com>
10207
10208         * sysdeps/generic/strstr.c (strstr): Update.  New optimized version.
10209         Patch by Stephen R. van den Berg.
10210
10211         * crypt/md5.h: Define md5_uintptr.
10212
10213 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10214
10215         * libio/tst_swprintf.c (main): Add test for string argument with
10216         zero precision.
10217         * stdio-common/Makefile (tests): Add tst-sprintf.
10218         * stdio-common/tst-sprintf.c: New file.
10219
10220 2001-12-13  Andreas Schwab  <schwab@suse.de>
10221
10222         * stdio-common/vfprintf.c (process_string_arg): Correctly handle
10223         zero precision with wide character string format.
10224
10225 2001-12-13  Thorsten Kukuk  <kukuk@suse.de>
10226
10227         * sysdeps/posix/cuserid.c (cuserid): If we don't find the UID,
10228         but have a user supplied buffer, return the empty buffer, not NULL.
10229
10230 2001-12-13  Ulrich Drepper  <drepper@redhat.com>
10231
10232         * crypt/md5.c (md5_process_bytes): Correct handling of alignment.
10233         Patch by Eric Sharkey <sharkey@netrics.com>.
10234
10235         * crypt/md5test.c (main): Add test for multiple calls to
10236         __md5_process_bytes to itererate over input string.
10237
10238 2001-12-12  Ulrich Drepper  <drepper@redhat.com>
10239
10240         * nis/nis_findserv.c (__nis_findfastest_with_timeout): Mostly the code
10241         from __nis_findfastest.  Take timeout value from parameter.
10242         (__nis_findfastest): Call __nis_findfastest_with_timeout repeatedly.
10243         * nis/nis_intern.h: Define parameters controlling __nis_findfastest
10244         [PR libc/2520].  Patch by Alexander Belopolsky <alexb@rentec.com>.
10245
10246 2001-12-12  Andreas Jaeger  <aj@suse.de>
10247
10248         * configure.in: Use -nostartfiles -nostdlib for linker tests, fix
10249         combreloc test so that it works in this case.
10250
10251         * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix typo in last patch.
10252
10253 2001-12-12  NIIBE Yutaka  <gniibe@m17n.org>
10254
10255         * sysdeps/sh/Makefile: New file.
10256         * sysdeps/sh/_mcount.S: New file.
10257         * sysdeps/sh/sysdep.h (CALL_MCOUNT): Implemented.
10258         * sysdeps/sh/machine-gmon.h: Remove "NOTYET" comment, as we are ready.
10259
10260 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10261
10262         * resolv/nss_dns/dns-host.c (getanswer_r): Remove MAX_NR_ADDRS
10263         limitation [PR libc/2564].
10264
10265 2001-12-11  Jakub Jelinek  <jakub@redhat.com>
10266
10267         * elf/Makefile (dl-routines): Add conflict.
10268         (rtld-ldscript-in, rtld-ldscript, rtld-parms): Remove.
10269         (ld.so): Add _begin local symbol.
10270         * elf/elf.h (DT_VALTAGIDX, DT_VALNUM, DT_ADDRTAGIDX, DT_ADDRNUM):
10271         Define.
10272         * elf/dl-deps.c (_dl_build_local_scope): New function.
10273         (_dl_map_object_deps): If LD_TRACE_PRELINKING, compute local scopes
10274         of all libraries.
10275         * elf/do-rel.h (VALIDX): Define.
10276         (elf_dynamic_do_rel): If ELF_MACHINE_PLT_REL is defined, don't do
10277         lazy binding for RELA.  If DT_GNU_PRELINKED, DT_RELACOUNT relocations
10278         can be skipped.
10279         * elf/dl-conflict.c: New file.
10280         * elf/dl-lookup.c (_dl_debug_bindings): New function.
10281         (_dl_lookup_symbol): Use _dl_debug_bindings.  Reference_name is always
10282         non-NULL.
10283         (_dl_lookup_symbol_skip): Likewise.
10284         (_dl_lookup_versioned_symbol): Likewise.
10285         (_dl_lookup_versioned_symbol_skip): Likewise.
10286         * elf/dl-runtime.c (PLTREL): If ELF_MACHINE_PLT_REL is defined,
10287         define to ElfW(Rel).
10288         * elf/dynamic-link.h (elf_get_dynamic_info): Record selected dynamic
10289         tags in the DT_VALRNGLO..DT_VALRNGHI and DT_ADDRRNGLO..DT_ADDRRNGHI
10290         ranges.
10291         Don't adjust address dynamic tags if l_addr is 0.
10292         * elf/rtld.c (_dl_trace_prelink, _dl_trace_prelink_map): New variables.
10293         (_dl_start): Skip ELF_DYNAMIC_RELOCATE if ld.so is prelinked.
10294         (VALIDX, ADDRIDX): Define.
10295         (_dl_start_final): Initialize _dl_rtld_map's l_map_start and l_map_end.
10296         (dl_main): Print library list for LD_TRACE_PRELINKING.
10297         If prelinking information can be used, skip relocating libraries and
10298         call _dl_resolve_conflicts instead.
10299         (process_envvars): Handle LD_TRACE_PRELINKING envvar.
10300         * elf/dl-load.c (_dl_map_object): Don't create fake libs
10301         if LD_TRACE_PRELINKING.
10302         * include/link.h (struct link_map) [l_info]: Add DT_VALNUM
10303         + DT_ADDRNUM.
10304         * sysdeps/generic/ldsodefs.h (_dl_trace_prelink_map): New declaration.
10305         (DL_DEBUG_PRELINK): Define.
10306         (_dl_resolve_conflicts): Add prototype.
10307
10308         * sysdeps/alpha/dl-machine.h (elf_machine_runtime_setup): Reinitialize
10309         .plt for prelinked libraries where prelinking info cannot be used.
10310         (elf_machine_rela): If relocating R_ALPHA_JMP_SLOT in .gnu.conflict
10311         section, use RESOLVE_CONFLICT_FIND_MAP to find out reloc's link_map.
10312         * sysdeps/arm/bits/link.h: New file.
10313         * sysdeps/arm/dl-machine.h (elf_machine_runtime_setup): Save original
10314         content of .got[1].
10315         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10316         (ELF_MACHINE_PLT_REL): Define.
10317         (elf_machine_rela, elf_machine_rela_relative): New functions.
10318         (elf_machine_lazy_rel): Reinitialize R_ARM_JUMP_SLOT address instead
10319         of adjusting it if prelinked and prelinking cannot be used.
10320         * sysdeps/i386/bits/link.h: New file.
10321         * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup): Save original
10322         content of .got[1].
10323         (ELF_MACHINE_NO_RELA): Only define if RTLD_BOOTSTRAP.
10324         (ELF_MACHINE_PLT_REL): Define.
10325         (elf_machine_rela, elf_machine_rela_relative): New functions.
10326         (elf_machine_lazy_rel): Reinitialize R_386_JUMP_SLOT address instead
10327         of adjusting it if prelinked and prelinking cannot be used.
10328         * sysdeps/powerpc/dl-machine.h (elf_machine_rela): If relocating
10329         conflicts, skip finaladdr computation.  Use RESOLVE_CONFLICT_FIND_MAP
10330         to find out map for R_PPC_JMP_SLOT relocs.
10331         * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Define.
10332         (OPCODE_BA): Define.
10333         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10334         libraries where prelinking info cannot be used.
10335         (sparc_fixup_plt): Renamed from elf_machine_fixup_plt.
10336         (elf_machine_fixup_plt): Call sparc_fixup_plt.
10337         (elf_machine_rela): Set value to 0 if relocating conflicts.
10338         Call sparc_fixup_plt for R_SPARC_JMP_SLOT.
10339         * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Define.
10340         (sparc64_fixup_plt): Fix a typo.
10341         (elf_machine_rela): Set value to 0 if relocating conflicts.
10342         Handle R_SPARC_JMP_SLOT relocs when relocating conflicts.
10343         (elf_machine_runtime_setup): Reinitialize .plt for prelinked
10344         libraries where prelinking info cannot be used.
10345         * sysdeps/sh/bits/link.h: New file.
10346         * sysdeps/sh/dl-machine.h (elf_machine_runtime_setup): Save original
10347         content of .got[1].
10348         (elf_machine_lazy_rel): Reinitialize R_SH_JMP_SLOT address instead
10349         of adjusting it if prelinked and prelinking cannot be used.
10350         * sysdeps/s390/s390-32/bits/link.h: New file.
10351         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup):
10352         Save original content of .got[1].
10353         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10354         of adjusting it if prelinked and prelinking cannot be used.
10355         * sysdeps/s390/s390-64/bits/link.h: New file.
10356         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup):
10357         Save original content of .got[1].
10358         (elf_machine_lazy_rel): Reinitialize R_390_JMP_SLOT address instead
10359         of adjusting it if prelinked and prelinking cannot be used.
10360         * sysdeps/x86_64/bits/link.h: New file.
10361         * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup):
10362         Save original content of .got[1].
10363         (elf_machine_lazy_rel): Reinitialize R_X86_64_JMP_SLOT address instead
10364         of adjusting it if prelinked and prelinking cannot be used.
10365
10366 2001-12-11  Ulrich Drepper  <drepper@redhat.com>
10367
10368         * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_r): Use sizeof
10369         where appropriate instead of numbers.  Little optimizations.
10370
10371 2001-12-10  Roland McGrath  <roland@frob.com>
10372
10373         * sysdeps/mach/hurd/bind.c (bind): Don't deallocate IFSOCK if we never
10374         set it.
10375
10376         * shlib-versions [USE_IN_LIBIO] (.*-.*-gnu-gnu.*): Set default
10377         set to GLIBC_2.2.5, not GLIBC_2.2.4.
10378
10379         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde):
10380         Fix conditionals so this is set by default for stdio and not for libio.
10381         * sysdeps/mach/hurd/configure: Regenerated.
10382
10383 2001-12-10  Thorsten Kukuk  <kukuk@suse.de>
10384
10385         * io/ftw.c (ftw_startup): Check, if the path is search and readable.
10386
10387 2001-12-10  Ulrich Drepper  <drepper@redhat.com>
10388
10389         * io/Makefile (tests): Add bug-ftw3.
10390         * io/bug-ftw3.c: New file.
10391
10392         * sysdeps/generic/glob.c (glob): Return only pattern if nothing
10393         matches and GLOB_NOCHECK is set.
10394         * posix/globtest.sh: Correct expected result for NOCHECK test.
10395
10396         * po/ca.po: Update from translation team.
10397
10398 2001-12-09  Ulrich Drepper  <drepper@redhat.com>
10399
10400         Implement transliteration of characters in strings of the locale
10401         definitions.
10402         * locale/programs/linereader.c: Adjust for additional parameter to
10403         lr_token.
10404         (get_string): If character <Uxxxx> is not found try to transliterate
10405         it.
10406         * locale/programs/ld-ctype.c: Adjust for additional parameter to
10407         lr_token.  Add const to charmap parameter of all functions.
10408         (find_translit, find_translit2): New functions.
10409         * locale/programs/charmap.c: Adjust for additional parameter to
10410         lr_token.
10411         * locale/programs/repertoire.c: Likewise.
10412         * locale/programs/linereader.h: Likewise.
10413         * locale/programs/ld-address.c: Likewise.  Add const to charmap
10414         parameter of all functions.
10415         * locale/programs/ld-collate.c: Likewise.
10416         * locale/programs/ld-identification.c: Likewise.
10417         * locale/programs/ld-measurement.c: Likewise.
10418         * locale/programs/ld-messages.c: Likewise.
10419         * locale/programs/ld-monetary.c: Likewise.
10420         * locale/programs/ld-name.c: Likewise.
10421         * locale/programs/ld-numeric.c: Likewise.
10422         * locale/programs/ld-paper.c: Likewise.
10423         * locale/programs/ld-paper.c: Likewise.
10424         * locale/programs/ld-telephone.c: Likewise.
10425         * locale/programs/ld-time.c: Likewise.
10426         * locale/programs/locfile.c: Likewise.
10427         * locale/programs/localedef.c: Likewise.
10428         * locale/programs/localedef.h: Likewise.
10429         * locale/programs/locfile.h: Likewise.  Add declaration for
10430         find_translit.
10431         * locale/programs/simple-hash.c: Add const to first parameter of
10432         find_entry, iterate_table, and lookup.
10433         * locale/programs/simple-hash.h: Likewise.
10434         * locale/localeinfo.h: Don't define __LC_LAST here.  Include <locale.h>
10435         instead.
10436         * include/locale.h: Define __LC_LAST.
10437         * iconv/Makefile (CFLAGS-linereader.c): Define to -DNO_TRANSLITERATION.
10438
10439 2001-12-07  Geoff Keating  <geoffk@redhat.com>
10440
10441         * sysdeps/powerpc/Dist: Update for recent FP changes.
10442         * sysdeps/powerpc/fpu/Dist: Likewise.
10443
10444 2001-12-07  Andreas Schwab  <schwab@suse.de>
10445
10446         * sysdeps/unix/sysv/linux/opensock.c: Include <string.h>.
10447
10448 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10449
10450         * sysdeps/powerpc/Makefile (sysdep_routines): Don't build the fpr
10451         save/restore functions here.
10452         (libm-support): Don't define these functions here.
10453         * sysdeps/powerpc/fpu/Makefile: Build the fpr save/restore
10454         functions here.
10455         * sysdeps/powerpc/fe_nomask.c: Move to...
10456         * sysdeps/powerpc/fpu/fe_nomask.c: ... here.
10457         * sysdeps/powerpc/fprrest.S: Move to...
10458         * sysdeps/powerpc/fpu/fprrest.S: ... here.
10459         * sysdeps/powerpc/fprsave.S: Move to...
10460         * sysdeps/powerpc/fpu/fprsave.S: ... here.
10461
10462 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10463
10464         * sysdeps/unix/sysv/linux/opensock.c: New file.
10465
10466 2001-12-06  Geoff Keating  <geoffk@redhat.com>
10467
10468         * config.make.in (with-fp): Define from configure.
10469         * configure.in: Substitute with_fp.
10470         * configure: Regenerate.
10471         * sysdeps/powerpc/Makefile: Set -msoft-float when --without-fp is
10472         specified, and don't change FPU environment.
10473
10474 2001-12-06  Ulrich Drepper  <drepper@redhat.com>
10475
10476         * libio/vasprintf.c (_IO_vasprintf): Free buffer on failure.
10477         * assert/assert.c: Check result of __asprintf call and don't use
10478         string if it failed.
10479         * assert/assert-perr.c: Likewise.
10480         * inet/rcmd.c: Likewise.
10481         * locale/programs/localedef.c (main): Check result of
10482         construct_output_path and exit if it failed.
10483         (construct_output_path): Check result of asprintf and mkdir calls and
10484         fail if they failed.
10485         * posix/getopt.c: Check result of __asprintf calls and fail if
10486         they failed.
10487         Patch by Dmitry V. Levin <ldv@alt-linux.org>.
10488
10489 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10490
10491         * sysdeps/generic/strcasecmp.c (__strcasecmp): Little performance
10492         patch.
10493         * sysdeps/generic/strncase.c: Likewise.
10494         * string/tester.c: Add tests for strcasecmp and strncasecmp.
10495
10496 2001-12-05  Geoff Keating  <geoffk@redhat.com>
10497
10498         * scripts/cpp: Test the exit status from 'type', not 'awk'.
10499
10500         * sysdeps/powerpc/__longjmp.S: Don't restore FP registers.
10501         * sysdeps/powerpc/fpu/__longjmp.S: Do restore FP registers.
10502         * sysdeps/powerpc/setjmp.S: Don't save FP registers.
10503         * sysdeps/powerpc/fpu/setjmp.S: Do save FP registers.
10504         * sysdeps/powerpc/fclrexcpt.c: Move to...
10505         * sysdeps/powerpc/fpu/fclrexcpt.c: ... here.
10506         * sysdeps/powerpc/fpu_control.h: Move to...
10507         * sysdeps/powerpc/fpu/fpu_control.h: ... here.
10508
10509 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10510
10511         * iconvdata/ibm1129.h: Remove duplicate mappings.
10512         * iconvdata/ibm937.c: Handle overflow errors.  Handle new tables.
10513         * iconvdata/ibm937.h: Reorganize table to safe a lot of space.
10514         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10515
10516         * timezone/zic.c: Fix handling of turnaround times.
10517         Patch by Arthur David Olson <olsona@dc37a.nci.nih.gov>.
10518
10519 2001-12-02  Moshe Olshansky  <OLSHANSK@il.ibm.com>
10520
10521         * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): Fix
10522         overflow problem.
10523
10524 2001-12-05  Ulrich Drepper  <drepper@redhat.com>
10525
10526         * posix/regex.c: For use outside glibc defined bounded pointer
10527         macros here.  Patch by Jim Meyering <jim@meyering.net>.
10528
10529         * iconvdata/Makefile (modules): Add TCVN5712-1.
10530         * iconvdata/TESTS: Add TCVN5712-1.
10531         * iconvdata/gconv-modules: Likewise.
10532         * iconvdata/tcvn5712-1.c: New file.
10533         * iconvdata/testdata/TCVN-5712: New file.
10534         * iconvdata/testdata/TCVN-5712..UTF8: New file.
10535
10536 2001-12-04  Ulrich Drepper  <drepper@redhat.com>
10537
10538         * iconvdata/cp1258.c: Optimize conversion from UCS4.
10539
10540 2001-12-02  Roland McGrath  <roland@frob.com>
10541
10542         * mach/Makefile, mach/Machrules: Move comments out of \ continuations.
10543
10544         * hurd/hurd.h (__hurd_fail): Add `break;' to silence new gcc-3 warning.
10545         Reported by Jeff Bailey <jbailey@nisa.net>.
10546
10547         * hurd/hurd.h (_hurd_umask): Remove volatile qualifier from decl.
10548         Reported by Jeff Bailey <jbailey@nisa.net>.
10549
10550         * mach/Makefile ($(objpfx)mach-syscalls.mk): Pass $(CFLAGS) to $(CC).
10551         * mach/Machrules ($(objpfx)%.udeps static pattern rule): Likewise.
10552         Reported by Jeff Bailey <jbailey@nisa.net>.
10553
10554 2001-12-01  Roland McGrath  <roland@frob.com>
10555
10556         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Add
10557         missing backslash in test arguments.
10558         * sysdeps/mach/hurd/configure: Regenerated.
10559
10560 2001-11-26  Roland McGrath  <roland@frob.com>
10561
10562         * hurd/hurdinit.c (_hurd_ports_use): Check if _hurd_ports is null.
10563         Reported by John Tobey <jtobey@john-edwin-tobey.org>.
10564
10565 2001-11-30  Ulrich Drepper  <drepper@redhat.com>
10566
10567         * iconvdata/Makefile (modules): Add ARMSCII-8.
10568         * iconvdata/gconv-modules: Add entries for ARMSCII-8.
10569         * iconvdata/armscii-8.c: New file.
10570
10571 2001-11-29  Jakub Jelinek  <jakub@redhat.com>
10572
10573         * sysdeps/generic/glob.c (next_brace_sub): Return NULL if braces
10574         don't match, fix {{a,b},c} globbing, clean up.
10575         Patch by Flavio Veloso <flaviovs@magnux.com>.
10576         * posix/globtest.sh: Add new tests.
10577
10578 2001-11-29  Andreas Jaeger  <aj@suse.de>
10579
10580         * sysdeps/unix/sysv/linux/x86_64/Versions: Add arch_prctl.
10581         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl call.
10582
10583         * sysdeps/generic/abort.c: Include libioP.h for
10584         _IO_flush_all_lockp prototype.
10585
10586 2001-11-29  Ulrich Drepper  <drepper@redhat.com>
10587
10588         * posix/regex.h: Define __restrict_arr correctly.
10589
10590 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10591
10592         * iconvdata/ibm1163.c: New file.
10593         * iconvdata/ibm1163.h: New file.
10594         * iconvdata/ibm1164.c: New file.
10595         * iconvdata/ibm1164.h: New file.
10596         * iconvdata/TESTS: Add entries for IBM1163 and IBM1164.
10597         * iconvdata/Makefile: Likewise.
10598         * iconvdata/testdata/IBM1163: New file.
10599         * iconvdata/testdata/IBM1163..UTF8: New file.
10600         * iconvdata/testdata/IBM1164: New file.
10601         * iconvdata/testdata/IBM1164..UTF8: New file.
10602         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
10603
10604         * iconvdata/ibm1046.h: Optimize.  Remove duplicate mappings.
10605         * iconvdata/ibm1124.h: Likewise.
10606         * iconvdata/ibm1132.h: Likewise.
10607         * iconvdata/ibm1133.h: Likewise.
10608         * iconvdata/ibm1160.h: Likewise.
10609         * iconvdata/ibm1161.h: Likewise.
10610         * iconvdata/ibm1162.h: Likewise.
10611         * iconvdata/ibm856.h: Likewise.
10612         * iconvdata/ibm922.h: Likewise.
10613         * iconvdata/ibm930.h: Likewise.
10614         * iconvdata/ibm932.h: Likewise.
10615         * iconvdata/ibm933.h: Likewise.
10616         * iconvdata/ibm935.h: Likewise.
10617         * iconvdata/ibm937.h: Likewise.
10618         * iconvdata/ibm939.h: Likewise.
10619         * iconvdata/ibm943.h: Likewise.
10620         * iconvdata/ibm930.c: Pretty printing.
10621         * iconvdata/ibm937.c: Avoid access accross array boundary.
10622
10623         * iconv/gconv_open.c (__gconv_open): Empty codeset name now means using
10624         the current locale's codeset.
10625         * iconv/iconv_open.c (iconv_open): Don't strip out everything for
10626         empty input string.
10627         * iconv/iconv_prog.c: Pass empty strings as default value for to-
10628         and from-charset.  Don't determine locale's charset here.
10629
10630         * libio/genops.c (_IO_flush_all_lockp): New function.  The same code
10631         as the old _IO_flush_all but lock only if parameter is nonzero.
10632         (_IO_flush_all): Call _IO_flush_all_lockp with 1 as parameter.
10633         * libio/libioP.h: Add prototype for _IO_flush_all_lockp.
10634         * sysdeps/generic/abort.c (fflush): Define to _IO_flush_all_lockp(0)
10635         if libio is used [PR libc/2575].
10636
10637 2001-11-28  Jakub Jelinek  <jakub@redhat.com>
10638
10639         * sysdeps/sparc/fpu/bits/mathinline.h (__signbitf, __signbit,
10640         __signbitl): Only define for ISO C99.
10641
10642 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10643
10644         * nss/nss_files/files-hosts.c (_nss_files_get##name##_r): Set
10645         herrnop to NETDB_INTERNAL if we run out of buffer space.
10646
10647 2001-11-28  Ulrich Drepper  <drepper@redhat.com>
10648
10649         * nss/nss_files/files-XXX.c (internal_getent): Correct input
10650         overflow test for platforms with signed char.
10651         Reported by Andrew Haley <aph@cambridge.redhat.com>.
10652
10653 2001-11-28  Bruno Haible  <bruno@clisp.org>
10654
10655         * locale/programs/simple-hash.c (lookup_2): Remove function.
10656         (insert_entry_2): Call lookup instead of lookup_2.
10657
10658 2001-03-04  Bruno Haible  <bruno@clisp.org>
10659
10660         * intl/dcigettext.c (DCIGETTEXT): Increment path_max proportionally.
10661
10662 2001-10-31  Bruno Haible  <bruno@clisp.org>
10663
10664         * intl/plural.y: Include <stddef.h>, needed for NULL with SunOS 4 cc.
10665
10666 2001-03-21  Bruno Haible  <bruno@clisp.org>
10667
10668         * intl/dcigettext.c (_nl_state_lock): Mark as #ifdef _LIBC. AIX 3 xlc
10669         chokes on empty macro arguments.
10670         * intl/plural.y: Add #pragma for alloca on AIX 3.
10671
10672 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10673
10674         * intl/dcigettext.c (guess_category_value): Only implement for
10675         glibc.  Otherwise rely on function _nl_locale_name which isn't
10676         present in the glibc sources.
10677
10678 2001-09-24  Bruno Haible  <bruno@clisp.org>
10679
10680         * intl/loadmsgcat.c (_nl_init_domain_conv): Also enable
10681         transliteration when building on a glibc system but outside glibc.
10682
10683 2001-09-22  Bruno Haible  <bruno@clisp.org>
10684
10685         * intl/plural-eval.c: New file, extracted from dcigettext.c.
10686         * intl/dcigettext.c (plural_eval): Remove function, moved to
10687         intl/plural-eval.c.
10688         (plural_lookup): Call PLURAL_EVAL instead of plural_eval.
10689         Include plural-eval.c.
10690
10691 2001-09-22  Bruno Haible  <bruno@clisp.org>
10692
10693         * intl/plural-exp.c (EXTRACT_PLURAL_EXPRESSION): Reject numbers that
10694         don't start with a digit; nplurals must be positive.
10695
10696 2001-09-02  Bruno Haible  <bruno@clisp.org>
10697
10698         * intl/plural-exp.h: New file, extracted from gettextP.h.
10699         * intl/plural-exp.c: New file, extracted from loadmsgcat.c.
10700         * intl/gettextP.h (struct expression, struct parse_args,
10701         __gettext_free_exp, __gettextparse): Move to plural-exp.h.
10702         * intl/loadmsgcat.c: Include plural-exp.h.
10703         (PLURAL_PARSE): Move macro to plural-exp.h.
10704         (plvar, plone, germanic_plural, INIT_GERMANIC_PLURAL): Move to
10705         plural-exp.c.
10706         (_nl_load_domain): Move plural handling code to plural-exp.c.  Call
10707         EXTRACT_PLURAL_EXPRESSION.
10708         (_nl_unload_domain): Update.
10709         * intl/dcigettext.c: Include plural-exp.h.
10710         * intl/plural.y: Include plural-exp.h, not gettextP.h.
10711         (FREE_EXPRESSION): Move macro to plural-exp.h.
10712         * intl/Makefile (routines): Add plural-exp.
10713         (distribute): Add plural-exp.h.
10714
10715 2001-07-28  Bruno Haible  <bruno@clisp.org>
10716
10717         * intl/l10nflist.c (_nl_normalize_codeset): Cast isalnum, isalpha,
10718         isdigit, tolower argument to 'unsigned char'.
10719         * intl/loadmsgcat.c (_nl_load_domain): Cast isspace argument to
10720         'unsigned char'.
10721         * intl/localealias.c (read_alias_file): Cast isspace argument to
10722         'unsigned char'.
10723
10724 2001-10-20  Bruno Haible  <bruno@clisp.org>
10725
10726         Assume strchr() exists. (Without it, intl/explodename.c wouldn't link
10727         anyway.)
10728         * intl/dcigettext.c (strchr): Remove fallback definition; it conflicts
10729         with the variable 'index' in plural_lookup.
10730         * intl/l10nflist.c (strchr): Likewise.
10731         * intl/localealias.c (strchr): Likewise.
10732
10733         Assume <stddef.h>, <stdlib.h>, <string.h>, <locale.h> exist.
10734         * intl/bindtextdom.c: Likewise.
10735         * intl/dcigettext.c: Likewise.
10736         * intl/dgettext.c: Likewise.
10737         * intl/dngettext.c: Likewise.
10738         * intl/explodename.c: Likewise.
10739         * intl/finddomain.c: Likewise.
10740         * intl/gettext.c: Likewise.
10741         * intl/l10nflist.c: Likewise.
10742         * intl/loadmsgcat.c: Likewise.
10743         * intl/localealias.c: Likewise.
10744         * intl/ngettext.c: Likewise.
10745         * intl/textdomain.c: Likewise.
10746         * intl/gettext.h: Assume <limits.h> exists.
10747
10748 2001-11-27  Ulrich Drepper  <drepper@redhat.com>
10749
10750         * stdio-common/Makefile (tests): Add scanf11.
10751         * stdio-common/scanf11.c: New file.
10752
10753 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10754
10755         * version.h (RELEASE): Define as development.
10756         (VERSION): Set to 2.2.90.
10757
10758 2001-11-22  Thorsten Kukuk  <kukuk@suse.de>
10759
10760         * nis/nss_compat/compat-grp.c: Print group id as unsigned long.
10761         * nis/nss_nis/nis-grp.c: Likewise.
10762         * nis/nss_nisplus/nisplus-grp.c: Likewise.
10763
10764         * nis/nss_compat/compat-pwd.c: Print user id as unsigned long.
10765         * nis/nss_nis/nis-pwd.c: Likewise.
10766         * nis/nss_nisplus/nisplus-pwd.c: Likewise.
10767
10768         * nis/nss_nis/nis-publickey.c: Use strtoul instead of atoi.
10769         * nis/nss_nisplus/nisplus-parser.c: Likewise.
10770         * nis/nss_nisplus/nisplus-publickey.c: Likewise.
10771
10772         * nscd/grpcache.c: Use strtoul instead of atol.
10773         * nscd/pwdcache.c: Likewise.
10774         * nss/getent.c: Likewise.
10775
10776 2001-11-27  Paul Eggert  <eggert@twinsun.com>
10777
10778         * sysdeps/posix/tempname.c (__gen_tempname): Try at least
10779         ATTEMPTS_MIN or TMP_MAX times, whichever is greater.
10780
10781 2001-11-19  Bruno Haible  <bruno@clisp.org>
10782
10783         * locale/programs/simple-hash.c (insert_entry_2): Resize at 75%, not
10784         90%.
10785         (compute_hashval): Shift by 9 bits, not by 4 bits. This drastically
10786         improves the quality of the hash function, especially for short
10787         strings.
10788
10789 2001-11-26  Ulrich Drepper  <drepper@redhat.com>
10790
10791         * stdio-common/vfscanf.c: If incomplete nan of inf(inity) strings
10792         are found call conv_error and not input_error [PR libc/2669].
10793
10794         * math/bits/mathcalls.h: Mark ceil and floor as const.
10795         Reported by David Mosberger.
10796
10797 2001-11-21  Jim Meyering  <meyering@lucent.com>
10798
10799         * posix/regex.c (iswctype, mbrtowc, wcslen, wcscoll, wcrtomb) [_LIBC]:
10800         Define to be __-prefixed.
10801         Remove unnecessary duplication in `#ifdef _LIBC' blocks.
10802
10803 2001-11-26  Andreas Jaeger  <aj@suse.de>
10804
10805         * sysdeps/unix/sysv/linux/hppa/brk.c: Remove __brk_addr alias,
10806         avoid warning.
10807
10808 2001-11-26  Stephen L Moshier <moshier@mediaone.net>
10809
10810         * sysdeps/ieee754/ldbl-128/e_log10l.c (L102B): Fix typo in
10811         initialization.
10812
10813         * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Remove
10814         unused variables.  Fix threshold for returning 1.0.
10815
10816         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (neval, deval): Constify
10817         argument.
10818
10819         * sysdeps/ieee754/ldbl-128/s_erfl.c (neval, deval): Likewise, and
10820         remove unused variables.
10821
10822         * sysdeps/ieee754/ldbl-128/e_j0l.c (neval, deval): Likewise.
10823
10824         * sysdeps/ieee754/ldbl-128/e_j1l.c (neval, deval): Likewise, and
10825         include local math header files.
10826
10827 2001-11-22  Andreas Jaeger  <aj@suse.de>
10828
10829         * sysdeps/ieee754/ldbl-96/s_ilogbl.c (__ilogbl): Add brace to
10830         avoid warning.
10831
10832 2001-11-21  Andreas Jaeger  <aj@suse.de>
10833
10834         * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: New file.
10835
10836         * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers): Add
10837         sys/debugreg.h
10838
10839 2001-11-15  Andreas Jaeger  <aj@suse.de>
10840
10841         * include/features.h (__GLIBC_HAVE_LONG_LONG): Define for
10842         compilers that support it.
10843
10844         * posix/sys/types.h: Use __GLIBC_HAVE_LONG_LONG.
10845         * sysdeps/unix/sysv/linux/bits/types.h: Likewise.
10846         * stdlib/stdlib.h: Likewise.
10847
10848 2001-11-17  Ulrich Drepper  <drepper@redhat.com>
10849
10850         * posix/regex.c (byte_re_match_2_internal): For gcc replace switch
10851         statement with gotos.
10852         Based on a patch by Paolo Bonzini <bonzini@pc-amo3.elet.polimi.it>.
10853
10854 2001-11-16  Stephen L Moshier  <moshier@mediaone.net>
10855
10856         * sysdeps/ieee754/ldbl-96/s_erfl.c (__erfcl): Fix K&R header.
10857
10858 2001-11-15  Ulrich Drepper  <drepper@redhat.com>
10859
10860         * sysdeps/generic/unwind-dw2-fde.c: Don't use recursive mutexes.
10861
10862 2001-10-02  Jakub Jelinek  <jakub@redhat.com>
10863             H.J. Lu  <hjl@gnu.org>
10864
10865         * Versions.def (libc): Add GCC_3.0.
10866         * configure.in (libc_cv_gcc_static_libgcc): Set to -static-libgcc
10867         if gcc supports this flag.
10868         (EXPORT_UNWIND_FIND_FDE): Define unless target configure disables it.
10869         (gcc3): Allow glibc to be compiled with gcc 3.x.
10870         * config.h.in (EXPORT_UNWIND_FIND_FDE): Add.
10871         * config.make.in (static-libgcc, unwind-find-fde): Add.
10872         * Makerules (build-shlib-helper, build-module-helper): Use it.
10873         * scripts/versions.awk: Make sure GLIBC_ versions come first.
10874         * elf/soinit.c (__libc_global_ctors): Set tbases and dbases if
10875         necessary.
10876         (_fini): Call __deregister_frame_info_bases if
10877         __register_frame_info_bases was used to register.
10878         * elf/Versions (__register_frame_info, __deregister_frame_info): Add
10879         for GLIBC_2.0.
10880         (__register_frame_info_bases, __register_frame_info_table_bases,
10881         __deregister_frame_info_bases, _Unwind_Find_FDE): Add for GCC_3.0.
10882         * elf/Makefile (routines): Add unwind-dw2-fde.
10883         (shared-only-routines): Add unwind-dw2-fde.
10884         * sysdeps/alpha/gccframe.h: New file.
10885         * sysdeps/arm/gccframe.h: New file.
10886         * sysdeps/generic/framestate.c: New file.
10887         * sysdeps/generic/dwarf2.h: New file.
10888         * sysdeps/generic/gccframe.h (struct object): Update from gcc 3.0.
10889         * sysdeps/generic/unwind-dw2-fde.c: New file.
10890         * sysdeps/unix/sysv/linux/ia64/unwind-dw2-fde.c: New file.
10891         * sysdeps/generic/unwind-dw2-fde.h: New file.
10892         * sysdeps/generic/unwind-dw2.c: New file.
10893         * sysdeps/generic/unwind-pe.h: New file.
10894         * sysdeps/generic/unwind.h: New file.
10895         * sysdeps/hppa/gccframe.h: New file.
10896         * sysdeps/i386/gccframe.h: New file.
10897         * sysdeps/m68k/gccframe.h: New file.
10898         * sysdeps/mips/gccframe.h: New file.
10899         * sysdeps/powerpc/gccframe.h: New file.
10900         * sysdeps/s390/gccframe.h: New file.
10901         * sysdeps/sh/gccframe.h: New file.
10902         * sysdeps/sparc/gccframe.h: New file.
10903         * sysdeps/vax/gccframe.h: New file.
10904         * sysdeps/unix/sysv/linux/configure.in (libc_cv_gcc_unwind_find_fde):
10905         Set on all architectures except ia64.
10906         * sysdeps/mach/hurd/configure.in (libc_cv_gcc_unwind_find_fde): Set
10907         for i386.
10908         * sysdeps/mach/hurd/i386/Versions (__register_frame_info,
10909         __deregister_frame_info): Move to elf/Versions.
10910         * sysdeps/unix/sysv/linux/m68k/Versions: Likewise.
10911         * sysdeps/unix/sysv/linux/arm/Versions: Likewise.
10912         * sysdeps/unix/sysv/linux/alpha/Versions: Likewise.
10913         * sysdeps/unix/sysv/linux/i386/Versions: Likewise.
10914         * sysdeps/unix/sysv/linux/mips/Versions: Likewise.
10915         * sysdeps/unix/sysv/linux/powerpc/Versions: Likewise.
10916         * sysdeps/unix/sysv/linux/s390/s390-32/Versions: Likewise.
10917         * sysdeps/unix/sysv/linux/sparc/sparc32/Versions: Likewise.
10918         * sysdeps/unix/sysv/linux/sparc/sparc64/Versions: Likewise.
10919         * sysdeps/mach/hurd/i386/Makefile (sysdep-routines): Add framestate.
10920         * sysdeps/unix/sysv/linux/arm/Makefile: Likewise.
10921         * sysdeps/unix/sysv/linux/alpha/Makefile: Likewise.
10922         * sysdeps/unix/sysv/linux/i386/Makefile: Likewise.
10923         * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
10924         * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
10925         * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
10926         * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Likewise.
10927         * sysdeps/unix/sysv/linux/sparc/Makefile: Likewise.
10928
10929 2001-11-15  Jeff Law  <law@redhat.com>
10930
10931         * posix/regex.c (uintptr_t): Do not provide a definition if the
10932         system provided one.
10933
10934 2001-11-13  Roland McGrath  <roland@frob.com>
10935
10936         * stdio-common/tmpfile.c: Moved to ...
10937         * sysdeps/generic/tmpfile.c: ... here.
10938         * sysdeps/mach/hurd/tmpfile.c: New file.
10939
10940         * hurd/fopenport.c (__fopenport): Renamed from fopenport.
10941         [USE_IN_LIBIO] (fopencookie): #define as _IO_fopencookie.
10942         (fopenport): Define as weak alias.
10943
10944         * libio/iofopncook.c (_IO_fopencookie): Move forward declaration ...
10945         * libio/libioP.h: ... to here.
10946
10947 2001-11-12  Ulrich Drepper  <drepper@redhat.com>
10948
10949         * elf/dl-reloc.c (_dl_relocate_object): Avoid iterating over
10950         program header twice.  Construct list with the needed information.
10951
10952 2001-11-10  Ulrich Drepper  <drepper@redhat.com>
10953
10954         * po/ca.po: Update from translation team.
10955
10956         * elf/dl-load.c (_dl_map_object_from_fd): Remove use of
10957         _dl_pf_to_prot.  Use arithmetic operation using PF_TO_PROT macro.
10958         * sysdeps/generic/ldsodefs.h (PF_TO_PROT): New macro.
10959         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
10960
10961 2001-11-10  Andreas Jaeger  <aj@suse.de>
10962
10963         * sysdeps/ieee754/ldbl-128/e_log2l.c: New file.
10964         * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
10965         Contributed by Stephen L Moshier <moshier@mediaone.net>.
10966
10967 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10968
10969         * elf/dl-minimal.c (realloc): Handle NULL for first parameter
10970         correctly.
10971         * elf/dl-load.c (is_dst): New function.
10972         (_dl_dst_count): Use is_dst to check for DST variable.
10973         (_dl_dst_substitute): Likewise.
10974
10975 2001-11-09  Roland McGrath  <roland@frob.com>
10976
10977         Hurd/PowerPC port contributed by Peter Bruin <pjbruin@dds.nl>.
10978         * sysdeps/mach/hurd/powerpc/exc2signal.c: New file.
10979         * sysdeps/mach/hurd/powerpc/init-first.c: New file.
10980         * sysdeps/mach/hurd/powerpc/intr-msg.h: New file.
10981         * sysdeps/mach/hurd/powerpc/longjmp-ts.c: New file.
10982         * sysdeps/mach/hurd/powerpc/register-dump.h: New file.
10983         * sysdeps/mach/hurd/powerpc/sigreturn.c: New file.
10984         * sysdeps/mach/hurd/powerpc/static-start.S: New file.
10985         * sysdeps/mach/hurd/powerpc/trampoline.c: New file.
10986         * sysdeps/mach/hurd/powerpc/bits/sigcontext.h: New file.
10987         * sysdeps/mach/hurd/powerpc/Dist: New file.
10988
10989         * hurd/privports.c (__get_privileged_ports):
10990         Only contact the proc server if necessary for this call.
10991         Suggested by Neal H Walfield <neal@cs.uml.edu>.
10992         Check error return for mach_port_mod_refs.
10993
10994 2001-11-09  Andreas Schwab  <schwab@suse.de>
10995
10996         * sysdeps/unix/sysv/linux/m68k/bits/resource.h: New file.
10997
10998 2001-11-09  Ulrich Drepper  <drepper@redhat.com>
10999
11000         * elf/dl-load.c (lose): Remove some unnecessary code.  The new
11001         object is always the last in the list.
11002         (_dl_map_object_from_fd): Delete code to remove from object list
11003         when DF_1_NOOPEN is seen.  This is done in lose.
11004
11005 2001-11-08  Ulrich Drepper  <drepper@redhat.com>
11006
11007         * elf/dl-object.c (_dl_new_object): Various small optimizations.
11008
11009 2001-11-07  Ulrich Drepper  <drepper@redhat.com>
11010
11011         * sysdeps/generic/dl-cache.c: Optimize SEARCH_CACHE and
11012         HWCAP_CHECK macro code.
11013
11014         * elf/dl-misc.c (_dl_sysdep_read_whole_file): Optimize code a bit.
11015         Now returns MAP_FAILED on error.
11016         * elf/rtld.c: Adjust caller.
11017         * sysdeps/generic/dl-cache.c: Likewise.
11018         * sysdeps/generic/ldsodefs.h: Adjust description.
11019
11020         * elf/dl-version.c (match_symbol): Optimize error handling for size.
11021         (_dl_check_map_versions): Likewise.
11022
11023 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11024
11025         * elf/dl-load.c (_dl_map_object_from_fd): Don't call
11026         _dl_signal_error directly, always use lose.  Set fd to -1 after
11027         file is closed.
11028         (lose): Don't call close if fd == -1.
11029
11030 2001-11-07  Kaoru Fukui  <k_fukui@highway.ne.jp>
11031
11032         * manual/charset.texi: Fix typo @w[ISO 6937] to  @w{ISO 6937}.
11033          Also fix typo @code {mbsinit} to @code{mbsinit}.
11034
11035 2001-11-06  Ulrich Drepper  <drepper@redhat.com>
11036
11037         * elf/dl-profile.c: Replace state variable with simple flag named
11038         running.  Remove commented-out code.
11039
11040         * elf/dl-load.c (decompose_rpath): Optimize error handling for size.
11041         (_dl_init_paths): Likewise.
11042         (_dl_map_object_from_fd): Likewise.
11043         * elf/dl-reloc.c (_dl_relocate_object): Likewise.
11044
11045 2001-11-06  Roland McGrath  <roland@frob.com>
11046
11047         * sysdeps/mach/powerpc/sysdep.h: Include sysdeps/unix/powerpc/sysdep.h
11048         instead of sysdeps/powerpc/elf/sysdep.h and sysdeps/unix/sysdep.h.
11049
11050         * sysdeps/unix/sysv/linux/powerpc/sysdep.h: Don't include
11051         sysdeps/powerpc/elf/sysdep.h.
11052         Reported by Kaoru Fukui <k_fukui@highway.ne.jp>.
11053
11054 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11055
11056         * elf/rtld.c (process_dl_debug): Rewritten.  Optimized for size not
11057         speed.
11058         (process_envvars): Some more optimizations.
11059         * sysdeps/generic/ldsodefs.h (DL_DEBUG_HELP): New macro.
11060
11061         * elf/elf.h: Add dynamic tag definitions for prelinking.
11062
11063         * elf/rtld.c (process_envvars): Avoid using array of string pointers.
11064         Rewrite code to remove environment varables for SUID binaries.
11065         Small optimization in LD_PROFILE handling.
11066         * sysdeps/generic/unsecvars.h: Adjust format for process_envvars
11067         changes.
11068         * sysdeps/unix/sysv/linux/i386/dl-librecon.h: Likewise.
11069
11070         * sysdeps/generic/dl-sysdep.c: Don't initialize _dl_cpuclock_offset.
11071
11072         * elf/dl-reloc.c (_dl_reloc_bad_type): Rewrite to not use writable
11073         strings.  Change type of second parameter.
11074         * sysdeps/generic/ldsodefs.h: Adjust _dl_reloc_bad_type prototype
11075         for last change.
11076
11077         * io/fts.h: Prevent using <fts.h> with _FILE_OFFSET_BITS=64.
11078
11079 2001-11-04  Joseph S. Myers  <jsm28@cam.ac.uk>
11080
11081         * manual/string.texi: Fix typos.
11082         * manual/examples/argp-ex2.c: Likewise.
11083
11084 2001-11-05  Roland McGrath  <roland@frob.com>
11085
11086         * sysdeps/powerpc/elf/sysdep.h: Remove this file, because it overrides
11087         the more-specific unix/sysv/linux/powerpc file and breaks everything.
11088         * sysdeps/powerpc/sysdep.h (ALIGNARG, ASM_TYPE_DIRECTIVE,
11089         ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN, DO_CALL, JUMPTARGET,
11090         PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT): These macros moved here
11091         here, put under [__ELF__].
11092
11093 2001-11-05  Ulrich Drepper  <drepper@redhat.com>
11094
11095         * manual/charset.texi: Extensive editing work.
11096         * manual/nss.texi: Likewise.
11097         Changes by Dennis Grace <dgrace@us.ibm.com>.
11098
11099 2001-11-04  Roland McGrath  <roland@frob.com>
11100
11101         * hurd/set-host.c (_hurd_set_host_config): Use O_WRONLY in flags
11102         parameter to dir_mkfile.
11103
11104 2001-11-02  Jakub Jelinek  <jakub@redhat.com>
11105
11106         * string/bits/string2.h (__strndup): If n is smaller than len, set
11107         len to n + 1.
11108         * string/tester.c (test_strndup): New function.
11109         (main): Call it.
11110
11111 2001-11-01  Ulrich Drepper  <drepper@redhat.com>
11112
11113         * sunrpc/rpc_main.c: Optimize variable definitions a bit.
11114
11115         * sunrpc/Makefile (rpcgen-cmd): Use ../scripts/cpp in rpcgen calls.
11116         * scripts/cpp: New file.
11117
11118         * elf/dl-load.c (_dl_map_object): Correct test of DF_1_NODEFLIB
11119         for rtld_search_dirs content.  Minor optimizations.
11120
11121 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11122
11123         * elf/dl-load.c (_dl_map_object): Make code a bit more compact by
11124         avoiding unnecessary duplication.
11125
11126 2001-10-31  Jakub Jelinek  <jakub@redhat.com>
11127
11128         * elf/dl-load.c (_dl_map_object): If library was found using
11129         LD_LIBRARY_PATH, don't try RUNPATH list.
11130
11131 2001-10-31  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11132
11133         * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h (REGISTER_DUMP):
11134         Correct second argument of register_dump call.
11135         * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h (REGISTER_DUMP):
11136         Likewise.
11137
11138 2001-10-31  Ulrich Drepper  <drepper@redhat.com>
11139
11140         * iconvdata/Makefile: Add support for IBM1132, IBM1133, and IBM1162
11141         modules.
11142         * iconvdata/TESTS: Likewise.
11143         * iconvdata/gconv-modules: Likewise.
11144         * iconvdata/ibm1132.c: New file.
11145         * iconvdata/ibm1132.h: New file.
11146         * iconvdata/ibm1133.c: New file.
11147         * iconvdata/ibm1133.h: New file.
11148         * iconvdata/ibm1162.c: New file.
11149         * iconvdata/ibm1162.h: New file.
11150         * iconvdata/testdata/IBM1132: New file.
11151         * iconvdata/testdata/IBM1132..UTF8: New file.
11152         * iconvdata/testdata/IBM1133: New file.
11153         * iconvdata/testdata/IBM1133..UTF8: New file.
11154         * iconvdata/testdata/IBM1162: New file.
11155         * iconvdata/testdata/IBM1162..UTF8: New file.
11156         Patches by Masahide Washizawa <WASHI@jp.ibm.com>.
11157
11158         * string/string.h: Fix typo in comment.
11159         * wcsmbs/wchar.h: Likewise.
11160
11161 2001-10-30  Joseph S. Myers  <jsm28@cam.ac.uk>
11162
11163         * manual/getopt.texi (getopt_long, getopt_long_only): Include
11164         const in type of longopts parameter.
11165
11166 2001-10-29  Andreas Jaeger  <aj@suse.de>
11167
11168         * sysdeps/ieee754/dbl-64/mpa.h: Add prototypes for internal functions.
11169
11170 2001-10-29  Kevin Ryde  <user42@zip.com.au>
11171
11172         * manual/stdio.texi (Integer Conversions): Corrections to sample printf
11173         output, clarify `#' behaviour on 0.
11174         (Floating-Point Conversions): Clarify that %g only uses %e when
11175         the exponent would be greater than 1.
11176
11177 2001-10-28  Roland McGrath  <roland@frob.com>
11178
11179         Support for Mach/PowerPC contributed by Peter Bruin <pjbruin@dds.nl>.
11180         * sysdeps/mach/powerpc/machine-sp.h: New file.
11181         * sysdeps/mach/powerpc/sysdep.h: New file.
11182         * sysdeps/mach/powerpc/thread_state.h: New file.
11183
11184         * sysdeps/mach/hurd/i386/Makefile: File removed; crt0.o rules moved ...
11185         * sysdeps/mach/hurd/Makefile: ... to here.  For the time being, we can
11186         expect to need the same thing on every platform.
11187
11188         * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: File moved ...
11189         * sysdeps/generic/sys/ucontext.h: ... to replace this one.
11190
11191         * sysdeps/unix/sysv/linux/powerpc/sysdep.h (ALIGNARG,
11192         ASM_TYPE_DIRECTIVE, ASM_SIZE_DIRECTIVE, CALL_MCOUNT, ENTRY, EALIGN,
11193         DO_CALL, JUMPTARGET, PSEUDO, PSEUDO_RET, PSEUDO_END, L, C_TEXT):
11194         Move all these assembly-related definitions to ...
11195         * sysdeps/powerpc/elf/sysdep.h: ... this new file.
11196
11197         * sysdeps/mach/powerpc/machine-lock.h: Assembly code rewritten
11198         by Peter Bruin <pjbruin@dds.nl>.
11199
11200         * hurd/hurdselect.c (_hurd_select): Check SELECT_RETURNED bit when
11201         packing results for a `poll' call.
11202
11203 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11204
11205         * posix/fnmatch_loop.c: Recognize - at end of bracket expression
11206         correctly.
11207         * posix/tst-fnmatch.input: Add tests for - at beginning and end of
11208         bracket expression.
11209
11210         * string/strxfrm.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11211         nrules value.
11212         * string/tst-strxfrm.c (test): Also test __strxfrm_l.
11213
11214 2001-10-24  H.J. Lu  <hjl@gnu.org>
11215
11216         * sysdeps/generic/bits/dlfcn.h (DL_CALL_FCT): Cast to void *.
11217         Use __BEGIN_DECLS/__END_DECLS around prototypes.
11218         * sysdeps/mips/bits/dlfcn.h (DL_CALL_FCT): Likewise.
11219
11220 2001-10-21  Jim Meyering  <meyering@lucent.com>
11221
11222         * malloc/obstack.c (_): Honor the setting of ENABLE_NLS.  Otherwise,
11223         this code would end up calling gettext even in packages built
11224         with --disable-nls.
11225         * posix/getopt.c (_): Likewise.
11226         * posix/regex.c (_): Likewise.
11227
11228 2001-10-26  Ulrich Drepper  <drepper@redhat.com>
11229
11230         * resolv/gethnamaddr.c (gethostbyaddr): Use ip6.addr for reverse
11231         lookup not ip6.int.
11232         * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr_r): Likewise.
11233         Reported by Martin.v.Loewis@t-online.de [PR libc/2598].
11234
11235 2001-10-19  Jakub Jelinek  <jakub@redhat.com>
11236
11237         * misc/sys/cdefs.h (__attribute_used__): Define.
11238         * elf/rtld.c (_dl_start): Add __attribute_used__.
11239         * elf/dl-runtime.c (fixup, profile_fixup): Likewise.
11240
11241 2001-10-25  Andreas Schwab  <schwab@suse.de>
11242
11243         * stdlib/a64l.c: Expect least significant digit first.
11244         * stdlib/l64a.c: Produce least significant digit first.
11245         * stdlib/Makefile (tests): Add test-a64l.
11246         * stdlib/test-a64l.c: New file.
11247         Reported by Masaki Hasegawa <masaki-h@pp.iij4u.or.jp>.
11248
11249 2001-10-21  Ulrich Drepper  <drepper@redhat.com>
11250
11251         * po/sk.po: Update from translation team.
11252
11253 2001-10-18  Ulrich Drepper  <drepper@redhat.com>
11254
11255         * sysdeps/i386/elf/start.S (_fp_hw): Define object type.
11256
11257 2001-10-18  Andreas Schwab  <schwab@suse.de>
11258
11259         * math/libm-test.inc (print_ulps): Print ulp values rounded to
11260         next whole number.
11261         (print_function_ulps): Likewise.
11262         (print_complex_function_ulps): Likewise.
11263         (print_max_error): Likewise.
11264         (print_complex_max_error): Likewise.  Handle ignore_max_ulp.
11265
11266 2001-10-16  Andreas Schwab  <schwab@suse.de>
11267
11268         * sysdeps/m68k/fpu/libm-test-ulps: Updated for fixed cbrtl
11269         implementation.
11270
11271         * sysdeps/m68k/setjmp.c: Also define setjmp and _setjmp if
11272         BSD_SETJMP or BSD__SETJMP is defined, resp.
11273         * sysdeps/m68k/bsd-setjmp.c: Inline setjmp code instead of making
11274         a tail call to __sigsetjmp that would require extending the
11275         caller's frame.
11276         * sysdeps/m68k/bsd-_setjmp.c: Likewise.
11277         * sysdeps/m68k/bsd-setjmp.S: Deleted.
11278         * sysdeps/m68k/bsd-_setjmp.S: Deleted.
11279         Reported by Jes Sorensen <jes@trained-monkey.org>.
11280
11281 2001-10-16  Andreas Jaeger  <aj@suse.de>
11282
11283         * sysdeps/ieee754/ldbl-96/s_nextafterl.c (__nextafterl): Fix
11284         parentheses.  Reported by David Byron <dbyron@porto.coactive.com>,
11285         close PR libc/2589.
11286
11287 2001-10-15  Ulrich Drepper  <drepper@redhat.com>
11288
11289         * po/ca.po: New file.  Contributed by the translation team.
11290
11291 2001-10-15  Ralf Baechle  <ralf@gnu.org>
11292
11293         * sysdeps/unix/sysv/linux/mips/sys/sysmips.h: Make sysmips() prototype
11294         a varargs prototype.  Remove dependency from kernel header files.
11295
11296         * sysdeps/unix/sysv/linux/mips/bits/termios.h: General cleanup, use
11297         __USE_MISC / __USE_XOPEN not __USE_BSD where appropriate.
11298
11299 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11300
11301         * locale/programs/ld-collate.c (handle_ellipsis): Use %lX not %lx
11302         to generate hexadecimal identifier.
11303         Patch by Jungshik Shin <jungshik.shin@yale.edu>.
11304
11305 2001-10-09  Stephen L Moshier  <moshier@mediaone.net>
11306
11307         * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Fix algorithm.
11308
11309 2001-10-14  Ulrich Drepper  <drepper@redhat.com>
11310
11311         * sysdeps/ieee754/ldbl-128/e_powl.c: New file.
11312         * sysdeps/ieee754/ldbl-128/s_cbrtl.c: New file.
11313         Contributed by Stephen L Moshier <moshier@mediaone.net>.
11314
11315         * sysdeps/ieee754/ldbl-128/e_j0l.c: Constify float variables.
11316         * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
11317         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise
11318         * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise
11319         * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise
11320         * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise
11321
11322         * timezone/africa: Update from tzdata2001d.
11323         * timezone/asia: Likewise.
11324         * timezone/australasia: Likewise.
11325         * timezone/backward: Likewise.
11326         * timezone/europe: Likewise.
11327         * timezone/leapseconds: Likewise.
11328         * timezone/northamerica: Likewise.
11329         * timezone/southamerica: Likewise.
11330         * timezone/zone.tab: Likewise.
11331
11332 2001-10-09  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11333
11334         * sysdeps/s390/s390-32/sys/ucontext.h: Correct __psw_t typedef.
11335         * sysdeps/s390/s390-64/sys/ucontext.h: Likewise.
11336
11337 2001-10-12  Ulrich Drepper  <drepper@redhat.com>
11338
11339         * elf/elf.h (PT_TLS): New definition.
11340
11341 2001-10-10  Jeff Bailey  <jbailey@nisa.net>
11342
11343         * sysdeps/mach/hurd/Makefile: Add $(CFLAGS) for generation of
11344         bits/errno.h
11345
11346 2001-10-07  Roland McGrath  <roland@frob.com>
11347
11348         * sysdeps/mach/hurd/setrlimit.c (__setrlimit): Never return ENOSYS.
11349
11350 2001-10-10  Ulrich Drepper  <drepper@redhat.com>
11351
11352         * elf/elf.h: Add more ELFOSABI_* constants.
11353
11354 2001-10-04  Ben Collins  <bcollins@debian.org>
11355
11356         * sysdeps/generic/inttypes.h: Fix typo (define, not defined) in
11357         decleration of __need_wchar_t.
11358
11359 2001-10-03  Jakub Jelinek  <jakub@redhat.com>
11360
11361         * string/bits/string2.h (__strsep_g): Add prototype.
11362         (__strsep): Use it.
11363         * string/Versions (__strsep): Remove.
11364         * sysdeps/generic/strsep.c (__strsep_g): Add alias to __strsep.
11365
11366 2001-10-07  Ulrich Drepper  <drepper@redhat.com>
11367
11368         * manua/llio.texi: Clarify file references added by mmap.
11369         Patch by Marcus Brinkmann <Marcus.Brinkmann@ruhr-uni-bochum.de>.
11370
11371 2001-09-29  Jes Sorensen  <jes@trained-monkey.org>
11372
11373         * sysdeps/unix/sysv/linux/ia64/bits/sigcontext.h (struct sigcontext):
11374         Add sc_loadrs and sc_rbs_bas to match current kernel.
11375
11376 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11377
11378         * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Update.
11379
11380         * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfcl): Fix erfc(-inf).
11381
11382 2001-09-27  Jakub Jelinek  <jakub@redhat.com>
11383
11384         * elf/dl-open.c (dl_open_worker): If l_opencount of freshly loaded
11385         object has been bumped because of relocation dependency, avoid
11386         duplicates in l_scope.
11387         (show_scope): Fix typos.
11388         * elf/Makefile: Add rules to build and run reldep6.
11389         * elf/reldep6.c: New file.
11390         * elf/reldep6mod0.c: New file.
11391         * elf/reldep6mod1.c: New file.
11392         * elf/reldep6mod2.c: New file.
11393         * elf/reldep6mod3.c: New file.
11394         * elf/reldep6mod4.c: New file.
11395
11396 2001-09-26  Jakub Jelinek  <jakub@redhat.com>
11397
11398         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_fixup_plt): Call
11399         sparc64_fixup_plt.
11400         (sparc64_fixup_plt): Moved from elf_machine_fixup_plt.  Optimize
11401         near jumps and 0xfffff800XXXXXXXX target addresses, no thread safety
11402         for non-lazy binding. Fix .plt[32768+] handling.
11403         (elf_machine_plt_value): Don't add addend.
11404         (elf_machine_rela): Call sparc64_fixup_plt instead of
11405         elf_machine_fixup_plt.
11406         (elf_machine_runtime_setup, TRAMPOLINE_TEMPLATE): Optimize for
11407         dynamic linker at 0xfffff800XXXXXXXX.
11408
11409         * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Update.
11410
11411 2001-09-28  Ulrich Drepper  <drepper@redhat.com>
11412
11413         * elf/elf.h: Define SHF_GROUP and SHF_TLS.
11414
11415 2001-09-25  Jakub Jelinek  <jakub@redhat.com>
11416
11417         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (struct cmsghdr): Don't
11418         declare __cmsg_data field if its size would be bigger than 0.
11419         (CMSG_DATA): Adjust accordingly.
11420         * sysdeps/unix/sysv/aix/bits/socket.h: Likewise.
11421         * sysdeps/unix/sysv/linux/alpha/bits/socket.h: Likewise.
11422         * sysdeps/unix/sysv/linux/ia64/bits/socket.h: Likewise.
11423         * sysdeps/unix/sysv/linux/s390/s390-64/bits/socket.h: Likewise.
11424         * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
11425         * sysdeps/unix/sysv/linux/mips/bits/socket.h: Likewise.
11426         * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
11427
11428 2001-09-25  Ulrich Drepper  <drepper@redhat.com>
11429
11430         * iconvdata/TESTS: Add entries for IBM1160 and IBM1161.
11431         * iconvdata/testdata/IBM1160: New file.
11432         * iconvdata/testdata/IBM1160..UTF8: New file.
11433         * iconvdata/testdata/IBM1161: New file.
11434         * iconvdata/testdata/IBM1161..UTF8: New file.
11435         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11436
11437 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11438
11439         * sysdeps/unix/bsd/ulimit.c (ulimit): Handle overflow in
11440         UL_SETFSIZE computations better.
11441
11442         * rt/Makefile: Remove use of filter for librt again.
11443
11444         * sysdeps/unix/sysv/linux/ulimit.c (__ulimit): Handle overflow in
11445         UL_SETFSIZE computations better.
11446
11447         * string/Versions: Export __strsep for GLIBC_2.2.5.
11448         * string/bits/string2.h: Define all __STRING_INLINE functions if
11449         _FORCE_INLINES is defined.
11450         Use int instead of char of parameter types.
11451         (__strsep): Don't use __strsep_g.  Don't define it.
11452         (__strsep_1c, __strsep_2c, __strsep_3c): Optimize.
11453         * sysdeps/i386/i486/string.h (__strcpy_a_small): Renamed from
11454         __strcpy_small.
11455         (__stpcpy_a_small): Renamed from __stpcpy_small.
11456         (__strcspn_c1): Don't define if _FORCE_INLINES.
11457         (__strspn_c1): Likewise.
11458
11459 2001-09-22  Ben Collins  <bcollins@debian.org>
11460
11461         * sysdeps/sparc/bits/sigaction.h: Define SA_RESTART and friends when
11462         _UNIX98_SOURCE is defined too.  Matches generic/bits/sigaction.h.
11463         * sysdeps/ia64/bits/sigaction.h: Likewise.
11464         * sysdeps/s390/s390-64/bits/sigaction.h: Likewise.
11465
11466 2001-09-24  Andrew Haley  <aph@cambridge.redhat.com>
11467
11468         * sysdeps/unix/sysv/linux/sh/Makefile (sysdep_headers): Add sys/io.h.
11469
11470 2001-09-24  Jakub Jelinek  <jakub@redhat.com>
11471
11472         * elf/dl-open.c (dl_open_worker): Update l_scope_max.
11473
11474 2001-09-24  Ulrich Drepper  <drepper@redhat.com>
11475
11476         * wcsmbs/wchar.h: Add __attribute_pure__ to mbsinit prototype.
11477
11478 2001-09-20  H.J. Lu  <hjl@gnu.org>
11479
11480         * include/dlfcn.h (__RTLD_SPROF): New definiton.
11481         * elf/dl-open.c (dl_open_worker): Return immediately after loading
11482         for __RTLD_SPROF.
11483         * elf/sprof.c (main): Default to the filename if soname doesn't exist.
11484         (load_shobj): Call dlopen with `RTLD_LAZY | __RTLD_SPROF'.
11485
11486 2001-09-20  H.J. Lu  <hjl@gnu.org>
11487
11488         * elf/dl-profile.c (_dl_mcount): Use old *narcsp value for newarc,
11489         don't add 1.
11490
11491 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11492
11493         * nss/getent.c: Accept -s parameter to overwrite rules in
11494         nsswitch.conf.  Patch by Nalin Dahyabhai <nalin@redhat.com>.
11495
11496         * nss/nss_files/files-network.c (LINE_PARSER): Pad addr string
11497         with as many ".0" as necessary to form a complete address
11498         inet_network understands.
11499
11500         * nss/getent.c: Various cleanups.  Use simpler and fewer function
11501         calls.
11502
11503 2001-09-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
11504
11505         * sysdeps/s390/s390-32/bits/setjmp.h: Correct pointer comparison in
11506         _JMPBUF_UNWINDS.
11507         * sysdeps/s390/s390-64/bits/setjmp.h: Likewise.
11508
11509 2001-09-22  Ulrich Drepper  <drepper@redhat.com>
11510
11511         * iconvdata/Makefile: Add rules to build and distribute IBM1160 and
11512         IBM1161.
11513         * iconvdata/gconv-modules: Add entries for IBM1160 and IBM1161.
11514         * iconvdata/ibm1160.c: New file.
11515         * iconvdata/ibm1160.h: New file.
11516         * iconvdata/ibm1161.c: New file.
11517         * iconvdata/ibm1161.h: New file.
11518         Patch by Masahide Washizawa <WASHI@jp.ibm.com>.
11519
11520 2001-09-19  Jakub Jelinek  <jakub@redhat.com>
11521
11522         * sysdeps/alpha/dl-machine.h (elf_machine_load_address): Compute the
11523         difference between base address and first PT_LOAD's virtual address,
11524         not the base address.
11525
11526 2001-09-11  Tom Rix  <trix@redhat.com>
11527
11528         * sysdeps/unix/sysv/aix/init-first.c (init):  Use USE_NONONPTION_FLAG
11529         ifdef for __getopt_clean_environment.
11530         * sysdeps/unix/sysv/aix/libc-start.c: Add real implementation.
11531
11532 2001-09-22  Andreas Jaeger  <aj@suse.de>
11533
11534         * elf/reldep4.c (main): Add proper prototype to fix warning.
11535
11536         * elf/reldep5.c (main): Remove unused variable.
11537
11538         * math/math_private.h: Add prototypes.
11539
11540 2001-09-21  Andreas Jaeger  <aj@suse.de>
11541
11542         * sysdeps/unix/sysv/linux/x86_64/Dist: New file.
11543         * sysdeps/x86_64/Dist: New file.
11544         * sysdeps/x86_64/soft-fp/Dist: New file.
11545
11546         * sysdeps/gnu/Dist: Remove eval.c.
11547
11548 2001-09-20  Ulrich Drepper  <drepper@redhat.com>
11549
11550         * malloc/memusage.c (realloc): Don't count already allocated
11551         memory in the sums.
11552         (me): Always use dlsym() to find the real implementations.
11553
11554         * malloc/memusage.sh: Make -n option actually do something.
11555
11556 2001-09-20  Andreas Jaeger  <aj@suse.de>
11557
11558         * elf/elf.h (R_390_NUM): Correct value.
11559
11560         * Versions.def: Add missing versions 2.2.3 for libthread_db and
11561         libpthread.
11562
11563         * sysdeps/unix/sysv/linux/configure.in: Add minimal kernel version
11564         for x86-64, install x86-64 into */lib64.
11565
11566         * shlib-versions: Add x86-64.
11567
11568         * elf/elf.h: Add x86-64 relocations.
11569
11570 2001-09-19  Ulrich Drepper  <drepper@redhat.com>
11571
11572         * po/fr.po: Update from translation team.
11573
11574 2001-09-19  Andreas Jaeger  <aj@suse.de>
11575
11576         * sysdeps/unix/sysv/linux/x86_64/Makefile: New file.
11577         * sysdeps/unix/sysv/linux/x86_64/Versions: New file.
11578         * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: New file.
11579         * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: New file.
11580         * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: New file.
11581         * sysdeps/unix/sysv/linux/x86_64/bits/statfs.h: New file.
11582         * sysdeps/unix/sysv/linux/x86_64/bits/time.h: New file.
11583         * sysdeps/unix/sysv/linux/x86_64/bits/types.h: New file.
11584         * sysdeps/unix/sysv/linux/x86_64/brk.c: New file.
11585         * sysdeps/unix/sysv/linux/x86_64/clone.S: New file.
11586         * sysdeps/unix/sysv/linux/x86_64/fstatfs64.c: New file.
11587         * sysdeps/unix/sysv/linux/x86_64/ftruncate64.c: New file.
11588         * sysdeps/unix/sysv/linux/x86_64/fxstat.c: New file.
11589         * sysdeps/unix/sysv/linux/x86_64/fxstat64.c: New file.
11590         * sysdeps/unix/sysv/linux/x86_64/getdents.c: New file.
11591         * sysdeps/unix/sysv/linux/x86_64/getdents64.c: New file.
11592         * sysdeps/unix/sysv/linux/x86_64/getrlimit64.c: New file.
11593         * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
11594         * sysdeps/unix/sysv/linux/x86_64/glob64.c: New file.
11595         * sysdeps/unix/sysv/linux/x86_64/lxstat.c: New file.
11596         * sysdeps/unix/sysv/linux/x86_64/lxstat64.c: New file.
11597         * sysdeps/unix/sysv/linux/x86_64/mmap64.c: New file.
11598         * sysdeps/unix/sysv/linux/x86_64/pread64.c: New file.
11599         * sysdeps/unix/sysv/linux/x86_64/profil-counter.h: New file.
11600         * sysdeps/unix/sysv/linux/x86_64/pwrite64.c: New file.
11601         * sysdeps/unix/sysv/linux/x86_64/readdir.c: New file.
11602         * sysdeps/unix/sysv/linux/x86_64/readdir64.c: New file.
11603         * sysdeps/unix/sysv/linux/x86_64/readdir64_r.c: New file.
11604         * sysdeps/unix/sysv/linux/x86_64/readdir_r.c: New file.
11605         * sysdeps/unix/sysv/linux/x86_64/recv.c: New file.
11606         * sysdeps/unix/sysv/linux/x86_64/register-dump.h: New file.
11607         * sysdeps/unix/sysv/linux/x86_64/send.c: New file.
11608         * sysdeps/unix/sysv/linux/x86_64/setrlimit64.c: New file.
11609         * sysdeps/unix/sysv/linux/x86_64/sigaction.c: New file.
11610         * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: New file.
11611         * sysdeps/unix/sysv/linux/x86_64/sigpending.c: New file.
11612         * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: New file.
11613         * sysdeps/unix/sysv/linux/x86_64/sigsuspend.c: New file.
11614         * sysdeps/unix/sysv/linux/x86_64/statfs64.c: New file.
11615         * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: New file.
11616         * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: New file.
11617         * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: New file.
11618         * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: New file.
11619         * sysdeps/unix/sysv/linux/x86_64/sys/user.h: New file.
11620         * sysdeps/unix/sysv/linux/x86_64/syscall.S: New file.
11621         * sysdeps/unix/sysv/linux/x86_64/syscalls.list: New file.
11622         * sysdeps/unix/sysv/linux/x86_64/sysdep.S: New file.
11623         * sysdeps/unix/sysv/linux/x86_64/sysdep.h: New file.
11624         * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
11625         * sysdeps/unix/sysv/linux/x86_64/truncate64.c: New file.
11626         * sysdeps/unix/sysv/linux/x86_64/umount.c: New file.
11627         * sysdeps/unix/sysv/linux/x86_64/vfork.S: New file.
11628         * sysdeps/unix/sysv/linux/x86_64/xstat.c: New file.
11629         * sysdeps/unix/sysv/linux/x86_64/xstat64.c: New file.
11630         * sysdeps/unix/x86_64/sysdep.S: New file.
11631         * sysdeps/unix/x86_64/sysdep.h: New file.
11632         * sysdeps/x86_64/Implies: New file.
11633         * sysdeps/x86_64/Makefile: New file.
11634         * sysdeps/x86_64/Versions: New file.
11635         * sysdeps/x86_64/__longjmp.S: New file.
11636         * sysdeps/x86_64/abort-instr.h: New file.
11637         * sysdeps/x86_64/atomicity.h: New file.
11638         * sysdeps/x86_64/bits/endian.h: New file.
11639         * sysdeps/x86_64/bits/setjmp.h: New file.
11640         * sysdeps/x86_64/bits/string.h: New file.
11641         * sysdeps/x86_64/bp-asm.h: New file.
11642         * sysdeps/x86_64/bsd-_setjmp.S: New file.
11643         * sysdeps/x86_64/bsd-setjmp.S: New file.
11644         * sysdeps/x86_64/dl-machine.h: New file.
11645         * sysdeps/x86_64/elf/initfini.c: New file.
11646         * sysdeps/x86_64/elf/start.S: New file.
11647         * sysdeps/x86_64/ffs.c: New file.
11648         * sysdeps/x86_64/ffsll.c: New file.
11649         * sysdeps/x86_64/fpu/bits/fenv.h: New file.
11650         * sysdeps/x86_64/fpu/bits/mathdef.h: New file.
11651         * sysdeps/x86_64/fpu/e_acosl.c: New file.
11652         * sysdeps/x86_64/fpu/e_atan2l.c: New file.
11653         * sysdeps/x86_64/fpu/e_exp2l.S: New file.
11654         * sysdeps/x86_64/fpu/e_expl.c: New file.
11655         * sysdeps/x86_64/fpu/e_fmodl.S: New file.
11656         * sysdeps/x86_64/fpu/e_log10l.S: New file.
11657         * sysdeps/x86_64/fpu/e_log2l.S: New file.
11658         * sysdeps/x86_64/fpu/e_logl.S: New file.
11659         * sysdeps/x86_64/fpu/e_powl.S: New file.
11660         * sysdeps/x86_64/fpu/e_rem_pio2l.c: New file.
11661         * sysdeps/x86_64/fpu/e_scalbl.S: New file.
11662         * sysdeps/x86_64/fpu/e_sqrtl.c: New file.
11663         * sysdeps/x86_64/fpu/fclrexcpt.c: New file.
11664         * sysdeps/x86_64/fpu/fedisblxcpt.c: New file.
11665         * sysdeps/x86_64/fpu/feenablxcpt.c: New file.
11666         * sysdeps/x86_64/fpu/fegetenv.c: New file.
11667         * sysdeps/x86_64/fpu/fegetexcept.c: New file.
11668         * sysdeps/x86_64/fpu/fegetround.c: New file.
11669         * sysdeps/x86_64/fpu/feholdexcpt.c: New file.
11670         * sysdeps/x86_64/fpu/fesetenv.c: New file.
11671         * sysdeps/x86_64/fpu/fesetround.c: New file.
11672         * sysdeps/x86_64/fpu/fgetexcptflg.c: New file.
11673         * sysdeps/x86_64/fpu/fraiseexcpt.c: New file.
11674         * sysdeps/x86_64/fpu/fsetexcptflg.c: New file.
11675         * sysdeps/x86_64/fpu/ftestexcept.c: New file.
11676         * sysdeps/x86_64/fpu/libm-test-ulps: New file.
11677         * sysdeps/x86_64/fpu/math_ldbl.h: New file.
11678         * sysdeps/x86_64/fpu/printf_fphex.c: New file.
11679         * sysdeps/x86_64/fpu/s_atanl.c: New file.
11680         * sysdeps/x86_64/fpu/s_cosl.S: New file.
11681         * sysdeps/x86_64/fpu/s_expm1l.S: New file.
11682         * sysdeps/x86_64/fpu/s_fpclassifyl.c: New file.
11683         * sysdeps/x86_64/fpu/s_isinfl.c: New file.
11684         * sysdeps/x86_64/fpu/s_isnanl.c: New file.
11685         * sysdeps/x86_64/fpu/s_log1pl.S: New file.
11686         * sysdeps/x86_64/fpu/s_logbl.c: New file.
11687         * sysdeps/x86_64/fpu/s_nextafterl.c: New file.
11688         * sysdeps/x86_64/fpu/s_nexttoward.c: New file.
11689         * sysdeps/x86_64/fpu/s_nexttowardf.c: New file.
11690         * sysdeps/x86_64/fpu/s_rintl.c: New file.
11691         * sysdeps/x86_64/fpu/s_significandl.c: New file.
11692         * sysdeps/x86_64/fpu/s_sincosl.S: New file.
11693         * sysdeps/x86_64/fpu/s_sinl.S: New file.
11694         * sysdeps/x86_64/fpu/s_tanl.S: New file.
11695         * sysdeps/x86_64/gmp-mparam.h: New file.
11696         * sysdeps/x86_64/hp-timing.c: New file.
11697         * sysdeps/x86_64/hp-timing.h: New file.
11698         * sysdeps/x86_64/htonl.S: New file.
11699         * sysdeps/x86_64/memusage.h: New file.
11700         * sysdeps/x86_64/setjmp.S: New file.
11701         * sysdeps/x86_64/soft-fp/sfp-machine.h: New file.
11702         * sysdeps/x86_64/stackinfo.h: New file.
11703         * sysdeps/x86_64/sysdep.h: New file.
11704         * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: New file.
11705
11706         * sysdeps/ieee754/ldbl-128/s_erfl.c: New file, contributed Stephen
11707         L Moshier.
11708
11709 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11710
11711         * malloc/malloc.c (ptmalloc_init): Handle _environ==NULL.
11712         Reported by B. D. Elliott <bde@nwlink.com> [PR libc/2541].
11713
11714 2001-09-18  Andreas Schwab  <schwab@suse.de>
11715
11716         * elf/dl-load.c (_dl_map_object_from_fd): Update handling of scope
11717         list, now that l_scope is a pointer.
11718
11719         * elf/dl-open.c (dl_open_worker): Fix thinko when enlarging the
11720         scope list.
11721
11722 2001-09-18  kaz Kojima  <kkojima@rr.iij4u.or.jp>
11723
11724         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix reverse condition.
11725         (elf_machine_rela_relative): Add a missing declaration.
11726
11727 2001-09-18  Jakub Jelinek  <jakub@redhat.com>
11728
11729         * sysdeps/unix/sysv/linux/ia64/ldd-rewrite.sed: New file.
11730         * sysdeps/unix/sysv/linux/s390/ldd-rewrite.sed: New file.
11731         * sysdeps/unix/sysv/linux/configure.in: Add ia64 and s390
11732         ldd-rewrite scripts.
11733
11734 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11735
11736         * elf/ldd.bash.in: Update copyright message.
11737
11738 2001-09-17  H.J. Lu  <hjl@gnu.org>
11739
11740         * hurd/hurdmalloc.c (bcopy): Removed.
11741         (realloc): Replace bcopy with memcpy.
11742         * hurd/path-lookup.c (file_name_path_scan): Likewise.
11743         * resolv/gethnamaddr.c (map_v4v6_address): Likewise.
11744         * sunrpc/rpcinfo.c (pmapdump): Likewise.
11745
11746         * resolv/gethnamaddr.c (getanswer): Replace bcopy with memmove.
11747         (gethostbyaddr): Likewise.
11748         * sunrpc/rpcinfo.c (get_inet_address): Likewise.
11749
11750 2001-09-18  Ulrich Drepper  <drepper@redhat.com>
11751
11752         * sysdeps/gnu/eval.c: Removed.
11753
11754 2001-09-18  Andreas Jaeger  <aj@suse.de>
11755
11756         * sysdeps/i386/fpu/s_logbl.S: Move to ...
11757         * sysdeps/i386/fpu/s_logbl.c: ...here, use inline assembler.
11758
11759         * sysdeps/i386/fpu/s_rintl.S: Move to ...
11760         * sysdeps/i386/fpu/s_rintl.c: ...here, use inline assembler.
11761
11762         * sysdeps/i386/fpu/s_significandl.S: Move to ...
11763         * sysdeps/i386/fpu/s_significandl.c: ...here, use inline assembler.
11764
11765 2001-09-16  Ulrich Drepper  <drepper@redhat.com>
11766
11767         * string/strcoll.c [USE_IN_EXTENDED_LOCALE_MODEL]: Correctly get
11768         nrules value.
11769
11770 2001-09-14  H.J. Lu  <hjl@gnu.org>
11771
11772         * sysdeps/mips/fpu/libm-test-ulps: Updated.
11773
11774 2001-09-14  Ulrich Drepper  <drepper@redhat.com>
11775
11776         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix a typo.
11777         Patch by Florian La Roche <laroche@redhat.com>.
11778
11779         * string/bits/string2.h (__strtok_r_1c): Optimize a bit.
11780
11781         * sysdeps/unix/sysv/linux/net/ethernet.h: Correct references to
11782         ETHER_CRC_LEN.
11783
11784 2001-09-14  Andreas Schwab  <schwab@suse.de>
11785
11786         * posix/execl.c: Fix last argument of memcpy.  Reported by Brian
11787         Sumner <bls@sgi.com>.
11788         * posix/execlp.c: Likewise.
11789
11790 2001-09-13  Jakub Jelinek  <jakub@redhat.com>
11791
11792         * elf/dl-deps.c (_dl_map_object_deps): Fix filter handling if filter
11793         is already found earlier in the search scope.
11794
11795 2001-09-12  Jakub Jelinek  <jakub@redhat.com>
11796
11797         * rt/Makefile (LDFLAGS-rt.so): Use shared thread library as librt's
11798         filter.
11799
11800 2001-09-13  Ulrich Drepper  <drepper@redhat.com>
11801
11802         * sysdeps/powerpc/fpu/libm-test-ulps: Adjust expected errors for j0.
11803
11804 2001-09-12  Ulrich Drepper  <drepper@redhat.com>
11805
11806         * config.h.in: Enforce optimization to be used.
11807         * Makeconfig (preprocess-versions): Define ASSEMBLER.
11808         * stdlib/Makefile (isomac-CFLAGS): Define to -O.
11809         * posix/Makefile (annexc-CFLAGS): Define to -O.
11810         * sysdeps/unix/make-syscalls.sh: Define __OPTIMIZE__ in use of asm_CPP.
11811
11812 2001-09-11  Ulrich Drepper  <drepper@redhat.com>
11813
11814         * nscd/nscd_gethst_r.c: Don't expect IPv6 addresses for IPv4 lookup.
11815         Patch by Stephan Kulow.
11816
11817 2001-09-08  Ben Collins  <bcollins@debian.org>
11818
11819         * sysdeps/arm/dl-machine.h (elf_machine_rel): Fix thinko in
11820         usage of RESOLVE() (r_type, not reloc->r_type).
11821
11822 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11823
11824         * elf/dl-object.c: Avoid allocating extra memory block for name.
11825         * elf/dl-close.c (_dl_close): Don't free l_libname if it is not
11826         allocated separately.
11827         * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
11828
11829 2001-09-08  H.J. Lu  <hjl@gnu.org>
11830
11831         * po/zh_TW.po: Fix a typo.
11832
11833 2001-09-07  Tom Rix  <trix@redhat.com>
11834
11835         * sysdeps/unix/sysv/aix/sysv_termio.h: New file.
11836
11837 2001-08-26  Tom Rix  <trix@redhat.com>
11838
11839         * sysdeps/unix/sysv/aix/Makefile (aix-syscalls.o): More linker
11840         command line options.
11841         * sysdeps/unix/sysv/aix/start.s: New file, rework of start.c
11842         * sysdeps/unix/sysv/aix/start.c: Removed.
11843         * sysdeps/unix/sysv/aix/start-libc.c: New file.
11844         * sysdeps/unix/sysv/aix/init-first.c: New file.
11845         * sysdeps/unix/sysv/aix/fcntl.c: Alias __libc_fcntl to __fcntl.
11846
11847 2001-09-08  Ben Collins  <bcollins@debian.org>
11848
11849         * sysdeps/arm/dl-machine.h: Fix usage of new _dl_signal_error() format.
11850         * sysdeps/generic/dl-machine.h: Likewise.
11851         * sysdeps/hppa/dl-fptr.c: Likewise.
11852         * sysdeps/ia64/dl-fptr.c: Likewise.
11853         * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
11854         * sysdeps/mips/dl-machine.h: Likewise.
11855         * sysdeps/mips/mips64/dl-machine.h: Likewise.
11856         * sysdeps/powerpc/dl-machine.c: Likewise.
11857
11858 2001-09-07  Ben Collins  <bcollins@debian.org>
11859
11860         * sysdeps/sparc/sparc32/dl-machine.h: Fix typo.
11861
11862         * sysdeps/hppa/dl-lookupcfg.h: Forward declare struct link_map.
11863
11864 2001-09-08  Ulrich Drepper  <drepper@redhat.com>
11865
11866         * elf/dl-lookup.c (add_dependency): Bump l_opencount of all
11867         dependencies if necessary.
11868
11869         * elf/dl-close.c (_dl_close): If object has no r_list (i.e., wasn't
11870         loaded directly) determine length if l_initfini list by iterating
11871         over its elements.  Minor optimizations.
11872         * elf/dl-deps.c (_dl_map_object_deps): Always add own map to l_initfini
11873         for dependency objects.
11874         If object was already loaded check whether any of the dependencies
11875         is already on the relocation dependency list.  If yes, remove the
11876         latter.  Minor optimizations.
11877         * elf/dl-lookup.c (add_dependency): Add check for self reference of
11878         maps here.  Search l_initfini list only if the object was loaded
11879         directly and not only as a dependency.
11880         (_dl_lookup_symbol): Add relocation dependency also if object
11881         is not in global scope.  Remove test for self-reference here.
11882         (_dl_lookup_versioned_symbol): Likewise.
11883         * elf/dl-object (_dl_new_object): Cleanup.  Initialize dont_free
11884         element of first name record.
11885         * elf/loadtest.c: Add some more test to recognize early if an object
11886         wasn't unloaded.
11887         * elf/Makefile: Add rules to build and run reldep5.
11888         * elf/reldep5.c: New file.
11889         * elf/reldepmod5.c: New file.
11890         * elf/reldepmod6.c: New file.
11891
11892         * elf/reldep2.c: Fix typo.
11893
11894 2001-09-07  Ulrich Drepper  <drepper@redhat.com>
11895
11896         * include/link.h (struct link_map): Add l_scope_mem and l_scope_max
11897         elements.  Change l_scope to be a pointer only.
11898         * elf/dl-object.c (_dl_new_object): Initialize l_scope and l_scope_max.
11899         * elf/dl-open.c (dl_open_worker): If dependency wasn't just opened
11900         here add searchlist of newly open file to the dependency's scope.
11901         * elf/dl-close.c (_dl_close): If dependency is used otherwise remove
11902         only searchlist from its scope.  Free own scope array if necessary.
11903         * elf/Makefile (tests): Add dblload and dblunload now.
11904
11905 2001-09-06  Andreas Jaeger  <aj@suse.de>
11906
11907         * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: New file, contributed
11908         Stephen L Moshier.
11909
11910 2001-09-05  Ulrich Drepper  <drepper@redhat.com>
11911
11912         * elf/Makefile: Add rules to build new tests.  Don't run them yet since
11913         they both fail.
11914         * elf/dblload.c: New file.
11915         * elf/dblloadmod1.c: New file.
11916         * elf/dblloadmod2.c: New file.
11917         * elf/dblloadmod3.c: New file.
11918         * elf/dblunload.c: New file.
11919
11920 2001-09-04  Richard Henderson  <rth@redhat.com>
11921
11922         * elf/elf.h (R_ALPHA_OP_*, R_ALPHA_IMMED_*): Remove.
11923         (R_ALPHA_GPREL16): Rename from R_ALPHA_IMMED_GP_16.
11924
11925 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11926
11927         Correct very misleading message for error in failed runtime relocation.
11928         * elf/dl-error.c (_dl_signal_error): Take extra parameter to describe
11929         place of the error.
11930         (_dl_signal_cerror): Likewise.
11931         * sysdeps/generic/ldsodefs.h: Adjust prototypes.
11932         * elf/dl-close.c: Likewise.
11933         * elf/dl-deps.c: Likewise.
11934         * elf/dl-load.c: Likewise.
11935         * elf/dl-lookup.c: Likewise.
11936         * elf/dl-open.c: Likewise.
11937         * elf/dl-reloc.c: Likewise.
11938         * elf/dl-sym.c: Likewise.
11939         * elf/dl-version.c: Likewise.
11940         * sysdeps/generic/dl-sysdep.c: Likewise.
11941
11942 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11943
11944         * iconv/strtab.c (strtabinit): Initialize null Strent.
11945         (newstring): Move len == 0 handling...
11946         (strtabadd): ...here.
11947         If len == 1, return null Strent.
11948         When inserting a suffix of an existing string, check if
11949         it is not equal to some suffix already recorded.
11950         Copy left and right members over if adding longer string.
11951
11952 2001-09-04  Jakub Jelinek  <jakub@redhat.com>
11953
11954         * sunrpc/rpc_cout.c (upcase): Account for trailing '\0'.
11955
11956         * sysdeps/unix/sysv/linux/alpha/gethostname.c: Include <errno.h>.
11957         (__syscall_gethostname): Add prototype.
11958
11959 2001-09-04  Ulrich Drepper  <drepper@redhat.com>
11960
11961         * elf/dl-object.c (_dl_new_object): Remove unnecessary if.
11962
11963 2001-09-02  Ulrich Drepper  <drepper@redhat.com>
11964
11965         * elf/rtld.c (dl_main): Increment l_opencount for main binary.
11966
11967 2001-08-27  Roland McGrath  <roland@frob.com>
11968
11969         * sysdeps/unix/sysv/gethostname.c (__gethostname): When LEN is too
11970         short, copy that much into NAME anyway before returning error.
11971
11972 2001-09-01  Richard Henderson  <rth@redhat.com>
11973
11974         * sysdeps/alpha/elf/Dist: Remove file.
11975         * sysdeps/alpha/elf/Makefile: Remove file.
11976         * sysdeps/alpha/elf/crtbegin.S: Remove file.
11977         * sysdeps/alpha/elf/crtend.S: Remove file.
11978         * sysdeps/alpha/elf/initfini.c: New file.
11979
11980 2001-09-01  Mark Kettenis  <kettenis@gnu.org>
11981
11982         * iconv/tst-iconv1.c: Include <stddef.h> for wchar_t.
11983         * iconv/tst-iconv3.c: Likewise.
11984
11985 2001-09-01  Jakub Jelinek  <jakub@redhat.com>
11986
11987         * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++.
11988
11989 2001-09-01  Ulrich Drepper  <drepper@redhat.com>
11990
11991         * iconv/gconv_cache.c: Rename variable cache to __gconv_cache and
11992         export it.
11993         * iconv/Versions (libc) [GLIBC_2.2.5]: Export __gconv_cache.
11994         * iconv/iconv_prog.c (insert_cache): New function.
11995         (print_known_names): If cache is used call insert_cache to use the
11996         information from the cache [PR libc/2509].
11997
11998 2001-08-31  Ulrich Drepper  <drepper@redhat.com>
11999
12000         * time/strptime.c (strptime_internal): Recognize 'l' format and
12001         handle it like 'I' for symmetry with strftime.
12002
12003 2001-08-31  Richard Henderson  <rth@redhat.com>
12004
12005         * elf/dl-support.c (_dl_cpuclock_offset): Protect with NONAVAIL.
12006         (HP_TIMING_AVAIL): Set to HP_SMALL_TIMING_AVAIL if present.
12007         * elf/rtld.c (HP_TIMING_AVAIL): Likewise.
12008         (print_statistics): Make scalar unsigned long long.
12009         * sysdeps/alpha/hp-timing.h: New file.
12010
12011 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12012
12013         * stdio-common/perror.c (perror): Save errno early, pass it
12014         down to perror_internal.
12015         (perror_internal): Add errnum argument.
12016
12017 2001-08-31  Jakub Jelinek  <jakub@redhat.com>
12018
12019         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Remove unused code.
12020         Don't add old memory content for R_ALPHA_REFQUAD.
12021
12022 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12023
12024         * crypt/md5-crypt.c (__md5_crypt_r): Compute used and required
12025         memory correctly.
12026
12027         * sysdeps/unix/sysv/linux/ia64/ioperm.c (_ioperm): Use __open
12028         instead of open, __close instead of close, __getpagesize instead
12029         of getpagesize.
12030
12031         * string/argz-stringify.c (__argz_stringify): Use __strnlen
12032         instead of strnlen.
12033         * include/string.h (strndupa): Redefine here to use __strnlen
12034         instead of strnlen.
12035         * string/strndup.c (__strndup): Use __strnlen not strnlen.
12036
12037         * misc/syslog.c (vsyslog): Fix typo in last change (connect ->
12038         connected).
12039
12040 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12041
12042         * sysdeps/alpha/dl-machine.h (elf_machine_rela): Don't handle
12043         R_ALPHA_RELATIVE if RTLD_BOOTSTRAP and HAVE_Z_COMBRELOC.  Only check
12044         for rtld map if neither RTLD_BOOTSTRAP nor HAVE_Z_COMBRELOC is defined.
12045         * sysdeps/i386/dl-machine.h (elf_machine_rel): Similarly.
12046         * sysdeps/ia64/dl-machine.h (elf_machine_rel): Similarly.
12047         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rel): Similarly.
12048         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rel): Similarly.
12049
12050 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12051
12052         * sysdeps/alpha/fpu/libm-test-ulps: Adjust j0 ULPs.
12053
12054 2001-08-30  Andreas Jaeger  <aj@suse.de>
12055
12056         * sysdeps/ieee754/ldbl-128/e_jnl.c: New file,
12057         contributed Stephen L Moshier.
12058
12059 2001-08-30  Jakub Jelinek  <jakub@redhat.com>
12060
12061         * sunrpc/etc.rpc (sgi_fam): Add.
12062
12063 2001-08-30  Ulrich Drepper  <drepper@redhat.com>
12064
12065         * sysdeps/unix/sysv/linux/alpha/gethostname.c: New file.
12066
12067 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12068
12069         * nis/nis_findserv.c (__nis_findfastest): Don't fail if reply received
12070         first is from a previous call.
12071         Patch by Alexander Belopolsky <alexb@rentec.com> for [PR libc/3670].
12072
12073 2001-08-29  Andreas Schwab  <schwab@suse.de>
12074
12075         * sysdeps/ia64/fpu/libm-test-ulps: Updated.
12076
12077 2001-08-25  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12078
12079         * config.make.in (INSTALL_SCRIPT): Define.
12080         * Makeconfig (INSTALL_SCRIPT): Define.
12081         * Makerules (do-install-script): New macro to install scripts using
12082         INSTALL_SCRIPT.
12083         (install-bin-script): New rule to install scripts with
12084         do-install-script.
12085         (install-bin-script-nosubdir): New rule.
12086         (install-no-libc.a-nosubdir): Add install-bin-script-nosubdir.
12087         (distinfo-vars): Add $(install-bin-script).
12088         * Rules (others): Likewise.
12089         * Makefile (glibcbug): Install with install-bin-script.
12090         * debug/Makefile (xtrace): Likewise.
12091         (catchsegv): Likewise.
12092         * elf/Makefile (ldd): Likewise.
12093         * malloc/Makefile (mtrace): Likewise.
12094         * timezone/Makefile (tzselect): Likewise.
12095
12096 2001-08-29  H.J. Lu  <hjl@gnu.org>
12097
12098         * sysdeps/mips/dl-machine.h (__dl_runtime_resolve): Pass
12099         ELF_RTYPE_CLASS_PLT, instead of R_MIPS_REL32, to
12100         _dl_lookup_versioned_symbol () and _dl_lookup_symbol ().
12101
12102 2001-08-29  Andreas Schwab  <schwab@suse.de>
12103
12104         * sysdeps/m68k/fpu/libm-test-ulps: Updated.
12105
12106 2001-08-28  H.J. Lu  <hjl@gnu.org>
12107
12108         * Makeconfig (combreloc-LDFLAGS): New variable.
12109         Add it to LDFLAGS.so, LDFLAGS-rtld, and +link.
12110         * config.make.in (have-z-combreloc): New variable.
12111         * configure.in: Substitute libc_cv_z_combreloc.
12112
12113 2001-08-29  Ulrich Drepper  <drepper@redhat.com>
12114
12115         * po/sv.po: Update from translation team.
12116         * po/fr.po: Likewise.
12117         * po/da.po: Likewise.
12118
12119 2001-08-28  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12120
12121         * Makerules: Fix a typo: MD% -> MD5.
12122
12123 2001-08-28  Ulrich Drepper  <drepper@redhat.com>
12124
12125         * sunrpc/rpc_hout.c (pargdef): Function must take pointer to object.
12126         Patch by Patrick Duval <Patrick.Duval@devinci.fr>.
12127
12128 2001-08-28  Andreas Jaeger  <aj@suse.de>
12129
12130         * manual/libc-texinfo.sh: Add entry about free manuals.
12131
12132         * manual/contrib.texi (Contributors): Fix cross reference.
12133
12134         * manual/libc.texinfo (Copying): Include freemanuals.
12135
12136         * manual/Makefile (appendices): Add freemanuals.
12137
12138         * manual/freemanuals.texi: New file.
12139         Patch by Brian Youmans <3diff@gnu.org>.
12140
12141         * manual/libm-err-tab.pl: Pretty print more platforms, print a
12142         smaller table.
12143
12144         * manual/math.texi (Errors in Math Functions): Fix grammar, start
12145         table on separate page.
12146         Patch by Brian Youmans <3diff@gnu.org>.
12147
12148 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12149
12150         * misc/syslog.c (vsyslog): Try a bit harder to use syslogd.  If
12151         the connection went down after we first used it try to connect
12152         again and resend the message before printing to the console.
12153         Reported by Coserea Gh. Tudor <tudore@tudore.gecadsoftware.com>.
12154
12155 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12156
12157         * string/tst-strlen.c (main): Test strnlen (, -1) too.
12158         * sysdeps/generic/strnlen.c (__strnlen): Fix for maxlens with top
12159         bit set.
12160
12161 2001-08-27  Ulrich Drepper  <drepper@redhat.com>
12162
12163         * iconv/strtab.c (searchstring): Use correct length for comparison.
12164         (strtabadd): Account total size correct if new string has old string as
12165         substring.
12166
12167 2001-08-27  Jakub Jelinek  <jakub@redhat.com>
12168
12169         * elf/rtld.c (dl_main): Update call to _dl_lookup_symbol.
12170
12171 2001-08-27  Andreas Jaeger  <aj@suse.de>
12172
12173         * sysdeps/i386/fpu/libm-test-ulps (float): Add ulps for new tests.
12174
12175         * math/libm-test.inc (j0_test): Add extra tests.
12176         * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Use |x|,
12177         not x, in Hankel approximation.
12178         Patches by Stephen L Moshier.
12179
12180 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12181
12182         * sysdeps/ia64/dl-lookupcfg.h: Add forward declaration for struct
12183         link_map.
12184
12185         * configure.in: Fix test for .rela.dyn section.
12186
12187         * elf/dl-runtime.c: Update calls to _dl_lookup_*.
12188
12189 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12190
12191         * elf/dl-reloc.c (RESOLVE_MAP, RESOLVE): Use elf_machine_type_class
12192         instead of elf_machine_lookup_noexec_p and elf_machine_lookup_noplt_p.
12193         Pass type_class to _dl_lookup_*.
12194         * elf/dl-lookup.c (_dl_lookup_symbol): Take type_class parameter now.
12195         Pass around just type_class instead of noexec, noplt pair.
12196         (_dl_lookup_versioned_symbol): Likewise.
12197         (_dl_lookup_symbol_skip): Pass around just type_class instead of
12198         noexec, noplt pair.
12199         (_dl_lookup_versioned_symbol_skip): Likewise.
12200         (_dl_do_lookup, _dl_do_lookup_versioned): Likewise.
12201         * elf/do-lookup.h (do_lookup): Likewise.
12202         * include/link.h (struct link_map): Replace noexec and noplt fields
12203         in l_lookup_cache with type_class field.
12204         * sysdeps/generic/ldsodefs.h (ELF_RTYPE_CLASS_PLT,
12205         ELF_RTYPE_CLASS_COPY): Define.
12206         Adjust prototypes for _dl_lookup_symbol and
12207         _dl_lookup_versioned_symbol.
12208         * sysdeps/alpha/dl-machine.h (elf_machine_lookup_noplt_p,
12209         elf_machine_lookup_noexec_p): Remove.
12210         (elf_machine_type_class): Define.
12211         * sysdeps/arm/dl-machine.h: Likewise.
12212         * sysdeps/hppa/dl-machine.h: Likewise.
12213         * sysdeps/cris/dl-machine.h: Likewise.
12214         * sysdeps/i386/dl-machine.h: Likewise.
12215         * sysdeps/ia64/dl-machine.h: Likewise.
12216         * sysdeps/m68k/dl-machine.h: Likewise.
12217         * sysdeps/mips/mips64/dl-machine.h: Likewise.
12218         * sysdeps/mips/dl-machine.h: Likewise.
12219         * sysdeps/powerpc/dl-machine.h: Likewise.
12220         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12221         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12222         * sysdeps/sh/dl-machine.h: Likewise.
12223         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12224         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12225
12226 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12227
12228         * manual/message.texi (Advanced gettext functions): Change
12229         description of plural forms for Slovak.
12230         Reported by Marcel Telka <marcel@telka.sk>.
12231
12232         * manuaL/time.texi (Low-Level Time String Parsing): Fix description of
12233         %z.  Reported by C. Scott Ananian <cananian@lesser-magoo.lcs.mit.edu>.
12234
12235 2001-08-26  Jakub Jelinek  <jakub@redhat.com>
12236
12237         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_lazy_rel): Fix a
12238         typo.  Patch by Florian La Roche <laroche@redhat.com>.
12239
12240 2001-08-26  Ulrich Drepper  <drepper@redhat.com>
12241
12242         * include/link.h (struct link_map): Add l_lookup_cache element.
12243         * elf/dl-reloc.c (RESOLVE): Add symbol caching here.
12244         (RESOLVE_MAP): Likewise.
12245         (_dl_relocate_object): Remove cache initialization.
12246         * elf/dl-lookup.c: Rip out cache handling code.
12247         * sysdeps/generic/ldsodefs.h: Remove lookup_cache struct and variable
12248         declarations.
12249
12250         * elf/dl-lookup.c (_dl_lookup_symbol): Reorder some conditions and
12251         remove some __builtin_expect.
12252         (_dl_lookup_versioned_symbol): Likewise.
12253
12254         * config.h.in: Add HAVE_Z_COMBRELOC.
12255         * configure.in: Add test for -z combreloc.
12256
12257         * sysdeps/i386/dl-machine.h (elf_machine_rel): Minor cleanups and
12258         optimizations.  Use HAVE_Z_COMBRELOC to avoid generaton of
12259         R_386_RELATIVE handling for ld.so startup.  Reduce RTLD_BOOTSTRAP
12260         case to almost no code.
12261
12262 2001-08-25  Ulrich Drepper  <drepper@redhat.com>
12263
12264         * po/tr.po: Update from translation team.
12265
12266 2001-08-24  Andreas Jaeger  <aj@suse.de>
12267
12268         * iconv/Makefile (extra-objs): Add iconvconfig-modules so that
12269         make clean works.
12270
12271 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12272
12273         * elf/rtld.c (print_statistics): Printf % after percent values.
12274         * elf/dl-misc.c (_dl_debug_vdprintf): Implement %%.
12275
12276         * elf/dl-lookup.c (_dl_lookup_symbol): If we use the cache we
12277         don't have to compute the hash value and initialize current_value.
12278         Move reference_name variable to where it is needed.
12279         (_dl_lookup_versioned_symbol): Likewise.
12280
12281 2001-08-24  Roland McGrath  <roland@frob.com>
12282
12283         * string/tester.c (test_strerror): Don't use _sys_errlist/_sys_nerr.
12284         Just test that strerror returns non-null for a few errno codes.
12285
12286 2001-08-23  Roland McGrath  <roland@frob.com>
12287
12288         * hurd/Versions (libc: GLIBC_2.2.5): New set; add _hurd_raise_signal,
12289         _hurdsig_interrupt_timeout, _hurdsig_fault_preemptor.
12290
12291         * sysdeps/posix/shm_unlink.c (shm_unlink): __unlink -> unlink.
12292
12293         * mach/Versions (libc: GLIBC_2.2.5): New set; add __mach_msg_destroy,
12294         __mach_reply_port.
12295
12296 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12297
12298         * nss/test-netdb.c (test_hosts): Don't segfault if gethostname
12299         returns NULL.
12300
12301         * elf/do-rel.h (elf_dynamic_do_rel): Fix problem with ld.so
12302         startup.  Explicitly remove lazy part for RTLD_BOOTSTRAP since gcc
12303         doesn't do it.
12304         * elf/rtld.c: Include <sys/param.h>.
12305         * elf/dl-reloc.c: Likewise.
12306
12307 2001-08-24  Maciej W. Rozycki  <macro@ds2.pg.gda.pl>
12308
12309         * sysdeps/unix/sysv/linux/mips/configure.in: Define AC_SUBST to
12310         empty to prevent junk from being generated.
12311         * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
12312
12313 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12314
12315         * elf/do-rel.h (elf_dynamic_do_rel): If l_addr is 0, skip relative
12316         records.  Rename endrel to relative, initialize it to r, and use it
12317         in elf_machine_rel_relative calls.  Point r after relative relocs.
12318
12319 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12320
12321         * sysdeps/i386/dl-machine.h (elf_machine_rel): Correct prediction
12322         of R_386_NONE.
12323
12324 2001-08-24  Jakub Jelinek  <jakub@redhat.com>
12325
12326         * elf/do-rel.h (elf_machine_rel_relative): Define for rela if
12327         necessary.  Undefine newly defined macros at the end.
12328         * sysdeps/hppa/dl-machine.h (elf_machine_rela_relative):
12329         Rename from elf_machine_rel_relative.
12330         * sysdeps/cris/dl-machine.h (elf_machine_rela_relative): Likewise.
12331         * sysdeps/m68k/dl-machine.h (elf_machine_rela_relative): Likewise.
12332         * sysdeps/powerpc/dl-machine.h (elf_machine_rela_relative): Likewise.
12333         * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela_relative):
12334         Likewise.
12335         * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela_relative):
12336         Likewise.
12337         * sysdeps/ia64/dl-machine.h (elf_machine_rela_relative): Likewise.
12338         Fix argument types.
12339         * sysdeps/alpha/dl-machine.h (elf_machine_rela_relative): Likewise.
12340         Fix argument types.
12341         * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela_relative):
12342         Likewise.  Fix argument types.
12343         * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela_relative):
12344         Likewise.  Fix argument types.
12345         * sysdeps/sh/dl-machine.h (elf_machine_rela_relative): Likewise.
12346         Fix argument types.
12347         * sysdeps/mips/dl-machine.h (elf_machine_rel_relative): Use
12348         ElfW(Rel) in argument.
12349         * sysdeps/mips/mips64/dl-machine.h (elf_machine_rel_relative): New
12350         function.
12351
12352 2001-08-24  Alexandre Oliva  <aoliva@redhat.com>
12353
12354         * sysdeps/sh/dl-machine.h (elf_machine_rela): Fix typo.
12355
12356 2001-08-24  Andreas Jaeger  <aj@suse.de>
12357
12358         * sysdeps/ieee754/ldbl-128/e_j1l.c: New file, contributed by
12359         Stephen L Moshier <moshier@mediaone.net>.
12360
12361 2001-08-24  Ulrich Drepper  <drepper@redhat.com>
12362
12363         * elf/do-rel.h (elf_dynamic_do_rel): RELATIVE relocations comes
12364         first if RELCOUNT is set.
12365
12366         * elf/do-rel.h (elf_dynamic_do_rel): If not relocating lazily, don't
12367         call elf_machine_rel for the last DT_RELCOUNT relocations but instead
12368         elf_machine_rel_relative.
12369         * sysdeps/alpha/dl-machine.h: Define elf_machine_rel_relative.
12370         Minor optimizations.
12371         * sysdeps/arm/dl-machine.h: Likewise.
12372         * sysdeps/cris/dl-machine.h: Likewise.
12373         * sysdeps/hppa/dl-machine.h: Likewise.
12374         * sysdeps/i386/dl-machine.h: Likewise.
12375         * sysdeps/ia64/dl-machine.h: Likewise.
12376         * sysdeps/m68k/dl-machine.h: Likewise.
12377         * sysdeps/mips/dl-machine.h: Likewise.
12378         * sysdeps/powerpc/dl-machine.h: Likewise.
12379         * sysdeps/s390/s390-32/dl-machine.h: Likewise.
12380         * sysdeps/s390/s390-64/dl-machine.h: Likewise.
12381         * sysdeps/sh/dl-machine.h: Likewise.
12382         * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
12383         * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
12384
12385 2001-08-23  Roland McGrath  <roland@frob.com>
12386
12387         * rt/tst-aio4.c [! SIGRTMIN] (SIGRTMIN, SIGRTMAX): Define as -1.
12388
12389         * sysdeps/mach/hurd/bits/libc-lock.h: New file, initially copied from
12390         sysdeps/mach version.  Implement counting ("recursive") mutexes
12391         on top of cthreads mutexes.
12392         * sysdeps/mach/hurd/bits/stdio-lock.h: File removed; generic now works.
12393
12394         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_initializer): Define to
12395         _LIBC_LOCK_RECURSIVE_INITIALIZER if defined, else do an #error.
12396         (__libc_cleanup_region_start, __libc_cleanup_region_end,
12397         __libc_clean_end): Define these to call the cleanup function after
12398         normal exit when they're supposed to.
12399
12400         * sysdeps/mach/bits/libc-lock.h (__libc_cleanup_region_start):
12401         Take new first arg DOIT, a boolean saying whether to really install
12402         any cleanup handler.
12403         (__libc_cleanup_region_end): Do nothing if start's DOIT arg was zero.
12404         (__libc_cleanup_end): Likewise.
12405         * sysdeps/generic/bits/libc-lock.h: Same changes.
12406         * stdio-common/vfscanf.c (LOCK_STREAM): Pass new arg.
12407         * stdio-common/vfprintf.c (buffered_vfprintf, vfprintf): Likewise.
12408         * sysdeps/mach/hurd/bits/stdio-lock.h (_IO_cleanup_region_start):
12409         Likewise.
12410         * misc/syslog.c (vsyslog, openlog, closelog): Likewise.
12411         * sysdeps/generic/bits/stdio-lock.h
12412         (_IO_cleanup_region_start, _IO_cleanup_region_start_noarg): Likewise.
12413
12414 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12415
12416         * elf/ldconfig.c (search_dir): Remove stale symlinks.
12417
12418 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12419
12420         * elf/dl-lookup.c (lookup_cache, lookup_cache_versioned): New
12421         functions.
12422         (_dl_lookup_symbol): Lookup relocations in cache and store successfull
12423         lookups in cache.
12424         (_dl_lookup_versioned_symbol): Likewise.
12425         * elf/dl-reloc.c (_dl_relocate_object): Initialize cache for
12426         relocation lookup.
12427         * elf/rtld.c (print_statistics): Output _dl_num_cache_relocations.
12428         * sysdeps/generic/ldsodefs.h (struct lookup_cache): New definition.
12429         (lookup_cache, lookup_cache_versioned): Add declarations.
12430
12431 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12432
12433         * stdlib/tst-random.c (main): Swap parameters in fail call.
12434         Patch by Pete Bevin <pete@petebevin.com>.
12435
12436 2001-08-23  Jakub Jelinek  <jakub@redhat.com>
12437
12438         * sysdeps/generic/inttypes.h: Use __gwchar_t instead of __wchar_t.
12439
12440 2001-08-23  Ulrich Drepper  <drepper@redhat.com>
12441
12442         * malloc/obstack.c: Indent preprocessor directives.
12443         Patch by Jim Meyering <meyering@ascend.com>.
12444
12445         * po/ja.po: Update from translation team.
12446
12447 2001-08-23  Roland McGrath  <roland@frob.com>
12448
12449         * libio/tst-ungetwc1.c (main): Add a const to quiet a warning.
12450
12451         * nss/test-netdb.c (test_hosts): Don't use MAXHOSTNAMELEN.
12452         Instead, use dynamic buffer to test gethostname's ENAMETOOLONG error.
12453
12454 2001-08-22  Roland McGrath  <roland@frob.com>
12455
12456         * sysdeps/generic/ldsodefs.h (_dl_load_lock): Declare it here with
12457         __libc_lock_define_recursive.
12458         * elf/dl-open.c: Don't declare it here any more.
12459         * elf/dl-close.c: Likewise.
12460         * elf/dl-lookup.c: Likewise.
12461         * elf/dl-iteratephdr.c: Likewise.
12462         * elf/dl-lookup.c (add_dependency): Use __libc_lock_lock_recursive and
12463         __libc_lock_unlock_recursive.
12464         * elf/dl-close.c (_dl_close): Likewise
12465         * elf/dl-iteratephdr.c (__dl_iterate_phdr): Likewise
12466         * elf/dl-open.c (_dl_open): Likewise
12467
12468         * sysdeps/generic/bits/libc-lock.h
12469         (__libc_lock_define_recursive): New macro.
12470         * sysdeps/generic/bits/stdio-lock.h (_IO_lock_t): Use it.
12471         (_IO_lock_lock): Use __libc_lock_lock_recursive.
12472         (_IO_lock_unlock): Use __libc_lock_unlock_recursive.
12473
12474         * conform/conformtest.pl (checknamespace): Sort the output list.
12475
12476         * sysdeps/generic/bits/poll.h (POLLWRBAND): New alias for POLLOUT.
12477         (POLLRDNORM, POLLRDBAND, POLLWRNORM, POLLWRBAND): Make these
12478         definitions conditional on [__USE_XOPEN].
12479
12480         * sysdeps/mach/hurd/bits/fcntl.h (O_ASYNC, O_FSYNC, O_SYNC): Define
12481         these unconditionally, not only use [__USE_BSD], so as to match
12482         the sysdeps/unix/sysv/linux files.
12483
12484 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12485
12486         * test-skeleton.c (add_temp_file): Add __attribute__ ((unused)) to
12487         avoid warnings.
12488
12489         * dlfcn/tst-dladdr.c (do_test): Get address of ref1 using
12490         DL_LOOKUP_ADDRESS.
12491
12492 2001-08-22  Roland McGrath  <roland@frob.com>
12493
12494         * sysdeps/generic/bits/sigaction.h (struct sigaction): Fix up
12495         conditionalization of sa_handler/sa_sigaction member types to
12496         match the sysdeps/unix/sysv/linux file.
12497
12498 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12499
12500         * elf/dl-addr.c (_dl_addr): Handle broken binaries with zero
12501         symbol sizes a bit better.
12502
12503         * sysdeps/ia64/strncpy.S: Complete rewrite.
12504         Contributed by Jakub Jelinek <jakub@redhat.com>.
12505
12506         * string/stratcliff.c (main): Add strncpy test.
12507
12508 2001-08-22  Roland McGrath  <roland@frob.com>
12509
12510         * sysdeps/generic/dl-environ.c: Include <stdlib.h> and <unistd.h>,
12511         and don't declare unsetenv or _environ directly.
12512         (unsetenv): Return int, not void.  Use __environ instead of _environ.
12513
12514 2001-08-01  Mark Kettenis  <kettenis@gnu.org>
12515
12516         * sysdeps/unix/bsd/bsd4.4/Makefile: New file.
12517         * sysdeps/unix/bsd/bsd4.4/Versions: New file.
12518         * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: New file.
12519         * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Correct
12520         test for cmsg struct size.
12521
12522 2001-04-23  Paul Eggert  <eggert@twinsun.com>
12523
12524         * posix/getopt.h (getopt_long, getopt_long_only, _getopt_internal):
12525         Rename __argc to ___argc in prototypes to avoid compatibility
12526         problems with systems that reserve the identifier "__argc".
12527         Similarly for __argv.
12528
12529 2001-08-21  Roland McGrath  <roland@frob.com>
12530
12531         * stdio-common/tst-fseek.c: Include <time.h> for `time' declaration.
12532
12533         * mach/Makefile (tests): Removed.
12534         * mach/hello.c: File removed.
12535
12536 2001-08-22  Ulrich Drepper  <drepper@redhat.com>
12537
12538         * po/sv.po: Update from translation team.
12539
12540         * stdio-common/vfscanf.c: Fix handling of %l[].
12541         Reported by Mitsuru Chinen <mchinen@yamato.ibm.com>.
12542
12543         * libio/Makefile (tests): Add tst-sscanf.
12544         * libio/tst-sscanf.c: New file.
12545
12546         * elf/dl-addr.c (_dl_addr): Fix tests to determine dli_sname.
12547         * malloc/mtrace.c (tr_where): dli_sname always points to a
12548         non-empty string if != NULL.
12549         Reported by Tim Janik <timj@gtk.org>.
12550
12551 2001-08-22  Jakub Jelinek  <jakub@redhat.com>
12552
12553         * sunrpc/xdr_rec.c (xdrrec_create): Fix buf sizes before allocating
12554         buf.  Free resources on failure.
12555         * sunrpc/svc_unix.c (svcunix_create): Free resources on failure.
12556         (makefd_xprt): Likewise.
12557         * sunrpc/svc_udp.c (svcudp_bufcreate): Likewise.
12558         * sunrpc/svc_tcp.c (svctcp_create, makefd_xprt): Likewise.
12559         * sunrpc/auth_unix.c (authunix_create): Likewise.
12560
12561 2001-08-21  Jakub Jelinek  <jakub@redhat.com>
12562
12563         * string/strnlen.c: Remove.
12564         * sysdeps/generic/strnlen.c: New file.
12565         * sysdeps/i386/i486/bits/string.h (strnlen): Remove.
12566
12567 2001-08-21  Roland McGrath  <roland@frob.com>
12568
12569         * sysdeps/mach/i386/machine-sp.h (__thread_stack_pointer): Define this
12570         as a macro, not an extern inline function.
12571
12572         * hurd/Versions (GLIBC_2.2.5): New set, define __hurd_fail here.
12573         * Versions.def (libc): Add GLIBC_2.2.5 set.
12574         * hurd/hurd.h (_HURD_H_EXTERN_INLINE): New macro.
12575         (__hurd_fail): Use that instead of _EXTERN_INLINE in decl.
12576
12577 2001-08-20  Roland McGrath  <roland@frob.com>
12578
12579         * hurd/hurdlookup.c (__hurd_file_name_lookup): Fail with ENOENT for "".
12580         (__hurd_file_name_split, __hurd_directory_name_split): Likewise.
12581
12582 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12583
12584         * string/bits/string2.h: Remove strnlen optimization here.
12585         * sysdeps/i386/i486/bits/string.h: Add it here.
12586
12587 2001-08-21  Wolfram Gloger  <wg@malloc.de>
12588
12589         * malloc/malloc.c: Make access to ..._hook pointers thread-safe.
12590
12591 2001-08-21  Ulrich Drepper  <drepper@redhat.com>
12592
12593         * po/gl.po: Update from translation team.
12594
12595 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12596
12597         * misc/error.c (error_tail): Use fputws_unlocked instead of fputws.
12598         * misc/err.c (convert_and_print): Likewise.
12599
12600         * malloc/obstack.c (print_and_abort): Use fprintf instead of two
12601         function calls.
12602
12603 2001-08-20  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12604
12605         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Revert the
12606         change of the gregset_t type.
12607         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12608
12609 2001-08-20  kaz Kojima  <kkojima@rr.iij4u.or.jp>
12610
12611         * sysdeps/unix/sysv/linux/sh/sysdep.S: Align errno.
12612
12613 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12614
12615         * posix/regex.c (truncate_wchar): Use wcrtomb not wctomb.
12616
12617         * string/strnlen.c: Fix the implementation.  We cannot use memchr.
12618
12619 2001-08-18  Mark Kettenis  <kettenis@gnu.org>
12620
12621         * sysdeps/mach/hurd/i386/init-first.c (init): Initialize __environ
12622         before calling the cthreads initialization code.
12623
12624 2001-08-20  Ulrich Drepper  <drepper@redhat.com>
12625
12626         * argp/argp-help.c: Fix two problems introduced in last change.
12627
12628         * include/dirent.h: Include <dirstream.h> first.
12629
12630 2001-08-19  Ulrich Drepper  <drepper@redhat.com>
12631
12632         * io/fts.c (fts_safe_changedir): Use __fxstat64 instead of __fstat.
12633
12634         * sunrpc/svcauth_des.c (_svcauth_des): Avoid using bcopy.
12635         * sunrpc/xdr_rec.c: Likewise.
12636         * sunrpc/xdr_mem.c: Likewise.
12637         * sunrpc/svc_authux.c (_svcauth_unix): Likewise.
12638         * sunrpc/rpc_cmsg.c: Likewise.
12639         * sunrpc/getrpcport.c (getrpcport): Likewise.
12640         * sunrpc/clnt_simp.c (callrpc): Likewise.
12641         * sunrpc/clnt_gen.c (clnt_create): Likewise.
12642         * string/envz.c: Likewise.
12643
12644         * po/ko.po: Update from translation team.
12645
12646         * argp/argp-help.c: Handle wide oriented stderr stream.
12647
12648 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
12649
12650         * sysdeps/generic/strtol.c: Little optimizations.  Add some
12651         __builtin_expect.
12652
12653         * conform/conformtest.pl: <inttypes.h> test requires <stddef.h>.
12654
12655         * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
12656         * wcsmbs/wcwidth.c (wcwdith): Likewise.
12657         * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
12658
12659         * conform/data/unistd.h-data: Remove _SC_MULTIPLE_PROCESS.
12660
12661         * conform/data/ucontext.h-data: Fix typos in ucontext_t element tests.
12662
12663         * time/time.h (struct timespec): Use __time_t for tv_sec element.
12664
12665         * sysdeps/generic/inttypes.h: Define __wchar_t.  Use it instead of
12666         wchar_t for function declarations and defintions.
12667
12668         * misc/sys/select.h: Define __need_time_t before including <time.h>.
12669         Define suseconds_t if it hasn't happened yet.
12670
12671         * iconv/gconv.h: Define __need_wchar_t before including <stddef.h>.
12672
12673         * conform/data/sys/uio.h-data: Allow UIO_MAXIOV to be defined.
12674
12675         * sysdeps/generic/stdint.h: Don't get definition of wchar_t from
12676         <stddef.h>.
12677
12678         * conform/data/stddef.h-data: Remove wint_t.
12679
12680         * conform/conformtest.pl: Change namespace test to take #undef
12681         lines into account.
12682
12683         * conform/data/netinet/in.h-data: Fix typo in allow-header line.
12684
12685         * conform/data/sys/socket.h-data: Add sockatmark.
12686
12687 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12688
12689         * io/fts.c: Update from recent BSD source.
12690
12691 2001-08-17  Roland McGrath  <roland@frob.com>
12692
12693         * stdio-common/perror.c (perror) [! USE_IN_LIBIO]: Don't use _IO_fwide.
12694         * misc/error.c (error_tail, error, error_at_line) [! USE_IN_LIBIO]:
12695         Likewise.
12696
12697 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12698
12699         * locale/duplocale.c (__duplocale): Also initialize the special
12700         __ctype_* elements.
12701
12702         * conform/data/netdb.h-data: Adjust gai_strerror return type.
12703
12704 2001-08-17  Andreas Jaeger  <aj@suse.de>
12705
12706         * misc/getpass.c: Include wchar.h for prototypes.
12707         * malloc/obstack.c: Likewise.
12708
12709 2001-08-17  Ulrich Drepper  <drepper@redhat.com>
12710
12711         * sunrpc/svc_simple.c (universal): Use __write instead of write.
12712
12713         * wcsmbs/wcscoll.c: Also define __wcscoll.
12714         * include/wchar.h: Declare __wcscoll.
12715
12716         * libio/fwprintf.c: Use __vfwprintf instead of vfwprintf.
12717         * libio/vwprintf.c: Likewise.
12718         * libio/wprintf.c: Likewise.
12719
12720         * iconv/gconv_cache.c: Use __munmap instead of munmap.
12721
12722 2001-08-16  Ulrich Drepper  <drepper@redhat.com>
12723
12724         * posix/regex.c [_LIBC] (convert_mbs_to_wcs): Use __mbrtowc
12725         instead of mbrtowc.
12726         [_LIBC]: Use __iswctype instead of iswctype, __wcslen instead of
12727         wcslen, and __wcscoll instead of wcscoll.
12728
12729         * sysdeps/unix/sockatmark.c (sockatmark): Use __ioctl instead of ioctl.
12730
12731         * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue): Use
12732         __getuid instead of getuid.
12733
12734         * stdio-common/perror.c (perror): Use __close instead of close.
12735         * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
12736         * libio/freopen.c (freopen): Likewise.
12737         * libio/freopen64.c (freopen64): Likewise.
12738
12739         * libio/tst-ungetwc2.c (main): Define str const.
12740
12741         * include/wchar.h: Add prototypes for __fwprintf and __vfwprintf.
12742         * libio/fwprintf.c: Also define __fwprintf.
12743         * stdio-common/vfprintf.c [COMPILE_WPRINTF]: Also define __vfwprintf.
12744         * argp/argp-fmtstream.c: Handle wide oriented stderr stream.
12745         * assert/assert-perr.c: Likewise.
12746         * assert/assert.c: Likewise.
12747         * gmon/gmon.c: Likewise.
12748         * inet/rcmd.c: Likewise.
12749         * malloc/obstack.c: Likewise.
12750         * misc/err.c: Likewise.
12751         * misc/error.c: Likewise.
12752         * misc/getpass.c: Likewise.
12753         * posix/getopt.c: Likewise.
12754         * resolv/res_hconf.c: Likewise.
12755         * stdio-common/perror.c: Likewise.
12756         * stdio-common/psignal.c: Likewise.
12757         * stdlib/fmtmsg.c: Likewise.
12758         * sunrpc/auth_unix.c: Likewise.
12759         * sunrpc/clnt_perr.c: Likewise.
12760         * sunrpc/clnt_tcp.c: Likewise.
12761         * sunrpc/clnt_udp.c: Likewise.
12762         * sunrpc/clnt_unix.c: Likewise.
12763         * sunrpc/svc_simple.c: Likewise.
12764         * sunrpc/svc_tcp.c: Likewise.
12765         * sunrpc/svc_udp.c: Likewise.
12766         * sunrpc/svc_unix.c: Likewise.
12767         * sunrpc/xdr.c: Likewise.
12768         * sunrpc/xdr_array.c: Likewise.
12769         * sunrpc/xdr_rec.c: Likewise.
12770         * sunrpc/xdr_ref.c: Likewise.
12771         * sysdeps/generic/wordexp.c: Likewise.
12772
12773         * po/it.po: Update from translation team.
12774
12775         * misc/err.c: Handle wide oriented stderr stream.
12776
12777 2001-08-14  Tom Rix  <trix@redhat.com>
12778
12779         * iconv/gconv_cache.c (find_module): Add #ifndef STATIC_GCONV.
12780         * iconv/Makefile: Fix gconv_cache.c CFLAGS.
12781
12782 2001-08-13  Tom Rix  <trix@redhat.com>
12783
12784         * sysdeps/unix/sysv/aix/Makefile: Add rule to import kernel symbols.
12785         * sysdeps/unix/sysv/aix/bits/types.h: Fix type of __id_t, __useconds_t
12786         and __intptr_t.
12787
12788 2001-08-15  Martin Schwidefsky  <schwidefsky@de.ibm.com>
12789
12790         * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S (__getcontext):
12791         Store the access registers to the ucontext structure.
12792         * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S (__getcontext):
12793         Likewise.
12794
12795         * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S (__setcontext):
12796         Load the access registers from the ucontext structure.
12797         * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S (__setcontext):
12798         Likewise.
12799
12800         * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.h: Adjust the SC_xxx
12801         offsets to the new ucontext layout.
12802         * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.h: Likewise.
12803
12804         * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Fix the layout
12805         of the ucontext structure.
12806         * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
12807
12808 2001-08-15  Ulrich Drepper  <drepper@redhat.com>
12809
12810         * misc/error.c (error): Handle wide oriented stderr stream correctly.
12811         (error_at_line): Likewise.
12812
12813         * stdio-common/perror.c (perror): Implement according to standard.
12814         The stream orientation must not be changed if the stream was not
12815         oriented before the call.
12816         * stdio-common/Makefile (tests): Add tst-perror.
12817         * stdio-common/tst-perror.c: New file.
12818
12819
12820 See ChangeLog.12 for earlier changes.